:root {
  --font-family: "Inter", sans-serif;
  --content-width: 1200px;
  --container-offset: 10px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --white: #fff;
  --white-2: #fcfffa;
  --black: #000;
  --main-bg: #f4f7f0;
  --secondary-bg: #ececec;
  --main-border: #bbb;
  --main-border-2: #b3b3b3;
  --border-3: #e5e5e5;
  --main-text: #262626;
  --secondary-text: #9d9d9d;
  --accent-1: #89b061;
  --accent-2: #78bf21;
}

.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}
.new-style img {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    max-width: 100% !important;
}
.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}
.prod-tbl tbody:first-child{
    top: 0;
    position: sticky;
}
.prod-tbl tfoot {
  position: sticky;
  bottom: 0;
}
.client-slider .slick-prev {
    left: 0;
}

.client-slider .slick-next {
    right: 0;
}
.client-slider .slick-arrow:hover {
    opacity: 0.5;
}
.client-slider {
    padding: 0 50px;
}
.client-block img {
    width: 90%;
    height: 100px;
    object-fit: contain;
    margin: 0 auto;
}
.client-block .title {
    font-size: 28px;
    margin-bottom: 40px;
    font-weight: 500;
}
.client-block {
    max-width: 1220px;
    padding: 0 10px;
    margin: 60px auto;
}
@font-face {
  font-family: "Inter";
  src: local("Inter"), url("../fonts/Inter-Regular.woff2") format("woff2"),
    url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: local("Inter"), url("../fonts/Inter-Medium.woff2") format("woff2"),
    url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: local("Inter"), url("../fonts/Inter-Light.woff2") format("woff2"),
    url("../fonts/Inter-Light.woff") format("woff");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: local("Inter"), url("../fonts/Inter-SemiBold.woff2") format("woff2"),
    url("../fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: local("Inter"), url("../fonts/Inter-Bold.woff2") format("woff2"),
    url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: local("Inter"), url("../fonts/Inter-ExtraBold.woff2") format("woff2"),
    url("../fonts/Inter-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

.page {
  height: 100%;
  font-family: var(--font-family, sans-serif);
  font-weight: 400;
  line-height: 1.25;
  color: var(--main-text);
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

.page__body {
  margin: 0;
  /*min-width: 360px;*/
  min-height: 100%;
  font-size: 16px;
  background-color: #fff;
}
.h2:after {
    content: "";
    display: block;
    width: 100%;
    height: 16px;
    background: #eaf3df;
    margin-top: -14px;
}
.h2 {
    font-weight: 500;
    font-size: 28px;
    line-height: 100%;
    position: relative;
 
	display: inline-block;
    margin-bottom: 20px;
}
.tags a {
    background: #89b061;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    padding: 8px;
    width: 24%;
    display: flex;
    align-items: center;
	justify-content: center;
}
.tags a:hover {
     color: #89b061;
    background: #eaf3df;
}
.tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
}

.is-hidden {
  display: none !important; /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration,
.input-reset::-webkit-search-cancel-button,
.input-reset::-webkit-search-results-button,
.input-reset::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
}

.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

.section-padding-t {
  padding-top: 100px;
}
@media (max-width: 980px) {
  .section-padding-t {
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  .section-padding-t {
    padding-top: 60px;
  }
}
@media (max-width: 500px) {
  .section-padding-t {
    padding-top: 40px;
  }
}

.section-padding-b {
  padding-bottom: 100px;
}
@media (max-width: 980px) {
  .section-padding-b {
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .section-padding-b {
    padding-bottom: 60px;
  }
}
@media (max-width: 500px) {
  .section-padding-b {
    padding-bottom: 40px;
  }
}

.breadcrumbs {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 1220px) {
  .breadcrumbs {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 980px) {
  .breadcrumbs {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .breadcrumbs {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .breadcrumbs {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--border-3);
  border-top: 1px solid var(--border-3);
  padding: 10px;
  font-weight: 300;
  font-size: 14px;
}
@media (max-width: 768px) {
  .breadcrumbs__list {
    padding: 8px;
    font-size: 12px;
  }
  .breadcrumbs__list li {
  }
}
@media (max-width: 500px) {
  .breadcrumbs__list {
    padding: 6px;
  }
}
.breadcrumbs__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumbs__list li:not(:last-child) {
  padding-right: 25px;
  position: relative;
  margin-right: 15px;
}
.breadcrumbs__list li:not(:last-child)::after {
  content: ">";
  position: absolute;
  right: 0;
  color: var(--secondary-text);
}
.breadcrumbs__list li:not(:first-child) {
  xpadding-left: 15px;
}
.breadcrumbs__list li:hover a,
.breadcrumbs__list li:focus a,
.breadcrumbs__list li:active a {
  color: var(--accent-1);
}
.breadcrumbs__list li:hover::after,
.breadcrumbs__list li:focus::after,
.breadcrumbs__list li:active::after {
  color: var(--accent-1);
}
.breadcrumbs__list a {
  color: var(--secondary-text);
}
.breadcrumbs__list span {
  color: var(--main-text);
}

.btn-accent {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 15px 40px;
  height: 57px;
  color: var(--white);
  font-weight: 500;
  font-size: 22px;
  background-color: var(--accent-1);
  transition: all 0.3s ease-in-out;
}
.btn-accent:hover,
.btn-accent:focus,
.btn-accent:active {
  background-color: var(--accent-2);
}
@media (max-width: 980px) {
  .btn-accent {
    height: 47px;
    padding: 12px 30px;
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .btn-accent {
    height: 37px;
    padding: 10px 20px;
    font-size: 14px;
  }
}

.btn-outline {
  display: inline-flex;

  justify-content: center;

  align-items: center;
  border: 1px solid var(--accent-1);
  padding: 10px 30px;
  height: 47px;
  color: var(--main-text);
  font-weight: 400;
  font-size: 22px;

  transition: all 0.3s ease-in-out;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  background-color: var(--accent-1);
  color: var(--white);
}
@media (max-width: 980px) {
  .btn-outline {
    height: 47px;
    padding: 12px 30px;
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .btn-outline {
    height: 37px;
    padding: 10px 20px;
    font-size: 14px;
  }
}

.header__top {
  height: 83px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 980px) {
  .header__top {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    height: 71px;
  }
}
@media (max-width: 768px) {
  .header__top {
    height: 59px;
  }
}
@media (max-width: 600px) {
  .header__top {
    height: 45px;
  }
}
@media (max-width: 400px) {
  .header__top {
    height: 33px;
    justify-content: space-between;
  }
}
.header__logo {
  max-width: 92px;
}
.header__logo img {
  display: block;
  height: 63px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 980px) {
  .header__logo img {
    height: 54px;
  }
}
@media (max-width: 768px) {
  .header__logo img {
    height: 45px;
  }
}
@media (max-width: 600px) {
  .header__logo img {
    height: 35px;
  }
}
@media (max-width: 400px) {
  .header__logo img {
    height: 25px;
  }
}
@media (max-width: 980px) {
  .header__search {
    margin-left: auto;
    display: none;
  }
}
.header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 980px) {
  .header__contact {
    /*-webkit-box-ordinal-group: 2;*/
    /*-ms-flex-order: 1;*/
    order: 1;
    /*margin-right: auto;*/
    margin-left: 20px;
  }
}
.header__contact-phone {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 16px;
  color: var(--main-text);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header__contact-phone svg {
  display: none;
  width: 30px;
  height: 30px;
  fill: var(--accent-1);
}
.header__contact-phone:hover,
.header__contact-phone:focus,
.header__contact-phone:active {
  color: var(--accent-1);
}
@media (max-width: 980px) {
  .header__contact-phone span {
    display: none;
  }
  .header__contact-phone svg {
    display: block;
  }
}
@media (max-width: 768px) {
  .header__contact-phone svg {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 600px) {
  .header__contact-phone svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 400px) {
  .header__contact-phone svg {
    width: 15px;
    height: 15px;
  }
}
.header__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  font-size: 16px;
  color: var(--main-text);
}
.header__location svg {
  display: block;
  margin-right: 10px;
  height: 20px;
  width: 14px;
  fill: var(--main-text);
}
@media (max-width: 980px) {
  .header__location {
    display: none;
  }
}
.header__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media (max-width: 980px) {
  .header__user {
    gap: 30px;
  }
}
.header__fav-btn,
.header__cart-btn {
  position: relative;
  width: 42px;
  height: 38px;
}
.header__fav-btn svg,
.header__cart-btn svg {
  display: block;
  height: 28px;
  width: 31px;
  fill: var(--main-text);
}
@media (max-width: 768px) {
  .header__fav-btn svg {
    width: 24px;
    height: 22px;
    fill: var(--main-border-2);
  }
}
@media (max-width: 600px) {
  .header__fav-btn svg {
    width: 18px;
    height: 17px;
  }
}
@media (max-width: 400px) {
  .header__fav-btn svg {
    width: 14px;
    height: 13px;
  }
}
@media (max-width: 768px) {
  .header__fav-btn,
  .header__cart-btn {
    width: 34px;
    height: 31px;
  }
}
@media (max-width: 600px) {
  .header__fav-btn,
  .header__cart-btn {
    width: 26px;
    height: 24px;
  }
}
@media (max-width: 400px) {
  .header__fav-btn,
  .header__cart-btn {
    width: 18px;
    height: 17px;
  }
}
.header__fav-btn span,
.header__cart-btn span {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  right: 0;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  color: var(--white);
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  background-color: var(--accent-2);
}
@media (max-width: 768px) {
  .header__fav-btn span,
  .header__cart-btn span {
    width: 18px;
    height: 18px;
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .header__fav-btn span,
  .header__cart-btn span {
    width: 14px;
    height: 14px;
    font-size: 9px;
  }
}
@media (max-width: 400px) {
  .header__fav-btn span,
  .header__cart-btn span {
    width: 10px;
    height: 10px;
    font-size: 6px;
  }
}
.header__fav-btn svg {
  height: 31px;
  width: 34px;
}
@media (max-width: 768px) {
  .header__fav-btn svg {
    width: 25px;
    height: 23px;
    fill: var(--main-border-2);
  }
}
@media (max-width: 600px) {
  .header__fav-btn svg {
    width: 19px;
    height: 18px;
  }
}
@media (max-width: 400px) {
  .header__fav-btn svg {
    width: 15px;
    height: 14px;
  }
}
.header__menu {
  border-top: 1px solid var(--main-border);
}

.search-form {
  position: relative;
}
.search-form__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--main-text);
  border-radius: 100px;
  padding: 10px 20px;
  width: 373px;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  color: var(--main-text);
}
@media (max-width: 980px) {
  .search-form__input {
    display: none;
  }
}
.search-form__btn {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.search-form__btn svg {
  display: block;
  height: 20px;
  width: 20px;
  fill: var(--main-text);
}
@media (max-width: 980px) {
  .search-form__btn {
    margin-right: 30px;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  .search-form__btn svg {
    height: 30px;
    width: 30px;
    fill: var(--main-border-2);
  }
}
@media (max-width: 768px) {
  .search-form__btn svg {
    height: 24px;
    width: 24px;
  }
}
@media (max-width: 600px) {
  .search-form__btn svg {
    height: 18px;
    width: 18px;
  }
}
@media (max-width: 400px) {
  .search-form__btn svg {
    height: 13px;
    width: 13px;
  }
}

.burger {
  --burger-width: 28px;
  --burger-height: 18px;
  --burger-line-height: 2px;
  position: relative;
  border: none;
  padding: 0;
  width: var(--burger-width);
  height: var(--burger-height);
  color: var(--accent-2);
  background-color: transparent;
  cursor: pointer;
  z-index: 12;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media (max-width: 600px) {
  .burger {
    --burger-width: 24px;
    --burger-height: 16px;
  }
}
@media (max-width: 400px) {
  .burger {
    --burger-width: 21px;
    --burger-height: 14px;
  }
}
.burger::before,
.burger::after {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  height: var(--burger-line-height);
  background-color: var(--main-text);
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  /*transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;*/
  /*transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;*/
}
.burger::before {
  top: 0;
  width: 18px;
}
@media (max-width: 600px) {
  .burger::before {
    width: 15px;
  }
}
@media (max-width: 400px) {
  .burger::before {
    width: 13px;
  }
}
.burger::after {
  top: calc(100% - var(--burger-line-height));
}
.burger__line {
  position: absolute;
  right: 0;
  top: 50%;
  width: 23px;
  height: var(--burger-line-height);
  background-color: currentColor;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (max-width: 600px) {
  .burger__line {
    width: 20px;
  }
}
@media (max-width: 400px) {
  .burger__line {
    width: 17px;
  }
}
.burger--active::before {
  width: 100%;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
}
.burger--active::after {
  width: 100%;
  top: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
}
.burger--active .burger__line {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (min-width: 981px) {
  .burger {
    display: none;
  }
}

.header-nav {
  height: 40px;
}
@media (max-width: 980px) {
  .header-nav {
    display: none;
  }
}
.header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-nav__list > li {
  height: 100%;
  font-weight: 400;
  font-size: 14px;
  color: var(--main-text);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.header-nav__list > li ul {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: var(--white);
  top: 100%;
  left: 0;
  width: 170px;
  height: fit-content;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 4px 24px 0 rgba(30, 27, 27, 0.1);
  box-shadow: 0 4px 24px 0 rgba(30, 27, 27, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-nav__list > li ul li {
  color: var(--main-text);
  font-size: 12px;
}
.header-nav__list > li ul li:hover,
.header-nav__list > li ul li:focus,
.header-nav__list > li ul li:active {
  background-color: var(--main-bg);
}
.header-nav__list > li ul li a {
  display: block;
  color: inherit;
  height: 100%;
  width: 100%;
}
.header-nav__list > li:hover,
.header-nav__list > li:focus,
.header-nav__list > li:active {
  background-color: var(--accent-1);
  color: var(--white);
}
.header-nav__list > li:hover ul,
.header-nav__list > li:focus ul,
.header-nav__list > li:active ul {
  opacity: 1;
  visibility: visible;
}
.header-nav__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 11px 20px;
  color: inherit;
  height: 100%;
  width: 100%;
}

.mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 300px;
  background-color: var(--white);
  -webkit-transform: translateX(300%);
  -ms-transform: translateX(300%);
  transform: translateX(300%);
  padding-top: 150px;
  padding-bottom: 150px;
  z-index: 11;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mobile-nav.menu--active {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
@media (min-width: 981px) {
  .mobile-nav {
    display: none;
  }
}
.mobile-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.mobile-nav__list li {
  position: relative;
  height: 100%;
  font-weight: 400;
  font-size: 14px;
  color: var(--main-text);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mobile-nav__list li:hover,
.mobile-nav__list li:focus,
.mobile-nav__list li:active {
  background-color: var(--main-bg);
}
.mobile-nav__list ul {
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: var(--white);
  max-height: 0;
}
.mobile-nav__list ul li {
  font-size: 12px;
}
.mobile-nav__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 11px 20px;
  color: inherit;
  height: 100%;
  width: 100%;
}
.mobile-nav__toggle {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
}
.mobile-nav__toggle svg {
  height: 12px;
  width: 12px;
  fill: var(--main-text);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mobile-nav__toggle.open svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-nav-fade {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}

.mobile-nav-fade--open {
  opacity: 1;
  pointer-events: all;
}

.hero-main {
  padding-top: 100px;
  width: 100%;
  height: 800px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media (max-width: 1220px) {
  .hero-main {
    aspect-ratio: 1.5/1;
    max-height: 800px;
    height: auto;
    padding-top: 90px;
  }
}
@media (max-width: 980px) {
  .hero-main {
    padding-top: 0;
    height: 700px;
    aspect-ratio: none;
    background-position: bottom center;
    background-size: 980px 380px;
    overflow: hidden;
  }
  .hero-main .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 500px) {
  .hero-main {
    height: 355px;
    background-size: 500px 200px;
    background-position: bottom -20px center;
  }
}
.hero-main__content {
  padding: 50px;
  max-width: 716px;
  background-color: var(--white);
}
@media (max-width: 1220px) {
  .hero-main__content {
    padding: 30px;
    max-width: 600px;
  }
}
@media (max-width: 980px) {
  .hero-main__content {
    padding: 20px;
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    text-align: center;
    background-color: var(--main-bg);
    position: relative;
  }
  .hero-main__content::after {
    content: "";
    position: absolute;
    bottom: -62px;
    left: 0;
    right: 0;
    width: 100%;
    height: 62px;
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(217, 217, 217, 0)),
      color-stop(75.94%, #f4f7f0)
    );
    background: linear-gradient(
      360deg,
      rgba(217, 217, 217, 0) 0%,
      #f4f7f0 75.94%
    );
  }
}
@media (max-width: 500px) {
  .hero-main__content {
    height: 155px;
  }
}
.hero-main__title {
  margin: 0;
  margin-bottom: 20px;
  font-weight: 800;
  font-size: 52px;
  color: var(--main-text);
}
@media (max-width: 1220px) {
  .hero-main__title {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .hero-main__title {
    font-size: 32px;
  }
}
@media (max-width: 500px) {
  .hero-main__title {
    font-size: 24px;
  }
}
.hero-main__title span {
  color: var(--accent-2);
}
.hero-main__descr {
  margin: 0;
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 22px;
  color: var(--main-text);
}
@media (max-width: 1220px) {
  .hero-main__descr {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .hero-main__descr {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .hero-main__descr {
    display: none;
  }
}

.categories-main {
  padding-top: 20px;
}
@media (max-width: 980px) {
  .categories-main {
    display: none;
  }
}
.categories-main__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.categories-main__item {
  color: var(--main-text);
}
.categories-main__item img {
  display: block;
  margin-bottom: 10px;
  aspect-ratio: 2/1;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 1220px) {
  .categories-main__item img {
    max-width: 386px;
  }
}
.categories-main__item:not(:last-child) {
  margin-right: 20px;
}
.categories-main__item:hover,
.categories-main__item:focus,
.categories-main__item:active {
  color: var(--accent-1);
}
.categories-main__item a {
  color: inherit;
}
.categories-main__title {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
}

.catalog-main {
  width: 100%;
}
.catalog-main__title {
  margin-bottom: 20px;
}
.catalog-main__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100vw;
  width: 100%;
}
@media (max-width: 980px) {
  .catalog-main__block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 500px) {
  .catalog-main__block {
    gap: 10px;
  }
}
.catalog-main__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
  padding-bottom: 0;
  max-width: 285px;
  max-height: 400px;
  height: 35vw;
  background-color: var(--secondary-bg);
  color: var(--main-text);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.catalog-main__item img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  margin-top: auto;
  height: 256px;
  width: 256px;
  -o-object-fit: contain;
  object-fit: contain;
}
.catalog-main__item:not(:last-child) {
  margin-right: 20px;
}
.catalog-main__item a {
  color: inherit;
}
.catalog-main__item:hover,
.catalog-main__item:focus,
.catalog-main__item:active {
  background-color: var(--accent-1);
  color: var(--white);
}
@media (max-width: 980px) {
  .catalog-main__item {
    padding: 16px;
    max-width: 470px;
    width: 100%;
  }
  .catalog-main__item img {
    max-height: 200px;
    height: 22vw;
    max-width: 200px;
    width: 20vw;
    margin-right: 5px;
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .catalog-main__item {
    padding: 12px;
    position: relative;
  }
  .catalog-main__item img {
    position: absolute;
    right: 10px;
    bottom: 0;
    height: 20vw;
  }
}
@media (max-width: 500px) {
  .catalog-main__item {
    padding: 8px;
  }
  .catalog-main__item img {
    max-height: 80px;
  }
}
.catalog-main__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.catalog-main__item-title {
  margin: 0;
  font-weight: 500;
  font-size: 22px;
}
@media (max-width: 980px) {
  .catalog-main__item-title {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .catalog-main__item-title {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .catalog-main__item-title {
    font-size: 14px;
  }
}

.about-main__title {
  margin-bottom: 20px;
}
@media (max-width: 980px) {
  .about-main__title {
    margin-bottom: 15px;
  }
}
@media (max-width: 500px) {
  .about-main__title {
    margin-bottom: 10px;
  }
}
.about-main__item-content {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 18px;
  color: var(--main-text);
}
.about-main__item-content p {
  margin: 0;
}
.about-main__item-content ul {
  margin: 0;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}
@media (max-width: 980px) {
  .about-main__item-content {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media (max-width: 500px) {
  .about-main__item-content {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.about-main__item-btn {
  margin: 0 auto;
}

.order-section {
  padding: 71px 0;
  background-repeat: no-repeat;
  height: 500px;
  width: 100%;
}
@media (max-width: 1220px) {
  .order-section {
    max-height: 500px;
    padding: 50px 0;
  }
}
@media (max-width: 980px) {
  .order-section {
    padding: 35px 0;
    max-height: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-size: cover;
  }
}
@media (max-width: 500px) {
  .order-section {
    padding: 20px 0;
  }
}
.order-section .container,
.order-section form {
  height: 100%;
}
.order-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 980px) {
  .order-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.order-form__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 570px;
}
@media (max-width: 1220px) {
  .order-form__info {
    max-width: 100%;
    width: 46vw;
  }
}
@media (max-width: 980px) {
  .order-form__info {
    width: 90vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: contents;
  }
}
.order-form__title {
  margin: 0;
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 28px;
  color: var(--main-text);
}
@media (max-width: 1220px) {
  .order-form__title {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
@media (max-width: 980px) {
  .order-form__title {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .order-form__title {
    font-size: 22px;
  }
}
@media (max-width: 500px) {
  .order-form__title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media (max-width: 980px) {
  .order-form__chbx {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.order-form__list {
  margin-top: auto;
}
@media (max-width: 980px) {
  .order-form__list {
    margin-bottom: 46px;
    margin-left: auto;
    margin-right: auto;
  }
}
.order-form__list li {
  padding-left: 39px;
  font-weight: 400;
  font-size: 22px;
  color: var(--main-text);
  background-image: url("../img/order-list-chk.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 29px 18px;
}
.order-form__list li:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 1220px) {
  .order-form__list li {
    background-size: 25px 16px;
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .order-form__list li {
    background-size: 21px 13px;
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .order-form__list li {
    background-size: 17px 10px;
    font-size: 12px;
  }
}
.order-form__inputs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 570px;
  height: 100%;
}
@media (max-width: 1220px) {
  .order-form__inputs-wrapper {
    max-width: 100%;
    width: 46vw;
  }
}
@media (max-width: 980px) {
  .order-form__inputs-wrapper {
    width: 100vw;
    display: contents;
  }
}
.order-form__label {
  margin-bottom: 20px;
}
.order-form__input {
  width: 100%;
  padding: 0px 10px;
  height: 60px;
  background: var(--white-2);
  font-size: 22px;
}
@media (max-width: 980px) {
  .order-form__input {
    height: 53px;
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .order-form__input {
    height: 45px;
    font-size: 17px;
  }
}
@media (max-width: 500px) {
  .order-form__input {
    height: 37px;
    padding: 10px 5px;
    font-size: 14px;
  }
}
.order-form__submit-block {
  margin-top: auto;
}
@media (max-width: 980px) {
  .order-form__submit-block {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.check {
  margin-right: 10px;
}

.order-form__submit-text {
  display: inline;
  font-weight: 400;
  font-size: 16px;
  color: var(--main-text);
}
@media (max-width: 768px) {
  .order-form__submit-text {
    font-size: 14px;
  }
}

.cart-itog {
  grid-column: span 2;
}

.order-form__submit-btn {
  width: 100%;
  margin-top: 10px;
}
.order-form .custom-checkbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.order-form .custom-checkbox__field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
}
.order-form .custom-checkbox__content {
  padding-left: 25px;
  cursor: pointer;
}
.order-form .custom-checkbox__content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #000;
  width: 15px;
  height: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.order-form .custom-checkbox__content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='fi_32282' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='405.272px' height='405.272px' viewBox='0 0 405.272 405.272' style='enable-background:new 0 0 405.272 405.272;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M393.401,124.425L179.603,338.208c-15.832,15.835-41.514,15.835-57.361,0L11.878,227.836 c-15.838-15.835-15.838-41.52,0-57.358c15.841-15.841,41.521-15.841,57.355-0.006l81.698,81.699L336.037,67.064 c15.841-15.841,41.523-15.829,57.358,0C409.23,82.902,409.23,108.578,393.401,124.425z'%3E%3C/path%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.order-form .custom-checkbox__content {
  height: 30px;
  width: 30px;
  margin-right: 20px;
}
@media (max-width: 980px) {
  .order-form .custom-checkbox__content {
    height: 25px;
    width: 25px;
  }
}
@media (max-width: 500px) {
  .order-form .custom-checkbox__content {
    height: 20px;
    width: 20px;
  }
}
.order-form .custom-checkbox__content::before {
  content: "";
  border: 1px solid var(--accent-2);
  border-radius: 2px;
  width: 30px;
  height: 30px;
}
@media (max-width: 980px) {
  .order-form .custom-checkbox__content::before {
    height: 25px;
    width: 25px;
  }
}
@media (max-width: 500px) {
  .order-form .custom-checkbox__content::before {
    height: 20px;
    width: 20px;
  }
}
.order-form .custom-checkbox__content::after {
  content: "";
  width: 30px;
  height: 30px;
  background-size: 15px 15px;
}
@media (max-width: 980px) {
  .order-form .custom-checkbox__content::after {
    height: 25px;
    width: 25px;
    background-size: 13px 13px;
  }
}
@media (max-width: 500px) {
  .order-form .custom-checkbox__content::after {
    height: 20px;
    width: 20px;
    background-size: 11px 11px;
  }
}
.order-form .custom-checkbox__text {
  font-weight: 400;
  font-size: 22px;
  color: var(--main-text);
}
@media (max-width: 980px) {
  .order-form .custom-checkbox__text {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .order-form .custom-checkbox__text {
    font-size: 14px;
  }
}

.articles-main__title {
  margin-bottom: 20px;
}
.articles-main__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .articles-main__item:nth-child(3) {
    display: none;
  }
}
.articles-main__btn {
  margin: 0 auto;
}

.article-item {
  width: 100%;
}
.article-item img {
  background-color: var(--white);
  margin-bottom: 10px;
  display: block;
  width: 386px;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1220px) {
  .article-item img {
    width: auto;
    height: auto;
    aspect-ratio: 3.9/3;
  }
}
.article-item:hover .article-item__title::after,
.article-item:focus .article-item__title::after,
.article-item:active .article-item__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: var(--accent-1);
}
.article-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.article-item__title {
  margin: 0;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 10px 0;
  font-weight: 400;
  font-size: 18px;
  color: var(--main-text);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.article-item__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--main-border-2);
}
@media (max-width: 768px) {
  .article-item__title {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .article-item__title {
    font-size: 14px;
  }
}

.accordion-main__title {
  margin-bottom: 20px;
}
.accordion-main__item.open .accordion-main__text {
  opacity: 1;
  margin-top: 15px;
  margin-bottom: 15px;
}
.accordion-main__item.open .accordion-main__item-title {
  border-bottom: 1px solid var(--accent-1);
}
.accordion-main__item.open .accordion-main__item-title svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion-main__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid var(--main-border-2);
  padding: 18px 0px;
  width: 100%;
  text-align: left;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.5;
  color: var(--main-text);
}
.accordion-main__item-title svg {
  display: block;
  margin-left: auto;
  height: 16px;
  width: 16px;
  fill: var(--accent-2);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 980px) {
  .accordion-main__item-title {
    padding: 16px 0;
    font-size: 20px;
  }
  .accordion-main__item-title svg {
    height: 14px;
    width: 14px;
  }
}
@media (max-width: 768px) {
  .accordion-main__item-title {
    padding: 14px 0;
    font-weight: 400;
    font-size: 17px;
  }
  .accordion-main__item-title svg {
    height: 12px;
    width: 12px;
  }
}
@media (max-width: 500px) {
  .accordion-main__item-title {
    padding: 10px 0;
    font-size: 14px;
  }
  .accordion-main__item-title svg {
    height: 10px;
    width: 10px;
  }
}
.accordion-main__text {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 20px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 20px;
  line-height: 130%;
  background-color: var(--white);
  font-weight: 300;
}
@media (max-width: 980px) {
  .accordion-main__text {
    font-size: 18px;
    padding: 0 17px;
  }
}
@media (max-width: 768px) {
  .accordion-main__text {
    font-size: 16px;
    padding: 0 14px;
  }
}
@media (max-width: 500px) {
  .accordion-main__text {
    font-size: 14px;
    padding: 0 10px;
  }
}

.info-main__title {
  margin-bottom: 20px;
}
.info-main__item-content {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  color: var(--main-text);
}
.info-main__item-content p {
  margin: 0;
}
.info-main__item-content ul {
  margin: 0;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}
.info-main__item-btn {
  margin: 0 auto;
}

.standart-section__title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .standart-section__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .standart-section__title {
    margin-bottom: 15px;
  }
}
.bottom-line {
  border-bottom: 1px solid var(--accent-1);
  padding-bottom: 10px;
}

.contact-card {
  max-width: 683px;
}

.contact-info__list li,
.contact-info__locations li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  color: var(--black);
}
.contact-info__list li:not(:last-child),
.contact-info__locations li:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .contact-info__list li,
  .contact-info__locations li {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .contact-info__list li,
  .contact-info__locations li {
    font-size: 14px;
  }
}
.contact-info__list li a,
.contact-info__locations li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
}
.contact-info__list li a svg,
.contact-info__locations li a svg {
  margin-right: 20px;
  display: block;
  height: 30px;
  width: 30px;
  fill: var(--accent-1);
}
@media (max-width: 768px) {
  .contact-info__list li a svg,
  .contact-info__locations li a svg {
    height: 25px;
    width: 25px;
  }
}
@media (max-width: 500px) {
  .contact-info__list li a svg,
  .contact-info__locations li a svg {
    height: 20px;
    width: 20px;
  }
}
.contact-info__list {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .contact-info__list {
    margin-bottom: 20px;
  }
}
.contact-info__locations {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .contact-info__locations {
    margin-bottom: 40px;
  }
}
.contact-info__map-wrapper {
  border: 1px solid var(--main-border-2);
  min-height: 430px;
}

.manuf-articles__title,
.page-articles__title {
  margin-bottom: 40px;
}
@media (max-width: 980px) {
  .manuf-articles__title,
  .page-articles__title {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .manuf-articles__title,
  .page-articles__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .manuf-articles__title,
  .page-articles__title {
    margin-bottom: 15px;
  }
}
.manuf-articles__block,
.page-articles__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
}
@media (max-width: 980px) {
  .manuf-articles__block,
  .page-articles__block {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .manuf-articles__block,
  .page-articles__block {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 400px) {
  .manuf-articles__block,
  .page-articles__block {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.text-page h3,
.delivery-geo__info h3 {
  margin: 0;
  margin-bottom: 18px;
  font-weight: 500;
  font-size: 20px;
  color: var(--main-text);
}
@media (max-width: 1200px) {
  .text-page h3,
  .delivery-geo__info h3 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .text-page h3,
  .delivery-geo__info h3 {
    font-size: 16px;
    margin-bottom: 14px;
  }
}
.text-page p,
.delivery-geo__info p {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  color: var(--main-text);
}
.text-page p:not(:last-child),
.delivery-geo__info p:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .text-page p,
  .delivery-geo__info p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .text-page p,
  .delivery-geo__info p {
    font-size: 14px;
  }
}
.text-page a,
.delivery-geo__info a {
  color: inherit;
  font-size: 18px;
}
.text-page a:hover,
.text-page a:focus,
.text-page a:active,
.delivery-geo__info a:hover,
.delivery-geo__info a:focus,
.delivery-geo__info a:active {
  color: var(--accent-1);
}
@media (max-width: 1200px) {
  .text-page a,
  .delivery-geo__info a {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .text-page a,
  .delivery-geo__info a {
    font-size: 14px;
  }
}
.text-page ul,
.delivery-geo__info ul {
  margin-bottom: 10px;
}
.text-page ul li,
.delivery-geo__info ul li {
  font-size: 18px;
}
@media (max-width: 1200px) {
  .text-page ul li,
  .delivery-geo__info ul li {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .text-page ul li,
  .delivery-geo__info ul li {
    font-size: 14px;
  }
}
.text-page ul ul,
.delivery-geo__info ul ul {
  margin-top: 10px;
}
.text-page__img-row,
.delivery-geo__info__img-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .text-page__img-row,
  .delivery-geo__info__img-row {
    margin-bottom: 18px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .text-page__img-row,
  .delivery-geo__info__img-row {
    margin-bottom: 15px;
  }
}
.text-page__img-row img,
.delivery-geo__info__img-row img {
  display: block;
  width: 100%;
  height: auto;
}
.text-page__subsection-col,
.delivery-geo__info__subsection-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.text-page__subsection,
.delivery-geo__info__subsection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .text-page__subsection,
  .delivery-geo__info__subsection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .text-page__subsection:not(:last-child),
  .delivery-geo__info__subsection:not(:last-child) {
    margin-bottom: 20px;
  }
}
.text-page__subsection:not(:last-child),
.delivery-geo__info__subsection:not(:last-child) {
  margin-bottom: 30px;
}
.text-page__col,
.delivery-geo__info__col {
  max-width: 590px;
  width: 50%;
}
.text-page__col img,
.delivery-geo__info__col img {
  display: block;
  max-width: 590px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 768px) {
  .text-page__col img,
  .delivery-geo__info__col img {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .text-page__col,
  .delivery-geo__info__col {
    max-width: none;
    width: 100%;
  }
  .text-page__col:has(img),
  .delivery-geo__info__col:has(img) {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

.delivery-geo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 980px) {
  .delivery-geo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.delivery-geo__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 437px;
}
@media (max-width: 980px) {
  .delivery-geo__info {
    width: 100%;
  }
}
.delivery-geo__info-row {
  border-bottom: 1px solid var(--main-border-2);
  padding-top: 10px;
  padding-bottom: 10px;
}
.delivery-geo__img-wrapper img {
  display: block;
  width: 733px;
  height: 584px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 980px) {
  .delivery-geo__img-wrapper img {
    width: 100%;
    height: auto;
  }
}

.page-catalog__title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .page-catalog__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .page-catalog__title {
    margin-bottom: 15px;
  }
}
.page-catalog__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.page-catalog__sidebar {
  /*padding-top: 49px;*/
  width: 290px;
}
@media (max-width: 980px) {
  .page-catalog__sidebar {
    display: none;
  }
}
.page-catalog__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 890px;
  width: 100%;
}
@media (max-width: 980px) {
  .page-catalog__content {
    max-width: none;
  }
}
.page-catalog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  height: 39px;
}
.page-catalog__count {
  font-weight: 300;
  font-size: 16px;
  color: var(--black);
}
@media (max-width: 980px) {
  .page-catalog__count {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .page-catalog__count {
    font-size: 12px;
  }
}
.page-catalog__sorting {
  margin-left: auto;
}
.page-catalog__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  gap: 20px 10px;
}
@media (max-width: 768px) {
  .page-catalog__grid {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-catalog__pagination {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 30px;
}

.catalog-item {
  padding: 40px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: var(--white);
  border: 1px solid var(--white);
}
@media (max-width: 980px) {
  .catalog-item {
    padding: 30px 15px;
    max-width: 314px;
    width: 30vw;
  }
}
@media (max-width: 768px) {
  .catalog-item {
    width: auto;
  }
}
@media (max-width: 500px) {
  .catalog-item {
    padding: 20px 10px;
  }
}
.catalog-item:hover,
.catalog-item:focus,
.catalog-item:active {
  border: 1px solid var(--accent-1);
}
.catalog-item:hover .page-catalog__title,
.catalog-item:focus .page-catalog__title,
.catalog-item:active .page-catalog__title {
  border-bottom: 1px solid var(--accent-1);
}
.catalog-item img {
  margin-bottom: 20px;
  display: block;
  width: 250px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 980px) {
  .catalog-item img {
    width: auto;
    margin-bottom: 15px;
  }
}
@media (max-width: 500px) {
  .catalog-item img {
    width: auto;
    margin-bottom: 10px;
  }
}
.catalog-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.catalog-item__info {
  margin-top: auto;
  text-align: center;
}
.catalog-item__title {
  margin: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--main-border-2);
  padding: 0px 0px 20px 0px;
  width: 250px;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: var(--black);
}
@media (max-width: 980px) {
  .catalog-item__title {
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    width: auto;
  }
}
@media (max-width: 500px) {
  .catalog-item__title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 12px;
  }
}
.catalog-item__price {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-weight: 600;
  font-size: 28px;
  color: #262626;
}
@media (max-width: 980px) {
  .catalog-item__price {
    font-size: 24px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 500px) {
  .catalog-item__price {
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.catalog-item__btn {
  margin: 0 auto;
}

.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pagination__item {
  border: 1px solid var(--accent-1);
  width: 40px;
  height: 40px;
  font-size: 16px;
}
.pagination__item:not(:last-child) {
  margin-right: 10px;
}
@media (max-width: 980px) {
  .pagination__item {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .pagination__item {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
}
.pagination__item svg {
  display: block;
  width: 20px;
  height: 10px;
  fill: var(--black);
}
.pagination__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
  height: 100%;
  width: 100%;
}
.pagination__item:hover,
.pagination__item:focus,
.pagination__item:active,
.pagination__item--active {
  background-color: var(--accent-1);
  color: var(--white);
}
.pagination__item:hover svg,
.pagination__item:focus svg,
.pagination__item:active svg,
.pagination__item--active svg {
  fill: var(--white);
}
.pagination__item--prev svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable,
  .choices__list[aria-expanded] .choices__item--selectable {
    padding-right: 0;
  }
}
.choices__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 39px;
  background-color: var(--main-bg);
  border: 1px solid var(--accent-1);
  padding: 10px;
  min-width: 221px;
  width: auto;
  height: 39px;
  font-weight: 300;
  font-size: 16px;
  color: var(--main-text);
}

.choices__list--dropdown .choices__item--selectable,
.choices__list[aria-expanded] .choices__item--selectable {
  padding: 3px 10px;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: var(--accent-1);
  color: var(--white);
}

.choices[data-type*="select-one"]::after {
  content: "";
  height: 10px;
  width: 10px;
  border: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='7' height='9' viewBox='0 0 7 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.00027 4.81824L0.915039 8.17406V7.19963L5.90652 4.50503L5.86177 4.59452V4.4056L5.90652 4.49508L0.915039 1.80048V0.82605L7.00027 4.18187V4.81824Z' fill='black' /%3e%3c/svg%3e");
  background-repeat: no-repeat;
  position: absolute;
  right: 11.5px;
  top: 55%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
}

.choices[data-type*="select-one"].is-open::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  border: none;
  top: 45%;
  margin-top: 0;
}

.catalog-filter {
  background-color: var(--white);
  padding: 20px;
  max-width: 290px;
  font-weight: 300;
  color: var(--black);
}
@media (max-width: 980px) {
  .catalog-filter {
    max-width: 100%;
    padding: 15px;
  }
}
.catalog-filter__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.catalog-filter__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  height: 20px;
  width: auto;
  font-weight: 300;
  font-size: 16px;
  color: var(--black);
}
.catalog-filter__toggle span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--accent-1);
  height: 20px;
  width: 20px;
}
.catalog-filter__toggle svg {
  height: 10px;
  width: 10px;
  stroke: var(--accent-1);
}
.catalog-filter__reset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  height: 20px;
  width: auto;
  font-weight: 300;
  font-size: 16px;
  color: var(--black);
}
.catalog-filter__reset span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--accent-1);
  height: 20px;
  width: 20px;
}
.catalog-filter__reset svg {
  height: 10px;
  width: 10px;
  stroke: var(--accent-1);
}
.catalog-filter__item:not(:last-child) {
  margin-bottom: 20px;
}
.catalog-filter__item-title {
  margin: 0;
  border-bottom: 1px solid var(--main-border-2);
  color: var(--black);
  padding: 10px 0px;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
}
@media (max-width: 1220px) {
  .catalog-filter__item-title {
    font-size: 16px;
  }
}
.catalog-filter__item-body {
  display: block;
  /*display: none;*/
  background-color: var(--main-bg);
  overflow: hidden;
  width: 100%;

  /*max-height: 0;*/
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.catalog-filter__item-body .custom-checkbox {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.catalog-filter__item-body .custom-checkbox__field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
}
.catalog-filter__item-body .custom-checkbox__content {
  padding-left: 25px;
  cursor: pointer;
}
.catalog-filter__item-body .custom-checkbox__content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #000;
  width: 15px;
  height: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.catalog-filter__item-body .custom-checkbox__content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='fi_32282' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='405.272px' height='405.272px' viewBox='0 0 405.272 405.272' style='enable-background:new 0 0 405.272 405.272;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M393.401,124.425L179.603,338.208c-15.832,15.835-41.514,15.835-57.361,0L11.878,227.836 c-15.838-15.835-15.838-41.52,0-57.358c15.841-15.841,41.521-15.841,57.355-0.006l81.698,81.699L336.037,67.064 c15.841-15.841,41.523-15.829,57.358,0C409.23,82.902,409.23,108.578,393.401,124.425z'%3E%3C/path%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.catalog-filter__item-body .custom-checkbox__content {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}
.catalog-filter__item-body .custom-checkbox__content::before {
  content: "";
  height: 20px;
  width: 20px;
  border: 1px solid var(--accent-1);
}
.catalog-filter__item-body .custom-checkbox__content::after {
  content: "";
  height: 10px;
  width: 10px;
  top: 5px;
  left: 5px;
  background-image: none;
  background-color: var(--accent-1);
}
.catalog-filter__item-list {
  width: 100%;
  padding: 20px 10px;
}
.catalog-filter__item-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 220px;
  font-size: 18px;
  line-height: 1.3;
  color: var(--black);
}
.catalog-filter__item-list
  li
  .custom-checkbox__field:focus
  + .custom-checkbox__content::before {
  outline: none;
}
.catalog-filter__item-list li .custom-checkbox__text {
  cursor: pointer;
  border-bottom: 1px dashed var(--black);
}
.catalog-filter__item-list li:not(:last-child) {
  margin-bottom: 20px;
}
.catalog-filter__subsections-wrapper {
  overflow: hidden;
  margin-top: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.catalog-filter__subsection {
  overflow: hidden;
}
.catalog-filter__subsection:not(:last-child) {
  margin-bottom: 20px;
}
.catalog-filter__subsection-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  border-bottom: 1px solid var(--main-border-2);
  padding: 8px 6px;
  width: 100%;
  background-color: var(--accent-1);
  color: var(--white);
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
}
@media (max-width: 1220px) {
  .catalog-filter__subsection-title {
    font-size: 16px;
    padding: 5px;
  }
}
.catalog-filter__subsection-content {
  background-color: var(--main-bg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-height: 0;
}
.catalog-filter__subsection-content .custom-checkbox__field {
  visibility: hidden;
  opacity: 0;
  width: 1px;
  margin-left: -1px;
}
.catalog-filter__subsection-content
  .custom-checkbox__field:checked
  ~ .custom-checkbox__text {
  color: var(--accent-1);
  border-bottom: 1px dashed var(--accent-1);
}
.catalog-filter__subsection-content .custom-checkbox__text {
  font-weight: 300;
  font-size: 18px;
}

.partners__title {
  margin-bottom: 20px;
}
@media (max-width: 500px) {
  .partners__title {
    margin-bottom: 15px;
  }
}
.partners__wrapper p,
.partners__wrapper li {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  color: var(--black);
}
@media (max-width: 768px) {
  .partners__wrapper p,
  .partners__wrapper li {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .partners__wrapper p,
  .partners__wrapper li {
    font-size: 14px;
  }
}
.partners__wrapper ul {
  margin-top: 10px;
}
.partners__wrapper ul:not(:last-child) {
  margin-bottom: 10px;
}
.partners__wrapper a {
  color: inherit;
}
.partners__wrapper a:hover,
.partners__wrapper a:focus,
.partners__wrapper a:active {
  color: var(--accent-1);
}
.partners__offer {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .partners__offer {
    margin-bottom: 30px;
  }
}

.partners__pict-block {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .partners__pict-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
  }
}
.partners__pict-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 313px;
}
.partners__pict-item img {
  margin-bottom: 10px;
  display: block;
  height: 100px;
  width: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}
.partners__pict-item h3 {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: var(--black);
}
.partners__service-block {
  padding: 20px;
  margin-bottom: 100px;
  background-color: var(--white);
}
@media (max-width: 768px) {
  .partners__service-block {
    margin-bottom: 50px;
    padding: 15px;
  }
}
.partners__service-block h3 {
  margin: 0;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
  color: var(--black);
}
.partners-form__title {
  margin: 0;
  margin-bottom: 20px;
  padding: 10px;
  font-weight: 500;
  font-size: 28px;
  color: var(--main-text);
}
@media (max-width: 768px) {
  .partners-form__title {
    font-size: 24px;
  }
}
.partners-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.partners-form__label:not(:last-child) {
  margin-bottom: 20px;
}
.partners-form__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 10px;
  width: 100%;
  height: 60px;
  font-weight: 400;
  font-size: 22px;
  color: var(--main-text);
}
@media (max-width: 768px) {
  .partners-form__input {
    height: 40px;
    font-size: 18px;
  }
}
.partners-form__submit-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .partners-form__submit-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.partners-form__submit-text {
  display: block;
  padding: 11px 20px;
}
@media (max-width: 768px) {
  .partners-form__submit-text {
    padding: 10px;
  }
}
.partners-form__submit-text a {
  color: inherit;
}
.partners-form__submit-text a:hover,
.partners-form__submit-text a:focus,
.partners-form__submit-text a:active {
  color: var(--accent-1);
}
.partners-form__btn {
  height: 60px;
  max-width: 590px;
  width: 100%;
}
@media (max-width: 768px) {
  .partners-form__btn {
    max-width: none;
    height: inherit;
  }
}

.cart__title {
  margin-top: 30px;
  margin-bottom: 30px;
}
.cart-table__header,
.cart-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.cart-table__header {
  padding-left: 170px;
  padding-right: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 60px;
  margin-bottom: 30px;
  border-bottom: 1px solid #b3b3b3;
  font-weight: 300;
  font-size: 16px;
  color: var(--black);
}
@media (max-width: 980px) {
  .cart-table__header {
    padding-left: 150px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .cart-table__header {
    display: none;
  }
}
.cart-table__header span {
  text-align: center;
}
.cart-table__header span:not(:first-child) {
  width: 150px;
}
@media (max-width: 1220px) {
  .cart-table__header span:not(:first-child) {
    width: 130px;
  }
}
@media (max-width: 980px) {
  .cart-table__header span:not(:first-child) {
    width: 100px;
  }
}
.cart-table__header span:first-child {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.cart-table__body {
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #b3b3b3;
}
.cart-table__row {
  position: relative;
  padding: 20px 40px 20px 20px;
  background-color: var(--white);
}
.cart-table__row:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .cart-table__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 20px;
    padding-left: 130px;
  }
}
.cart-table__thumbnail,
.cart-table__product-name,
.cart-table__product-price,
.cart-table__product-quantity,
.cart-table__product-subtotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cart-table__product-price,
.cart-table__product-quantity,
.cart-table__product-subtotal {
  width: 150px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 22px;
}
@media (max-width: 1220px) {
  .cart-table__product-price,
  .cart-table__product-quantity,
  .cart-table__product-subtotal {
    width: 130px;
    font-size: 20px;
  }
}
@media (max-width: 980px) {
  .cart-table__product-price,
  .cart-table__product-quantity,
  .cart-table__product-subtotal {
    width: 100px;
    font-size: 18px;
  }
}
.cart-table__thumbnail {
  padding-right: 10px;
  width: 150px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-right: 1px solid var(--main-border-2);
}
.cart-table__thumbnail img {
  display: block;
  width: 150px;
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 980px) {
  .cart-table__thumbnail {
    width: 130px;
  }
  .cart-table__thumbnail img {
    width: 130px;
    height: 70px;
  }
}
@media (max-width: 768px) {
  .cart-table__thumbnail {
    border-right: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
  }
}
.cart-table__product-name {
  padding: 18px 42px;
  width: 500px;
  font-weight: 400;
  font-size: 18px;
  color: var(--black);
}
.cart-table__product-name a {
  display: block;
  max-width: 420px;
  color: inherit;
}
.cart-table__product-name a:hover,
.cart-table__product-name a:focus,
.cart-table__product-name a:active {
  color: var(--accent-1);
}
@media (max-width: 1220px) {
  .cart-table__product-name {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 16px;
    width: auto;
    padding: 15px;
  }
}
@media (max-width: 980px) {
  .cart-table__product-name {
    padding: 10px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .cart-table__product-name {
    width: 100%;
  }
}
.cart-table__product-price {
  border-right: 1px solid var(--main-border-2);
  border-left: 1px solid var(--main-border-2);
  font-weight: 600;
  color: var(--main-text);
}
@media (max-width: 768px) {
  .cart-table__product-price {
    border-left: none;
    border-right: none;
  }
}
.cart-table__product-quantity {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-right: 1px solid var(--main-border-2);
}
@media (max-width: 768px) {
  .cart-table__product-quantity {
    border-left: none;
    border-right: none;
  }
}
.cart-table__product-subtotal {
  font-weight: 600;
  color: var(--main-text);
}
.cart-table__remove {
  position: absolute;
  right: 10px;
  top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--main-border-2);
  width: 20px;
  height: 20px;
}
.cart-table__remove svg {
  width: 12px;
  height: 12px;
  stroke: var(--main-border-2);
}

.input-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.input-counter input {
  width: 47px;
  height: 22px;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: var(--main-text);
}
@media (max-width: 980px) {
  .input-counter input {
    width: 37px;
    font-size: 16px;
  }
}
.input-counter img {
  display: block;
  height: 20px;
  width: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}
.input-counter svg {
  display: block;
  height: 20px;
  width: 20px;
  fill: var(--accent-1);
}
.input-counter__minus-btn,
.input-counter__plus-btn {
  height: 22px;
  width: 22px;
}

.cart-totals {
  font-weight: 600;
  font-size: 28px;
  color: var(--main-text);
  text-align: right;
}
@media (max-width: 980px) {
  .cart-totals {
    font-size: 24px;
  }
}
.cart-totals ul {
  margin-bottom: 30px;
}
.cart-totals__btn {
  margin-left: auto;
}

.checkout-form {
  /*display: flex;*/
  /*gap: 20px;*/
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 980px) {
  .checkout-form {
    grid-template-columns: 1fr;
  }
}
.checkout-form__address-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 524px;
}
@media (max-width: 980px) {
  .checkout-form__address-block {
    width: 100%;
  }
}
.checkout-form__label:not(:last-child) {
  margin-bottom: 10px;
}
.checkout-form__input {
  padding: 0px 10px;
  width: 100%;
  height: 60px;
  background-color: var(--white);
  font-weight: 400;
  font-size: 14px;
  color: var(--main-text);
}
.checkout-form__input::-webkit-input-placeholder {
  color: var(--main-text);
}
.checkout-form__input::-moz-placeholder {
  color: var(--main-text);
}
.checkout-form__input:-ms-input-placeholder {
  color: var(--main-text);
}
.checkout-form__input::-ms-input-placeholder {
  color: var(--main-text);
}
.checkout-form__input::placeholder {
  color: var(--main-text);
}
@media (max-width: 768px) {
  .checkout-form__input {
    height: 50px;
    font-size: 12px;
  }
}
@media (max-width: 500px) {
  .checkout-form__input {
    height: 40px;
  }
}
.checkout-form__textarea {
  padding: 20px 10px;
  width: 100%;
  height: 120px;
  background-color: var(--white);
  font-weight: 400;
  font-size: 14px;
  color: var(--main-text);
  resize: none;
}
.checkout-form__textarea::-webkit-input-placeholder {
  color: var(--main-text);
}
.checkout-form__textarea::-moz-placeholder {
  color: var(--main-text);
}
.checkout-form__textarea:-ms-input-placeholder {
  color: var(--main-text);
}
.checkout-form__textarea::-ms-input-placeholder {
  color: var(--main-text);
}
.checkout-form__textarea::placeholder {
  color: var(--main-text);
}
@media (max-width: 768px) {
  .checkout-form__textarea {
    height: 120px;
    font-size: 12px;
  }
}
.checkout-form__summary-block {
  background-color: var(--white);
  padding: 0px 20px 20px 20px;

  /*height: fit-content;*/
}
@media (max-width: 1220px) {
  .checkout-form__summary-block {
    padding: 0 15px 15px;
  }
}
@media (max-width: 980px) {
  .checkout-form__summary-block {
    width: 100%;
    padding: 0 20px 20px;
  }
}
@media (max-width: 768px) {
  .checkout-form__summary-block {
    width: 100%;
    padding: 0 10px 10px;
  }
}
.summary-table thead th {
  height: 60px;
  padding: 19px 20px 22px;
  font-weight: 300;
  font-size: 16px;
  color: var(--main-text);
  border-bottom: 1px solid var(--main-border-2);
}
@media (max-width: 768px) {
  .summary-table thead th {
    padding: 12px 15px 15px;
    height: 50px;
  }
}
.summary-table thead th:last-child {
  min-width: 150px;
}
@media (max-width: 768px) {
  .summary-table thead th:last-child {
    min-width: 120px;
  }
}
@media (max-width: 500px) {
  .summary-table thead th:last-child {
    min-width: 100px;
  }
}
.summary-table tbody tr {
  height: 90px;
}
.summary-table tbody tr:first-child td {
  border-top: 30px solid var(--white);
}
@media (max-width: 768px) {
  .summary-table tbody tr:first-child td {
    border-top: 20px solid var(--white);
  }
}
.summary-table tbody tr:last-child td {
  border-bottom: 30px solid var(--white);
}
@media (max-width: 768px) {
  .summary-table tbody tr:last-child td {
    border-bottom: 20px solid var(--white);
  }
}
.summary-table tbody tr td {
  height: 50px;
  padding: 40px 20px;
  font-weight: 400;
  font-size: 18px;
  color: var(--main-text);
}
@media (max-width: 768px) {
  .summary-table tbody tr td {
    font-size: 16px;
    height: 40px;
    padding: 30px 15px;
  }
}
@media (max-width: 500px) {
  .summary-table tbody tr td {
    font-size: 14px;
    height: 35px;
    padding: 15px 10px;
  }
}
.summary-table tbody tr td:last-child {
  font-weight: 600;
  font-size: 22px;
  color: var(--main-text);
}
@media (max-width: 768px) {
  .summary-table tbody tr td:last-child {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .summary-table tbody tr td:last-child {
    font-size: 18px;
  }
}

.delivery-block {
  margin-bottom: 40px;
  /*padding: 20px 0;*/
  width: 100%;
}
@media (max-width: 768px) {
  .delivery-block {
    margin-bottom: 30px;
  }
}
.delivery-block__note {
  display: block;
  text-align: center;
  width: 100%;
  font-weight: 300;
  font-size: 12px;
  color: var(--main-border-2);
}
.delivery-block .custom-checkbox {
  position: relative;
  display: flex;
  align-items: center;
}
.delivery-block .custom-checkbox__field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
}
.delivery-block .custom-checkbox__content {
  padding-left: 25px;
  cursor: pointer;
}
.delivery-block .custom-checkbox__content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #000;
  width: 15px;
  height: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.delivery-block .custom-checkbox__content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='fi_32282' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='405.272px' height='405.272px' viewBox='0 0 405.272 405.272' style='enable-background:new 0 0 405.272 405.272;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M393.401,124.425L179.603,338.208c-15.832,15.835-41.514,15.835-57.361,0L11.878,227.836 c-15.838-15.835-15.838-41.52,0-57.358c15.841-15.841,41.521-15.841,57.355-0.006l81.698,81.699L336.037,67.064 c15.841-15.841,41.523-15.829,57.358,0C409.23,82.902,409.23,108.578,393.401,124.425z'%3E%3C/path%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.delivery-block .custom-checkbox__content {
  margin-right: 5px;
}
.delivery-block .custom-checkbox__content::before {
  content: "";
  left: 0;
  top: 0;
  border: 1px solid var(--accent-1);
  width: 20px;
  height: 20px;
}
.delivery-block .custom-checkbox__content::after {
  content: "";
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
  background-image: none;
  background-color: var(--accent-1);
}
.delivery-block .custom-checkbox__text {
  display: block;
  font-weight: 300;
  font-size: 18px;
}
@media (max-width: 768px) {
  .delivery-block .custom-checkbox__text {
    font-size: 16px;
  }
}

.totals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 28px;
  color: var(--main-text);
}
@media (max-width: 768px) {
  .totals {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.totals__name {
  margin-right: 5px;
}
.submit-block__text {
  display: inline;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: var(--main-text);
}
.submit-block__text a {
  color: inherit;
}
.submit-block__text a:hover,
.submit-block__text a:focus,
.submit-block__text a:active {
  color: var(--accent-1);
}
@media (max-width: 768px) {
  .submit-block__text {
    font-size: 14px;
  }
}
.submit-block__btn {
  width: 100%;
  margin-top: 10px;
}

.footer__main {
  padding: 100px 0;
  background-color: var(--secondary-bg);
}
@media (max-width: 1220px) {
  .footer__main {
    padding: 75px 0;
  }
}
@media (max-width: 768px) {
  .footer__main {
    padding: 50px 0;
  }
}
.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1220px) {
  .footer__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px 20px;
  }
}
.footer__logo {
  margin-top: auto;
  margin-bottom: auto;
}
.footer__logo img {
  display: block;
  height: 108px;
  width: 158px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 768px) {
  .footer__logo {
    width: 100%;
  }
  .footer__logo img {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 1220px) {
  .footer__item {
    width: 33vw;
  }
}
@media (max-width: 500px) {
  .footer__item {
    width: 100%;
  }
}
.footer__item-title {
  margin: 0;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  color: var(--main-text);
}
@media (max-width: 1220px) {
  .footer__item-title {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.footer__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.footer__item-list li {
  font-weight: 400;
  font-size: 16px;
  color: var(--main-text);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer__item-list li:hover,
.footer__item-list li:focus,
.footer__item-list li:active {
  color: var(--accent-1);
}
@media (max-width: 980px) {
  .footer__item-list li {
    font-size: 14px;
  }
}
.footer__item-list a {
  display: block;
  padding: 5px 10px;
  color: inherit;
}
.footer__copiright {
  height: 52px;
}
@media (max-width: 980px) {
  .footer__copiright {
    height: 42px;
  }
}
@media (max-width: 768px) {
  .footer__copiright {
    height: 32px;
  }
  .prod-tbl thead {
    position: static;
  }
}

.new-header {
  max-width: 1200px;
  margin: 0 auto;
}
.h-search {
  max-width: 190px;
}
.h-search input {
  border-radius: 0;
  border: 1px solid #262626;
  width: 100%;
}
.h-search .search-form__btn svg {
  fill: #89b061;
}
.h-adr {
  display: flex;
  gap: 6px;
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  align-items: flex-start;
}
.phn-block a:hover,
.eml-block a:hover {
  color: #89b061;
}
.phn-block a,
.eml-block a {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: #262626;
}
.phn-block,
.eml-block {
  display: flex;
  align-items: center;
  gap: 6px;
}
.h-btn .btn {
  width: 191px;
  height: 42px;
  background: #89b061;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  line-height: 42px;
  color: #fff;
}
.h-btn .btn:hover {
  color: #89b061;
  background: #eaf3df;
}
.header-flex {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.h-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.main-menu {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-block {
  width: 42px;
}
.cart-block .header__cart-btn span {
  top: -5px;
  background-color: #89b061;
}
.main-menu .header__menu {
  border: 0;
}
.main-menu .header__menu a:hover {
  color: #89b061;
}
.main-menu .header__menu a {
  padding: 0;
  font-weight: 400;
  font-size: 18px;
}
.main-menu .container {
  padding: 0;
}
.main-menu .header-nav__list {
  column-gap: 40px;
}
.main-menu .header-nav {
  height: auto;
}
.main-menu .header-nav__list > li:hover {
  background: transparent;
  color: #89b061;
}
.main-menu .header__menu ul ul a {
  padding: 10px;
}
.new-footer {
  background: #ececec;
}
.flex-foot {
  max-width: 1220px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px 10px;
}
.f-adr {
  display: flex;
  gap: 6px;
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  align-items: flex-start;
  margin: 20px 0;
}
.f-time {
  display: flex;
  gap: 6px;
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  align-items: flex-start;
}
.f-title a {
  color: #262626;
}

.f-title {
  font-weight: 700;
  font-size: 18px;
  color: #262626;
  margin-bottom: 17px;
}
.f-title a:hover,
.f-menu a:hover,
.f-phn a:hover,
.f-eml a:hover,
.yand a:hover {
  color: #89b061;
}
.f-menu ul a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  margin-bottom: 10px;
}
.f-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.f-btn .btn:hover {
  color: #89b061;
  background: #eaf3df;
}
.f-btn .btn {
  width: 191px;
  height: 42px;
  background: #89b061;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  line-height: 42px;
  color: #fff;
}
.f-phn span {
  display: block;
  margin-bottom: 6px;
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  opacity: 0.5;
}
.f-phn a,
.f-eml a {
  font-weight: 400;
  font-size: 18px;
  color: #262626;
}
.f-phn div,
.f-eml {
  display: flex;
  align-items: center;
  gap: 6px;
}
.f-phn {
  margin: 20px 0;
}
.yand a:last-child {
  border-left: 1px solid #c5c5c5;
  padding-left: 30px;
}
.yand a {
  font-weight: 400;
  font-size: 16px;
  color: #262626;
}
.yand {
  display: flex;
  align-items: center;
  gap: 30px;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px 40px;
}
.f-menu {
  max-width: 320px;
}
.f-logo .logo,
.header-flex .logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000;
}
.f-logo .logo span,
.header-flex .logo span {
  display: block;
}

h2:after {
  content: "";
  display: block;
  width: 100%;
  height: 16px;
  background: #eaf3df;
  margin-top: -14px;
}
h2 {
  font-weight: 500;
  font-size: 28px;
  line-height: 100%;
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 1220px) {
  .new-header {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1170px) {
  .main-menu .header-nav__list {
    column-gap: 10px;
  }
}
@media screen and (max-width: 980px) {
  .h-search {
    display: none;
  }
  .header-flex {
    gap: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .menu-block {
    order: 1;
  }
  .cart-block {
    order: 0;
  }
  .h-logo {
    order: -1;
  }
  ul.list-reset.mobile-nav__list {
    gap: 10px;
    padding: 10px;
  }
  .f-menu {
    text-align: center;
    max-width: 100%;
  }
  .flex-foot {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .f-title {
    text-align: center;
  }
  .yand a:last-child {
    padding-left: 0;
    border: 0;
  }
  .yand {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 980px) {
  .section-title,
  h2 {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  .section-title,
  h2 {
    font-size: 18px;
  }
  h2:after {
    display: none;
  }
}

.green {
  color: #89b061;
}
.preim__num {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 900px) {
  .preim__num {
    grid-template-columns: 1fr;
  }
}
.preim__num-item {
  padding: 20px 40px 20px 80px;
  border: 2px solid #89b061;
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
	hyphens: auto;
  word-break: break-word;
}

.preim__num-item:before {
  width: 30px;
  height: 50px;
  color: #89b061;
  display: block;
  font-size: 60px;
  position: absolute;
  left: 4%;
  bottom: 50%;
	word-break: auto-phrase;
}
.preim__num-item:nth-child(1):before {
  content: "1.";
}
.preim__num-item:nth-child(2):before {
  content: "2.";
}
.preim__num-item:nth-child(3):before {
  content: "3.";
}
.preim__num-item:nth-child(4):before {
  content: "4.";
}
.preim__num-item:nth-child(5):before {
  content: "5.";
}
.preim__num-item:nth-child(6):before {
  content: "6.";
}

.page-catalog__content article {
  text-align: justify;
}
.page-catalog__content article h2,
.page-catalog__content article h3 {
  text-align: center;
}

.hero-main {
  padding: 0;
  position: relative;
  z-index: 1;
  height: 100svh;
  max-height: 1080px;
}
.hero-main:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.8) 49.04%,
      rgba(255, 255, 255, 0) 100%
    ),
    linear-gradient(
      0deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.7) 70.75%
    );
}
.hero-main__content {
  background: none;
  max-width: 700px;
  padding: 60px 0;
}
.hero-main__descr {
  margin: 0 0 20px 0;
  font-size: 16px;
  line-height: 1.2;
}
.hero-main__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.hero-main__tags a {
  display: block;
  padding: 6px 20px;
  font-size: 16px;
  line-height: 19px;
  color: #262626;
  background: #eaf3df;
  transition: 200ms linear;
}
.hero-main__tags a:hover {
  background: #ffffff;
}
.hero-main__btns {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 80px;
}
.btn-border,
.btn-green {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 2px solid transparent;
  padding: 8px 18px;
  width: fit-content;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  transition: 200ms linear;
}
.btn-border {
  border-color: #89b061;
  color: #89b061;
}
.btn-border:hover {
  /* color: #EAF3DF;
  border-color: #EAF3DF; */
  opacity: 0.6;
}
.btn-green {
  border-color: #89b061;
  background-color: #89b061;
  color: #ffffff;
}
.btn-green:hover {
  background: #eaf3df;
  color: #89b061;
}

.catalog-main {
  padding: 60px 0 !important;
}
.catalog-main__title {
  margin: 0 0 40px 0;
}
.catalog-main__block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  grid-gap: 20px;
}
.catalog-main__item {
  margin: 0 !important;
  width: 100%;
  max-width: 100%;
  min-height: 240px;
  height: auto;
  position: relative;
  z-index: 1;
  font-size: 18px;
  line-height: 22px;
}
.catalog-main__item:hover {
  background: #fff;
  color: #89b061;
}
.catalog-main__item-link {
  display: block;
  height: auto;
}
.catalog-main__item img {
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 230px;
  height: 170px;
  object-fit: contain;
  mix-blend-mode: darken;
}

.instalment {
  background: #eaf3df;
}
.instalment__wrap {
  display: grid;
  grid-template-columns: 1.25fr 2fr;
  align-items: center;
  grid-gap: 40px;
}
.instalment__title {
  margin: 0 0 20px 0;
  font-weight: bold;
}
.instalment__title:after {
  background-color: #fff;
}
.instalment__desc {
  margin: 0 0 20px 0;
  font-size: 16px;
  line-height: 19px;
}
.instalment img {
  display: block;
}

.about-main {
  margin-top: 60px;
  padding: 60px 0;
  background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.9) 49.04%,
      rgba(255, 255, 255, 0) 100%
    ),
    linear-gradient(0deg, #89b061, #89b061),
    url("/assets/img/about-main-bg1.png");
  background-blend-mode: normal, hue, normal;
  background-repeat: no-repeat;
  background-size: 100% 101%, 100% 101%, cover;
  background-position: center;
}
.about-main__title {
  margin: 0 0 40px 0;
}
.about-main__item-content {
  max-width: 790px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.2;
}
.about-main__item-content p {
  margin-bottom: 10px;
}

.advantages {
  padding: 60px 0;
}
.advantages-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  grid-gap: 40px;
}
.advantages-items__item {
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  line-height: 1.2;
}

.reviews {
  padding: 60px 0;
}
.reviews__title {
  margin: 0 0 40px 0;
}
.reviews__wrap {
  display: grid;
  grid-template-columns: 1fr 476px;
  align-items: stretch;
  grid-gap: 20px;
}
.reviews__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: stretch;
  grid-gap: 20px;
}
.reviews__images img {
  display: block;
  width: 100%;
}
.reviews__btns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}

.accordion-main {
  padding: 60px 0 !important;
}
.accordion-main__title {
  margin: 0;
  width: fit-content;
}
.accordion-main__head {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  grid-gap: 20px;
}
.accordion-main__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  grid-gap: 20px;
}
.accordion-main__item {
  border: 2px solid #ececec;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100px;
}
.accordion-main__item-title {
  border: none !important;
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 20px;
  align-items: center;
  grid-gap: 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}
.accordion-main__item-title svg {
  fill: none;
  width: 20px;
  height: 20px;
}
.accordion-main__item.open .accordion-main__item-title svg {
  transform: rotate(180deg);
}
.accordion-main__text {
  margin: 0 !important;
  padding: 0 20px 20px 20px;
  display: none;
  font-size: 16px;
  line-height: 19px;
}
.accordion-main__text p {
  margin: 0;
}
.accordion-main__item.open {
  background: #ececec;
}
.accordion-main__item.open .accordion-main__text {
  display: block;
  background: #ececec;
}

.chimneys {
  padding: 60px 0;
}
.chimneys__title {
  margin: 0 0 40px 0;
}
.chimneys__wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: stretch;
  grid-gap: 20px;
}
.chimneys__left img {
  display: block;
  max-height: 490px;
}
.chimneys__right p {
  margin: 0 0 10px 0;
  font-size: 16px;
  line-height: 19px;
}
.chimneys__right p:last-child {
  margin-bottom: 0;
}

@media (max-width: 980px) {
  .hero-main {
    background-size: cover;
    background-position: bottom 0px center;
    height: auto;
    overflow: visible;
  }
  .hero-main__content {
    max-width: 100%;
    height: auto;
  }
  .hero-main__content::after {
    display: none;
  }
  .hero-main__tags {
    justify-content: center;
  }
  .hero-main__btns {
    margin-top: 40px;
  }
  .catalog-main__block {
    grid-template-columns: repeat(2, 1fr);
  }
  .instalment {
    padding-top: 60px;
  }
  .instalment__wrap {
    grid-template-columns: 100%;
  }
  .advantages-items {
    grid-template-columns: 100%;
  }
  .reviews__wrap {
    grid-template-columns: 100%;
  }
  .reviews__right {
    height: 500px;
  }
  .accordion-main__wrapper {
    grid-template-columns: 100%;
  }
  .chimneys__wrap {
    grid-template-columns: 100%;
  }
  .chimneys__left {
    display: none;
  }
}
@media (max-width: 767px) {
  .catalog-main__block {
    grid-gap: 10px;
  }
  .tags a {
 
        width: 49%;
        margin-bottom: 15px;
 
}
  .catalog-main__item {
    min-height: auto;
  }
  .catalog-main__item img {
    max-height: none;
    width: 100%;
    max-width: 75%;
    height: auto;
    position: static;
    margin-left: auto;
    margin-top: 20px;
  }
  .hero-main:before {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.8) 100%,
        rgba(255, 255, 255, 0) 100%
      ),
      linear-gradient(
        0deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.7) 70.75%
      );
  }
  .about-main {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.8) 100%,
        rgba(255, 255, 255, 0) 100%
      ),
      linear-gradient(0deg, #89b061, #89b061),
      url(/assets/img/about-main-bg1.png);
  }
}
@media (max-width: 500px) {
  .hero-main__descr {
    display: block;
  }
  .tags a {
    width: 100%;
}
}
.breen-bg {
    padding: 60px 0;
    background: #89B061;
}
.btn-block a:hover {
    color: #89B061;
}
.btn-block a {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 32%;
    background: #fff;
    padding: 20px;
    color: #262626;
    font-size: 16px;
    font-weight: bold;
}
.btn-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1220px;
    padding: 0 10px;
    margin: 0 auto;
}
@media screen and (max-width:600px){
.btn-block a:last-child {
    margin-bottom: 0;
}
.btn-block a {
    width: 100%;
    margin-bottom: 20px;
}}

.spoilers {
    margin-bottom: 15px;
}

.sp-desc {
    padding: 0.75rem 1.25rem;
    border: 1px solid #89B061;
    display: none;
}
.sp-title {
    background: #89B061;
    color: #fff;
    font-weight: bold;
    padding: 0.75rem 1.25rem;
    cursor: pointer;
    margin-top: 5px;
}
.afterBtn:hover {
    color: #89b061;
    background: #eaf3df;
}
.afterBtn {
    width: 191px;
    height: 42px;
    background: #89b061;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    line-height: 42px;
    color: #fff;
    margin: 40px auto 0;
}

.steel-sticky {
    position: sticky;
    top: 120px;
    z-index: 5;
padding: 8px;
}
.prod-tbl thead {
z-index: 6 !important;
}