/* === FONTS === */
@import 'https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap';
@import 'https://fonts.googleapis.com/css2?family=Inter&display=swap';
/* === COMMON STYLES === */
a, input, button, textarea, select {
  outline: none;
}
a:focus, input:focus, button:focus, textarea:focus, select:focus {
  outline: none;
}

a {
  color: #00A384;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
a:hover, a:focus {
  color: #2A403C;
  text-decoration: none;
}

p {
  margin-bottom: 16px;
}

button {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

h1 {
  margin-bottom: 32px;
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
}

h2 {
  margin-bottom: 35px;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}

h3 {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}

body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 320px;
  min-height: 100vh;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  color: #2A403C;
  background: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

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

.slick-slider {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.slick-slide {
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  padding: 18px 26px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.02em;
  border: none;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:hover, .btn:focus, .btn:active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn--primary {
  color: #2A403C;
  background: #FFA81D;
}
.btn--primary:hover {
  color: #fff;
  background-color: #2ADCBA;
}
.btn--primary:active {
  color: #fff;
  background-color: #4DE9CB;
}

.btn--secondary {
  padding: 17px 25px;
  border: 1px solid #FFA81D;
}
.btn--secondary:hover {
  border-color: #2ADCBA;
}
.btn--secondary:active {
  color: #fff;
  background-color: #4DE9CB;
  border-color: #4DE9CB;
}

.btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex: none;
          flex: none;
          align-items: center;
  -webkit-box-flex: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
}
.btn-icon:first-child {
  margin-right: 15px;
}
.btn-icon:last-child:not(:only-child) {
  margin-left: 15px;
}
.btn-icon svg, .btn-icon svg path, .btn-icon circle {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* === MAIN PAGE STYLES === */
.header, .footer {
      -ms-flex: none;
          flex: none;
  -webkit-box-flex: 0;
}

.main {
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-flex: 1;
}

.topbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
          align-items: center;
  padding: 12px 0 16px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
}

.topbar__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex: none;
          flex: none;
          align-items: center;
  -webkit-box-flex: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
}
.topbar__logo img {
      -ms-flex: none;
          flex: none;
  margin-right: 21px;
  -webkit-box-flex: 0;
}
.topbar__logo p {
      -ms-flex: none;
          flex: none;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  color: #566A69;
  letter-spacing: 0.08em;
  -webkit-box-flex: 0;
}

.topbar__mobile-menu-btn {
  display: block;
      -ms-flex: none;
          flex: none;
  width: 30px;
  height: 22px;
  margin-bottom: 20px;
  background: url("data:image/svg+xml,%3Csvg width='19' height='14' viewBox='0 0 19 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 13h17M1 7h17M1 1h17' stroke='%232A403C' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") 0 0/contain no-repeat;
  -webkit-box-flex: 0;
}

.topbar__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex: none;
          flex: none;
          align-items: center;
  padding: 0 20px;
  -webkit-box-flex: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
}

.topbar__phone {
      -ms-flex: none;
          flex: none;
  margin-right: 23px;
  -webkit-box-flex: 0;
}

.topbar__phone-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #2A403C;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
}
.topbar__phone-number:first-child::before {
  content: "";
  display: block;
  width: 17px;
  height: 16px;
  margin-right: 10px;
  background: url("../img/phone_icon.svg") 0 0 no-repeat;
}
.topbar__phone-number:nth-child(2) {
  padding-left: 22px;
}
.topbar__phone-number:hover {
  color: #FFA81D;
}

.topbar__recall {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin-left: 27px;
  font-size: 13px;
  line-height: 17px;
  color: #00A384;
  letter-spacing: 0.01em;
}
.topbar__recall:hover, .topbar__recall:focus {
  color: #00A384;
}

.topbar__worktime {
      -ms-flex: none;
          flex: none;
  padding: 7px 12px 7px 12px;
  font-size: 13px;
  line-height: 17px;
  color: #566A69;
  background: #F8F8F8;
  border-radius: 8px;
  -webkit-box-flex: 0;
}

.topbar__nav {
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-flex: 0;
}

.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
          justify-content: flex-end;
  margin: 0 -12px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
}

.main-menu__item {
      -ms-flex: none;
          flex: none;
  margin: 0 12px;
  -webkit-box-flex: 0;
}
.main-menu__item a {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #2A403C;
  text-decoration: none;
  letter-spacing: 0.02em;
}
.main-menu__item a:hover {
  color: #00A384;
}

.navbar {
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
          justify-content: flex-start;
          align-items: stretch;
  padding: 0;
  background: #1CCAA9;
  border-radius: 8px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
}

.navbar__catalog {
      -ms-flex: none;
          flex: none;
  background: #FFA81D;
  border-radius: 7px 0 0 7px;
  -webkit-box-flex: 0;
}

.catalog-nav {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  width: 100%;
  padding: 40px 70px 0 40px;
  overflow: hidden;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.08);
}
.catalog-nav a {
  display: inline-block;
  color: #2A403C;
  text-decoration: none;
}
.catalog-nav a:hover {
  color: #00A384;
}

.catalog-nav__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}

.catalog-nav__col {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  padding: 0 20px;
  -webkit-box-flex: 0;
}

.catalog-nav__section {
  margin-bottom: 38px;
}

.catalog-nav__list {
  margin-bottom: 0;
}
.catalog-nav__list a {
  padding-left: 20px;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.02em;
  background: url("../img/catalog_nav_arrow.svg") top 4px left 0 no-repeat;
}

.catalog-nav__item:not(:last-child) {
  margin-bottom: 7px;
}

.catalog-nav__title {
  margin-bottom: 9px;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.02em;
}
.catalog-nav__title:only-child {
  margin-bottom: 0;
}
a.catalog-nav__title--740 {
  color: #FFA81D;
}

.navbar__catalog-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  height: 100%;
  padding: 0 22px;
  font-weight: 600;
  /*font-size: 14px;*/
  font-size: 20px;
  line-height: 18px;
  color: #2A403C;
  text-decoration: none;
  letter-spacing: 0.02em;
  -webkit-box-align: center;
      -ms-flex-align: center;
}
.navbar__catalog-btn:hover {
  color: #fff;
}
.navbar__catalog-btn:hover::before {
  background: url("data:image/svg+xml,%3Csvg width='19' height='14' viewBox='0 0 19 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 13h17M1 7h17M1 1h17' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") 0 0 no-repeat;
}
.navbar__catalog-btn:hover::after {
  background: url("data:image/svg+xml,%3Csvg width='17' height='9' viewBox='0 0 17 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.25.88 8.5 8.13 15.75.87' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 0 0 no-repeat;
}
.navbar__catalog-btn::before, .navbar__catalog-btn::after {
  content: "";
  display: block;
      -ms-flex: none;
          flex: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-flex: 0;
}
.navbar__catalog-btn::before {
  width: 19px;
  height: 14px;
  margin-right: 15px;
  background: url("data:image/svg+xml,%3Csvg width='19' height='14' viewBox='0 0 19 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 13h17M1 7h17M1 1h17' stroke='%232A403C' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") 0 0 no-repeat;
}
.navbar__catalog-btn::after {
  width: 17px;
  height: 9px;
  margin-left: 16px;
  background: url("data:image/svg+xml,%3Csvg width='17' height='9' viewBox='0 0 17 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.25.88 8.5 8.13 15.75.87' stroke='%232A403C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 0 0 no-repeat;
}

.navbar__search {
  position: relative;
      -ms-flex: auto;
          flex: auto;
  margin: 11px 44px 11px 24px;
  -webkit-box-flex: 1;
}
.navbar__search input {
  width: 100%;
  height: 48px;
  padding-right: 50px;
  padding-left: 16px;
  font-size: 15px;
  line-height: 20px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  color: #2A403C;
  letter-spacing: 0.01em;
  background: #fff;
  border: none;
  border-radius: 4px;
}
.navbar__search input::-webkit-input-placeholder {
  color: #94a2a2;
}
.navbar__search input::-moz-placeholder {
  color: #94a2a2;
}
.navbar__search input:-ms-input-placeholder {
  color: #94a2a2;
}
.navbar__search input::-ms-input-placeholder {
  color: #94a2a2;
}
.navbar__search input::placeholder {
  color: #94a2a2;
}
.navbar__search button {
  position: absolute;
  top: 50%;
  right: 14px;
  z-index: 200;
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/search_icon.svg") 0 0 no-repeat;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.navbar__search button:hover {
  opacity: 0.7;
}

.navbar__cart {
      -ms-flex: none;
          flex: none;
  margin-right: 18px;
  -webkit-box-flex: 0;
}

.n-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  height: 100%;
  /*padding-right: 38px;*/
  padding-right: 18px;
  color: #fff;
  text-decoration: none;
  /*background: url("../img/open_icon_white.svg") 100% 50% no-repeat;*/
  -webkit-box-align: center;
      -ms-flex-align: center;
}
a.n-cart:hover {
  color: #2A403C;
}

.n-cart__icon {
  position: relative;
      -ms-flex: none;
          flex: none;
  width: 30px;
  height: 30px;
  margin-right: 21px;
  background: url("../img/cart_icon_white.svg") 0 0 no-repeat;
  -webkit-box-flex: 0;
}

.n-cart__count {
  position: absolute;
  top: -3px;
  right: -3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
          align-items: center;
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  color: #2A403C;
  letter-spacing: 0.01em;
  background: #FFA81D;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
}

.n-cart__content {
      -ms-flex: none;
          flex: none;
  -webkit-box-flex: 0;
}

.n-cart__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
}

.n-cart__sum {
  font-size: 14px;
  line-height: 18px;
}

.popular-categories__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
          align-items: center;
  margin: 0 -12px;
  padding: 18px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
}

.popular-categories__item {
      -ms-flex: none;
          flex: none;
  padding: 6px 20px;
  -webkit-box-flex: 0;
}

.popular-categories__link {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #2A403C;
  text-decoration: none;
  letter-spacing: 0.02em;
}
.popular-categories__link:hover, .popular-categories__link:focus {
  color: #FFA81D;
}

.top-slider .slick-list {
  margin-bottom: 16px;
}
.top-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
          align-items: center;
  margin: 0 -7px;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
}
.top-slider .slick-dots li {
  padding: 0 7px;
  line-height: 1px;
}
.top-slider .slick-dots li button {
  display: block;
  width: 6px;
  height: 6px;
  padding: 0;
  text-indent: -9999px;
  background: #C4C4C4;
  border-radius: 50%;
}
.top-slider .slick-dots li.slick-active > button {
  width: 36px;
  background: #1CCAA9;
  border-radius: 6px;
}

