@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("./fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Unbounded";
  src: url("./fonts/Unbounded-VariableFont_wght.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}
body {
  overflow-x: clip;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.jcs {
  justify-content: space-between;
}

.jcsa {
  justify-content: space-around;
}

.aic {
  align-items: center;
}

.flexbox {
  display: flex;
}

.jcc {
  justify-content: center;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}

.ub {
  font-family: "Unbounded", sans-serif;
}

.up {
  text-transform: uppercase;
}

.w {
  color: #FFF;
}

.bg-gray {
  background-color: #fcfcfc;
}

.i-pin {
  min-width: 17px;
  min-height: 17px;
  width: 17px;
  height: 17px;
  display: inline-block;
  margin-right: 8px;
}
.i-pin::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("imgs/icons/i-pin.svg");
  display: inline-block;
}

.i-hr {
  min-width: 1px;
  min-height: 19px;
  width: 1px;
  height: 19px;
  display: inline-block;
  margin-left: 10px;
  background-color: #d9d9d9;
}

.i-header-phone {
  min-width: 17px;
  min-height: 17px;
  width: 17px;
  height: 17px;
  display: inline-block;
}
.i-header-phone::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("imgs/icons/i-header-phone.svg");
  display: inline-block;
}

.i-heart {
  position: relative;
  min-width: 52px;
  min-height: 52px;
  width: 52px;
  height: 52px;
  display: inline-block;
  margin-right: 11px;
}
.i-heart::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("imgs/icons/i-heart.svg");
  display: inline-block;
}

.i-cart {
  position: relative;
  min-width: 52px;
  min-height: 52px;
  width: 52px;
  height: 52px;
  display: inline-block;
  margin-right: 11px;
}
.i-cart::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("imgs/icons/i-cart.svg");
  display: inline-block;
}

.i-blocks {
  min-width: 19px;
  min-height: 19px;
  width: 19px;
  height: 19px;
  display: inline-block;
  margin-right: 15px;
}
.i-blocks::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("imgs/icons/i-blocks.svg");
  display: inline-block;
}

.i-chevron-down {
  min-width: 21px;
  min-height: 21px;
  width: 21px;
  height: 21px;
  display: inline-block;
  margin-left: 13px;
}
.i-chevron-down::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("imgs/icons/i-chevron-down.svg");
  display: inline-block;
}

.i-hot {
  min-width: 21px;
  min-height: 21px;
  width: 21px;
  height: 21px;
  display: inline-block;
  margin-right: 11px;
}
.i-hot::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("imgs/icons/i-hot.svg");
  display: inline-block;
}

.i-call {
  min-width: 21px;
  min-height: 21px;
  width: 21px;
  height: 21px;
  display: inline-block;
  margin-left: 11px;
}
.i-call::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("imgs/icons/i-call.svg");
  display: inline-block;
}

.i-chevron-left {
  min-width: 70px;
  min-height: 70px;
  width: 70px;
  height: 70px;
  display: inline-block;
  margin-right: 2px;
  cursor: pointer;
}
.i-chevron-left::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("imgs/icons/i-chevron-left.svg");
  display: inline-block;
}

.i-chevron-right {
  min-width: 70px;
  min-height: 70px;
  width: 70px;
  height: 70px;
  display: inline-block;
  margin-right: 2px;
  cursor: pointer;
}
.i-chevron-right::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("imgs/icons/i-chevron-right.svg");
  display: inline-block;
}

.i-favorite {
  min-width: 22px;
  min-height: 22px;
  width: 22px;
  height: 22px;
  display: inline-block;
  padding: 12px 12px;
  border-radius: 1000px;
  border: 1px solid #000;
  cursor: pointer;
  position: absolute;
  top: 12px;
  left: 12px;
}
.i-favorite::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("imgs/icons/i-favorite.svg");
  display: inline-block;
}

.i-favorite.on {
  background-color: rgba(255, 0, 0, 0.2470588235);
}

.i-medal {
  min-width: 29px;
  min-height: 29px;
  width: 29px;
  height: 29px;
  display: inline-block;
  margin-left: 16px;
  cursor: pointer;
}
.i-medal::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("imgs/icons/i-medal.svg");
  display: inline-block;
}

.i-deliveryblock {
  min-width: 29px;
  min-height: 29px;
  width: 29px;
  height: 29px;
  display: inline-block;
  margin-left: 16px;
  cursor: pointer;
}
.i-deliveryblock::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("imgs/icons/i-deliveryblock.svg");
  display: inline-block;
}

.i-delivery {
  min-width: 29px;
  min-height: 29px;
  width: 29px;
  height: 29px;
  display: inline-block;
  margin-left: 16px;
  cursor: pointer;
}
.i-delivery::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("imgs/icons/i-delivery.svg");
  display: inline-block;
}

.i-minicart {
  min-width: 29px;
  min-height: 29px;
  width: 29px;
  height: 29px;
  display: inline-block;
  margin-left: 16px;
}
.i-minicart::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("imgs/icons/i-minicart.svg");
  display: inline-block;
}

.i-footer-phone {
  min-width: 17px;
  min-height: 17px;
  width: 17px;
  height: 17px;
  display: inline-block;
  margin-right: 8px;
}
.i-footer-phone::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("imgs/icons/i-footer-phone.svg");
  display: inline-block;
}

.i-footer-mail {
  min-width: 17px;
  min-height: 17px;
  width: 17px;
  height: 17px;
  display: inline-block;
  margin-right: 8px;
}
.i-footer-mail::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("imgs/icons/i-footer-mail.svg");
  display: inline-block;
}

.i-facebook {
  min-width: 35px;
  min-height: 35px;
  width: 35px;
  height: 35px;
  display: inline-block;
  margin-right: 17px;
}
.i-facebook::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("imgs/icons/i-facebook.png");
  display: inline-block;
}

.i-instagram {
  min-width: 35px;
  min-height: 35px;
  width: 35px;
  height: 35px;
  display: inline-block;
  margin-right: 17px;
}
.i-instagram::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("imgs/icons/i-instagram.png");
  display: inline-block;
}

.i-tiktok {
  min-width: 35px;
  min-height: 35px;
  width: 35px;
  height: 35px;
  display: inline-block;
  margin-right: 17px;
}
.i-tiktok::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("imgs/icons/i-tiktok.png");
  display: inline-block;
}

.i-pricetag {
  min-width: 21px;
  min-height: 21px;
  width: 21px;
  height: 21px;
  display: inline-block;
  margin-left: 7px;
}
.i-pricetag::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("imgs/icons/i-pricetag.svg");
  display: inline-block;
}

.i-cross {
  min-width: 28px;
  min-height: 28px;
  width: 28px;
  height: 28px;
  display: inline-block;
}
.i-cross::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("imgs/icons/i-cross.svg");
  display: inline-block;
}

