.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.body {
  font-family: Manrope, sans-serif;
  font-size: 17px;
  line-height: 30px;
}

.main-section {
  position: static;
  z-index: 0;
  padding-bottom: 74px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(90, 65, 18, 0.65)), to(rgba(19, 28, 41, 0.54))), url('../images/slide5.jpg');
  background-image: linear-gradient(180deg, rgba(90, 65, 18, 0.65), rgba(19, 28, 41, 0.54)), url('../images/slide5.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.main-section.page {
  position: static;
  padding-bottom: 50px;
  background-image: none;
  background-position: 0px 0px;
}

.left-arrow {
  display: none;
}

.slide-nav {
  left: auto;
  top: 0%;
  right: 8%;
  bottom: 0%;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 11px;
  line-height: 35px;
  text-align: left;
  letter-spacing: 3px;
}

.button {
  padding: 17px 40px;
  border-radius: 5px;
  background-color: #ffc04b;
  -webkit-transition: all 500ms cubic-bezier(.012, .475, .25, 1);
  transition: all 500ms cubic-bezier(.012, .475, .25, 1);
  color: #1e292f;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.button:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.navbar {
  position: static;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  background-color: rgba(30, 41, 47, 0.22);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.14)), to(rgba(255, 255, 255, 0.14)));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14));
}

