.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;
}

.first-sect {
  padding-bottom: 100px;
  background-image: url('../images/Bckg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.first-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
}

.first-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 10px;
  -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;
}

.first-txtwrap {
  max-width: 55%;
}

.first-imgwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  padding-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.first-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px;
  font-family: 'Lato 2', sans-serif;
  font-size: 38px;
  line-height: 1em;
  font-weight: 800;
}

.first-links {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 15px 10px 10px;
  font-family: Lato, sans-serif;
  font-size: 28px;
  line-height: 1em;
  font-weight: 700;
}

.first-subtitle {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 40px 10px 30px;
  font-family: 'Lato 2', sans-serif;
  font-size: 15px;
  line-height: 1em;
  font-weight: 400;
}

.first-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  height: 60px;
  margin-left: 10px;
  -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;
  background-color: #4b7be9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#51cf6d), to(#2fa759));
  background-image: linear-gradient(180deg, #51cf6d, #2fa759);
  box-shadow: 0 5px 14px -2px rgba(0, 0, 0, 0.35);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Lato 2', sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 1em;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.first-button:hover {
  box-shadow: 0 5px 14px -2px rgba(47, 167, 89, 0.8);
}

.body {
  line-height: 1em;
}

.first-links-txt {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Lato 2', sans-serif;
  color: #2fa759;
  font-weight: 800;
  text-decoration: underline;
}

.first-links-txt:hover {
  color: #3cb968;
}

.first-header-leftwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.first-header-rightwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  padding-right: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.first-header-name {
  display: block;
  padding: 10px 20px 10px 10px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: 'Lato 2', sans-serif;
  line-height: 1em;
  font-weight: 400;
  text-align: left;
}

.first-header-logowrap {
  padding-top: 10px;
  padding-bottom: 0px;
}

.first-header-line {
  width: 25px;
  height: 2px;
  margin-left: 10px;
  padding-bottom: 0px;
  background-color: #2fa759;
}

.first-header-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 40px;
  padding-top: 10px;
  -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;
  border: 2px solid #2fa759;
  background-color: rgba(56, 152, 236, 0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Lato 2', sans-serif;
  color: #333;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
}

.first-header-button:hover {
  border-style: solid;
  color: #2fa759;
}

.first-header-language {
  padding: 13px 10px 0px;
  font-family: 'Lato 2', sans-serif;
  font-size: 11px;
  line-height: 1em;
  font-weight: 400;
}

.first-header-language-chosen {
  color: #2fa759;
  cursor: pointer;
}

.first-header-language-chosen:hover {
  color: #3cb968;
}

.product-sect {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fcfcfc;
}

.product-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 15px 10px 17px;
  font-family: 'Lato 2', sans-serif;
  font-size: 38px;
  line-height: 1em;
  font-weight: 800;
}

.product-subtitle {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 17px 10px 60px;
  font-family: 'Lato 2', sans-serif;
  font-size: 15px;
  line-height: 1em;
  font-weight: 400;
}

.product-cont-products {
  padding: 10px;
}

.product-grid-img {
  max-width: 100%;
}

.product-grid-description {
  min-height: 65px;
  padding: 10px;
  font-family: 'Lato 2', sans-serif;
  font-size: 14px;
  line-height: 1em;
  font-weight: 400;
}

.product-cont-products-col-description-copy {
  padding: 10px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 1em;
  font-weight: 300;
}

.product-grid-category {
  padding: 10px 10px 20px;
  font-family: 'Lato 2', sans-serif;
  font-size: 14px;
  line-height: 1em;
  font-weight: 700;
}

.product-grid-line {
  width: 180px;
  height: 2px;
  margin-left: 10px;
  background-color: rgba(0, 0, 0, 0.08);
}

.product-grid-cta {
  padding: 20px 10px;
  font-family: 'Lato 2', sans-serif;
  font-size: 14px;
  line-height: 1em;
  font-weight: 700;
}

.product-grid-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  height: 60px;
  margin-left: 10px;
  -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;
  background-color: #4b7be9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#51cf6d), to(#2fa759));
  background-image: linear-gradient(180deg, #51cf6d, #2fa759);
  box-shadow: 0 5px 14px -2px rgba(0, 0, 0, 0.35);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Lato 2', sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 1em;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.product-grid-button:hover {
  box-shadow: 0 5px 14px -2px rgba(47, 167, 89, 0.8);
}