.top-slider__slide {
  position: relative;
}

.top-slider__content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 30%;
  padding: 30px 0 30px 57px;
  color: #fff;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top-slider__title {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
}
.top-slider__title--small {
  font-size: 28px;
  line-height: 36px;
}

.top-slider__text {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 18px;
}
.top-slider__text span {
  display: block;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.top-slider__btn {
  padding-top: 13px;
  padding-bottom: 13px;
  color: #fff;
  background: none;
  border: 1px solid #FFFFFF;
}
.top-slider__btn:hover {
  color: #fff;
  background: #FFA81D;
  border-color: #FFA81D;
}
.top-slider__btn:focus {
  color: #fff;
}

.main-block {
  margin-top: 24px;
  margin-bottom: 70px;
}

.about__title {
  margin-bottom: 16px;
}

.about__text {
  font: "Inter", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #566A69;
  letter-spacing: 0.01em;
}
.about__text p {
  margin-bottom: 20px;
}
.about__text p:last-child {
  margin-bottom: 0;
}

.product-categories__list {
  margin-top: -12px;
  margin-bottom: -12px;
}

.product-categories__item {
  margin: 12px 0;
}

.product-categories__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  height: 100%;
  min-height: 122px;
  padding: 16px;
  color: #2A403C;
  text-decoration: none;
  background: #F8F8F8;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-align: center;
      -ms-flex-align: center;
}
.product-categories__block:hover {
  color: #fff;
  background: #2ADCBA;
}

.product-categories__image {
      -ms-flex: none;
          flex: none;
  margin-right: 16px;
  -webkit-box-flex: 0;
}

.product-categories__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.02em;
}

.solutions__list {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.solutions__list.active .solutions__item {
  display: block;
}

.solutions__item {
  display: none;
  margin-bottom: 24px;
}
.solutions__item:nth-child(-n+4) {
  display: block;
}

.solutions__block {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.solutions__block:hover .solutions__title {
  color: #FFA81D;
  background-color: rgba(0, 0, 0, 0.4);
}

.solutions__title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  letter-spacing: 0.02em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55.95%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 55.95%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55.95%, rgba(0, 0, 0, 0.4) 100%);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-align: end;
      -ms-flex-align: end;
}

.show-more-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
          align-items: center;
  width: 100%;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #00A384;
  letter-spacing: 0.02em;
  background: #F8F8F8;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
}
.show-more-btn::after {
  content: "";
      -ms-flex: none;
          flex: none;
  width: 9px;
  height: 6px;
  margin-left: 12px;
  background: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m.5 1 4 4 4-4' stroke='%2300A384' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 0 0 no-repeat;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-flex: 0;
}
.show-more-btn:hover {
  color: #fff;
  background-color: #00A384;
}
.show-more-btn:hover::after {
  background: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m.5 1 4 4 4-4' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 0 0 no-repeat;
}
.show-more-btn.active::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.tiles-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -4px 27px -4px;
}

.tiles-filters__item {
      -ms-flex: none;
          flex: none;
  padding: 5px 4px;
  -webkit-box-flex: 0;
}

.tiles-filters__tab {
  display: block;
  padding: 8px 15px;
  font-size: 14px;
  line-height: 18px;
  color: #2A403C;
  text-decoration: none;
  border: 1px solid #1CCAA9;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tiles-filters__tab.active {
  color: #566A69;
  background: #EFEFEF;
  border-color: #EFEFEF;
  cursor: default;
}
.tiles-filters__tab:hover:not(.active) {
  color: #fff;
  background: #2ADCBA;
  border-color: #2ADCBA;
}

.tiles-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
          align-items: stretch;
  margin: 0 -12px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
}

.tiles-list__item {
      -ms-flex: 0 0 16.6666%;
          flex: 0 0 16.6666%;
  max-width: 16.6666%;
  margin-bottom: 32px;
  padding: 0 12px;
  -webkit-box-flex: 0;
}

.product-tile {
  position: relative;
  height: 100%;
}
.product-tile.in-cart .product-tile__to-cart {
  background: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.25.44a.81.81 0 0 0 0 1.62H2.8l2.8 10.3h-.02a2.98 2.98 0 1 0 0 5.95h13a.81.81 0 1 0 0-1.62h-13a1.35 1.35 0 0 1 0-2.71h13.64l2.57-10.3H7.75a.81.81 0 0 0 0 1.63h11.96l-1.76 7.04H7.29L4.04.44H1.25Zm15.7 18.41a1.35 1.35 0 1 0 0 2.71 1.35 1.35 0 0 0 0-2.7Zm.2 1.55a.27.27 0 0 1-.3.06.27.27 0 0 1-.08-.44.27.27 0 0 1 .38.38ZM6.13 18.85a1.35 1.35 0 1 0 0 2.71 1.35 1.35 0 0 0 0-2.7Zm.19 1.55a.27.27 0 1 1-.39-.38.27.27 0 0 1 .39.38Z' fill='%23303534'/%3E%3C/svg%3E") 50% 50% no-repeat;
  cursor: default;
}
.product-tile.in-cart .product-tile__to-cart::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 300;
  width: 13px;
  height: 13px;
  background: #FFA81D url("../img/in_cart_icon.svg") 50% 50% no-repeat;
  border-radius: 50%;
}

.product-tile__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 15px;
  overflow: hidden;
  color: #2A403C;
  text-decoration: none;
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  border-radius: 6px;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.product-tile__block:hover {
  border-color: #2ADCBA;
}

.product-tile__image {
      -ms-flex: none;
          flex: none;
  margin-bottom: 12px;
  text-align: center;
  -webkit-box-flex: 0;
}

.product-tile__content {
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-bottom: 12px;
  -webkit-box-flex: 1;
}

.product-tile__title {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #2A403C;
  letter-spacing: 0.02em;
}

.product-tile__text {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
  color: #566A69;
}

.product-tile__price {
      -ms-flex: none;
          flex: none;
  min-height: 42px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  -webkit-box-flex: 0;
}

.product-tile__actual-price {
  margin-bottom: 2px;
  color: #EF3D32;
}

.product-tile__old-price {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #94A2A2;
  text-decoration: line-through;
}

.product-tile__badges {
  position: absolute;
  top: 23px;
  left: 16px;
  z-index: 200;
  margin: 0;
}

.badges-list {
  margin: -2px 0;
}

.badges-list__item {
  padding: 2px 0;
}

.badge {
  padding: 4px 6px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  border-radius: 4px;
}

.text-badge {
  background: #FFA81D;
}

.discount-badge {
  background: #F26C4F;
}

.product-tile__to-cart {
  position: absolute;
  right: 13px;
  bottom: 25px;
  z-index: 200;
  display: block;
  width: 32px;
  height: 32px;
  padding: 5px;
  background: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.25.44a.81.81 0 0 0 0 1.62H2.8l2.8 10.3h-.02a2.98 2.98 0 1 0 0 5.95h13a.81.81 0 1 0 0-1.62h-13a1.35 1.35 0 0 1 0-2.71h13.64l2.57-10.3H7.75a.81.81 0 0 0 0 1.63h11.96l-1.76 7.04H7.29L4.04.44H1.25Zm15.7 18.41a1.35 1.35 0 1 0 0 2.71 1.35 1.35 0 0 0 0-2.7Zm.2 1.55a.27.27 0 0 1-.3.06.27.27 0 0 1-.08-.44.27.27 0 0 1 .38.38ZM6.13 18.85a1.35 1.35 0 1 0 0 2.71 1.35 1.35 0 0 0 0-2.7Zm.19 1.55a.27.27 0 1 1-.39-.38.27.27 0 0 1 .39.38Z' fill='%2300A384'/%3E%3C/svg%3E") 50% 50% no-repeat;
  border-radius: 7px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-tile__to-cart:hover {
  background: #2ADCBA url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.25.44a.81.81 0 0 0 0 1.62H2.8l2.8 10.3h-.02a2.98 2.98 0 1 0 0 5.95h13a.81.81 0 1 0 0-1.62h-13a1.35 1.35 0 0 1 0-2.71h13.64l2.57-10.3H7.75a.81.81 0 0 0 0 1.63h11.96l-1.76 7.04H7.29L4.04.44H1.25Zm15.7 18.41a1.35 1.35 0 1 0 0 2.71 1.35 1.35 0 0 0 0-2.7Zm.2 1.55a.27.27 0 0 1-.3.06.27.27 0 0 1-.08-.44.27.27 0 0 1 .38.38ZM6.13 18.85a1.35 1.35 0 1 0 0 2.71 1.35 1.35 0 0 0 0-2.7Zm.19 1.55a.27.27 0 1 1-.39-.38.27.27 0 0 1 .39.38Z' fill='%23fff'/%3E%3C/svg%3E") 50% 50% no-repeat;
}
.product-tile__to-cart-text {
  position: absolute;
  right: 13px;
  bottom: 30px;
  z-index: 200;
  display: block;
  height: 32px;
  padding: 5px 10px;
  border: 1px solid #2ADCBA;
  color: #2ADCBA;
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
  border-radius: 7px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 1499px) {
  .product-tile__to-cart-text {
    display: none;
    text-indent: -9999px;
    width: 32px;
  }
  .product-tile__to-cart-text:after {
    content: ">";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    text-indent: initial;
    line-height: 30px;
    text-align: center;
  }
}
.product-tile__to-cart-text:active,
.product-tile__to-cart-text:focus,
.product-tile__to-cart-text:hover {
  background-color: #2ADCBA;
  color: #FFFFFF;
  text-decoration: none;
}

.main-popular {
  margin-bottom: 38px;
}

.news-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 16px;
}
.news-card .btn {
  padding-top: 14px;
  padding-bottom: 14px;
}
.news-card .btn:active svg > path {
  stroke: #fff;
}
.news-card .btn--primary:hover svg > path {
  stroke: #fff;
}
.news-card .btn--secondary {
  border-color: #2A403C;
}
.news-card .btn--secondary:hover {
  border-color: #FFA81D;
}
.news-card .btn--secondary:active {
  color: #fff;
  background-color: #FFA81D;
  border-color: #FFA81D;
}

