

/* Start:/local/templates/finestra/components/bitrix/form.result.new/goods/style.css?16184751348838*/
.modal-b {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
    color: #000;
    text-align: left;
    background: #fff;
}
.modal-b_dark {
    background: rgba(0,0,0,0.8);
}
.modal-b::-webkit-scrollbar {
    display: none;
}
.modal-b__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0;
    min-height: 100%;
    position: relative;
    z-index: 2;
}
@media (max-width: 650px) {
    .modal-b__inner {
        padding: 10px;
    }
}
.modal-b__close {
    position: absolute;
    color: #fff;
    top: 15px !important;
    right: 20px !important;
    z-index: 3;
}
@media (max-width: 900px) {
    .modal-b__close {
        right: 0px;
        top: -50px;
    }
}
.modal-b__close_gallery {
    position: relative;
    display: table;
    top: 0;
    right: 0;
    margin: 10px 60px 25px auto;
}
@media (max-width: 900px) {
    .modal-b__close_gallery {
        margin: 0 10px 20px auto;
    }
}
.modal-b__close i {
    cursor: pointer;
    font-size: 28px;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 25px;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
}
.modal-b__close i:before {
    content: 'Ã—';
    display: block;
    position: absolute;
    left: 12px;
    top: 1px;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.modal-b__close i:after {
    opacity: 0;
    -webkit-transition: 0s;
    transition: 0s;
    position: absolute;
    left: 17px;
    top: 10px;
    font-size: 14px;
    content: 'â† Ð—Ð°ÐºÑ€Ñ‹Ñ‚ÑŒ';
    display: block;
}
.modal-b__close_white i {
    border-color: #8a8a8a;
    color: #8a8a8a;
}
@media (min-width: 900px) {
    .modal-b__close:hover i {
        width: 100px;
        -webkit-transition: 0.15s linear;
        transition: 0.15s linear;
    }
    .modal-b__close:hover i:before {
        -webkit-transition: 0.15s linear;
        transition: 0.15s linear;
        opacity: 0;
    }
    .modal-b__close:hover i:after {
        opacity: 1;
        -webkit-transition: 0.15s linear;
        transition: 0.15s linear;
        -webkit-transition-delay: 0.15s;
        transition-delay: 0.15s;
    }
}
.modal-b__close_inside {
    top: 15px;
    right: 20px;
}
.modal-b__block {
    max-width: 450px;
    width: 100%;
    position: relative;
}
.modal-b__block img {
    max-width: 100%;
    height: auto;
}
.modal-b__block_white {
    background: #fff;
    padding: 25px 30px 20px;
}
.modal-b__block_small {
    max-width: 340px;
}
.modal-b__block_nopadding {
    padding: 0;
}
.modal-b__block_big {
    max-width: 1276px !important;
}
.modal-b__block_shadow {
    border-radius: 7px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.16);
}
.modal-b__block_gray {
    background: #f5f5f5;
}
.modal-b__block_fast {
    max-width: 384px;
}
.modal-b__block_smeta {
    max-width: 574px;
}
.modal-b__block_auth {
    max-width: 500px;
}
.modal-b__auth {
    padding: 40px 65px 50px 32px;
}
.modal-b__auth-head {
    margin: 0 auto 20px;
    max-width: 360px;
    padding-left: 26px;
    padding-bottom: 3px;
    border-left: 7px solid #afcb00;
}
.modal-b__auth-title {
    color: #afcb00;
    font-weight: bold;
    margin: 0 0 8px;
    font-size: 36px;
}
.modal-b__auth-note {
    font-size: 18px;
    color: #8a8a8a;
}
.modal-b__auth .modal-b__fast {
    max-width: 290px;
    padding: 0;
    margin: 0 auto;
}
.modal-b__fast {
    text-align: center;
    padding: 40px 20px 25px;
}
.modal-b__fast-title {
    color: #3d3d3d;
    margin: 0 0 18px;
    font-size: 28px;
    font-weight: bold;
}
.modal-b__fast-field {
    margin: 0 0 18px;
    position: relative;
}
.modal-b__fast-field .input-text {
    background: #fff;
    box-shadow: none;
    font-size: 28px;
    height: 56px;
    border-radius: 7px;
}
.modal-b__fast-label {
    margin: 0 0 8px;
    text-align: center;
    font-size: 18px;
    color: #8a8a8a;
}
.modal-b__fast-submit {
    padding: 15px 0 0;
}
.modal-b__fast-submit .btn {
    height: 56px;
    font-size: 18px;
    min-width: 190px;
    border-radius: 28px;
}
.modal-b__save {
    text-align: center;
    padding: 50px 0 30px;
    color: #3d3d3d;
}
.modal-b__save-icon {
    margin: 0 auto 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    background: #afcb00;
    width: 120px;
    height: 120px;
}
.modal-b__save-icon img {
    display: block;
}
.modal-b__save-title {
    margin: 0 0 15px;
    line-height: 1.2;
    font-size: 36px;
    font-weight: bold;
}
@media (max-width: 650px) {
    .modal-b__save-title {
        font-size: 28px;
    }
}
.modal-b__save-text {
    font-size: 18px;
}
.modal-b__save-text a {
    color: #859900;
    text-decoration: underline;
}
.modal-b__save-text a:hover {
    color: #222;
}
.modal-b__qr img {
    border-radius: 7px;
}
.modal-b__qr-notice {
    margin: 22px auto 0;
    display: table;
    color: #fff;
    background: #3d3d3d;
    font-size: 14px;
    padding: 7px 10px;
    max-width: 280px;
    border-radius: 7px;
}
.modal-b__messenger-title {
    font-weight: bold;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 15px;
    color: #3d3d3d;
}
.modal-b__messenger-title img {
    margin: 0 10px 0 0;
}
.modal-b__messenger-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 20px;
}
.modal-b__messenger-pic {
    width: 80px;
}
.modal-b__messenger-pic img {
    max-width: none;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}