.product-grid-wrap {
  padding: 20px 10px;
  background-color: #fff;
  box-shadow: 0 1px 14px -5px rgba(0, 0, 0, 0.2);
}

.product-grid-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 15px 10px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Lato 2', sans-serif;
  font-size: 24px;
  line-height: 1em;
  font-weight: 800;
  text-align: left;
}

.product-line {
  width: 50px;
  height: 3px;
  margin-left: 10px;
  padding-bottom: 0px;
  background-color: #2fa759;
}

.delivery-sect {
  padding-top: 70px;
  padding-bottom: 100px;
  background-image: url('../images/trucks2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.delivery-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  -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;
}

.delivery-txtwrap {
  width: 35%;
}

.delivery-txt {
  padding: 10px 10px 30px;
  font-family: 'Lato 2', sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
}

.delivery-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  height: 60px;
  margin-left: 10px;
  padding-right: 5px;
  padding-left: 5px;
  -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;
  background-color: #4b7be9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#51cf6d), to(#2fa759));
  background-image: linear-gradient(180deg, #51cf6d, #2fa759);
  box-shadow: 0 5px 14px -2px rgba(0, 0, 0, 0.35);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Lato 2', sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 1em;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.delivery-button:hover {
  box-shadow: 0 5px 14px -2px rgba(47, 167, 89, 0.8);
}

.delivery-adresswrap {
  margin-top: 40px;
  margin-left: 10px;
  background-color: #f1f0f0;
  box-shadow: 0 1px 14px -5px rgba(0, 0, 0, 0.22);
}

.delivery-adresswrap-title {
  padding: 20px 10px 10px;
  font-family: 'Lato 2', sans-serif;
  font-size: 14px;
  line-height: 1em;
  font-weight: 800;
}

.delivery-adresswrap-txt {
  padding: 10px 10px 15px;
  font-family: 'Lato 2', sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
}

.delivery-cont-wrap-img {
  max-width: 60%;
}

.delivery-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 15px 10px 17px;
  font-family: 'Lato 2', sans-serif;
  font-size: 34px;
  line-height: 1em;
  font-weight: 800;
}

.delivery-line {
  width: 50px;
  height: 3px;
  margin-left: 10px;
  padding-bottom: 0px;
  background-color: #2fa759;
}

.footer-sect {
  background-color: #f1f0f0;
}