.news-card__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}
.news-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.news-card__content {
  position: relative;
  z-index: 200;
  padding: 55px 30px 72px 30px;
}

.news-card__title {
  max-width: 220px;
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.35;
}

.news-card__text {
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 20px;
  color: #566A69;
  letter-spacing: 0.03em;
}

.news-card__date {
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 17px;
  color: #94a2a2;
}

.news__wrapper {
  padding: 20px 0 0 20px;
}

.news-list {
  margin-bottom: 38px;
}

.news-list__item:not(:last-child) {
  margin-bottom: 38px;
}

.news-list__title {
  display: inline-block;
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #2A403C;
  text-decoration: none;
}
.news-list__title:hover {
  color: #FFA81D;
}

.news-list__date {
  font-size: 13px;
  line-height: 17px;
  color: #94A2A2;
}

.news__show-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #00A384;
  text-decoration: none;
  letter-spacing: 0.02em;
  -webkit-box-align: center;
      -ms-flex-align: center;
}
.news__show-more::after {
  content: "";
  display: block;
      -ms-flex: none;
          flex: none;
  width: 6px;
  height: 10px;
  margin-left: 14px;
  background: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1 4 4-4 4' stroke='%2300A384' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-flex: 0;
}
.news__show-more:hover::after {
  background: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1 4 4-4 4' stroke='%232A403C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.footer {
  font-size: 14px;
  line-height: 18px;
  background: #F8F8F8;
}

.footer__content {
  padding: 70px 0 80px 0;
  color: #566a69;
  border-bottom: 2px solid #D0D5D5;
}

.footer-nav__title {
  margin-bottom: 16px;
  font-weight: 600;
  color: #2A403C;
  letter-spacing: 0.02em;
}

.footer-nav__list {
  margin-bottom: 0;
}

.footer-nav__item:not(:last-child) {
  margin-bottom: 16px;
}
.footer-nav__item a {
  display: inline-block;
  color: #566a69;
  text-decoration: none;
}
.footer-nav__item a:hover {
  color: #FFA81D;
}

.footer-address__title {
  font-weight: 600;
  color: #2A403C;
}

.footer-address__title, .footer-address__value {
  margin-bottom: 16px;
}

.footer__phone,
.footer__recall,
.footer__email {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin-bottom: 16px;
  color: #2A403C;
  text-decoration: none;
}
.footer__phone:hover,
.footer__recall:hover,
.footer__email:hover {
  color: #FFA81D;
}

.footer__phone {
  font-weight: 600;
  letter-spacing: 0.02em;
}

.footer__recall, .footer__email {
  color: #566a69;
}

.footer__buttons {
  margin: -7.5px 0;
  text-align: right;
}

.footer__request-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  max-width: 299px;
  margin: 7.5px 0;
}
.footer__request-btn.btn--primary:hover .btn-icon path, .footer__request-btn.btn--primary:active .btn-icon path {
  fill: #fff;
}
.footer__request-btn.btn--secondary:active .btn-icon path {
  fill: #fff;
}

.bottombar .container {
  position: relative;
}

.bottombar__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
          align-items: center;
  padding: 32px 0;
  font-size: 14px;
  line-height: 20px;
  color: #94A2A2;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
}

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex: none;
          flex: none;
          align-items: center;
  margin: 0 -12px;
  -webkit-box-flex: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
}
.footer__links li {
  padding: 0 12px;
}
.footer__links li a {
  color: #94A2A2;
  text-decoration: none;
}
.footer__links li a:hover {
  color: #FFA81D;
}

.footer__copyright {
      -ms-flex: none;
          flex: none;
  margin: 0 0 0 30px;
  -webkit-box-flex: 0;
}

.mobile-menu {
  display: none;
}

.back-to-top {
  position: absolute;
  top: -24px;
  right: -58px;
  width: 48px;
  height: 48px;
  background: #FFA81D url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 15 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 8.1 6.3-6.3 6.3 6.3' stroke='%232A403C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50% 50% no-repeat;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.back-to-top:hover {
  background: #00A384 url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 15 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 8.1 6.3-6.3 6.3 6.3' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50% 50% no-repeat;
}

/* === INNER PAGES === */
.inner-page__content {
  padding: 23px 0 70px 0;
  /*border-top: 2px solid #e6eae9;*/
}

.breadcrumb {
  margin: 0 0 32px 0;
  padding: 0;
  background: none;
  border-radius: 0;
}

.breadcrumb-item {
  font-size: 15px;
  line-height: 20px;
}
.breadcrumb-item a {
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  vertical-align: top;
  color: #2A403C;
  text-decoration: none;
  letter-spacing: 0.01em;
}
.breadcrumb-item a:hover {
  color: #FFA81D;
}
.breadcrumb-item.active {
  color: #94a2a2;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  width: 6px;
  height: 10px;
  margin: 5px 8px 0 0;
  background: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1 4 4-4 4' stroke='%232A403C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 0 0 no-repeat;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 9px;
}

.textlist-green {
  margin: 0 0 24px 0;
  padding: 0;
  list-style-type: none;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  color: #00A384;
  letter-spacing: 0.02em;
}
.textlist-green li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.textlist-green li::before {
  content: "";
  display: block;
      -ms-flex: none;
          flex: none;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-right: 8px;
  background: #1CCAA9 url("../img/green_list_arrow.svg") 50% 50% no-repeat;
  border-radius: 50%;
  -webkit-box-flex: 0;
}
.textlist-green li:not(:last-child) {
  margin-bottom: 16px;
}

.textblock {
  margin-bottom: 40px;
}

.textlist-simple {
  margin: 0 0 24px 0;
  padding: 0;
  list-style-type: none;
}
.textlist-simple li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
}
.textlist-simple li::before {
  content: "";
  display: block;
      -ms-flex: none;
          flex: none;
  width: 6px;
  height: 6px;
  margin-top: 10px;
  margin-right: 13px;
  margin-left: 5px;
  border: 1px solid #808A96;
  border-radius: 50%;
  -webkit-box-flex: 0;
}
.textlist-simple li:not(:last-child) {
  margin-bottom: 8px;
}

.docs {
  overflow: hidden;
}
.docs h2.docs__title {
  margin-bottom: 16px;
}

.docs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
          align-items: stretch;
  margin: 0 -16px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
}

.docs__item {
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
  max-width: 400px;
  padding: 8px 16px;
  -webkit-box-flex: 0;
}

.file-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  height: 100%;
  padding: 32px;
  text-decoration: none;
  background: #F8F8F8;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-align: center;
      -ms-flex-align: center;
}
.file-block:hover {
  background: #e2e2e2;
}

.file-block__icon {
      -ms-flex: none;
          flex: none;
  margin-right: 26px;
  -webkit-box-flex: 0;
}

.file-block__content {
      -ms-flex: auto;
          flex: auto;
  -webkit-box-flex: 1;
}

.file-block__title {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #2a403c;
}

.file-block__info {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
  color: #566a69;
}

/* === CATEGORY PAGE === */
.category, .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
}

.category__sidebar,
.search__sidebar {
      -ms-flex: 0 0 236px;
          flex: 0 0 236px;
  max-width: 236px;
  padding: 0 12px;
  -webkit-box-flex: 0;
}

.category__content,
.search__content {
      -ms-flex: auto;
          flex: auto;
  padding: 5px 12px 0 12px;
  -webkit-box-flex: 1;
}
.category__content .breadcrumb,
.search__content .breadcrumb {
  margin-bottom: 16px;
}

.category__subsections {
  margin-bottom: 16px;
  overflow: hidden;
  background: #1CCAA9;
  border-radius: 6px;
}
.category__subsections li:not(:last-child) {
  border-bottom: 1px solid #1abb9c;
}
.category__subsections li a {
  display: block;
  padding: 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.02em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.category__subsections li a:hover {
  background: #1abb9c;
}

.filters__block {
  padding: 19px 0;
  border-bottom: 2px solid #eee9ef;
}
.filters__block--yes {
  padding: 0;
  border-bottom: none;
}
.filters__block--yes:nth-child(3) {
  padding-bottom: 19px;
  border-bottom: 2px solid #eee9ef;
}

.filters__block-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: flex-start;
  padding: 0 6px 0 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
}

.filters__block-title {
      -ms-flex: auto;
          flex: auto;
  margin-right: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  -webkit-box-flex: 1;
}

.filters__block-toggle {
  display: block;
      -ms-flex: 0 0 17px;
          flex: 0 0 17px;
  width: 17px;
  height: 9px;
  margin-top: 6px;
  background: url("data:image/svg+xml,%3Csvg width='17' height='9' viewBox='0 0 17 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.25 8.13 8.5.87l7.25 7.25' stroke='%23566A69' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 0 0 no-repeat;
  -webkit-transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-box-flex: 0;
}
.filters__block-toggle.active {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.filters__inputs {
  margin-top: 20px;
}
.filters__inputs .row {
  margin-right: -8px;
  margin-left: -8px;
}
.filters__inputs .filters__inputs-block {
  padding-right: 8px;
  padding-left: 8px;
}

.filters__slider {
  margin-top: 15px;
}

.filters__price {
  display: block;
  margin-bottom: 0;
}
.filters__price span {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 19px;
  color: #566a69;
}
.filters__price input {
  width: 100%;
  height: 41px;
  padding: 0 16px;
  color: #566a69;
  border: 1px solid #566A69;
  border-radius: 4px;
}

.checkbox {
  position: relative;
  display: block;
  min-height: 24px;
  margin: 0;
  padding-top: 2px;
  padding-left: 32px;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
  letter-spacing: 0.01em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.checkbox a {
  text-decoration: underline;
}

.checkbox input:checked + .checkmark {
  background-color: #1CCAA9;
  border-color: #1CCAA9;
}

.checkbox input:checked + .checkmark::before {
  display: block;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  background: none;
  border: 1px solid #1CCAA9;
  border-radius: 2px;
}
.checkmark:hover {
  background: #1CCAA9;
}

.checkmark::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: url("../img/checkmark.svg") 50% 50% no-repeat;
}

.color-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -7px;
}
.color-list .checkmark:hover {
  background: none;
}

.color-list__item {
  padding: 7px;
}

.color-checkbox {
  width: 36px;
  height: 36px;
  min-height: 0;
  margin: 0;
  padding: 0;
  border-radius: 50%;
}
.color-checkbox .checkmark {
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
}
.color-checkbox .checkmark::before {
  background: url("../img/checkmark.svg") 50% 50% no-repeat;
}
.color-checkbox input:checked + .checkmark {
  background-color: rgba(0, 0, 0, 0.05);
}

.filters__field:not(:last-child) {
  margin-bottom: 16px;
}

.category__title {
  margin-bottom: 47px;
}

.category__selected {
  margin-bottom: 18px;
}

.selected-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
          align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
}

