@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
body .header_main_page .header-bottom {
  display: none;
}
body .header-middle, body .header-top {
  border: 0;
}
body .header-middle__inner {
  min-height: auto;
}
body .header-top {
  padding-block: 10px;
}
body .header-top__inner .shop-btns {
  display: none;
}
@media (max-width: 1022.98px) {
  body .header-top__inner .shop-btns {
    display: flex;
  }
  body .header-top__inner .shop-btns .burger-btn {
    display: flex;
  }
}
body .top-menu > li > a {
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 10px;
  transition: all 0.3s;
  font-size: 14px;
}
body .top-menu > li > a:first-child {
  padding-left: 17.5px;
}
body .top-menu > li > a:hover {
  background: var(--gr_primary);
  color: #fff;
}
body .login-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: #f9f9f9;
  transition: all 0.3s;
  margin-left: 10px;
}
body .login-btn:hover {
  background: var(--gr_primary);
}
body .login-btn:hover svg {
  fill: #fff;
  transition: all 0.3s;
}
body .login-btn svg {
  position: static;
  margin-top: 0;
  fill: #000;
  width: 20px;
  height: 20px;
}
body .header-panel {
  width: 860px;
  padding-top: 0;
}
@media (max-width: 1022.98px) {
  body .header-panel {
    display: none;
  }
}
body .site-logo {
  padding-top: 0;
}
body .site-form-inner {
  display: flex;
  align-items: center;
}
body .site-form-inner .cat-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  cursor: pointer;
  height: 50px;
  border-radius: 10px;
  padding: 10px 20px;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  transition: all 0.3s;
}
body .site-form-inner .cat-btn .cat-btn__icon {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
body .site-form-inner .cat-btn .cat-btn__icon svg {
  fill: #fff;
  width: 25px;
}
body .site-form-inner .cat-btn:hover {
  background: var(--gr_primary);
}
body #search-app-container {
  width: 100%;
}
body .search-block__input {
  width: calc(100% - 50px);
  padding: 0 70px 0 20px;
}
body .site-param-btn {
  right: 47px;
}
body .site-form-wrap {
  margin-right: 10px;
  width: 100%;
}
body .search-block__btn {
  width: 50px;
  height: 50px;
}
body .search-block__btn svg {
  display: block;
}
body .shop-btns {
  gap: 10px;
}
body .shop-btns .cart-prew-btn {
  background: #f9f9f9;
  border-radius: 10px;
  padding: 5px;
  margin: 0;
}
body .shop-btns .cart-prew-btn i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
body .shop-btns .cart-prew-btn i svg {
  fill: #000;
}
body .shop-btns .cart-prew-btn .gr-cart-total-amount {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  background: #fff;
  color: var(--gr_primary);
  font-size: 17px;
  font-weight: 600;
  margin-right: 0;
}
body .shop-btns .gr-compare-btn-wrap {
  margin-left: 0;
}
body .shop-btns .gr-compare-btn-wrap .gr-compare-btn {
  margin: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #f9f9f9;
  padding: 5px;
}
body .shop-btns .phone-btn {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: var(--gr_primary);
  border: 0;
  outline: 0;
}
body .shop-btns .phone-btn span {
  display: flex;
  justify-content: center;
  align-items: center;
}
body .shop-btns .phone-btn svg {
  fill: #fff;
  margin: 0;
}
body .main-slider-block {
  padding-inline: 80px;
}
body .main-slider1 {
  text-align: left;
  margin-bottom: 0;
  max-height: 100%;
  position: relative;
  width: 100%;
}
body .main-slider1 * {
  box-sizing: border-box;
}
body .main-slider1 ul, body .main-slider1 p, body .main-slider1 h2, body .main-slider1 h3, body .main-slider1 h4, body .main-slider1 h5, body .main-slider1 h6 {
  list-style: none;
  margin: 0;
  padding: 0;
}
body .main-slider1 a {
  text-decoration: none;
}
body .main-slider1 .main-slider1__wrapper {
  position: relative;
}
body .main-slider1 .main-slider1__wrapper .slider-block .slider__item {
  position: relative;
  height: 600px;
  display: flex;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-inline: 30px;
  border-radius: 20px;
  overflow: hidden;
}
body .main-slider1 .main-slider1__wrapper .slider-block .slider__image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body .main-slider1 .main-slider1__wrapper .slider-block .slider__image:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(91deg, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0.10196) 100%);
}
body .main-slider1 .main-slider1__wrapper .info {
  z-index: 1;
  color: #fff;
  line-height: 1.2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
}
body .main-slider1 .main-slider1__wrapper .info__inner {
  max-width: 900px;
}
body .main-slider1 .main-slider1__wrapper .info .title {
  position: relative;
  font-family: "Oswald";
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.2;
  color: #fff;
  padding: 10px;
  background: var(--gr_primary);
  display: inline-flex;
  margin-bottom: 10px;
  /*&:before, &:after {
						content: '';
						position: absolute;
						top: 50%;
						translate: 0 -50%;
						width: 10px;
						height: 10px;
						background: #fff;
						border-radius: 50%;
					}*/
}
body .main-slider1 .main-slider1__wrapper .info .title:before {
  left: 15px;
}
body .main-slider1 .main-slider1__wrapper .info .title:after {
  right: 15px;
}
body .main-slider1 .main-slider1__wrapper .info .under_title {
  font-family: "Oswald";
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  max-width: 670px;
  margin-bottom: 40px;
}
body .main-slider1 .main-slider1__wrapper .info .subtitle {
  font-family: var(--font1);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
}
body .main-slider1 .main-slider1__wrapper .info .text {
  font-family: var(--font1);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 30px;
  color: #fff;
  line-height: 1.5;
}
body .main-slider1 .main-slider1__wrapper .info .text ul li {
  padding-left: 31px;
  position: relative;
  margin-bottom: 6px;
  line-height: inherit;
  color: inherit;
}
body .main-slider1 .main-slider1__wrapper .info .text ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 20px;
  height: 2px;
  background: #33cac1;
}
body .main-slider1 .main-slider1__wrapper .info .btns {
  margin-top: 60px;
  display: flex;
  align-items: center;
  gap: 20px;
}
body .main-slider1 .main-slider1__wrapper .info .btns .buttn {
  font-family: var(--font1);
  flex: none;
  padding: 10px 40px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 300ms ease all;
  pointer-events: all;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  background: var(--gr_primary);
  text-align: center;
  border-radius: 10px;
  min-height: 52px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
body .main-slider1 .main-slider1__wrapper .info .btns .buttn:hover {
  box-shadow: 0 10px 20px rgba(163, 203, 52, 0.5);
}
body .main-slider1 .main-slider1__wrapper .info .btns .desc {
  font-size: 16px;
  font-family: var(--font1);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
  max-width: 512px;
}
body .main-slider1 .main-slider1__wrapper .info .btns .desc span {
  color: #fff;
  text-decoration: underline;
  font-style: italic;
}
body .main-slider1 .swiper-slide-counter {
  position: absolute;
  right: 30px;
  bottom: 30px;
  font-family: "Oswald";
  font-weight: 400;
  font-size: 26px;
  line-height: 1.2;
  color: #fff;
  z-index: 1;
}
body .main-slider1 .slider__nav {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .main-slider1 .slider__nav .swiper-pagination {
  bottom: 10px;
  padding: 0 20px;
  position: absolute;
  display: none;
}
body .main-slider1 .slider__nav .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #9c9c9c;
  opacity: 1;
  margin: 0 2.5px;
  border-radius: 0;
  transition: 500ms ease all;
}
body .main-slider1 .slider__nav .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
  width: 20px;
}
body .main-slider1 .slider__nav .swiper-pagination .swiper-pagination-bullet-active:hover {
  opacity: 1;
}
body .main-slider1 .slider__nav .slider__buttons {
  position: absolute;
  display: flex;
  align-items: center;
  right: 0;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  margin: 0 auto;
  z-index: 10;
}
body .main-slider1 .slider__nav .slider__buttons .swiper-button-prev, body .main-slider1 .slider__nav .slider__buttons .swiper-button-next {
  position: absolute;
  width: 50px;
  height: 50px;
  transition: 300ms ease all;
  border-radius: 10px;
  overflow: hidden;
  background: #f9f9f9;
}
body .main-slider1 .slider__nav .slider__buttons .swiper-button-prev:after, body .main-slider1 .slider__nav .slider__buttons .swiper-button-next:after {
  display: none;
}
body .main-slider1 .slider__nav .slider__buttons .swiper-button-prev:hover, body .main-slider1 .slider__nav .slider__buttons .swiper-button-next:hover {
  background-color: var(--gr_primary);
  color: #fff;
}
body .main-slider1 .slider__nav .slider__buttons .swiper-button-prev {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='7' viewBox='0 0 5 7'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23252b3b; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='L.svg' class='cls-1' d='M1586.03,737a0.984,0.984,0,0,0-.69.279L1582,740.5l3.34,3.222a0.988,0.988,0,0,0,1.37,0,0.923,0.923,0,0,0,.01-1.334l-1.98-1.893,1.98-1.893a0.922,0.922,0,0,0-.01-1.333A0.973,0.973,0,0,0,1586.03,737Z' transform='translate(-1582 -737)'/%3E%3C/svg%3E") #f9f9f9 center no-repeat;
  right: auto;
  left: -25px;
}
body .main-slider1 .slider__nav .slider__buttons .swiper-button-prev:hover {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='7' viewBox='0 0 5 7'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='L.svg' class='cls-1' d='M1586.03,737a0.984,0.984,0,0,0-.69.279L1582,740.5l3.34,3.222a0.988,0.988,0,0,0,1.37,0,0.923,0.923,0,0,0,.01-1.334l-1.98-1.893,1.98-1.893a0.922,0.922,0,0,0-.01-1.333A0.973,0.973,0,0,0,1586.03,737Z' transform='translate(-1582 -737)'/%3E%3C/svg%3E") var(--gr_primary) center no-repeat;
}
body .main-slider1 .slider__nav .slider__buttons .swiper-button-next {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='7' viewBox='0 0 5 7'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23252b3b; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='R.svg' class='cls-1' d='M1643.97,744a0.988,0.988,0,0,0,.69-0.279L1648,740.5l-3.34-3.221a0.988,0.988,0,0,0-1.37,0,0.923,0.923,0,0,0-.01,1.334l1.98,1.892-1.98,1.894a0.922,0.922,0,0,0,.01,1.333A0.973,0.973,0,0,0,1643.97,744Z' transform='translate(-1643 -737)'/%3E%3C/svg%3E") #f9f9f9 center no-repeat;
  right: -25px;
}
body .main-slider1 .slider__nav .slider__buttons .swiper-button-next:hover {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='7' viewBox='0 0 5 7'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='R.svg' class='cls-1' d='M1643.97,744a0.988,0.988,0,0,0,.69-0.279L1648,740.5l-3.34-3.221a0.988,0.988,0,0,0-1.37,0,0.923,0.923,0,0,0-.01,1.334l1.98,1.892-1.98,1.894a0.922,0.922,0,0,0,.01,1.333A0.973,0.973,0,0,0,1643.97,744Z' transform='translate(-1643 -737)'/%3E%3C/svg%3E") var(--gr_primary) center no-repeat;
}
body .advantages1 {
  font-family: var(--font1);
  line-height: 1.2;
  margin-top: 30px;
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
body .advantages1 * {
  box-sizing: border-box;
}
body .advantages1__inner {
  margin: 0 auto;
}
body .advantages1__inner .advantages1__wrapper {
  display: flex;
  background: #fff;
  border-radius: 10px;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  body .advantages1__inner .advantages1__wrapper {
    margin: 0;
  }
}
body .advantages1__inner .advantages1__wrapper .item {
  width: calc(33.3333% - 14px);
  display: flex;
  align-items: flex-start;
  background: #fff;
}
@media (max-width: 1279px) {
  body .advantages1__inner .advantages1__wrapper .item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  body .advantages1__inner .advantages1__wrapper .item {
    width: calc(100%);
  }
}
body .advantages1__inner .advantages1__wrapper .item__left {
  position: relative;
  z-index: 2;
  flex: none;
  width: 45px;
  height: 45px;
  margin-top: -10px;
  display: none;
}
body .advantages1__inner .advantages1__wrapper .item__left img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body .advantages1__inner .advantages1__wrapper .item__right {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
body .advantages1__inner .advantages1__wrapper .item__right .number {
  position: relative;
  z-index: 0;
  font-size: 70px;
  font-weight: 900;
  color: rgba(163, 203, 52, 0.2);
  opacity: 1;
  font-family: "Oswald";
}
body .advantages1__inner .advantages1__wrapper .item__right .number:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 200px;
  height: 10px;
  background: url("/t/images/001.png") no-repeat;
}
@media (max-width: 1024px) {
  body .advantages1__inner .advantages1__wrapper .item__right .number {
    font-size: 70px;
  }
}
body .advantages1__inner .advantages1__wrapper .item__right .title {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 600;
  color: #000;
  margin-bottom: 8px;
  flex: 1;
  z-index: 1;
  position: relative;
  font-family: "Oswald";
  /*&:before, &:after {
							content: '';
							position: absolute;
							left: 0;
							top: 0;
							width: 4px;
							height: 100%;
							background: #72BF01;
							rotate: 20deg;
						}
						*/
}
body .advantages1__inner .advantages1__wrapper .item__right .title:after {
  left: 8px;
}
body .advantages1__inner .advantages1__wrapper .item__right .desc {
  font-family: "Oswald";
  font-size: 18px;
  font-weight: 400;
  color: #93949a;
  z-index: 1;
  position: relative;
  font-style: normal;
  text-align: left;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  min-width: 180px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  z-index: 1000;
  margin-top: 4px;
  padding: 20px;
  text-align: center;
  min-width: 270px;
  border-radius: 20px;
  flex-direction: column;
  gap: 10px;
}
.dropdown-content .work_time {
  font-weight: 500;
  text-transform: uppercase;
}
.dropdown-content .phones {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.dropdown-content .phones a {
  font-size: 22px;
  font-family: "Oswald";
  color: #000;
  font-weight: 700;
  background: #f9f9f9;
  border-radius: 10px;
  transition: all 0.3s;
}
.dropdown-content .social {
  display: flex;
  gap: 10px;
}
.dropdown-content .social a {
  width: calc(50%);
  height: 50px;
  border-radius: 10px;
  background: #f9f9f9;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.dropdown-content .social a img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.dropdown-content .address {
  font-weight: 500;
  text-transform: uppercase;
}
.dropdown-content a {
  color: #333;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
  font-size: 14px;
}
.dropdown-content a:hover {
  background-color: #f4f4f4;
}
/* Показываем меню, когда активно */
.dropdown.active .dropdown-content {
  display: flex;
}
@media (max-width: 1440px) {
  body .main-slider-block {
    padding-inline: 40px;
  }
}
@media (max-width: 1260px) {
  body .header-bottom .header-bottom__inner_hb {
    padding-bottom: 10px;
  }
  body .header-bottom .header-bottom__logo_hb.logo-left {
    flex: none;
    max-width: none;
    width: 100%;
    justify-content: center;
  }
  body .header-panel {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  body .main-slider1 .slider__nav .slider__buttons {
    right: 30px;
  }
  body .header-panel {
    width: 100%;
  }
  body .contacts-popap__btn_cp:before {
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218px%22%20height%3D%2218px%22%20viewBox%3D%220%200%2018%2018%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M1.57126%200.639042L1.69987%200.510439C2.47148%20-0.261179%203.71465%20-0.132576%204.35766%200.724778L6.71539%204.11133C7.18693%204.79721%207.1012%205.7403%206.50105%206.34045L6.37245%206.46905C5.94377%206.89773%205.85803%207.54074%206.15811%208.05516C7.1012%209.64126%208.38723%2010.8844%209.93047%2011.8275C10.4449%2012.1276%2011.1308%2012.0419%2011.5166%2011.6132L11.6452%2011.4846C12.2453%2010.8844%2013.1884%2010.7987%2013.8743%2011.2702L17.2608%2013.628C18.1611%2014.2281%2018.2468%2015.5141%2017.4752%2016.2858L17.3466%2016.4144C15.589%2018.1719%2012.8455%2018.472%2010.745%2017.1431C6.67252%2014.571%203.32884%2011.2702%200.756776%207.15493C-0.486387%205.09728%20-0.186313%202.39662%201.57126%200.639042Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
  }
}
@media (max-width: 1023px) {
  body .header-bottom .gr-cart-preview #shop2-cart-preview .gr-cart-total-amount {
    margin: 0;
    min-width: auto;
  }
  body .header-bottom .gr-cart-preview #shop2-cart-preview .gr-cart-total-title {
    font-size: 0;
  }
  body .main-slider1 {
    margin-bottom: 40px;
  }
  body .main-slider1 .main-slider1__wrapper .slider-block .slider__item {
    padding: 40px;
  }
  body .main-slider1 .main-slider1__wrapper .info .title {
    font-size: 16px;
    color: #fff;
  }
  body .main-slider1 .main-slider1__wrapper .info .under_title {
    font-size: 24px;
    color: #222;
  }
  body .main-slider1 .main-slider1__wrapper .info .subtitle {
    font-size: 22px;
    color: #222;
  }
  body .main-slider1 .main-slider1__wrapper .info .text {
    color: #222;
    font-size: 16px;
  }
  body .main-slider1 .main-slider1__wrapper .info .btns .desc {
    font-size: 14px;
    color: #222;
  }
  body .main-slider1 .main-slider1__wrapper .info .btns .desc span {
    color: #000;
  }
  body .main-slider1 .main-slider1__wrapper .slider-block .slider__image {
    position: relative;
    height: 300px;
    width: 100%;
  }
  body .main-slider1 .main-slider1__wrapper .slider-block .slider__item {
    flex-direction: column;
    align-items: flex-start;
    min-height: auto;
    padding: 0;
    height: auto;
  }
  body .main-slider1 .slider__nav {
    position: absolute;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 300px;
    bottom: unset;
    top: 0;
  }
  body .main-slider1 .slider__nav .slider__buttons .swiper-button-prev, body .main-slider1 .slider__nav .slider__buttons .swiper-button-next {
    width: 40px;
    height: 40px;
    background-size: 8px;
    top: unset;
    bottom: 20px;
  }
  body .main-slider1 .slider__nav .slider__buttons {
    top: unset;
    bottom: 0;
    right: 25px;
  }
  body .main-slider1 .main-slider1__wrapper .info .btns .buttn {
    padding: 18px 25px;
    font-size: 14px;
  }
  body .main-slider1 .main-slider1__wrapper .info {
    padding: 20px 30px;
  }
  body .main-slider1 .swiper-slide-counter {
    top: 252px;
    bottom: auto;
    left: 0;
    right: 0;
    text-align: center;
  }
  body .advantages1 {
    margin-top: 0;
    padding-top: 0;
  }
}
@media (max-width: 1022.98px) {
  body .main-slider-block {
    padding-inline: 0;
  }
  body .main-slider1 .main-slider1__wrapper .slider-block .slider__item {
    border-radius: 0;
  }
  body .main-slider1 .slider__nav .slider__buttons {
    width: 40px;
    right: auto;
    left: auto;
  }
}
@media (max-width: 767px) {
  body .header-bottom .header-bottom__logo_hb.logo-left {
    flex-direction: column;
  }
  body .header-bottom .header-bottom__desc_hb {
    padding-left: 0;
    border: 0;
  }
  body .header-bottom .search-panel .fix-burger-btn {
    display: none;
  }
  body .header-bottom .search-panel .site-search__text_ss {
    padding: 10px 20px;
  }
  body .header-top__right_ht {
    margin-right: 20px;
  }
  body .header-bottom .gr-cart-preview {
    margin: 0 0 0 10px;
    padding: 0 10px;
  }
  body .header-bottom .search-panel .site-search__btn_ss, body body .header-bottom .search-panel .search-param-btn {
    border-radius: 0;
  }
  body .site-form-inner .cat-btn {
    font-size: 0;
    width: 40px;
    height: 40px;
  }
  body .site-form-inner .cat-btn span.cat-btn__icon {
    margin-right: 0;
  }
  body .site-form-inner .cat-btn span.cat-btn__icon svg {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 639px) {
  body .site-header .site-info__logo {
    max-width: none;
  }
  body .main-slider1 .main-slider1__wrapper .info .btns {
    flex-direction: column;
    gap: 20px;
  }
  body .main-slider1 .main-slider1__wrapper .info {
    padding: 20px;
  }
  body .main-slider1 .main-slider1__wrapper .info .title {
    font-size: 15px;
    color: #fff;
  }
  body .main-slider1 .main-slider1__wrapper .info .subtitle {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  body .main-slider1 .main-slider1__wrapper .info .btns .buttn {
    width: 100%;
  }
}