.footer-cont {
  display: block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.footer-name {
  padding: 10px 20px 10px 10px;
  font-family: 'Lato 2', sans-serif;
  line-height: 1em;
  font-weight: 400;
  text-align: left;
}

.first-header-contacts {
  padding: 10px 20px 10px 10px;
  font-family: 'Lato 2', sans-serif;
  line-height: 1.2em;
  font-weight: 400;
  text-align: right;
}

.footer-contacts {
  padding: 10px 20px 10px 10px;
  font-family: 'Lato 2', sans-serif;
  line-height: 1.2em;
  font-weight: 400;
  text-align: right;
}

.footer-wrap {
  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;
}

.product-grid-imgwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.image {
  max-width: 60%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.popup-callback {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 11000;
  display: none;
  padding-top: 50px;
  -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;
  background-color: rgba(51, 51, 51, 0.97);
  opacity: 0;
}

.popup-window {
  width: 300px;
  padding-bottom: 20px;
  background-color: #fff;
}

.popup-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 20px;
  -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;
}

.popup-title {
  padding: 10px 10px 10px 0px;
  font-family: 'Lato 2', sans-serif;
  font-size: 22px;
  font-weight: 800;
}

.popup-close {
  width: 25px;
  opacity: 0.4;
  cursor: pointer;
}

.popup-close:hover {
  opacity: 1;
}

.popup-line {
  width: 300px;
  height: 2px;
  background-color: #eee;
}

.popup-bodywrap {
  padding: 30px 20px 10px;
}

.popup-cta {
  padding-bottom: 30px;
  font-family: 'Lato 2', sans-serif;
  font-size: 15px;
  line-height: 1.2em;
}

.popup-form {
  margin-bottom: 0px;
}

.popup-form-textfield {
  width: 260px;
  height: 60px;
  margin-bottom: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Lato 2', sans-serif;
  color: #333;
  font-size: 15px;
  text-align: center;
}

.popup-form-textfield:hover {
  border-color: #2fa759;
}

.popup-form-textfield:focus {
  border-color: #2fa759;
}

.popup-form-button {
  width: 260px;
  height: 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#51cf6d), to(#2fa759));
  background-image: linear-gradient(180deg, #51cf6d, #2fa759);
  box-shadow: 0 5px 14px -2px rgba(0, 0, 0, 0.35);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Lato 2', sans-serif;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
}

.popup-form-button:hover {
  box-shadow: 0 5px 14px -2px rgba(47, 167, 89, 0.8);
}

.popup-offer {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 11000;
  display: none;
  padding-top: 50px;
  -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;
  background-color: rgba(51, 51, 51, 0.97);
  opacity: 0;
}

.popup-product {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 11000;
  display: none;
  padding-top: 50px;
  -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;
  background-color: rgba(51, 51, 51, 0.97);
  opacity: 0;
}

.popup-delivery {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 11000;
  display: none;
  padding-top: 50px;
  -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;
  background-color: rgba(51, 51, 51, 0.97);
  opacity: 0;
}

.products-anchor {
  width: 1px;
  height: 1px;
}

.product-grid-txt {
  min-height: 180px;
}

.first-title-green {
  color: #2fa759;
}

.productcategory-sect {
  background-color: #fcfcfc;
}

.productcategory-cont {
  padding-top: 100px;
  padding-bottom: 100px;
}

.productcategory-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 15px 10px 17px;
  font-family: 'Lato 2', sans-serif;
  font-size: 38px;
  line-height: 1em;
  font-weight: 800;
}

.productcategory-line {
  width: 50px;
  height: 3px;
  margin-left: 10px;
  padding-bottom: 0px;
  background-color: #2fa759;
}

.productcategory-subtitle {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 17px 10px 60px;
  font-family: 'Lato 2', sans-serif;
  font-size: 15px;
  line-height: 1em;
  font-weight: 400;
}

.productcategory-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 20px 10px 10px;
  -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;
  box-shadow: 0 1px 20px -14px #000;
}

.productcategory-txtwrap {
  max-width: 70%;
  padding: 0px 0px 10px;
}

.productcategory-txtwrap-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Lato 2', sans-serif;
  font-size: 24px;
  line-height: 1em;
  font-weight: 800;
  text-align: left;
}

.productcategory-txtwrap-description {
  padding: 10px 10px 20px;
  font-family: 'Lato 2', sans-serif;
  font-size: 14px;
  line-height: 1em;
  font-weight: 400;
}

.productcategory-txtwrap-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  height: 60px;
  margin-left: 10px;
  -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;
  background-color: #4b7be9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#51cf6d), to(#2fa759));
  background-image: linear-gradient(180deg, #51cf6d, #2fa759);
  box-shadow: 0 5px 14px -2px rgba(0, 0, 0, 0.35);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Lato 2', sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 1em;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.productcategory-txtwrap-button:hover {
  box-shadow: 0 5px 14px -2px rgba(47, 167, 89, 0.8);
}

.productcategory-sliderwrap {
  width: 30%;
}

.productcategory-slider {
  background-color: #fff;
}

