body .search-form .row-title__icon.row_title_icon {
  display: none;
}
body .search-form .row-body {
  display: block;
}
body .site-header .header-search {
  display: none;
}
body .search-result-btn span {
  position: relative;
}
body .search-result-btn span:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-left: 10px;
  background: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.70711 4.29289C5.90237 4.48816 6 4.74408 6 5C6 5.25592 5.90237 5.51185 5.70711 5.70711L1.70711 9.70711C1.31658 10.0976 0.683418 10.0976 0.292893 9.70711C-0.0976311 9.31658 -0.0976311 8.68342 0.292893 8.29289L3.58579 5L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893C0.683418 -0.0976311 1.31658 -0.0976311 1.70711 0.292893L5.70711 4.29289Z' fill='%23455E85'/%3E%3C/svg%3E%0A") 50% no-repeat;
}
body #search-result .result-products .products-search-title span, body #search-result .result-folders .folders-search-title span {
  border-radius: 50%;
}
body .top-search-popup-close {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto;
  min-height: auto;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-clip: border-box;
  transition: all 0.18s linear;
  width: 50px;
  height: 50px;
  border-radius: 0;
  font-size: 0;
  padding: 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.18s linear;
  border: none;
  background: none;
  box-shadow: none;
  position: fixed;
  z-index: 9100;
  top: 20px;
  right: 20px;
}
body .site-header .header-panel__inner {
  justify-content: space-between;
}
@media (max-width: 640px) {
  body .site-header .header-panel__inner {
    padding-top: 20px;
  }
}
body .site-header .header-folders {
  font-size: 0;
}
body .site-header {
  background: #2E2F38;
}
body .site-header .header-panel__container {
  background: #2E2F38;
}
@media (max-width: 640px) {
  body .site-header .header-panel__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body .site-header__inner {
  display: flex;
  flex-direction: column;
}
body .site-header .header-burger-btn {
  display: inline-block;
  background: #16b891;
}
body .site-header .header-folders-btn {
  display: none;
}
body .site-header .header-panel {
  order: -1;
}
@media (min-width: 1366px) {
  body .site-header .header-panel {
    display: none;
  }
}
body .site-header .header-main__inner {
  max-width: 1400px !important;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0px;
}
@media (max-width: 1400px) {
  body .site-header .header-main__inner {
    padding: 20px;
  }
}
@media (max-width: 640px) {
  body .site-header .header-main__inner {
    flex-direction: column;
  }
}
body .site-header .header-main__left {
  width: auto;
  flex: unset;
}
body .site-header .header-main__center {
  display: flex;
  align-items: center;
  width: auto;
  flex: 1 0 auto;
  gap: 10px;
}
@media (max-width: 1365px) {
  body .site-header .header-main__center {
    justify-content: flex-end;
  }
}
body .site-header .header-main__center .center-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 640px) {
  body .site-header .header-main__center .center-left {
    align-items: center;
  }
}
body .site-header .header-main__center .center-center {
  margin: 0 10px;
}
@media (max-width: 640px) {
  body .site-header .header-main__center .center-center {
    display: none;
  }
}
body .site-header .header-main__center .center-center .callback-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  min-width: 180px;
  min-height: 50px;
  border-radius: 4px;
  border: 1px solid #fff;
  color: #fff;
}
body .site-header .header-main__center .center-center .callback-btn:hover {
  color: #16b891;
}
body .site-header .header-main__center .center-right {
  flex: 1 0 auto;
  color: #fff;
}
@media (max-width: 1365px) {
  body .site-header .header-main__center .center-right {
    display: none;
  }
}
body .site-header .header-main__center .center-right .header-menu {
  width: 100%;
}
body .site-header .header-menu .menu-top {
  text-align: center;
  width: 100%;
}
body .site-header .header-menu .menu-top > li {
  padding: 0 10px;
}
body .site-header .header-menu .menu-top > li > a {
  color: #fff;
}
body .site-header .header-menu .menu-top > li > a:hover, body .site-header .header-menu .menu-top > li > a.active {
  color: #16b891;
}
body .site-header .header-menu .menu-top > li > a:hover svg, body .site-header .header-menu .menu-top > li > a.active svg {
  fill: #16b891;
}
body .site-header .header-menu .menu-top > li > a svg {
  fill: #fff;
}
body .top-search-btn {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #fff;
  cursor: pointer;
  margin-right: 20px;
}
@media (max-width: 640px) {
  body .top-search-btn {
    width: 46px;
    height: 46px;
  }
}
body .top-search-btn i {
  line-height: 1.2;
  font-size: 0;
}
body .top-search-btn i svg {
  transition: all 0.18s linear;
}
body .top-search-btn:hover svg path {
  fill: #16b891;
}
body .site-header .header-shop-add .header-compare a {
  min-width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #fff;
  cursor: pointer;
  font-size: 0;
}
@media (max-width: 640px) {
  body .site-header .header-shop-add .header-compare a {
    min-width: 46px;
    height: 46px;
  }
}
body .site-header .header-shop-add .header-compare a span {
  width: 100%;
  height: 100%;
  justify-content: center;
  padding: 0;
  align-items: center;
}
body .site-header .header-shop-add .header-compare a span ins {
  margin-left: 5px !important;
}
body .site-header .header-shop-add .header-compare a span i {
  position: static;
  transform: unset;
}
body .site-header .header-shop-add .header-compare a span i svg {
  fill: #fff;
}
body .site-header .header-shop-add .header-compare a:hover svg {
  fill: #16b891;
}
@media (max-width: 640px) {
  body .site-header .header-cart .gr-cart-preview-link {
    width: 46px;
    height: 46px;
    background: #16b891;
  }
}
@media (max-width: 640px) {
  body .site-header .header-cart {
    width: 46px;
    height: 46px;
    margin-left: 20px;
  }
}
body .site-header .header-main__right {
  display: flex;
  align-items: center;
  width: auto;
  flex: unset;
}
body .site-header .header-info__name {
  color: #fff;
}
body .site-header .header-contacts__number {
  color: #fff;
  font-size: 20px;
}
body .site-header .header-contacts__icon svg {
  fill: #fff;
}
body .top-address {
  color: #fff;
  font-size: 16px;
}
body .header-pc-folder {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 0;
}
@media (max-width: 1260px) {
  body .header-pc-folder {
    display: none;
  }
}
body .header-pc-folder .header-menu {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
body .header-pc-folder .header-menu .folder-menu > li > a {
  line-height: 30px;
}
body .header-pc-folder .header-menu .folder-menu > li ul {
  z-index: 5;
  text-align: left;
  padding: 8px;
}
body .header-pc-folder .header-menu .folder-menu > li ul li {
  border: none;
}
body .header-pc-folder .header-menu .folder-menu > li ul li a {
  color: #000;
  font-size: 12px;
  padding: 8px 20px;
}
body .header-pc-folder .header-menu .folder-menu > li ul li a:hover {
  background: none;
  color: #16b891;
}
body.dynamic_width .site-slider__inner {
  padding: 0;
  max-width: 100%;
}
body .site-slider {
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  body .site-slider {
    margin-bottom: 30px;
  }
}
body .site-slider__right {
  width: 100%;
}
body .site-slider__container {
  border-radius: 0 !important;
  min-height: 600px;
  padding: 0;
}
@media (max-width: 1366px) {
  body .site-slider__container {
    min-height: 540px;
  }
}
@media (max-width: 768px) {
  body .site-slider__container {
    min-height: 400px;
  }
}
@media (max-width: 480px) {
  body .site-slider__container {
    min-height: 300px;
  }
}
body .site-slider__add {
  padding: 20px 20px 0;
  justify-content: flex-end;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 600px) {
  body .site-slider__add {
    padding-bottom: 50px;
  }
}
body .site-slider__text {
  border-radius: 5px 5px 0 0 !important;
  background: rgba(0, 0, 0, 0.85);
  max-width: 420px;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 600px) {
  body .site-slider__text {
    border-radius: 5px !important;
  }
}
body .site-slider__subtitle {
  color: #fff;
}
body .site-slider__desc {
  color: #fff;
}
body .site-slider__btn {
  padding: 20px 0 0 !important;
}
@media (max-width: 768px) {
  body .site-slider__btn {
    display: none;
  }
}
body .site-slider__btn a {
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}
body .site-slider__btn a:hover {
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}
body .site-slider .tns-controls {
  max-width: 120px;
  width: 100%;
  margin: 0;
  top: unset;
  bottom: 44px;
  left: unset;
  right: 10%;
}
@media (max-width: 1366px) {
  body .site-slider .tns-controls {
    right: 20px;
    bottom: 14px;
  }
}
body .site-slider .tns-ovh {
  border-radius: 0 !important;
}
body .site-slider__img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
body .site-slider .tns-nav {
  right: 50%;
  bottom: 30px;
  margin: 0;
  transform: translate(50%, 0px);
}
@media (max-width: 1023px) {
  body .site-slider .tns-nav {
    right: 20px;
    transform: unset;
    padding-bottom: 0;
    bottom: 20px !important;
  }
}
@media (max-width: 600px) {
  body .site-slider .tns-nav {
    text-align: center;
    left: 0;
    right: 0;
  }
}
body.dynamic_width .site-folders {
  background: none;
}
body.dynamic_width .site-folders.block_padding {
  padding: 0 15px;
}
body.dynamic_width .site-folders .site-folders__inner {
  max-width: 100% !important;
  padding: 0;
}
body.dynamic_width .site-folders .site-folders__inner .site-folders__items {
  flex-wrap: wrap;
  margin: 0 -5px;
  overflow: unset;
}
body.dynamic_width .site-folders .site-folders__inner .site-folders__items .site-folders__item {
  display: block;
}
@media (min-width: 1261px) {
  body.dynamic_width .site-folders .site-folders__inner .site-folders__items .site-folders__item {
    width: calc(25% - 10px);
    margin: 0 5px 10px;
  }
}
@media (max-width: 1260px) {
  body.dynamic_width .site-folders .site-folders__inner .site-folders__items .site-folders__item {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
}
body.dynamic_width .site-folders .site-folders__inner .site-folders__items .site-folders__item .site-folders__link {
  border-radius: 8px;
  padding: 20px;
  filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.07));
  height: 100%;
}
body.dynamic_width .site-folders .site-folders__inner .site-folders__items .site-folders__item .site-folders__link .site-folders__name {
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  justify-content: center;
}
@media (max-width: 1366px) {
  body.dynamic_width .site-folders .site-folders__inner .site-folders__items .site-folders__item .site-folders__link .site-folders__name {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  body.dynamic_width .site-folders .site-folders__inner .site-folders__items .site-folders__item .site-folders__link .site-folders__name {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
body.dynamic_width .site-folders .site-folders__inner .site-folders__items .site-folders__item .site-folders__link .site-folders__desc {
  font-size: 16px;
  color: #2E2F38;
  text-align: center;
}
@media (max-width: 768px) {
  body.dynamic_width .site-folders .site-folders__inner .site-folders__items .site-folders__item .site-folders__link .site-folders__desc {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  body.dynamic_width .site-folders .site-folders__inner .site-folders__items .site-folders__item .site-folders__link .site-folders__desc {
    font-size: 14px;
  }
}
body.dynamic_width .site-folders__headline {
  font-size: 36px;
  text-align: center;
}
body .site-actions-video {
  margin-bottom: 40px;
}
body .site-actions-video__inner {
  display: flex;
  align-items: flex-end;
  min-height: 500px;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  body .site-actions-video__inner {
    padding: 0 20px;
    min-height: 440px;
  }
}
@media (max-width: 768px) {
  body .site-actions-video__inner {
    min-height: 380px;
  }
}
@media (max-width: 380px) {
  body .site-actions-video__inner {
    min-height: 300px;
  }
}
body .site-actions-video__inner .video-text-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-radius: 5px;
  min-width: 282px;
  min-height: 152px;
  padding: 10px 10px 10px 30px;
  background: rgba(0, 0, 0, 0.8);
}
@media (max-width: 480px) {
  body .site-actions-video__inner .video-text-block {
    min-width: 220px;
    min-height: 125px;
    padding-left: 20px;
  }
}
body .site-actions-video__inner .video-text-block .video-title {
  font-weight: bold;
  font-size: 26px;
  color: #fff;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  body .site-actions-video__inner .video-text-block .video-title {
    font-size: 18px;
  }
}
body .site-actions-video__inner .video-text-block .video-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  min-height: 50px;
  min-width: 125px;
  cursor: pointer;
}
body .site-gallery {
  background: none;
}
body .site-gallery.block_padding {
  padding: 0 10px;
}
body .site-gallery .site-gallery__inner.block_width {
  max-width: 100%;
  padding: 0;
}
body .site-gallery .site-gallery__inner.block_width .site-gallery__title {
  text-align: center;
  font-weight: 500;
  font-size: 36px;
}
@media (min-width: 767px) and (max-width: 1023px) {
  body .site-gallery .site-gallery__inner.block_width .site-gallery__title {
    font-size: 32px;
  }
}
body .site-gallery .site-gallery__inner.block_width .site-gallery__items {
  margin: 0 -5px;
}
body .site-gallery .site-gallery__inner.block_width .site-gallery__item {
  width: calc(25% - 10px);
  margin: 0 5px 10px;
  display: block !important;
}
@media (max-width: 768px) {
  body .site-gallery .site-gallery__inner.block_width .site-gallery__item {
    width: calc(33.333% - 10px);
  }
}
@media (max-width: 640px) {
  body .site-gallery .site-gallery__inner.block_width .site-gallery__item {
    width: calc(50% - 10px);
  }
}
body .site-footer {
  margin-top: 40px;
}
body .site-footer .footer-add {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
body .site-footer .footer-add__inner {
  border-bottom: unset;
  position: relative;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  body .site-footer .footer-add__inner {
    flex-direction: column;
  }
}
body .site-footer .footer-add__inner.block_width {
  max-width: 1400px;
  width: 100%;
}
body .site-footer .footer-add__inner .link-top-btn {
  display: inline-block;
}
@media (max-width: 1449px) {
  body .site-footer .footer-add__inner .link-top-btn {
    margin-left: auto;
  }
}
@media (min-width: 1450px) {
  body .site-footer .footer-add__inner .link-top-btn {
    position: absolute;
    left: 100%;
    margin: 0;
    bottom: 20px;
  }
}
@media (max-width: 1023px) {
  body .site-footer .footer-add__inner .link-top-btn {
    position: absolute;
    top: -25px;
    left: calc(50% - 25px);
  }
}
body .site-footer .footer-info__inner {
  padding: 20px 0;
  flex-wrap: wrap;
  border-bottom: unset;
}
body .site-footer .footer-info__inner.block_width {
  max-width: 1400px;
  width: 100%;
}
body .site-footer .footer-add__left {
  display: flex;
  max-width: calc(100% - 325px);
  width: 100%;
  margin: 0;
}
@media (max-width: 480px) {
  body .site-footer .footer-add__left {
    max-width: 100%;
  }
}
body .site-footer .footer-add__left > * {
  width: 33.333%;
  padding-right: 5px;
}
body .site-footer .footer-add__left .footer-info__name {
  font-weight: bold;
  font-size: 30px;
  color: #fff;
}
body .site-footer .footer-add__left .footer-menu-outer {
  padding-top: 5px;
}
@media (max-width: 1023px) {
  body .site-footer .footer-add__left .footer-menu-outer {
    display: none;
  }
}
body .site-footer .footer-add__left .footer-menu-outer .menu-title {
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  margin-bottom: 20px;
}
body .site-footer .footer-add__left .footer-menu-outer .footer-menu li {
  margin-bottom: 15px;
}
body .site-footer .footer-add__left .footer-menu-outer .footer-menu li a {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
body .site-footer .footer-add__right {
  width: auto;
  display: flex;
  flex-direction: column;
  max-width: 325px;
  width: 100%;
}
body .site-footer .footer-contacts {
  width: auto;
  padding-top: 10px;
}
body .site-footer .footer-share {
  width: auto;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  body .site-footer .footer-share {
    padding-left: 10px;
  }
}
@media (max-width: 639px) {
  body .inner-folders li {
    width: auto;
    min-width: auto;
  }
}
body .inner-folders li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  background: #F3F4F7;
  height: 100%;
}
body .inner-folders__text {
  overflow: unset;
  white-space: unset;
  text-overflow: unset;
  margin-top: 0;
  font-size: 14px;
}
.sample-popup {
  position: fixed;
  height: 100%;
  width: 100%;
  overflow: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  -ms-flex-align: start;
  padding: 40px 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sample-popup.opened {
  opacity: 1;
  visibility: visible;
}
.sample-popup .sample-popup-in {
  text-align: left;
  position: relative;
  flex: 0 0 auto;
  margin: auto;
  max-width: 100%;
  box-sizing: border-box;
  display: inline-block;
  width: 900px;
  padding: 0;
  position: relative;
}
.sample-popup .sample-popup-inner {
  height: 0;
  position: relative;
  padding-top: 56.25%;
}
.sample-popup .sample-popup-inner > div {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
}
.sample-popup .sample-popup-inner > div video {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  background: #000;
}
.sample-popup .sample-close {
  z-index: 2;
  position: absolute;
  cursor: pointer;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='10px' height='10px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M9.717,9.701 C9.326,10.091 8.694,10.091 8.303,9.701 L5.012,6.409 L1.720,9.701 C1.330,10.091 0.697,10.091 0.306,9.701 C-0.084,9.310 -0.084,8.678 0.306,8.288 L3.598,4.996 L0.306,1.704 C-0.084,1.314 -0.084,0.681 0.306,0.290 C0.697,-0.100 1.330,-0.100 1.720,0.290 L5.012,3.582 L8.303,0.290 C8.694,-0.100 9.326,-0.100 9.717,0.290 C10.107,0.681 10.107,1.314 9.717,1.704 L6.425,4.996 L9.717,8.288 C10.107,8.678 10.107,9.310 9.717,9.701 Z'/%3E%3C/svg%3E") 50%/cover no-repeat;
  width: 16px;
  height: 16px;
  top: -27px;
  right: 0;
}
.top-search-popup-wrapper {
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10010;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.top-search-popup-wrapper__body {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  max-width: 980px;
  padding: 60px 0;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .top-search-popup-wrapper__body {
    max-width: 640px;
  }
}
@media (max-width: 767px) {
  .top-search-popup-wrapper__body {
    padding: 0 30px 30px;
    max-width: none;
    height: auto;
  }
}
.top-search-popup-wrapper.opened {
  opacity: 1;
  visibility: visible;
}
.top-search-popup-wrapper.opened .top-search-bg {
  opacity: 1;
  visibility: visible;
  transition: all 0.1s ease-in-out;
}
.top-search-popup-wrapper.opened .top-search-popup-close {
  opacity: 1;
  visibility: visible;
}
.top-search-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 8990;
  visibility: hidden;
  transition: all 0.19s ease-in-out;
  background: var(--gr_bg);
}
.top-search-popup {
  position: relative;
  z-index: 10011;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .top-search-popup {
    display: none;
    margin-bottom: 30px;
  }
}
.top-search-popup .search-block__input {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}
.top-search-popup-close {
  position: fixed;
  z-index: 9100;
  top: 20px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1260px) {
  .top-search-popup-close {
    top: 10px;
    right: 8px;
  }
}
@media (max-width: 767px) {
  .top-search-popup-close {
    z-index: 10011;
    position: absolute;
    top: 5px;
    right: 8px;
  }
}
.top-search-popup-close svg {
  width: 20px;
  height: 20px;
  display: none;
}
@media (max-width: 767px) {
  .top-search-popup-close svg {
    display: block;
  }
}
.top-search-popup-close svg.gr_big_icon {
  width: 30px;
  height: 30px;
  display: block;
}
@media (max-width: 767px) {
  .top-search-popup-close svg.gr_big_icon {
    display: none;
  }
}
.top-search-popup-close svg.gr_small_icon {
  display: none;
}
@media (max-width: 1580px) {
  .top-search {
    display: none;
  }
}
@media (min-width: 1261px) {
  .top-search__inner.block_padding {
    padding: 0;
  }
}
.top-search__body {
  position: relative;
  transition: all 0.19s ease-in-out;
}
.top-search__body.shop_opened {
  opacity: 0;
  visibility: hidden;
}
.top-search .top-shop-search-btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  cursor: pointer;
  vertical-align: top;
  display: inline-block;
  transition: all 0.18s linear;
  z-index: 10;
}
.top-search .top-shop-search-btn:hover {
  color: var(--gr_accent);
}
.top-search .top-shop-search-btn:hover svg {
  fill: var(--gr_accent);
}
.top-search .top-shop-search-btn i {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  line-height: 1;
}
.top-search .top-shop-search-btn svg {
  transition: all 0.18s linear;
  fill: var(--on_gr_bg_icon);
}
.search-block {
  position: relative;
}
.search-block__input {
  width: 100%;
  outline: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 16px;
  line-height: 1.16;
  transition: all 0.6s;
  padding: 16px 80px 16px 16px;
  border-radius: var(--gr_form_radius);
  color: var(--on_gr_bg_acc_text);
  background: var(--gr_bg);
}
.search-block__input::-webkit-input-placeholder {
  opacity: 1 !important;
  color: var(--on_gr_bg_acc_text);
}
.search-block__input:moz-placeholder {
  opacity: 1 !important;
  color: var(--on_gr_bg_acc_text);
}
.search-block__input::-moz-placeholder {
  opacity: 1 !important;
  color: var(--on_gr_bg_acc_text);
}
.search-block__input:-ms-input-placeholder {
  opacity: 1 !important;
  color: var(--on_gr_bg_acc_text);
}
.search-block__input:hover {
  color: var(--on_gr_bg_acc_text);
  border: none;
  background: var(--gr_bg);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0), inset 0 0 0 2px var(--gr_primary);
}
.search-block__input:focus {
  color: var(--on_gr_bg_acc_text);
  border: none;
  background: var(--gr_bg);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0), inset 0 0 0 2px var(--gr_primary);
}
.search-block__btn {
  padding: 0;
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
}
.search-block__btn i {
  font-size: 0;
}
.search-block__btn svg {
  fill: #16B891;
  transition: all 0.18s linear;
  position: static;
}
.search-block__btn:hover {
  color: var(--gr_accent);
}
.search-block__btn:hover svg {
  fill: var(--gr_accent);
}
.search-block__icon {
  display: none;
}
.top-search-btn {
  display: none;
}
.top-shop-search {
  position: relative;
  z-index: 10010;
  transition: all 0.19s ease-in-out;
  order: 1;
}
.top-shop-search.opened {
  opacity: 1;
  visibility: visible;
}
.top-shop-search.opened .top-shop-search__close {
  opacity: 1;
  visibility: visible;
}
.top-shop-search__inner {
  position: relative;
}
.top-shop-search__close {
  position: absolute;
  z-index: 9500;
  top: 20px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
  display: none;
}
@media (max-width: 1260px) {
  .top-shop-search__close {
    top: 10px;
    right: 8px;
  }
}
@media (max-width: 767px) {
  .top-shop-search__close {
    display: flex;
    top: 5px;
    right: 3px;
  }
}
.top-shop-search__close svg {
  width: 20px;
  height: 20px;
  display: none;
}
@media (max-width: 767px) {
  .top-shop-search__close svg {
    display: block;
  }
}
.top-shop-search__close svg.gr_big_icon {
  width: 30px;
  height: 30px;
  display: block;
}
@media (max-width: 767px) {
  .top-shop-search__close svg.gr_big_icon {
    display: none;
  }
}
.top-shop-search__close svg.gr_small_icon {
  display: none;
}
.top-shop-search__back {
  display: none;
}
@media (max-width: 767px) {
  .top-shop-search__back {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.18s linear;
    color: var(--on_gr_bg_acc_text_6);
    line-height: 1.14;
    background: var(--on_gr_bg_bg);
    padding: 19px 50px;
    margin: 0 -30px 20px;
    display: block;
  }
}
.top-shop-search__back i {
  position: absolute;
  top: 50%;
  left: 26px;
  font-size: 0;
  line-height: 1;
  transform: translateY(-50%);
}
.top-shop-search__back svg {
  width: 20px;
  height: 20px;
  transition: all 0.18s linear;
  fill: var(--on_gr_bg_icon_6);
}
.top-shop-search__back:hover {
  color: var(--on_gr_bg_acc_text);
}
.top-shop-search__back:hover svg {
  fill: var(--on_gr_bg_icon);
}
.search-form .empty-val {
  opacity: 0.5;
  pointer-events: none;
}
.search-form #shop2-name, .search-form #shop2-text, .search-form #shop2-article {
  opacity: 1;
  pointer-events: auto;
}
.search-form .search-rows__form {
  margin: 0 -15px;
}
@media (max-width: 767px) {
  .search-form .search-rows__form {
    margin: 0;
  }
}
.search-form .search-rows__row {
  width: calc(33.3333% - 30px);
  margin: 0 15px 30px;
  float: left;
}
@media (max-width: 1023px) {
  .search-form .search-rows__row {
    width: calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  .search-form .search-rows__row {
    width: 100%;
    margin: 0 0 15px;
  }
}
.search-form .search-rows__row.shop2-search-vendors ul li:nth-child(n+6), .search-form .search-rows__row.shop2-search-selects ul li:nth-child(n+6) {
  display: none;
}
.search-form .search-rows__row.shop2-search-vendors ul li.active, .search-form .search-rows__row.shop2-search-selects ul li.active {
  display: block;
}
.search-form .search-rows__row.checkbox_row {
  padding: 18px 0 21px;
}
.search-form .search-rows__row.checkbox_row .type-checkbox {
  margin-bottom: 0;
}
.search-form .search-rows__row.price_row .row-body {
  display: block;
}
.search-form .row-title {
  position: relative;
  cursor: pointer;
  padding: 0 0 10px;
  font-size: 15px;
  line-height: 1.2;
  color: var(--on_gr_bg_sec_text);
  display: block;
  pointer-events: none;
}
.search-form .row-title.active .row-title__icon .gr_filter_plus {
  display: none;
}
.search-form .row-title.active .row-title__icon .gr_filter_minus {
  display: block;
}
.search-form .row-title__icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: none;
}
.search-form .row-title__icon.row_title_icon {
  width: 30px;
  height: 30px;
  min-height: 30px;
}
.search-form .row-title__icon svg {
  width: 20px;
  height: 20px;
  display: none;
}
.search-form .row-title__icon svg.gr_filter_plus {
  display: block;
}
.search-form .row-body {
  font-size: 0;
}
.search-form .gr-filter-more {
  margin: 20px 0 0;
}
.search-form .gr-filter-more__amount {
  margin-left: 5px;
}
.search-form .input-from, .search-form .input-to {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 10px);
}
.search-form .input-from {
  margin-right: 20px;
}
.search-form .search-rows__btn {
  padding-top: 28px;
  margin: 0 15px;
  float: right;
}
@media (max-width: 767px) {
  .search-form .search-rows__btn {
    padding-top: 22px;
  }
}
@media (max-width: 639px) {
  .search-form .search-rows__btn .search-btn {
    width: 100%;
  }
}
.search-form .shop-search-color-select {
  margin-left: -9px;
}
.search-form .shop-search-color-select .shop-search-colors {
  font-size: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}