.navbar.page {
  overflow: hidden;
  background-image: linear-gradient(158deg, rgba(255, 193, 78, 0.27), rgba(255, 193, 78, 0)), linear-gradient(180deg, hsla(0, 0%, 100%, 0.09), hsla(0, 0%, 100%, 0.09)), linear-gradient(180deg, #1e292f, #1e292f);
}

.nav-link {
  padding: 33px 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.nav-link.w--current {
  color: #ffc14e;
}

.nav-link._1 {
  margin-left: 10px;
  padding-right: 60px;
  padding-left: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #ecb144;
  background-color: #ffc14e;
  background-image: url('../images/arrow4.svg');
  background-position: 82% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #1e292f;
}

.nav-link._1.w--current {
  padding-top: 34px;
  padding-bottom: 34px;
  color: #36444b;
  text-decoration: none;
}

.navbar-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  margin-left: 40px;
}

.header-wrp {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  width: 90%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.header-wrp.page {
  position: static;
  border: 1px none #000;
}

.contact-header-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.adress-wrp {
  position: static;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.phone-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  padding-left: 30px;
  background-image: url('../images/fluent_location-12-regular.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}

.text-block-2 {
  margin-right: 15px;
  padding-left: 30px;
  background-image: url('../images/Group-1.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
}

.phone-btn {
  padding-top: 7px;
  padding-bottom: 7px;
  border-style: solid;
  border-width: 2px;
  border-color: #ffc14e;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0);
  color: #ffc14e;
  font-size: 15px;
}

.phone-btn.page {
  color: #ecb144;
}

.shop-block {
  text-decoration: none;
}

.image {
  margin-left: 25px;
}

.catalog-section.page {
  padding-bottom: 70px;
}

.catalog-contain {
  width: 90%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.catalog_descript_wrp {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -80px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: linear-gradient(90deg, rgba(30, 41, 47, 0.51), rgba(30, 41, 47, 0.75)), linear-gradient(164deg, #ecb144, rgba(0, 0, 0, 0.85) 83%), url('../images/noise.png');
  background-position: 0px 0px, 0px 0px, 0% 0%;
  background-size: auto, auto, auto;
}

.catalog-redline {
  width: 85px;
  height: 2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #ffc14e;
}

.paragraph-2 {
  padding-right: 60px;
  padding-left: 60px;
  color: #fff;
  font-weight: 300;
}

.advant-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.advant-contain {
  overflow: visible;
  width: 90%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.main-catalog-wrp {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

.catalog-card-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f3f5f6;
  box-shadow: 0 0 0 1px #fff;
  -webkit-transition: all 425ms cubic-bezier(.094, .457, .497, .907);
  transition: all 425ms cubic-bezier(.094, .457, .497, .907);
  text-decoration: none;
}

.catalog-card-wrp:hover {
  position: relative;
  z-index: 3;
  box-shadow: 0 0 0 5px #fff, 0 0 19px -3px rgba(54, 68, 75, 0.23);
}

.catalog-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.catalog-card-name {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #36444b;
  font-weight: 600;
}

.text-block-3 {
  position: relative;
  margin-bottom: 1px;
  margin-left: 1px;
  padding: 2px 13px 2px 30px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #ffc14e;
  color: #36444b;
  font-size: 15px;
}

.card-img {
  width: auto;
  height: 100%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.card-img._1 {
  margin-top: -5px;
  margin-left: -30px;
}

.card-name-wrp {
  height: 34%;
  margin-top: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.banner-service {
  padding: 60px;
  background-image: url('../images/banner-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-service._1 {
  padding: 15px 46px 15px 30px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-2 {
  color: #fff;
  font-weight: 600;
}

.heading-2._1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 21px;
}

.text-block-4 {
  margin-bottom: 35px;
  color: #fff;
  font-size: 18px;
}

.text-block-4._1 {
  margin-bottom: 10px;
  font-size: 16px;
}

.banner-service-btn {
  padding: 5px 23px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 4px;
  background-color: #dd4228;
  font-size: 13px;
}

.title-section-wrp {
  margin-right: auto;
  margin-left: auto;
}

.title-section-wrp._1 {
  color: #fff;
}

.title-section-wrp.page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-section {
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.advant-card-wrp {
  position: relative;
  display: block;
  height: 440px;
  margin-top: 70px;
  padding: 0px 40px 60px;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(54, 68, 75, 0.14);
  background-color: #fff;
}

.nuber-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 28px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-5 {
  margin-top: -60px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  color: #f3f5f6;
  font-size: 150px;
  line-height: 120px;
  font-weight: 800;
  text-align: left;
}

.number-wrp {
  margin-top: -2px;
  margin-bottom: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-3 {
  width: 120px;
  height: 3px;
  background-color: #ffc14e;
}

.advant-title {
  margin-bottom: 40px;
  font-size: 21px;
  line-height: 28px;
}

.advant-slider-wrp {
  display: block;
  margin-top: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.left-arrow-2 {
  display: none;
}

.right-arrow-2 {
  display: none;
}

.slide-nav-2 {
  display: none;
}

.advant-slider {
  overflow: hidden;
  height: auto;
  background-color: #fff;
}

.mask {
  overflow: visible;
  width: 33.33%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.advant-slide {
  width: 100%;
  height: 100%;
}

.advant-slide._1 {
  z-index: 10;
  overflow: visible;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200%;
  height: auto;
}

.div-block-5 {
  position: relative;
  right: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200%;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.advant-card-wrp-ghost {
  position: relative;
  display: block;
  overflow: visible;
  width: 50%;
  height: 440px;
  margin-top: 70px;
  padding-right: 40px;
  padding-bottom: 60px;
  padding-left: 40px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(54, 68, 75, 0.14);
  background-color: #fff;
}

.advant-card-1st-wrp {
  position: relative;
  width: 50%;
  height: 440px;
  margin-top: 70px;
  padding-right: 40px;
  padding-bottom: 60px;
  padding-left: 40px;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(54, 68, 75, 0.14);
  background-color: #fff;
}

.baza-section {
  padding-top: 69px;
  padding-bottom: 69px;
  background-image: url('../images/bg4.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.baza-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.heading-4 {
  margin-top: 0px;
  padding-right: 160px;
  background-image: url('../images/arrow5.svg');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #36444b;
  font-weight: 600;
}

.paragraph-3 {
  margin-bottom: 38px;
  color: #36444b;
  font-size: 21px;
}

.baza-btn {
  padding-right: 34px;
  padding-left: 34px;
  border-width: 1px;
  border-color: #fff;
  border-radius: 4px;
  background-color: #fff;
  color: #36444b;
  font-size: 14px;
  font-weight: 500;
}

.text-block-6 {
  padding-left: 40px;
  background-image: url('../images/bi_check-square-fill_black.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #36444b;
  font-size: 21px;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.news-contain {
  width: 90%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.news-slider-wrp {
  display: block;
  margin-top: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.news-slider {
  overflow: hidden;
  height: auto;
  background-color: #fff;
}

.news-card-wrp-ghost {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 50%;
  height: 440px;
  padding: 30px 40px 60px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(54, 68, 75, 0.14);
  background-color: #fff;
}

.news-card-1st-wrp {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 440px;
  padding: 30px 40px 60px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(54, 68, 75, 0.14);
  background-color: #fff;
}

.news-card-wrp {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 440px;
  padding: 30px 40px 40px;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(54, 68, 75, 0.14);
  background-color: #fff;
}

.news-title {
  margin-bottom: 40px;
  margin-left: -41px;
  padding-left: 40px;
  border-left: 2px solid #ffc14e;
  font-size: 21px;
  line-height: 28px;
}

.news-slide {
  width: 100%;
  height: 100%;
}

.news-link {
  color: #ecb144;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-4 {
  margin-bottom: 20px;
}

.sertifikate-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url('../images/bg2.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sertifikate-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.paragraph-5 {
  margin-top: 60px;
  color: #fff;
  font-weight: 300;
}

.div-block-7 {
  width: 50%;
  padding-right: 62px;
}

.sertifikate-wrp {
  width: 50%;
}

.slide-nav-3 {
  display: none;
}

.sertifikate-slider {
  width: auto;
  height: auto;
  background-color: transparent;
}

.left-arrow-3 {
  font-size: 16px;
}

.right-arrow-3 {
  font-size: 16px;
}

.image-4 {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 1px 20px 9px #222c31;
}

.slide-1 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.mask-2 {
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
}

.slide-2 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.slide-3 {
  text-align: center;
}

.slide-4 {
  text-align: center;
}

.slide-5 {
  text-align: center;
}

.slide-6 {
  text-align: center;
}

.slide-7 {
  text-align: center;
}

.slide-8 {
  text-align: center;
}

.slide-9 {
  text-align: center;
}

.slide-1-2 {
  text-align: center;
}

.slide-1-3 {
  text-align: center;
}

.slide-1-4 {
  text-align: center;
}

.slide-1-5 {
  text-align: center;
}

.slide-1-6 {
  text-align: center;
}

.slide-1-7 {
  text-align: center;
}

.slide-1-8 {
  text-align: center;
}

.slide-1-9 {
  text-align: center;
}

.slide-1-10 {
  text-align: center;
}

.slide-1-11 {
  text-align: center;
}

.slide-2-2 {
  text-align: center;
}

.slide-2-3 {
  text-align: center;
}

.slide-2-4 {
  text-align: center;
}

.client-section {
  padding-top: 71px;
  padding-bottom: 71px;
}

.client-contain {
  width: 90%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.footer-section {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1e292f;
}

.footer-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-7 {
  color: #eceff0;
  font-size: 13px;
  line-height: 21px;
  font-weight: 300;
}

.client-wrp {
  margin-top: 50px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.client-logo {
  margin-bottom: 20px;
}

.client-logo._1 {
  margin-top: 36px;
}

.client-logo._2 {
  margin-top: 8px;
}

.client-txt {
  font-size: 15px;
  line-height: 25px;
}

.client-title {
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-5 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.adress {
  padding-left: 30px;
  background-image: url('../images/fluent_location-12-regular_black.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #1e292f;
  font-size: 15px;
  font-weight: 300;
}

.phone {
  margin-right: 15px;
  padding-left: 30px;
  background-image: url('../images/phone_black.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #1e292f;
  font-size: 15px;
  letter-spacing: 1px;
}

.text-block-8 {
  font-size: 14px;
  font-weight: 300;
}

.link {
  color: #ecb144;
}

.title-section-page {
  margin-top: 10px;
  float: none;
  font-weight: 500;
  text-transform: none;
}

.callback-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f3f5f6;
}

.callback-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.callback-txt-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.callback-arrow {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.callback-form-wrp {
  width: 35%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.avatar-img {
  width: 156px;
  height: 156px;
  margin-right: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 100px;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 28px;
}

.paragraph-13 {
  margin-bottom: 0px;
  font-size: 20px;
}

.div-block-8 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.phonefield {
  margin-bottom: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 20px;
  border-radius: 2px;
  font-size: 18px;
}

.phonefield:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #dd4228;
}

.text-block-9 {
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
}

.link-2 {
  color: #ecb144;
}

.partner-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.partner-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 41, 47, 0.84)), to(rgba(30, 41, 47, 0.84))), url('../images/bg5.jpg');
  background-image: linear-gradient(180deg, rgba(30, 41, 47, 0.84), rgba(30, 41, 47, 0.84)), url('../images/bg5.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.parnerlogo-wrp {
  margin-right: 100px;
}

.partner-txt-wrp {
  padding-left: 45px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 2px solid #dd4228;
}

.partner-title {
  margin-top: 0px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}

.partner-txt {
  margin-bottom: 25px;
  color: #fff;
}

.partner-btn {
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 4px;
  background-color: #dd4228;
  color: #fff;
}

.link-3 {
  color: #ecb144;
}

.button-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  float: none;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(54, 68, 75, 0.83);
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: all 450ms cubic-bezier(.035, .551, .25, 1);
  transition: all 450ms cubic-bezier(.035, .551, .25, 1);
  color: rgba(54, 68, 75, 0.83);
  font-size: 15px;
}

.button-2:hover {
  border-color: #dd4228;
  color: #dd4228;
}

.catalog-card-img-wrp {
  height: 60%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-block-13 {
  color: #fff;
}

.image-7 {
  margin-bottom: 16px;
}

.product-contain {
  width: 90%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.product-section {
  padding-bottom: 60px;
}

.product-description-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.img-wrp {
  width: 35%;
}

.description-wrp {
  width: 70%;
  margin-left: 45px;
}

.tabs-menu {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.tabs-content {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  clear: none;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tab-link-tab-1 {
  padding: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.tab-link-tab-1.w--current {
  width: 33.33%;
  padding: 3px;
  border-radius: 1px;
  background-color: #fff;
  opacity: 0.65;
}

.image-8 {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-tab-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-description {
  line-height: 28px;
}

.btn-banner-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 44px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.btn-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  margin-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.whatsapp-btn {
  margin-top: 20px;
  padding: 17px 40px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 5px;
  background-color: #4caf50;
  -webkit-transition: all 500ms cubic-bezier(.012, .475, .25, 1);
  transition: all 500ms cubic-bezier(.012, .475, .25, 1);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.whatsapp-btn:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.product-btn {
  padding: 17px 40px;
  border-radius: 5px;
  background-color: #ffc14e;
  -webkit-transition: all 500ms cubic-bezier(.012, .475, .25, 1);
  transition: all 500ms cubic-bezier(.012, .475, .25, 1);
  color: #36444b;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.product-btn:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.product-selection-title {
  font-size: 21px;
  font-weight: 400;
}

.tabs-menu-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.tabs-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: 35px;
}

.tab-pane-tab-1 {
  overflow: visible;
  margin-left: 45px;
}

.tab-link-tab-1-2 {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid rgba(54, 68, 75, 0.25);
  border-bottom: 1px solid rgba(54, 68, 75, 0.25);
  background-color: #fff;
  background-image: url('../images/arrow3.svg');
  background-position: 95% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.tab-link-tab-1-2.w--current {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #ffc14e;
  border-bottom: 1px solid #ffc14e;
  background-color: #fff;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  color: #ecb144;
}

.product-item-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 193, 78, 0);
  background-color: #f3f5f6;
  cursor: pointer;
}

.product-item-wrp._1 {
  overflow: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.item-column {
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid rgba(54, 68, 75, 0.15);
}

.item-column._1 {
  margin-left: 1px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right-style: none;
}

.item-column._1.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tabs-content-2 {
  overflow: visible;
  width: 100%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.text-block-14 {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

.item-btn {
  display: block;
  width: 100%;
  height: 100%;
  margin-right: 1px;
  margin-left: 1px;
  padding-top: 19px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: rgba(255, 255, 255, 0);
  background-image: url('../images/Group-226.svg');
  background-position: 20px 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #ecb144;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.item-val {
  font-size: 17px;
  font-weight: 500;
  text-align: center;
}

.text-field {
  width: 60%;
  margin-bottom: 0px;
  font-weight: 500;
  text-align: center;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.item-btn-hover {
  display: none;
  height: 100%;
  padding-top: 19px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #ecb144;
  background-image: url('../images/Group-227.svg');
  background-position: 20px 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.modal-section {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 25;
  display: none;
  background-color: hsla(0, 0%, 100%, 0.6);
}

.modal-contain {
  position: absolute;
  left: 0%;
  top: 5%;
  right: 0%;
  bottom: auto;
  width: 90%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px;
  background-color: #fff;
  box-shadow: 0 1px 20px 0 rgba(22, 28, 31, 0.18);
}

.close {
  position: absolute;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  width: 12px;
  height: 12px;
  background-image: url('../images/close.svg');
  background-position: 50% 50%;
  background-size: cover;
  cursor: pointer;
}

.modal-title {
  font-size: 21px;
}

.paragraph-14 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.modal-btn {
  padding: 15px 35px;
  float: none;
  border-radius: 5px;
  background-color: #ffc14e;
  -webkit-transition: all 500ms cubic-bezier(.012, .475, .25, 1);
  transition: all 500ms cubic-bezier(.012, .475, .25, 1);
  color: #36444b;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.modal-btn:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.more-btn {
  margin-top: 20px;
  padding: 15px 35px;
  border-radius: 5px;
  background-color: #fff;
  background-image: url('../images/Group.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms cubic-bezier(.012, .475, .25, 1);
  transition: all 500ms cubic-bezier(.012, .475, .25, 1);
  color: #ecb144;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.more-btn:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.more-btn._1 {
  margin-top: 0px;
  background-image: url('../images/Group.svg');
  color: #ecb144;
}

.checkout-section {
  padding-bottom: 60px;
}

.checkout-contain {
  width: 90%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.checkout-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.checkout-form-wrp {
  width: 50%;
}

.checkout-list-wrp {
  width: 50%;
}

.text-field-2 {
  margin-bottom: 20px;
  padding: 25px 20px;
  border-radius: 2px;
}

.text-field-2:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #dd4228;
}

.form-block-2 {
  width: 70%;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #1e292f;
}

.checkout-list-title {
  margin-bottom: 20px;
  color: #1e292f;
  font-weight: 600;
}

.check-out-item-title-wrp {
  margin-bottom: 20px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(54, 68, 75, 0.25);
}

.item-list-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.item-title {
  color: #36444b;
}

.checkout-addmore-wrp {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(54, 68, 75, 0.25);
}

.addfile-btn {
  padding-top: 5px;
  padding-bottom: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #36444b;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: all 375ms cubic-bezier(.047, .504, .25, 1);
  transition: all 375ms cubic-bezier(.047, .504, .25, 1);
  color: #36444b;
}

.addfile-btn:hover {
  border-color: #dd4228;
  color: #dd4228;
}

.product-item-head-wrp {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  bottom: 50vh;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(221, 66, 40, 0);
  background-color: #f3f5f6;
  cursor: pointer;
}

.product-item-contain {
  position: relative;
  overflow: visible;
}

.div-block-10 {
  overflow: visible;
}

.banner-partner-wrp-2 {
  padding: 45px;
  background-color: #36444b;
}

.about-contain {
  width: 90%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.about-section {
  padding-bottom: 60px;
}

.paragraph-15 {
  margin-bottom: 40px;
}

.grid {
  margin-top: 80px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.about-card-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-8 {
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 36px;
}

.div-block-11 {
  margin-left: 30px;
}

.contact-section {
  padding-bottom: 60px;
}

.contact-contain {
  width: 90%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.contact-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.adress-wrp-2 {
  position: static;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-block-19 {
  margin-bottom: 30px;
}

.text-block-18 {
  font-weight: 500;
}

.map-wrp {
  overflow: hidden;
  width: 60%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.link-4 {
  color: #ecb144;
  text-decoration: none;
}

.link-5 {
  color: #ecb144;
  text-decoration: none;
}

.pipe-item-column {
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid rgba(54, 68, 75, 0.15);
}

.pipe-item-column._1 {
  margin-left: 1px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right-style: none;
}

.pipe-load-item-head-wrp {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  bottom: 50vh;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(221, 66, 40, 0);
  background-color: #f3f5f6;
  cursor: pointer;
}

.text-block-14-copy {
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
}

.pipe-load-item-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(221, 66, 40, 0);
  background-color: #f3f5f6;
  cursor: pointer;
}

.pipe-load-item-wrp._1 {
  overflow: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.pipe-load-section {
  padding-bottom: 60px;
}

.pipe-load-contain {
  width: 90%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.main-contain-2 {
  width: 90%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.slide-10 {
  height: 100%;
  padding-top: 270px;
  padding-bottom: 180px;
  background-image: linear-gradient(153deg, rgba(90, 65, 18, 0.63), rgba(19, 28, 41, 0.54)), url('../images/slide5.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  font-size: 16px;
}

.slide-10._2 {
  background-image: linear-gradient(153deg, rgba(90, 65, 18, 0.63), rgba(19, 28, 41, 0.54)), url('../images/slide6.jpg');
}

.slide-10._3 {
  background-image: linear-gradient(153deg, rgba(90, 65, 18, 0.63), rgba(19, 28, 41, 0.54)), url('../images/slide7.jpg');
}

.slide-10._4 {
  overflow: visible;
  padding-bottom: 240px;
  background-image: linear-gradient(153deg, #3f140d, rgba(19, 28, 41, 0.35)), url('../images/slide4.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-12 {
  width: 190px;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #ffc14e;
}

.navbar-2 {
  position: static;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.44);
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.19)), to(hsla(0, 0%, 100%, 0.19)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.19), hsla(0, 0%, 100%, 0.19));
}

.nav-link-2 {
  padding: 33px 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.nav-link-2:hover {
  color: #ffc14e;
}

.nav-link-2.w--current {
  color: #dd4228;
}

.nav-link-2._1 {
  padding-right: 60px;
  padding-left: 40px;
  background-color: #ffc14e;
  background-image: url('../images/arrow4.svg');
  background-position: 82% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #1e292f;
}

.nav-link-2._1.w--current {
  padding-top: 34px;
  color: #fff;
  text-decoration: none;
}

.adress-wrp-3 {
  position: static;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.phone-btn-2 {
  padding-top: 7px;
  padding-bottom: 7px;
  border-style: solid;
  border-width: 2px;
  border-color: #ffc14e;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0);
  color: #ffc14e;
  font-size: 15px;
}

.main-section-2 {
  position: relative;
  z-index: 0;
}

.button-3 {
  padding: 17px 40px;
  border-radius: 5px;
  background-color: #ffc14e;
  -webkit-transition: all 500ms cubic-bezier(.012, .475, .25, 1);
  transition: all 500ms cubic-bezier(.012, .475, .25, 1);
  color: #1e292f;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.button-3:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.header-wrp-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  width: 90%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.main-descript-2 {
  margin-bottom: 75px;
  color: #fff;
  font-size: 18px;
}

.main-slider-2 {
  height: 85vh;
  background-color: #1e292f;
  background-image: linear-gradient(140deg, #61190d, #1e292f);
}

.contact-header-wrp-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-title-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 40px;
  line-height: 60px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .main-section.page {
    padding-bottom: 20px;
  }

  .slide-nav {
    right: 4%;
  }

  .navbar {
    position: relative;
    overflow: visible;
  }

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f3f5f6;
    background-color: #fff;
    color: #000;
  }

  .nav-link._1 {
    border-bottom-style: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-position: 20% 50%;
  }

  .header-wrp {
    z-index: 10;
    height: auto;
  }

  .contact-header-wrp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .phone-wrp {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .shop-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .catalog-section.page {
    padding-bottom: 40px;
  }

  .catalog_descript_wrp {
    margin-top: -50px;
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .catalog-redline {
    width: 60px;
  }

  .paragraph-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .advant-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .main-catalog-wrp {
    grid-auto-rows: 1fr;
  }

  .catalog-card {
    margin-top: 5px;
    margin-left: 20px;
  }

  .catalog-card-name {
    margin-bottom: 0px;
  }

  .text-block-3 {
    padding-left: 20px;
  }

  .card-img {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .card-img._1 {
    height: auto;
    margin-top: -10px;
    margin-left: -19px;
  }

  .card-name-wrp {
    margin-top: 0px;
  }

  .banner-service {
    padding: 30px 40px;
  }

  .text-block-4 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .title-section-wrp.page {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .mask {
    width: 50%;
    float: left;
  }

  .baza-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading-4 {
    padding-right: 100px;
    background-position: 100% 50%;
    font-size: 26px;
  }

  .paragraph-3 {
    font-size: 18px;
    line-height: 28px;
  }

  .text-block-6 {
    font-size: 18px;
  }

  .div-block-6 {
    margin-left: 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .news-section {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .news-slider-wrp {
    margin-top: 40px;
  }

  .sertifikate-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sertifikate-wrp {
    width: 60%;
  }

  .sertifikate-slider {
    width: 100%;
  }

  .client-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-contain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block-7 {
    margin-bottom: 10px;
  }

  .menu-button {
    margin-right: 10px;
    color: #fff;
    font-size: 30px;
  }

  .menu-button.w--open {
    background-color: transparent;
    color: #ecb144;
  }

  .link-block {
    margin-top: 10px;
  }

  .nav-menu {
    background-color: hsla(0, 0%, 78.4%, 0);
    box-shadow: -1px 6px 20px 4px rgba(0, 0, 0, 0.34);
  }

  .callback-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .callback-contain {
    padding: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .callback-txt-wrp {
    width: auto;
    margin-bottom: 30px;
  }

  .callback-arrow {
    display: none;
  }

  .callback-form-wrp {
    width: auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .div-block-8 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .phonefield {
    float: none;
  }

  .partner-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .partner-contain {
    padding: 40px 40px 40px 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .parnerlogo-wrp {
    margin-bottom: 30px;
  }

  .partner-txt-wrp {
    padding-left: 30px;
  }

  .button-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .catalog-card-img-wrp {
    height: 50%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .img-wrp {
    width: 40%;
  }

  .description-wrp {
    width: 60%;
    margin-left: 20px;
  }

  .product-description {
    font-size: 16px;
    line-height: 25px;
  }

  .btn-banner-wrp {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .btn-wrp {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .whatsapp-btn {
    margin-top: 0px;
    font-size: 15px;
  }

  .product-btn {
    margin-right: 20px;
    font-size: 15px;
  }

  .tabs-menu-2 {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .tabs-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tab-pane-tab-1 {
    margin-left: 0px;
  }

  .tab-link-tab-1-2 {
    padding: 15px 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    text-align: center;
  }

  .tab-link-tab-1-2.w--current {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    text-align: center;
  }

  .item-column {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .text-block-14 {
    font-size: 14px;
  }

  .item-btn {
    padding-top: 13px;
    padding-right: 0px;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-position: 4px 50%;
    font-size: 12px;
  }

  .item-val {
    font-size: 14px;
  }

  .item-btn-hover {
    padding-top: 13px;
    padding-right: 0px;
    padding-left: 20px;
    background-position: 5px 50%;
    font-size: 12px;
  }

  .text-block-15 {
    font-size: 15px;
  }

  .text-block-16 {
    font-size: 15px;
  }

  .text-block-17 {
    font-size: 15px;
  }

  .form-block-2 {
    width: 100%;
    padding-right: 25px;
  }

  .checkout-list-title {
    font-size: 16px;
  }

  .item-title {
    font-size: 15px;
  }

  .product-item-contain {
    overflow: visible;
  }

  .banner-partner-wrp-2 {
    padding: 25px;
  }

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .contact-wrp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .adress-wrp-2 {
    margin-bottom: 40px;
  }

  .text-block-19 {
    margin-bottom: 20px;
  }

  .map-wrp {
    width: 100%;
  }

  .pipe-item-column {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .text-block-14-copy {
    font-size: 12px;
    line-height: 17px;
  }

  .menu-button-2 {
    margin-right: 10px;
    color: #fff;
    font-size: 30px;
  }

  .menu-button-2.w--open {
    background-color: transparent;
    color: #dd4228;
  }

  .slide-10 {
    margin-bottom: -50px;
    padding-bottom: 150px;
    background-position: 0px 0px, 50% 0%;
    background-size: auto, auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .navbar-2 {
    overflow: visible;
  }

  .nav-link-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f3f5f6;
    background-color: #fff;
    color: #000;
  }

  .nav-link-2._1 {
    border-bottom-style: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-position: 20% 50%;
    color: #fff;
  }

  .adress-wrp-3 {
    display: none;
    margin-bottom: 40px;
  }

  .header-wrp-2 {
    z-index: 10;
    height: auto;
  }

  .main-descript-2 {
    margin-bottom: 50px;
    font-size: 17px;
  }

  .main-slider-2 {
    z-index: 1;
    height: 75vh;
  }

  .contact-header-wrp-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .main-title-2 {
    font-size: 30px;
    line-height: 45px;
  }
}

@media screen and (max-width: 767px) {
  .nav-link._1 {
    background-position: 30% 50%;
  }

  .brand {
    margin-left: 20px;
  }

  .contact-header-wrp {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .phone-wrp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .text-block {
    display: none;
  }

  .text-block-2 {
    margin-bottom: 8px;
  }

  .shop-block {
    margin-top: -31px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .paragraph-2 {
    margin-top: -13px;
    font-size: 15px;
    line-height: 27px;
  }

  .advant-section {
    padding-top: 20px;
  }

  .main-catalog-wrp {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr auto;
    grid-template-rows: 1fr 1fr auto;
  }

  .catalog-card {
    margin-right: 15px;
    margin-left: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .catalog-card-name {
    font-size: 16px;
    line-height: 23px;
  }

  .text-block-3 {
    padding-left: 20px;
  }

  .card-img {
    margin-top: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .banner-service {
    padding: 25px 30px;
  }

  .title-section-wrp.page {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .title-section {
    font-size: 25px;
    line-height: 30px;
  }

  .advant-card-wrp {
    height: 300px;
  }

  .text-block-5 {
    font-size: 120px;
  }

  .number-wrp {
    margin-bottom: 20px;
  }

  .advant-title {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .advant-slider-wrp {
    margin-top: 20px;
  }

  .mask {
    width: 100%;
  }

  .advant-card-wrp-ghost {
    height: 300px;
  }

  .advant-card-1st-wrp {
    height: 300px;
  }

  .baza-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .baza-contain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-4 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .div-block-6 {
    margin-bottom: 30px;
    margin-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .news-section {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .news-card-wrp-ghost {
    height: 300px;
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .news-card-1st-wrp {
    height: 300px;
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .news-card-wrp {
    height: 300px;
    padding-top: 10px;
  }

  .news-title {
    margin-bottom: 5px;
    margin-left: -40px;
  }

  .paragraph-5 {
    margin-top: 20px;
    font-size: 15px;
    line-height: 27px;
  }

  .client-wrp {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .client-txt {
    line-height: 23px;
  }

  .client-title {
    font-size: 16px;
  }

  .paragraph-6 {
    font-size: 16px;
  }

  .paragraph-7 {
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-9 {
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .adress {
    display: none;
  }

  .phone {
    margin-bottom: 8px;
  }

  .title-section-page {
    margin-top: 0px;
    font-size: 21px;
    line-height: 30px;
  }

  .callback-txt-wrp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .avatar-img {
    width: 140px;
    height: 140px;
    margin-right: 20px;
  }

  .heading-5 {
    font-size: 21px;
    line-height: 27px;
  }

  .paragraph-13 {
    font-size: 18px;
    line-height: 27px;
  }

  .partner-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .partner-title {
    font-size: 24px;
    line-height: 34px;
  }

  .partner-txt {
    font-size: 15px;
    line-height: 26px;
  }

  .partner-btn {
    font-size: 15px;
  }

  .product-section {
    padding-bottom: 40px;
  }

  .product-description-wrp {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .img-wrp {
    width: 70%;
  }

  .description-wrp {
    width: auto;
    margin-top: 20px;
    margin-left: 0px;
  }

  .whatsapp-btn {
    padding: 10px 30px;
  }

  .product-btn {
    padding: 10px 30px;
  }

  .product-selection-title {
    font-size: 18px;
  }

  .tabs-menu-2 {
    width: auto;
    margin-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .tabs-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tab-pane-tab-1 {
    margin-left: 0px;
  }

  .tab-link-tab-1-2 {
    padding: 10px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .tab-link-tab-1-2.w--current {
    padding: 10px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .tab-link-tab-1-2._1 {
    margin-right: 0px;
  }

  .text-block-15 {
    line-height: 20px;
  }

  .text-block-16 {
    line-height: 20px;
  }

  .text-block-17 {
    line-height: 20px;
  }

  .modal-contain {
    padding: 35px;
  }

  .modal-title {
    font-size: 18px;
  }

  .paragraph-14 {
    font-size: 15px;
    line-height: 26px;
  }

  .modal-btn {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .more-btn {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .checkout-section {
    padding-bottom: 40px;
  }

  .checkout-wrp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .checkout-form-wrp {
    width: 100%;
  }

  .checkout-list-wrp {
    width: 100%;
    margin-bottom: 60px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .product-item-head-wrp {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .about-section {
    padding-bottom: 40px;
  }

  .paragraph-15 {
    font-size: 16px;
  }

  .heading-8 {
    font-size: 21px;
    line-height: 31px;
  }

  .paragraph-16 {
    font-size: 14px;
    line-height: 21px;
  }

  .contact-section {
    padding-bottom: 40px;
  }

  .pipe-load-item-head-wrp {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .pipe-load-section {
    padding-bottom: 40px;
  }

  .slide-10 {
    margin-bottom: -100px;
    padding-bottom: 100px;
  }

  .div-block-12 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .nav-link-2._1 {
    background-position: 30% 50%;
  }

  .main-descript-2 {
    width: 75%;
    margin-bottom: 40px;
    font-size: 16px;
  }

  .main-slider-2 {
    height: 75vh;
  }

  .contact-header-wrp-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .main-title-2 {
    font-size: 25px;
    line-height: 42px;
  }
}

@media screen and (max-width: 479px) {
  .main-section {
    padding-bottom: 56px;
  }

  .slide-nav {
    right: -1%;
  }

  .button {
    padding: 10px 30px;
    font-size: 16px;
  }

  .nav-link {
    padding-left: 20px;
  }

  .nav-link._1 {
    padding-left: 20px;
    background-position: 50% 50%;
  }

  .brand {
    margin-left: 10px;
  }

  .header-wrp {
    z-index: 25;
  }

  .text-block-2 {
    margin-right: 0px;
    padding-left: 25px;
    font-size: 12px;
  }

  .phone-btn {
    padding: 0px 12px;
    font-size: 14px;
  }

  .phone-btn.page {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .catalog_descript_wrp {
    margin-top: -40px;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .catalog-redline {
    width: 20px;
  }

  .paragraph-2 {
    margin-top: -13px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 22px;
  }

  .main-catalog-wrp {
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .catalog-card {
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .catalog-card-name {
    font-size: 15px;
    line-height: 21px;
  }

  .text-block-3 {
    padding-top: 1px;
    padding-bottom: 1px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 12px;
  }

  .card-img {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .card-img._1 {
    margin-top: -19px;
    margin-left: -9px;
  }

  .card-name-wrp {
    height: 20%;
  }

  .banner-service {
    padding: 20px;
  }

  .banner-service._1 {
    padding: 20px;
  }

  .heading-2 {
    margin-top: 0px;
    font-size: 18px;
    line-height: 26px;
  }

  .text-block-4 {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 23px;
  }

  .banner-service-btn {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
  }

  .title-section-wrp.page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .title-section {
    font-size: 21px;
  }

  .advant-card-wrp {
    height: 330px;
    margin-top: 50px;
    padding-right: 30px;
    padding-bottom: 40px;
    padding-left: 30px;
  }

  .text-block-5 {
    font-size: 80px;
  }

  .number-wrp {
    margin-bottom: 0px;
  }

  .advant-title {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 17px;
  }

  .advant-card-wrp-ghost {
    height: 330px;
    margin-top: 50px;
    padding-right: 30px;
    padding-bottom: 40px;
    padding-left: 30px;
  }

  .advant-card-1st-wrp {
    height: 330px;
    margin-top: 50px;
    padding-right: 30px;
    padding-bottom: 40px;
    padding-left: 30px;
  }

  .heading-4 {
    font-size: 21px;
    line-height: 30px;
  }

  .paragraph-3 {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .text-block-6 {
    font-size: 15px;
  }

  .news-card-1st-wrp {
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .news-card-wrp {
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .news-title {
    margin-left: -30px;
    padding-left: 30px;
    font-size: 18px;
    line-height: 25px;
  }

  .news-link {
    font-size: 13px;
  }

  .paragraph-4 {
    font-size: 16px;
    line-height: 27px;
  }

  .sertifikate-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .sertifikate-contain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-7 {
    width: 100%;
    padding-right: 0px;
  }

  .sertifikate-wrp {
    width: 100%;
  }

  .client-section {
    padding-top: 10px;
  }

  .client-wrp {
    margin-top: 20px;
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .client-logo {
    margin-bottom: 0px;
  }

  .client-txt {
    font-size: 14px;
    line-height: 21px;
  }

  .client-title {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .image-5 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-menu {
    z-index: 100;
  }

  .paragraph-11 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    line-height: 27px;
  }

  .paragraph-12 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    line-height: 27px;
  }

  .phone {
    margin-right: 0px;
    padding-left: 25px;
    font-size: 12px;
  }

  .title-section-page {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 21px;
  }

  .callback-contain {
    padding: 25px;
  }

  .callback-txt-wrp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .avatar-img {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .heading-5 {
    margin-bottom: 10px;
  }

  .paragraph-13 {
    margin-bottom: 20px;
  }

  .phonefield {
    padding-left: 20px;
  }

  .partner-contain {
    padding-right: 20px;
    padding-left: 20px;
  }

  .partner-txt-wrp {
    padding-left: 0px;
    border-left-style: none;
  }

  .partner-title {
    font-size: 21px;
  }

  .partner-txt {
    font-size: 14px;
  }

  .partner-btn {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  }

  .button-2 {
    font-size: 13px;
  }

  .catalog-card-img-wrp {
    height: 45%;
  }

  .text-block-13 {
    font-size: 15px;
    line-height: 24px;
  }

  .image-7 {
    margin-right: 20px;
  }

  .product-section {
    padding-bottom: 30px;
  }

  .product-description-wrp {
    margin-bottom: 20px;
  }

  .img-wrp {
    width: 100%;
  }

  .tab-link-tab-1 {
    width: 33.33%;
  }

  .product-description {
    font-size: 15px;
  }

  .btn-wrp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .whatsapp-btn {
    width: 90%;
    margin-top: 10px;
    padding: 10px 30px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 16px;
  }

  .product-btn {
    width: 90%;
    margin-right: 0px;
    padding: 10px 30px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 16px;
  }

  .tabs-menu-2 {
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .tabs-2 {
    margin-top: 10px;
  }

  .tab-pane-tab-1 {
    overflow: visible;
    width: auto;
  }

  .tab-link-tab-1-2 {
    width: 33%;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 21px;
  }

  .tab-link-tab-1-2.w--current {
    width: 33%;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .tab-link-tab-1-2._1 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .tab-link-tab-1-2._1.w--current {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .product-item-wrp {
    width: auto;
  }

  .item-column._1.btn {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .tabs-content-2 {
    overflow: visible;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .text-block-14 {
    font-size: 12px;
  }

  .item-btn {
    display: block;
    padding: 12px 3px 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    line-height: 19px;
    text-align: center;
  }

  .text-field {
    width: 80%;
  }

  .item-btn-hover {
    display: none;
    width: 100%;
    padding: 12px 3px 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .modal-contain {
    padding: 20px;
  }

  .modal-btn {
    padding: 10px 30px;
    font-size: 16px;
    line-height: 21px;
  }

  .more-btn {
    padding: 10px 30px 10px 40px;
    font-size: 16px;
    line-height: 21px;
    text-align: left;
  }

  .checkout-section {
    padding-bottom: 30px;
  }

  .checkout-list-wrp {
    margin-bottom: 40px;
  }

  .checkout-addmore-wrp {
    margin-bottom: 20px;
  }

  .addfile-btn {
    font-size: 14px;
  }

  .product-item-head-wrp {
    width: auto;
  }

  .banner-partner-wrp-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .about-section {
    padding-bottom: 30px;
  }

  .paragraph-15 {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 21px;
  }

  .grid {
    margin-top: 40px;
  }

  .about-card-wrp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-8 {
    margin-bottom: 10px;
  }

  .div-block-11 {
    margin-top: 20px;
    margin-left: 0px;
  }

  .contact-section {
    padding-bottom: 30px;
  }

  .pipe-load-item-head-wrp {
    width: auto;
  }

  .text-block-14-copy {
    font-size: 12px;
  }

  .pipe-load-item-wrp {
    width: auto;
  }

  .pipe-load-section {
    padding-bottom: 30px;
  }

  .slide-10 {
    padding-top: 220px;
  }

  .nav-link-2 {
    padding-left: 20px;
  }

  .nav-link-2._1 {
    padding-left: 20px;
    background-position: 50% 50%;
  }

  .phone-btn-2 {
    padding: 0px 12px;
    font-size: 14px;
  }

  .button-3 {
    padding: 10px 30px;
    font-size: 16px;
  }

  .header-wrp-2 {
    z-index: 25;
  }

  .main-descript-2 {
    width: 80%;
    font-size: 15px;
    line-height: 26px;
  }

  .main-slider-2 {
    height: 70vh;
  }

  .contact-header-wrp-2 {
    padding-top: 10px;
  }

  .main-title-2 {
    width: 80%;
    font-size: 18px;
    line-height: 30px;
  }
}

#w-node-_672503fd-b08b-1da5-d60b-f547b31afdc4-6a1e7ad7 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_3bfceddb-5d27-2666-23af-1e6dd07e66e2-6a1e7ad7 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_7ee0d85f-4ce3-651e-5d17-bc707593028e-6a1e7ad7 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-c8b35657-3beb-bbe5-6705-d76955e440de-6a1e7ad7 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_2cf58e2f-8b6e-9924-9a45-f66ba6466f3d-886d454d {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-_694db09e-f90d-4320-a413-3a9e05a3a891-886d454d {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-_8f6a7883-b8a4-1f5f-6ee1-74a5f45a17a4-886d454d {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-_451b84b9-11cf-2227-c5c0-233e4b0b607b-886d454d {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-_84ac8da4-e43c-4e8e-5427-edd65781b3b0-886d454d {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-fd107afc-f028-3915-e049-8ba706c20345-dd6d454e {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-fd107afc-f028-3915-e049-8ba706c2034e-dd6d454e {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-fd107afc-f028-3915-e049-8ba706c20357-dd6d454e {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-fd107afc-f028-3915-e049-8ba706c20360-dd6d454e {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-fd107afc-f028-3915-e049-8ba706c20369-dd6d454e {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_26d3f382-f002-db02-a0ec-f3a698d2314e-806d4551 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_98535c47-6c09-bfe3-206e-71df4955fa10-886d454d {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-fd107afc-f028-3915-e049-8ba706c20372-dd6d454e {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }
}