.slide1-nit {
  background-color: #fff;
  background-image: url('../images/Товар-1_.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.first-centerwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  padding-top: 11px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.first-navlink {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Lato 2', sans-serif;
  line-height: 1em;
  cursor: pointer;
}

.first-navlink:hover {
  color: #3cb968;
}

.first-categoryimg {
  max-height: 400px;
}

.first-dropdown-toggle {
  padding: 0px;
}

.first-dropdown-txt {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Lato 2', sans-serif;
  line-height: 1em;
}

.first-dropdown-txt:hover {
  color: #3cb968;
}

.first-dropdown-list {
  width: 200px;
}

.first-dropdown-list.w--open {
  display: block;
  width: 240px;
  -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: #f1f0f0;
}

.first-dropdown-link {
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Lato 2', sans-serif;
  line-height: 1em;
}

.first-dropdown-link:hover {
  color: #3cb968;
}

.first-dropdown-link.w--current {
  color: #2fa759;
}

.first-dropdown-in-txt {
  width: 240px;
  padding: 10px;
  font-family: 'Lato 2', sans-serif;
  line-height: 1em;
}

.first-dropdown-in-txt:hover {
  color: #3cb968;
}

.first-dropdown-in-toggle {
  padding: 0px;
}

.first-dropdown-in-list.w--open {
  margin-top: -34px;
  margin-left: 240px;
}

.first-dropdown-in-link {
  font-family: 'Lato 2', sans-serif;
  line-height: 1em;
}

.first-dropdown-in-link:hover {
  color: #3cb968;
}

.first-dropdown-in-link.w--current {
  color: #2fa759;
}

.delivery-subtitle {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 17px 10px 10px;
  font-family: 'Lato 2', sans-serif;
  font-size: 15px;
  line-height: 1em;
  font-weight: 400;
}

.first-header-language-notchosen {
  cursor: pointer;
}

.first-header-language-notchosen:hover {
  color: #3cb968;
}

.delivery-mapwrap {
  width: 60%;
}

.delivery-map2 {
  display: none;
}

.footer-logowrap {
  padding-top: 10px;
  padding-bottom: 0px;
}

.footer-line {
  width: 25px;
  height: 2px;
  margin-left: 10px;
  padding-bottom: 0px;
  background-color: #2fa759;
}

.footer-name2 {
  display: block;
  padding: 10px 20px 10px 10px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: 'Lato 2', sans-serif;
  line-height: 1em;
  font-weight: 400;
  text-align: left;
}

.first-navlink-products {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Lato 2', sans-serif;
  line-height: 1em;
  cursor: pointer;
}

.first-navlink-products:hover {
  color: #3cb968;
}

.delivery-map3 {
  display: none;
}

.delivery-map4 {
  display: none;
}

.productcategory-slider-mask {
  background-color: #fff;
}

.slide-2 {
  background-color: #fff;
  background-image: url('../images/Товар-2_.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide-3 {
  background-color: #fff;
  background-image: url('../images/Товар-3_.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4 {
  background-color: #fff;
  background-image: url('../images/Товар-4_.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-5 {
  background-color: #fff;
  background-image: url('../images/Товар-5_.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-6 {
  background-color: #fff;
  background-image: url('../images/Товар-6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.first-navlink-a {
  color: #333;
  text-decoration: none;
}

.first-navlink-a:hover {
  color: #3cb968;
}

.link {
  text-decoration: none;
}

.productcategory-slider-nit {
  background-color: #fff;
}

.productcategory-slider-shpagat {
  background-color: #fff;
}

.slide1-shpagat {
  background-color: #fff;
  background-image: url('../images/Товар-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide2-nit {
  background-color: #fff;
  background-image: url('../images/Товар-2_.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide3-nit {
  background-color: #fff;
  background-image: url('../images/Товар-3_.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide4-nit {
  background-color: #fff;
  background-image: url('../images/Товар-4_.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide5-nit {
  background-color: #fff;
  background-image: url('../images/Товар-5_.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide2-shpagat {
  background-color: #fff;
  background-image: url('../images/Товар-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide3-shpagat {
  background-color: #fff;
  background-image: url('../images/Товар-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide4-shpagat {
  background-color: #fff;
  background-image: url('../images/Товар-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide5-shpagat {
  background-color: #fff;
  background-image: url('../images/Товар-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide6-shpagat {
  background-color: #fff;
  background-image: url('../images/Товар-6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide1-scotch {
  background-color: #fff;
  background-image: url('../images/Товар-1_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide2-scotch {
  background-color: #fff;
  background-image: url('../images/Товар-2_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide3-scotch {
  background-color: #fff;
  background-image: url('../images/Товар-3_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide4-scotch {
  background-color: #fff;
  background-image: url('../images/Товар-4_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide5-scotch {
  background-color: #fff;
  background-image: url('../images/Товар-5_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide6-scotch {
  background-image: url('../images/Товар-6_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide7-scotch {
  background-image: url('../images/Товар-7.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide8-scotch {
  background-image: url('../images/Товар-8.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide1-malyarnaya-lenta {
  background-color: #fff;
  background-image: url('../images/Товар-1_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide2-malyarnaya-lenta {
  background-color: #fff;
  background-image: url('../images/Товар-2_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide3-malyarnaya-lenta {
  background-color: #fff;
  background-image: url('../images/Товар-3_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide4-malyarnaya-lenta {
  background-color: #fff;
  background-image: url('../images/Товар-4_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide5-malyarnaya-lenta {
  background-color: #fff;
  background-image: url('../images/Товар-5_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide1-lentapp {
  background-color: #fff;
  background-image: url('../images/Товар-1_3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide2-lentapp {
  background-color: #fff;
  background-image: url('../images/Товар-2_3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide3-lentapp {
  background-color: #fff;
  background-image: url('../images/Товар-3_3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide4-lentapp {
  background-color: #fff;
  background-image: url('../images/Товар-4_3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide5-lentapp {
  background-color: #fff;
  background-image: url('../images/Товар-5_3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide6-lentapp {
  background-image: url('../images/Товар-6_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide7-lentapp {
  background-image: url('../images/Товар-7_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide8-lentapp {
  background-image: url('../images/Товар-8_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide1-instrument {
  background-color: #fff;
  background-image: url('../images/Натяжитель.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.productcategory-line-instrument {
  width: 50px;
  height: 3px;
  margin-bottom: 60px;
  margin-left: 10px;
  padding-bottom: 0px;
  background-color: #2fa759;
}

.productcategory-line-ugolok {
  width: 50px;
  height: 3px;
  margin-bottom: 60px;
  margin-left: 10px;
  background-color: #2fa759;
}

.slide1-ugolok {
  background-color: #fff;
  background-image: url('../images/Товар-1_4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide2-ugolok {
  background-color: #fff;
  background-image: url('../images/Товар-2_4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide1-karton {
  background-color: #fff;
  background-image: url('../images/Товар-1_5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide2-karton {
  background-color: #fff;
  background-image: url('../images/Товар-2_5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide3-karton {
  background-color: #fff;
  background-image: url('../images/Товар-3_4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.productcategory-slider-nit-copy {
  background-color: #fff;
}

.slide1-skoba {
  background-color: #fff;
  background-image: url('../images/Товар-1_6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.productcategory-line-pryazhka {
  width: 50px;
  height: 3px;
  margin-bottom: 60px;
  margin-left: 10px;
  padding-bottom: 0px;
  background-color: #2fa759;
}

.slide1-pryazhkaprovolochnaya {
  background-color: #fff;
  background-image: url('../images/Товар-1_7.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide1-pryazhkaplastmassovaya {
  background-color: #fff;
  background-image: url('../images/Товар-2_6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide2-pryazhkaplastmassovaya {
  background-color: #fff;
  background-image: url('../images/Товар-1_8.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.first-links-en {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 15px 10px 10px;
  font-family: Lato, sans-serif;
  font-size: 28px;
  line-height: 1em;
  font-weight: 700;
}

.first-header-language-link {
  color: #333;
  text-decoration: none;
}

.contacts-title {
  margin-top: 50px;
  margin-bottom: 0px;
  padding: 15px 10px 17px;
  font-family: 'Lato 2', sans-serif;
  font-size: 34px;
  line-height: 1em;
  font-weight: 800;
}

.contacts-line {
  width: 50px;
  height: 3px;
  margin-left: 10px;
  padding-bottom: 0px;
  background-color: #2fa759;
}

.contacts-subtitle {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 17px 10px 10px;
  font-family: 'Lato 2', sans-serif;
  font-size: 15px;
  line-height: 1em;
  font-weight: 400;
}

.contacts-txt {
  padding: 10px 10px 30px;
  font-family: 'Lato 2', sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
}

.contacts-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  height: 60px;
  margin-left: 10px;
  padding-right: 5px;
  padding-left: 5px;
  -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;
  background-color: #4b7be9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#51cf6d), to(#2fa759));
  background-image: linear-gradient(180deg, #51cf6d, #2fa759);
  box-shadow: 0 5px 14px -2px rgba(0, 0, 0, 0.35);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Lato 2', sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 1em;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.contacts-button:hover {
  box-shadow: 0 5px 14px -2px rgba(47, 167, 89, 0.8);
}

.contacts-adresswrap {
  margin-top: 0px;
  margin-left: 10px;
  background-color: #f1f0f0;
  box-shadow: 0 1px 14px -5px rgba(0, 0, 0, 0.22);
}

.contacts-adresswrap-title {
  padding: 20px 10px 10px;
  font-family: 'Lato 2', sans-serif;
  font-size: 14px;
  line-height: 1em;
  font-weight: 800;
}

.contacts-adresswrap-txt {
  padding: 10px 10px 15px;
  font-family: 'Lato 2', sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
}

.contacts-mapwrap {
  width: 60%;
}

.contacts-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  -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;
}

.contacts-txtwrap {
  width: 35%;
}

.warehouse-map2 {
  display: none;
}

.warehouse-map3 {
  display: none;
}

.warehouse-map4 {
  display: none;
}

.link-2 {
  color: #2fa759;
}

.link-2:hover {
  color: #3cb968;
}

.product-grid-link {
  color: #2fa759;
}

.product-grid-link:hover {
  color: #3cb968;
}

.first-dropdown-in-link-2 {
  font-family: 'Lato 2', sans-serif;
  line-height: 1em;
}

.first-dropdown-in-link-2:hover {
  color: #3cb968;
}

.first-dropdown-in-link-2.w--current {
  color: #2fa759;
}

.first-dropdown-link-2 {
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Lato 2', sans-serif;
  line-height: 1em;
}

.first-dropdown-link-2:hover {
  color: #3cb968;
}

.first-dropdown-link-2.w--current {
  color: #2fa759;
}

.first-header-language-en {
  padding: 13px 10px 0px;
  font-family: 'Lato 2', sans-serif;
  font-size: 11px;
  line-height: 1em;
  font-weight: 400;
}

.first-header-language-en2 {
  padding: 13px 10px 0px;
  font-family: 'Lato 2', sans-serif;
  font-size: 11px;
  line-height: 1em;
  font-weight: 400;
}

.first-tel {
  color: #333;
  text-decoration: none;
}

.footer-tel {
  color: #333;
  text-decoration: none;
}

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

.link-6 {
  color: #333;
  text-decoration: none;
}

.link-7 {
  color: #333;
  text-decoration: none;
}

.thx-sect {
  height: 100vh;
  padding-bottom: 0px;
  background-image: url('../images/Bckg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.thx-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  height: 60px;
  margin-left: 10px;
  -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;
  background-color: #4b7be9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#51cf6d), to(#2fa759));
  background-image: linear-gradient(180deg, #51cf6d, #2fa759);
  box-shadow: 0 5px 14px -2px rgba(0, 0, 0, 0.35);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Lato 2', sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 1em;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.thx-button:hover {
  box-shadow: 0 5px 14px -2px rgba(47, 167, 89, 0.8);
}

.thx-buttonwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.thx-button2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  height: 60px;
  margin-left: 10px;
  -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;
  border-style: solid;
  border-width: 2px;
  border-color: #3fba62;
  background-color: rgba(75, 123, 233, 0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Lato 2', sans-serif;
  color: #333;
  font-size: 11px;
  line-height: 1em;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

.thx-button2:hover {
  color: #333;
}

.thx-subtitle {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px 10px 30px;
  font-family: 'Lato 2', sans-serif;
  font-size: 15px;
  line-height: 1em;
  font-weight: 400;
}

.thx-title-color {
  color: #2fa759;
}

.thx-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px;
  font-family: 'Lato 2', sans-serif;
  font-size: 38px;
  line-height: 1em;
  font-weight: 800;
}

.thx-subtitle-color {
  color: #2fa759;
}

.delivery-map0 {
  display: none;
}

.delivery-map0-2 {
  display: none;
}

.warehouse-map0 {
  display: none;
}

@media screen and (min-width: 1280px) {
  .first-cont {
    max-width: 1200px;
  }

  .product-cont {
    max-width: 1200px;
  }

  .product-grid-description {
    min-height: 100px;
  }

  .product-grid-category {
    min-height: 135px;
  }

  .product-grid-title {
    min-height: 115px;
  }

  .delivery-cont {
    max-width: 1200px;
  }

  .delivery-wrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-cont {
    max-width: 1200px;
  }

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

  .productcategory-cont {
    max-width: 1200px;
  }

  .productcategory-sliderwrap {
    width: 25%;
  }

  .delivery-map {
    display: none;
  }

  .delivery-mapwrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .contacts-mapwrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .warehouse-map {
    display: none;
  }

  .thx-cont {
    max-width: 1200px;
  }

  .delivery-map0 {
    display: block;
  }

  .delivery-map0-2 {
    display: block;
  }

  .warehouse-map0 {
    display: block;
  }

  .warehouse-map02 {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .first-title {
    font-size: 34px;
  }

  .first-header-leftwrap {
    width: 100px;
    -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;
  }

  .product-title {
    font-size: 34px;
  }

  .delivery-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .delivery-title {
    font-size: 34px;
  }

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

  .productcategory-txtwrap {
    max-width: 60%;
  }

  .productcategory-sliderwrap {
    width: 40%;
  }

  .first-dropdown {
    display: none;
  }

  .delivery-map {
    display: none;
  }

  .delivery-mapwrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .delivery-map2 {
    display: block;
  }

  .first-navlink-products {
    display: block;
  }

  .delivery-map3 {
    display: none;
  }

  .first-navlink-products-a {
    color: #333;
    text-decoration: none;
  }

  .first-navlink-products-a:hover {
    color: #3cb968;
  }

  .delivery-map4 {
    display: none;
  }

  .contacts-title {
    font-size: 34px;
  }

  .warehouse-map {
    display: none;
  }

  .warehouse-map2 {
    display: block;
  }

  .warehouse-map3 {
    display: none;
  }

  .warehouse-map4 {
    display: none;
  }

  .thx-title {
    font-size: 34px;
  }

  .delivery-map0 {
    display: none;
  }

  .delivery-map0-2 {
    display: none;
  }

  .warehouse-map0 {
    display: none;
  }

  .warehouse-map02 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .first-sect {
    padding-bottom: 50px;
  }

  .first-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .first-content {
    padding-top: 30px;
  }

  .first-header-button {
    display: none;
  }

  .product-sect {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .product-grid-title {
    min-height: 110px;
  }

  .delivery-wrap {
    -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;
  }

  .delivery-txtwrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
  }

  .delivery-adresswrap {
    margin-top: 0px;
    margin-right: 10px;
    padding-right: 0px;
  }

  .product-grid-txt {
    min-height: 200px;
  }

  .productcategory-txtwrap {
    max-width: 50%;
  }

  .productcategory-sliderwrap {
    width: 50%;
  }

  .delivery-mapwrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 40px;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .delivery-map2 {
    display: none;
  }

  .delivery-map3 {
    display: block;
    text-align: left;
  }

  .delivery-map4 {
    display: none;
    text-align: left;
  }

  .contacts-adresswrap {
    margin-top: 0px;
    margin-right: 10px;
    padding-right: 0px;
  }

  .contacts-mapwrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 40px;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .contacts-wrap {
    -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;
  }

  .contacts-txtwrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
  }

  .warehouse-map2 {
    display: none;
  }

  .warehouse-map3 {
    display: block;
  }

  .thx-sect {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 479px) {
  .first-header {
    -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;
  }

  .first-txtwrap {
    max-width: 100%;
  }

  .first-imgwrap {
    display: none;
  }

  .first-img {
    display: block;
  }

  .first-header-leftwrap {
    width: auto;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .first-header-rightwrap {
    max-width: 100%;
  }

  .delivery-wrap {
    padding-top: 40px;
  }

  .delivery-txtwrap {
    -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;
  }

  .delivery-adresswrap {
    margin-top: 20px;
    padding-top: 0px;
  }

  .first-header-contacts {
    text-align: left;
  }

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

  .productcategory-cont {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .productcategory-title {
    font-size: 34px;
  }

  .productcategory-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .productcategory-txtwrap {
    max-width: 100%;
  }

  .productcategory-sliderwrap {
    width: 100%;
    margin-top: 10px;
  }

  .first-centerwrap {
    width: 230px;
  }

  .delivery-mapwrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .delivery-map3 {
    display: none;
  }

  .delivery-map4 {
    display: block;
  }

  .contacts-adresswrap {
    margin-top: 20px;
    padding-top: 0px;
  }

  .contacts-mapwrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .contacts-wrap {
    padding-top: 20px;
  }

  .contacts-txtwrap {
    -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;
  }

  .warehouse-map3 {
    display: none;
  }

  .warehouse-map4 {
    display: block;
  }
}

@font-face {
  font-family: 'Lato 2';
  src: url('../fonts/Lato-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato 2';
  src: url('../fonts/Lato-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato 2';
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato 2';
  src: url('../fonts/Lato-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato 2';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato 2';
  src: url('../fonts/Lato-Heavy.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}