.search-form .shop-search-color-select .shop-search-colors li {
  position: relative;
  cursor: pointer;
  vertical-align: top;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 0 9px 15px;
  border-radius: var(--gr_small_radius);
}
.search-form .shop-search-color-select .shop-search-colors li.empty-val {
  opacity: 1;
}
.search-form .shop-search-color-select .shop-search-colors li.empty-val:after {
  position: absolute;
  content: "";
  width: 1px;
  top: -8px;
  left: 50%;
  right: auto;
  bottom: -8px;
  opacity: 0.4;
  transform: rotate(45deg);
  background: var(--gr_dark);
}
.search-form .shop-search-color-select .shop-search-colors li.empty-val .shop-search-color-icon {
  opacity: 0.3;
}
.search-form .shop-search-color-select .shop-search-colors li.empty-val .shop-search-color-icon:after {
  display: none;
}
.search-form .shop-search-color-select .shop-search-colors li.shop2-color-ext-selected .shop-search-color-icon:after {
  opacity: 1;
  visibility: visible;
  border: none;
  box-shadow: inset 0 0 0 1px var(--gr_primary_6);
  background: none;
}
.search-form .shop-search-color-select .shop-search-colors li.shop2-color-ext-selected .shop-search-color-icon:before {
  border: none;
  box-shadow: inset 0 0 0 1px var(--on_gr_bg_border_4);
  background: none;
}
.search-form .shop-search-color-select .shop-search-colors li.no_bg {
  display: none;
}
.search-form .shop-search-color-select .shop-search-colors li .shop-search-color-icon {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: var(--gr_small_radius);
  background-size: cover;
}
.search-form .shop-search-color-select .shop-search-colors li .shop-search-color-icon:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.18s linear;
  border-radius: var(--gr_small_radius);
  border: none;
  box-shadow: inset 0 0 0 1px var(--on_gr_bg_border_4);
  background: none;
}
.search-form .shop-search-color-select .shop-search-colors li .shop-search-color-icon:after {
  position: absolute;
  content: "";
  left: -7px;
  right: -7px;
  top: -7px;
  bottom: -7px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  border-radius: var(--gr_inner_radius);
  transition: all 0.18s linear;
  border: none;
  box-shadow: none;
  background: none;
}
.search-form .ui-widget.ui-widget-content {
  position: relative;
  display: block;
  border: none;
  background: none;
  box-shadow: none;
  height: 6px;
  border-radius: 3px;
  margin-top: 20px;
  margin-right: 30px;
}
.search-form .ui-widget.ui-widget-content:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: -30px;
  bottom: 0;
  border: none;
  background: #fff;
  box-shadow: none;
  border-radius: 3px;
}
.search-form .ui-widget.ui-widget-content .ui-slider-range.ui-widget-header2 {
  position: absolute;
  top: 0;
  z-index: 1;
  font-size: 0;
  height: 6px;
  border: none;
  background: var(--gr_accent);
  box-shadow: none;
  border-radius: 3px;
  margin: 0 0 0 15px;
}
.search-form .ui-widget.ui-widget-content .ui-slider-handle {
  position: absolute;
  top: -12px;
  z-index: 2;
  margin: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  transition: background 0.2s, box-shadow 0.2s, border 0.2s;
  border: none;
  background: var(--gr_accent);
  box-shadow: none;
}
.search-form .ui-widget.ui-widget-content .ui-slider-handle:hover {
  border: none;
  background: var(--gr_accent);
  box-shadow: none;
}
.search-form .ui-widget.ui-widget-content .ui-slider-handle:active, .search-form .ui-widget.ui-widget-content .ui-slider-handle.ui-state-active {
  border: none;
  background: var(--gr_accent);
  box-shadow: none;
}
