.site .tpl-field input[type="text"], .site .tpl-field input[type="email"], .site .tpl-field input[type="tel"], .site .tpl-field input[type="number"], .site .tpl-field input[type="password"], .site .gr-field-style input[type="text"], .site .gr-field-style input[type="email"], .site .gr-field-style input[type="tel"], .site .gr-field-style input[type="number"], .site .gr-field-style input[type="password"], .site .option-item input[type="text"], .site .option-item input[type="email"], .site .option-item input[type="tel"], .site .option-item input[type="number"], .site .option-item input[type="password"], .site .form-item input[type="text"], .site .form-item input[type="email"], .site .form-item input[type="tel"], .site .form-item input[type="number"], .site .form-item input[type="password"], .site .tpl-field select:not([multiple]), .site .gr-field-style select:not([multiple]), .site .option-item select:not([multiple]), .site .form-item select:not([multiple]), .site .search-form .row-title__icon {
  border-radius: 6px;
}
.site .tpl-field.type-checkbox ul li span, .site .gr-field-style.type-checkbox ul li span, .site .option-item.type-checkbox ul li span, .site .form-item.type-checkbox ul li span {
  font-size: 16px;
  font-family: var(--font-family);
}
.site .info-section {
  padding-top: 84px;
  padding-bottom: 84px;
}
.site .info-section .info-section__header {
  display: flex;
  align-items: end;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .site .info-section .info-section__header {
    display: block;
    padding-bottom: 16px;
  }
}
.site .info-section .info-section__title {
  font-weight: 800;
  font-size: 48px;
  line-height: 110%;
  color: var(--primary);
  font-family: var(--font-family);
  flex: 1 1 auto;
  margin: 0;
}
@media (max-width: 767px) {
  .site .info-section .info-section__title {
    padding-bottom: 12px;
  }
}
.site .info-section .info-section__tabs {
  display: flex;
  gap: 36px;
  margin-bottom: 2px;
}
.site .info-section .info-section__tabs .info-section__tab {
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
  border: none;
  background: none;
  cursor: pointer;
  padding: 5px 0 0;
  transition: color 0.2s;
  border-bottom: 5px solid transparent;
  margin-bottom: -2px;
}
.site .info-section .info-section__tabs .info-section__tab.info-section__tab--active {
  border-bottom-color: #de6845;
}
@media (max-width: 991px) {
  .site .info-section .info-section__tabs .info-section__tab {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .site .info-section .info-section__tabs {
    gap: 20px;
  }
  .site .info-section .info-section__tabs .info-section__tab {
    font-size: 16px;
  }
}
.site .info-section .info-section__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  font-family: var(--font-family);
}
@media (max-width: 991px) {
  .site .info-section .info-section__grid {
    gap: 24px 20px;
  }
}
@media (max-width: 767px) {
  .site .info-section .info-section__grid {
    gap: 12px 8px;
  }
}
.site .info-section .info-section__grid .article-card {
  flex: 0 0 calc(25% - 18px);
  text-decoration: none;
  position: relative;
  display: flex;
}
.site .info-section .info-section__grid .article-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
}
.site .info-section .info-section__grid .article-card a {
  text-decoration: none;
  display: block;
  font-size: 0;
  width: 100%;
}
.site .info-section .info-section__grid .article-card .article-card__date {
  font-weight: 400;
  font-size: 15px;
  color: var(--light-bgon-sec-60);
}
.site .info-section .info-section__grid .article-card .article-card__content {
  padding-top: 10px;
}
.site .info-section .info-section__grid .article-card .article-card__title {
  font-weight: 500;
  font-size: 22px;
  line-height: 116%;
  color: var(--light-bgon-sec);
  margin: 12px 0 0;
}
@media (max-width: 1200px) {
  .site .info-section .info-section__grid .article-card img {
    height: 144px;
  }
  .site .info-section .info-section__grid .article-card .article-card__date {
    font-size: 12px;
  }
  .site .info-section .info-section__grid .article-card .article-card__content {
    padding-top: 4px;
  }
  .site .info-section .info-section__grid .article-card .article-card__title {
    font-size: 15px;
    margin: 6px 0 0;
  }
}
@media (max-width: 991px) {
  .site .info-section .info-section__grid .article-card {
    flex: 0 0 calc(33.33% - 14px);
  }
}
@media (max-width: 767px) {
  .site .info-section .info-section__grid .article-card {
    flex: 0 0 calc(50% - 4px);
  }
}
.site .info-section .info-section__grid .article-card .article-card__play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 80px;
  height: 80px;
  border: 8px solid #000;
  backdrop-filter: blur(20px);
  background: #fff url("data:image/svg+xml,%3Csvg width='14' height='20' viewBox='0 0 14 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 9.47397L0 20.0002V0.000244141L14 9.47397Z' fill='black' /%3E%3C/svg%3E") 50% no-repeat;
  margin: auto;
  border-radius: 50%;
}
@media (max-width: 1200px) {
  .site .info-section .info-section__grid .article-card .article-card__play {
    width: 44px;
    height: 44px;
    background: #fff url("data:image/svg+xml,%3Csvg width='10' height='12' viewBox='0 0 10 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.53678 5.72919L2.49731 11.1441V0.855713L9.53678 5.72919Z' fill='black' /%3E%3C/svg%3E") 50% no-repeat;
    border-width: 4px;
  }
}
.site .info-section .info-section__grid .article-card .body {
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 42px;
  right: 42px;
}
.site .info-section .info-section__grid .article-card .body .article-card__badge {
  padding: 11px 52px;
  background: #D8654D;
  transform: skew(-20deg);
  font-weight: 800;
  font-size: 36px;
  text-transform: uppercase;
  color: var(--primon);
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
}
.site .info-section .info-section__grid .article-card .body .article-card__badge span {
  display: block;
  transform: skew(20deg);
}
.site .info-section .info-section__grid .article-card .body .anonce {
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  background: #000;
  transform: skew(-20deg);
  margin: -11px 0 0;
  display: inline-block;
  vertical-align: top;
  padding: 19px 31px 12px;
  max-width: 370px;
}
.site .info-section .info-section__grid .article-card .body .anonce span {
  display: block;
  transform: skew(20deg);
}
@media (max-width: 1200px) {
  .site .info-section .info-section__grid .article-card .body {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
  }
  .site .info-section .info-section__grid .article-card .body .article-card__badge {
    padding: 5px 22px 3px;
    font-size: 16px;
  }
  .site .info-section .info-section__grid .article-card .body .anonce {
    padding: 8px 14px 5px;
    font-size: 9px;
    max-width: 170px;
    margin-top: -5px;
  }
}
.site .info-section .info-section__grid .article-card.article-card--video {
  flex: 0 0 calc(50% - 12px);
}
@media (max-width: 991px) {
  .site .info-section .info-section__grid .article-card.article-card--video {
    flex: 0 0 calc(66.66% - 8px);
  }
}
@media (max-width: 767px) {
  .site .info-section .info-section__grid .article-card.article-card--video {
    flex: none;
    width: 100%;
  }
}
.site .info-section .info-section__grid .article-card.article-card--video a {
  display: flex;
  position: relative;
}
.site .info-section .info-section__grid .article-card.article-card--video img {
  height: 100%;
}
@media (max-width: 1440px) {
  .site .info-section {
    padding-top: 54px;
    padding-bottom: 54px;
  }
}
@media (max-width: 1200px) {
  .site .info-section {
    padding-top: 54px;
    padding-bottom: 54px;
  }
  .site .info-section .info-section__title {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .site .info-section {
    padding-top: 44px;
    padding-bottom: 44px;
  }
}
@media (max-width: 767px) {
  .site .info-section {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .site .info-section .info-section__title {
    font-size: 26px;
  }
}
.site .bottom_form {
  background: var(--light-bgon-bg);
  border-radius: 16px;
  margin-bottom: 12px;
  overflow: hidden;
}
.site .bottom_form .left {
  flex: 0 0 718px;
}
.site .bottom_form .right {
  flex: 0 0 821px;
  margin: 0 0 -84px;
  font-size: 0;
}
@media (min-width: 1440px) {
  .site .bottom_form {
    margin-right: 12px;
    margin-left: 12px;
    padding-top: 84px;
    padding-bottom: 84px;
  }
}
.site .bottom_form .tpl-anketa__title {
  font-weight: 800;
  font-size: 48px;
  line-height: 110%;
  color: var(--primary);
  font-family: var(--font-family);
  flex: 1 1 auto;
  margin: 0 0 50px;
}
.site .bottom_form .block_width {
  display: flex;
  align-items: end;
}
.site .bottom_form .tpl-field.type-text {
  width: 100%;
}
.site .bottom_form .tpl-field.type-text + .tpl-field.type-text {
  width: auto;
  flex: 0 0 calc(50% - 10px);
}
.site .bottom_form .tpl-field.type-text input {
  border: 1px solid var(--primon-40);
  border-radius: 6px;
  background: none;
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 116%;
  color: var(--light-bgon-sec);
  padding: 0 20px;
  height: 50px;
}
.site .bottom_form .tpl-field.type-text input::-webkit-input-placeholder {
  color: var(--light-bgon-sec);
}
.site .bottom_form .tpl-field.type-textarea {
  width: 100%;
}
.site .bottom_form .tpl-field.type-textarea textarea {
  border: 1px solid var(--primon-40);
  border-radius: 6px;
  background: none;
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 116%;
  color: var(--light-bgon-sec);
  height: 124px;
  padding: 16px 20px;
}
.site .bottom_form .tpl-field.type-textarea textarea::-webkit-input-placeholder {
  color: var(--light-bgon-sec);
}
.site .bottom_form .policy_checkbox {
  color: var(--light-bgon-sec);
  width: 100%;
}
.site .bottom_form .policy_checkbox ul li label span {
  font-weight: 400;
  font-size: 16px;
  line-height: 116%;
  color: var(--light-bgon-sec);
}
.site .bottom_form .policy_checkbox ul li label span:before {
  background-color: transparent;
  box-shadow: none;
  box-shadow: inset 0 0 0 1px var(--light-bgon-border-20);
}
.site .bottom_form .policy_checkbox ul li label span a {
  color: #de6845;
}
.site .bottom_form .tpl-field.tpl-field-button .tpl-form-button {
  border-radius: 6px;
  width: 200px;
  height: 50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: #fff;
}
.site .bottom_form .tpl-field.tpl-field-button .tpl-form-button:hover {
  opacity: 0.8;
}
.site .bottom_form form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 1439px) {
  .site .bottom_form {
    padding-top: 54px;
    padding-bottom: 54px;
  }
  .site .bottom_form .right {
    flex: 1 1 auto;
    margin: 0 0 -54px;
  }
  .site .bottom_form .left {
    flex: 0 0 643px;
  }
}
@media (max-width: 1200px) {
  .site .bottom_form {
    padding-top: 54px;
    padding-bottom: 54px;
  }
  .site .bottom_form .tpl-anketa__title {
    font-size: 36px;
  }
  .site .bottom_form .right {
    flex: 0 0 auto;
    margin: 0 -30px -54px 0;
  }
}
@media (max-width: 991px) {
  .site .bottom_form {
    padding-top: 44px;
    padding-bottom: 44px;
  }
  .site .bottom_form .block_width {
    display: block;
  }
  .site .bottom_form .left {
    width: 100%;
  }
  .site .bottom_form .right {
    text-align: center;
    margin: 24px 0 -44px 0;
  }
}
@media (max-width: 767px) {
  .site .bottom_form {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .site .bottom_form .tpl-anketa__title {
    font-size: 26px;
    margin-bottom: 24px;
  }
  .site .bottom_form .left form {
    gap: 12px;
  }
  .site .bottom_form .left form .tpl-field.type-text + .tpl-field.type-text {
    width: 100%;
    flex: none;
  }
}
.site .site-footer {
  border-radius: 16px 16px 0 0;
  padding-bottom: 1px;
  background: #000;
  font-family: var(--font-family);
}
@media (min-width: 1440px) {
  .site .site-footer {
    margin-right: 12px;
    margin-left: 12px;
    padding-top: 84px;
  }
}
.site .site-footer .footer-bottom__inner_fb {
  padding-top: 18px;
  padding-bottom: 18px;
}
.site .site-footer .footer-top__middle {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.site .site-footer .footer-top__middle .footer_text {
  font-weight: 500;
  font-size: 16px;
  color: var(--primon-50);
  flex: 1 1 auto;
}
.site .site-footer .footer-top__middle .btn_up {
  opacity: 1;
  position: relative;
  bottom: auto;
  right: auto;
  background: #000 url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_8791_1399' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='30' height='30'%3E%3Cpath d='M9 17L15 11L21 17' stroke='black' stroke-width='3'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_8791_1399)'%3E%3Crect x='30' width='30' height='30' transform='rotate(90 30 0)' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A") 50% no-repeat;
  border: 1px solid var(--primon-40);
  border-radius: 6px;
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  transition: all 0.3s;
}
.site .site-footer .footer-top__middle .btn_up:hover {
  background-color: #de6845;
  border-color: #de6845;
}
.site .site-footer .footer-top_bottom {
  padding-top: 30px;
  padding-bottom: 37px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site .site-footer .pay-sistems {
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  color: var(--primon-50);
  width: auto;
}
.site .site-footer .pay-sistems .pay-sistems__pay {
  margin: 0;
  display: flex;
  align-items: center;
}
.site .site-footer .pay-sistems .pay-sistems__pay .title {
  margin-right: 18px;
  white-space: nowrap;
}
.site .site-footer .pay-sistems .pay-sistems__pay_body {
  max-width: 100%;
  margin: 0;
  gap: 4px;
  flex-wrap: nowrap;
}
.site .site-footer .pay-sistems .pay-sistems__pay_body a {
  margin: 0;
}
.site .site-footer .footer-top__inner {
  padding: 0 0 70px;
  border: none;
  gap: 146px;
}
.site .site-footer .footer-top__inner .left {
  flex: 0 0 472px;
}
.site .site-footer .footer-top__inner .left .logo {
  margin: 0 0 40px;
}
.site .site-footer .footer-top__inner .left .footer-form__name {
  font-weight: 800;
  font-size: 22px;
  color: #fff;
  font-family: var(--font3);
  padding-bottom: 16px;
}
.site .site-footer .footer-top__inner .left .footer-form form {
  display: flex;
  flex-wrap: wrap;
}
.site .site-footer .footer-top__inner .left .footer-form form .tpl-field.type-text {
  flex: 0 0 calc(100% - 166px);
}
.site .site-footer .footer-top__inner .left .footer-form form .tpl-field.type-text input {
  border: 1px solid var(--primon-40);
  border-radius: 5px;
  background: none;
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 116%;
  color: #fff;
}
.site .site-footer .footer-top__inner .left .footer-form form .tpl-field.type-text input::-webkit-input-placeholder {
  color: var(--primon-40);
}
.site .site-footer .footer-top__inner .left .footer-form form .policy_checkbox {
  order: 1;
  color: #fff;
  width: 100%;
  margin-top: 14px;
}
.site .site-footer .footer-top__inner .left .footer-form form .policy_checkbox ul li label span {
  font-weight: 400;
  font-size: 16px;
  line-height: 116%;
  color: #fff !important;
}
.site .site-footer .footer-top__inner .left .footer-form form .policy_checkbox ul li label span:before {
  background-color: transparent;
  box-shadow: none;
  box-shadow: inset 0 0 0 1px var(--primon-40);
}
.site .site-footer .footer-top__inner .left .footer-form form .policy_checkbox ul li label span a {
  color: #de6845;
}
.site .site-footer .footer-top__inner .left .footer-form form .tpl-field.tpl-field-button {
  margin-left: 8px;
}
.site .site-footer .footer-top__inner .left .footer-form form .tpl-field.tpl-field-button .tpl-form-button {
  border-radius: 6px;
  width: 158px;
  height: 50px;
  font-weight: 500;
  font-size: 0;
  line-height: 120%;
  text-align: center;
  color: #fff;
  background: #de6845 url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_8791_1345' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='30' height='30'%3E%3Cpath d='M27.1211 15.5L19.5605 23.0605L17.4395 20.9395L21.3789 17H3V14H21.3789L17.4395 10.0605L19.5605 7.93945L27.1211 15.5Z' fill='black'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_8791_1345)'%3E%3Crect width='30' height='30' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A") 50% no-repeat;
}
.site .site-footer .footer-top__inner .left .footer-form form .tpl-field.tpl-field-button .tpl-form-button:hover {
  opacity: 0.8;
}
.site .site-footer .footer-top__inner .right {
  flex: 1 1 auto;
  display: flex;
  gap: 24px;
}
.site .site-footer .footer-top__inner .right .name {
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 7px;
}
.site .site-footer .footer-top__inner .right .contacts {
  flex: 1 1 auto;
}
.site .site-footer .footer-top__inner .right .contacts .phone-block__body_pb {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  padding: 7px 0 14px;
}
.site .site-footer .footer-top__inner .right .contacts .phone-block__body_pb a {
  text-decoration: none;
  color: #fff;
}
.site .site-footer .footer-top__inner .right .contacts .address {
  font-weight: 500;
  font-size: 16px;
  color: var(--primon-70);
  margin-bottom: 16px;
  max-width: 254px;
}
.site .site-footer .footer-top__inner .right .contacts .email {
  font-weight: 500;
  font-size: 16px;
  line-height: 104%;
  color: #de6845;
  margin-bottom: 24px;
}
.site .site-footer .footer-top__inner .right .contacts .email a {
  text-decoration: none;
  color: #de6845;
}
.site .site-footer .footer-top__inner .right .contacts .social-block-wrap {
  width: 100%;
  padding: 0;
}
.site .site-footer .footer-top__inner .right .contacts .social-block-wrap .social-block__body_sb a {
  width: 32px;
  height: 32px;
  margin: 0 5px 0 0;
  border-radius: 4px;
}
.site .site-footer .footer-top__inner .right .contacts .social-block-wrap .social-block__body_sb a img {
  border-radius: 4px;
}
.site .site-footer .footer-top__inner .right .contacts .social-block-wrap .social-block__body_sb a:hover {
  opacity: 0.8;
}
.site .site-footer .footer-top__inner .right .bottom-menu-wrap {
  flex: 0 0 calc(29% - 19px);
  padding: 0;
}
.site .site-footer .footer-top__inner .right .bottom-menu-wrap ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site .site-footer .footer-top__inner .right .bottom-menu-wrap ul li a {
  font-weight: 500;
  font-size: 16px;
  color: var(--primon-70);
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  transition: all 0.3s;
  padding: 7px 0;
}
.site .site-footer .footer-top__inner .right .bottom-menu-wrap ul li a:hover {
  color: #fff;
}
@media (max-width: 1439px) {
  .site .site-footer {
    padding-top: 64px;
  }
  .site .site-footer .footer-top__inner {
    gap: 80px;
  }
}
@media (max-width: 1200px) {
  .site .site-footer {
    padding-top: 48px;
  }
  .site .site-footer .footer-top__middle {
    padding-bottom: 60px;
  }
  .site .site-footer .footer-top__middle .footer_text {
    font-size: 14px;
  }
  .site .site-footer .footer-top_bottom {
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
    text-align: center;
  }
  .site .site-footer .footer-top_bottom > div {
    margin-bottom: 20px;
    padding: 0;
  }
  .site .site-footer .footer-top_bottom .pay-sistems {
    margin-bottom: 0;
  }
  .site .site-footer .footer-top_bottom .pay-sistems .title {
    margin: 0 0 8px;
  }
  .site .site-footer .footer-top_bottom .pay-sistems .pay-sistems__pay {
    display: block;
    text-align: center;
  }
  .site .site-footer .footer-top_bottom .pay-sistems .pay-sistems__pay .pay-sistems__pay_body {
    justify-content: center;
  }
  .site .site-footer .footer-top__inner {
    display: block;
    padding-bottom: 60px;
  }
  .site .site-footer .footer-top__inner .left {
    display: flex;
    align-items: start;
    gap: 93px;
    margin-bottom: 50px;
  }
  .site .site-footer .footer-top__inner .left .logo {
    flex: 0 0 215px;
  }
  .site .site-footer .footer-top__inner .left .footer-form {
    flex: 1 1 auto;
  }
  .site .site-footer .footer-top__inner .right {
    justify-content: space-between;
  }
  .site .site-footer .footer-top__inner .right .name {
    font-size: 16px;
  }
  .site .site-footer .footer-top__inner .right .bottom-menu-wrap {
    flex: 0 0 254px;
  }
  .site .site-footer .footer-top__inner .right .contacts {
    flex: 0 0 254px;
  }
}
@media (max-width: 991px) {
  .site .site-footer {
    padding-top: 48px;
  }
  .site .site-footer .footer-top__middle {
    padding-bottom: 60px;
  }
  .site .site-footer .footer-top__middle .footer_text {
    font-size: 14px;
  }
  .site .site-footer .footer-top_bottom {
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
    text-align: center;
  }
  .site .site-footer .footer-top_bottom > div {
    margin-bottom: 20px;
    padding: 0;
  }
  .site .site-footer .footer-top_bottom .pay-sistems {
    margin-bottom: 0;
  }
  .site .site-footer .footer-top_bottom .pay-sistems .title {
    margin: 0 0 8px;
  }
  .site .site-footer .footer-top_bottom .pay-sistems .pay-sistems__pay {
    display: block;
    text-align: center;
  }
  .site .site-footer .footer-top_bottom .pay-sistems .pay-sistems__pay .pay-sistems__pay_body {
    justify-content: center;
  }
  .site .site-footer .footer-top__inner {
    display: block;
    padding-bottom: 60px;
  }
  .site .site-footer .footer-top__inner .left {
    display: flex;
    align-items: start;
    gap: 40px;
    margin-bottom: 50px;
  }
  .site .site-footer .footer-top__inner .left .logo {
    flex: 0 0 185px;
  }
  .site .site-footer .footer-top__inner .left .footer-form {
    flex: 1 1 auto;
  }
  .site .site-footer .footer-top__inner .right {
    justify-content: space-between;
  }
  .site .site-footer .footer-top__inner .right .bottom-menu-wrap {
    flex: 0 0 203px;
  }
  .site .site-footer .footer-top__inner .right .contacts {
    flex: 0 0 254px;
  }
}
@media (max-width: 1024px) {
  .site .site-footer {
    padding-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .site .site-footer {
    padding-top: 36px;
  }
  .site .site-footer .footer-top__middle {
    padding-bottom: 40px;
    display: block;
  }
  .site .site-footer .footer-top__middle .footer_text {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .site .site-footer .footer-top__middle .btn_up {
    margin: 0 auto;
    width: 56px;
    display: block;
  }
  .site .site-footer .footer-top_bottom {
    padding-top: 42px;
    padding-bottom: 12px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: start;
  }
  .site .site-footer .footer-top_bottom > div {
    margin-bottom: 10px;
    padding: 0;
    order: 2;
  }
  .site .site-footer .footer-top_bottom .pay-sistems {
    margin-bottom: 10px;
    order: 1;
  }
  .site .site-footer .footer-top_bottom .pay-sistems .title {
    margin: 0 0 8px;
  }
  .site .site-footer .footer-top_bottom .pay-sistems .pay-sistems__pay {
    display: block;
    text-align: center;
  }
  .site .site-footer .footer-top_bottom .pay-sistems .pay-sistems__pay .pay-sistems__pay_body {
    justify-content: center;
  }
  .site .site-footer .footer-top_bottom .pay-sistems .pay-sistems__pay .pay-sistems__pay_body a {
    width: 62px;
    height: 32px;
  }
  .site .site-footer .footer-top__inner {
    display: block;
    padding-bottom: 40px;
  }
  .site .site-footer .footer-top__inner .left {
    display: block;
    margin-bottom: 44px;
  }
  .site .site-footer .footer-top__inner .left .logo {
    max-width: 215px;
    margin-bottom: 40px;
  }
  .site .site-footer .footer-top__inner .left .footer-form .footer-form__name {
    font-size: 18px;
    padding-bottom: 12px;
  }
  .site .site-footer .footer-top__inner .left .footer-form form {
    position: relative;
  }
  .site .site-footer .footer-top__inner .left .footer-form form .tpl-field.type-text.first-inline {
    flex: none;
    width: 100%;
  }
  .site .site-footer .footer-top__inner .left .footer-form form .tpl-field.type-text.first-inline input {
    padding-right: 60px;
  }
  .site .site-footer .footer-top__inner .left .footer-form form .tpl-field.tpl-field-button {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  .site .site-footer .footer-top__inner .left .footer-form form .tpl-field.tpl-field-button .tpl-form-button {
    width: 54px;
    height: 50px;
    background-color: transparent;
  }
  .site .site-footer .footer-top__inner .right {
    display: block;
  }
  .site .site-footer .footer-top__inner .right .name {
    margin-bottom: 5px;
  }
  .site .site-footer .footer-top__inner .right .bottom-menu-wrap {
    margin-bottom: 19px;
  }
  .site .site-footer .footer-top__inner .right .bottom-menu-wrap ul li a {
    font-size: 15px;
    padding: 5px 0;
  }
  .site .site-footer .footer-top__inner .right .contacts .phone-block__body_pb {
    padding: 3px 0 8px;
  }
  .site .site-footer .footer-top__inner .right .contacts .address {
    margin-bottom: 14px;
  }
  .site .site-footer .footer-top__inner .right .contacts .email {
    margin-bottom: 18px;
  }
}
@media (max-width: 1024px) {
  .site .remodal[data-remodal-id="folder_menu"] {
    margin-top: 0;
  }
  .site .remodal[data-remodal-id="folder_menu"] .folder__menu > li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .site .remodal[data-remodal-id="folder_menu"] {
    margin-top: 0;
  }
  .site .remodal[data-remodal-id="folder_menu"] .folder__menu > li {
    width: 100%;
  }
}
.site .gr-btn-1, .site .filter-block .shop2-filter-btns .shop2-filter-go, .site .sorting-panel .filter-popup-btn, .site .login-form__enter .user-enter-btn, .site .login-form .user-block__orders .user-orders-btn, .site .search-form .search-rows__btn .search-btn, .site .shop2-vendor-folders li a, .site .comments-block .comments-form .tpl-field-button button, .site .comments-block .comments-reg .tpl-btns button, .site .shop2-order-form ~ .form-item.form-item-submit button, .site .text-right-left button, .site .cart-total .cart-total-checkout, .site .cart-registration__btns .cart-registration__btn a, .site .shop2-cart-auth button, .site .remodal[data-remodal-id="cart-auth-remodal"] .form-registration__btn, .site .shop2-compare-switch a.shop2-compare-switch-active, .site .news-block__more_nb.news_btn_more, .site .text-block__btn, .site .top-fixed-panel .cat-fixed-btn-mobile, .site .top-fixed-panel .cat-fixed-btn, .site .timer-block__btn a, .site .shop2-product-actions dl dt.promo-action {
  border-radius: 6px;
}
.site #search-result {
  width: auto;
  padding: 20px 0;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  left: 0;
  border-radius: 12px;
}
.site #search-result .search-result-bottom {
  padding-left: 20px;
  padding-right: 20px;
}
.site #search-result .search-result-bottom .search-result-btn {
  border: 1px solid var(--light-bgon-border-20);
  border-radius: 6px;
  padding: 15px 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: #000;
  font-family: var(--font-family);
  box-shadow: none;
  width: 100%;
}
.site #search-result .search-result-bottom .search-result-btn:before {
  display: none;
}
.site #search-result .search-result-bottom .search-result-btn:hover {
  color: #fff;
}
.site #search-result .search-result-top {
  flex-direction: column;
}
.site #search-result .search-result-top .search-result-right {
  margin: 0 20px 27px;
  width: 100%;
  height: auto;
  flex: none;
}
.site #search-result .search-result-top .search-result-right .folders-search-title {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  font-family: var(--font-family);
}
.site #search-result .search-result-top .search-result-right .folders-search-title span {
  display: none;
}
.site #search-result .search-result-top .search-result-right .folder-items .folder-item {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.site #search-result .search-result-top .search-result-right .folder-items .folder-item a {
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  color: #000;
  text-decoration: none;
  font-family: var(--font-family);
}
.site #search-result .search-result-top .search-result-right .folder-items .folder-item a:hover {
  color: #de6845;
}
.site #search-result .search-result-top .search-result-left {
  order: 1;
  width: 100%;
}
.site #search-result .search-result-top .search-result-left .products-search-title {
  display: none;
}
.site #search-result .search-result-top .search-result-left .product-items .product-item {
  padding: 8px 60px 8px 20px;
  transition: all 0.3s;
  position: relative;
  margin: 0;
  border-bottom: 1px solid var(--primary-10);
}
.site #search-result .search-result-top .search-result-left .product-items .product-item:last-child {
  border: none;
}
.site #search-result .search-result-top .search-result-left .product-items .product-item:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 30px;
  height: 30px;
  margin: auto;
  opacity: 0;
  background: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.1211 15.4999L19.5605 23.0604L17.4395 20.9393L21.3789 16.9999H3V13.9999H21.3789L17.4395 10.0604L19.5605 7.93933L27.1211 15.4999Z' fill='black'/%3E%3C/svg%3E%0A") 50% no-repeat;
  transition: all 0.3s;
}
.site #search-result .search-result-top .search-result-left .product-items .product-item:hover {
  background: var(--light-bgon-bg);
}
.site #search-result .search-result-top .search-result-left .product-items .product-item:hover:before {
  opacity: 1;
}
.site #search-result .search-result-top .search-result-left .product-items .product-item .product-image {
  margin-right: 18px;
}
.site #search-result .search-result-top .search-result-left .product-items .product-item .product-text .product-name {
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  color: #000;
  margin-bottom: 6px;
  font-family: var(--font-family);
}
.site #search-result .search-result-top .search-result-left .product-items .product-item .product-text .product-name a {
  color: #000;
  text-decoration: none;
}
.site #search-result .search-result-top .search-result-left .product-items .product-item .product-text .product-text-price {
  margin: 0;
  font-family: var(--font-family);
}
.site #search-result .search-result-top .search-result-left .product-items .product-item .product-text .product-text-price .price {
  font-weight: 800;
  font-size: 16px;
  line-height: 110%;
  color: #000;
}
@media (max-width: 1024px) {
  .site .search-form-wrap__top_sfw {
    border-radius: 6px;
  }
  .site .search-block {
    border-radius: 6px;
  }
  .site .search-block .search-block__input {
    border-radius: 6px;
  }
  .site .search-block .search-block__btn.search_block_btn {
    border-radius: 6px;
  }
  .site .search-block .search-block__btn.search_block_btn svg {
    fill: #fff;
  }
}
.site .phone-block {
  position: relative;
}
.site .drop_contacts {
  position: absolute;
  top: 100%;
  right: 0;
  width: 325px;
  padding: 20px;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 12px;
  transition: all 0.3s;
  z-index: 20;
  font-family: var(--font-family);
  opacity: 0;
  visibility: hidden;
}
.site .drop_contacts.active {
  opacity: 1;
  visibility: visible;
}
.site .drop_contacts .btn_form_call {
  border: 1px solid var(--light-bgon-border-20);
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: #000;
  cursor: pointer;
  padding: 15px 24px;
  transition: all 0.3s;
}
.site .drop_contacts .btn_form_call:hover {
  background: #de6845;
  color: #fff;
}
.site .drop_contacts .name_title {
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 5px;
}
.site .drop_contacts .phone-block__body_ {
  font-weight: 600;
  font-size: 20px;
  color: #000;
  padding: 0 0 11px;
}
.site .drop_contacts .phone-block__body_ a {
  text-decoration: none;
  color: #000;
}
.site .drop_contacts .address {
  font-weight: 500;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 5px;
  white-space: break-spaces;
}
.site .drop_contacts .email {
  font-weight: 500;
  font-size: 16px;
  line-height: 104%;
  color: #de6845;
  margin-bottom: 11px;
}
.site .drop_contacts .email a {
  text-decoration: none;
  color: #de6845;
  border-bottom: 1px solid #de6845;
}
.site .drop_contacts .email a:hover {
  border-color: transparent;
}
.site .drop_contacts .social-block-wrap {
  width: 100%;
  padding: 0 0 25px;
}
.site .drop_contacts .social-block-wrap .social-block__body_sb {
  display: flex;
  gap: 5px;
}
.site .drop_contacts .social-block-wrap .social-block__body_sb a {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  filter: invert(100%);
}
.site .drop_contacts .social-block-wrap .social-block__body_sb a img {
  border-radius: 4px;
}
.site .remodal {
  border-radius: 16px;
}
@media (max-width: 767px) {
  .site .remodal {
    border-radius: 0;
  }
}
.site .remodal .tpl-field.tpl-field-button {
  border-radius: 6px;
}
@media (min-width: 1025px) {
  .site .remodal .remodal-close-btn {
    top: 0;
    right: -50px;
    background: none;
  }
  .site .remodal .remodal-close-btn svg {
    fill: #fff !important;
  }
}
.site .site-main__inner {
  padding-top: 20px;
  padding-bottom: 84px;
}
@media (max-width: 1024px) {
  .site .site-main__inner {
    padding-bottom: 36px;
  }
}
.site .site-main__inner .site-path {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--light-bgon-sec-80);
  margin: 0 0 16px;
}
.site .site-main__inner .site-path a {
  color: var(--light-bgon-sec-80);
}
@media (max-width: 767px) {
  .site .site-main__inner .site-path {
    font-size: 15px;
  }
}
.site h1 {
  font-weight: 800;
  font-size: 48px;
  line-height: 110%;
  color: #000;
  margin: 0 0 40px;
}
@media (max-width: 1024px) {
  .site h1 {
    font-size: 36px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .site h1 {
    font-size: 26px;
    margin-bottom: 16px;
  }
}
.site .content_column_main {
  display: flex;
  align-items: start;
  gap: 32px;
  padding-top: 1px;
}
@media (max-width: 1290px) {
  .site .content_column_main {
    gap: 30px;
  }
}
.site .content_column_main .left_panel {
  flex: 0 0 320px;
}
@media (max-width: 1380px) {
  .site .content_column_main .left_panel {
    flex: 0 0 280px;
  }
}
@media (max-width: 1290px) {
  .site .content_column_main .left_panel {
    flex: 0 0 280px;
  }
}
@media (max-width: 1024px) {
  .site .content_column_main {
    display: block;
  }
  .site .content_column_main .left_panel {
    border: none;
    padding: 0;
  }
}
.site .content_column_main .right_content {
  flex: 1 1 auto;
}
.site .folder_block_left {
  margin-bottom: 40px;
  box-shadow: 0 4px 20px 0 var(--primary-10);
  background: #fff;
  padding: 20px 12px;
  font-family: var(--font-family);
  border-radius: 5px;
}
@media (max-width: 1024px) {
  .site .folder_block_left {
    display: none;
  }
}
.site .folder_block_left .name_title {
  font-weight: 800;
  font-size: 20px;
  line-height: 110%;
  color: #000;
  padding: 10px 16px;
}
.site .folder_block_left .folder_list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site .folder_block_left .folder_list > li > a {
  padding: 10px 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #000;
  text-decoration: none;
  display: block;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.site .folder_block_left .folder_list > li > a:hover {
  color: var(--primary);
}
.site .folder_block_left .folder_list > li.has > a {
  padding-right: 50px;
}
.site .folder_block_left .folder_list > li.has > a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  width: 20px;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 8L10 12L14 8' stroke='black' stroke-width='2' /%3E%3C/svg%3E") 50% no-repeat;
}
.site .folder_block_left .folder_list > li ul {
  display: none;
  margin: 0;
  list-style: none;
  padding: 0 16px 10px;
  background: var(--light-bgon-bg);
  border-radius: 0 0 6px 6px;
}
.site .folder_block_left .folder_list > li ul li a {
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: var(--light-bgon-sec);
  text-decoration: none;
  display: block;
  position: relative;
  padding: 4px 0;
  transition: all 0.3s;
}
.site .folder_block_left .folder_list > li ul li a:hover {
  color: #000;
}
.site .folder_block_left .folder_list > li ul li.opened > a {
  color: #000;
}
.site .folder_block_left .folder_list > li.opened > a {
  background: var(--light-bgon-bg);
}
.site .folder_block_left .folder_list > li.opened > a:before {
  transform: rotate(180deg);
}
.site .folder_block_left .folder_list > li.opened.has > a {
  border-radius: 6px 6px 0 0;
}
.site .folder_block_left .folder_list > li.opened > ul {
  display: block;
}
.site .gr-large-input-desktop, .site .filter-block .shop2-filter__body input[type="text"], .site .filter-block .shop2-filter__body input[type="email"], .site .filter-block .shop2-filter__body input[type="tel"], .site .filter-block .shop2-filter__body input[type="number"], .site .filter-block .shop2-filter__body input[type="password"], .site .filter-block .shop2-filter__body select:not([multiple]), .site .login-form__row.gr-field-style input[type="text"], .site .login-form__row.gr-field-style input[type="password"], .site .search-form .row-body input[type="text"], .site .search-form .row-body input[type="email"], .site .search-form .row-body input[type="tel"], .site .search-form .row-body input[type="number"], .site .search-form .row-body input[type="password"], .site .search-form .row-body select:not([multiple]), .site .question-form .tpl-anketa__right .tpl-field input[type="text"], .site .question-form .tpl-anketa__right .tpl-field input[type="email"], .site .question-form .tpl-anketa__right .tpl-field input[type="tel"], .site .question-form .tpl-anketa__right .tpl-field input[type="number"], .site .question-form .tpl-anketa__right .tpl-field input[type="password"], .site .bottom-form .tpl-anketa__right .tpl-field input[type="text"], .site .bottom-form .tpl-anketa__right .tpl-field input[type="email"], .site .bottom-form .tpl-anketa__right .tpl-field input[type="tel"], .site .bottom-form .tpl-anketa__right .tpl-field input[type="number"], .site .bottom-form .tpl-anketa__right .tpl-field input[type="password"] {
  padding: 15px 20px;
  border-radius: 6px;
}
.site .filter-block {
  border: 1px solid var(--primary-10);
  border-radius: 6px;
  padding: 35px 30px;
  font-family: var(--font-family);
}
@media (max-width: 1024px) {
  .site .filter-block {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 320px;
    background: #fff;
    transform: translate(-100%, 0);
    transition: all 0.3s;
    z-index: 100;
    box-shadow: 0 0 0 3000px rgba(0, 0, 0, 0.5);
  }
  .site .filter-block.opened {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
  }
  .site .filter-block .filter-block__inner {
    padding: 20px 20px 30px;
    position: absolute;
    top: 40px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
  }
  .site .filter-block .close_filter {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
  }
  .site .filter-block .close_filter svg {
    display: block;
  }
}
.site .filter-block .shop2-filter__header {
  font-weight: 800;
  font-size: 20px;
  line-height: 110%;
  color: var(--primary);
  margin: 0 0 10px;
  padding: 0;
}
.site .filter-block .shop2-filter__title {
  padding: 18px 30px 18px 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 112%;
  color: #000;
}
.site .filter-block .shop2-filter__title .shop2-filter__title-icon {
  box-shadow: none;
  border: none;
  border-radius: 6px;
}
.site .filter-block .shop2-filter__body input[type="text"], .site .filter-block .shop2-filter__body select:not([multiple]) {
  background-color: #F5F6F9;
  font-weight: 400;
  font-size: 16px;
  line-height: 115%;
  color: var(--light-bgon-sec);
}
.site .filter-block .shop2-filter__params {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.site .filter-block .shop2-filter__params .shop2-filter__checkbox {
  vertical-align: top;
  margin: 0;
}
.site .filter-block .shop2-filter__params .shop2-filter__checkbox a.param-val {
  padding: 6px 10px;
  background: var(--light-bgon-bg);
  border-radius: 4px;
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
  color: #000;
}
.site .filter-block .shop2-filter__params .shop2-filter__checkbox a.param-val:before {
  display: none;
}
.site .filter-block .shop2-filter__params .shop2-filter__checkbox a.param-val.active-val {
  background: #000;
  color: #fff;
}
.site .filter-block .gr-filter-more .gr-filter-more__btn {
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  color: #000;
  border: none;
  box-shadow: none;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
  padding: 0 0 3px;
  background: none;
  border-radius: 0;
}
.site .filter-block .gr-filter-more .gr-filter-more__btn:hover {
  opacity: 0.8;
}
.site .filter-block .shop2-filter__add .shop2-filter-btns .shop2-filter-go.gr_filter_go {
  background: #000;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
}
.site .filter-block .shop2-filter__add .shop2-filter-btns .shop2-filter-go.gr_filter_go:hover {
  opacity: 0.8;
}
.site .filter-block .shop2-filter__add .shop2-filter-btns .shop2-filter-reset.gr_filter_reset {
  box-shadow: inset 0 0 0 1px var(--light-bgon-border-20);
  font-weight: 500;
  font-size: 16px;
  color: #000;
  line-height: 120%;
  text-align: center;
}
.site .filter-block .shop2-filter__add .shop2-filter-btns .shop2-filter-reset.gr_filter_reset span {
  padding: 0;
}
.site .filter-block .shop2-filter__add .shop2-filter-btns .shop2-filter-reset.gr_filter_reset:hover {
  color: #fff;
}
.site .folders-submenu {
  display: none;
}
.site .mobile_action_btn {
  display: none;
}
.site .mobile_action_btn .cat_btn {
  cursor: pointer;
  height: 50px;
  border: 1px solid var(--light-bgon-border-20);
  border-radius: 6px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  gap: 4px;
  justify-content: center;
  line-height: 120%;
  text-align: center;
  color: #000;
  flex: 0 0 calc(50% - 4px);
}
.site .mobile_action_btn .cat_btn:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_8845_777' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='30' height='30'%3E%3Cpath d='M10 19C10.5523 19 11 19.4477 11 20V22C11 22.5523 10.5523 23 10 23H8C7.44772 23 7.00001 22.5523 7 22V20C7 19.4477 7.44772 19 8 19H10ZM16 19C16.5523 19 17 19.4477 17 20V22C17 22.5523 16.5523 23 16 23H14C13.4477 23 13 22.5523 13 22V20C13 19.4477 13.4477 19 14 19H16ZM22 19C22.5523 19 23 19.4477 23 20V22C23 22.5523 22.5523 23 22 23H20C19.4477 23 19 22.5523 19 22V20C19 19.4477 19.4477 19 20 19H22ZM10 13C10.5523 13 11 13.4477 11 14V16C11 16.5523 10.5523 17 10 17H8C7.44772 17 7 16.5523 7 16V14C7 13.4477 7.44772 13 8 13H10ZM16 13C16.5523 13 17 13.4477 17 14V16C17 16.5523 16.5523 17 16 17H14C13.4477 17 13 16.5523 13 16V14C13 13.4477 13.4477 13 14 13H16ZM22 13C22.5523 13 23 13.4477 23 14V16C23 16.5523 22.5523 17 22 17H20C19.4477 17 19 16.5523 19 16V14C19 13.4477 19.4477 13 20 13H22ZM10 7C10.5523 7 11 7.44772 11 8V10C11 10.5523 10.5523 11 10 11H8C7.44772 11 7 10.5523 7 10V8C7 7.44772 7.44772 7 8 7H10ZM16 7C16.5523 7 17 7.44772 17 8V10C17 10.5523 16.5523 11 16 11H14C13.4477 11 13 10.5523 13 10V8C13 7.44772 13.4477 7 14 7H16ZM22 7C22.5523 7 23 7.44772 23 8V10C23 10.5523 22.5523 11 22 11H20C19.4477 11 19 10.5523 19 10V8C19 7.44772 19.4477 7 20 7H22Z' fill='black'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_8845_777)'%3E%3Crect width='30' height='30' fill='black'/%3E%3C/g%3E%3C/svg%3E%0A") 50% no-repeat;
}
.site .mobile_action_btn .filter_popup_btn {
  cursor: pointer;
  height: 50px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  gap: 4px;
  justify-content: center;
  line-height: 120%;
  text-align: center;
  color: #fff;
  background: #000;
  flex: 0 0 calc(50% - 4px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .site .mobile_action_btn {
    display: flex;
    gap: 8px;
    flex: 0 0 290px;
  }
  .site .mobile_action_btn .cat_btn {
    flex: 0 0 168px;
  }
  .site .mobile_action_btn .filter_popup_btn {
    flex: 114px;
  }
}
@media (max-width: 767px) {
  .site .mobile_action_btn {
    margin-bottom: 8px;
    display: flex;
    gap: 8px;
  }
}
.site .sorting-panel {
  padding-bottom: 20px;
}
.site .sorting-panel .shop-view {
  border: 1px solid var(--primary-10);
  border-radius: 6px;
  height: 50px;
  padding: 4px 0;
  margin-right: 0;
}
.site .sorting-panel .shop-view .shop-view__item {
  margin: 0;
  width: 46px;
  height: 40px;
  border-right: 1px solid var(--primary-10);
}
.site .sorting-panel .shop-view .shop-view__item:last-child {
  border: none;
}
@media (max-width: 650px) {
  .site .sorting-panel .shop-view {
    height: 42px;
    padding: 0;
    margin-right: 0;
  }
  .site .sorting-panel .shop-view .shop-view__body {
    width: 42px;
  }
  .site .sorting-panel .shop-view .shop-view__item {
    border: none;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
  }
}
.site .sorting-panel .sorting-panel__body .sorting-block__result > i svg {
  fill: transparent;
  width: 20px;
  height: 20px;
}
.site .sorting-panel .sorting-panel__body .sorting-panel__add-wrap {
  padding: 0;
  border: none;
  box-shadow: none;
}
.site .sorting-panel .sorting-panel__body .sorting-panel__add-wrap .sorting-block {
  height: 50px;
  width: 250px;
  min-width: 250px;
}
.site .sorting-panel .sorting-panel__body .sorting-panel__add-wrap .sorting-block .sorting-block__body {
  height: 50px;
  border: 1px solid var(--light-bgon-border-20);
  border-radius: 6px;
  background: #f5f6f9;
}
.site .sorting-panel .sorting-panel__body .sorting-panel__add-wrap .sorting-block .sorting-block__body .sorting-block__result {
  line-height: 50px;
  padding: 0 20px;
}
@media (max-width: 650px) {
  .site .sorting-panel .sorting-panel__body .sorting-panel__add-wrap .sorting-block {
    height: 42px;
  }
  .site .sorting-panel .sorting-panel__body .sorting-panel__add-wrap .sorting-block .sorting-block__body {
    height: 42px;
  }
  .site .sorting-panel .sorting-panel__body .sorting-panel__add-wrap .sorting-block .sorting-block__body .sorting-block__result {
    line-height: 42px;
    padding: 0 20px;
  }
}
@media (max-width: 450px) {
  .site .sorting-panel .sorting-panel__body .sorting-panel__add-wrap .sorting-block {
    width: 190px;
    min-width: 190px;
  }
  .site .sorting-panel .sorting-panel__body .sorting-panel__add-wrap .sorting-block .sorting-block__body .sorting-block__result span {
    padding-left: 0;
  }
  .site .sorting-panel .sorting-panel__body .sorting-panel__add-wrap .sorting-block .sorting-block__body .sorting-block__result span i {
    display: none;
  }
}
.site .sorting-panel .sorting-panel__body .sorting-panel__add-wrap .sorting-block.active .sorting-block__body {
  height: auto;
}
@media (max-width: 850px) {
  .site .sorting-panel .sorting-panel__body {
    display: block;
  }
  .site .sorting-panel .sorting-panel__body .sorting-panel__add-wrap {
    margin-top: 10px;
    margin-left: 0;
  }
}
.site .shop-view .shop-view__item svg {
  opacity: 0.6;
}
.site .shop-view .shop-view__item:hover svg, .site .shop-view .shop-view__item.active-view svg, .site .shop-view .shop-view__item.active-view:hover svg {
  fill: #000;
  opacity: 1;
}
.site .products-in-page {
  position: absolute;
  top: 0;
  left: 258px;
  width: 105px;
}
@media (max-width: 450px) {
  .site .products-in-page {
    width: 77px;
    left: 198px;
  }
}
.site .products-in-page select {
  font-weight: 400;
  font-size: 16px;
  line-height: 115%;
  color: var(--light-bgon-sec);
  background: #f5f6f9 url("data:image/svg+xml,%3Csvg lass='gr-svg-icon' width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 7.00049L10 14.0005L17 7.00049' stroke='black' stroke-width='2' /%3E%3C/svg%3E") calc(100% - 10px) 50% no-repeat;
  box-shadow: none;
  padding: 0 40px 0 15px;
  height: 50px;
  border: 1px solid var(--light-bgon-border-20);
  border-radius: 6px;
  width: 100%;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 0.3s;
}
@media (max-width: 650px) {
  .site .products-in-page select {
    height: 42px;
    padding-right: 30px;
  }
}
.site .products-in-page select::-ms-expand {
  display: none;
}
.site .inner-folders {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .site .inner-folders {
    margin: 0 0 20px;
  }
}
.site .inner-folders .cat_in_block {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  .site .inner-folders .cat_in_block {
    gap: 16px 8px;
  }
}
.site .inner-folders .cat_in_block a {
  flex: 0 0 calc(25% - 15px);
  background: var(--light-bgon-bg);
  border-radius: 8px;
  padding: 1px;
  transition: all 0.3s;
  text-decoration: none;
  font-family: var(--font-family);
}
@media (max-width: 991px) {
  .site .inner-folders .cat_in_block a {
    flex: 0 0 calc(33.33% - 14px);
  }
}
.site .inner-folders .cat_in_block a .icon_wrap {
  border-radius: 6px;
  overflow: hidden;
  height: 200px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site .inner-folders .cat_in_block a .foldname {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  padding: 16px;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .site .inner-folders .cat_in_block a {
    flex: 0 0 calc(50% - 4px);
  }
  .site .inner-folders .cat_in_block a .icon_wrap {
    height: 140px;
  }
  .site .inner-folders .cat_in_block a .foldname {
    padding: 10px;
  }
}
.site .inner-folders .cat_in_block a:hover {
  background: #000;
}
.site .inner-folders .cat_in_block a:hover .foldname {
  color: #fff;
}
.site .lazy-pagelist {
  font-family: var(--font-family);
  margin: 20px 0 40px;
}
.site .lazy-pagelist .shop-pagelist {
  padding: 13px 30px;
  box-shadow: none;
  text-align: left;
  background: var(--light-bgon-bg);
}
.site .lazy-pagelist .shop-pagelist .shop-pagelist__body li a, .site .lazy-pagelist .shop-pagelist .shop-pagelist__body li span {
  font-weight: 700;
  font-size: 15px;
  font-family: var(--third-family);
  text-align: center;
  color: var(--light-bgon-sec);
  line-height: 30px;
}
.site .lazy-pagelist .shop-pagelist .shop-pagelist__body li a svg, .site .lazy-pagelist .shop-pagelist .shop-pagelist__body li span svg {
  fill: transparent;
}
.site .lazy-pagelist .shop-pagelist .shop-pagelist__body li span {
  color: #000;
}
.site .lazy-pagelist .shop-pagelist .shop-pagelist__body li.page-next a, .site .lazy-pagelist .shop-pagelist .shop-pagelist__body li.page-next span, .site .lazy-pagelist .shop-pagelist .shop-pagelist__body li.page-prev a, .site .lazy-pagelist .shop-pagelist .shop-pagelist__body li.page-prev span {
  font-size: 0;
}
.site .lazy-pagelist .lazy-pagelist__body {
  align-items: center;
  flex-direction: row-reverse;
  gap: 20px;
}
.site .lazy-pagelist .lazy-pagelist__body .lazy-pagelist-btn.lazy_pagelist_btn {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  background: #000;
  line-height: 120%;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  box-shadow: none;
  border: none;
  width: 265px;
  height: 56px;
  line-height: 56px;
  padding: 0;
}
.site .lazy-pagelist .lazy-pagelist__body .lazy-pagelist-btn.lazy_pagelist_btn span {
  padding: 0;
}
.site .lazy-pagelist .lazy-pagelist__body .lazy-pagelist-btn.lazy_pagelist_btn span i {
  display: none;
}
@media (max-width: 639px) {
  .site .lazy-pagelist .lazy-pagelist__body .shop-pagelist {
    margin-top: 4px;
    padding: 10px;
    text-align: center;
  }
  .site .lazy-pagelist .lazy-pagelist__body .lazy-pagelist-btn.lazy_pagelist_btn {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
}
.site .product-list.thumbs .product-item {
  padding: 20px 20px;
  border: 1px solid var(--primary-10);
  border-radius: 8px;
  background: #fff;
  transition: all 0.3s;
}
@media (max-width: 639px) {
  .site .product-list.thumbs .product-item {
    padding: 0;
    border: none;
    margin: 0 4px 10px;
    width: calc(50% - 8px);
  }
  .site .product-list.thumbs .product-item .product-flags .product-flags__item span {
    padding: 3px 6px;
    font-size: 8px;
  }
}
@media (min-width: 640px) {
  .site .product-list.thumbs .product-item:hover {
    box-shadow: 0 20px 26px 0 var(--primary-10);
    background: #fff;
  }
}
.site .product-list.thumbs .product-item .quick-view-trigger {
  top: auto;
  left: 0;
  right: 0;
  transform: none;
}
.site .product-list.thumbs .product-item .swiper {
  width: 100%;
}
.site .product-list.thumbs .product-item .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0 !important;
}
.site .product-list.thumbs .product-item .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.site .product-list.thumbs .product-item .product-compare svg {
  fill: #000;
  opacity: 1;
}
.site .product-list.thumbs .product-item .product-compare.product-compare-added svg {
  fill: #000;
}
.site .product-list.thumbs .product-item .slider-image-wrapper {
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  cursor: pointer;
  position: relative;
}
.site .product-list.thumbs .product-item .slider-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.site .product-list.thumbs .product-item .swiper-pagination {
  bottom: -9px !important;
  left: 0;
  right: 0;
  display: flex;
  gap: 4px;
  width: 100%;
}
.site .product-list.thumbs .product-item .swiper-pagination-bullet {
  flex: 1 1 auto;
  height: 2px !important;
  min-height: 2px;
  border: none;
  background: var(--primary-10);
  border-radius: 0 !important;
  opacity: 1 !important;
  transition: background 0.3s;
  box-shadow: none;
}
.site .product-list.thumbs .product-item .swiper-pagination-bullet-active {
  background: var(--accent1);
}
.site .product-list.thumbs .gr-product-name a {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  color: var(--primary);
}
.site .product-list.thumbs .product-price {
  display: flex;
  align-items: end;
  gap: 8px;
  flex-direction: row;
  padding-bottom: 8px;
  justify-content: start;
}
.site .product-list.thumbs .product-price .price-current {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 20px;
  line-height: 110%;
  color: var(--primary);
}
.site .product-list.thumbs .product-price .price-current strong {
  font-weight: 800;
  font-size: 20px;
  line-height: 110%;
  color: var(--primary);
}
.site .product-list.thumbs .product-price .price-old {
  order: 1;
  margin: 0;
}
.site .product-list.thumbs .product-price .price-old span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
  color: rgba(0, 0, 0, 0.8);
}
.site .product-list.thumbs .product-price .price-old strong {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  color: rgba(0, 0, 0, 0.8);
}
.site .product-list.thumbs .tpl-stars, .site .product-list.thumbs .product-article, .site .product-list.thumbs .gr-product-options, .site .product-list.thumbs .product-additional__top-right, .site .product-list.thumbs .gr-product-anonce, .site .product-list.thumbs .product-additional__bottom {
  display: none;
}
@media (max-width: 767px) {
  .site .product-list.thumbs .ekonomy-block__percent {
    font-size: 8px;
    padding: 5px 6px;
  }
  .site .product-list.thumbs .ekonomy-block__sum {
    font-size: 10px;
    padding: 3.5px 6px;
  }
  .site .product-list.thumbs .gr-product-image .swiper-pagination {
    display: none;
  }
  .site .product-list.thumbs .gr-product-name a {
    font-size: 14px;
  }
  .site .product-list.thumbs .product-stock {
    margin: 8px 0;
  }
  .site .product-list.thumbs .product-stock .product-stock__title {
    font-size: 10px;
  }
  .site .product-list.thumbs .product-price {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
  }
  .site .product-list.thumbs .product-price .price-current {
    font-size: 16px;
  }
  .site .product-list.thumbs .product-price .price-current strong {
    font-weight: 800;
    font-size: 16px;
  }
  .site .product-list.thumbs .product-price .price-old {
    order: 1;
    margin: 0;
  }
  .site .product-list.thumbs .product-price .price-old span {
    font-size: 14px;
  }
  .site .product-list.thumbs .product-price .price-old strong {
    font-size: 14px;
  }
}
.site .product-list.thumbs .product-additional__top-left .product-stock {
  display: none;
}
.site [id ^= sandbox_theme_panel] {
  color: #000;
  width: 100px !important;
  font-size: 10px !important;
  right: 0 !important;
  top: auto !important;
  bottom: 120px !important;
}
.site .product-list.thumbs.main_blocks_list .product-item {
  padding: 20px 20px;
  border: 1px solid var(--primary-10);
  border-radius: 8px;
  background: #fff;
  transition: all 0.3s;
}
.site .product-list.thumbs.main_blocks_list .product-item .product-additional__top-left .product-stock {
  display: none;
}
@media (min-width: 640px) {
  .site .product-list.thumbs.main_blocks_list .product-item:hover {
    box-shadow: 0 8px 12px 0 var(--primary-10);
    background: #fff;
  }
}
.site .product-list.thumbs.main_blocks_list .product-item .tpl-stars, .site .product-list.thumbs.main_blocks_list .product-item .product-article, .site .product-list.thumbs.main_blocks_list .product-item .gr-product-options, .site .product-list.thumbs.main_blocks_list .product-item .product-additional__top-right, .site .product-list.thumbs.main_blocks_list .product-item .gr-product-anonce, .site .product-list.thumbs.main_blocks_list .product-item .product-additional__bottom {
  display: none;
}
@media (min-width: 541px) and (max-width: 767px) {
  .site .product-list.simple {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
}
.site .product-list.simple .product-item {
  padding: 30px;
  border: 1px solid var(--primary-10);
  border-radius: 8px;
  background: #fff;
  transition: all 0.3s;
  box-shadow: none;
}
.site .product-list.simple .product-item .product-additional__top-left .product-stock {
  display: none;
}
.site .product-list.simple .product-item .shop-product-btn.type-2.notavailable {
  width: 100% !important;
}
.site .product-list.simple .product-item .product-flags {
  z-index: 1;
  top: auto;
  bottom: 2px;
  left: 2px;
  pointer-events: none;
  flex-direction: column;
}
.site .product-list.simple .product-item .product-flags__left {
  display: flex;
  flex-direction: column;
}
.site .product-list.simple .product-item .product-flags__item.new_item span {
  background: #5cc266;
}
.site .product-list.simple .product-item .product-flags__item.spec_item span {
  background: var(--accent1);
}
.site .product-list.simple .product-item .product-flags__item span {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 6px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .site .product-list.simple .product-item {
    padding: 0;
    border: none;
    margin: 0 10px 20px;
    width: calc(50% - 20px);
  }
  .site .product-list.simple .product-item .product-flags .product-flags__item span {
    padding: 3px 6px;
    font-size: 8px;
  }
}
@media (max-width: 540px) {
  .site .product-list.simple .product-item {
    width: 100%;
    margin: 0 0 20px;
  }
}
@media (min-width: 768px) {
  .site .product-list.simple .product-item:hover {
    box-shadow: 0 20px 26px 0 var(--primary-10);
    background: #fff;
  }
}
.site .product-list.simple .product-item .quick-view-trigger {
  top: auto;
  left: 0;
  right: 0;
  transform: none;
}
.site .product-list.simple .product-item .swiper {
  width: 100%;
}
.site .product-list.simple .product-item .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0 !important;
}
.site .product-list.simple .product-item .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.site .product-list.simple .product-item .gr-favorite-btn-wrapper .gr-favorite-btn {
  padding-left: 0;
}
.site .product-list.simple .product-item .product-compare svg {
  fill: #000;
  opacity: 1;
}
.site .product-list.simple .product-item .product-compare.product-compare-added svg {
  fill: #000;
}
.site .product-list.simple .product-item .slider-image-wrapper {
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  cursor: pointer;
  position: relative;
}
.site .product-list.simple .product-item .slider-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.site .product-list.simple .product-item .swiper-pagination {
  bottom: -9px !important;
  left: 0;
  right: 0;
  display: flex;
  gap: 4px;
  width: 100%;
}
.site .product-list.simple .product-item .swiper-pagination-bullet {
  flex: 1 1 auto;
  height: 2px !important;
  min-height: 2px;
  border: none;
  background: var(--primary-10);
  border-radius: 0 !important;
  opacity: 1 !important;
  transition: background 0.3s;
  box-shadow: none;
}
.site .product-list.simple .product-item .swiper-pagination-bullet-active {
  background: var(--accent1);
}
.site .product-list.simple .product-item .gr-product-name a {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  color: var(--primary);
}
.site .product-list.simple .product-item .product-additional__top-right {
  padding-top: 20px;
}
.site .product-list.simple .product-item .product-additional__top-right .product-item-btns .product-amount .shop2-product-amount {
  box-shadow: inset 0 0 0 1px var(--light-bgon-border-20);
  border-radius: 6px;
  background: var(--light-bgon-bg-80);
}
.site .product-list.simple .product-item .product-additional__top-right .shop-product-btn.type-2 {
  width: calc(50% - 5px);
}
.site .product-list.simple .product-item .product-price {
  display: flex;
  align-items: end;
  gap: 8px;
  flex-direction: row;
  padding-bottom: 8px;
  justify-content: start;
}
.site .product-list.simple .product-item .product-price .price-current {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 20px;
  line-height: 110%;
  color: var(--primary);
}
.site .product-list.simple .product-item .product-price .price-current strong {
  font-weight: 800;
  font-size: 20px;
  line-height: 110%;
  color: var(--primary);
}
.site .product-list.simple .product-item .product-price .price-old {
  order: 1;
  margin: 0;
}
.site .product-list.simple .product-item .product-price .price-old span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
  color: rgba(0, 0, 0, 0.8);
}
.site .product-list.simple .product-item .product-price .price-old strong {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  color: rgba(0, 0, 0, 0.8);
}
.site .product-list-titles {
  border: 1px solid var(--primary-10);
  border-bottom: none;
  border-radius: 6px 6px 0 0;
}
.site .product-list.list {
  border: 1px solid var(--primary-10);
  border-top: none;
  border-radius: 0 0 6px 6px;
}
@media (max-width: 767px) {
  .site .product-list.list {
    border: none;
  }
}
.site .product-list.list .product-item {
  padding: 30px;
  border: none;
  background: #fff;
  transition: all 0.3s;
}
.site .product-list.list .product-item .product-flags {
  z-index: 1;
  pointer-events: none;
}
.site .product-list.list .product-item .product-flags__left {
  display: flex;
}
.site .product-list.list .product-item .product-flags__item.new_item span {
  background: #5cc266;
}
.site .product-list.list .product-item .product-flags__item.spec_item span {
  background: var(--accent1);
}
.site .product-list.list .product-item .product-flags__item span {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 6px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .site .product-list.list .product-item {
    padding: 0;
    border: none;
  }
  .site .product-list.list .product-item .product-flags .product-flags__item span {
    padding: 3px 6px;
    font-size: 8px;
  }
}
@media (max-width: 540px) {
  .site .product-list.list .product-item {
    width: 100%;
    margin: 0 0 20px;
  }
}
.site .product-list.list .product-item .quick-view-trigger {
  top: auto;
  left: 0;
  right: 0;
  transform: none;
  font-size: 0;
}
.site .product-list.list .product-item .quick-view-trigger i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site .product-list.list .product-item .quick-view-trigger i svg {
  display: block;
}
.site .product-list.list .product-item .quick-view-trigger i svg.gr_small_icon {
  display: none;
}
.site .product-list.list .product-item .swiper {
  width: 100%;
}
.site .product-list.list .product-item .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0 !important;
}
.site .product-list.list .product-item .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.site .product-list.list .product-item .gr-favorite-btn-wrapper .gr-favorite-btn {
  padding-left: 0;
}
.site .product-list.list .product-item .product-compare svg {
  fill: #000;
  opacity: 1;
}
.site .product-list.list .product-item .product-compare.product-compare-added svg {
  fill: #000;
}
.site .product-list.list .product-item .slider-image-wrapper {
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  cursor: pointer;
  position: relative;
}
.site .product-list.list .product-item .slider-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.site .product-list.list .product-item .swiper-pagination {
  bottom: -9px !important;
  left: 0;
  right: 0;
  display: flex;
  gap: 4px;
  width: 100%;
}
.site .product-list.list .product-item .swiper-pagination-bullet {
  flex: 1 1 auto;
  height: 2px !important;
  min-height: 2px;
  border: none;
  background: var(--primary-10);
  border-radius: 0 !important;
  opacity: 1 !important;
  transition: background 0.3s;
  box-shadow: none;
}
.site .product-list.list .product-item .swiper-pagination-bullet-active {
  background: var(--accent1);
}
.site .product-list.list .product-item .gr-product-name a {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  color: var(--primary);
}
.site .product-list.list .product-item .product-additional__top-right {
  padding-top: 0;
  width: calc(100% - 174px);
}
.site .product-list.list .product-item .product-additional__top-right .product-item-btns .product-amount .shop2-product-amount {
  box-shadow: inset 0 0 0 1px var(--light-bgon-border-20);
  border-radius: 6px;
  background: var(--light-bgon-bg-80);
  width: 90px;
  margin-right: 8px;
}
.site .product-list.list .product-item .product-additional__top-right .shop-product-btn.type-2 {
  width: calc(100% - 98px);
}
.site .product-list.list .product-item .product-additional__top-right .shop-product-btn.type-2 span {
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: var(--primon);
}
.site .product-list.list .product-item .product-additional__top-right .shop-product-btn.type-2 span i {
  display: none;
}
@media (max-width: 1200px) {
  .site .product-list.list .product-item .product-item__bottom-left {
    flex: 1 1 auto;
  }
}
.site .product-list.list .product-item .product-item__bottom-right {
  width: 410px;
}
.site .product-list.list .product-item .product-item__bottom-right .product-additional__top {
  align-items: start;
  gap: 20px;
}
.site .product-list.list .product-item .product-item__bottom-right .product-additional__top-left {
  width: 154px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.site .product-list.list .product-item .product-item__bottom-right .ekonomy-block {
  flex-wrap: wrap;
  order: -1;
}
.site .product-list.list .product-item .product-item__bottom-right .product-additional__bottom {
  display: none;
}
@media (max-width: 1200px) {
  .site .product-list.list .product-item .product-item__bottom-right {
    display: block;
    width: 260px;
  }
  .site .product-list.list .product-item .product-item__bottom-right .product-additional__top {
    display: block;
  }
  .site .product-list.list .product-item .product-item__bottom-right .product-additional__top-left {
    width: 100%;
  }
  .site .product-list.list .product-item .product-item__bottom-right .product-additional__top-right {
    width: 100%;
  }
}
@media (max-width: 639px) {
  .site .product-list.list .product-item .product-item__bottom-right {
    width: 100%;
    padding-top: 20px;
  }
}
.site .product-list.list .product-item .product-item__bottom-left .product-stock {
  display: none;
}
.site .product-list.list .product-item .product-price .price-current {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 20px;
  line-height: 110%;
  color: var(--primary);
}
.site .product-list.list .product-item .product-price .price-current strong {
  font-weight: 800;
  font-size: 20px;
  line-height: 110%;
  color: var(--primary);
}
.site .product-list.list .product-item .product-price .price-old {
  order: 1;
  margin: 0;
}
.site .product-list.list .product-item .product-price .price-old span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
  color: rgba(0, 0, 0, 0.8);
}
.site .product-list.list .product-item .product-price .price-old strong {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  color: rgba(0, 0, 0, 0.8);
}
.mobile-menu-wrap .mobile-menu-comp-btn {
  padding: 0;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}