.modal-b__messenger-text {
    width: calc(100% - 105px);
    font-size: 14px;
}
.modal-b__messenger-button {
    text-align: center;
}
.modal-b__messenger-button .btn {
    font-weight: bold;
    font-size: 18px;
    padding: 0 15px;
}
.modal-b__done-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.modal-b__done-pic {
    width: 26%;
}
@media (max-width: 650px) {
    .modal-b__done-pic {
        display: none;
    }
}
.modal-b__done-pic img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.modal-b__done-text {
    width: 74%;
    padding: 50px;
    text-transform: uppercase;
    font-size: 55px;
    font-weight: bold;
    color: #afcb00;
}
@media (max-width: 650px) {
    .modal-b__done-text {
        width: 100%;
        font-size: 28px;
        padding: 25px 50px 25px 25px;
    }
}
.modal-b__done-guest {
    padding: 20px;
    background: #e4e4e4;
    color: #3d3d3d;
}
.modal-b__done-title {
    font-size: 24px;
    font-weight: bold;
}
@media (max-width: 650px) {
    .modal-b__done-title {
        font-size: 20px;
        line-height: 1.2;
        margin: 0 0 10px;
    }
}
.modal-b__done-note {
    font-size: 18px;
    margin: 0 0 15px;
}
@media (max-width: 650px) {
    .modal-b__done-note {
        font-size: 16px;
    }
}
.modal-b__done-send {
    padding: 15px;
    color: #fff;
    background: #afcb00;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}
@media (max-width: 650px) {
    .modal-b__done-send {
        font-size: 16px;
    }
}
.modal-b__title {
    font-weight: bold;
    font-size: 36px;
    margin: 0 0 15px;
    color: #3d3d3d;
    line-height: 1;
}
@media (max-width: 650px) {
    .modal-b__title {
        font-size: 26px;
    }
}
.modal-b .reviews-b__item {
    padding: 0;
    margin: 0;
    border: 0;
}
.modal-b .reviews-b__form-actions {
    width: 55px;
    padding-left: 25px;
}
.modal-b .reviews-b__form-value {
    width: calc(100% - 55px);
}
.modal-b textarea.input-text {
    min-height: 100px;
}
/* End */


/* Start:/local/templates/finestra/components/bitrix/catalog/finestra/style.css?16184751344079*/
.grid {
}

.grid .bx_content_section {
    margin-bottom: 15px;
}

.grid .bx_sidebar {
    margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1 {
}

.grid2x1 .bx_content_section {
    float: left;
    width: 66%;
    margin-bottom: 15px;
}

.grid2x1 .bx_sidebar {
    float: right;
    width: 33%;
    margin-bottom: 15px;
    padding-left: 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 960px) {
    .grid2x1 .bx_sidebar {
        padding-left: 4%;
    }
}

@media (max-width: 640px) {
    .grid2x1 .bx_content_section,
    .grid2x1 .bx_sidebar {
        width: 100%;
        float: none;
    }

    .grid2x1 .bx_sidebar {
        padding-left: 3%;
    }
}

@media (max-width: 479px) {
    .grid2x1 .bx_sidebar {
        padding-left: 1%;
    }

}

.catalog-block-header {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin: 5px 0;
    padding: 5px 15px;
    border-bottom: 2px solid #d9dee6;
    color: #000;
}

body.bx-theme-blue .catalog-block-header {
    border-color: #006cc0;
}

body.bx-theme-green .catalog-block-header {
    border-color: #63aa28;
}

body.bx-theme-red .catalog-block-header {
    border-color: #da3737;
}

body.bx-theme-yellow .catalog-block-header {
    border-color: #f4b236;
}

/* Cart Done
----------------------
 */
.cart-done-b {
    text-align: center;
    padding: 40px 0 100px;
}

@media (max-width: 650px) {
    .cart-done-b {
        padding: 20px 0 50px;
    }
}

.cart-done-b__icon {
    margin: 0 auto 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    background: #afcb00;
    width: 120px;
    height: 120px;
}

.cart-done-b__icon img {
    display: block;
}

.cart-done-b__title {
    margin: 0 0 18px;
    line-height: 1.2;
    font-size: 36px;
    font-weight: bold;
}

@media (max-width: 650px) {
    .cart-done-b__title {
        font-size: 28px;
    }
}

.cart-done-b__text {
    max-width: 590px;
    margin: 0 auto 28px;
    font-size: 24px;
    text-align: center;
}

.cart-done-b__text p {
    margin: 0 0 17px;
}

@media (max-width: 650px) {
    .cart-done-b__text {
        font-size: 18px;
    }
}

.cart-done-b__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cart-done-b__buttons .btn {
    height: 56px;
    font-size: 18px;
    padding: 0 34px;
    border-radius: 28px;
    margin: 0 12px;
}

@media (max-width: 650px) {
    .cart-done-b__buttons .btn {
        margin: 0 0 12px;
        width: 100%;
    }
}

.cart-done-b__form {
    max-width: 286px;
    margin: 0 auto;
}

.cart-done-b__form .btn {
    height: 56px;
    font-size: 18px;
    min-width: 250px;
    border-radius: 28px;
}

.cart-done-b__field {
    margin: 0 0 20px;
    position: relative;
}

.cart-done-b__field_hide {
    display: none;
}

.cart-done-b__field-phone {
    text-align: center;
    font-size: 24px;
    color: #8a8a8a;
    margin: -5px 0 1px;
}

.cart-done-b__field-change {
    text-align: center;
    font-weight: bold;
}

.cart-done-b__field-change a {
    color: #859900;
    text-decoration: underline;
}

.cart-done-b__field-change a:hover {
    color: #222;
}

.cart-done-b__field .input-text {
    box-shadow: none;
    height: 56px;
    font-size: 24px;
}

.cart-done-b__confirm {
    position: absolute;
    right: -32px;
    bottom: 17px;
}

.cart-done-b__confirm img {
    display: block;
}

.cart-done-b__confirm_no img {
    display: none;
}

.cart-done-b__label {
    text-align: center;
    margin: 0 0 8px;
    font-size: 18px;
    color: #8a8a8a;
}

.cart-done-b__but {
    margin-top: 50px;
}

.cart-done-b__but a {
    margin-right: 20px;
}
/* End */


/* Start:/local/components/finestra/catalog.detail/templates/.default/style.css?176230955265062*/
section.content-b {
  overflow: initial;
}
body {
  overflow-x: hidden;
}
.card_v2 {
}
.card_v2 .container {
  margin-inline: auto;
}
.card_v2 .container--m {
  max-width: 1450px;
}
.card_v2 .container--l {
  max-width: 1530px;
}
.card_v2 .breadcrumbs-wrapper {
  width: 100%;
}
.card_v2 .breadcrumbs-wrapper .breadcrumbs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.card_v2 .card__hero .card .card__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 523px)) minmax(0, 344px);
  grid-gap: 20px;
}
@media screen and (max-width: 992px) {
  .card_v2 .card__hero .card.desktop-only {
    display: none;
  }
}
.card_v2 .card__hero .card.mobile-only {
  display: flex;
  flex-direction: column;
  grid-gap: 0;
}
@media screen and (min-width: 993px) {
  .card_v2 .card__hero .card.mobile-only {
    display: none;
  }
}
.card_v2 .card__hero .card.mobile-only .header__row {
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin: 0;
}
.card_v2 .card__hero .card.mobile-only .header__row:nth-child(2) {
  margin-bottom: 10px;
}
.card_v2 .card__hero .card.mobile-only .footer__purchase {
  position: fixed;
  bottom: 68px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 19999;
  background-color: #fff;
  width: 100vw;
  padding-inline: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
  border-top: 1px solid #e4e4e4;
}
.card_v2 .card__hero .card__media {
  display: flex;
  flex-direction: column;
}
.card_v2 .card__hero .card__gallery {
  border: 1px solid #e4e4e4;
  border-radius: 30px;
  padding: 15px;
}
@media screen and (max-width: 992px) {
  .card_v2 .card__hero .card__gallery {
    display: none;
  }
}
.card_v2 .card__hero .card__gallery .gallery__header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  .card_v2 .card__hero .card__gallery .gallery__header {
    flex-direction: column;
    row-gap: 10px;
    align-items: center;
  }
}
.card_v2 .card__hero .card__gallery .gallery__header .all-photo {
  border: 1px solid #afcb00;
  border-radius: 15px;
  padding: 4px 14px;
  margin-left: auto;
  color: inherit;
  transition: background-color 0.2s ease-in-out;
  font-size: 16px;
}
.card_v2 .card__hero .card__gallery .gallery__header .all-photo:hover {
  background-color: #afcb00;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  .card_v2 .card__hero .card__gallery .gallery__header .all-photo {
    margin-inline: auto;
  }
}
.card_v2 .card__hero .card__gallery .gallery__body {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 15px;
  column-gap: 15px;
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  .card_v2 .card__hero .card__gallery .gallery__body {
    grid-template-columns: repeat(3, 1fr);
  }
}
.card_v2 .card__hero .card__gallery .gallery__body .gallery__item {
  border: 1px solid #e4e4e4;
  border-radius: 15px;
  cursor: pointer;
}
.card_v2 .card__hero .card__gallery .gallery__body .gallery__item:nth-child(n + 5) {
  display: none;
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  .card_v2 .card__hero .card__gallery .gallery__body .gallery__item:nth-child(n + 4) {
    display: none;
  }
}
.card_v2 .card__hero .card__gallery .gallery__body .gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
  aspect-ratio: 1;
}
.card_v2 .card__hero .card__info .info__title,
.card_v2 .card__hero .header__row .info__title {
  font-size: 16px;
  font-weight: 700;
  color: #5c5c5c;
  margin-bottom: 5px;
}
.card_v2 .card__hero .card__info a.more,
.card_v2 .card__hero .header__row a.more {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: #8a8a8a;
  transition: color 0.2s ease-in-out;
  padding: 10px 0;
  display: inline-block;
}
.card_v2 .card__hero .card__info a.more:hover,
.card_v2 .card__hero .header__row a.more:hover {
  color: #afcb00;
}
.card_v2 .card__hero .card__info .product__name,
.card_v2 .card__hero .header__row .product__name {
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 992px) {
  .card_v2 .card__hero .card__info .product__name,
  .card_v2 .card__hero .header__row .product__name {
    font-size: 13px;
  }
}
.card_v2 .card__hero .card__info .product__code,
.card_v2 .card__hero .header__row .product__code {
  font-size: 20px;
  margin-bottom: 10px;
  text-wrap: nowrap;
}
@media screen and (max-width: 992px) {
  .card_v2 .card__hero .card__info .product__code,
  .card_v2 .card__hero .header__row .product__code {
    margin: 0;
    font-size: 12px;
  }
}
.card_v2 .card__hero .card__info .product__badges,
.card_v2 .card__hero .header__row .product__badges {
  display: flex;
  gap: 10px;
  margin: 10px 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .card_v2 .card__hero .card__info .product__badges,
  .card_v2 .card__hero .header__row .product__badges {
    margin: 0;
  }
}
.card_v2 .card__hero .card__info .product__badges .product__badge,
.card_v2 .card__hero .header__row .product__badges .product__badge {
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 9px 1px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .card_v2 .card__hero .card__info .product__badges .product__badge,
  .card_v2 .card__hero .header__row .product__badges .product__badge {
    font-size: 10px;
    padding: 2px 5px 1px;
  }
}
.card_v2 .card__hero .card__info .product__description,
.card_v2 .card__hero .header__row .product__description {
  font-size: 16px;
}
.card_v2 .card__hero .card__info .product__description li,
.card_v2 .card__hero .header__row .product__description li {
  list-style: disc;
  margin-left: 21px;
}
.card_v2 .card__hero .card__info .product__description li:first-child,
.card_v2 .card__hero .header__row .product__description li:first-child {
  margin-top: 7px;
}
.card_v2 .card__hero .card__info .product__description img,
.card_v2 .card__hero .header__row .product__description img,
.card_v2 .card__description img {
  max-width: 100%;
  height: auto;
}
.card_v2 .card__hero .card__info .product__specifications .specification__item,
.card_v2 .card__hero .header__row .product__specifications .specification__item {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px dashed #8a8a8a;
  gap: 10px;
}
.card_v2 .card__hero .card__info .product__specifications .specification__item:nth-child(n+8){
  display: none;
}
.card_v2 .card__hero .action__info .info__header,
.card_v2 .card__hero .header__row .info__header {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 15px;
  column-gap: 15px;
  padding: 15px;
}
@media screen and (max-width: 992px) {
  .card_v2 .card__hero .action__info .info__header,
  .card_v2 .card__hero .header__row .info__header {
    padding: 0;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-left: auto;
  }
}
.card_v2 .card__hero .action__info .info__header .favorite,
.card_v2 .card__hero .header__row .info__header .favorite,
.card_v2 .card__hero .action__info .info__header .bonus,
.card_v2 .card__hero .header__row .info__header .bonus {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 143%;
  border-radius: 15px;
  background: #f5f5f5;
  padding: 8px 15px;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .card_v2 .card__hero .action__info .info__header .favorite,
  .card_v2 .card__hero .header__row .info__header .favorite,
  .card_v2 .card__hero .action__info .info__header .bonus,
  .card_v2 .card__hero .header__row .info__header .bonus {
    border-radius: 7px;
  }
}
.card_v2 .card__hero .action__info .info__header .favorite b,
.card_v2 .card__hero .header__row .info__header .favorite b,
.card_v2 .card__hero .action__info .info__header .bonus b,
.card_v2 .card__hero .header__row .info__header .bonus b {
  font-weight: inherit;
}
.card_v2 .card__hero .action__info .info__header .favorite .icon,
.card_v2 .card__hero .header__row .info__header .favorite .icon,
.card_v2 .card__hero .action__info .info__header .bonus .icon,
.card_v2 .card__hero .header__row .info__header .bonus .icon {
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0;
}
.card_v2 .card__hero .action__info .info__header .bonus,
.card_v2 .card__hero .header__row .info__header .bonus {
  width: 100%;
  max-width: 164px;
  transition: border 0.2s ease-in-out;
  border: 1px solid #f5f5f5;
}
@media screen and (max-width: 992px) {
  .card_v2 .card__hero .action__info .info__header .bonus,
  .card_v2 .card__hero .header__row .info__header .bonus {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline: 6px;
    max-width: auto;
  }
}
.card_v2 .card__hero .action__info .info__header .bonus:hover,
.card_v2 .card__hero .header__row .info__header .bonus:hover {
  border-color: #dadada;
}
.card_v2 .card__hero .action__info .info__header .bonus span,
.card_v2 .card__hero .header__row .info__header .bonus span {
  margin-left: auto;
  display: flex;
  align-items: center;
  -moz-column-gap: 4px;
  column-gap: 4px;
}
@media screen and (max-width: 992px) {
  .card_v2 .card__hero .action__info .info__header .bonus b,
  .card_v2 .card__hero .header__row .info__header .bonus b {
    display: none;
  }
}
.card_v2 .card__hero .action__info .info__header .bonus .icon,
.card_v2 .card__hero .header__row .info__header .bonus .icon {
  margin: 2px;
  width: 14px;
  height: 14px;
}
.card_v2 .card__hero .action__info .info__header .favorite,
.card_v2 .card__hero .header__row .info__header .favorite {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 143%;
  background-color: #f5f5f5;
  padding: 8px 15px;
  cursor: pointer;
  -moz-column-gap: 5px;
  column-gap: 5px;
  border: 1px solid #f5f5f5;
  transition: all 0.2s ease-in-out;
  max-width: 135px;
  /* Hover для состояния "не избранное" */
  /* Состояние "избранное" */
}
@media screen and (max-width: 1100px) {
  .card_v2 .card__hero .action__info .info__header .favorite,
  .card_v2 .card__hero .header__row .info__header .favorite {
    max-width: auto;
  }
}
@media screen and (max-width: 992px) {
  .card_v2 .card__hero .action__info .info__header .favorite,
  .card_v2 .card__hero .header__row .info__header .favorite {
    width: 30px;
    height: 30px;
    padding: 0;
  }
}
.card_v2 .card__hero .action__info .info__header .favorite b,
.card_v2 .card__hero .header__row .info__header .favorite b {
  font-weight: inherit;
  transition: color 0.2s ease-in-out;
  text-wrap: nowrap;
}
@media screen and (max-width: 1100px) {
  .card_v2 .card__hero .action__info .info__header .favorite b,
  .card_v2 .card__hero .header__row .info__header .favorite b {
    display: none;
  }
}
.card_v2 .card__hero .action__info .info__header .favorite .icon,
.card_v2 .card__hero .header__row .info__header .favorite .icon {
  width: 18px;
  height: 16px;
  color: #dadada;
  transition: color 0.2s;
  flex-shrink: 0;
  margin-bottom: 2px;
}
@media screen and (max-width: 992px) {
  .card_v2 .card__hero .action__info .info__header .favorite .icon,
  .card_v2 .card__hero .header__row .info__header .favorite .icon {
    padding: 5px;
  }
}
.card_v2 .card__hero .action__info .info__header .favorite:not([data-selected="true"]):hover,
.card_v2 .card__hero .header__row .info__header .favorite:not([data-selected="true"]):hover {
  border-color: #fd8b20;
  background-color: #fff;
}
.card_v2 .card__hero .action__info .info__header .favorite:not([data-selected="true"]):hover .icon,
.card_v2 .card__hero .header__row .info__header .favorite:not([data-selected="true"]):hover .icon {
  color: #fd8b20;
}
.card_v2 .card__hero .action__info .info__header .favorite[data-selected="true"],
.card_v2 .card__hero .header__row .info__header .favorite[data-selected="true"] {
  border-color: #fd8b20;
  background-color: #fff;
}
.card_v2 .card__hero .action__info .info__header .favorite[data-selected="true"] .icon,
.card_v2 .card__hero .header__row .info__header .favorite[data-selected="true"] .icon {
  color: #fd8b20;
}
.card_v2 .card__hero .action__info .info__header .favorite[data-selected="true"]:hover,
.card_v2 .card__hero .header__row .info__header .favorite[data-selected="true"]:hover {
  background: #f5f5f5;
}
.card_v2 .card__hero .action__info .info__header .favorite[data-selected="true"]:hover .icon,
.card_v2 .card__hero .header__row .info__header .favorite[data-selected="true"]:hover .icon {
  color: #f9c08b;
}
.card_v2 .card__hero .action__info .info__header .favorite[data-selected="true"]:hover b,
.card_v2 .card__hero .header__row .info__header .favorite[data-selected="true"]:hover b {
  content: 'Убрать';
}
.card_v2 .card__hero .card__product_swiper {
  width: 100%;
  border: 1px solid #e4e4e4;
  border-radius: 30px;
  margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
  .card_v2 .card__hero .card__product_swiper {
    border-radius: 15px;
  }
}
.card_v2 .card__hero .card__product_swiper .swiper-wrapper {
  padding-bottom: 75px;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .card_v2 .card__hero .card__product_swiper .swiper-wrapper {
    padding-bottom: 20px;
  }
}
.card_v2 .card__hero .card__product_swiper .swiper-slide .content img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.card_v2 .card__hero .card__product_swiper .swiper-slide .content video {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  aspect-ratio: 1;
}
.card_v2 .card__hero .card__product_swiper .swiper-controls {
  position: relative;
  border-radius: 0 0 15px 15px;
}
.card_v2 .card__hero .card__product_swiper .swiper-controls .swiper-pagination {
  position: absolute;
  background-color: #f5f5f5;
  height: 81px;
  bottom: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  -moz-column-gap: 16px;
  column-gap: 16px;
  border-top: 1px solid #dadada;
}
@media screen and (max-width: 992px) {
  .card_v2 .card__hero .card__product_swiper .swiper-controls .swiper-pagination {
    height: 26px;
    bottom: 0;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
}
.card_v2 .card__hero .card__product_swiper .swiper-controls .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #dadada;
  opacity: 1;
}
@media screen and (max-width: 992px) {
  .card_v2 .card__hero .card__product_swiper .swiper-controls .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
}
.card_v2 .card__hero .card__product_swiper .swiper-controls .swiper-pagination .swiper-pagination-bullet-active {
  background: #afcb00;
}
.card_v2 .card__hero .card__product_swiper .swiper-controls .swiper-navigation {
  position: absolute;
  display: flex;
  justify-content: space-between;
  height: 80px;
  bottom: 75px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .card_v2 .card__hero .card__product_swiper .swiper-controls .swiper-navigation {
    display: none;
  }
}
.card_v2 .card__hero .card__product_swiper .swiper-controls .swiper-navigation .swiper-button-prev,
.card_v2 .card__hero .card__product_swiper .swiper-controls .swiper-navigation .swiper-button-next {
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 #e4e4e4;
  width: 50px;
  height: 50px;
  background-size: 12px 18px;
  margin-top: -25px;
}
.card_v2 .card__hero .card__product_swiper .swiper-controls .swiper-navigation .swiper-button-prev:hover,
.card_v2 .card__hero .card__product_swiper .swiper-controls .swiper-navigation .swiper-button-next:hover {
  background-color: #afcb00;
}
.card_v2 .card__hero .card__product_swiper .swiper-controls .swiper-navigation .swiper-button-prev {
  left: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='18' viewBox='0 0 12 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 2.33325L2 8.99992L10 15.6666' stroke='%23C2C2C2' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media screen and (max-width: 992px) {
  .card_v2 .card__hero .card__product_swiper .swiper-controls .swiper-navigation .swiper-button-prev {
    left: 20px;
  }
}
.card_v2 .card__hero .card__product_swiper .swiper-controls .swiper-navigation .swiper-button-prev:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='18' viewBox='0 0 12 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 2.33325L2 8.99992L10 15.6666' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}
.card_v2 .card__hero .card__product_swiper .swiper-controls .swiper-navigation .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='18' viewBox='0 0 12 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2.33325L10 8.99992L2 15.6666' stroke='%23C2C2C2' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  right: 40px;
}
@media screen and (max-width: 992px) {
  .card_v2 .card__hero .card__product_swiper .swiper-controls .swiper-navigation .swiper-button-next {
    right: 20px;
  }
}
.card_v2 .card__hero .card__product_swiper .swiper-controls .swiper-navigation .swiper-button-next:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='18' viewBox='0 0 12 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2.33325L10 8.99992L2 15.6666' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}
.card_v2 .card__hero .product-colors {
  margin-bottom: 10px;
}
.card_v2 .card__hero .product-colors:not(:has(.colors__item:nth-child(2))) {
  display: none;
}
@media screen and (max-width: 992px) {
  .card_v2 .card__hero .product-colors .info__title {
    display: none;
  }
}
.card_v2 .card__hero .product-colors .colors__row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 992px) {
  .card_v2 .card__hero .product-colors .colors__row {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 10px;
  }
}
.card_v2 .card__hero .product-colors .colors__item {
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 992px) {
  .card_v2 .card__hero .product-colors .colors__item {
    max-width: 55px;
  }
}
.card_v2 .card__hero .product-colors .colors__item.active .color {
  border-color: #afcb00;
}
.card_v2 .card__hero .product-colors .colors__item.active .color:before {
  position: absolute;
  content: "";
  right: -8px;
  bottom: -8px;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='18' height='18' rx='9' fill='%23AFCB00' /%3E%3Cpath d='M6 10L8.57143 12L12 7' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  background-size: cover;
  width: 25px;
  height: 25px;
}
.card_v2 .card__hero .product-colors .colors__item .color {
  position: relative;
  width: 70px;
  height: 70px;
  border: 1px solid #dadada;
  border-radius: 15px;
  background-color: #f5f5f5;
  cursor: pointer;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 992px) {
  .card_v2 .card__hero .product-colors .colors__item .color {
    width: 56px;
    height: 56px;
  }
}
.card_v2 .card__hero .product-colors .colors__item .color:hover .color__tooltip {
  opacity: 1;
}
.card_v2 .card__hero .product-colors .colors__item .color .color__tooltip {
  opacity: 0;
  position: absolute;
  left: 67px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  align-items: center;
  pointer-events: none;
}
.card_v2 .card__hero .product-colors .colors__item .color .color__tooltip .icon {
  width: 14px;
  height: 13px;
  margin-right: -4px;
}
.card_v2 .card__hero .product-colors .colors__item .color .color__tooltip p {
  display: block;
  background-color: #3d3d3d;
  color: #fff;
  border-radius: 7px;
  padding: 5px 10px;
  text-wrap: nowrap;
  font-size: 16px;
  line-height: 125%;
}
.card_v2 .card__hero .product-colors .colors__item .color__name {
  font-size: 10px;
  margin-top: 5px;
}
@media (min-width: 992px) {
  .card_v2 .card__hero .product-colors .colors__item .color__name {
    display: none;
  }
}
.card_v2 .card__hero .related-products--link {
  display: flex;
  align-items: center;
  padding: 5px 15px 5px 5px;
  margin-bottom: 10px;
  background-color: #f5f5f5;
  border-radius: 15px;
  border: 1px solid transparent;
}
.card_v2 .card__hero .related-products--link:hover {
  border: 1px solid #dadada;
}
.card_v2 .card__hero .related-products--link:hover .icon {
  color: #3d3d3d;
}
.card_v2 .card__hero .related-products--link .img__container {
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}
.card_v2 .card__hero .related-products--link .img__container img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.card_v2 .card__hero .related-products--link .text__container {
  display: flex;
  flex-direction: column;
}
.card_v2 .card__hero .related-products--link .text__container b {
  font-weight: 700;
  font-size: 16px;
  color: #3d3d3d;
}
.card_v2 .card__hero .related-products--link .text__container p {
  font-size: 16px;
  color: #3d3d3d;
}
.card_v2 .card__hero .related-products--link .icon {
  width: 25px;
  height: 29px;
  color: #8a8a8a;
  margin-left: auto;
}
.card_v2 .card__hero .action__note {
  padding: 0 30px 10px;
  font-size: 13px;
  line-height: 108%;
}
@media screen and (max-width: 992px) {
  .card_v2 .card__hero .action__note {
    margin-top: 10px;
    padding: 0 20px;
  }
}
.card_v2 .card__hero .action__info {
  border: 1px solid #e4e4e4;
  border-radius: 30px;
  margin-bottom: 15px;
  overflow: hidden;
}
.card_v2 .card__hero .action__info:has(.info__recommend-price),
.card_v2 .card__hero .action__info:has(.info__promo-price) {
  padding-bottom: 10px;
}
@media screen and (max-width: 992px) {
  .card_v2 .card__hero .action__info {
    border-radius: 15px;
    padding: 10px;
  }
}
.card_v2 .card__hero .action__info .info__price {
  padding: 10px 30px;
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 992px) {
  .card_v2 .card__hero .action__info .info__price {
    padding: 10px;
    border-radius: 7px;
  }
}
.card_v2 .card__hero .action__info .info__price p {
  font-size: 16px;
  line-height: 87%;
  margin-bottom: 6px;
}
.card_v2 .card__hero .action__info .info__price .product__price {
  font-weight: 700;
  font-size: 24px;
  display: flex;
  align-items: center;
  line-height: 83%;
}
.card_v2 .card__hero .action__info .info__price:has(.product__sale) .product__price {
  color: #ee4350;
}
.card_v2 .card__hero .action__info .info__price .product__price .price__value,
.card_v2 .card__hero .action__info .info__price .product__price .price__currency {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.card_v2 .card__hero .action__info .info__price .product__price .icon {
  width: 20px;
  height: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-left: auto;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .card_v2 .card__hero .action__info .info__price .product__price .icon {
    width: 14px;
    height: 14px;
  }
}
.card_v2 .card__hero .action__info .info__price .product__sale {
  font-size: 20px;
  line-height: 70%;
  margin-top: 6px;
}
.card_v2 .card__hero .action__info .info__recommend-price {
  padding: 10px 30px 0;
}
@media screen and (max-width: 992px) {
  .card_v2 .card__hero .action__info .info__recommend-price {
    padding: 10px 10px 0 10px;
  }
}
.card_v2 .card__hero .action__info .info__recommend-price p {
  color: #8a8a8a;
  font-size: 14px;
  line-height: 71%;
  margin-bottom: 4px;
}
.card_v2 .card__hero .action__info .info__recommend-price .product__price {
  font-weight: 700;
  color: #8a8a8a;
  font-size: 16px;
  line-height: 100%;
}
.card_v2 .card__hero .action__info .info__recommend-price .product__price .price__value,
.card_v2 .card__hero .action__info .info__recommend-price .product__price .price__currency {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.card_v2 .card__hero .action__info .info__promo-price {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 15px 10px 10px;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  border-radius: 15px;
  border: 1px solid #fff;
  cursor: pointer;
  transition: border 0.2s ease-in-out;
  margin-inline: auto;
  color: inherit;
}
.card_v2 .card__hero .action__info .info__price + .info__promo-price {
  margin-top: 10px;
}
@media screen and (max-width: 992px) {
  .card_v2 .card__hero .action__info .info__promo-price {
    padding: 10px;
    margin: 0;
  }
}
.card_v2 .card__hero .action__info .info__promo-price:hover {
  border: 1px solid #ee4350;
}
.card_v2 .card__hero .action__info .info__promo-price .promo__discount {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  padding: 6px 10px;
  border: 1px solid #ee4350;
  border-radius: 7px;
  background-color: #d93f4b;
}
.card_v2 .card__hero .action__info .info__promo-price .promo__info {
  display: flex;
  flex-direction: column;
}
.card_v2 .card__hero .action__info .info__promo-price .promo__info p {
  font-size: 12px;
}
.card_v2 .card__hero .action__info .info__promo-price .promo__info b {
  font-weight: 600;
  font-size: 13px;
  text-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 220px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .card_v2 .card__hero .action__info .info__promo-price .promo__info b {
    width: auto;
    text-wrap: balance;
    white-space: wrap;
  }
}
.card_v2 .card__hero .action__buy {
  border: 1px solid #e4e4e4;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .card_v2 .card__hero .action__buy {
    border-radius: 15px;
  }
}
.card_v2 .card__hero .action__buy:not(:has(.unit-switcher__item:nth-child(2))) .action__note {
  display: none;
}
.card_v2 .card__hero .action__buy .buy__row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
  padding: 10px;
  gap: 10px;
}
.card_v2 .card__hero .action__buy .buy__counter,
.card_v2 .card__hero .action__buy .buy__unit-switcher {
  padding: 10px;
  border-radius: 15px;
  background: #f5f5f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid transparent;
}
@media screen and (max-width: 992px) {
  .card_v2 .card__hero .action__buy .buy__counter,
  .card_v2 .card__hero .action__buy .buy__unit-switcher {
    margin: 0;
    padding: 5px;
    border-radius: 7px;
  }
}
.card_v2 .card__hero .action__buy .buy__counter:hover,
.card_v2 .card__hero .action__buy .buy__unit-switcher:hover {
  border-bottom: 1px solid #e4e4e4;
}
.card_v2 .card__hero .action__buy .buy__counter {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 15px;
}
@media screen and (max-width: 992px) {
  .card_v2 .card__hero .action__buy .buy__counter {
    margin: 0;
  }
}
.card_v2 .card__hero .action__buy .buy__counter .counter__min,
.card_v2 .card__hero .action__buy .buy__counter .counter__plus,
.card_v2 .card__hero .action__buy .buy__counter .counter__ok {
  border: 1px solid #fff;
  border-radius: 7px;
  box-shadow: 0 1px 2px 0 #e4e4e4;
  background-color: #fff;
  font-size: 25px;
  color: #8a8a8a;
  width: 60px;
  height: 40px;
  cursor: pointer;
  transition: border 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.card_v2 .card__hero .action__buy .buy__counter .counter__min.is-disabled,
.card_v2 .card__hero .action__buy .buy__counter .counter__plus.is-disabled,
.card_v2 .card__hero .action__buy .buy__counter .counter__ok.is-disabled {
  opacity: .5;
  pointer-events: none;
}
@media screen and (max-width: 992px) {
  .card_v2 .card__hero .action__buy .buy__counter .counter__min,
  .card_v2 .card__hero .action__buy .buy__counter .counter__plus,
  .card_v2 .card__hero .action__buy .buy__counter .counter__ok {
    width: 40px;
    height: 30px;
  }
}
.card_v2 .card__hero .action__buy .buy__counter .counter__min:hover,
.card_v2 .card__hero .action__buy .buy__counter .counter__plus:hover,
.card_v2 .card__hero .action__buy .buy__counter .counter__ok:hover {
  border: 1px solid #afcb00;
}
.card_v2 .card__hero .action__buy .buy__counter .counter__ok {
  display: none;
  font-size: 16px;
}
.card_v2 .card__hero .action__buy .buy__counter .count-wrapper {
  position: relative;
  min-width: 60px;
  text-align: center;
  width: 100%;
}
.card_v2 .card__hero .action__buy .buy__counter .count {
  display: block;
  font-size: 20px;
  cursor: pointer;
  padding: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
  border-radius: 7px;
  transition: background-color 0.2s ease-in-out;
}
.card_v2 .card__hero .action__buy .buy__counter .count:hover {
  background-color: #e4e4e4;
  border-radius: 7px;
}
.card_v2 .card__hero .action__buy .buy__counter .count-input {
  display: none;
  width: 100%;
  height: 40px;
  text-align: center;
  font-size: 20px;
  border-radius: 7px;
  outline: none;
  border: none;
}
@media screen and (max-width: 992px) {
  .card_v2 .card__hero .action__buy .buy__counter .count-input {
    height: 30px;
  }
}
.card_v2 .card__hero .action__buy .buy__counter.editing .counter__min,
.card_v2 .card__hero .action__buy .buy__counter.editing .counter__plus {
  display: none;
}
.card_v2 .card__hero .action__buy .buy__counter.editing .counter__ok {
  display: flex;
}
.card_v2 .card__hero .action__buy .buy__counter.editing .count {
  display: none;
}
.card_v2 .card__hero .action__buy .buy__counter.editing .count-input {
  display: block;
}
.card_v2 .card__hero .action__buy .buy__unit-switcher {
  margin: 0 15px 15px;
}
@media screen and (max-width: 992px) {
  .card_v2 .card__hero .action__buy .buy__unit-switcher {
    margin: 0;
  }
}
.card_v2 .card__hero .action__buy .buy__unit-switcher .buy__unit-label {
  padding-left: 5px;
  font-size: 16px;
}
@media screen and (max-width: 992px) {
  .card_v2 .card__hero .action__buy .buy__unit-switcher .buy__unit-label {
    display: none;
  }
}
.card_v2 .card__hero .action__buy .buy__unit-switcher .unit-switcher {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  background-color: #fff;
  border-radius: 7px;
}
.card_v2 .card__hero .action__buy .buy__unit-switcher .unit-switcher:has(.unit-switcher__item:nth-child(2)) {
  grid-template-columns: repeat(2, 1fr);
}
.card_v2 .card__hero .action__buy .buy__unit-switcher .unit-switcher:has(.unit-switcher__item:nth-child(3)) {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 992px) {
  .card_v2 .card__hero .action__buy .buy__unit-switcher .unit-switcher {
    width: 100%;
  }
}
.card_v2 .card__hero .action__buy .buy__unit-switcher .unit-switcher__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 63px;
  height: 40px;
}
@media screen and (max-width: 992px) {
  .card_v2 .card__hero .action__buy .buy__unit-switcher .unit-switcher__item {
    width: auto;
    min-width: 48px;
    height: 30px;
  }
}
.card_v2 .card__hero .action__buy .buy__unit-switcher .unit-switcher__item:not(:last-child)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 50%;
  background-color: #e4e4e4;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.card_v2 .card__hero .action__buy .buy__unit-switcher .unit-switcher__item input[type="radio"] {
  display: none;
}
.card_v2 .card__hero .action__buy .buy__unit-switcher .unit-switcher__item span {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
.card_v2 .card__hero .action__buy .buy__unit-switcher .unit-switcher__item input[type="radio"]:checked + span {
  background-color: #fff;
  border-color: #afcb00;
  position: relative;
  z-index: 2;
}
.card_v2 .card__hero .action__buy .buy__unit-switcher .unit-switcher__item:has(+ .unit-switcher__item input[type="radio"]:checked)::before {
  display: none;
}
.card_v2 .card__hero .action__buy .buy__unit-switcher input[type="radio"]:checked + span {
  background-color: #fff;
  border-color: #afcb00;
  z-index: 3;
}
.card_v2 .card__hero .action__buy .buy__details {
  padding: 10px 30px;
  background: #f5f5f5;
  border-top: 1px solid #e4e4e4;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 16px;
  column-gap: 16px;
}
@media screen and (max-width: 992px) {
  .card_v2 .card__hero .action__buy .buy__details {
    padding: 10px 20px;
  }
}
.card_v2 .card__hero .action__buy .buy__details b {
  font-weight: 700;
  font-size: 14px;
  grid-column: 1/-1;
}
.card_v2 .card__hero .action__buy .buy__details .detail {
  display: flex;
  border-bottom: 1px dashed #3d3d3d;
  justify-content: space-between;
}
.card_v2 .card__hero .action__buy .buy-summary {
  background-color: #e4e4e4;
  padding: 17px 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
  .card_v2 .card__hero .action__buy .buy-summary {
    padding: 10px 0;
    margin-bottom: 0;
  }
}
.card_v2 .card__hero .action__buy .buy-summary .summary__price {
  text-align: center;
  background-color: #e4e4e4;
  font-weight: 700;
  font-size: 20px;
}
.card_v2 .card__hero .action__buy .buy-summary .summary__price .summary__label,
.card_v2 .card__hero .action__buy .buy-summary .summary__price .summer__value {
  font-weight: inherit;
  font-size: inherit;
}
.card_v2 .card__hero .action__add-shop {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #afcb00;
  padding: 19px 0;
  border-radius: 15px;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  margin-inline: 15px;
  font-size: 16px;
  line-height: 125%;
  position: relative;
}
@media screen and (max-width: 992px) {
  .card_v2 .card__hero .action__add-shop {
    border: 1px solid #afcb00;
    border-radius: 7px;
    color: #fff;
    background-color: #afcb00;
    margin: 0;
    width: 100%;
    padding: 9px 0;
  }
}
.card_v2 .card__hero a.action__add-shop {
  border: 1px solid #c2c2c2;
  background: #dadada;
  color: inherit;
}
.card_v2 .card__hero .action__add-shop:hover {
  background-color: #afcb00;
  color: #fff;
}
.card_v2 .card__hero .action__add-shop.action__add-shop_empty {
  border: 1px solid #c2c2c2;
}
.card_v2 .card__hero .action__availability {
  display: flex;
  -moz-column-gap: 8px;
  column-gap: 8px;
  align-items: center;
  margin: 18px auto;
}
.card_v2 .card__hero .action__availability .catalog-b__avail-icon {
  display: flex;
  -moz-column-gap: 3px;
  column-gap: 3px;
}
.card_v2 .card__hero .action__availability .catalog-b__avail-icon span {
  border-radius: 3px;
  width: 5px;
  height: 12px;
  background-color: #afcb00;
  margin: 0;
}
.card_v2 .card__hero .action__availability:not(:has(a)) .catalog-b__avail-icon span {
  background-color: #dadada;
}
.card_v2 .card__hero .action__availability p {
  font-size: 16px;
}
@media screen and (max-width: 992px) {
  .card_v2 .card__hero .action__availability p {
    font-size: 14px;
  }
}
.card_v2 .card__hero .action__availability p a {
  color: inherit;
  text-decoration: underline;
}
.card_v2 .navigation__bar {
  display: none;
}
@media screen and (min-width: 1500px) {
  .card_v2 .navigation__bar {
    position: sticky;
    top: 0;
    z-index: 999;
    padding-block: 15px;
    width: 108%;
    margin-left: -4%;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    border: 1px solid #e4e4e4;
    margin-block: 40px 20px;
  }
  .card_v2 .navigation__bar::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -1px;
    left: -5000px;
    width: 10000px;
    height: calc(100% + 2px);
    background-color: #f5f5f5;
    border: 1px solid #e4e4e4;
  }
  .card_v2 .navigation__bar .navigation__list {
    display: flex;
    align-items: center;
  }
  .card_v2 .navigation__bar .navigation__list li a {
    font-weight: 700;
    text-transform: uppercase;
    color: #3d3d3d;
    transition: all 0.2 ease-in-out;
    font-size: 16px;
    padding: 9px 14px;
    border-radius: 20px;
    border: 1px solid #f5f5f5;
  }
  .card_v2 .navigation__bar .navigation__list li a:hover {
    border: 1px solid #e4e4e4;
    border-radius: 20px;
    background-color: #fff;
    color: #afcb00 !important;
  }
  .card_v2 .navigation__bar .navigation__list li a.up {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    -o-object-fit: cover;
    object-fit: cover;
    padding: 0;
    color: #8a8a8a;
  }
  .card_v2 .navigation__bar .navigation__list li a .icon {
    width: 14px;
    height: 16px;
    color: inherit;
    margin: 0;
  }
}
@media screen and (max-width: 992px) {
  .card_v2 .card__description {
    order: 2;
  }
}
.card_v2 .card__related-products .related-products__filter {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
  .card_v2 .card__related-products .related-products__filter {
    display: none;
  }
}
.card_v2 .card__related-products .hidden {
  display: none;
}
.card_v2 .card__related-products .related-products__filter--swiper {
  display: none;
  overflow: visible;
  z-index: 3;
}
@media screen and (max-width: 992px) {
  .card_v2 .card__related-products .related-products__filter--swiper {
    display: block;
    margin-bottom: 15px;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
  }

  .card_v2 .card__related-products .related-products__filter--swiper .swiper-wrapper {
    transform: translate3d(15px, 0px, 0px);
    transition-duration: 0ms;
    transition-delay: 0ms;
  }
}
.card_v2 .card__related-products .related-products__filter-item {
  position: relative;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  -moz-column-gap: 10px;
  column-gap: 10px;
  border: 1px solid #dadada;
  border-radius: 20px;
  padding: 7px 10px;
  background-color: #f5f5f5;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .card_v2 .card__related-products .related-products__filter-item {
    text-wrap: nowrap;
  }
}
.card_v2 .card__related-products .related-products__filter-item:hover {
  background-color: #fff;
  border-color: var(--primary-color);
}
.card_v2 .card__related-products .related-products__filter-item:hover .filter__count {
  color: #3d3d3d;
}
.card_v2 .card__related-products .related-products__filter-item.is-active {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.card_v2 .card__related-products .related-products__filter-item.is-active .filter__name {
  color: #fff;
}
.card_v2 .card__related-products .related-products__filter-item.is-active .filter__count {
  background-color: #fff;
  color: #3d3d3d;
}
.card_v2 .card__related-products .related-products__filter-item.is-active .icon {
  color: #fff;
}
.card_v2 .card__related-products .related-products__filter-item.green {
  --primary-color: #afcb00;
}
.card_v2 .card__related-products .related-products__filter-item.orange {
  --primary-color: #fd8b20;
}
.card_v2 .card__related-products .related-products__filter-item .filter__name {
  line-height: 100%;
  text-align: center;
  color: #3d3d3d;
}
.card_v2 .card__related-products .related-products__filter-item .filter__count {
  flex-shrink: 0;
  border-radius: 7px;
  padding: 4px 5px;
  background-color: #e4e4e4;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  color: #8a8a8a;
}
.card_v2 .card__related-products .related-products__filter-item .icon {
  margin: 0;
  width: 16px;
  height: 16px;
  color: var(--primary-color);
}
.card_v2 .card__related-products .related-products__filter-item .icon:hover ~ .related-products__filter-tooltip,
.card_v2 .card__related-products .related-products__filter-item .icon.is-active ~ .related-products__filter-tooltip {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.card_v2 .card__related-products .related-products__filter-tooltip {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: 205px;
  border-radius: 15px;
  padding: 10px;
  background-color: #3d3d3d;
}
.card_v2 .card__related-products .related-products__filter-tooltip .tooltip__triangle {
  position: absolute;
  left: 11px;
  top: -9px;
  z-index: 2;
  transform: rotate(-32deg);
  width: 11px;
  height: 15px;
}
.card_v2 .card__related-products .related-products__filter-tooltip .tooltip__tag {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
  column-gap: 5px;
  border-radius: 7px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 5px 3px;
  margin-bottom: 5px;
  background-color: var(--primary-color);
}
.card_v2 .card__related-products .related-products__filter-tooltip .tooltip__tag .icon {
  width: 12px;
  height: 12px;
  color: #fff;
  margin-bottom: 2px;
}
.card_v2 .card__related-products .related-products__filter-tooltip .tooltip__tag b {
  font-weight: 700;
  font-size: 12px;
  line-height: 75%;
  color: #fff;
  text-transform: uppercase;
}
.card_v2 .card__related-products .related-products__filter-tooltip .tooltip__title {
  font-weight: 700;
  font-size: 12px;
  color: #fff;
}
.card_v2 .card__related-products .related-products__filter-tooltip .tooltip__text {
  font-size: 12px;
  color: #fff;
  text-wrap: balance;
  margin-bottom: 8px;
}
.card_v2 .card__related-products .related-products__wrapper {
  position: relative;
  padding-inline: 40px;
}
@media screen and (max-width: 992px) {
  .card_v2 .card__related-products .related-products__wrapper {
    padding-inline: 0;
  }
}
.card_v2 .card__related-products .related-products__card-marks {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.card_v2 .card__related-products .related-products__card-mark {
  border-radius: 3px;
  padding: 6px 5px 5px;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 100%;
  text-align: center;
  color: #fff;
}
.card_v2 .card__related-products .related-products__card-mark--top {
  background-color: #37b3b3;
}
.card_v2 .card__related-products .related-products__card-mark--sale {
  background-color: #fd8b20;
}
.card_v2 .card__related-products .related-products__card-mark--online {
  background-color: #ffe100;
  color: #3d3d3d;
}
.card_v2 .card__related-products .related-products__counter {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  border-radius: 4px;
  gap: 5px;
  height: 40px;
  padding-inline: 5px;
  margin-inline: 10px;
}
.card_v2 .card__related-products .related-products__counter .counter__min,
.card_v2 .card__related-products .related-products__counter .counter__plus,
.card_v2 .card__related-products .related-products__counter .counter__ok {
  border: 1px solid #fff;
  border-radius: 4px;
  box-shadow: 0 1px 2px 0 #e4e4e4;
  background-color: #fff;
  font-size: 25px;
  color: #8a8a8a;
  width: 40px;
  height: 30px;
  cursor: pointer;
  transition: border 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0;
}
@media screen and (max-width: 992px) {
  .card_v2 .card__related-products .related-products__counter .counter__min,
  .card_v2 .card__related-products .related-products__counter .counter__plus,
  .card_v2 .card__related-products .related-products__counter .counter__ok {
    width: 40px;
    height: 30px;
  }
}
.card_v2 .card__related-products .related-products__counter .counter__min:hover,
.card_v2 .card__related-products .related-products__counter .counter__plus:hover,
.card_v2 .card__related-products .related-products__counter .counter__ok:hover {
  border: 1px solid #afcb00;
}
.card_v2 .card__related-products .related-products__counter .counter__min {
  padding-bottom: 3px;
}
.card_v2 .card__related-products .related-products__counter .counter__ok {
  display: none;
  font-size: 14px;
  font-weight: 700;
}
.card_v2 .card__related-products .related-products__counter .count-wrapper {
  position: relative;
  min-width: 60px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .card_v2 .card__related-products .related-products__counter .count-wrapper {
    min-width: auto;
  }
}
.card_v2 .card__related-products .related-products__counter .count {
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  color: #3d3d3d;
  display: block;
  cursor: pointer;
  padding: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
  border-radius: 4px;
  transition: background-color 0.2s ease-in-out;
}
.card_v2 .card__related-products .related-products__counter .count:hover {
  background-color: #e4e4e4;
  border-radius: 7px;
}
.card_v2 .card__related-products .related-products__counter .count-input {
  display: none;
  width: 100%;
  height: 30px;
  text-align: center;
  font-size: 14px;
  border-radius: 4px;
  outline: none;
  border: none;
  padding: 0;
}
@media screen and (max-width: 992px) {
  .card_v2 .card__related-products .related-products__counter .count-input {
    height: 30px;
  }
}
.card_v2 .card__related-products .related-products__counter.editing .counter__min,
.card_v2 .card__related-products .related-products__counter.editing .counter__plus {
  display: none;
}
.card_v2 .card__related-products .related-products__counter.editing .counter__ok {
  display: flex;
}
.card_v2 .card__related-products .related-products__counter.editing .count {
  display: none;
}
.card_v2 .card__related-products .related-products__counter.editing .count-input {
  display: block;
}
.card_v2 .card__related-products .related-products__card-nav--arrow {
  background-color: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 7px;
}
@media screen and (max-width: 992px) {
  .card_v2 .card__related-products .related-products__card-nav--arrow {
    width: 21px;
    height: 21px;
  }
}
.card_v2 .card__related-products .related-products__card-nav--arrow:hover {
  transition: all 0.3s ease-in-out;
  color: #fff;
  background-color: #afcb00;
}
.card_v2 .card__related-products .related-products__pagination {
  width: 100%;
  -moz-column-gap: 9px;
  column-gap: 9px;
  border-radius: 7px;
  padding: 5px;
  background-color: #f5f5f5;
  align-items: center;
}
@media screen and (max-width: 400px) {
  .card_v2 .card__related-products .related-products__pagination {
    height: 21px;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }
}
.card_v2 .card__related-products .related-products__pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 992px) {
  .card_v2 .card__related-products .related-products__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 400px) {
  .card_v2 .card__related-products .related-products__pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }
}
.card_v2 .card__related-products .related-products__pagination .swiper-pagination-bullet:hover:not(.swiper-pagination-bullet-active) {
  border: 2px solid #fff;
}
.card_v2 .card__related-products .related-products__pagination .swiper-pagination-bullet-active {
  border: 2px solid transparent;
  outline: 2px solid #afcb00;
  outline-offset: 2px;
  background-color: inherit;
  width: 11px;
  height: 11px;
}
@media screen and (max-width: 400px) {
  .card_v2 .card__related-products .related-products__pagination .swiper-pagination-bullet-active {
    border: 1px solid transparent;
    outline: 1px solid #afcb00;
    width: 5px;
    height: 5px;
  }
}
.card_v2 .card__related-products .related-products__pagination .swiper-pagination-bullet:first-child {
  background-color: #2b2b2b;
}
.card_v2 .card__related-products .related-products__pagination .swiper-pagination-bullet:nth-child(2n) {
  background-color: #5f3f3f;
}
.card_v2 .card__related-products .related-products__pagination .swiper-pagination-bullet:nth-child(3n) {
  background-color: #999;
}
.card_v2 .card__related-products .related-products__pagination .swiper-pagination-bullet:nth-child(4n) {
  background-color: #e2e2e2;
}
.card_v2 .card__related-products .related-products__button {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: #f5f5f5;
  border: 1px solid #e4e4e4;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 992px) {
  .card_v2 .card__related-products .related-products__button {
    background-color: #fff;
    border-bottom: 1px solid #afcb00;
    border-top: 1px solid #afcb00;
  }
}
.card_v2 .card__related-products .related-products__button:after {
  display: none;
}
.card_v2 .card__related-products .related-products__button:hover {
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  border-color: #afcb00;
}
.card_v2 .card__related-products .related-products__button-prev {
  left: -10px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='17' viewBox='0 0 10 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 1.5L1.5 8.5L8.5 15.5' stroke='%23C2C2C2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}
@media screen and (max-width: 992px) {
  .card_v2 .card__related-products .related-products__button-prev {
    border-radius: 0 50px 50px 0;
    border-bottom: 1px solid #afcb00;
    border-right: 1px solid #afcb00;
    border-top: 1px solid #afcb00;
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23AFCB00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
    left: -16px;
  }
}
.card_v2 .card__related-products .related-products__button-next {
  right: -10px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='17' viewBox='0 0 10 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 1.5L8.5 8.5L1.5 15.5' stroke='%23C2C2C2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}
@media screen and (max-width: 992px) {
  .card_v2 .card__related-products .related-products__button-next {
    border-radius: 50px 0 0 50px;
    border-bottom: 1px solid #afcb00;
    border-left: 1px solid #afcb00;
    border-top: 1px solid #afcb00;
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 8L1 15' stroke='%23AFCB00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
    right: -16px;
  }
}
.card_v2 .card__related-products .related-products__button.swiper-button-disabled {
  display: none;
}
.card_v2 .card__related-products .related-products__button-prev,
.card_v2 .card__related-products .related-products__button-next {
  background-size: 9px 16px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.card_v2 .card__related-products .related-products__card-current strong {
  color: #ee4350;
}
@media screen and (max-width: 992px) {
  .card_v2 .card__description {
    order: 3;
  }
}
.card_v2 .card__description .description__grid .left__column,
.card_v2 .card__description .description__grid .center__column,
.card_v2 .card__description .description__grid .right__column {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
@media screen and (max-width: 992px) {
  .card_v2 .card__description:has(.see-all.active) .description__short,
  .card_v2 .card__description:has(.description__short):not(:has(.see-all.active)) .description__full {
    display: none;
  }
}
.card_v2 .card__description .description__grid .image__box {
  border: 1px solid #e4e4e4;
  border-radius: 15px;
  background-color: #f5f5f5;
  aspect-ratio: 423/179;
}
.card_v2 .card__description .description__grid .image__box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.card_v2 .card__description .description__grid ul {
  list-style: disc;
}
.card_v2 .card__description:not(.card__specifications) .description__grid ul li {
  margin-left: 16px;
}
@media screen and (max-width: 992px) {
  .card_v2 .card__specifications {
    order: 3;
  }
}
@media screen and (max-width: 992px) {
  .card_v2 .card__specifications {
    order: 3;
  }
}
.card_v2 .card__specifications .specification__grid .specification__list {
  display: flex;
  flex-direction: column;
}
.card_v2 .card__specifications .specification__grid .specification__list .specification__item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #8a8a8a;
  padding-block: 7px 10px;
  gap: 10px;
}
@media screen and (max-width: 992px) {
  .card_v2 .card__specifications:not(:has(.see-all.active)) .specification__grid .specification__list .specification__item:nth-child(n + 5) {
    display: none;
  }
}
.card_v2 .card__specifications .specification__grid .specification__list .specification__item .item__name{
  text-align: right;
}
.card_v2 .card__specifications .specification__grid .specification__list .specification__item .link__list {
  max-width: 205px;
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  width: -moz-fit-content;
  width: fit-content;
}
.card_v2 .card__specifications .specification__grid .specification__list .specification__item .link__list li {
  text-wrap: nowrap;
}
.card_v2 .card__specifications .specification__grid .specification__list .specification__item a {
  color: #afcb00;
  text-decoration: underline;
}
@media screen and (max-width: 992px) {
  .card_v2 .card__gallery {
    order: 1;
  }
}
.card_v2 .card__gallery .gallery__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
.card_v2 .card__gallery:not(:has(.see-all.active)) .gallery__grid .gallery__item:nth-child(n + 7) {
  display: none;
}
@media screen and (max-width: 1400px) {
  .card_v2 .card__gallery .gallery__grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .card_v2 .card__gallery:not(:has(.see-all.active)) .gallery__grid .gallery__item:nth-child(n + 6) {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .card_v2 .card__gallery .gallery__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
  }
  .card_v2 .card__gallery:not(:has(.see-all.active)) .gallery__grid .gallery__item:nth-child(n + 5) {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .card_v2 .card__gallery .gallery__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .card_v2 .card__gallery:not(:has(.see-all.active)) .gallery__grid .gallery__item:nth-child(n + 4) {
    display: none;
  }
}
@media screen and (max-width: 518px) {
  .card_v2 .card__gallery .gallery__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .card_v2 .card__gallery:not(:has(.see-all.active)) .gallery__grid .gallery__item:nth-child(n + 3) {
    display: none;
  }
}
.card_v2 .card__gallery .gallery__grid .gallery__item {
  aspect-ratio: 1/1;
  border-radius: 15px;
  border: 1px solid #e4e4e4;
  overflow: hidden;
}
.card_v2 .card__gallery:not(:has(.gallery__item:nth-child(n + 3))) .see-all {
  display: none;
}
@media screen and (min-width: 518px) {
  .card_v2 .card__gallery:not(:has(.gallery__item:nth-child(n + 4))) .see-all {
    display: none;
  }
}
@media screen and (min-width: 720px) {
  .card_v2 .card__gallery:not(:has(.gallery__item:nth-child(n + 5))) .see-all {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  .card_v2 .card__gallery:not(:has(.gallery__item:nth-child(n + 6))) .see-all {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .card_v2 .card__gallery:not(:has(.gallery__item:nth-child(n + 7))) .see-all {
    display: none;
  }
}
.card_v2 .card__gallery .gallery__grid .gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 992px) {
  .card_v2 .card__colors {
    order: 4;
  }
}
@media screen and (max-width: 992px) {
  .card_v2 .card__similar-products {
    order: 5;
  }
}
@media screen and (max-width: 992px) {
  .card_v2 .card__accessories {
    order: 6;
  }
}
@media screen and (max-width: 992px) {
  .card_v2 .card__bought-together {
    order: 7;
  }
}
@media screen and (max-width: 992px) {
  .card_v2 .card__certificates {
    order: 8;
  }
}
.card_v2 .card__certificates .certificates__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media screen and (max-width: 992px) {
  .card_v2 .card__certificates .certificates__grid {
    grid-template-columns: 1fr;
  }
}
.card_v2 .card__certificates .certificates__grid .certificate {
  display: flex;
  -moz-column-gap: 15px;
  column-gap: 15px;
  border: 1px solid #e4e4e4;
  border-radius: 15px;
  background-color: #f5f5f5;
  padding: 15px;
  transition: all 0.2s ease-in-out;
}
.card_v2 .card__certificates .certificates__grid .certificate:hover {
  border: 1px solid #afcb00;
}
.card_v2 .card__certificates .certificates__grid .certificate:hover b {
  color: #afcb00;
}
.card_v2 .card__certificates .certificates__grid .certificate .image__box {
  width: 70px;
  height: 70px;
  border: 1px solid #e4e4e4;
  border-radius: 7px;
  background-color: #fff;
  flex-shrink: 0;
  padding: 10px;
}
@media screen and (max-width: 992px) {
  .card_v2 .card__certificates .certificates__grid .certificate .image__box {
    width: 50px;
    height: 50px;
  }
}
.card_v2 .card__certificates .certificates__grid .certificate .image__box .icon {
  margin: 0;
  width: 100%;
  height: 100%;
}
.card_v2 .card__certificates .certificates__grid .certificate .image__box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.card_v2 .card__certificates .certificates__grid .certificate .certificate__info {
  color: #3d3d3d;
  margin-top: 10px;
  text-wrap: balance;
  font-size: 16px;
}
@media screen and (max-width: 992px) {
  .card_v2 .card__certificates .certificates__grid .certificate .certificate__info {
    font-size: 12px;
  }
}
.card_v2 .card__certificates .certificates__grid .certificate .certificate__info b {
  font-weight: 700;
  margin-bottom: 4px;
}
.card_v2 .card__certificates .certificates__grid .certificate .certificate__info b,
.card_v2 .card__certificates .certificates__grid .certificate .certificate__info p {
  font-size: inherit;
}
.card_v2 .section__title {
  display: flex;
  align-items: center;
  border: 1px solid #e4e4e4;
  border-radius: 30px;
  background-color: #f5f5f5;
  height: 45px;
  margin-block: 15px 20px;
}
@media screen and (max-width: 992px) {
  .card_v2 .section__title {
    height: 30px;
  }
}
@media screen and (min-width: 1500px) {
  .card_v2 .section__title {
    margin-inline: -30px;
  }
}
.card_v2 .section__title .product__title {
  margin-left: 30px;
  margin-top: 4px;
}
@media screen and (max-width: 992px) {
  .card_v2 .section__title .product__title {
    margin-left: 19px;
  }
}
.card_v2 .section__title .see-all {
  display: flex;
  align-items: center;
  margin-left: auto;
  background-color: #fff;
  border: none;
  border-left: 1px solid #e4e4e4;
  border-radius: 0 30px 30px 0;
  height: 100%;
  padding-inline: 20px 30px;
  cursor: pointer;
  width: 137px;
  -moz-column-gap: 5px;
  column-gap: 5px;
}
@media screen and (max-width: 992px) {
  .card_v2 .section__title .see-all {
    width: 100px;
    padding-inline: 10px;
  }
}
.card_v2 .section__title .see-all:hover {
  background-color: #e4e4e4;
}
.card_v2 .section__title .see-all:hover p {
  color: #3d3d3d;
}
.card_v2 .section__title .see-all:hover .icon {
  color: #3d3d3d;
}
.card_v2 .section__title .see-all.active .icon {
  transform: rotate(180deg);
}
.card_v2 .section__title .see-all p {
  color: #8a8a8a;
}
.card_v2 .section__title .see-all p::after {
  content: "Развернуть";
}
.card_v2 .section__title .see-all.active p::after {
  content: "Свернуть";
}
@media screen and (max-width: 992px) {
  .card_v2 .section__title .see-all p {
    font-size: 12px;
  }
}
.card_v2 .section__title .see-all .icon {
  width: 10px;
  height: 13px;
  flex-shrink: 0;
  margin: 0;
  color: #8a8a8a;
}
.card_v2 .product__title {
  font-weight: 700;
  font-size: 16px;
  color: #3d3d3d;
  text-transform: uppercase;
  text-wrap: balance;
}
@media screen and (max-width: 992px) {
  .card_v2 .product__title {
    font-size: 12px;
  }
}
.card_v2 .product__title span {
  font-weight: 400;
  font-size: 16px;
  text-transform: lowercase;
}
@media screen and (max-width: 992px) {
  .card_v2 .product__title span {
    font-size: 12px;
  }
}
.card_v2 .product__title .icon {
  margin: 0 5px -2px 0;
  flex-shrink: 0;
}
.card_v2 .section__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  font-size: 16px;
}
@media screen and (max-width: 992px) {
  .card_v2 .section__grid {
    grid-template-columns: 1fr;
  }
}
.card_v2 .section__grid > div:empty {
  display: none !important;
}
.card_v2 .section__grid .center__column,
.card_v2 .section__grid .left__column,
.card_v2 .section__grid .right__column {
  padding-inline: 25px;
}
@media screen and (max-width: 992px) {
  .card_v2 .section__grid .center__column,
  .card_v2 .section__grid .left__column,
  .card_v2 .section__grid .right__column {
    padding-inline: 0;
  }
}
.card_v2 .section__grid .left__column {
  padding-left: 0;
}
.card_v2 .section__grid .right__column {
  padding-right: 0;
}
.card_v2 .section__grid .center__column {
  border-left: 2px solid #e4e4e4;
  border-right: 2px solid #e4e4e4;
}
@media screen and (max-width: 992px) {
  .card_v2 .section__grid .center__column {
    border: none;
  }
}
.card_v2 .card__gallery .gallery__item {
  position: relative;
}
.card_v2 .card__product_swiper .swiper-wrapper:hover .item__mask,
.card_v2 .card__gallery .gallery__item:hover .item__mask {
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.card_v2 .card__product_swiper .item__mask,
.card_v2 .card__gallery .gallery__item .item__mask {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(61,61,61,0.2);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.card_v2 .card__product_swiper .item__mask .search,
.card_v2 .card__gallery .gallery__item .item__mask .search {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255,255,255,0.9);
  margin-inline: auto;
  margin-top: 50%;
  transform: translateY(-50%);
}
.card_v2 .card__product_swiper .item__mask .search {
  width: 75px;
  height: 75px;
}
.card_v2 .card__product_swiper .item__mask .search .icon,
.card_v2 .card__gallery .gallery__item .item__mask .search .icon {
  width: 50%;
  height: 50%;
  margin: 0;
}
.card_v2 .card__product_swiper .item__mask .name,
.card_v2 .card__gallery .gallery__item .item__mask .name {
  display: flex;
  align-items: center;
  border-radius: 7px;
  padding: 8px 10px;
  background-color: #fff;
  -moz-column-gap: 5px;
  column-gap: 5px;
  margin-top: auto;
  font-weight: 700;
  font-size: 13px;
  color: #3d3d3d;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.card_v2 .card__product_swiper .item__mask .name .icon,
.card_v2 .card__gallery .gallery__item .item__mask .name .icon {
  width: 15px;
  height: 13px;
  margin: 0;
}
.card__colors:not(:has(.catalog-page__card:not(.hidden))) {
  display: none;
}
.card_v2 .card__colors:not(:has(.catalog-page__card.visible:nth-child(n + 3))) .see-all {
  display: none;
}
@media screen and (min-width: 1010px) {
  .card_v2 .card__colors:not(:has(.catalog-page__card.visible:nth-child(n + 5))) .see-all {
    display: none;
  }
}
@media screen and (min-width: 1250px) {
  .card_v2 .card__colors:not(:has(.catalog-page__card.visible:nth-child(n + 6))) .see-all {
    display: none;
  }
}
@media screen and (min-width: 1490px) {
  .card_v2 .card__colors:not(:has(.catalog-page__card.visible:nth-child(n + 7))) .see-all {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  footer.footer-b {
    padding-bottom: 185px;
  }
}

/* End */
/* /local/templates/finestra/components/bitrix/form.result.new/goods/style.css?16184751348838 */
/* /local/templates/finestra/components/bitrix/catalog/finestra/style.css?16184751344079 */
/* /local/components/finestra/catalog.detail/templates/.default/style.css?176230955265062 */