.selected-filters__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: none;
  flex: none;
  max-width: 100%;
  padding: 5px 0;
  -webkit-box-flex: 0;
}

.selected-filters__group:not(:last-child) {
  margin-right: 30px;
}

.selected-filters__title {
  -ms-flex: none;
  flex: none;
  margin-top: 9px;
  margin-right: 10px;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  color: #2d2d2d;
  -webkit-box-flex: 0;
}

.selected-filters__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: auto;
  flex: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -4px;
  -webkit-box-flex: 1;
}

.selected-filters__list a {
  display: block;
  -ms-flex: none;
  flex: none;
  margin: 5px 4px;
  padding: 9px 42px 8px 16px;
  font-size: 14px;
  line-height: 18px;
  color: #566a69;
  text-decoration: none;
  background: #EFEFEF url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M.85.15a.5.5 0 0 0-.7.7L4.29 5 .15 9.15a.5.5 0 1 0 .7.7L5 5.71l4.15 4.14a.5.5 0 1 0 .7-.7L5.71 5 9.85.85a.5.5 0 0 0-.7-.7L5 4.29.85.15Z' fill='%23566A69'/%3E%3C/svg%3E") right 19px top 50% no-repeat;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-flex: 0;
}
.selected-filters__list a:hover {
  background: #EFEFEF url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M.85.15a.5.5 0 0 0-.7.7L4.29 5 .15 9.15a.5.5 0 1 0 .7.7L5 5.71l4.15 4.14a.5.5 0 1 0 .7-.7L5.71 5 9.85.85a.5.5 0 0 0-.7-.7L5 4.29.85.15Z' fill='%23F26C4F'/%3E%3C/svg%3E") right 19px top 50% no-repeat;
}

.category__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;

  justify-content: space-between;
}

.sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;

}

.sort__title {
      -ms-flex: none;
          flex: none;
  margin-right: 12px;
  font-size: 14px;
  line-height: 18px;
  color: #566a69;
  -webkit-box-flex: 0;
}

.sort__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: auto;
  flex: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
  margin: -5px -8px;
  -webkit-box-flex: 1;
}

.sort__list li {
  -ms-flex: none;
  flex: none;
  padding: 5px 8px;
  -webkit-box-flex: 0;
}

.sort__list li a {
  display: block;
  font-size: 15px;
  line-height: 19px;
  color: #2d2d2d;
  text-decoration: none;
}

.sort__list li a:hover {
  color: #00A384;
}

.sort__list li.active > a,
.sort__list li > a.active {
  font-weight: 600;
  /*color: #70197E;*/
  color: #00A384;
  cursor: default;
}
.sort__list li > a[data-dir="asc"] span:after { content: "↑"; }
.sort__list li > a[data-dir="desc"] span:after { content: "↓"; }


.sort__select {
  min-width: 80px;
  padding: 5px 8px 5px 2px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #00A384;
  letter-spacing: 0.02em;
  background: none;
  background: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%2300A384' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") 100% 50% no-repeat;
  border: none;
  -webkit-appearance: none;
}
.sort__select option {
  font-weight: 600;
  color: #2A403C;
}


/* Выбор валюты */
.currency_select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
}
.currency_select__title {
  padding-right: 5px;
  color: #566a69;
  font-size: 14px;
  line-height: 30px;
}
.currency_select__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: auto;
  flex: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;

  margin: 0;
  padding: 0;
}
.currency_select__list-item {
  padding: 0 3px;
}
.currency_select__list-item a {
  display: block;
  font-size: 16px;
  line-height: 18px;
  padding: 5px 0;
  text-align: center;
  width: 30px;
  border: 1px solid #ffffff;
  text-decoration: none;
  border-radius: 3px;
}
.currency_select__list-item a.active,
.currency_select__list-item a:hover {
  border: 1px solid #1CCAA9;
  color: #1CCAA9;
}


.category__list-item {
  margin-bottom: 38px;
}

.pagination {
          justify-content: center;
  margin: -4px;
  border-radius: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
}

.page-item {
  padding: 4px;
}

.page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
          align-items: center;
  width: 49px;
  height: 45px;
  padding: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #2A403C;
  text-decoration: none;
  background: #FFFFFF;
  border: 1px solid #2A403C;
  border-radius: 4px;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
}
.page-link:hover {
  color: #566A69;
  background: #EFEFEF;
  border-color: #EFEFEF;
}
.page-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.page-item.active .page-link {
  color: #2A403C;
  background: #FFA81D;
  border: 1px solid #FFA81D;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 4px;
}

/* === SEARCH PAGE === */
.search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}
.search__form input {
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 54px;
  margin-right: 16px;
  padding-right: 16px;
  padding-left: 16px;
  font-size: 15px;
  line-height: 20px;
  color: #566a69;
  letter-spacing: 0.02em;
  border: 1px solid #566A69;
  border-radius: 4px;
  -webkit-box-flex: 1;
}
.search__form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex: 0 0 122px;
          flex: 0 0 122px;
          align-items: center;
  width: 122px;
  padding: 0 10px;
  -webkit-box-flex: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
}
.search__form .btn .btn-icon {
  margin-right: 8px;
}
.search__form .btn:hover .btn-icon path, .search__form .btn:hover .btn-icon circle {
  stroke: #fff;
}

.search .filters__block:first-child {
  padding-top: 0;
}
.search .pagination {
  margin-bottom: 66px;
}

.request-banner {
  padding: 70px 120px;
  color: #fff;
  background: url("../img/request_form_bg_1.svg") 0 0 no-repeat, url("../img/request_form_bg_2.svg") bottom 0 right 14% no-repeat;
  background-color: #1CCAA9;
  border-radius: 8px;
}

.request-banner__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
}

.request-banner__content {
      -ms-flex: auto;
          flex: auto;
  margin-right: 88px;
  -webkit-box-flex: 1;
}

.request-banner__contacts {
      -ms-flex: 0 0 299px;
          flex: 0 0 299px;
  max-width: 299px;
  -webkit-box-flex: 0;
}

.request-banner__title {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  color: #fff;
}

.request-banner__text {
  margin-bottom: 24px;
  font-size: 17px;
  line-height: 26px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  letter-spacing: 0.01em;
}

.request-banner__phone {
  display: block;
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

.request-banner__btn {
  width: 100%;
}
.request-banner__btn:hover .btn-icon path {
  fill: #fff;
}

.request-banner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  margin: 0 -12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
}
.request-banner__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  padding: 0 12px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  -webkit-box-align: center;
      -ms-flex-align: center;
}
.request-banner__list li::before {
  content: "";
      -ms-flex: none;
          flex: none;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: url("../img/request_banner_icon.svg") 50% 50% no-repeat;
  border: 2px solid #FFA81D;
  border-radius: 50%;
  -webkit-box-flex: 0;
}

/* === PRODUCT PAGE === */
.product:not(:last-child) {
  margin-bottom: 70px;
}

.product__data {
  margin-bottom: 40px;
}

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

.product__thumbnails {
  position: relative;
      -ms-flex: 0 0 94px;
          flex: 0 0 94px;
  max-width: 94px;
  margin: -8px 24px -8px 0;
  -webkit-box-flex: 0;
}

.product-slider-prev,
.product-slider-next {
  position: absolute;
  left: 50%;
  z-index: 1000;
  display: block;
  width: 32px;
  height: 32px;
  background-color: #F8F8F8;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-slider-prev:hover,
.product-slider-next:hover {
  background-color: #FFA81D;
}

.product-slider-prev {
  top: -16px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 5.4 4.2-4.2 4.2 4.2' stroke='%232A403C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.product-slider-prev.slick-disabled {
  background-color: #f8f8f8;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 5.4 4.2-4.2 4.2 4.2' stroke='%2394A1A1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  cursor: default;
  pointer-events: none;
}

.product-slider-next {
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1.6 4.2 4.2 4.2-4.2' stroke='%232A403C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.product-slider-next.slick-disabled {
  background-color: #f8f8f8;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1.6 4.2 4.2 4.2-4.2' stroke='%2394A1A1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  cursor: default;
  pointer-events: none;
}

.product__thumb {
  margin: 8px 0;
}
.product__thumb.slick-current img {
  border: 1px solid #dfdfdf;
}

.product__thumb-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
          align-items: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
}
.product__thumb-block img {
  border: 1px solid transparent;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.product__thumb-block:hover img {
  opacity: 0.7;
}

.product__main-photo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex: auto;
          flex: auto;
          justify-content: center;
          align-items: center;
  width: calc(100% - 118px);
  text-align: center;
  border: 1px solid #dfdfdf;
  -webkit-box-flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
}

.product__main-slider {
      -ms-flex: none;
          flex: none;
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
}

.product__main-slide a.fancybox {
  display: block;
  text-align: center;
}
.product__main-slide a.fancybox img {
  display: inline-block;
}

.product__badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -2px -3px 15px -3px;
  text-align: left;
}
.product__badges .badges-list__item {
  padding: 3px;
}

.product__short-description {
  margin-bottom: 34px;
  font-size: 17px;
  line-height: 26px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  letter-spacing: 0.01em;
}

.product__params-list {
  margin-bottom: 32px;
  font-size: 15px;
  line-height: 20px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  letter-spacing: 0.01em;
}

.product__params-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
}
.product__params-item:not(:last-child) {
  margin-bottom: 23px;
}

.product__params-title {
  position: relative;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  max-width: 45%;
  padding-right: 20px;
  -webkit-box-flex: 0;
}
.product__params-title::before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #c9c9c9;
}
.product__params-title span {
  position: relative;
  z-index: 200;
  padding-right: 3px;
  background: #fff;
}

.product__params-value {
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
      align-self: flex-end;
  max-width: 55%;
  padding-left: 5px;
  font-size: 16px;
  -webkit-box-flex: 0;
  -ms-flex-item-align: end;
}

.product__all-params {
  display: inline-block;
  padding-right: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  background: url("../img/all_params_arrow.svg") 100% 50% no-repeat;
}
.product__all-params:hover {
  color: #808A96;
}