.header {
  padding-top: 10px;
  background-color: #FFF;
}
.header .header__top .container {
  padding-bottom: 12px;
  border-bottom: 1px solid #D9D9D9;
}
.header .header__top p {
  color: #2E2E2E;
  font-size: 14px;
  font-weight: 400;
}
.header .header__top .a-home {
  color: #214038;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
.header .header__top .header__top-phones a {
  font-size: 14px;
  font-weight: 400;
  color: #2e2e2e;
  text-decoration: none;
  margin-left: 10px;
}
.header .header__middle {
  margin-top: 36px;
}
.header .header__middle .header__middle-logo {
  display: inline-block;
  width: 165px;
  height: 39px;
}
.header .header__middle .header__middle-logo img {
  width: 100%;
  height: 100%;
}
.header .header__middle .header__middle-search {
  border: 0.8px solid #444;
  border-radius: 2px;
  background-color: #FFF;
  cursor: pointer;
}
.header .header__middle .header__middle-search input {
  border: none;
  font-size: 14px;
  font-weight: 400;
  color: #5e5e5e;
  outline: none;
  padding: 11px 20px;
  width: 305px;
}
.header .header__middle .header__middle-search input:active {
  color: #5e5e5e;
}
.header .header__middle .header__middle-search button {
  border: none;
  background-color: #00AB42;
  transition: 0.3s ease;
  cursor: pointer;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  padding: 11px 24.5px;
  height: 100%;
}
.header .header__middle .header__middle-search button:hover {
  background-color: #008734;
}
.header .header__middle .header__middle-nav .header__middle-nav-nav {
  text-decoration: none;
}
.header .header__middle .header__middle-nav .header__middle-nav-nav span {
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  color: #000;
}
.header .header__middle .header__middle-nav .header__middle-nav-nav b {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #484848;
  margin-top: 5px;
}
.header .header__middle .header__middle-nav .header__middle-nav-nav .num {
  position: absolute;
  background-color: #FF3030;
  top: 0;
  left: 0;
  padding: 1px 5px;
  color: #fff;
  border-radius: 50px;
  pointer-events: none;
  font-size: 13px;
}
.header .header__middle .header__middle-nav .header__middle-nav-nav:last-child {
  margin-left: 35px;
}
.header .header__middle .header__middle-nav .header__middle-nav-nav:last-child .num {
  background-color: #00AB42;
  right: 0;
  left: auto;
}
.header .header__bottom {
  background-color: #000;
  color: #FFF;
  padding: 0 0;
  margin-top: 40px;
}
.header .header__bottom .container {
  position: relative;
}
.header .header__bottom .header__bottom-catalog {
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 500;
}
.header .header__bottom .header__bottom-catalog .catalog-span {
  height: 100%;
  display: flex;
  padding: 15px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.header .header__bottom .header__bottom-catalog .catalog-span:hover {
  background-color: #001802;
  padding: 15px 15px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.header .header__bottom .header__bottom-catalog .catalog-span:hover + .dropdown {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.header .header__bottom .header__bottom-hrefs a {
  color: #FFF;
  text-decoration: none;
  font-size: 19px;
  font-weight: 400;
  margin-left: 58px;
}
.header .header__bottom .dropdown {
  position: absolute;
  background-color: #001802;
  padding: 30px 40px;
  box-sizing: border-box;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  width: 100%;
  display: none;
  z-index: 6 !important;
}
.header .header__bottom .dropdown:hover {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.header .header__bottom .dropdown:hover + .catalog-span {
  background-color: #001802;
  padding: 15px 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.header .header__bottom .dropdown a {
  font-size: 15px;
  font-weight: 400;
  color: #e2e2e2;
  display: inline-block;
  margin-bottom: 30px;
  height: -moz-fit-content;
  height: fit-content;
  text-decoration: none;
  text-transform: none;
}
.header .header__bottom .dropdown a:hover {
  text-decoration: underline;
}
.header .header__bottom .dropdown a:nth-child(4n) {
  margin-right: 0;
}

.hero {
  width: 100%;
  height: 557px;
  color: #FFF;
  position: relative;
  left: 0%;
}
.hero .nav {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translateX(-50%);
}
.hero .nav .i-circle {
  display: block;
  width: 13px;
  height: 13px;
  background-color: #FFF;
  border-radius: 1000px;
  margin-right: 8px;
}
.hero .nav .active {
  background-color: #00AB25;
}
.hero .nav .i-circle:last-child {
  margin-right: 0px;
}
.hero .chevrons {
  position: absolute;
  top: 48%;
  right: 10%;
  transform: translateY(-50%);
}
.hero h2 {
  font-size: 46px;
  font-weight: 400;
  letter-spacing: 0.2px;
  display: block;
  width: 60%;
  line-height: 151%;
}
.hero h2 b {
  font-weight: 500;
}
.hero p {
  display: block;
  margin-top: 12px;
  color: #BDBDBD;
  letter-spacing: 0.2px;
  margin-bottom: 35px;
}
.hero .hero-btns a {
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  border-radius: 5px;
  background-color: #00AB25;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2px;
  padding: 12px 40px;
}
.hero .hero-btns a:last-child {
  background: none;
  border: #00AB25 1.5px solid;
  color: #00AB25;
  margin-left: 20px;
  padding: 12px 29px;
}
.hero .hero-1 {
  box-sizing: border-box;
  padding-top: 110px;
  background-color: #000;
  width: 100%;
  height: 100%;
  min-width: 100%;
  background-image: url("imgs/global/banner-1.png");
  background-size: cover;
}
.hero .hero-2 {
  box-sizing: border-box;
  padding-top: 110px;
  background-color: #000;
  width: 100%;
  height: 100%;
  min-width: 100%;
  background-image: url("imgs/global/banner-2.png");
  background-size: cover;
}
.hero .hero-3 {
  box-sizing: border-box;
  padding-top: 110px;
  background-color: #000;
  width: 100%;
  height: 100%;
  min-width: 100%;
  background-image: url("imgs/global/banner-3.png");
  background-size: cover;
}
.hero .hero-4 {
  box-sizing: border-box;
  padding-top: 110px;
  background-color: #000;
  width: 100%;
  height: 100%;
  min-width: 100%;
  background-image: url("imgs/global/banner-4.png");
  background-size: cover;
}

.categories {
  margin-top: 70px;
  margin-bottom: 94px;
}
.categories .categories__cards-top {
  margin-bottom: 22px;
}
.categories h4 {
  font-size: 28px;
  font-weight: 600;
  color: #000;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 28px;
}
.categories .categories__cards .categories__cards-top .card {
  position: relative;
  width: 387px;
  height: 185px;
  background-color: #070707;
  border-radius: 2px;
  overflow: hidden;
  text-decoration: none;
  box-sizing: border-box;
  padding: 24px 28px;
}
.categories .categories__cards .categories__cards-top .card .card__title {
  color: #FFF;
  font-size: 26px;
  font-weight: 500;
  line-height: 125%;
  margin-bottom: 10px;
  width: 300px;
}
.categories .categories__cards .categories__cards-top .card .card__count {
  display: block;
  color: #AFAFAF;
  font-size: 18px;
  font-weight: 400;
}
.categories .categories__cards .categories__cards-top .card .card__count b {
  color: #FFF;
  font-weight: 500;
}
.categories .categories__cards .categories__cards-top .card .card__price {
  position: absolute;
  left: 28px;
  bottom: 28px;
  color: #e3e3e3;
  font-size: 13px;
  font-weight: 400;
}
.categories .categories__cards .categories__cards-top .card .card__price b {
  color: #00AB25;
  font-size: 16px;
  font-weight: 500;
}
.categories .categories__cards .categories__cards-top .card img {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  right: -30px;
  bottom: -70px;
  width: 280px;
  height: 199px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.categories .categories__cards .categories__cards-bottom .card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  width: 184px;
  height: 185px;
  background-color: #000;
  align-items: center;
  justify-content: center;
}
.categories .categories__cards .categories__cards-bottom .card img {
  width: 125px;
  height: 79px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
}
.categories .categories__cards .categories__cards-bottom .card h6 {
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  color: #FFF;
  margin-bottom: 4px;
}
.categories .categories__cards .categories__cards-bottom .card span {
  font-weight: 400;
  letter-spacing: 0.1px;
  font-size: 16px;
  color: #d3d3d3;
}
.categories .categories__cards .categories__cards-bottom .card span b {
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
}

.products {
  margin-bottom: 90px;
}
.products h4 {
  font-size: 28px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 35px;
}
.products .products__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.features {
  margin-bottom: 80px;
  background-color: #000;
  padding: 11px 0;
  overflow: hidden;
}
.features span {
  color: #FFF;
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
  display: flex;
  margin-right: 63px;
  white-space: nowrap;
}

.about-us {
  margin-bottom: 114px;
}
.about-us .about-us__text {
  width: 51%;
}
.about-us .about-us__text span {
  font-size: 20px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5490196078);
  display: inline-block;
  margin-bottom: 10px;
}
.about-us .about-us__text h3 {
  font-size: 46px;
  font-weight: 600;
  line-height: 131.3%;
  color: #000;
  display: block;
  margin-bottom: 20px;
}
.about-us .about-us__text p {
  font-size: 15px;
  font-weight: 400;
  line-height: 131.3%;
  color: #000;
  display: block;
  margin-bottom: 10px;
}
.about-us .about-us__text p b {
  font-weight: 500;
}
.about-us .about-us__text a {
  font-size: 19px;
  font-weight: 500;
  color: #FFF;
  padding: 12px 48px;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #00AB25;
  margin-top: 25px;
  display: inline-block;
  transition: 0.4s ease;
}
.about-us .about-us__text a:hover {
  background-color: #008734;
}
.about-us .about-us__imgs {
  width: 535px;
  margin-top: 55px;
}
.about-us .about-us__imgs .big {
  width: 305px;
  height: 128px;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-us .about-us__imgs .small {
  width: 196px;
  height: 128px;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-us .about-us__imgs .one {
  margin-right: 21px;
}
.about-us .about-us__imgs .two {
  margin-right: 22px;
}
.about-us .about-us__imgs {
  line-height: 58px;
}

.brands {
  margin-bottom: 100px;
}
.brands h4 {
  font-size: 28px;
  font-weight: 600;
  color: #000;
  display: inline-block;
  margin-bottom: 50px;
}
.brands .brands__row {
  overflow: hidden;
}
.brands .brands__row img {
  width: 183px;
  height: 192px;
  display: inline-block;
  margin: 0 20px;
}
.brands .nav {
  margin-top: 26px;
}
.brands .nav .i-circle {
  display: inline-block;
  background-color: #000 !important;
}

.footer {
  background-color: #000;
  box-sizing: border-box;
  padding-top: 50px;
  padding-bottom: 85px;
}
.footer .footer__logo {
  width: 26.7%;
}
.footer .footer__logo img {
  width: 165px;
  height: 39px;
  display: inline-block;
  margin-bottom: 15px;
}
.footer .footer__logo p {
  font-size: 13px;
  font-weight: 400;
  line-height: 156.3%;
  color: #B6B6B6;
  display: block;
  margin-bottom: 21px;
}
.footer .footer__logo a {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  margin-bottom: 12px;
}
.footer .footer__logo a:first-child {
  margin-bottom: 0;
}
.footer .footer__logo a:last-child {
  margin-bottom: 0;
}
.footer .footer__nav span {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  color: #FFF;
  display: block;
  margin-bottom: 30px;
}
.footer .footer__nav a {
  display: flex !important;
  text-decoration: none;
  color: #B2B2B2;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 12px;
  transition: 0.3s;
}
.footer .footer__nav a:hover {
  color: #FFF;
}

.pagination {
  margin-top: 60px;
  margin-bottom: 22px;
}
.pagination a {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.pagination a:last-child {
  color: #00A03D;
}
.pagination a:last-child::after {
  width: 0;
  height: 0;
}
.pagination a::after {
  content: "";
  width: 14px;
  height: 14px;
  margin: 0 7px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("imgs/icons/i-chevron-right-black.svg");
  display: inline-block;
}

.catalog-title {
  margin-bottom: 80px;
  text-transform: uppercase;
}
.catalog-title h1 {
  font-size: 48px;
  font-weight: 600;
  color: #000;
}

.catalog {
  margin-bottom: 80px;
}
.catalog .catalog__left {
  width: 285px;
}
.catalog .catalog__left .catalog__left-price {
  border-radius: 1px;
  width: 100%;
  background-color: #FFF;
  box-shadow: 0 1px 4.2px rgba(0, 0, 0, 0.19);
  box-sizing: border-box;
  margin-bottom: 25px;
}
.catalog .catalog__left .catalog__left-price .title {
  background-color: #000;
  width: 100%;
  box-sizing: border-box;
  padding: 14.5px 20px;
}
.catalog .catalog__left .catalog__left-price .title span {
  font-size: 17px;
  font-weight: 500;
  color: #FFF;
  text-transform: uppercase;
}
.catalog .catalog__left .catalog__left-price .price__range {
  position: relative;
  display: block;
  height: 3px; /* Высота самой полоски трека */
  margin: 25px auto; /* Выравниваем весь блок по центру контейнера */
  background-color: #ccc; /* Серый цвет неактивной части трека */
  border-radius: 3px;
  box-sizing: border-box;
  width: 87%;
  padding: 0 20px;
}
.catalog .catalog__left .catalog__left-price .price__range .range-fill {
  position: absolute;
  height: 100%;
  background-color: #00b04b; /* Зеленый цвет трека */
  border-radius: 3px;
  z-index: 1;
}
.catalog .catalog__left .catalog__left-price .price__range input[type=range] {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  background: none;
  pointer-events: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  margin: 0;
  z-index: 2;
}
.catalog .catalog__left .catalog__left-price .price__range input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #00b04b;
  border: 2px solid #007a33;
  cursor: pointer;
  pointer-events: auto;
}
.catalog .catalog__left .catalog__left-price .price__range input[type=range]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #00b04b;
  border: 2px solid #007a33;
  cursor: pointer;
  pointer-events: auto;
}
.catalog .catalog__left .catalog__left-price .inputs {
  margin-top: 28px;
  padding: 0 20px 40px;
  box-sizing: border-box;
}
.catalog .catalog__left .catalog__left-price .inputs__input {
  max-width: 115px;
  height: 34px;
  box-sizing: border-box;
  padding: 0 15px;
  border: 0.8px solid rgba(0, 0, 0, 0.48);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.catalog .catalog__left .catalog__left-price .inputs__input input {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  font-family: inherit;
  -webkit-appearance: textfield;
          appearance: textfield;
  -moz-appearance: textfield;
}
.catalog .catalog__left .catalog__left-price .inputs__input input::-webkit-outer-spin-button, .catalog .catalog__left .catalog__left-price .inputs__input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.catalog .catalog__left .catalog__left-brands {
  width: 285px;
  background-color: #fff;
  padding-bottom: 57px;
  box-shadow: 0 1px 4.2px rgba(0, 0, 0, 0.19);
}
.catalog .catalog__left .catalog__left-brands .title {
  height: 50px;
  padding: 0 20px;
  background-color: #000;
  box-sizing: border-box;
}
.catalog .catalog__left .catalog__left-brands .title span {
  height: 100%;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
  white-space: nowrap;
}
.catalog .catalog__left .catalog__left-brands .title span::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 10px;
  border-radius: 50%;
  background-color: #fff;
}
.catalog .catalog__left .catalog__left-brands .brands__list {
  padding: 22px 20px 28px;
  box-sizing: border-box;
}
.catalog .catalog__left .catalog__left-brands .brands__item {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  cursor: pointer;
  margin: 17px 20px;
}
.catalog .catalog__left .catalog__left-brands .brands__item:last-child {
  margin-bottom: 0;
}
.catalog .catalog__left .catalog__left-brands .brands__item input {
  display: none;
}
.catalog .catalog__left .catalog__left-brands .brands__item input:checked + .brands__checkbox {
  background-color: #00b94f;
}
.catalog .catalog__left .catalog__left-brands .brands__item input:checked + .brands__checkbox::after {
  opacity: 1;
}
.catalog .catalog__left .catalog__left-brands .brands__checkbox {
  position: relative;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  border: 1px solid #000;
  box-sizing: border-box;
  background-color: #fff;
}
.catalog .catalog__left .catalog__left-brands .brands__checkbox::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  line-height: 1;
  transform: translate(-50%, -55%);
  opacity: 0;
}
.catalog .catalog__left .catalog__left-brands .brands__name {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.catalog .catalog__right {
  width: 895px;
}
.catalog .catalog__right .catalog__subcategories {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 24px;
}
.catalog .catalog__right .subcategory {
  height: 192px;
  padding: 18px 20px 25px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.11);
  text-decoration: none;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.catalog .catalog__right .subcategory .subcategory__image {
  width: 80%;
  height: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog .catalog__right .subcategory .subcategory__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.catalog .catalog__right .subcategory span {
  display: block;
  margin-top: 25px;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
}
.catalog .catalog__right .catalog__navigation {
  width: 100%;
  height: 60px;
  padding: 0 25px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.11);
}
.catalog .catalog__right .catalog__result {
  gap: 7px;
  font-size: 16px;
  line-height: 20px;
}
.catalog .catalog__right .catalog__result span {
  font-weight: 400;
}
.catalog .catalog__right .catalog__result b {
  font-weight: 700;
}
.catalog .catalog__right .catalog__sorting {
  gap: 15px;
}
.catalog .catalog__right .catalog__sorting > span {
  font-size: 16px;
  font-weight: 500;
}
.catalog .catalog__right .catalog__select {
  position: relative;
  width: 162px;
  height: 29px;
}
.catalog .catalog__right .catalog__select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}
.catalog .catalog__right .catalog__select select {
  width: 100%;
  height: 100%;
  padding: 0 34px 0 15px;
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 0;
  outline: none;
  background-color: #fff;
  color: #000;
  font: inherit;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.catalog .catalog__right .catalog__row {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.catalog .catalog__right .pages {
  margin-top: 80px;
  justify-content: center;
  gap: 16px;
}
.catalog .catalog__right .pages .page,
.catalog .catalog__right .pages .pages__dots {
  width: 57px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}
.catalog .catalog__right .pages .page {
  border-radius: 97px;
  transition: 0.2s;
}
.catalog .catalog__right .pages .page.active {
  background-color: #000;
  color: #fff;
}
.catalog .catalog__right .pages .page:not(.active):hover {
  background: rgba(0, 0, 0, 0.06);
}

.catalog-description {
  margin-bottom: 100px;
}
.catalog-description h2 {
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 26px;
}
.catalog-description p {
  width: 930px;
  font-size: 18px;
  font-weight: 400;
  line-height: 126.4%;
  white-space: pre-line;
}

.product {
  margin-top: 50px;
  margin-bottom: 60px;
}
.product .product__content {
  width: 997px;
  gap: 35px;
}
.product .product__gallery {
  width: 488px;
  flex-shrink: 0;
}
.product .product__gallery .product__gallery-main {
  width: 488px;
  height: 487px;
  background-color: #FFF;
  border-radius: 4px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.11);
  box-sizing: border-box;
}
.product .product__gallery .product__gallery-main img {
  width: 432px;
  height: 431px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.product .product__gallery .product__gallery-thumbnails {
  gap: 15px;
  margin-top: 14px;
}
.product .product__gallery .product__gallery-thumbnail {
  width: 111px;
  height: 111px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #FFF;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.11);
  outline: none;
  cursor: pointer;
  box-sizing: border-box;
  transition: 0.3s ease;
  padding: 6px;
}
.product .product__gallery .product__gallery-thumbnail img {
  width: 98px;
  height: 98px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.product .product__gallery .product__gallery-thumbnail:hover {
  border-color: #00AB42;
}
.product .product__gallery .product__gallery-thumbnail.active {
  border-color: #00AB42;
  box-shadow: 0 0 5px rgba(0, 171, 66, 0.35);
}
.product .product__info {
  width: 474px;
  flex-shrink: 0;
}
.product .product__info .product__category {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 6px;
  transition: 0.3s ease;
}
.product .product__info .product__category:hover {
  color: #00AB42;
}
.product .product__info h1 {
  width: 100%;
  color: #000;
  font-size: 28px;
  font-weight: 600;
  line-height: 148%;
  margin-top: 10px;
}
.product .product__info .product__prices {
  margin-top: 15px;
  gap: 17px;
}
.product .product__info .product__prices span {
  color: #00AB42;
  font-size: 32px;
  font-weight: 500;
  line-height: 148%;
}
.product .product__info .product__prices del {
  color: #414141;
  font-size: 22px;
  font-weight: 400;
  line-height: 148%;
}
.product .product__info .product__minimum {
  color: #5C5C5C;
  font-size: 15px;
  font-weight: 400;
  margin-top: 15px;
}
.product .product__info .product__minimum b {
  font-weight: 400;
  color: #3D3D3D;
}
.product .product__info .product__buyers {
  height: 24px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: rgba(0, 122, 47, 0.5764705882);
  box-sizing: border-box;
  padding: 0 12px;
  margin-top: 21px;
}
.product .product__info .product__buyers span {
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
}
.product .product__info .product__buyers .i-pricetag {
  width: 12px;
  height: 12px;
  max-width: 12px;
  max-height: 12px;
  min-width: 12px;
  min-height: 12px;
  margin-left: 3px;
  display: flex !important;
}
.product .product__info .product__quantity {
  margin-top: 40px;
}
.product .product__info .product__quantity p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 13px;
}
.product .product__info .product__quantity-control {
  width: 194px;
  height: 50px;
  border-radius: 35px;
  background-color: #FFF;
  box-shadow: 0 0 4.2px rgba(0, 0, 0, 0.11);
  box-sizing: border-box;
  padding: 0 15px;
}
.product .product__info .product__quantity-control button {
  width: 26px;
  height: 26px;
  border: none;
  outline: none;
  background-color: transparent;
  color: #000;
  font-size: 30px;
  font-weight: 300;
  line-height: 26px;
  cursor: pointer;
  transition: 0.3s ease;
}
.product .product__info .product__quantity-control button:hover {
  color: #00AB42;
}
.product .product__info .product__quantity-control input {
  width: 45px;
  border: none;
  outline: none;
  background-color: transparent;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.product .product__info .product__quantity-control input::-webkit-inner-spin-button, .product .product__info .product__quantity-control input::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
.product .product__info .product__buttons {
  margin-top: 30px;
}
.product .product__info .product__buttons button {
  width: 474px;
  height: 50px;
  box-sizing: border-box;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  outline: none;
  cursor: pointer;
  transition: 0.35s ease;
}
.product .product__info .product__buttons .product__cart {
  border: none;
  color: #FFF;
  background-color: #003514;
}
.product .product__info .product__buttons .product__cart:hover {
  background-color: #007A2F;
}
.product .product__info .product__buttons .product__bookmark {
  border: 1px solid #000;
  color: #000;
  background-color: transparent;
  margin-top: 12px;
}
.product .product__info .product__buttons .product__bookmark:hover {
  color: #FFF;
  background-color: #000;
}

.product-description {
  margin-top: 60px;
  margin-bottom: 77px;
}
.product-description .product-description__tabs {
  position: relative;
  border-bottom: 2px solid #000;
  gap: 39px;
}
.product-description .product-description__tabs button:first-child {
  margin-left: 50px;
}
.product-description .product-description__tabs button {
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 22px;
  position: relative;
  transition: 0.3s ease;
}
.product-description .product-description__tabs button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: #00792F;
  transition: 0.3s ease;
}
.product-description .product-description__tabs button:hover {
  color: #005B23;
}
.product-description .product-description__tabs button.active {
  color: #005B23;
}
.product-description .product-description__tabs button.active::after {
  width: 100%;
}
.product-description .product-description__content {
  display: none;
  padding-top: 26px;
}
.product-description .product-description__content.active {
  display: block;
}
.product-description .product-description__content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 148%;
  color: #000;
  white-space: pre-line;
}

.similar-products {
  margin-top: 70px;
  margin-bottom: 90px;
}
.similar-products .similar-products__title {
  position: relative;
  margin-bottom: 47px;
  text-align: center;
}
.similar-products .similar-products__title::before, .similar-products .similar-products__title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 496px;
  height: 1px;
  background-color: #000;
  transform: translateY(-50%);
}
.similar-products .similar-products__title::before {
  left: 0;
}
.similar-products .similar-products__title::after {
  right: 0;
}
.similar-products .similar-products__title span {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0 15px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}
.similar-products .similar-products__row .products__row-card {
  margin: 0;
}

.cart {
  margin-top: 50px;
  margin-bottom: 90px;
  overflow-x: clip;
}
.cart .cart__left {
  width: 760px;
}
.cart .cart__right {
  width: 393px;
  min-height: 420px;
  flex-shrink: 0;
  position: relative;
  background-color: #FFF;
  border-radius: 2px 0 0 2px;
  box-shadow: 0 0 4.2px rgba(0, 0, 0, 0.11);
  box-sizing: border-box;
  padding: 30px;
  z-index: 1;
}
.cart .cart__right::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: calc((100vw - 1200px) / 2);
  background-color: #FFF;
  box-shadow: 4px 0 4.2px rgba(0, 0, 0, 0.11);
  z-index: -1;
}
.cart .cart__right .cart__right-content {
  width: 100%;
}
.cart .cart__right .cart__right-content h2 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.cart .cart__right .cart__right-content .cart__right-line {
  width: 100%;
  height: 1px;
  background-color: #626262;
  margin-bottom: 20px;
}
.cart .cart__right .cart__right-content .cart__right-line.bottom {
  margin-top: 20px;
}
.cart .cart__right .cart__right-content .cart__right-row {
  width: 100%;
  margin-bottom: 20px;
}
.cart .cart__right .cart__right-content .cart__right-row:nth-of-type(4) {
  margin-bottom: 0;
}
.cart .cart__right .cart__right-content .cart__right-row span {
  color: #4B4B4B;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.cart .cart__right .cart__right-content .cart__right-row b {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-align: right;
}
.cart .cart__right .cart__right-content .cart__right-row.total {
  margin-bottom: 25px;
}
.cart .cart__right .cart__right-content button {
  width: 100%;
  height: 45px;
  border: none;
  outline: none;
  background-color: #00AB42;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s ease;
}
.cart .cart__right .cart__right-content button:hover {
  background-color: #008734;
}
.cart .cart__left-head {
  width: 760px;
  height: 51px;
  background-color: #00AB42;
  border-radius: 2px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.11);
  box-sizing: border-box;
}
.cart .cart__left-head span {
  color: #FFF;
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
}
.cart .cart__left-head span:nth-child(1) {
  width: 430px;
  padding-left: 44px;
  box-sizing: border-box;
}
.cart .cart__left-head span:nth-child(2) {
  width: 205px;
}
.cart .cart__left-head span:nth-child(3) {
  width: 125px;
}
.cart .cart__products {
  margin-top: 22px;
}
.cart .cart__product {
  width: 760px;
  min-height: 96px;
  margin-bottom: 16px;
}
.cart .cart__product:last-child {
  margin-bottom: 0;
}
.cart .cart__product .cart__product-delete {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  transition: 0.3s ease;
}
.cart .cart__product .cart__product-delete:hover {
  transform: rotate(90deg);
}
.cart .cart__product .cart__product-delete .i-cross {
  margin: 0;
}
.cart .cart__product .cart__product-image {
  width: 96px;
  height: 96px;
  flex-shrink: 0;
  background-color: #FFF;
  text-decoration: none;
  margin-left: 15px;
}
.cart .cart__product .cart__product-image img {
  width: 85px;
  height: 85px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.cart .cart__product .cart__product-info {
  width: 217px;
  margin-left: 16px;
}
.cart .cart__product .cart__product-info > a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  display: block;
  transition: 0.3s ease;
}
.cart .cart__product .cart__product-info > a:hover {
  color: #00AB42;
}
.cart .cart__product .cart__product-price {
  margin-top: 4px;
}
.cart .cart__product .cart__product-price span {
  color: #00AB42;
  font-size: 16px;
  font-weight: 500;
}
.cart .cart__product .cart__product-price del {
  color: #515151;
  font-size: 14px;
  font-weight: 500;
  margin-left: 10px;
}
.cart .cart__product .cart__product-quantity {
  width: 134px;
  height: 35px;
  flex-shrink: 0;
  padding: 0 12px;
  margin-left: 58px;
  box-sizing: border-box;
  border-radius: 35px;
  background-color: #FFF;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.11);
}
.cart .cart__product .cart__product-quantity button {
  width: 18px;
  height: 18px;
  border: none;
  outline: none;
  background-color: transparent;
  color: #000;
  font-size: 22px;
  font-weight: 400;
  line-height: 18px;
  cursor: pointer;
  padding: 0;
  transition: 0.3s ease;
}
.cart .cart__product .cart__product-quantity button:hover {
  color: #00AB42;
}
.cart .cart__product .cart__product-quantity input {
  width: 35px;
  border: none;
  outline: none;
  background-color: transparent;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.cart .cart__product .cart__product-quantity input::-webkit-inner-spin-button, .cart .cart__product .cart__product-quantity input::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
.cart .cart__product .cart__product-total {
  width: 100px;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  margin-left: 73px;
}

.products__row-card {
  box-shadow: 0 0 4.2px rgba(0, 0, 0, 0.11);
  background-color: #FFF;
  width: 285px;
  box-sizing: border-box;
  display: flex;
  position: relative;
  flex-direction: column;
}
.products__row-card img {
  width: 180px;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}
.products__row-card a {
  font-size: 17px;
  font-weight: 500;
  line-height: 142.9%;
  color: #000;
  display: block;
  margin: 15px 15px;
  text-decoration: none;
}
.products__row-card p {
  font-size: 17px;
  font-weight: 500;
  line-height: 142.9%;
  color: #000;
  display: block;
  margin: 15px 15px;
  text-decoration: none;
}
.products__row-card span {
  font-size: 17px;
  font-weight: 400;
  line-height: 142.9%;
  color: #000;
  display: block;
  margin-bottom: 25px;
  margin-left: 15px;
  margin-right: 15px;
}
.products__row-card span i {
  font-size: 15px;
  font-weight: 300;
  color: #D20000;
  text-decoration: line-through;
  margin-left: 12px;
  display: inline-block;
}
.products__row-card button {
  background-color: #00AB25;
  font-size: 18px;
  font-weight: 400;
  color: #FFF;
  outline: none;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  padding: 12.5px;
  transition: 0.4s ease;
  margin-top: auto;
}
.products__row-card button:hover {
  background-color: #008734;
}
.products__row-card .active {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #00AB25;
  border-bottom-left-radius: 10px;
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  padding: 2.8px 13px;
  text-transform: uppercase;
}

.info-page {
  padding: 55px 0 70px;
}
.info-page__box {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 44px 52px;
  background: #fff;
  border-radius: 16px;
  text-align: center;
}
.info-page__code {
  display: block;
  margin-bottom: 8px;
  font-size: 105px;
  line-height: 0.9;
  color: #111;
}
.info-page__title {
  margin: 0 0 20px;
  font-size: 32px;
  line-height: 1.2;
  color: #111;
}
.info-page__content {
  color: #555;
  font-size: 16px;
  line-height: 1.65;
  text-align: left;
}
.info-page__content p {
  margin: 0 0 16px;
}
.info-page__content p:last-child {
  margin-bottom: 0;
}
.info-page__content h2 {
  margin: 32px 0 14px;
  font-size: 25px;
  line-height: 1.3;
  color: #111;
}
.info-page__content h2:first-child {
  margin-top: 0;
}
.info-page__content h3 {
  margin: 25px 0 12px;
  font-size: 20px;
  line-height: 1.35;
  color: #111;
}
.info-page__content ul,
.info-page__content ol {
  margin: 16px 0;
  padding-left: 22px;
}
.info-page__content li {
  margin-bottom: 7px;
}
.info-page__content li:last-child {
  margin-bottom: 0;
}
.info-page__content a {
  color: #111;
  text-decoration: underline;
}
.info-page__content strong,
.info-page__content b {
  color: #111;
}
.info-page__content img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 24px auto;
  border-radius: 10px;
}
.info-page__content blockquote {
  margin: 22px 0;
  padding: 16px 20px;
  background: #f5f5f5;
  border-left: 3px solid #111;
}
.info-page--error .info-page__box {
  max-width: 760px;
}
.info-page--error .info-page__content {
  max-width: 540px;
  margin: 0 auto;
  text-align: center;
}
.info-page__actions {
  gap: 10px;
  margin-top: 26px;
}
.info-page__button {
  min-width: 145px;
  padding: 13px 20px;
  border: 1px solid #111;
  border-radius: 7px;
  background: #111;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.info-page__button:hover {
  background: transparent;
  color: #111;
}
.info-page__button--secondary {
  background: transparent;
  color: #111;
}
.info-page__button--secondary:hover {
  background: #111;
  color: #fff;
}

/* 1 ступень */
@media (max-width: 1200px) {
  .info-page {
    padding: 45px 0 58px;
  }
  .info-page__box {
    max-width: 820px;
    padding: 38px 44px;
  }
  .info-page__code {
    font-size: 92px;
  }
  .info-page__title {
    font-size: 29px;
  }
  .info-page__content {
    font-size: 15px;
  }
  .info-page__content h2 {
    font-size: 23px;
  }
  .info-page__content h3 {
    font-size: 19px;
  }
  .info-page__button {
    min-width: 135px;
    padding: 12px 18px;
  }
}
/* 2 ступень */
@media (max-width: 992px) {
  .info-page {
    padding: 36px 0 46px;
  }
  .info-page__box {
    max-width: 700px;
    padding: 32px 36px;
    border-radius: 14px;
  }
  .info-page__code {
    font-size: 80px;
  }
  .info-page__title {
    margin-bottom: 17px;
    font-size: 26px;
  }
  .info-page__content {
    font-size: 14px;
    line-height: 1.6;
  }
  .info-page__content h2 {
    margin: 27px 0 12px;
    font-size: 21px;
  }
  .info-page__content h3 {
    margin: 22px 0 10px;
    font-size: 18px;
  }
  .info-page__content p {
    margin-bottom: 14px;
  }
  .info-page__actions {
    margin-top: 22px;
  }
  .info-page__button {
    min-width: 125px;
    padding: 11px 16px;
    font-size: 11px;
  }
}
/* 3 ступень */
@media (max-width: 768px) {
  .info-page {
    padding: 24px 0 32px;
  }
  .info-page__box {
    padding: 25px 22px;
    border-radius: 12px;
  }
  .info-page__code {
    margin-bottom: 6px;
    font-size: 66px;
  }
  .info-page__title {
    margin-bottom: 14px;
    font-size: 23px;
  }
  .info-page__content {
    font-size: 14px;
  }
  .info-page__content h2 {
    margin: 24px 0 11px;
    font-size: 20px;
  }
  .info-page__content h3 {
    margin: 20px 0 9px;
    font-size: 17px;
  }
  .info-page__content ul,
  .info-page__content ol {
    margin: 13px 0;
    padding-left: 19px;
  }
  .info-page__content li {
    margin-bottom: 6px;
  }
  .info-page__content img {
    margin: 18px auto;
  }
  .info-page__content blockquote {
    margin: 18px 0;
    padding: 14px 16px;
  }
  .info-page__actions {
    gap: 8px;
    margin-top: 19px;
  }
  .info-page__button {
    min-width: 115px;
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 10px;
  }
}
/* 4 ступень */
@media (max-width: 480px) {
  .info-page {
    padding: 14px 0 22px;
  }
  .info-page__box {
    padding: 20px 14px;
    border-radius: 10px;
  }
  .info-page__code {
    font-size: 54px;
  }
  .info-page__title {
    margin-bottom: 12px;
    font-size: 20px;
  }
  .info-page__content {
    font-size: 13px;
    line-height: 1.55;
  }
  .info-page__content p {
    margin-bottom: 11px;
  }
  .info-page__content h2 {
    margin: 21px 0 9px;
    font-size: 18px;
  }
  .info-page__content h3 {
    margin: 18px 0 8px;
    font-size: 16px;
  }
  .info-page__content ul,
  .info-page__content ol {
    margin: 11px 0;
    padding-left: 18px;
  }
  .info-page__content blockquote {
    margin: 15px 0;
    padding: 12px;
  }
  .info-page__actions {
    gap: 7px;
    margin-top: 16px;
  }
  .info-page__button {
    min-width: 102px;
    padding: 9px 11px;
    font-size: 9px;
  }
}
.hero {
  position: relative;
  overflow: hidden;
  flex-wrap: nowrap;
}
.hero > .hero-1,
.hero > .hero-2,
.hero > .hero-3,
.hero > .hero-4 {
  position: relative;
  left: 0;
  flex: 0 0 100%;
  min-width: 100%;
  transition: left 0.6s ease;
}
.hero .chevrons,
.hero .nav {
  position: absolute;
  z-index: 5;
}
.hero .chevrons i {
  cursor: pointer;
}

.features__viewport {
  width: 100%;
  overflow: hidden;
}

.features {
  position: relative;
  left: 0;
  width: -moz-max-content;
  width: max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  flex-wrap: nowrap;
}
.features > span {
  flex-shrink: 0;
}

.brands.brandsov {
  overflow: hidden;
}
.brands.brandsov h4 {
  margin-bottom: 30px;
}
.brands.brandsov .brands__viewport {
  width: 100%;
  overflow: hidden;
}
.brands.brandsov .brands__row {
  position: relative;
  left: 0;
  width: -moz-max-content;
  width: max-content;
  flex-wrap: nowrap;
  gap: 20px;
}
.brands.brandsov .brands__item {
  width: 180px;
  height: 110px;
  flex: 0 0 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brands.brandsov .brands__item img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cart-span {
  cursor: pointer;
  position: fixed;
  bottom: 25px;
  left: 25px;
  background-color: #2E6DD7;
  padding: 8px 0;
  padding-left: 27px;
  padding-right: 27px;
  text-decoration: none;
  border-bottom: 2.5px solid #1753BA;
  border-radius: 3px;
  z-index: 15;
  transition: all 0.7s ease;
}
.cart-span .i-cart {
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
  margin-right: 8px;
  filter: brightness(0) invert(1);
}
.cart-span {
  font-size: 19px;
  font-weight: 400;
  color: #FFF;
}

.header__bottom-sentinel {
  width: 100%;
  height: 1px;
  margin: 0 0 -1px;
  padding: 0;
  pointer-events: none;
}

.header.header__fixed-layer {
  display: none;
  position: fixed !important;
  z-index: 9999;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent;
  transform: none !important;
  transition: none !important;
}
.header.header__fixed-layer--active {
  display: block;
}
.header.header__fixed-layer .header__bottom {
  position: static !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  width: 100% !important;
  margin: 0 !important;
  transform: none !important;
  transition: none !important;
}

.header__bottom--fixed-copy {
  width: 100%;
}

.product__bookmark {
  background-color: #111;
  color: #fff;
  transition: 0.3s ease;
}

.product__bookmark.on {
  background-color: #000 !important;
  color: #FFF !important;
}

.cart-span {
  transition: transform 0.25s ease, color 0.25s ease, text-shadow 0.25s ease;
}
.cart-span.price-change {
  color: #fcfcfc;
  transform: scale(1.18);
  text-shadow: 0 0 10px rgba(0, 171, 37, 0.45);
}

.favorites-page {
  padding: 65px 0 95px !important;
}
.favorites-page h4 {
  margin: 0 0 35px !important;
  color: #111 !important;
  font-size: 48px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}
.favorites-page__row {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  gap: 24px 20px !important;
  width: 100% !important;
}
.favorites-page__empty {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 0 35px !important;
  text-align: left !important;
}
.favorites-page__empty p {
  margin: 0 0 18px !important;
  color: #555 !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
.favorites-page__empty a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 12px 20px !important;
  border: none !important;
  border-radius: 5px !important;
  background-color: #00ab25 !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  transition: background-color 0.4s ease !important;
}
.favorites-page__empty a:hover {
  background-color: #008734 !important;
  color: #fff !important;
  text-decoration: none !important;
}
.favorites-page__empty a:focus, .favorites-page__empty a:active, .favorites-page__empty a:visited {
  color: #fff !important;
  text-decoration: none !important;
}

@media (max-width: 1200px) {
  .favorites-page {
    padding: 55px 0 0 !important;
    margin-bottom: 70px;
  }
  .favorites-page h4 {
    margin-bottom: 31px !important;
    font-size: 44px !important;
  }
  .favorites-page__row {
    gap: 22px 20px !important;
  }
}
@media (max-width: 992px) {
  .favorites-page {
    padding: 44px 0 0 !important;
    margin-bottom: 50px;
  }
  .favorites-page h4 {
    margin-bottom: 27px !important;
    font-size: 40px !important;
  }
  .favorites-page__row {
    gap: 20px 18px !important;
  }
}
@media (max-width: 768px) {
  .favorites-page {
    padding: 32px 0 0 !important;
    margin-bottom: 50px;
  }
  .favorites-page h4 {
    margin-bottom: 23px !important;
    font-size: 35px !important;
  }
  .favorites-page__row {
    justify-content: space-between !important;
    gap: 18px 10px !important;
  }
  .favorites-page .products__row-card {
    width: calc(50% - 5px);
  }
}
@media (max-width: 480px) {
  .favorites-page {
    padding: 24px 0 0 !important;
    margin-bottom: 50px;
  }
  .favorites-page h4 {
    margin-bottom: 20px !important;
    font-size: 30px !important;
  }
  .favorites-page__row {
    justify-content: center !important;
    gap: 16px !important;
  }
  .favorites-page .products__row-card {
    width: 285px;
  }
  .favorites-page__empty p {
    font-size: 14px !important;
  }
  .favorites-page__empty a {
    padding: 10px 15px !important;
    font-size: 14px !important;
  }
}
.header__middle-search {
  position: relative;
}

.search-dropdown {
  position: absolute;
  border: 0.8px solid #444;
  border-top: none;
  border-radius: 2px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  top: 100%;
  left: -1px;
  z-index: 5;
  width: 100%;
  background-color: #FFF;
}
.search-dropdown a {
  width: 100%;
  height: 100%;
  display: flex;
  box-sizing: border-box;
  padding: 12px 12px;
  text-decoration: none;
}
.search-dropdown a img {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 17px;
}
.search-dropdown p {
  color: #000;
}
.search-dropdown b {
  display: block;
  margin-top: 5px;
  color: #009113;
  font-weight: 500;
}

.hot-page {
  padding: 65px 0 80px;
}
.hot-page h4 {
  margin: 0 0 35px;
  color: #111;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}
.hot-page__empty {
  width: 100%;
  padding-bottom: 35px;
}
.hot-page__empty p {
  margin: 0;
  color: #555;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 1200px) {
  .hot-page {
    padding: 55px 0 45px;
  }
  .hot-page h4 {
    margin-bottom: 31px;
    font-size: 44px;
  }
}
@media (max-width: 992px) {
  .hot-page {
    padding: 44px 0 40px;
  }
  .hot-page h4 {
    margin-bottom: 27px;
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .hot-page {
    padding: 32px 0 35px;
  }
  .hot-page h4 {
    margin-bottom: 23px;
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  .hot-page {
    padding: 24px 0 30px;
  }
  .hot-page h4 {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .hot-page__empty p {
    font-size: 14px;
  }
}
.contacts-page {
  padding: 30px 0 85px;
}
.contacts-page h1 {
  margin: 0 0 28px;
  color: #111;
  font-size: 52px;
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
}
.contacts-page__box {
  max-width: 760px;
  background-color: #fff;
  box-shadow: 0 0 4.2px rgba(0, 0, 0, 0.11);
}
.contacts-page__home {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  padding: 13px 25px;
  border: none;
  border-radius: 5px;
  background-color: #111;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: 0.3s ease;
  text-transform: uppercase;
}
.contacts-page__home:hover {
  background-color: #00ab25;
  color: #fff;
  text-decoration: none;
}
.contacts-page__home:visited, .contacts-page__home:focus, .contacts-page__home:active {
  color: #fff;
  text-decoration: none;
}
.contacts-page__item {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  align-items: center;
  gap: 25px;
  min-height: 76px;
  padding: 18px 25px;
  border-bottom: 1px solid #e8e8e8;
  box-sizing: border-box;
}
.contacts-page__item:last-child {
  border-bottom: none;
}
.contacts-page__item span {
  color: #8a8a8a;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}
.contacts-page__item a,
.contacts-page__item p {
  margin: 0;
  color: #111;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  word-break: break-word;
}
.contacts-page__item a {
  transition: color 0.3s ease;
}
.contacts-page__item a:hover {
  color: #00ab25;
}
.contacts-page__empty {
  color: #555;
  font-size: 17px;
  line-height: 1.5;
}

@media (max-width: 1200px) {
  .contacts-page {
    padding: 26px 0 48px;
  }
  .contacts-page h1 {
    margin-bottom: 24px;
    font-size: 46px;
  }
}
@media (max-width: 992px) {
  .contacts-page {
    padding: 24px 0 42px;
  }
  .contacts-page h1 {
    margin-bottom: 22px;
    font-size: 40px;
  }
  .contacts-page__box {
    max-width: 100%;
  }
  .contacts-page__item {
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 18px;
    padding: 17px 20px;
  }
}
@media (max-width: 768px) {
  .contacts-page {
    padding: 20px 0 36px;
  }
  .contacts-page h1 {
    margin-bottom: 18px;
    font-size: 34px;
  }
  .contacts-page__item {
    grid-template-columns: 1fr;
    gap: 6px;
    min-height: auto;
    padding: 16px 18px;
  }
  .contacts-page__item span {
    font-size: 13px;
  }
  .contacts-page__item a,
  .contacts-page__item p {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .contacts-page {
    padding: 18px 0 30px;
  }
  .contacts-page h1 {
    margin-bottom: 16px;
    font-size: 28px;
  }
  .contacts-page__item {
    padding: 14px 15px;
  }
  .contacts-page__item span {
    font-size: 12px;
  }
  .contacts-page__item a,
  .contacts-page__item p {
    font-size: 14px;
  }
  .contacts-page__empty {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .contacts-page__home {
    margin-top: 20px;
    padding: 12px 21px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .contacts-page__home {
    width: 100%;
    margin-top: 17px;
    box-sizing: border-box;
  }
}
.info-page {
  padding: 35px 0 60px;
}
.info-page__content {
  max-width: 900px;
}
.info-page__content h1 {
  margin: 0 0 32px;
  color: #111;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}
.info-page__content h2 {
  margin: 35px 0 16px;
  color: #111;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
}
.info-page__content p {
  margin: 0 0 18px;
  color: #444;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
}
.info-page__home {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 13px 24px;
  border-radius: 5px;
  background-color: #111;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.info-page__home:hover {
  background-color: #00ab25;
  color: #fff;
  text-decoration: none;
}
.info-page__home:visited, .info-page__home:focus, .info-page__home:active {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .info-page {
    padding: 30px 0 52px;
  }
  .info-page__content h1 {
    margin-bottom: 28px;
    font-size: 44px;
  }
  .info-page__content h2 {
    margin-top: 31px;
    font-size: 26px;
  }
}
@media (max-width: 992px) {
  .info-page {
    padding: 26px 0 45px;
  }
  .info-page__content h1 {
    margin-bottom: 25px;
    font-size: 40px;
  }
  .info-page__content h2 {
    margin-top: 28px;
    font-size: 24px;
  }
  .info-page__content p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .info-page {
    padding: 22px 0 38px;
  }
  .info-page__content h1 {
    margin-bottom: 21px;
    font-size: 35px;
  }
  .info-page__content h2 {
    margin: 25px 0 13px;
    font-size: 22px;
  }
  .info-page__content p {
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 1.65;
  }
  .info-page__home {
    padding: 12px 20px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .info-page {
    padding: 18px 0 32px;
  }
  .info-page__content h1 {
    margin-bottom: 18px;
    font-size: 30px;
  }
  .info-page__content h2 {
    margin: 22px 0 12px;
    font-size: 20px;
  }
  .info-page__content p {
    font-size: 14px;
  }
  .info-page__home {
    width: 100%;
    box-sizing: border-box;
  }
}
.offer {
  padding: 45px 0 70px;
  background-color: #f5f5f5;
  border-top: 1px solid #000;
}
.offer__form {
  max-width: 895px;
  padding: 30px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 0 4.2px rgba(0, 0, 0, 0.11);
}
.offer__form > h2 {
  margin: 0 0 30px;
  color: #111;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
}
.offer__section {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e2e2e2;
}
.offer__section h3 {
  margin: 0 0 20px;
  color: #111;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.4;
}
.offer__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.offer__field label {
  display: block;
  margin-bottom: 8px;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
.offer__field label i {
  color: #d20000;
  font-style: normal;
}
.offer__field input,
.offer__field textarea {
  display: block;
  width: 100%;
  padding: 13px 14px;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
  outline: none;
  box-sizing: border-box;
  background-color: #fff;
  color: #111;
  font-family: inherit;
  font-size: 15px;
  font-weight: 400;
  transition: border-color 0.3s ease;
}
.offer__field input:focus,
.offer__field textarea:focus {
  border-color: #00ab25;
}
.offer__field input::-moz-placeholder, .offer__field textarea::-moz-placeholder {
  color: #999;
}
.offer__field input::placeholder,
.offer__field textarea::placeholder {
  color: #999;
}
.offer__field textarea {
  min-height: 115px;
  resize: vertical;
}
.offer__field.full {
  width: 100%;
}
.offer__payment {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 17px;
  border: 1px solid #d5d5d5;
  box-sizing: border-box;
  cursor: pointer;
}
.offer__payment input {
  width: 17px;
  height: 17px;
  margin: 2px 0 0;
  accent-color: #00ab25;
}
.offer__payment span {
  color: #111;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
.offer__payment p {
  grid-column: 2;
  margin: 5px 0 0;
  color: #747474;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
}
.offer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.offer__total span {
  display: block;
  margin-bottom: 5px;
  color: #747474;
  font-size: 14px;
  font-weight: 400;
}
.offer__total strong {
  display: block;
  color: #111;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
}
.offer__submit {
  min-width: 240px;
  padding: 15px 25px;
  border: none;
  border-radius: 2px;
  outline: none;
  background-color: #00ab25;
  color: #fff;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.offer__submit:hover {
  background-color: #008734;
}
.offer__delivery-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}
.offer__delivery-method {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 180px;
  padding: 15px 17px;
  border: 1px solid #d5d5d5;
  box-sizing: border-box;
  cursor: pointer;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
.offer__delivery-method:has(input:checked) {
  border-color: #00ab25;
  background-color: #f2fff5;
}
.offer__delivery-method input {
  width: 17px;
  height: 17px;
  margin: 0;
  accent-color: #00ab25;
}
.offer__delivery-method span {
  color: #111;
  font-size: 15px;
  font-weight: 500;
}
.offer__delivery-fields {
  width: 100%;
}
.offer__delivery-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}
.offer__delivery-method {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 180px;
  padding: 15px 17px;
  border: 1px solid #d5d5d5;
  box-sizing: border-box;
  cursor: pointer;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
.offer__delivery-method:has(input:checked) {
  border-color: #00ab25;
  background-color: #f2fff5;
}
.offer__delivery-method input {
  width: 17px;
  height: 17px;
  margin: 0;
  accent-color: #00ab25;
}
.offer__delivery-method span {
  color: #111;
  font-size: 15px;
  font-weight: 500;
}
.offer__field {
  position: relative;
}
.offer__dropdown {
  position: absolute;
  z-index: 50;
  top: calc(100% + 4px);
  left: 0;
  width: 100%;
  max-height: 260px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #d5d5d5;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
}
.offer__dropdown button {
  display: block;
  width: 100%;
  padding: 11px 13px;
  border: none;
  border-bottom: 1px solid #ededed;
  outline: none;
  background-color: #fff;
  color: #222;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.offer__dropdown button:last-child {
  border-bottom: none;
}
.offer__dropdown button:hover {
  background-color: #f2f2f2;
}
.offer__dropdown-message {
  padding: 12px 13px;
  color: #777;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .offer {
    padding: 30px 0 45px;
  }
  .offer__form {
    padding: 22px;
  }
  .offer__form > h2 {
    margin-bottom: 25px;
    font-size: 26px;
  }
  .offer__section {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
  .offer__fields {
    grid-template-columns: 1fr;
    gap: 17px;
  }
  .offer__bottom {
    align-items: stretch;
    flex-direction: column;
    gap: 20px;
  }
  .offer__submit {
    width: 100%;
    min-width: 0;
  }
}
@media (max-width: 480px) {
  .offer {
    padding: 22px 0 35px;
  }
  .offer__form {
    padding: 18px;
  }
  .offer__form > h2 {
    margin-bottom: 22px;
    font-size: 23px;
  }
  .offer__section h3 {
    margin-bottom: 16px;
    font-size: 17px;
  }
  .offer__field input,
  .offer__field textarea {
    padding: 12px;
    font-size: 14px;
  }
  .offer__payment {
    padding: 14px;
  }
  .offer__payment span {
    font-size: 15px;
  }
  .offer__total strong {
    font-size: 22px;
  }
  .offer__submit {
    padding: 14px 18px;
    font-size: 14px;
  }
}
.order-success {
  padding: 70px 0 90px;
  overflow-x: hidden;
  background: radial-gradient(circle at 50% 0, rgba(41, 166, 112, 0.1), transparent 440px), #f4f6f5;
}
.order-success,
.order-success * {
  box-sizing: border-box;
}
.order-success .container {
  display: flex;
  justify-content: center;
  width: 100%;
}
.order-success__content {
  position: relative;
  width: 100%;
  max-width: 760px;
  padding: 54px 54px 48px;
  overflow: hidden;
  text-align: center;
  background: #ffffff;
  border: 1px solid #e3e7e5;
  border-radius: 26px;
  box-shadow: 0 22px 65px rgba(19, 31, 25, 0.08), 0 3px 12px rgba(19, 31, 25, 0.03);
}
.order-success__content::after {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 230px;
  height: 230px;
  pointer-events: none;
  background: rgba(43, 168, 113, 0.06);
  border-radius: 50%;
}
.order-success__content h1 {
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin: 0 auto 14px;
  color: #171a18;
  font-family: "Unbounded", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.5px;
}
.order-success__check {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  margin: 0 auto 25px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(135deg, #35b87d, #168b58);
  border-radius: 50%;
  box-shadow: 0 14px 30px rgba(37, 157, 101, 0.24);
}
.order-success__intro {
  position: relative;
  z-index: 1;
  max-width: 580px;
  margin: 0 auto;
  color: #6b736e;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}
.order-success__summary {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  margin-top: 30px;
}
.order-success__summary-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 104px;
  padding: 18px;
  background: #f4faf7;
  border: 1px solid #d9ede3;
  border-radius: 15px;
}
.order-success__summary-item span {
  margin-bottom: 7px;
  color: #718078;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
}
.order-success__summary-item strong {
  max-width: 100%;
  overflow-wrap: anywhere;
  color: #176f4c;
  font-family: "Unbounded", sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.3px;
}
.order-success__payment {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 22px;
  padding: 28px;
  text-align: left;
  background: #f7f8f8;
  border: 1px solid #e2e6e4;
  border-radius: 18px;
}
.order-success__payment-heading {
  margin-bottom: 20px;
}
.order-success__payment-heading > span {
  display: inline-block;
  margin-bottom: 8px;
  color: #22815a;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.order-success__payment-heading h2 {
  margin: 0 0 10px;
  color: #171a18;
  font-family: "Unbounded", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}
.order-success__payment-heading p {
  margin: 0;
  color: #69716d;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
}
.order-success__card {
  position: relative;
  padding: 23px 24px;
  overflow: hidden;
  background: linear-gradient(135deg, #1e2421, #121513);
  border-radius: 15px;
  box-shadow: 0 15px 32px rgba(15, 22, 18, 0.17);
}
.order-success__card::after {
  content: "";
  position: absolute;
  top: -75px;
  right: -55px;
  width: 170px;
  height: 170px;
  background: rgba(57, 182, 124, 0.11);
  border-radius: 50%;
}
.order-success__card-label {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.55);
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.order-success__card-number {
  position: relative;
  z-index: 1;
  max-width: 100%;
  overflow-wrap: anywhere;
  color: #ffffff;
  font-family: "Unbounded", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 1.5px;
}
.order-success__card-holder {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 20px;
}
.order-success__card-holder span {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.order-success__card-holder b {
  color: rgba(255, 255, 255, 0.88);
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}
.order-success__notice {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-top: 18px;
  padding: 15px 17px;
  background: #eaf7f0;
  border: 1px solid #cfe9dc;
  border-radius: 12px;
}
.order-success__notice strong {
  flex-shrink: 0;
  color: #176f4c;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.55;
  text-transform: uppercase;
}
.order-success__notice p {
  margin: 0;
  color: #37634d;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.55;
}
.order-success__note {
  margin: 15px 0 0;
  color: #737b77;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}
.order-success__payment-unavailable {
  position: relative;
  z-index: 1;
  margin-top: 22px;
  padding: 24px;
  text-align: left;
  background: #fff8e8;
  border: 1px solid #f0dfb1;
  border-radius: 15px;
}
.order-success__payment-unavailable h2 {
  margin: 0 0 9px;
  color: #29261e;
  font-family: "Unbounded", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}
.order-success__payment-unavailable p {
  margin: 0;
  color: #74694d;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.65;
}
.order-success__home {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin-top: 26px;
  padding: 9px 16px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.7px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: #191d1b;
  border: 1px solid #191d1b;
  border-radius: 8px;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.order-success__home:hover {
  background: #278b61;
  border-color: #278b61;
  transform: translateY(-2px);
}
.order-success__home:active {
  transform: translateY(0);
}

@media (max-width: 768px) {
  .order-success {
    padding: 45px 0 60px;
  }
  .order-success .container {
    width: 100%;
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .order-success__content {
    max-width: 650px;
    padding: 44px 32px 38px;
    border-radius: 21px;
  }
  .order-success__content h1 {
    font-size: 25px;
  }
  .order-success__check {
    width: 68px;
    height: 68px;
    margin-bottom: 22px;
    font-size: 32px;
  }
  .order-success__summary-item strong {
    font-size: 18px;
  }
  .order-success__card-number {
    font-size: 19px;
  }
}
@media (max-width: 520px) {
  .order-success {
    padding: 24px 0 38px;
  }
  .order-success .container {
    width: 100%;
    max-width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }
  .order-success__content {
    width: 100%;
    max-width: calc(100vw - 24px);
    padding: 30px 15px 26px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(19, 31, 25, 0.07);
  }
  .order-success__content::after {
    top: -65px;
    right: -65px;
    width: 145px;
    height: 145px;
  }
  .order-success__content h1 {
    width: 100%;
    margin-bottom: 11px;
    font-size: clamp(18px, 5.1vw, 21px);
    line-height: 1.4;
    letter-spacing: -0.2px;
    overflow-wrap: break-word;
  }
  .order-success__check {
    width: 58px;
    height: 58px;
    margin-bottom: 18px;
    font-size: 27px;
  }
  .order-success__intro {
    width: 100%;
    font-size: 13px;
    line-height: 1.6;
  }
  .order-success__summary {
    grid-template-columns: 1fr;
    gap: 9px;
    margin-top: 21px;
  }
  .order-success__summary-item {
    min-height: 0;
    padding: 14px;
    border-radius: 12px;
  }
  .order-success__summary-item span {
    margin-bottom: 5px;
    font-size: 11px;
  }
  .order-success__summary-item strong {
    font-size: 17px;
  }
  .order-success__payment {
    margin-top: 16px;
    padding: 17px 13px;
    border-radius: 14px;
  }
  .order-success__payment-heading {
    margin-bottom: 15px;
  }
  .order-success__payment-heading > span {
    margin-bottom: 6px;
    font-size: 9px;
  }
  .order-success__payment-heading h2 {
    margin-bottom: 7px;
    font-size: 16px;
  }
  .order-success__payment-heading p {
    font-size: 12px;
    line-height: 1.6;
  }
  .order-success__card {
    padding: 17px 14px;
    border-radius: 12px;
  }
  .order-success__card-label {
    margin-bottom: 7px;
    font-size: 9px;
  }
  .order-success__card-number {
    font-size: clamp(14px, 4.4vw, 17px);
    line-height: 1.5;
    letter-spacing: 0.6px;
  }
  .order-success__card-holder {
    margin-top: 15px;
  }
  .order-success__card-holder span {
    font-size: 9px;
  }
  .order-success__card-holder b {
    font-size: 11px;
  }
  .order-success__notice {
    display: block;
    margin-top: 13px;
    padding: 12px;
    border-radius: 10px;
  }
  .order-success__notice strong {
    display: block;
    margin-bottom: 5px;
    font-size: 10px;
  }
  .order-success__notice p {
    font-size: 11px;
    line-height: 1.55;
  }
  .order-success__note {
    margin-top: 11px;
    font-size: 10px;
    line-height: 1.55;
  }
  .order-success__payment-unavailable {
    margin-top: 16px;
    padding: 17px 14px;
    border-radius: 12px;
  }
  .order-success__payment-unavailable h2 {
    font-size: 15px;
  }
  .order-success__payment-unavailable p {
    font-size: 11px;
  }
  .order-success__home {
    width: auto;
    max-width: 100%;
    min-height: 35px;
    margin-top: 20px;
    padding: 8px 13px;
    font-size: 9px;
    letter-spacing: 0.5px;
    white-space: normal;
    border-radius: 7px;
  }
}
@media (max-width: 350px) {
  .order-success .container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .order-success__content {
    max-width: calc(100vw - 16px);
    padding-right: 11px;
    padding-left: 11px;
  }
  .order-success__card-number {
    font-size: 13px;
    letter-spacing: 0.3px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .order-success__home {
    transition: none;
  }
}
.hero {
  overflow: hidden;
}
.hero > .hero-1,
.hero > .hero-2,
.hero > .hero-3,
.hero > .hero-4 {
  animation: hero-load 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.hero > .hero-1 .container h2,
.hero > .hero-2 .container h2,
.hero > .hero-3 .container h2,
.hero > .hero-4 .container h2 {
  opacity: 0;
  transform: translateY(35px);
  animation: hero-title-load 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.15s forwards;
}
.hero > .hero-1 .container p,
.hero > .hero-2 .container p,
.hero > .hero-3 .container p,
.hero > .hero-4 .container p {
  opacity: 0;
  transform: translateY(25px);
  animation: hero-text-load 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
}
.hero > .hero-1 .container .hero-btns,
.hero > .hero-2 .container .hero-btns,
.hero > .hero-3 .container .hero-btns,
.hero > .hero-4 .container .hero-btns {
  opacity: 0;
  transform: translateY(20px);
  animation: hero-buttons-load 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.45s forwards;
}
.hero > .hero-1 .container .hero-btns a:first-child,
.hero > .hero-2 .container .hero-btns a:first-child,
.hero > .hero-3 .container .hero-btns a:first-child,
.hero > .hero-4 .container .hero-btns a:first-child {
  animation: hero-button-pop 0.55s cubic-bezier(0.34, 1.56, 0.64, 1) 0.55s both;
}
.hero > .hero-1 .container .hero-btns a:last-child,
.hero > .hero-2 .container .hero-btns a:last-child,
.hero > .hero-3 .container .hero-btns a:last-child,
.hero > .hero-4 .container .hero-btns a:last-child {
  animation: hero-button-pop 0.55s cubic-bezier(0.34, 1.56, 0.64, 1) 0.65s both;
}
.hero .chevrons {
  opacity: 0;
  animation: hero-controls-load 0.6s ease 0.75s forwards;
}
.hero .chevrons i {
  transform: scale(0.85);
  animation: hero-control-pop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.8s both;
}
.hero .nav {
  opacity: 0;
  transform: translateY(10px);
  animation: hero-nav-load 0.6s ease 0.85s forwards;
}
.hero .nav .i-circle {
  opacity: 0;
  transform: scale(0.5);
}
.hero .nav .i-circle:nth-child(1) {
  animation: hero-dot-load 0.4s ease 0.9s forwards;
}
.hero .nav .i-circle:nth-child(2) {
  animation: hero-dot-load 0.4s ease 1s forwards;
}
.hero .nav .i-circle:nth-child(3) {
  animation: hero-dot-load 0.4s ease 1.1s forwards;
}
.hero .nav .i-circle:nth-child(4) {
  animation: hero-dot-load 0.4s ease 1.2s forwards;
}

@keyframes hero-load {
  0% {
    opacity: 0;
    transform: scale(1.035);
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
}
@keyframes hero-title-load {
  0% {
    opacity: 0;
    transform: translateY(35px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes hero-text-load {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes hero-buttons-load {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes hero-button-pop {
  0% {
    opacity: 0;
    transform: translateY(12px) scale(0.94);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes hero-controls-load {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hero-control-pop {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes hero-nav-load {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes hero-dot-load {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero *,
  .hero *::before,
  .hero *::after {
    animation-duration: 0.01ms !important;
    animation-delay: 0ms !important;
  }
}
.catalog__empty {
  display: block;
  margin-top: 25px;
}

.phone-filter {
  display: none;
}

.phone-filter-backdrop {
  display: none;
}

.phone-filter-head {
  display: none;
}

.phone-filter-actions {
  display: none;
}

@media (max-width: 480px) {
  body.phone-filter-opened {
    overflow: hidden;
  }
  .phone-filter-backdrop {
    display: block;
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }
  .phone-filter-backdrop.phone-filter-backdrop--active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .catalog .catalog__left {
    display: block !important;
    position: fixed;
    z-index: 9999;
  }
  .catalog .catalog__left .catalog__left-brands {
    width: 100% !important;
  }
  .catalog .catalog__left .price__range {
    width: 94.5% !important;
  }
  .catalog .catalog__left .catalog__left-price .inputs__input {
    max-width: 100% !important;
    width: 100% !important;
  }
  .catalog .catalog__left {
    top: 0;
    left: 0;
    width: 100vw !important;
    max-width: none;
    height: 100dvh !important;
    box-sizing: border-box;
    margin: 0;
    padding: 0 18px 20px 18px;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateX(100%);
    visibility: hidden;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.3s ease;
  }
  .catalog .catalog__left.catalog__left--phone-open {
    transform: translateX(0);
    visibility: visible;
  }
  .catalog .catalog__left .phone-filter-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    z-index: 10;
    top: 0;
    min-height: 45px;
    margin: 0 -18px 20px -18px;
    padding: 0 18px;
    box-sizing: border-box;
    background: #ffffff;
    border-bottom: 1px solid #eeeeee;
  }
  .catalog .catalog__left .phone-filter-head strong {
    font-size: 16px;
    font-weight: 700;
    color: #111111;
  }
  .catalog .catalog__left .phone-filter-head .phone-filter-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #111111;
    font-size: 32px;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
  }
  .catalog .catalog__left .phone-filter-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    position: sticky;
    z-index: 10;
    bottom: -20px;
    margin: 25px -18px -20px -18px;
    padding: 10px 10px 10px 10px;
    background: #ffffff;
    border-top: 1px solid #eeeeee;
    box-shadow: 0 -8px 20px rgba(0, 0, 0, 0.05);
  }
  .catalog .catalog__left .phone-filter-actions button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    min-height: 36px;
    box-sizing: border-box;
    padding: 0 12px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.2s ease;
  }
  .catalog .catalog__left .phone-filter-actions button:active {
    transform: scale(0.97);
  }
  .catalog .catalog__left .phone-filter-actions .phone-filter-reset {
    border: 1px solid #d9d9d9;
    background: #ffffff;
    color: #222222;
  }
  .catalog .catalog__left .phone-filter-actions .phone-filter-apply {
    border: 1px solid #111111;
    background: #111111;
    color: #ffffff;
  }
}/*# sourceMappingURL=styles.css.map */