body .wrap_top_line.do_fixed {
  display: none;
}
@media (max-width: 1024px) {
  body .wrap_top_line.do_fixed {
    display: block;
  }
}
body .wrap_top_line.do_fixed.isFixed {
  display: block;
  background: red;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
body .wrap_top_line.do_fixed.isFixed .gr-cart-preview__icon svg {
  fill: #000;
}
body .row-menu-btn a {
  border: 0 !important;
}
body .header-folders {
  display: none;
}
body .site-info .site-header__logo_pic_sh {
  width: 150px;
  height: 50px;
  display: flex;
  align-items: center;
}
body .site-info .site-header__logo_pic_sh img {
  max-width: 100%;
}
body .header-top-line__left {
  min-height: 50px;
}
body .header-bottom {
  background: #fff;
}
body .header-bottom__center {
  display: flex;
  align-items: center;
  width: 50%;
}
body .header-bottom__right {
  width: 24%;
}
body .header-bottom__right .header-top-line__left {
  gap: 10px;
}
body .site-header__top_menu_wrap {
  width: 100%;
}
body .header-bottom__left {
  width: 24%;
}
body .folder_btn {
  display: inline-flex;
  gap: 15px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  background: #8b8b8b;
  color: #fff;
  padding: 15px 20px;
  margin-right: 10px;
  cursor: pointer;
}
body .top_menu > li > a {
  min-height: 54px;
  font-size: 16px;
  text-transform: none;
  text-decoration: none;
  transition: all 0.3s;
  border: 1px solid transparent;
  padding: 15px 20px;
  color: #c6c6c6;
}
body .top_menu > li > a:after {
  display: none;
}
body .top_menu > li > a:hover {
  border: 1px solid #8b8b8b;
  color: #8b8b8b;
}
body .top_menu > li:first-child > a {
  padding-left: 20px;
}
body .search-panel {
  margin: 0;
}
body .header-bottom .favorite-panel {
  width: 50px;
  height: 50px;
  border: 1px solid #8b8b8b;
  margin: 0;
  transition: 0.3s;
}
body .header-bottom .favorite-panel .favorite-panel__icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .header-bottom .favorite-panel .favorite-panel__icon svg {
  fill: #8b8b8b;
  transition: 0.3s;
}
body .header-bottom .favorite-panel:hover {
  background: #8b8b8b;
}
body .header-bottom .favorite-panel:hover .favorite-panel__icon svg {
  fill: #fff;
}
body .header-bottom .favorite-panel a {
  padding: 0;
}
body .header-bottom .contact-pop-btn, body .header-bottom .login-form-btn, body .header-bottom .gr-cart-preview, body .header-bottom .search-panel .search-panel__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: 0.3s;
  border: 1px solid #8b8b8b;
  padding: 0;
  margin: 0;
}
body .header-bottom .contact-pop-btn span, body .header-bottom .login-form-btn span, body .header-bottom .gr-cart-preview span, body .header-bottom .search-panel .search-panel__btn span {
  width: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .header-bottom .contact-pop-btn svg, body .header-bottom .login-form-btn svg, body .header-bottom .gr-cart-preview svg, body .header-bottom .search-panel .search-panel__btn svg {
  fill: #8b8b8b;
  transition: 0.3s;
}
body .header-bottom .contact-pop-btn:hover, body .header-bottom .login-form-btn:hover, body .header-bottom .gr-cart-preview:hover, body .header-bottom .search-panel .search-panel__btn:hover {
  background: #8b8b8b;
}
body .header-bottom .contact-pop-btn:hover svg, body .header-bottom .login-form-btn:hover svg, body .header-bottom .gr-cart-preview:hover svg, body .header-bottom .search-panel .search-panel__btn:hover svg {
  fill: #fff;
}
body .header-bottom .gr-cart-preview .gr-cart-total-amount {
  width: 12px;
  height: 12px;
  right: 5px;
}
body .header-bottom .gr-cart-preview .gr-cart-total-sum {
  display: none;
}
body .contacts_wrapper {
  position: relative;
}
body .contacts_dropdown {
  position: absolute;
  width: 300px;
  right: 0%;
  top: 40px;
  text-align: center;
  padding-top: 20px;
  z-index: 10;
  transition: all 0.3s;
  scale: 0;
}
body .contacts_dropdown__inner {
  background: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
body .contacts_dropdown .work_time {
  text-transform: uppercase;
  color: #9c9c9c;
  font-size: 13px;
}
body .contacts_dropdown .pnone {
  display: flex;
  align-items: center;
}
body .contacts_dropdown .pnone a {
  color: #9c9c9c;
  font-weight: 900;
  text-decoration: none;
  min-height: 50px;
  padding: 9px 30px;
  border: 1px solid #9c9c9c;
  display: inline-flex;
  font-size: 20px;
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
}
body .contacts_dropdown .callback {
  background: none;
  border: 1px solid #9c9c9c;
  color: #9c9c9c;
  text-transform: uppercase;
  font-size: 14px;
  min-height: 50px;
}
body .contacts_dropdown .socials {
  display: flex;
  align-items: center;
  gap: 10px;
}
body .contacts_dropdown .socials .social_item {
  display: flex;
  width: calc(50% - 5px);
  border: 1px solid #9c9c9c;
  height: 50px;
}
body .contacts_dropdown .socials .social_item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .contacts_dropdown .socials .social_item img {
  width: 20px;
  height: 20px;
}
body .contacts_dropdown .address {
  color: #9c9c9c;
  text-transform: uppercase;
  font-size: 13px;
}
body .contact-pop-btn:hover + .contacts_dropdown {
  scale: 1;
}
body .contacts_dropdown:hover {
  scale: 1;
}
body .main-slider-block {
  padding-inline: 30px;
}
@media (max-width: 1023px) {
  body .main-slider-block {
    padding-inline: 20px;
  }
}
body .main-slider1 {
  margin-top: 20px;
  text-align: left;
  margin-bottom: 0;
  max-height: 100%;
  position: relative;
  width: 100%;
  max-width: 1660px;
  margin: 0 auto;
}
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: 100px;
}
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(90deg, rgba(0, 0, 0, 0.6) 0%, 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: 700px;
}
body .main-slider1 .main-slider1__wrapper .info .title {
  font-family: var(--font2);
  font-weight: 900;
  font-size: 45px;
  text-transform: uppercase;
  line-height: 1.2;
  color: #ffffff;
}
body .main-slider1 .main-slider1__wrapper .info .under_title {
  font-family: var(--font1);
  font-size: 45px;
  font-weight: 900;
  text-transform: uppercase;
  color: #9c9c9c;
}
body .main-slider1 .main-slider1__wrapper .info .subtitle {
  font-family: var(--font1);
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-top: 30px;
}
body .main-slider1 .main-slider1__wrapper .info .text {
  font-family: var(--font1);
  font-size: 18px;
  font-weight: 400;
  margin-top: 30px;
  color: #fff;
}
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: #09b0b0;
}
body .main-slider1 .main-slider1__wrapper .info .btns {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body .main-slider1 .main-slider1__wrapper .info .btns .buttn {
  margin-bottom: 10px;
  font-family: var(--font2);
  flex: none;
  padding: 16px 40px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 300ms ease all;
  pointer-events: all;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  background: #9c9c9c;
  text-align: center;
}
body .main-slider1 .main-slider1__wrapper .info .btns .buttn:hover {
  box-shadow: 0px 15px 29.75px 5.25px rgba(156, 156, 156, 0.25);
}
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.3);
  text-align: center;
  max-width: 512px;
}
body .main-slider1 .swiper-slide-counter {
  position: absolute;
  right: 30px;
  bottom: 30px;
  font-family: var(--font2);
  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;
}
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 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  top: auto;
  bottom: 20px;
}
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: 1px solid #ededf1;
}
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 {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='11px' height='18px'%3E%3Cpath fill-rule='evenodd' fill='rgb(139, 139, 139)' d='M10.419,17.424 C9.992,17.853 9.299,17.853 8.872,17.424 L0.803,9.333 L8.872,1.243 C9.299,0.814 9.992,0.814 10.419,1.243 C10.847,1.671 10.847,2.366 10.419,2.794 L3.898,9.333 L10.419,15.872 C10.847,16.301 10.847,16.996 10.419,17.424 Z'/%3E%3C/svg%3E") center no-repeat, #efeff3;
  left: -25px;
}
body .main-slider1 .slider__nav .slider__buttons .swiper-button-next {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='11px' height='18px'%3E%3Cpath fill-rule='evenodd' fill='rgb(139, 139, 139)' d='M0.581,0.576 C1.008,0.147 1.701,0.147 2.128,0.576 L10.197,8.667 L2.128,16.757 C1.701,17.186 1.008,17.186 0.581,16.757 C0.153,16.329 0.153,15.634 0.581,15.206 L7.102,8.667 L0.581,2.127 C0.153,1.699 0.153,1.004 0.581,0.576 Z'/%3E%3C/svg%3E") center no-repeat, #efeff3;
  right: -25px;
}
body .advantages1 {
  font-family: var(--font1);
  line-height: 1.2;
  background: #f8f8f8;
  padding-top: 130px;
  margin-top: -150px;
}
body .advantages1 * {
  box-sizing: border-box;
}
body .advantages1__inner {
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 30px;
}
body .advantages1__inner .advantages1__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  body .advantages1__inner .advantages1__wrapper {
    margin: 0;
  }
}
body .advantages1__inner .advantages1__wrapper .item {
  width: calc(25% - 15px);
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
}
@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%);
    margin: 40px 0px 0 0px;
  }
}
body .advantages1__inner .advantages1__wrapper .item__left {
  position: relative;
  z-index: 2;
  flex: none;
  width: 45px;
  height: 45px;
  margin-bottom: 10px;
}
body .advantages1__inner .advantages1__wrapper .item__left img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body .advantages1__inner .advantages1__wrapper .item__right {
  position: relative;
}
body .advantages1__inner .advantages1__wrapper .item__right .number {
  position: absolute;
  z-index: 0;
  font-size: 90px;
  font-weight: 900;
  color: #f0f0f0;
  opacity: 1;
  top: -25px;
  left: 50%;
  translate: -50%;
  font-family: var(--font2);
}
@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: 28px;
  line-height: 1.2;
  font-weight: 600;
  color: #603272;
  padding-bottom: 5px;
  margin-bottom: 8px;
  z-index: 1;
  position: relative;
  text-align: center;
}
body .advantages1__inner .advantages1__wrapper .item__right .desc {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
  color: #8b8b8b;
  opacity: 0.7;
  z-index: 1;
  position: relative;
  font-style: normal;
  text-align: left;
  text-align: center;
}
body .vendor-block {
  background: #f8f8f8;
}
body .site-header .header-top-line__left .header-top-catalog-btn {
  padding: 10px;
}
@media (max-width: 1024px) {
  body .header-bottom__center {
    display: none;
  }
  body .header-bottom__right {
    display: none;
  }
  body .header-bottom__left {
    display: flex;
    width: 100%;
    padding-right: 0;
    justify-content: center;
  }
  body .gr-cart-preview #shop2-cart-preview a {
    padding: 0 0 0 50px;
  }
  body .gr-cart-preview__icon {
    right: 0;
  }
}
@media (max-width: 1023px) {
  body .site-header__logo_pic_sh {
    margin: 0;
  }
  body .site-header__logo_pic_sh img {
    width: 150px;
  }
  body .site-info .site-header__logo_pic_sh img {
    max-width: 200px;
  }
  body .site-header__logo_name_sh {
    font-size: 20px;
  }
  body .site-header__logo_desc_sh {
    font-size: 14px;
  }
  body .site-header__contacts_sh {
    padding-left: 20px;
  }
  body .main-slider1 .main-slider1__wrapper .slider-block .slider__item {
    padding: 40px;
  }
  body .main-slider1 .main-slider1__wrapper .info .title {
    font-size: 20px;
    color: #222;
  }
  body .main-slider1 .main-slider1__wrapper .info .under_title {
    font-size: 18px;
    color: #222;
  }
  body .main-slider1 .main-slider1__wrapper .info .subtitle {
    font-size: 18px;
    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 .slider-block .slider__image {
    position: static;
    height: 300px;
    width: 100%;
  }
  body .main-slider1 .main-slider1__wrapper .slider-block .slider__image:before {
    display: none;
  }
  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 .slider__buttons .swiper-button-prev {
    left: 10px;
  }
  body .main-slider1 .slider__nav .slider__buttons .swiper-button-next {
    right: 10px;
  }
  body .main-slider1 .slider__nav .slider__buttons .swiper-button-prev, body .main-slider1 .slider__nav .slider__buttons .swiper-button-next {
    top: 270px;
    width: 40px;
    height: 40px;
    background-size: 8px;
  }
  body .main-slider1 .main-slider1__wrapper .info .btns .buttn {
    padding: 18px 25px;
    font-size: 14px;
  }
  body .main-slider1 .main-slider1__wrapper .info {
    padding: 20px 0;
  }
  body .advantages1 {
    margin-top: 0;
    padding-top: 0;
  }
}
#sandbox_theme_panel_5793109 {
  top: auto !important;
  bottom: 0;
}