.product__functions .currency_select {
  padding: 0 0 10px 24px
}

.product__functions-block {
  margin-bottom: 19px;
  padding: 24px;
  background: #F8F8F8;
}

.product__selectbox {
  margin-bottom: 24px;
}

.product__selectbox-title {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
}

.product__selectbox-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
          align-items: center;
  margin: -4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
}
.product__selectbox-list li {
      -ms-flex: none;
          flex: none;
  -webkit-box-flex: 0;
}

.product__selectbox-label {
  margin: 0;
  padding: 3px;
}
.product__selectbox-label:hover span {
  color: #fff;
  background: #1CCAA9;
}
.product__selectbox-label span {
  display: block;
  /*padding: 8px 15px;*/
  padding: 6px 8px;
  font-size: 14px;
  line-height: 18px;
  color: #2A403C;
  background: none;
  border: 1px solid #1CCAA9;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.product__selectbox-label input:checked ~ span {
  color: #fff;
  background: #1CCAA9;
}
.product__selectbox-label input:disabled ~ span {
  color: #94a2a2;
  background: none;
  border: 1px solid #94a2a2;
  cursor: default;
}

.product__price {
  margin-bottom: 29px;
}

.product__old-price {
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 18px;
  color: #94a2a2;
  text-decoration: line-through;
}

.product__actual-price {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: #ef3d32;
}

.product__functions-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
          justify-content: space-between;
          align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
}

.product__buy-buttons {
      -ms-flex: 0 0 170px;
          flex: 0 0 170px;
  max-width: 170px;
  -webkit-box-flex: 0;
}
.product__buy-buttons .btn {
  width: 100%;
}
.product__buy-buttons .btn:not(:last-child) {
  margin-bottom: 8px;
}

.product__buy-btn .btn-icon {
  margin-right: 12px;
}
.product__buy-btn:hover path {
  fill: #fff;
}

.product__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex: none;
          flex: none;
          align-items: center;
  margin: 0 -15px;
  padding-top: 13px;
  -webkit-box-flex: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
}

.product__options-item {
  display: block;
      -ms-flex: none;
          flex: none;
  margin: 0 15px;
  padding: 0 0 5px 0;
  -webkit-box-flex: 0;
}
.product__options-item path {
  -webkit-transition: stroke 0.3s ease;
  -o-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}
.product__options-item:hover path {
  stroke: #FFA81D;
}

.product__compare {
  position: relative;
}
.product__compare-link {
  position: absolute;
  border: 1px solid red;
}

.product__question-link {
  display: inline-block;
  padding-left: 24px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #00A384;
  text-decoration: none;
  background: url("data:image/svg+xml,%3Csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.2 6.6c0 3.31-3.22 6-7.2 6-1.4 0-2.7-.33-3.81-.9L.8 13.4l1.42-3.22C1.32 9.18.8 7.94.8 6.6c0-3.31 3.22-6 7.2-6s7.2 2.69 7.2 6ZM6.4 3.3v1.42c.48-.3.95-.45 1.43-.45.31 0 .54.08.7.23.16.15.24.35.24.6 0 .65-.57.98-1.7.98l.04 1.57h1.46l.03-.85c.16 0 .33-.04.52-.12.2-.07.39-.18.59-.32.2-.15.36-.34.5-.6.12-.25.19-.54.19-.85 0-.59-.21-1.05-.64-1.39A2.57 2.57 0 0 0 8.1 3c-.69 0-1.25.1-1.69.3Zm.42 5.95c0 .26.1.49.29.68.2.18.43.27.71.27.28 0 .52-.1.7-.27a.9.9 0 0 0 .3-.68c0-.26-.1-.49-.3-.67a.97.97 0 0 0-.7-.28 1 1 0 0 0-.71.28c-.2.18-.3.4-.3.67Z' fill='%2300A384'/%3E%3C/svg%3E") 0 50% no-repeat;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product__question-link:hover {
  color: #FFA81D;
  background: url("data:image/svg+xml,%3Csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.2 6.6c0 3.31-3.22 6-7.2 6-1.4 0-2.7-.33-3.81-.9L.8 13.4l1.42-3.22C1.32 9.18.8 7.94.8 6.6c0-3.31 3.22-6 7.2-6s7.2 2.69 7.2 6ZM6.4 3.3v1.42c.48-.3.95-.45 1.43-.45.31 0 .54.08.7.23.16.15.24.35.24.6 0 .65-.57.98-1.7.98l.04 1.57h1.46l.03-.85c.16 0 .33-.04.52-.12.2-.07.39-.18.59-.32.2-.15.36-.34.5-.6.12-.25.19-.54.19-.85 0-.59-.21-1.05-.64-1.39A2.57 2.57 0 0 0 8.1 3c-.69 0-1.25.1-1.69.3Zm.42 5.95c0 .26.1.49.29.68.2.18.43.27.71.27.28 0 .52-.1.7-.27a.9.9 0 0 0 .3-.68c0-.26-.1-.49-.3-.67a.97.97 0 0 0-.7-.28 1 1 0 0 0-.71.28c-.2.18-.3.4-.3.67Z' fill='%23FFA81D'/%3E%3C/svg%3E") 0 50% no-repeat;
}

.product__description {
  font-size: 17px;
  line-height: 26px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  color: #566a69;
}
.product__description h2, .product__description h3, .product__description .product__params-list {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  color: #2A403C;
}
.product__description h2 {
  margin-bottom: 24px;
}
.product__description p + h2 {
  margin-top: 40px;
}
.product__description p + h3 {
  margin-top: 24px;
}
.product__description h3 + .textlist-green {
  margin-top: 16px;
}
.product__description .product__params-title {
      flex-basis: 60%;
  max-width: 60%;
  -ms-flex-preferred-size: 60%;
}
.product__description .product__params-value {
      flex-basis: 40%;
  max-width: 40%;
  -ms-flex-preferred-size: 40%;
}

/* === ABOUT PAGE === */
.about__header {
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 26px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  letter-spacing: 0.01em;
}
.about__header p:last-child {
  margin-bottom: 0;
}

.about__gallery {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  margin-bottom: 48px;
  gap: 24px;
}

.a-gallery__big {
  grid-column: 1/3;
  grid-row: 1/3;
}

.a-gallery__vertical {
  grid-row: 1/3;
}

.about__gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about__facts {
  margin-bottom: 40px;
}

.about__facts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
}

.about__facts-item {
      -ms-flex: 0 0 16.6666%;
          flex: 0 0 16.6666%;
  max-width: 16.6666%;
  padding: 0 12px;
  -webkit-box-flex: 0;
}

.about__facts-block {
  height: 100%;
  padding: 16px 16px 45px 16px;
  border-radius: 8px;
}

.about__facts-m-title {
  margin-bottom: 24px;
}

.about__facts-content:only-child {
  margin-top: 36px;
}

.about__facts-title {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.02em;
}

.about__facts-text {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 20px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  letter-spacing: 0.01em;
}

.about__facts-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
          align-items: center;
  max-width: 183px;
  margin: 0 auto;
  margin-bottom: 8px;
  padding-right: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.02em;
  background: url("../img/about_title_bg.svg") 0 0/contain no-repeat;
  aspect-ratio: 1.83;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
}

.requisites {
  margin-bottom: 32px;
}
.requisites p {
  margin-bottom: 0;
  font-size: 17px;
  line-height: 26px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  color: #566a69;
  letter-spacing: 0.01em;
}

.requisites-title {
  margin-bottom: 24px;
}

.company-card__link {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}
.company-card__link:hover {
  color: #FFA81D;
}

/* === CONTACTS PAGE === */
.contacts {
  margin-bottom: 40px;
  overflow: hidden;
}
.contacts h1 {
  margin-bottom: 48px;
}
.contacts h2 {
  margin-bottom: 24px;
}

.contacts__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  margin-bottom: 13px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
}

.contacts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex: auto;
          flex: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
          justify-content: space-between;
  margin: 0 0px;
  -webkit-box-flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
}

.contacts__list__item {
  position: relative;
      -ms-flex: none;
          flex: none;
  width: 50%;
  min-height: 32px;
  margin: 0 0 35px 0;
  padding-left: 42px;
  padding-right: 30px;
  -webkit-box-flex: 0;
}
.contacts__list__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background-color: #1CCAA9;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 50%;
}
.contacts__list__item.contacts__b-phone::before {
  background-image: url("../img/c_phone_icon.svg");
}
.contacts__list__item.contacts__b-address::before {
  background-image: url("../img/c_address_icon.svg");
}
.contacts__list__item.contacts__b-email::before {
  background-image: url("../img/c_email_icon.svg");
}

.contacts__phone-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  align-items: center;
}
.contacts__phone-block + .contacts__phone-block {
  margin-top: 8px;
}

.contacts__phone {
      -ms-flex: none;
          flex: none;
  margin-right: 24px;
  -webkit-box-flex: 0;
}

.contacts__phone-number {
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #2A403C;
  text-decoration: none;
}
.contacts__phone-block:first-child .contacts__phone-number {
  padding-left: 8px;
}

.contacts__recall {
  display: inline-block;
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.01em;
}

.contacts__worktime {
  font-size: 13px;
  line-height: 17px;
  color: #566A69;
}

.contacts__list-title {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}

.contacts__list-text {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.02em;
}