.mobile-menu-wrap .mobile-menu-comp-btn .login-btn.login_btn {
  font-weight: 500;
  font-size: 16px;
  padding: 21px 16px;
  display: inline-block;
  vertical-align: top;
  line-height: 120%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--primary);
  cursor: pointer;
}
.mobile-menu-wrap .mobile-menu-menu .mobile-menu {
  padding: 9px 16px;
}
.mobile-menu-wrap .mobile-menu-menu .mobile-menu li a {
  font-weight: 400;
  font-size: 15px;
  color: var(--primary);
  font-family: var(--font-family);
  padding: 11px 0;
}
.mobile-menu-wrap .mobile-menu-menu .mobile-menu li ul {
  display: none;
}
.mobile-menu-wrap .mobile-menu-menu .mobile-menu li.has > a {
  display: inline-flex;
  align-items: center;
}
.mobile-menu-wrap .mobile-menu-menu .mobile-menu li.has > a:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 14L12 10L8 6' stroke='black' stroke-width='2' /%3E%3C/svg%3E") 50%;
}
.mobile-menu-wrap .mobile-menu-menu .mobile-menu li.active > ul {
  display: block;
}
.mobile-menu-wrap .mobile-menu-panel {
  background: var(--light-bgon-bg);
}
.menu_top {
  width: 100%;
  background: #fff;
  padding: 0;
}
.menu_top .mobile-cat {
  margin: 0;
  list-style: none;
  padding: 0;
}
.menu_top .mobile-cat li {
  padding: 0;
  border-bottom: 1px solid var(--light-bgon-border-20);
}
.menu_top .mobile-cat li a {
  padding: 18px 26px 18px 16px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--primary);
  text-decoration: none;
  display: block;
  position: relative;
  margin: 0;
}
.menu_top .mobile-cat li a .open_ul_span {
  display: none;
}
.menu_top .mobile-cat li a .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5859 9.99995L7.29297 4.70706L8.70718 3.29285L15.4143 9.99995L8.70718 16.7071L7.29297 15.2928L12.5859 9.99995Z' fill='black' fill-opacity='0.3' /%3E%3C/svg%3E") 50% no-repeat;
  margin: auto;
}
.menu_top .mobile-cat li ul {
  transform: translateX(100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--light-bgon-bg);
  z-index: 2;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: all 300ms;
  display: block;
}
.menu_top .mobile-cat li ul.loaded {
  transform: translateX(0);
}
.menu_top .mobile-cat li ul.activity {
  overflow-y: auto;
  overflow-x: hidden;
}
.menu_top .mobile-cat li ul li a {
  background: var(--light-bgon-bg);
}
.menu_top .mobile-cat li ul li.back {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--primary);
  padding: 21px 51px;
  position: relative;
  cursor: pointer;
  background: #fff;
  font-family: var(--font-family);
  border: none;
}
.menu_top .mobile-cat li ul li.back:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  width: 30px;
  height: 30px;
  background: url("data:image/svg+xml,%3Csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.70711 0L0.707107 7L0 7.70711L0.707107 8.41421L7.70711 15.4142L9.12132 14L3.82843 8.70711H11.4142V6.70711H3.82843L9.12132 1.41421L7.70711 0ZM17.4142 6.70711H13.4142V8.70711H17.4142V6.70711Z' fill='black' /%3E%3C/svg%3E") 50% no-repeat;
  margin: auto;
}
.menu_top .mobile-cat li ul li.name_parent {
  border: none;
}
.menu_top .mobile-cat li ul li.name_parent > a {
  padding: 18px 16px;
  position: relative;
  cursor: pointer;
  background: #fff;
  text-decoration: none;
  display: block;
  font-family: var(--font-family);
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  border-top: 1px solid rgba(0, 0, 0, 0.16);
}
.menu_top .mobile-cat li ul li.name_parent > a span {
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  color: var(--dark-bgon-bg-80);
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
  position: relative;
}
.menu_top .mobile-cat li ul li.name_parent > a span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.5859 9.99995L8.29297 6.70706L9.70718 5.29285L14.4143 9.99995L9.70718 14.7071L8.29297 13.2928L11.5859 9.99995Z' fill='black' fill-opacity='0.6' /%3E%3C/svg%3E") 50% no-repeat;
}
.menu_top .mobile-cat li ul li.name_parent > a strong {
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--primary);
  display: block;
}
@media (max-width: 767px) {
  .contacts-popup .phone-block svg, .contacts-popup .adress-block svg {
    display: block;
  }
}
.site .product-list.simple .product-item .gr-product-options .gr-options-more, .site .product-list.list .product-item .gr-product-options .gr-options-more {
  max-width: unset;
  display: inline-block;
}
.site .product-list.simple .product-item .gr-product-options .gr-options-more .gr-options-more__btn, .site .product-list.list .product-item .gr-product-options .gr-options-more .gr-options-more__btn {
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  color: #000;
  border: none;
  box-shadow: none;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
  padding: 0 0 3px;
  background: none;
  border-radius: 0;
  display: inline-block;
  width: auto;
}
.site .product-list.simple .product-item .gr-product-options .gr-options-more .gr-options-more__btn span, .site .product-list.list .product-item .gr-product-options .gr-options-more .gr-options-more__btn span {
  padding-right: 0;
}
.site .product-list.simple .product-item .gr-product-options .gr-options-more .gr-options-more__btn i, .site .product-list.list .product-item .gr-product-options .gr-options-more .gr-options-more__btn i {
  display: none;
}
.site .product-list-titles__item:nth-child(3) {
  width: 224px;
}
.site .product-list-titles__item:nth-child(2) {
  width: 176px;
}
@media (max-width: 1100px) {
  .site .product-list-titles__item:nth-child(3), .site .product-list-titles__item:nth-child(2) {
    display: none;
  }
}
.site .phones-body {
  display: flex;
  align-items: center;
}
.site .phones-body .messengers {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 10px;
}
.site .phones-body .messengers a {
  width: 25px;
  height: 25px;
  margin: 2px;
}
.site .drop_contacts .phones-body .messengers a {
  filter: invert(100%);
}