.contacts__buttons {
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  max-width: 300px;
  margin-left: 100px;
  -webkit-box-flex: 0;
}
.contacts__buttons .btn {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.contacts__buttons .btn + .btn {
  margin-top: 16px;
}

.contacts__recall-btn:hover path {
  fill: #fff;
}

.contacts__msg-btn:active path {
  fill: #fff;
}

.contacts__email {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #00A384;
  text-decoration: none;
  letter-spacing: 0.02em;
}
.contacts__email:hover {
  color: #FFA81D;
}

.contacts__map {
  margin-bottom: 40px;
}

.contacts__map-container {
  height: 524px;
}

.contacts__gallery p {
  margin-bottom: 0;
  font-size: 17px;
  line-height: 26px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  color: #566A69;
  letter-spacing: 0.01em;
}

.contacts__gallery-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.contacts__gallery-block {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 12px;
  -webkit-box-flex: 0;
}

/* === FORMS === */
.form {
  position: relative;
  width: 100%;
  max-width: 532px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  color: #566a69;
  background: #fff;
  border-radius: 8px;
}
.form label {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 20px;
  color: #566a69;
}
.form input, .form select, .form textarea {
  width: 100%;
  padding-left: 16px;
  font-size: 15px;
  line-height: 20px;
  border: 1px solid #566A69;
  border-radius: 4px;
  resize: none;
}
.form input::-webkit-input-placeholder, .form select::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder {
  color: #566a69;
}
.form input::-moz-placeholder, .form select::-moz-placeholder, .form textarea::-moz-placeholder {
  color: #566a69;
}
.form input:-ms-input-placeholder, .form select:-ms-input-placeholder, .form textarea:-ms-input-placeholder {
  color: #566a69;
}
.form input::-ms-input-placeholder, .form select::-ms-input-placeholder, .form textarea::-ms-input-placeholder {
  color: #566a69;
}
.form input::placeholder, .form select::placeholder, .form textarea::placeholder {
  color: #566a69;
}
.form input.error, .form select.error, .form textarea.error {
  border: 1px solid #EB5757;
}
.form input {
  height: 49px;
}
.form textarea {
  height: 102px;
  padding-top: 5px;
}
.form .btn {
  width: 100%;
}
.form .btn + .btn {
  margin-top: 16px;
}
.form fieldset:not(:last-child) {
  margin-bottom: 16px;
}

.form__content {
  padding: 60px;
}

.form__title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  text-align: center;
  color: #2a403c;
}

.form__fields:not(:last-child) {
  margin-bottom: 16px;
}

.form__close {
  position: absolute;
  top: 23px;
  right: 23px;
  z-index: 200;
  display: block;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.35.65a.5.5 0 1 0-.7.7L9.29 10 .65 18.65a.5.5 0 1 0 .7.7L10 10.71l8.65 8.64a.5.5 0 1 0 .7-.7L10.71 10l8.64-8.65a.5.5 0 1 0-.7-.7L10 9.29 1.35.65Z' fill='%23566A69'/%3E%3C/svg%3E");
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form__close:hover {
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.35.65a.5.5 0 1 0-.7.7L9.29 10 .65 18.65a.5.5 0 1 0 .7.7L10 10.71l8.65 8.64a.5.5 0 1 0 .7-.7L10.71 10l8.64-8.65a.5.5 0 1 0-.7-.7L10 9.29 1.35.65Z' fill='%2300A384'/%3E%3C/svg%3E");
}

.form__agreement {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.01em;
}
.form__agreement a {
  color: #2a403c;
  text-decoration: none;
}
.form__agreement a:hover {
  color: #00A384;
}

.error-msg {
  display: block;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 20px;
  color: #EB5757;
  letter-spacing: 0.01em;
}

.form__text {
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.01em;
}

.form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
          align-items: flex-start;
  margin: 0 -8px;
  -webkit-box-align: start;
      -ms-flex-align: start;
}

.form__item {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0 8px;
  -webkit-box-flex: 0;
}

.form__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px 26px -8px;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
}

.form__product-image {
      -ms-flex: none;
          flex: none;
  padding: 0 8px;
  -webkit-box-flex: 0;
}

.form__product-content {
      -ms-flex: auto;
          flex: auto;
  padding: 0 8px;
  -webkit-box-flex: 1;
}

.form__product-title {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #2a403c;
}

.form__product-list {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 18px;
  color: #2a403c;
}
.form__product-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
}
.form__product-list li:not(:last-child) {
  margin-bottom: 16px;
}
.form__product-list li p {
      -ms-flex: none;
          flex: none;
  margin-right: 5px;
  margin-bottom: 0;
  -webkit-box-flex: 0;
}
.form__product-list li span {
  display: block;
      -ms-flex: none;
          flex: none;
  font-weight: 600;
  -webkit-box-flex: 0;
}

.form__product-actual-price {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #EF3D32;
}

.form__product-old-price {
  font-size: 14px;
  line-height: 18px;
  color: #94A2A2;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}

/* === CART PAGE === */
.cart-table {
  width: 100%;
  color: #2a403c;
}
.cart-table thead {
  color: #fff;
  background: #94A2A2;
}
.cart-table thead th {
  padding: 18px 16px;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  text-align: center;
  letter-spacing: 0.01em;
}
.cart-table thead th:first-child {
  text-align: left;
}
.cart-table tbody tr:not(:last-child) {
  border-bottom: 1px solid #cad0d0;
}
.cart-table tbody td {
  padding: 16px;
  text-align: center;
}
.cart-table tbody td:first-child {
  padding-left: 0;
  text-align: left;
}
.cart-table tfoot {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  background: #F8F8F8;
  border-width: 1px 0;
  border-style: solid;
  border-color: #c8d1d0;
}
.cart-table tfoot td:first-child {
  text-align: right;
}
.cart-table tfoot td {
  padding: 26px 16px;
  text-align: center;
}

.cart-table__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart-table__image {
      -ms-flex: none;
          flex: none;
  max-width: 90px;
  margin-right: 16px;
  -webkit-box-flex: 0;
}

.cart-table__content {
      -ms-flex: auto;
          flex: auto;
  padding-top: 5px;
  -webkit-box-flex: 1;
}

.cart-table__title {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.02em;
}

.cart-table__params {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
  color: #566a69;
}
.cart-table__params span {
  font-weight: 600;
  color: #2a403c;
  letter-spacing: 0.02em;
}

.cart-table__price,
.cart-table__sum {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}

.cart-table__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
          align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
}

.cart-table__count-input {
      -ms-flex: 0 0 98px;
          flex: 0 0 98px;
  width: 98px;
  margin-right: 16px;
  -webkit-box-flex: 0;
}

.cart-table__count-unit {
      -ms-flex: none;
          flex: none;
  font-size: 15px;
  line-height: 19px;
  color: #566a69;
  -webkit-box-flex: 0;
}

.count-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: stretch;
  width: 100%;
  border: 1px solid #566A69;
  border-radius: 4px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
}

.count-block__field {
      -ms-flex: auto;
          flex: auto;
  min-width: 0;
  height: 40px;
  margin-bottom: 0;
  padding: 0;
  padding-left: 15px;
  font-size: 15px;
  line-height: 1;
  color: #566A69;
  background: none;
  border: none;
  border: none;
  -webkit-box-flex: 1;
}

.count-block__buttons {
      -ms-flex: none;
          flex: none;
  padding: 8px 14px 8px 5px;
  -webkit-box-flex: 0;
}

.count-block__minus, .count-block__plus {
  display: block;
  width: 11px;
  height: 8px;
  padding: 0;
}

.count-block__minus {
  background: url("data:image/svg+xml,%3Csvg width='10' height='5' viewBox='0 0 10 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0.5L5 4.5L9 0.5' stroke='%232A403C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") 0 0 no-repeat;
}

.count-block__plus {
  margin-bottom: 8px;
  background: url("data:image/svg+xml,%3Csvg width='10' height='5' viewBox='0 0 10 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.5L5 0.5L9 4.5' stroke='%232A403C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") 0 0 no-repeat;
}

.cart-table__remove {
  display: inline-block;
}
.cart-table__remove path {
  -webkit-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.cart-table__remove:hover path {
  fill: #EB5757;
}

.cart-table__products-sum {
  font-weight: 700;
}

.cart-table-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
          align-items: center;
  margin-bottom: 74px;
  padding: 48px 10% 0 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
}

.cart-table-summary__btn {
      -ms-flex: none;
          flex: none;
  width: 183px;
  -webkit-box-flex: 0;
}

.cart-table-summary__sum {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.02em;
}

.cart-ordering fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
}
.cart-ordering fieldset:not(:last-child) {
  margin-bottom: 20px;
}
.cart-ordering fieldset label {
      -ms-flex: none;
          flex: none;
  width: 104px;
  margin: 0 16px 0 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
  letter-spacing: 0.02em;
  -webkit-box-flex: 0;
}
.cart-ordering fieldset label sup {
  top: 0;
  display: inline-block;
  font-size: 14px;
  line-height: 10px;
  color: #eb5757;
}
.cart-ordering fieldset input, .cart-ordering fieldset select, .cart-ordering fieldset textarea {
  width: 100%;
  padding-left: 15px;
  font-size: 15px;
  line-height: 20px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  color: #566a69;
  letter-spacing: 0.01em;
  background: #fff;
  border: 1px solid #566A69;
  border-radius: 4px;
}
.cart-ordering fieldset textarea {
  height: 142px;
  padding-top: 5px;
  resize: none;
}
.cart-ordering fieldset input {
      -ms-flex: auto;
          flex: auto;
  max-width: 420px;
  height: 48px;
  -webkit-box-flex: 1;
}

.cart-ordering__block {
  padding: 32px;
  background: #F8F8F8;
}
.cart-ordering__block h3 {
  margin-bottom: 32px;
}
.cart-ordering__block:not(:last-child) {
  margin-bottom: 24px;
}

.radio-list:not(:last-child) {
  margin-bottom: 50px;
}

.radio-list__label {
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  color: #566a69;
  letter-spacing: 0.01em;
}
.radio-list__label:not(:last-child) {
  margin-bottom: 13px;
}
.radio-list__label span {
  position: relative;
  display: block;
  padding-left: 28px;
}
.radio-list__label span::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background: #FFFFFF;
  border: 1px solid #1CCAA9;
  border-radius: 50%;
}
.radio-list__label input:checked ~ span {
  color: #2a403c;
}
.radio-list__label input:checked ~ span::before {
  border-width: 4px;
}

.cart-ordering__content {
  margin-bottom: 70px;
}

.cart-summary {
  margin-bottom: 24px;
}
.cart-summary p {
  font-size: 17px;
  line-height: 26px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  color: #566a69;
  letter-spacing: 0.01em;
}
.cart-summary p b {
  font-weight: 700;
  color: #2A403C;
}
.cart-summary p:not(:last-child) {
  margin-bottom: 16px;
}

.cart-summary__title {
  margin-bottom: 24px;
}

/* === CATALOG PAGE === */
.catalog a {
  vertical-align: top;
  text-decoration: none;
}
.catalog a:hover {
  color: #FFA81D;
}

.catalog__block:not(:last-child) {
  margin-bottom: 66px;
}

.catalog__block-title:not(:only-child) {
  margin-bottom: 40px;
}

.catalog__section:not(:last-child) {
  margin-bottom: 37px;
}

.catalog__section-title {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #2a403c;
}
.catalog__section-title:not(:only-child) {
  margin-bottom: 12px;
}

.catalog__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.catalog__list li {
  line-height: 20px;
}
.catalog__list li:not(:last-child) {
  margin-bottom: 8px;
}
.catalog__list li a {
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  color: #566a69;
  letter-spacing: 0.01em;
}

.catalog__sublist, .catalog__submenu {
  margin: 0;
  padding: 0 0 0 20px;
  list-style-type: none;
  line-height: 1.3;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  letter-spacing: 0.01em;
}
.catalog__sublist:not(:last-child), .catalog__submenu:not(:last-child) {
  margin-bottom: 16px;
}
.catalog__sublist li:not(:last-child), .catalog__submenu li:not(:last-child) {
  margin-bottom: 8px;
}

.catalog__sublist {
  font-size: 15px;
}
.catalog__sublist a {
  color: #2a403c;
}

.catalog__submenu {
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 14px;
}
.catalog__submenu a {
  color: #566a69;
}

a.catalog__title--primary {
  font-weight: 700;
  color: #00A384;
}

a.catalog__title--secondary {
  font-weight: 700;
  color: #2a403c;
}

.catalog__show-more path {
  -webkit-transition: stroke 0.3s ease;
  -o-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}
.catalog__show-more:hover path {
  stroke: #FFA81D;
}

/* === RESPONSIVE STYLES === */
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1416px;
  }
}
@media (max-width: 1600px) {
  .back-to-top {
    right: 15px;
  }
}
@media (max-width: 1499px) {
  .topbar__logo img {
    margin-right: 15px;
  }

  .top-slider__title {
    font-size: 28px;
    line-height: 1.1;
  }

  .top-slider__content {
    width: 33%;
    padding-left: 30px;
  }

  .footer__request-btn {
    padding-right: 10px;
    padding-left: 10px;
  }

  .product-categories__image {
    max-width: 70px;
    margin-right: 10px;
  }

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

  .request-banner {
    padding: 30px 50px;
  }

  .request-banner__content {
    margin-right: 30px;
  }

  .about__facts-image {
    font-size: 14px;
    line-height: 1.2;
  }

  .contacts__list {
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .contacts__list__item {
        -ms-flex: none;
            flex: none;
    width: 100%;
    margin: 0 0 35px 0;
    -webkit-box-flex: 0;
  }

  .docs__list {
    margin-right: -8px;
    margin-left: -8px;
  }

  .docs__item {
        /*flex-basis: 33.3333%;
    max-width: 33.3333%;*/
    padding-right: 8px;
    padding-left: 8px;
    -ms-flex-preferred-size: 33.3333%;
  }

  .file-block {
    padding: 20px;
  }

  .file-block__icon {
    margin-right: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .product__options {
        flex-basis: 100%;
    max-width: 100%;
    margin-top: 20px;
    padding: 0;
    -ms-flex-preferred-size: 100%;
  }
}
@media (max-width: 1199px) {
  .topbar {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .topbar__nav {
    margin-top: 15px;
    margin-left: auto;
  }

  .catalog-nav__title {
    font-size: 16px;
    line-height: 22px;
  }

  .top-slider__title {
    font-size: 22px;
  }

  .main-block {
    margin-bottom: 60px;
  }

  .product-categories__image {
    max-width: 100px;
  }

  .solutions__title {
    padding: 15px;
    font-size: 16px;
    line-height: 22px;
  }

  .tiles-list__item {
        flex-basis: 20%;
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
  }

  .news__wrapper {
    padding: 50px 0 0 0;
  }

  .news-list__item:not(:last-child) {
    margin-bottom: 20px;
  }

  .footer__content {
    padding-bottom: 50px;
  }

  .footer__col {
    margin-bottom: 30px;
  }

  .news-card__title {
    font-size: 25px;
    line-height: 1.2;
  }

  .topbar__contacts {
    padding-right: 0;
  }

  .request-banner__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .request-banner__content,
.request-banner__contacts {
        flex-basis: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
  }

  .request-banner__content {
    margin: 0 0 40px 0;
  }

  .product__functions {
    margin-top: 30px;
  }

  .product__buy-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        -ms-flex: none;
            flex: none;
    max-width: none;
    margin-right: 30px;
    -webkit-box-flex: 0;
  }
  .product__buy-buttons .btn {
    width: 200px;
    height: 54px;
  }
  .product__buy-buttons .btn:not(:last-child) {
    margin: 0 10px 0 0;
  }

  .product__functions-buttons {
            justify-content: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
  }

  .about__facts-item {
        flex-basis: 20%;
    max-width: 20%;
    margin-bottom: 20px;
    -ms-flex-preferred-size: 20%;
  }

  .contacts__gallery-wrapper {
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .contacts__gallery-block {
        -ms-flex: none;
            flex: none;
    padding: 0;
    -webkit-box-flex: 0;
  }
  .contacts__gallery-block:not(:last-child) {
    margin-bottom: 20px;
  }

  .cart-table-summary {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 33px;
    line-height: 36px;
  }

  .topbar__worktime {
    display: none;
  }

  .navbar__catalog-btn {
    width: 63px;
    text-indent: -9999px;
  }
  .navbar__catalog-btn::before {
    margin: 0;
  }
  .navbar__catalog-btn::after {
    display: none;
  }

  .navbar__search {
    margin-right: 25px;
    margin-left: 25px;
  }

  .top-slider__image {
    height: 200px;
    overflow: hidden;
    border-radius: 8px;
  }
  .top-slider__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center left;
       object-position: center left;
  }

  .bottombar__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .tiles-list__item {
        flex-basis: 25%;
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
  }

  .product-tile__price {
    min-height: 35px;
  }

  .top-slider__content {
    padding-left: 15px;
  }

  .top-slider__title {
    font-size: 18px;
    line-height: 22px;
  }

  .main-block {
    margin-bottom: 50px;
  }

  .news__wrapper {
    padding-top: 15px;
  }

  .news__item {
    margin-bottom: 20px;
  }

  .footer__links, .footer__copyright {
        flex-basis: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
  }

  .footer__links {
            justify-content: center;
    margin: 0 0 20px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
  }

  .footer__copyright {
    margin: 0;
    text-align: center;
  }

  .catalog-nav__col {
        flex-basis: 33.3333%;
    max-width: 33.3333%;
    -ms-flex-preferred-size: 33.3333%;
  }

  .category,
.search {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .category__sidebar,
.category__content,
.search__sidebar,
.search__content {
        flex-basis: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
  }

  .filters__inputs {
    display: none;
  }

  .filters__block-toggle {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .filters__block-toggle.active {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
  }

  .category__sidebar,
.search__sidebar {
    margin-bottom: 30px;
  }

  .pagination {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .about__gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 10px;
  }

  .a-gallery__big {
    grid-column: 1/3;
    grid-row: 1/3;
  }

  .a-gallery__vertical {
    grid-row: 3/5;
  }

  .about__facts-list {
    margin: 0 -5px;
  }

  .about__facts-item {
        flex-basis: 33.3333%;
    max-width: 33.3333%;
    margin-bottom: 10px;
    padding: 0 5px;
    -ms-flex-preferred-size: 33.3333%;
  }

  .contacts__phone-block {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;

    align-items: initial;
  }

  .contacts__phone {
    margin: 0 0 4px 0;
  }
  .contacts__phone-block:first-child .contacts__phone-number {
    padding-left: 0;
  }

  .cart-table thead th, .cart-table tbody td, .cart-table tfoot td {
    padding-right: 10px;
    padding-left: 10px;
  }

  .cart-table__count-input {
        flex-basis: 60px;
    max-width: 60px;
    margin-right: 10px;
    -ms-flex-preferred-size: 60px;
  }

  .count-block__buttons {
    padding-right: 8px;
  }

  .cart-table__title {
    font-size: 14px;
    line-height: 20px;
  }

  .cart-table__image {
    margin-right: 10px;
  }

  .cart-table__product {
            align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
  }

  .cart-table__content {
    padding-top: 0;
  }

  .catalog__col:not(:last-child) {
    margin-bottom: 37px;
  }

  .docs__item {
        /*flex-basis: 50%;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;*/
  }
}
@media (min-width: 768px) and (max-width: 991px) {

  .cart-ordering fieldset {
        -ms-flex-direction: column;
            flex-direction: column;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
        -ms-flex-align: start;
  }

  .cart-ordering fieldset label {
    width: auto;
    margin: 0 0 10px 0;
    text-align: left;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 34px;
  }

  h2 {
    font-size: 22px;
    line-height: 1.3;
  }

  .top-slider__content {
    width: 50%;
  }

  .popular-categories,
.topbar__nav {
    display: none;
  }

  .navbar {
    margin-bottom: 30px;
  }

  .topbar__contacts {
    padding: 0;
  }

  .topbar__logo {
    margin-bottom: 20px;
  }

  .navbar {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
            justify-content: space-between;
    padding: 15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
  }

  .topbar__phone {
    margin: 0 auto;
  }

  .topbar__contacts {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0 auto;
    -webkit-box-flex: 0;
  }

  .navbar__search {
        flex-basis: 100%;
            order: 3;
    max-width: 100%;
    margin: 15px 0 0 0;
    -ms-flex-preferred-size: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
  }

  .navbar__cart {
    margin-right: 0;
  }

  .n-cart__content {
    display: none;
  }

  .n-cart {
    padding: 0;
    background: none;
  }

  .n-cart__icon {
    margin: 0;
  }

  .navbar__catalog {
    border-radius: 8px;
  }

  .navbar__catalog-btn {
    width: auto;
    padding: 15px;
    text-indent: 0;
  }
  .navbar__catalog-btn::before {
    margin-right: 10px;
  }

  .main-block {
    margin-bottom: 40px;
  }

  .product-categories__image {
    max-width: 60px;
  }

  .product-categories__block {
    min-height: 80px;
    padding: 15px 12px;
  }

  .product-categories__item {
    margin: 0 0 15px 0;
  }

  .product-categories__list {
    margin-top: 0;
    margin-bottom: 0;
  }

  .product__gallery {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .product__thumbnails,
.product__main-photo {
        flex-basis: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
  }

  .product__thumbnails {
    margin: 0;
  }

  .product-slider-prev, .product-slider-next {
    top: 50%;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
  }

  .product-slider-prev {
    left: -16px;
  }

  .product-slider-next {
    right: -16px;
  }

  .product__main-photo {
            order: -1;
    margin-bottom: 15px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
  }

  .tiles-list__item {
        flex-basis: 33.3333%;
    max-width: 33.3333%;
    -ms-flex-preferred-size: 33.3333%;
  }

  .news-card__content {
    padding: 30px;
  }

  .news-card__title {
    font-size: 22px;
  }

  .footer__links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .footer__links li {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    -webkit-box-flex: 0;
  }
  .footer__links li:not(:last-child) {
    margin-bottom: 10px;
  }

  .footer__content {
    padding: 30px 0 0 0;
  }

  .topbar__recall {
    margin: 0 auto;
  }

  .mobile-menu-btn {
    position: absolute;
    top: 0;
    left: 0;
    margin: 15px 20px;
  }

  .mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 30px;
    background: #00A384;
    -webkit-transition: left 0.5s ease;
    -o-transition: left 0.5s ease;
    transition: left 0.5s ease;
  }
  .mobile-menu.active {
    left: 0;
  }

  .mobile-menu__close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
  }

  .mobile-menu__content {
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-flex: 1;
  }

  .mobile-menu__list li:not(:last-child) {
    margin-bottom: 20px;
  }
  .mobile-menu__list li a {
    display: block;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    text-decoration: none;
  }

  li.mobile-menu__catalog > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
    color: #00A384;
    -webkit-box-align: center;
        -ms-flex-align: center;
  }
  li.mobile-menu__catalog > a::after {
    content: "";
    display: block;
        -ms-flex: none;
            flex: none;
    width: 17px;
    height: 10px;
    margin-left: 10px;
    background: url("data:image/svg+xml,%3Csvg width='17' height='10' viewBox='0 0 17 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.25 1.375l7.25 7.25 7.25-7.25' stroke='%23FFE927' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 0 0 no-repeat;
    -webkit-box-flex: 0;
  }

  .mobile-menu__catalog-submenu {
    display: none;
    margin: 15px 0 0 20px;
  }
  .mobile-menu__catalog-submenu li:not(:last-child) {
    margin-bottom: 7px;
  }
  .mobile-menu__catalog-submenu li > a {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
  }

  .catalog-nav {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    padding: 20px 40px 20px 20px;
    background: #FFA81D;
  }

  .catalog-nav__content {
    display: block;
    height: 100%;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .catalog-nav__content::-webkit-scrollbar {
    display: none;
  }

  .catalog-nav__list {
    display: none;
  }

  .catalog-nav__section {
    margin-bottom: 10px;
  }

  .catalog-nav__col {
    max-width: 100%;
    padding: 0;
  }

  .catalog-nav__title {
    margin-bottom: 0;
  }

  .catalog-nav__close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
  }

  .catalog-nav a {
    font-weight: 600;
    font-size: 15px;
    color: #fff;
  }

  .category__subsections {
    display: none;
  }

  .inner-page__content {
    border: none;
  }

  .inner-page__content {
    padding: 0 0 50px 0;
  }

  .category__title {
    margin-bottom: 32px;
  }

  .category__list {
    margin: 0 -4px 20px -4px;
  }

  .category__list-item {
    padding-right: 4px;
    padding-left: 4px;
  }

  .category__list-item {
    margin-bottom: 20px;
  }

  .request-banner {
    padding: 30px;
  }

  .contacts__header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .contacts__list, .contacts__buttons {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
  }

  .contacts__buttons {
    margin: 0;
  }

  .contacts__buttons .btn {
    max-width: 300px;
    margin: 0 auto;
  }

  .contacts__map-container {
    height: 450px;
  }

  .contacts__gallery-content {
    margin-bottom: 30px;
  }

  .contacts__gallery-block {
    text-align: center;
  }

  .cart-table {
    display: block;
  }

  .cart-table thead {
    display: none;
  }

  .cart-table tbody {
    display: block;
  }

  .cart-table tfoot {
    display: block;
  }
  .cart-table tfoot tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cart-table tfoot tr td:first-child {
        -ms-flex: auto;
            flex: auto;
    text-align: left;
    -webkit-box-flex: 1;
  }

  .cart-table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
  }

  .cart-table tbody td {
    display: block;
        -ms-flex: none;
            flex: none;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-flex: 0;
  }
  .cart-table tbody td:first-child {
        flex-basis: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
  }

  .cart-ordering__col:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  h1 {
    margin-bottom: 25px;
    font-size: 25px;
    line-height: 30px;
  }

  h2 {
    margin-bottom: 25px;
    font-size: 18px;
  }

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

  .topbar__logo p {
    font-size: 11px;
    line-height: 1.2;
  }

  .topbar__logo img {
    max-width: 100px;
    margin-right: 10px;
  }

  .tiles-filters__tab {
    padding: 5px;
    font-size: 13px;
  }

  .tiles-list__item {
        flex-basis: 50%;
    max-width: 50%;
    margin-bottom: 10px;
    padding: 0 5px;
    -ms-flex-preferred-size: 50%;
  }

  .product-tile__block {
    padding: 10px;
  }

  .product-tile__title {
    font-size: 14px;
    line-height: 18px;
  }

  .news-card__title {
    max-width: none;
  }

  .news-card {
    min-height: 200px;
  }

  .footer__col {
    margin-bottom: 20px;
  }

  .news-card__content {
    padding: 30px 20px;
  }

  .top-slider__image {
    height: 200px;
  }

  .top-slider__image img {
    -o-object-position: top 50% left -50px;
       object-position: top 50% left -50px;
  }

  .top-slider__title {
    font-size: 16px;
    line-height: 20px;
  }

  .top-slider__text {
    display: none;
  }

  .top-slider__btn {
    padding: 10px;
  }

  .solutions__image img {
    width: 100%;
  }

  .footer__buttons {
    text-align: center;
  }

  .mobile-menu {
    padding: 30px 20px;
  }

  .footer__content {
    padding-bottom: 20px;
  }

  .breadcrumb-item a {
    font-size: 14px;
  }

  .category__title {
    margin-bottom: 25px;
  }

  .selected-filters__list a {
    padding-right: 10px;
    padding-left: 25px;
    font-size: 12px;
    background-position: left 8px top 50%;
  }

  .category__list-item {
    margin-bottom: 10px;
  }

  .sort__title {
    margin-right: 10px;
  }

  .search__form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .search__form input {
    margin: 0 0 10px 0;
  }
  .search__form .btn {
        flex-basis: 100%;
    width: 100%;
    height: 54px;
    -ms-flex-preferred-size: 100%;
  }

  .request-banner__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .request-banner__list li {
        flex-basis: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
  }
  .request-banner__list li:not(:last-child) {
    margin-bottom: 15px;
  }

  .request-banner {
    padding: 20px;
  }

  .request-banner__title {
    font-size: 22px;
    line-height: 1.1;
  }

  .request-banner__text {
    line-height: 24px;
  }

  .request-banner__phone {
    font-size: 22px;
    line-height: 1;
  }

  .request-banner__btn {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
  }
  .request-banner__btn .btn-icon {
    margin-right: 10px;
  }

  .product__description .product__params-title {
        flex-basis: 50%;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
  }

  .product__description .product__params-value {
        flex-basis: 50%;
    max-width: 50%;
    font-size: 14px;
    -ms-flex-preferred-size: 50%;
  }

  .product__params-value {
    font-size: 14px;
  }

  .product:not(:last-child) {
    margin-bottom: 40px;
  }

  .product__buy-buttons {
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .product__buy-buttons .btn:not(:last-child) {
    margin: 0 0 10px 0;
  }

  .about__header {
    font-size: 15px;
    line-height: 1.45;
  }

  .about__facts-item {
        flex-basis: 50%;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
  }

  .about__facts-block {
    padding: 10px 10px 30px 10px;
  }

  .about__facts-text {
    font-size: 14px;
    line-height: 18px;
  }

  .about__facts-title {
    font-size: 16px;
    line-height: 24px;
  }

  .contacts__gallery p {
    font-size: 15px;
    line-height: 24px;
  }

  .contacts__map-container {
    height: 300px;
  }

  .contacts__phone-number {
    font-size: 20px;
  }


  .form__content {
    padding: 30px 20px;
  }

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

  .form__product-image {
    margin-bottom: 20px;
    text-align: center;
  }

  .form__close {
    top: 10px;
    right: 10px;
  }

  .form__title {
    font-size: 20px;
    line-height: 26px;
  }

  .form__item {
        flex-basis: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
  }
  .form__item:not(:last-child) {
    margin-bottom: 16px;
  }

  .cart-table tbody td:nth-child(2) {
    display: none;
  }

  .cart-table tfoot tr {
            justify-content: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
  }
  .cart-table tfoot tr td {
    text-align: right;
  }

  .cart-table tfoot td:first-child {
    display: none;
  }

  .cart-table-summary {
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .cart-table-summary__sum {
            order: -1;
    margin-bottom: 15px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
  }

  .cart-ordering fieldset {
        -ms-flex-direction: column;
            flex-direction: column;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
        -ms-flex-align: start;
  }

  .cart-ordering fieldset label {
    width: auto;
    margin: 0 0 10px 0;
    text-align: left;
  }

  .cart-ordering__block {
    padding: 25px;
  }

  .catalog__block-title:not(:only-child) {
    margin-bottom: 25px;
  }

  .catalog__section-title {
    font-size: 16px;
    line-height: 20px;
  }

  .catalog__section:not(:last-child),
.catalog__col:not(:last-child) {
    margin-bottom: 25px;
  }

  .product-slider-prev {
    left: -5px;
  }

  .product-slider-next {
    right: -5px;
  }

  .docs__item {
        flex-basis: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
  }
}
@media (max-width: 400px) {
  .top-slider__image img {
    -o-object-position: top 50% left -100px;
       object-position: top 50% left -100px;
  }

  .top-slider__title {
    font-size: 14px;
  }

  .top-slider__btn {
    font-size: 12px;
  }
  .top-slider__btn .btn-icon:first-child {
    margin-right: 5px;
  }

  .top-slider__content {
    width: 58%;
  }

  .topbar__logo {
        flex-basis: calc(100% - 40px);
    margin-bottom: 15px;
    -ms-flex-preferred-size: calc(100% - 40px);
  }

  .topbar__logo img {
    max-width: 90px;
    margin-right: 5px;
  }

  .topbar__logo p {
    margin-bottom: 3px;
    font-size: 10px;
  }
}