

/* Start:/local/templates/project/build/css/catalog-detail-style.css?1739395942135534*/
.chars-list {
    padding: 45px 0 0;
}
.chars-list__row {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    color: #575757;
    display: flex;
    font-size: 0.875rem;
    justify-content: space-between;
    line-height: 1rem;
    margin-bottom: 25px;
    position: relative;
    width: 100%;
}
.chars-list__col {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}
.chars-list__col:first-of-type {
    flex-shrink: 0;
    width: 62%;
}
.chars-list__col:first-of-type div {
    position: relative;
}
.chars-list__col:first-of-type div:before {
    background-image: linear-gradient(90deg, #a5aaa7, #a5aaa7 50%, transparent 0, transparent);
    background-size: 4px 1px;
    bottom: 3px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}
.chars-list__col:first-of-type span {
    padding: 0 2px 0 0;
}
.chars-list__col:last-of-type {
    align-items: flex-end;
    color: #1e2c24;
    width: 38%;
}
.chars-list__col:last-of-type span {
    display: block;
    padding: 0 0 0 2px;
    word-break: break-word;
}
.chars-list__col span {
    background-color: #fafafa;
    position: relative;
}
.chars-list__hidden {
    display: none;
    padding: 0 0 1px;
}
.show-hidden {
    padding: 10px 0;
    position: relative;
}
.show-hidden:before {
    background: linear-gradient(180deg, hsla(0, 0%, 98%, 0), #fafafa);
    content: "";
    height: 47px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: -47px;
    transition: height 0.3s ease;
    width: 100%;
}
.opened .show-hidden:before {
    height: 0;
}
.show-hidden__btn {
    background-image: linear-gradient(transparent calc(100% - 1px), #1e2c24 1px);
    background-repeat: no-repeat;
    background-size: 0 100%;
    background-size: 100% 100%;
    color: #1e2c24;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1rem;
    padding-bottom: 1px;
    text-decoration: none;
    transition: all 0.3s linear;
}
.show-hidden__btn:before {
    content: attr(data-show);
}
.opened .show-hidden__btn:before {
    content: attr(data-hide);
}
.delivery-info__item {
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.5625rem;
    padding-left: 50px;
    position: relative;
}
.delivery-info__item + .delivery-info__item {
    margin-top: 28px;
}
.delivery-info__icon {
    left: 0;
    max-height: 27px;
    position: absolute;
    width: 27px;
}
.icon-button {
    align-items: center;
    display: flex;
    font-size: 0.875rem;
    font-weight: 500;
    justify-content: center;
}
.icon-button__icon {
    height: 1em;
}
.icon-button * + * {
    margin-left: 13px;
}
.view-button {
    align-items: center;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    height: 143px;
    padding: 0 17px;
    text-align: left;
}
.view-button__picture {
    align-items: center;
    background-blend-mode: multiply;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    height: 108px;
    justify-content: center;
    position: relative;
    width: 74px;
}
.view-button__label {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.5625rem;
    margin-left: 26px;
}
.view-button__play {
    align-items: center;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    bottom: -15px;
    display: flex;
    height: 24px;
    padding: 7.5px;
    position: relative;
    width: 24px;
}
.view-button__arrow {
    bottom: -8%;
    position: absolute;
    width: 86%;
}
.view-button__3d-icon {
    bottom: 26%;
    position: absolute;
    width: 34%;
}
.links-block {
    font-size: 1rem;
    font-weight: 500;
}
.links-block__item {
    align-items: center;
    border-top: 1px solid #a8a8a8;
    display: flex;
    height: 63px;
    padding-left: 5px;
}
.links-block__item:last-child {
    border-bottom: 1px solid #a8a8a8;
}
.links-block__arrow {
    height: 11px;
    margin-right: 14px;
    transition: 0.2s;
}
.links-block__label {
    transition: 0.2s;
}
.spoiler {
    border-top: 1px solid #a8a8a8;
}
.spoiler:last-child {
    border-bottom: 1px solid #a8a8a8;
}
.spoiler--transparent {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: hsla(0, 0%, 100%, 0.1);
    border: 0;
    border-radius: 6px;
    color: #fff;
    transition: background-color 0.5s, color 0.2s;
}
.spoiler--transparent.active {
    background-color: hsla(0, 0%, 100%, 0.88);
    color: #1e2c24;
}
.spoiler--transparent .spoiler__label {
    font-size: 0.875rem;
    font-weight: 500;
    height: 95px;
    line-height: 1.3125rem;
    padding-left: 24px;
    padding-right: 23%;
}
.spoiler--transparent .spoiler__label:after,
.spoiler--transparent .spoiler__label:before {
    height: 15px;
    right: 16px;
    width: 15px;
}
.spoiler--transparent .spoiler__label:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 11 7'%3E%3Cpath fill='%23fff' d='M0 1.33L1.3 0l4.2 4.33L9.7 0 11 1.33 5.5 7 0 1.33z'/%3E%3C/svg%3E");
}
.spoiler--transparent .spoiler__label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%231E2C24' viewBox='0 0 14 13'%3E%3Cpath d='M0 11.48L1.65 13 7 8.06 12.36 13 14 11.48 7 5l-7 6.48z'/%3E%3Cpath d='M0 1.52L1.65 0 7 4.94 12.36 0 14 1.52 7 8 0 1.52z'/%3E%3C/svg%3E");
}
.spoiler--transparent .spoiler__content {
    padding-bottom: 37px;
    padding-left: 24px;
    padding-right: 16px;
}
.spoiler__label {
    align-items: center;
    color: inherit;
    display: flex;
    font-size: 0.9375rem;
    font-weight: 500;
    height: 63px;
    line-height: 1.125rem;
    padding: 0 35px 0 10px;
    position: relative;
    text-align: left;
    width: 100%;
}
.spoiler__label:after,
.spoiler__label:before {
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    height: 14px;
    position: absolute;
    right: 10px;
    width: 14px;
}
.spoiler__label:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 11 7'%3E%3Cpath fill='%234B844D' d='M0 1.33L1.3 0l4.2 4.33L9.7 0 11 1.33 5.5 7 0 1.33z'/%3E%3C/svg%3E");
}
.spoiler__label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 14 13'%3E%3Cpath fill='%23F14E01' d='M0 11.48L1.65 13 7 8.06 12.36 13 14 11.48 7 5l-7 6.48z'/%3E%3Cpath fill='%23F14E01' d='M0 1.52L1.65 0 7 4.94 12.36 0 14 1.52 7 8 0 1.52z'/%3E%3C/svg%3E");
    display: none;
}
.spoiler__content {
    display: none;
    font-size: 0.875rem;
    line-height: 1.3125rem;
    padding: 0 10px 28px;
}
.spoiler__content p {
    margin-bottom: 20px;
}
.spoiler__content p:last-of-type {
    margin-bottom: 0;
}
.spoiler.active > .spoiler__label:before {
    display: none;
}
.spoiler.active > .spoiler__label:after {
    display: block;
}
.card {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 18px 22px 21px;
    position: relative;
    transition: box-shadow 0.3s ease;
}
.card--slider {
    margin: 0 auto;
    max-width: 292px;
}
.card__stickers {
    left: 22px;
    position: absolute;
    top: 22px;
    z-index: 1;
}
.card__stickers + .card__top .card__compare {
    opacity: 0;
    pointer-events: none;
}
.card__sticker {
    border-radius: 8px;
    color: #fff;
    font-size: 0.925rem;
    font-weight: 400;
    line-height: 0.75rem;
    margin-bottom: 5px;
    max-width: 150px;
    min-width: 60px;
    padding: 6px 15px;
}
.card__sticker,
.card__sticker--green {
    background-color: #5d9a5b;
}
.card__sticker--yellow {
    background-color: #fdb351;
}
.card__sticker--red {
    background-color: #ff3021;
}
.card__sticker--black {
    background-color: #3a3a3a;
}
.card__sticker--orange {
    background-color: #f14e01;
}
.card__top {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 21px;
    min-height: 26px;
}
.card__code {
    color: #317534;
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0.018em;
    line-height: 1.1875rem;
}
.card__note {
    display: inline-flex;
}
.card__compare .compare-icon:before {
    display: none;
}
.card__compare .compare-icon__text {
    padding-left: 0;
}
.card__compare .is-active .compare-icon__text {
    color: #f14e01;
}
.card__rate {
    align-items: center;
    display: flex;
    font-size: 0.875rem;
    font-weight: 500;
}
.card__rate:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 13 13'%3E%3Cpath fill='%23F14E01' d='M6.36 10.16l3.94 2.33-1.05-4.4 3.48-2.95-4.58-.38L6.36.62 4.58 4.76 0 5.14 3.47 8.1l-1.04 4.39 3.93-2.33z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    bottom: -2px;
    content: "";
    display: block;
    height: 11.8px;
    left: 1px;
    margin-right: 6.2px;
    width: 12.7px;
}
.card__figure {
    border-radius: 4px;
    display: block;
    height: 320px;
    margin-bottom: 16px;
    overflow: hidden;
    position: relative;
    transition: none;
    width: 100%;
}
.card__image {
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: -webkit-transform 0.8s ease;
    transition: transform 0.8s ease;
    transition: transform 0.8s ease, -webkit-transform 0.8s ease;
    width: 100%;
}
.card__figure--no-photo .card__image,
.card__image--contain {
    object-fit: contain;
}
.card__view {
    bottom: 15px;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    width: 100%;
}
.card__overlay {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.card__overlay img {
    height: 151px;
    width: 151px;
}
.card__overlay svg {
    height: 151px;
    width: 151px;
}
.card__overlay svg tspan {
    fill: #657f9f;
    font-size: 0.91223rem;
    font-weight: 600;
    letter-spacing: 0.125rem;
    word-spacing: 2.2px;
}
.card__overlay--sticker {
    left: -11px;
    top: -12px;
}
.card__overlay--sticker,
.card__overlay--sticker img {
    height: 110px;
    width: 110px;
}
.card__title {
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: 0.0275em;
    line-height: 1.3125rem;
    margin-bottom: 15px;
    min-height: 42px;
    transition: color 0.3s ease;
}
.card__title,
.card__title * {
    color: #101010;
}
.card__title a span,
.card__title button span {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    text-align: left;
}
.card__specifications {
    height: 50px;
    margin-bottom: 21px;
    overflow: hidden;
}
.card__specifications .tooltip {
    height: 18px;
    margin-left: 5px;
    margin-top: -2px;
    width: 18px;
}
.card__specification {
    color: #1e2c24;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1rem;
    margin-bottom: 17px;
}
.card__notice {
    color: #6d6d6d;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 0.9375rem;
}
.card__bottom {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    min-height: 42px;
}
.card__price {
    padding-bottom: 1px;
}
.card__price__before {
    color: #a8a8a8;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1rem;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
}
.card__price__after,
.card__price__before {
    text-transform: uppercase;
    white-space: nowrap;
}
.card__price__after {
    color: #1e2c24;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5rem;
    padding-top: 1px;
}
.card__text {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #1e2c24;
    display: -webkit-box;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.3125rem;
    margin-bottom: 28px;
    overflow: hidden;
}
.card__buttons {
    align-items: flex-end;
    display: flex;
    position: relative;
}
.card__buttons__btn {
    align-items: center;
    border-radius: 5px;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    margin-left: 10px;
    width: 42px;
}
.card__buttons__btn--fav {
    background-color: hsla(0, 0%, 97.6%, 0.8);
    bottom: 0;
    position: absolute;
    right: 52px;
}
.card__buttons__btn--fav.is-active {
    background-color: #f14e01;
}
.card__buttons__btn--cart {
    background-color: hsla(0, 0%, 65.9%, 0.8);
    position: relative;
    transition: all 0.3s ease;
}
.card__buttons__btn--cart.is-active {
    background-color: #f14e01;
    width: 127px;
}
.card__buttons__btn--view {
    background-image: linear-gradient(transparent calc(100% - 1px), #6d6d6d 1px);
    background-repeat: no-repeat;
    background-size: 0 100%;
    background-size: 100% 100%;
    border-radius: 0;
    color: #6d6d6d;
    font-size: 0.8125rem;
    font-weight: 500;
    height: auto;
    line-height: 1.125rem;
    margin-bottom: 4px;
    padding-bottom: 1px;
    text-decoration: none;
    transition: all 0.3s linear;
    width: auto;
}
.card__buttons__btn__text {
    font-size: 0;
}
.is-active .card__buttons__btn__text {
    font-size: 0.875rem;
}
.card__buttons .cart-icon:before {
    height: 16px;
    width: 17px;
}
.card__buttons .cart-icon__text {
    display: none;
}
.card__buttons .is-active .cart-icon__text {
    display: block;
}
.card__buttons .is-active .cart-icon:before {
    display: none;
}
.card__buttons .is-active .fav-icon:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.08 13.211l-.08.082-.088-.082C4.112 9.688 1.6 7.358 1.6 4.996c0-1.635 1.2-2.861 2.8-2.861 1.232 0 2.432.817 2.856 1.929h1.488c.424-1.112 1.624-1.93 2.856-1.93 1.6 0 2.8 1.227 2.8 2.862 0 2.362-2.512 4.692-6.32 8.215zM11.6.5c-1.392 0-2.728.662-3.6 1.7C7.128 1.162 5.792.5 4.4.5 1.936.5 0 2.47 0 4.996c0 3.082 2.72 5.607 6.84 9.425L8 15.5l1.16-1.079C13.28 10.604 16 8.078 16 4.996 16 2.47 14.064.5 11.6.5z' fill='%23fff'/%3E%3C/svg%3E");
}
[data-type="is-list"] .card__title a span,
[data-type="is-list"] .card__title button span {
    -webkit-line-clamp: initial;
}
.card-additional {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 25px 22px 21px;
    transition: box-shadow 0.3s ease;
}
.card-additional__compare .compare-icon:before {
    display: none;
}
.card-additional__compare .compare-icon__text {
    padding-left: 0;
}
.card-additional__figure {
    border-radius: 4px;
    display: block;
    height: 278px;
    margin-bottom: 21px;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: none;
    width: 100%;
}
.card-additional__image {
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: -webkit-transform 0.8s ease;
    transition: transform 0.8s ease;
    transition: transform 0.8s ease, -webkit-transform 0.8s ease;
    width: 100%;
}
.card-additional__image--contain {
    object-fit: contain;
}
.card-additional__title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #101010;
    display: -webkit-box;
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: 0.0275em;
    line-height: 1.3125rem;
    margin-bottom: 15px;
    min-height: 42px;
    overflow: hidden;
    transition: color 0.3s ease;
}
.card-additional__text {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #1e2c24;
    display: -webkit-box;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.3125rem;
    margin-bottom: 28px;
    overflow: hidden;
}
.card-additional__bottom {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    min-height: 42px;
}
.card-additional__price {
    padding-bottom: 1px;
}
.card-additional__price__before {
    color: #a8a8a8;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1rem;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    text-transform: uppercase;
    white-space: nowrap;
}
.card-additional__price__after {
    color: #1e2c24;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5rem;
    padding-top: 1px;
    text-transform: uppercase;
    white-space: nowrap;
}
.card-additional__buttons {
    align-items: flex-end;
    display: flex;
    position: relative;
}
.card-additional__buttons__btn {
    align-items: center;
    border-radius: 5px;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    margin-left: 10px;
    width: 42px;
}
.card-additional__buttons__btn--fav {
    background-color: hsla(0, 0%, 97.6%, 0.8);
    bottom: 0;
    position: absolute;
    right: 52px;
}
.card-additional__buttons__btn--fav.is-active {
    background-color: #f14e01;
}
.card-additional__buttons__btn--cart {
    background-color: hsla(0, 0%, 65.9%, 0.8);
    position: relative;
    transition: all 0.3s ease;
}
.card-additional__buttons__btn--cart.is-active {
    background-color: #f14e01;
    width: 127px;
}
.card-additional__buttons .cart-icon:before {
    height: 16px;
    width: 17px;
}
.card-additional__buttons .cart-icon__text {
    display: none;
}
.card-additional__buttons .is-active .cart-icon__text {
    display: block;
}
.card-additional__buttons .is-active .cart-icon:before {
    display: none;
}
.card-additional__buttons .is-active .fav-icon:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.08 13.211l-.08.082-.088-.082C4.112 9.688 1.6 7.358 1.6 4.996c0-1.635 1.2-2.861 2.8-2.861 1.232 0 2.432.817 2.856 1.929h1.488c.424-1.112 1.624-1.93 2.856-1.93 1.6 0 2.8 1.227 2.8 2.862 0 2.362-2.512 4.692-6.32 8.215zM11.6.5c-1.392 0-2.728.662-3.6 1.7C7.128 1.162 5.792.5 4.4.5 1.936.5 0 2.47 0 4.996c0 3.082 2.72 5.607 6.84 9.425L8 15.5l1.16-1.079C13.28 10.604 16 8.078 16 4.996 16 2.47 14.064.5 11.6.5z' fill='%23fff'/%3E%3C/svg%3E");
}
.card-additional .card__overlay {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.card-additional .card__overlay img {
    height: 151px;
    width: 151px;
}
.card-additional .card__overlay--sticker {
    height: 110px;
    left: -11px;
    top: -12px;
    width: 110px;
}
.card-additional .card__overlay--sticker img {
    height: 110px;
    width: 110px;
}
.card-service {
    background: #fff;
    background-position: 50%;
    background-size: cover;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(188, 188, 192, 0.2);
    display: flex;
    flex-direction: column;
    min-height: 291px;
    overflow: hidden;
    padding: 23px 19px 21px;
    position: relative;
    width: 100%;
}
.card-service[style*="background-image"] {
    border-radius: 0;
    margin: 0 -14px;
    padding: 23px 33px 21px;
    width: calc(100% + 28px);
}
.swiper-slide .card-service[style*="background-image"] {
    border-radius: 6px;
    margin: 0;
    width: 100%;
}
.card-service[style*="background-image"]:before {
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.card-service[style*="background-image"] .card-service__text {
    color: #fff;
}
.card-service[style*="background-image"] .card-service__button {
    background-color: transparent;
    border: 1px solid #fff;
}
.card-service__top {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-grow: 1;
    margin: -23px -19px 0;
    padding: 23px 19px 21px;
    position: relative;
    width: calc(100% + 38px);
}
.card-service__top[style*="background-image"]:before {
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.card-service__top[style*="background-image"] {
    flex-grow: 1;
    margin-bottom: 21px;
}
.card-service__top-content {
    display: flex;
    min-height: 57px;
    width: 100%;
}
.card-service__icon {
    background: #5d9a5b;
    border-radius: 50%;
    flex-shrink: 0;
    height: 57px;
    justify-content: center;
    margin-right: 20px;
    width: 57px;
}
.card-service__icon,
.card-service__title {
    align-items: center;
    display: flex;
    position: relative;
}
.card-service__title {
    color: #101010;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.375rem;
}
.card-service__title--white {
    color: #fff;
}
.card-service__text {
    flex-grow: 1;
    font-size: 0.875rem;
    line-height: 1.3125rem;
    margin-bottom: 25px;
    padding: 0 4px;
    position: relative;
}
.card-service__button {
    position: relative;
    width: 100%;
}
.card-icon {
    background: grba(0, 0, 0, 0);
    border-radius: 7px;
    display: flex;
    flex-direction: column-reverse;
    padding-left: 73px;
    position: relative;
    transition: 0.7s;
    width: 100%;
}
.card-icon__title {
    align-items: center;
    display: flex;
    font-size: 0.9375rem;
    font-weight: 500;
    height: 53px;
    line-height: 1.25rem;
    margin: 0;
}
.card-icon__icon {
    height: 55px;
    left: 0;
    position: absolute;
    top: 0;
    width: 55px;
}
.card-icon__icon svg {
    max-height: 100%;
    max-width: 100%;
}
.card-icon__icon img {
    max-height: 100%;
    max-width: 100%;
}
.card-icon__text {
    font-size: 0.875rem;
    letter-spacing: 0.01rem;
    line-height: 1.3125rem;
    margin-top: 7px;
}
@-webkit-keyframes flip-2-hor-top-fwd {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0) translateZ(0) rotateX(0);
        transform: translateY(0) translateZ(0) rotateX(0);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%) translateZ(160px) rotateX(-180deg);
        transform: translateY(-100%) translateZ(160px) rotateX(-180deg);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
    }
}
@keyframes flip-2-hor-top-fwd {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0) translateZ(0) rotateX(0);
        transform: translateY(0) translateZ(0) rotateX(0);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%) translateZ(160px) rotateX(-180deg);
        transform: translateY(-100%) translateZ(160px) rotateX(-180deg);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
    }
}
@-webkit-keyframes flip-2-hor-top-rev {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%) translateZ(160px) rotateX(-180deg);
        transform: translateY(-100%) translateZ(160px) rotateX(-180deg);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0) translateZ(0) rotateX(0);
        transform: translateY(0) translateZ(0) rotateX(0);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
    }
}
@keyframes flip-2-hor-top-rev {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%) translateZ(160px) rotateX(-180deg);
        transform: translateY(-100%) translateZ(160px) rotateX(-180deg);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0) translateZ(0) rotateX(0);
        transform: translateY(0) translateZ(0) rotateX(0);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
    }
}
@-webkit-keyframes flip-1-hor-top-fwd {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0) translateX(-50%) translateZ(0) rotateX(0);
        transform: translateY(0) translateX(-50%) translateZ(0) rotateX(0);
        -webkit-transform-origin: top;
        transform-origin: top;
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(100%) translateX(-50%) translateZ(-160px) rotateX(-180deg);
        transform: translateY(100%) translateX(-50%) translateZ(-160px) rotateX(-180deg);
        -webkit-transform-origin: top;
        transform-origin: top;
    }
}
@keyframes flip-1-hor-top-fwd {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0) translateX(-50%) translateZ(0) rotateX(0);
        transform: translateY(0) translateX(-50%) translateZ(0) rotateX(0);
        -webkit-transform-origin: top;
        transform-origin: top;
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(100%) translateX(-50%) translateZ(-160px) rotateX(-180deg);
        transform: translateY(100%) translateX(-50%) translateZ(-160px) rotateX(-180deg);
        -webkit-transform-origin: top;
        transform-origin: top;
    }
}
@-webkit-keyframes flip-1-hor-top-rev {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%) translateX(-50%) translateZ(-160px) rotateX(-180deg);
        transform: translateY(100%) translateX(-50%) translateZ(-160px) rotateX(-180deg);
        -webkit-transform-origin: top;
        transform-origin: top;
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0) translateX(-50%) translateZ(0) rotateX(0);
        transform: translateY(0) translateX(-50%) translateZ(0) rotateX(0);
        -webkit-transform-origin: top;
        transform-origin: top;
    }
}
@keyframes flip-1-hor-top-rev {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%) translateX(-50%) translateZ(-160px) rotateX(-180deg);
        transform: translateY(100%) translateX(-50%) translateZ(-160px) rotateX(-180deg);
        -webkit-transform-origin: top;
        transform-origin: top;
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0) translateX(-50%) translateZ(0) rotateX(0);
        transform: translateY(0) translateX(-50%) translateZ(0) rotateX(0);
        -webkit-transform-origin: top;
        transform-origin: top;
    }
}
.trees-list {
    line-height: 1.3125rem;
}
.trees-list__header {
    color: #000;
    display: flex;
    padding: 0 20px;
}
.trees-list__heading {
    width: 60%;
}
.trees-list__list {
    margin-top: 20px;
}
.trees-list__container + .trees-list__container {
    margin-top: 15px;
}
.trees-list__item {
    align-items: flex-start;
    background: #fafafa;
    border-radius: 6px;
    display: flex;
    flex-wrap: wrap;
    padding: 26px 20px 21px;
    transition: 0.2s;
    width: 100%;
}
.trees-list__item--disabled {
    background: #fafafa !important;
    box-shadow: none !important;
}
.trees-list__item--disabled .trees-list__buttons {
    display: none;
}
.trees-list__item--disabled .trees-list__height {
    color: #6d6d6d;
}
.trees-list__item--disabled .trees-list__link {
    cursor: pointer;
    margin-right: -20px;
}
.trees-list__item--active {
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.trees-list__item--active .trees-list__cart.btn {
    width: 100%;
}
.trees-list__item--active .trees-list__cart.btn:before {
    display: block;
}
.trees-list__item--active .trees-list__cart.btn > svg {
    display: none;
}
.trees-list__height {
    font-size: 1rem;
    font-weight: 500;
    width: 60%;
}
.trees-list__link {
    color: #6d6d6d;
    display: block;
    font-size: 0.875rem;
    line-height: 1.1875rem;
    margin-top: 10px;
}
.trees-list__link--disabled {
    background-image: none !important;
    color: inherit !important;
}
.trees-list__link span {
    background-image: linear-gradient(transparent calc(100% - 1px), #6d6d6d 1px);
    background-repeat: no-repeat;
    background-size: 0 100%;
    background-size: 100% 100%;
    padding-bottom: 1px;
    text-decoration: none;
    transition: all 0.3s linear;
    transition: background-image 0.3s ease;
}
.trees-list__price {
    align-items: center;
    display: flex;
    font-size: 1rem;
    font-weight: 500;
}
.trees-list__price .tooltip {
    margin-left: 15px;
}
.trees-list__discount {
    color: #999;
    font-size: 0.875rem;
    text-decoration: line-through;
}
.trees-list__buttons {
    display: flex;
    margin-top: 31px;
    min-height: 42px;
    position: relative;
    width: 100%;
}
.trees-list__buttons > * + * {
    margin-left: 15px;
}
.trees-list__select.btn {
    flex: 1;
    margin-right: 57px;
    padding: 0;
}
.trees-list__cart.btn {
    padding: 0;
    position: absolute;
    right: 0;
    width: 42px;
}
.trees-list__cart.btn:before {
    content: "В корзине";
    display: none;
}
.trees-list__buttons--single .trees-list__cart.btn {
    width: 100%;
}
.ball-popup {
    align-items: flex-end;
    display: flex;
    height: 28px;
}
.ball-popup:before {
    border-radius: 50%;
    box-shadow: 8px 0 19px -7px #000;
    content: "";
    height: 28px;
    position: absolute;
    width: 28px;
}
.ball-popup__icon {
    align-self: flex-end;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 30px;
    height: 46px;
    margin: -1px;
    width: 30px;
    z-index: 1;
}
.ball-popup__label {
    align-items: center;
    background: #4b844d;
    border-radius: 14px;
    color: #fff;
    display: flex;
    font-size: 0.6875rem;
    font-weight: 500;
    height: 28px;
    left: 37px;
    line-height: 1.1;
    margin-left: -28px;
    padding: 0 13px 0 35px;
}
.ball-popup__br {
    display: none;
}
.parameter__list {
    padding-bottom: 18px;
    padding-top: 16px;
}
.parameter__row {
    margin-bottom: 30px;
    text-align: left;
    width: 100%;
}
.parameter__row:last-of-type {
    margin-bottom: 0;
}
.parameter__icon {
    display: none;
    overflow: visible;
}
.parameter__heading {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
}
.parameter__container {
    display: flex;
    margin-left: -25px;
    margin-top: 14px;
}
.parameter__item {
    color: #6d6d6d;
    display: none;
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 0.9375rem;
    margin-left: 25px;
}
.parameter__item .parameter__tooltip {
    display: none;
}
.parameter__item--active {
    color: inherit;
    display: initial;
}
.parameter__item--active .parameter__tooltip {
    display: inline-flex;
}
.product3d-wrap {
    margin: 0 auto;
    max-height: calc(100vh - 100px);
    max-width: 560px;
    min-height: calc(100vh - 100px);
}
.product3d-wrap canvas {
    max-height: calc(100vh - 100px) !important;
    max-width: 100% !important;
    width: auto !important;
}
.cloudimage-360-inner-box {
    align-items: center;
    display: flex;
    height: calc(100vh - 100px);
    justify-content: center;
}
.cloudimage-360 {
    max-height: 100%;
}
.cloudimage-360-view-360-circle {
    opacity: 1 !important;
}
.cloudimage-360-loader {
    align-items: center;
    background: #fff !important;
    display: flex;
    font-size: 0;
    font-size: 1.375rem;
    font-weight: 600;
    height: calc(100vh - 100px);
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100% !important;
}
.cloudimage-360-loader:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='margin:auto;background:0 0' width='104' height='104' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid' display='block'%3E%3Ccircle cx='50' cy='50' r='40' stroke-width='2' stroke='%235d9a5b' stroke-dasharray='62.83185307179586 62.83185307179586' fill='none' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' repeatCount='indefinite' dur='2.0s' keyTimes='0;1' values='0 50 50;360 50 50'/%3E%3C/circle%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 100px;
    width: 100px;
}
.cloudimage-360-view-360-icon {
    align-items: center;
    background: none !important;
    color: #4b844d;
    display: flex;
    font-size: 0;
    font-size: 1.625rem;
    font-weight: 600;
    height: calc(100vh - 100px);
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.card-detail {
    padding: 39px 24px;
}
.card-detail--main {
    padding: 7px 0 85px;
}
.card-detail--common {
    padding: 7px 0 59px;
}
.card-detail__h1,
.card-detail h1 {
    color: #101010;
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: 15px;
}
.card-detail__right .card-detail__top {
    display: none;
}
.card-detail__slideshow {
    margin: 0 -24px;
    z-index: 2;
}
.card-detail--main .card-detail__slideshow {
    margin: 0 -14px 61px;
}
.card-detail__num {
    color: #a8a8a8;
    font-family: Gilroy, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.018em;
}
.card-detail__heading {
    color: #101010;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.875rem;
    margin-top: 9px;
}
.card-detail__heading--second {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.375rem;
    margin-bottom: 30px;
    margin-top: 0;
}
.card-detail--main .card-detail__heading--second {
    margin-bottom: 28px;
    margin-top: 57px;
}
.card-detail__heading--small {
    font-size: 1.125rem;
}
.card-detail__parameter + .card-detail__heading {
    margin-bottom: 27px;
    margin-top: 43px;
}
.card-detail__status-bar {
    align-items: center;
    display: flex;
    letter-spacing: 0.0275em;
    margin-top: 53px;
    position: relative;
}
.card-detail__status-bar > * {
    margin-left: 17px;
}
.card-detail__status-bar > :first-child {
    margin-left: 0;
}
.card-detail__score {
    align-items: center;
    display: flex;
    font-size: 0.875rem;
    font-weight: 500;
}
.card-detail__score:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 13 13'%3E%3Cpath fill='%23F14E01' d='M6.36 10.16l3.94 2.33-1.05-4.4 3.48-2.95-4.58-.38L6.36.62 4.58 4.76 0 5.14 3.47 8.1l-1.04 4.39 3.93-2.33z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    bottom: -2px;
    content: "";
    display: block;
    height: 11.8px;
    left: 1px;
    margin-right: 6.2px;
    width: 12.7px;
}
.card-detail__comments {
    font-size: 0.875rem;
    font-weight: 500;
}
.card-detail--main .card-detail__comments {
    font-size: 0.9375rem;
    line-height: 1.375rem;
    margin-left: 20px;
}
.card-detail__title {
    color: #101010;
    font-family: Gilroy, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 150%;
}
.card-detail__comments-icon {
    background-color: #f14e01;
    border-radius: 12px;
    color: #fff;
    font-size: 0.71875rem;
    font-weight: 500;
    line-height: 0.875rem;
    margin-left: 10px;
    padding: 2px 5px;
    position: relative;
}
.card-detail__comments-icon:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23F14E01' d='M1 4V0l3 1-3 3z'/%3E%3C/svg%3E");
    bottom: -1px;
    content: "";
    display: block;
    height: 4px;
    left: 2px;
    position: absolute;
    width: 3px;
}
.card-detail__buttons {
    display: flex;
    position: absolute;
    right: 0;
}
.card-detail--main .card-detail__buttons {
    right: 20px;
}
.card-detail--main .card-detail__buttons .icon-button__icon {
    height: 16px;
}
.card-detail__icon-button {
    height: 24px;
    min-width: 24px;
}
.card-detail__icon-button:nth-child(n + 2) {
    margin-left: 17px;
}
.card-detail__icon-button.is-active + [data-tippy-root],
.card-detail__label {
    display: none;
}
.card-detail__description {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.3125rem;
    margin-bottom: 28px;
    margin-top: 28px;
}
.card-detail--main .card-detail__description {
    margin-bottom: 43px;
}
.card-detail__parameter {
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.5rem;
    margin-top: 18px;
}
.card-detail__parameter--primary {
    color: #2f6c31;
    font-size: 1.125rem;
    font-weight: 600;
}
.card-detail__height {
    white-space: nowrap;
}
.card-detail__checkbox-wrap {
    display: inline-block;
    margin-bottom: 22px;
    margin-right: 40px;
    vertical-align: baseline;
}
.card-detail__checkbox-wrap .tooltip {
    margin-left: 5px;
    vertical-align: middle;
}
.card-detail__checkbox-wrap .tooltip:before {
    align-items: center;
    display: flex;
    height: 18px;
    justify-content: center;
    width: 18px;
}
.card-detail__checkbox .checkbox__button {
    top: 4px;
}
.card-detail__checkbox .checkbox__text {
    color: #1e2c24;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.375rem;
}
.card-detail__checkbox .checkbox__text > span {
    display: block;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.375rem;
}
.card-detail__info-popup {
    background-color: #d0d0d0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 3 10'%3E%3Cpath fill='%23fff' d='M.78 3.06h1.48v6.36H.78V3.06zm.75-1.05a.97.97 0 01-.68-.25.85.85 0 01-.28-.64C.57.87.67.66.85.5c.18-.17.4-.26.68-.26.27 0 .5.08.67.25.19.16.28.36.28.6a.92.92 0 01-.95.93z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 3px;
    border-radius: 50%;
    display: inline-block;
    height: 17px;
    margin-left: 11px;
    position: relative;
    top: 4px;
    width: 17px;
}
.card-detail__total {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 39px;
}
.card-detail__price-before {
    color: #a8a8a8;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1rem;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    text-transform: uppercase;
    white-space: nowrap;
}
.card-detail__price-after {
    color: #1e2c24;
    font-size: 1.625rem;
    font-weight: 600;
    line-height: 1.5rem;
    padding-top: 1px;
    text-transform: uppercase;
    white-space: nowrap;
}
.card-detail__sub-text {
    color: #a8a8a8;
    font-size: 0.875rem;
    margin-top: 11px;
}
.card-detail__options-total {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.375rem;
    margin-top: 16px;
}
.card-detail__buy {
    margin-top: 20px;
}
.card-detail__buy .promotion-add {
    color: #4b844d;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.375rem;
}
.card-detail__buy-container .input-count {
    margin-top: 10px;
}
.card-detail__buy-container .input-count input {
    font-size: 1.125rem;
    text-align: center;
}
.card-detail__buy-container .input-count button {
    font-size: 1.625rem;
}
.card-detail__button {
    width: 100%;
}
.card-detail__button + .card-detail__button {
    margin-top: 10px;
}
.card-detail__preorder--xs {
    display: block;
    margin-top: 5px;
}
.card-detail__preorder--lg {
    display: none;
}
.card-detail__link {
    margin-top: 19px;
    padding-bottom: 10px;
}
.card-detail--main .card-detail__link {
    margin-top: 20px;
}
.card-detail--main .card-detail__link .module-area {
    margin: 0 auto;
}
.card-detail--main .card-detail__link .module-area span {
    font-size: 1rem;
    line-height: 1.25rem;
}
.card-detail__slideshow .card-detail__link {
    padding-left: 14px;
    padding-right: 14px;
    text-align: center;
}
.card-detail__slideshow .card-detail__link .module-area {
    text-align: center;
}
.card-detail__buy .card-detail__link {
    margin-bottom: 0;
}
.card-detail__sticky > .card-detail__link {
    margin-bottom: 57px;
}
.card-detail__sticky > .card-detail__link span {
    text-align: center;
}
.card-detail__sm-link {
    display: none;
}
.card-detail__delivery-info {
    margin-top: 40px;
}
.card-detail__help {
    margin: 73px -14px 0;
}
.card-detail__links-block {
    margin-top: 30px;
}
.card-detail__module-area {
    margin-top: 19px;
}
.card-detail__sticky {
    padding-bottom: 0.1px;
}
.card-detail__info {
    margin-bottom: 78px;
}
.card-detail__changeColor {
    align-items: center;
    display: flex;
}
.card-detail__changeColor__item {
    align-items: center;
    background-color: red;
    border-radius: 50%;
    display: flex;
    height: 25px;
    justify-content: center;
    margin-right: 14px;
    position: relative;
    width: 25px;
}
.card-detail__changeColor__item.active {
    height: 35px;
    width: 35px;
}
.card-detail__changeColor__item.active:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.891.373a1.21 1.21 0 011.747 0 1.3 1.3 0 010 1.8L6.226 9.809a1.21 1.21 0 01-1.747 0L.362 5.567a1.3 1.3 0 010-1.8 1.21 1.21 0 011.747 0l3.244 3.342L11.89.373z' fill='%23fff'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: "";
    height: 10px;
    width: 14px;
}
.card-detail__changeColor-content {
    align-items: center;
    display: flex;
    margin-left: 15px;
}
.card-detail__inPackage {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}
.card-detail__inPackage .card-detail__title {
    margin-right: 8px;
}
.card-detail__inPackage__number {
    align-items: center;
    background: #5d9a5b;
    border-radius: 6px;
    color: #fff;
    display: flex;
    font-size: 1rem;
    justify-content: center;
    padding: 6px 17px;
}
.card-detail .detail__view {
    margin-top: 20px;
}
.card-detail__wholesale {
    margin-top: 30px;
}
.card-detail__wholesale-head {
    align-items: center;
    display: flex;
}
.card-detail__wholesale-head .tooltip {
    background-color: #f14e01;
    margin-left: 6px;
}
.card-detail__wholesale-head .tooltip:hover {
    background-color: #5d9a5b;
}
.card-detail__wholesale-content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 13px;
}
.card-detail__wholesale__item {
    align-items: flex-start;
    display: flex;
    flex-grow: 1;
    gap: 7px;
    margin-bottom: 7px;
    max-width: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.card-detail__wholesale__item span {
    color: #1e2c24;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.375rem;
}
.card-detail__wholesale__item .tooltip {
    background-color: #d0d0d0;
    height: 18px;
    margin-left: auto;
    min-width: 18px;
}
.card-detail-tab-content.gray-back {
    background-color: #fafafa;
    border-radius: 6px;
    margin: 0 -14px;
    padding: 22px 14px 28px;
}
.card-detail-tab-content .chars-list-main {
    padding-bottom: 36px;
    position: relative;
}
.card-detail-tab-content .chars-list-main .chars-list__hidden .chars-list-main-inner {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.card-detail-tab-content .chars-list-main .chars-list__hidden:not([style="display: block;"]) + .show-hidden .show-hidden__btn {
    background-image: linear-gradient(transparent calc(100% - 1px), #f14e01 1px);
    color: #f14e01;
}
.card-detail-tab-content .chars-list__row .chars-list__col:last-of-type {
    flex-grow: 1;
}
.card-detail-tab-content .show-hidden {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}
.card-detail-tab-content .show-hidden:before {
    z-index: 1;
}
.card-detail-tab-content .show-hidden__btn {
    background-image: linear-gradient(transparent calc(100% - 1px), #1e2c24 1px);
    color: #1e2c24;
}
.slideshow {
    position: relative;
}
.slideshow-nav {
    display: none;
    margin: 0;
    padding: 38px 0;
    position: relative;
    width: 104px;
}
.slideshow-nav.overflowed {
    height: 544px;
}
.slideshow-nav.not-inited {
    padding: 0;
}
.slideshow-nav .swiper {
    height: 100%;
}
.slideshow-nav__item {
    max-height: 155px;
    min-height: 155px;
    opacity: 0.6;
    padding: 10px 0;
    transition: opacity 0.3s ease;
}
.not-inited .slideshow-nav__item {
    opacity: 1;
    padding: 0;
}
.overflowed .slideshow-nav__item {
    max-height: inherit;
    min-height: inherit;
}
.slideshow-nav__item.swiper-slide-thumb-active {
    opacity: 1;
}
.slideshow-nav__image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    cursor: pointer;
    height: 135px;
    margin: auto;
    position: relative;
    width: 100%;
}
.not-inited .slideshow-nav__nav {
    display: none;
}
.slideshow-nav__nav.swiper-button--prev {
    left: 50%;
    margin-left: -18px;
    margin-top: 0;
    top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.slideshow-nav__nav.swiper-button--next {
    left: 50%;
    margin-left: -18px;
    margin-top: -25px;
    top: 100%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.slideshow-slider {
    height: 286px;
}
.slideshow-slider__item {
    padding: 0 62px;
}
.slideshow-slider__image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    height: 286px;
    position: relative;
    width: 100%;
}
.slideshow-slider__img {
    border-radius: 6px;
    height: auto;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    width: auto;
}
.slideshow-slider__img--cover {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.slideshow-slider__nav.swiper-button.swiper-button--prev {
    left: 17px;
}
.slideshow-slider__nav.swiper-button.swiper-button--next {
    right: 17px;
}
.slideshow-slider__pagination.swiper-pagination-bullets {
    display: none;
}
.slideshow__bottom {
    display: flex;
    justify-content: center;
    padding-top: 21px;
}
.slideshow-link {
    align-items: center;
    display: inline-flex;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.01rem;
    line-height: 1.5rem;
}
.slideshow-link:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='a' fill='%23fff'%3E%3Crect width='6.364' height='6.364' rx='.758'/%3E%3C/mask%3E%3Crect width='6.364' height='6.364' rx='.758' stroke='%234F4848' stroke-width='2' mask='url(%23a)'/%3E%3Cmask id='b' fill='%23fff'%3E%3Crect y='9' width='6.364' height='6.364' rx='.758'/%3E%3C/mask%3E%3Crect y='9' width='6.364' height='6.364' rx='.758' stroke='%234F4848' stroke-width='2' mask='url(%23b)'/%3E%3Cpath fill='%23575757' d='M8.914 1h11v1h-11zM8.914 10h11v1h-11zM8.914 4h7v1h-7zM8.914 13h7v1h-7z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    flex-shrink: 0;
    height: 16px;
    margin-right: 10px;
    width: 20px;
}
.card-detail--main .slideshow-nav {
    display: block;
}
.card-detail--main .slideshow-nav__item {
    padding: 0 10px;
}
.card-detail--main .slideshow-slider__image {
    position: relative;
}
.card-detail--main .slideshow-slider__nav {
    display: none;
}
.catalog-section {
    padding-bottom: 78px;
    padding-top: 68px;
}
.catalog-section--not-background {
    background-color: transparent;
}
.catalog-section .h2 {
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1.75rem;
    margin-bottom: 29px;
    margin-top: 0;
    max-width: 80%;
}
.catalog-section__wrap {
    margin: 0 -14px;
    position: relative;
}
.catalog-section__slider {
    margin: 0 -14px;
    padding-bottom: 20px;
}
.catalog-section__item {
    height: 100%;
    padding: 0 14px;
}
.catalog-section .swiper-button {
    margin-top: -23px;
}
.catalog-section .swiper-button--prev {
    left: 0;
}
.catalog-section .swiper-button--next {
    right: 0;
}
.detail {
    background: #fff;
    padding-bottom: 40px;
}
.detail__heading {
    color: #101010;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    margin: 40px 0 0;
}
.detail__heading--primary {
    font-size: 1.125rem;
    margin: 0 0 41px;
}
.detail__heading--second {
    font-size: 1.125rem;
    margin: 0 0 30px;
}
.detail__heading--parameters {
    font-size: 1.375rem;
}
.detail__heading--small {
    font-size: 1.125rem;
    margin-bottom: 43px;
}
.detail__subtitle {
    font-size: 0.9375rem;
    font-weight: 500;
    margin-top: 12px;
}
.detail__buttons {
    display: flex;
    margin-top: 24px;
}
.detail__buttons > * + * {
    margin-left: 30px;
}
.detail__hidden-xs {
    display: none;
}
.detail__visible-sm {
    margin-top: 20px;
}
.detail__visible-sm .module-area {
    text-align: center;
}
.detail__container {
    margin-bottom: 70px;
    position: relative;
    z-index: 1;
}
.detail__aside {
    position: relative;
    z-index: 1;
}
.detail__preview {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 127px 37px 40px;
    position: sticky;
    top: 20px;
}
.detail__ball {
    left: 0;
    position: absolute;
    top: 38px;
}
.detail__ball > * + * {
    margin-top: 18px;
}
.detail__picture {
    margin-bottom: 44px;
}
.detail__view {
    display: flex;
    flex-direction: column;
}
.detail__view > * + * {
    margin-top: 10px;
}
.detail__trees-list {
    margin-top: 75px;
}
.detail__section {
    margin-bottom: 50px;
}
.detail__section--primary {
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 80px;
    padding: 39px 21px 47px;
}
.detail__parameter + .detail__parameter {
    margin-top: 30px;
}
.detail__card-icon + .detail__card-icon {
    margin-top: 34px;
}
.detail__footer {
    border-bottom: 1px solid #a8a8a8;
    padding-bottom: 80px;
    padding-top: 30px;
}
.detail__footer:last-child {
    margin-bottom: 0;
}
.detail__options > * + * {
    margin-top: 70px;
}
.detail__warranty {
    margin-bottom: 80px;
}
.nl-default {
    padding-top: 30px;
}
.nl-default__title {
    color: #101010;
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1.75rem;
    margin-bottom: 29px;
    margin-top: 29px;
}
.nl-default__list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.nl-default__item {
    margin-bottom: 12px;
    width: 100%;
}
.faq-list {
    align-items: center;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    margin: 0 -14px 20px;
    min-height: 100vh;
    padding: 68px 14px 200px;
    position: relative;
}
.faq-list--nm {
    margin-bottom: 0;
}
.faq-list__back {
    max-width: inherit;
    z-index: 0;
}
.faq-list__back,
.faq-list__back:after {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.faq-list__back:after {
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
}
.faq-list__back--transparent:after {
    display: none;
}
.faq-list__back-img {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 100vh;
    object-fit: cover;
    object-position: left;
    position: sticky;
    top: 0;
    width: 100%;
}
.faq-list__title {
    color: #fff;
    font-size: 1.1875rem;
    font-weight: 600;
    line-height: 1.9375rem;
    margin-bottom: 35px;
    max-width: 640px;
    position: relative;
    text-align: center;
    width: 100%;
}
.faq-list__title * {
    color: #fff;
    font-size: 1.1875rem;
    margin: 0;
}
.faq-list .spoiler {
    color: #fff;
    margin-bottom: 20px;
    max-width: 640px;
    position: relative;
    width: 100%;
    z-index: 1;
}
.faq-list .spoiler:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
}
.faq-list .spoiler.active {
    color: #1e2c24;
}
.faq-list__btn {
    padding-top: 50px;
    position: relative;
}
.faq-list__btn .btn {
    margin: 0 auto;
    width: 215px;
}
.faq-list--page {
    display: block;
    margin: 0 0 20px;
    min-height: inherit;
    padding: 30px 0;
}
.faq-list--page .spoiler {
    border-top: 0;
    color: #1e2c24;
    margin-bottom: 20px;
    max-width: inherit;
    width: 100%;
}
.faq-list--page .spoiler:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
}
.faq-list--page .spoiler__label {
    height: auto;
    padding: 0 35px 0 0;
}
.faq-list--page .spoiler__content {
    padding: 20px 35px 0 0;
}
.faq-list--page .spoiler.active {
    color: #1e2c24;
}
.faq-list--page .spoiler.active .spoiler__label {
    color: #f14e01;
}
.faq-list__column {
    padding-bottom: 50px;
}
.faq-list__column:last-of-type {
    padding-bottom: 0;
}
.faq-list__group {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    max-width: 680px;
    padding-bottom: 50px;
}
.faq-list__group:last-of-type {
    padding-bottom: 0;
}
.faq-list__group h2 {
    margin-top: 0;
}
.articles-list {
    margin-bottom: 39px;
    padding-bottom: 41px;
    padding-top: 41px;
}
.articles-list--nm {
    margin-bottom: 0 !important;
}
.articles-list .h3 {
    color: #101010;
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1.75rem;
    margin-bottom: 19px;
}
.articles-list__item {
    margin-bottom: 10px;
}
.articles-list__item:last-of-type {
    margin-bottom: 0;
}
.services-list {
    padding-bottom: 40px;
    padding-top: 40px;
}
.services-list__title {
    color: #101010;
    font-size: 1.1875rem;
    font-weight: 600;
    line-height: 1.9375rem;
    margin-bottom: 20px;
}
.services-list__wrap {
    margin: 0 -14px;
    position: relative;
    width: calc(100% + 28px);
}
.services-list__list.swiper-wrapper {
    flex-wrap: nowrap;
    margin: 0;
    width: 100%;
}
.services-list__item {
    margin-bottom: 10px;
}
.services-list__item:last-of-type {
    margin-bottom: 0;
}
.services-list .swiper-button {
    margin-top: -17px;
}
.services-list .swiper-button--prev {
    left: 14px;
}
.services-list .swiper-button--next {
    right: 14px;
}
.useful {
    margin: 0;
    padding-bottom: 40px;
    padding-top: 40px;
}
.useful__title {
    color: #101010;
    font-size: 1.1875rem;
    font-weight: 600;
    line-height: 1.5rem;
    margin-bottom: 20px;
    padding: 0 14px;
}
.useful__section {
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}
.useful-card {
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: default;
    overflow: hidden;
    padding: 41px 38px;
}
.useful-card:nth-child(2n) {
    background-color: hsla(0, 0%, 97.6%, 0.8);
}
.useful-card__top {
    margin-bottom: 20px;
    position: relative;
}
.useful-card__tag {
    color: #000;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 0.9375rem;
    margin-bottom: 5px;
    opacity: 0.2;
}
.useful-card--image .useful-card__tag {
    color: #fff;
}
.useful-card__title {
    cursor: pointer;
}
.useful-card__title,
.useful-card h3 {
    color: #101010;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.0275em;
    line-height: 1.375rem;
    margin-bottom: 0;
}
.useful-card--image .useful-card__title,
.useful-card--image .useful-card h3 {
    color: #fff;
}
.useful-card__text {
    color: #1e2c24;
    font-size: 0.875rem;
    letter-spacing: 0.01rem;
    line-height: 1.3125rem;
    margin-bottom: 37px;
}
.useful-card--image .useful-card__text {
    color: #fff;
}
.useful-card__text p {
    margin-bottom: 15px;
}
.useful-card__text p:last-of-type {
    margin-bottom: 0;
}
.useful-card__link {
    color: #1e2c24;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.01rem;
    line-height: 1.5rem;
}
.useful-card--image .useful-card__link {
    background-image: linear-gradient(transparent calc(100% - 1px), #fff 1px) !important;
    color: #fff !important;
}
.useful-card__image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: -webkit-transform 0.8s ease;
    transition: transform 0.8s ease;
    transition: transform 0.8s ease, -webkit-transform 0.8s ease;
    width: 100%;
}
.useful-card__wrap {
    position: relative;
    z-index: 1;
}
.useful-card--image {
    align-items: flex-end;
    border-radius: 6px;
    display: flex;
    height: 372px;
    position: relative;
    width: 100%;
}
.useful-card--image:after {
    background-color: transparent;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: background-color 0.3s ease;
    width: 100%;
}
.useful-card--image:hover .useful-card__top {
    margin-bottom: 20px;
}
.useful-card--image:hover .useful-card__top:last-child {
    margin-bottom: 0;
}
.useful-card--image:hover .useful-card__hidden {
    height: 226px;
}
.useful-card--image:hover:after {
    background-color: rgba(37, 37, 37, 0.3);
}
.useful-card--image h3 {
    color: #fff;
}
.useful-card--image .useful-card__top {
    margin-bottom: 0;
    transition: margin 0.3s ease;
}
.useful-card--image .useful-card__hidden {
    height: 0;
    overflow: hidden;
    position: relative;
    transition: height 0.5s ease;
    width: 100%;
}
.useful-card--image .useful-card__text {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    display: -webkit-box;
    overflow: hidden;
    width: 100%;
}
.useful-card--image .useful-card__tag {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.useful-card--image .useful-card__title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    width: 100%;
}
.help {
    border-radius: 6px;
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.1);
    padding: 25px 23px;
}
.help__heading {
    color: #101010;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.625rem;
    text-align: center;
}
.help__button {
    margin-top: 30px;
    max-width: 258px;
    width: 100%;
}
.help__text {
    font-size: 0.75rem;
    line-height: 1rem;
    margin-top: 19px;
    text-align: center;
}
.help__form {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}
.help__input {
    width: 100%;
}
.help__input + .help__input {
    margin-top: 20px;
}
.help__link {
    text-decoration: underline;
}
.content-with-tabs .tabs-block {
    align-items: center;
    display: flex;
    margin: 0 -10px;
    overflow-x: auto;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
.content-with-tabs .tabs-block__item {
    align-items: center;
    border: 1px solid #f14e01;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin-right: 12px;
    padding: 16px 32px;
}
.content-with-tabs .tabs-block__item span {
    color: #000;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.0625rem;
    white-space: nowrap;
}
.content-with-tabs .tabs-block__item.active {
    background-color: #f14e01;
}
.content-with-tabs .tabs-block__item.active:hover {
    background-color: #f2601a;
}
.content-with-tabs .tabs-block__item.active span {
    color: #fff;
}
.content-with-tabs .tabs-block::-webkit-scrollbar {
    height: 0;
}
.content-with-tabs .content-block {
    margin-top: 24px;
}
.content-with-tabs .content-block__item {
    display: none;
}
.content-with-tabs .content-block__item.active {
    display: block;
}
.content-with-tabs .content-block .chars-list {
    padding-top: 0;
}
.content-with-tabs .content-block .chars-list__col:last-of-type {
    background-color: #fafafa;
    display: flex;
    position: relative;
    z-index: 1;
}
.content-with-tabs .content-block .chars-list__col:last-of-type .tooltip {
    margin-left: 5px;
}
.product_detail--fixed_block {
    display: none;
}
@media screen and (min-width: 768px) {
    .chars-list {
        padding: 0 28px 34px;
    }
    .gray-back .chars-list {
        padding: 0;
    }
    .chars-list__row {
        font-size: 1rem;
        line-height: 1.1875rem;
        margin-bottom: 22px;
    }
    .chars-list__col:first-of-type {
        width: 43%;
    }
    .chars-list__col:last-of-type {
        width: 57%;
    }
    .show-hidden {
        padding: 13px 0;
    }
    .show-hidden__btn {
        font-size: 1rem;
        line-height: 1.1875rem;
    }
    .view-button {
        height: 131px;
        padding: 20px 25px;
        width: 100%;
    }
    .view-button__picture {
        align-self: flex-end;
        height: 150px;
        width: 113px;
    }
    .view-button__label {
        font-size: 1.25rem;
        line-height: 1.625rem;
    }
    .links-block__item {
        transition: 0.2s;
    }
    .links-block__item:hover {
        color: #f14e01;
    }
    .links-block__item:hover > .links-block__label {
        transform: translateX(20px);
    }
    .links-block__item:hover > .links-block__arrow {
        opacity: 1;
        transform: translateX(0);
    }
    .links-block__item {
        padding-left: 20px;
    }
    .links-block__arrow {
        opacity: 0;
        position: absolute;
        transform: translateX(-20px);
    }
    .spoiler--transparent .spoiler__label {
        font-size: 1.25rem;
        font-weight: 600;
        line-height: 1.625rem;
        padding-left: 33px;
        padding-right: 31%;
    }
    .spoiler--transparent .spoiler__label:after,
    .spoiler--transparent .spoiler__label:before {
        height: 19px;
        right: 33px;
        width: 19px;
    }
    .spoiler--transparent .spoiler__content {
        padding-bottom: 39px;
        padding-left: 34px;
        padding-right: 64px;
    }
    .spoiler--opened .spoiler__label {
        cursor: text;
        font-size: 1rem;
        pointer-events: none;
    }
    .spoiler--opened .spoiler__label:after,
    .spoiler--opened .spoiler__label:before {
        content: none;
    }
    .spoiler--opened .spoiler__content {
        display: block;
        font-size: 0.875rem;
    }
    .card {
        padding: 19px 27px 28px;
    }
    .card--slider {
        box-shadow: 0 4px 20px -3px rgba(0, 0, 0, 0.1);
        max-width: 281px;
        padding: 19px 22px 21px;
    }
    .card__stickers {
        left: 27px;
    }
    .card__top {
        margin-bottom: 15px;
    }
    .card--slider .card__top {
        margin-bottom: 18px;
    }
    .card__figure {
        height: 390px;
        margin-bottom: 17px;
    }
    .card--slider .card__figure {
        height: 310px;
        margin-bottom: 16px;
    }
    .card__overlay img {
        height: 194px;
        width: 194px;
    }
    .card__overlay svg {
        height: 194px;
        width: 194px;
    }
    .card__overlay--sticker img {
        height: 110px;
        width: 110px;
    }
    .card__title {
        font-size: 1.1875rem;
        line-height: 1.375rem;
        min-height: 44px;
        padding-right: 50px;
    }
    .card--slider .card__title {
        font-size: 1.125rem;
        line-height: 1.3125rem;
        margin-bottom: 17px;
        min-height: 42px;
    }
    .card__specifications {
        height: 55px;
        margin-bottom: 21px;
    }
    .card__specifications .tooltip {
        height: 13px;
        width: 13px;
    }
    .card--slider .card__specifications .tooltip {
        height: 13px;
        width: 13px;
    }
    .card--slider .card__specifications {
        margin-bottom: 21px;
        min-height: 48px;
    }
    .card__specification {
        font-size: 1rem;
        line-height: 1.1875rem;
        margin-bottom: 14px;
    }
    .card--slider .card__specification {
        font-size: 0.875rem;
        line-height: 1rem;
    }
    .card__notice {
        font-size: 0.875rem;
        line-height: 0.9375rem;
    }
    .card--slider .card__notice {
        font-size: 0.75rem;
        line-height: 0.9375rem;
    }
    .card__text {
        height: 42px;
        margin-bottom: 27px;
        width: 100%;
    }
    .card__buttons__btn--view {
        font-size: 0.875rem;
    }
    [data-type="is-list"] .card {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        min-height: 288px;
        padding: 26px 21px 21px 239px;
        position: relative;
        width: 100%;
    }
    [data-type="is-list"] .card__sticker + .card__top .card__compare {
        opacity: 1;
        pointer-events: all;
    }
    [data-type="is-list"] .card__sticker {
        left: 20px;
        top: 10px;
    }
    [data-type="is-list"] .card__top {
        margin-bottom: 17px;
        width: 100%;
    }
    [data-type="is-list"] .card__compare {
        order: 1;
        width: 178px;
    }
    [data-type="is-list"] .card__compare .compare-icon:before {
        display: block;
    }
    [data-type="is-list"] .card__compare .compare-icon__text {
        padding-left: 10px;
    }
    [data-type="is-list"] .card__rate {
        order: 0;
    }
    [data-type="is-list"] .card__figure {
        height: 250px;
        left: 19px;
        position: absolute;
        top: 19px;
        width: 190px;
    }
    [data-type="is-list"] .card__overlay img {
        height: 151px;
        width: 151px;
    }
    [data-type="is-list"] .card__title {
        font-size: 1.25rem;
        line-height: 1.5rem;
        margin-bottom: 18px;
        min-height: 88px;
        padding-right: 50%;
        width: 100%;
    }
    [data-type="is-list"] .card__specifications {
        height: auto;
        margin-bottom: 0;
        padding-top: 6px;
        width: 50%;
    }
    [data-type="is-list"] .card__specifications .tooltip {
        height: 13px;
        width: 13px;
    }
    [data-type="is-list"] .card__specifications .tooltip:before {
        font-size: 0.5625rem;
        line-height: 0.6875rem;
    }
    [data-type="is-list"] .card__specification {
        font-size: 0.875rem;
        line-height: 1rem;
        margin-bottom: 16px;
    }
    [data-type="is-list"] .card__notice {
        font-size: 0.75rem;
        line-height: 0.9375rem;
    }
    [data-type="is-list"] .card__bottom {
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-end;
        width: 178px;
    }
    [data-type="is-list"] .card__price {
        margin-bottom: 25px;
        padding-bottom: 0;
        position: relative;
    }
    [data-type="is-list"] .card__price__before {
        left: 0;
        position: absolute;
        top: -17px;
    }
    [data-type="is-list"] .card__price__after {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }
    [data-type="is-list"] .card__buttons {
        margin-left: -10px;
        width: calc(100% + 10px);
    }
    [data-type="is-list"] .card__buttons__btn--fav {
        position: static;
    }
    [data-type="is-list"] .card__buttons__btn--cart,
    [data-type="is-list"] .card__buttons__btn--cart.is-active {
        width: 130px;
    }
    [data-type="is-list"] .card__buttons__btn--cart .cart-icon:before {
        display: none;
    }
    [data-type="is-list"] .card__buttons__btn--cart .cart-icon__text {
        color: #fff;
        display: block;
    }
    [data-type="is-list"] .card__buttons__btn--view {
        margin-bottom: 0;
    }
    [data-type="is-list"] .card .btn--view {
        padding: 0 10px;
        width: 150px;
    }
    [data-type="is-list"] .card--bought .card__specifications {
        padding-top: 3px;
        width: 100%;
    }
    [data-type="is-list"] .card--bought .card__bottom {
        flex-direction: row-reverse;
        min-height: 33px;
        width: 100%;
    }
    [data-type="is-list"] .card--bought .card__price {
        margin-bottom: 0;
        width: 178px;
    }
    [data-type="is-list"] .card--bought .card__buttons {
        margin-left: 0;
        width: calc(100% - 178px);
    }
    [data-type="is-list"] .card--bought .card__buttons__btn {
        margin-left: 0;
    }
    .card-additional {
        padding: 22px 25px 21px;
    }
    .card-additional--slider {
        box-shadow: 0 4px 20px -3px rgba(0, 0, 0, 0.1);
    }
    .card-additional__figure {
        height: 286px;
        margin-bottom: 15px;
    }
    .card-additional__title {
        font-size: 1.125rem;
        line-height: 1.375rem;
        min-height: 44px;
    }
    .card-additional__text {
        height: 63px;
        margin-bottom: 27px;
        width: 100%;
    }
    .card-additional .card__overlay img {
        height: 194px;
        width: 194px;
    }
    .card-additional .card__overlay--sticker img {
        height: 110px;
        width: 110px;
    }
    .card-service {
        padding-left: 53px;
        padding-right: 53px;
    }
    .card-service[style*="background-image"] {
        border-radius: 6px;
        margin: 0;
        width: 100%;
    }
    .card-service__top {
        margin: -23px -53px 0;
        padding: 23px 53px 21px;
        width: calc(100% + 106px);
    }
    .card-service__title {
        font-size: 1.125rem;
    }
    .card-icon {
        align-items: center;
        display: flex;
        flex-direction: column;
        padding: 0 15px 30px;
        width: 189px;
    }
    .card-icon:hover {
        background: #fafafa;
    }
    .card-icon:hover .card-icon__text {
        animation: flip-1-hor-top-rev 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
        background: #fafafa;
    }
    .card-icon:hover .card-icon__icon {
        animation: flip-2-hor-top-fwd 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
    }
    .card-icon__heading {
        align-items: center;
        display: flex;
        height: 173px;
        justify-content: center;
        perspective: 1000px;
        position: relative;
        width: 100%;
    }
    .card-icon__title {
        flex-direction: column;
        font-size: 1rem;
        height: auto;
        text-align: center;
    }
    .card-icon__icon {
        animation: flip-2-hor-top-rev 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
        cursor: pointer;
        height: 89px;
        margin: 0 !important;
        margin-bottom: 20px;
        position: static;
        width: 89px;
    }
    .card-icon__icon svg {
        display: block;
        height: 89px;
        margin: 0 auto;
    }
    .card-icon__icon img {
        display: block;
        height: 89px;
        margin: 0 auto;
    }
    .card-icon__text {
        align-items: center;
        animation: flip-1-hor-top-fwd 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
        bottom: 0;
        cursor: pointer;
        display: flex;
        font-size: 0.875rem;
        font-weight: 500;
        justify-content: center;
        left: 50%;
        line-height: 1.25rem;
        margin-top: 0;
        min-height: 100%;
        min-width: calc(100% + 30px);
        padding: 15px;
        position: absolute;
        text-align: center;
        transform: translateX(-50%);
    }
    .trees-list__header {
        padding-left: 30px;
    }
    .trees-list__heading {
        width: 32%;
    }
    .trees-list__item {
        align-items: center;
        flex-wrap: nowrap;
        padding-left: 30px;
    }
    .trees-list__item--disabled {
        position: relative;
    }
    .trees-list__item--disabled .trees-list__height {
        line-height: 1.3125rem;
    }
    .trees-list__item--disabled .trees-list__link {
        margin: 0;
        position: absolute;
        right: 20px;
    }
    .trees-list__item--active .trees-list__cart.btn {
        width: 209px;
    }
    .trees-list__height {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 32%;
    }
    .trees-list__buttons {
        align-items: center;
        flex: 1;
        justify-content: flex-end;
        margin: 0;
        min-height: inherit;
        width: auto;
    }
    .trees-list__select.btn {
        flex: initial;
        width: 152px;
    }
    .trees-list__buttons--single .trees-list__cart.btn {
        width: 42px;
    }
    .trees-list__item--active .trees-list__buttons--single .trees-list__cart.btn {
        width: 209px;
    }
    .ball-popup {
        height: 52px;
    }
    .ball-popup:before {
        height: 52px;
        width: 52px;
    }
    .ball-popup__icon {
        background-size: 54px;
        height: 81px;
        width: 54px;
    }
    .ball-popup__label {
        border-radius: 26px;
        font-size: 0.875rem;
        height: 52px;
        margin-left: -52px;
        padding-left: 67px;
        padding-right: 26px;
    }
    .ball-popup__br {
        display: block;
    }
    .parameter__list {
        padding: 59px 68px;
    }
    .parameter__row {
        margin-bottom: 86px;
    }
    .parameter__icon {
        background: #32a060;
        border-radius: 50%;
        display: block;
        float: left;
        height: 69px;
        margin-right: 24px;
        padding: 5px;
        width: 69px;
    }
    .parameter__container {
        margin-left: 0;
        margin-top: 22px;
    }
    .parameter__item {
        display: block;
        margin: 0;
        text-align: center;
        width: 100%;
    }
    .parameter__item:before {
        background: #d0d0d0;
        border-radius: 1px;
        content: "";
        display: block;
        height: 2px;
        margin: -1px 0 16px;
        position: relative;
    }
    .parameter__item + .parameter__item {
        margin-left: 3px;
    }
    .parameter__item + .parameter__item:before {
        left: -4px;
        width: calc(100% + 4px);
    }
    .parameter__item + .parameter__item--active:before {
        left: 0;
        width: auto;
    }
    .parameter__item--active:before {
        background: #32a060;
        border-radius: 2px;
        height: 4px;
        margin: -2px 0 15px;
        position: static;
        width: auto;
    }
    .parameter__item--active + .parameter__item:before {
        left: 0;
        width: auto;
    }
    .card-detail {
        padding: 39px 50px 0;
    }
    .card-detail--main {
        padding: 15px 0 85px;
    }
    .card-detail--common {
        padding: 15px 30px 146px;
    }
    .card-detail--main .card-detail__section {
        padding: 0 30px;
    }
    .card-detail--main .card-detail__section--catalog {
        padding-top: 27px;
    }
    .card-detail--main .card-detail__section--delivery {
        padding-bottom: 51px;
        padding-top: 51px;
    }
    .card-detail__h1,
    .card-detail h1 {
        font-size: 2rem;
        line-height: 2.375rem;
        margin-bottom: 55px;
        margin-top: 13px;
    }
    .card-detail--common .card-detail__top {
        margin: 0 -30px;
    }
    .card-detail--common .card-detail__top h1 {
        margin-bottom: 42px;
    }
    .card-detail__slideshow {
        margin: 0 -50px;
    }
    .card-detail--main .card-detail__slideshow {
        margin: 0 0 67px;
    }
    .card-detail--common .card-detail__slideshow {
        margin: 0 -30px 67px;
    }
    .card-detail__heading {
        font-size: 2rem;
    }
    .card-detail__heading--second {
        font-size: 1.25rem;
    }
    .card-detail--main .card-detail__heading--second {
        margin-bottom: 26px;
        margin-top: 54px;
    }
    .card-detail__heading--small {
        font-size: 1.125rem;
    }
    .card-detail__parameter + .card-detail__heading {
        margin-bottom: 19px;
    }
    .card-detail__status-bar {
        margin-top: 64px;
    }
    .card-detail__status-bar > * {
        margin-left: 29px;
    }
    .card-detail__status-bar > :first-child {
        margin-left: 0;
    }
    .card-detail--main .card-detail__comments {
        margin-left: 30px;
    }
    .card-detail__buttons {
        position: static;
    }
    .card-detail--main .card-detail__icon-button:nth-child(n + 2) {
        margin-left: 36px;
    }
    .card-detail__icon-button:nth-child(n + 2) {
        margin-left: 33px;
    }
    .card-detail__label {
        display: block;
    }
    .card-detail__description {
        font-size: 1rem;
        line-height: 1.5rem;
        margin-top: 24px;
    }
    .card-detail__checkbox-wrap .tooltip {
        height: 13px;
        width: 13px;
    }
    .card-detail__checkbox-wrap .tooltip:before {
        font-size: 0.5625rem;
        line-height: 0.6875rem;
    }
    .card-detail__checkbox .checkbox__text {
        font-size: 0.9375rem;
    }
    .card-detail__checkbox .checkbox__text > span {
        font-size: 1rem;
    }
    .card-detail__total {
        margin: 0;
    }
    .card-detail--common .card-detail__price {
        align-items: baseline;
        display: flex;
    }
    .card-detail--common .card-detail__price-before {
        margin-right: 6px;
    }
    .card-detail__sub-text {
        margin-top: 6px;
    }
    .card-detail--main .card-detail__options-total {
        margin-top: 21px;
    }
    .card-detail__buy {
        background: #fafafa;
        background-color: transparent;
        height: 0;
        margin: 0;
        padding: 0;
        position: sticky;
        top: calc(100% - 90px);
        z-index: 1;
    }
    .card-detail--common .card-detail__buy {
        background: transparent;
    }
    .card-detail__buy-container {
        background-color: #fafafa;
        display: flex;
        margin: 0 -50px;
        padding: 20px 50px;
    }
    .card-detail--common .card-detail__buy-container {
        background-color: transparent;
        padding: 0 50px 20px;
    }
    .card-detail__buy-container .input-count {
        margin-left: 10px;
        margin-top: 0;
        max-width: 270px;
    }
    .card-detail__button + .card-detail__button {
        margin-left: 13px;
        margin-top: 0;
    }
    .card-detail__button {
        margin: 0;
    }
    .card-detail--main .card-detail__button.btn--line {
        background-color: #fff;
    }
    .card-detail--common .card-detail__button {
        max-width: 326px;
    }
    .card-detail--main .card-detail__link {
        display: block;
        margin-left: 29px;
        margin-top: 0;
        text-align: left;
    }
    .card-detail--common .card-detail__link {
        margin-left: 0;
    }
    .card-detail__slideshow .card-detail__link {
        margin-left: auto;
        margin-right: auto;
        padding-left: 147px;
        padding-right: 0;
        text-align: left;
        width: 715px;
    }
    .card-detail__sticky > .card-detail__link {
        margin-bottom: 78px;
        margin-top: 0;
        padding-top: 20px;
        text-align: left;
    }
    .card-detail__sticky > .card-detail__link span {
        text-align: left;
    }
    .card-detail__sm-link {
        display: block;
        float: right;
        margin: 0;
    }
    .card-detail--main .card-detail__sm-link {
        bottom: 52px;
    }
    .card-detail__delivery-info {
        display: flex;
        flex-wrap: wrap;
        margin-top: 6px;
    }
    .card-detail__delivery-info > * {
        margin: 30px 0 0;
        padding-right: 40px;
        width: 50%;
    }
    .card-detail__help {
        margin: 80px 0 130px;
    }
    .card-detail__block {
        align-items: center;
        background-color: #fafafa;
        margin: 30px -50px 0;
        padding: 43px 50px;
        position: relative;
    }
    .card-detail--main .card-detail__block {
        background-color: hsla(0, 0%, 100%, 0.8);
        margin: 60px -20px 0;
        padding: 59px 20px 52px;
    }
    .card-detail--common .card-detail__block {
        background-color: transparent;
        display: flex;
        justify-content: space-between;
        margin: 0 -20px;
        padding: 35px 20px 27px;
    }
    .card-detail .detail__view {
        margin-top: 40px;
    }
    .card-detail__wholesale-content {
        flex-direction: row;
        gap: 51px;
    }
    .card-detail__wholesale__item {
        max-width: calc(33% - 26px);
    }
    .card-detail-tab-content.gray-back {
        margin: 0;
        padding: 22px 29px 36px;
    }
    .card-detail-tab-content.gray-back .content-with-tabs {
        margin-top: 0;
    }
    .card-detail-tab-content.gray-back .tabs-block {
        margin: 0 -29px;
        padding-left: 29px;
        padding-right: 29px;
    }
    .card-detail-tab-content .chars-list-main {
        padding-bottom: 44px;
    }
    .slideshow {
        padding: 0 50px;
    }
    .slideshow-slider {
        height: 478px;
    }
    .slideshow-slider__item {
        padding: 0 9px;
    }
    .slideshow-slider__image {
        height: 478px;
    }
    .slideshow-slider__nav.swiper-button.swiper-button--prev {
        left: 10px;
    }
    .slideshow-slider__nav.swiper-button.swiper-button--next {
        right: 10px;
    }
    .slideshow__bottom {
        justify-content: flex-start;
        padding: 35px 50px 0;
    }
    .card-detail--main .slideshow {
        align-items: flex-start;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        padding: 0;
        width: 715px;
    }
    .card-detail--main .slideshow-nav {
        padding: 49px 0;
        width: 118px;
    }
    .card-detail--main .slideshow-nav.overflowed {
        height: 535px;
    }
    .card-detail--main .slideshow-nav__nav.swiper-button--prev {
        top: -13px;
    }
    .card-detail--main .slideshow-nav__item {
        padding: 10px 0;
    }
    .card-detail--main .slideshow-nav__image {
        height: 133px;
        width: 118px;
    }
    .card-detail--main .slideshow-slider {
        border-radius: 8px;
        flex: 0 0 calc(100% - 145px);
        height: 535px;
        margin: 0;
    }
    .card-detail--main .slideshow-slider__item {
        padding: 0;
    }
    .card-detail--main .slideshow-slider__image {
        height: 535px;
    }
    .card-detail--main .slideshow-slider__pagination.swiper-pagination-bullets {
        align-items: center;
        display: inline-flex;
        margin: 0 -7px;
        padding-bottom: 4px;
        vertical-align: top;
    }
    .card-detail--main .slideshow__bottom {
        justify-content: space-between;
        margin: 0 auto;
        padding: 43px 0 0 147px;
        width: 715px;
    }
    .catalog-section {
        padding-bottom: 128px;
        padding-top: 108px;
    }
    .catalog-section .h2 {
        font-size: 1.875rem;
        line-height: 2.25rem;
        margin-bottom: 37px;
        max-width: inherit;
    }
    .catalog-section__wrap {
        margin: 0;
        padding: 0 57px;
    }
    .catalog-section .swiper-button {
        margin-top: -29px;
    }
    .catalog-section .swiper-button--prev {
        left: 12px;
    }
    .catalog-section .swiper-button--next {
        right: 12px;
    }
    .detail__heading {
        font-size: 2rem;
        margin-top: 65px;
    }
    .detail__heading--primary {
        font-size: 1.75rem;
        margin: 0;
        text-align: center;
        width: 100%;
    }
    .detail__heading--second {
        font-size: 1.25rem;
        margin-top: 0;
    }
    .detail__heading--parameters {
        margin-bottom: 80px;
    }
    .detail__heading--small {
        font-size: 1.25rem;
        margin-top: 0;
    }
    .detail__subtitle {
        font-size: 1.0625rem;
    }
    .detail__buttons {
        font-size: 0.875rem;
        margin-top: 34px;
    }
    .detail__hidden-xs {
        display: block;
    }
    .detail__hidden-sm {
        display: none;
    }
    .detail__preview {
        padding: 62px 187px 56px;
    }
    .detail__ball {
        top: 78px;
    }
    .detail__ball > * + * {
        margin-top: 40px;
    }
    .detail__picture {
        margin-bottom: 50px;
    }
    .detail__view {
        flex-direction: row;
    }
    .detail__view > * + * {
        margin: 0 0 0 17px;
    }
    .detail__trees-list {
        margin-top: 90px;
    }
    .detail__section {
        border-radius: 6px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 15px;
        padding: 80px 47px 29px;
    }
    .detail__section--primary {
        display: block;
        padding: 80px 108px 130px;
    }
    .detail__parameter + .detail__parameter {
        margin-top: 86px;
    }
    .detail__card-icon {
        margin-top: 30px;
        width: 33%;
    }
    .detail__card-icon + .detail__card-icon {
        margin-top: 30px;
    }
    .detail__footer {
        padding-bottom: 133px;
        padding-top: 115px;
    }
    .detail__options {
        padding-left: 30px;
    }
    .detail__options > * + * {
        margin-top: 106px;
    }
    .detail__warranty {
        margin-bottom: 126px;
    }
    .nl-default__title {
        font-size: 1.875rem;
        line-height: 2.25rem;
        margin-bottom: 37px;
    }
    .nl-default__list {
        margin: 0 -7px;
        width: calc(100% + 14px);
    }
    .nl-default__item {
        margin-bottom: 15px;
        padding: 0 7px;
        width: 50%;
    }
    .faq-list {
        margin: 0 -20px 50px;
        padding: 98px 20px 200px;
    }
    .faq-list__title {
        font-size: 1.875rem;
        line-height: 2.25rem;
        margin-bottom: 60px;
    }
    .faq-list__title * {
        font-size: 1.875rem;
    }
    .faq-list .spoiler {
        margin-bottom: 25px;
    }
    .faq-list--page {
        margin: 0 0 50px;
        padding: 30px 0;
    }
    .faq-list--page .spoiler {
        margin-bottom: 25px;
    }
    .articles-list {
        margin-bottom: 30px;
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .articles-list .h3 {
        font-size: 1.875rem;
        line-height: 2.25rem;
        margin-bottom: 40px;
    }
    .articles-list__list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -10px;
        width: calc(100% + 20px);
    }
    .articles-list__item {
        display: flex;
        margin-bottom: 20px;
        padding: 0 10px;
        width: 50%;
    }
    .articles-list__item:last-of-type {
        margin-bottom: 20px;
    }
    .services-list {
        padding-bottom: 60px;
        padding-top: 60px;
    }
    .services-list__title {
        font-size: 1.875rem;
        line-height: 2.25rem;
        margin-bottom: 40px;
    }
    .services-list__wrap {
        margin: 0 -9px;
        width: calc(100% + 18px);
    }
    .services-list__list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -9px;
        width: calc(100% + 18px);
    }
    .services-list__item {
        display: flex;
        margin-bottom: 20px;
        padding: 0 9px;
        width: 50%;
    }
    .services-list__item:last-of-type {
        margin-bottom: 20px;
    }
    .services-list .swiper-button--prev {
        left: 21px;
    }
    .services-list .swiper-button--next {
        right: 21px;
    }
    .useful {
        margin: 0;
        padding-bottom: 60px;
        padding-top: 60px;
    }
    .useful__title {
        font-size: 1.875rem;
        line-height: 2.25rem;
        margin-bottom: 35px;
        padding: 0;
    }
    .useful__section {
        border-radius: 6px;
        margin-bottom: 20px;
        overflow: hidden;
    }
    .useful-card {
        padding: 53px 45px 39px;
    }
    .useful-card__tag {
        margin-bottom: 1px;
    }
    .useful-card__title,
    .useful-card h3 {
        font-size: 1.3125rem;
        line-height: 1.625rem;
    }
    .useful-card__text {
        font-size: 1rem;
        line-height: 1.625rem;
        margin-bottom: 34px;
    }
    .useful-card--image {
        height: 297px;
        padding: 30px 45px;
    }
    .useful-card--image:hover .useful-card__hidden {
        height: 162px;
    }
    .useful-card--image .useful-card__text {
        -webkit-line-clamp: 4;
    }
    .useful-card--image .useful-card__title {
        -webkit-line-clamp: 1;
    }
    .help__heading {
        font-size: 1.6875rem;
        font-weight: 600;
        line-height: 2.3125rem;
    }
    .content-with-tabs {
        margin-top: 80px;
    }
    .content-with-tabs .content-block {
        margin-top: 32px;
    }
}
@media screen and (min-width: 1024px) {
    .product_detail--fixed_block {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 80px;
        z-index: 99;
        border-top: 1px solid #D9D9D9;
        background: var(--White, #FFF);
        box-shadow: 0px 4px 15px 0px rgba(16, 16, 16, 0.06);
        padding: 10px 0;
    }
    .product_detail--fixed_block-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .product_detail--fixed_block-wrapper--preview {
        display: flex;
        gap: 15px;
        align-items: center;
        max-width: 400px;
    }
    .product_detail--fixed_block .product_detail--fixed_block-wrapper--buttons button {
        display: flex;
        width: 204px;
        height: 48px;
        padding: 10px 17px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
        border-radius: 5px;
        color: var(--White, #FFF);
        font-family: Gilroy;
        font-size: .875rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;    
        background-color: #f14e01;    
    }
    .product_detail--fixed_block .product_detail--fixed_block-wrapper--buttons button:hover {
        background-color: #f2601a;
    }
    .product_detail--fixed_block .product_detail--fixed_block-wrapper--buttons button.buy_btn_offers--fixed.green {
        background-color: #458550;
    }
    .product_detail--fixed_block .product_detail--fixed_block-wrapper--buttons button.buy_btn_offers--fixed.green:hover {
        background: #F14E01;
    }
    .product_detail--fixed_block .product_detail--fixed_block-wrapper--buttons button.buy_btn_offers--fixed.green.is-active {
        background: #F14E01;
    }    
    .product_detail--fixed_block-wrapper--preview img {
        max-width: 60px;
        max-height: 60px;
    }
    .product_detail--fixed_block-wrapper--price {
        display: flex;
        gap: 20px;
        align-items: center;
    }
    .product_detail--fixed_block-wrapper--preview span {
        color: #101010;
        font-family: Gilroy;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .trees-list__height--fixed {
        color: #101010;
        font-family: Gilroy;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: none;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;   
    }
    .trees-list__price--fixed {
        color: #101010;
        font-family: Gilroy;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .product_detail--fixed_block-wrapper--buttons {
        display: flex;
        gap: 30px
    }
    .header__nav .nav__list {
        z-index: 101;
    }
    .buy_btn_offers--fixed,
    .go_to_cart_button--fixed {
        display: flex;
        width: 204px;
        height: 48px;
        padding: 10px 17px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
        border-radius: 5px;
        background: #458550;
        color: var(--White, #FFF);
        font-family: Gilroy;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .go_to_cart_button--fixed {
        display: none;
        background: #F14E01;
    }
    .product_detail--fixed_block {
        display: none;
    }
    .product_detail--fixed_block.active {
        display: block;
    }   
    .product_detail--fixed_block-wrapper--hide-pc {
        display: none;
    }
    .chars-list__col:first-of-type {
        width: 52%;
    }
    .chars-list__col:last-of-type {
        width: 48%;
    }
    .card-additional .card__overlay--sticker {
        height: 155px;
        width: 155px;
    }
    .card-additional .card__overlay--sticker img {
        height: 155px;
        width: 155px;
    }
    .card-detail__buy-container .input-count {
        max-width: 180px;
    }
    .card-detail__wholesale-content {
        flex-direction: row;
        gap: 47px;
    }
    .card-detail-tab-content .chars-list-main {
        align-items: flex-start;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-bottom: 65px;
    }
    .card-detail-tab-content .chars-list-main .chars-list__hidden {
        width: 100%;
    }
    .card-detail-tab-content .chars-list-main .chars-list__row {
        width: 48.5%;
    }
    .faq-list--page {
        align-items: flex-start;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .faq-list__column {
        width: calc(50% - 49px);
    }
}
@media screen and (min-width: 1280px) {
    .chars-list {
        padding: 21px 0 34px;
    }
    .view-button {
        height: 106px;
    }
    .view-button__picture {
        height: 126px;
        width: 77px;
    }
    .view-button__label {
        font-size: 1.125rem;
        line-height: 1.4375rem;
        margin-left: 23px;
    }
    .card {
        padding: 17px 21px 21px;
    }
    .card--slider {
        box-shadow: 0 4px 7px -1px rgba(0, 0, 0, 0.1);
    }
    .card__stickers {
        left: 21px;
    }
    .card__top {
        margin-bottom: 20px;
    }
    .card__figure {
        height: 320px;
        margin-bottom: 15px;
    }
    .card__view {
        transform: scale(0);
    }
    .card__overlay img {
        height: 151px;
        width: 151px;
    }
    .card__overlay svg {
        height: 151px;
        width: 151px;
    }
    .card__overlay--sticker img {
        height: 110px;
        width: 110px;
    }
    .card__title {
        font-size: 1.125rem;
        line-height: 1.3125rem;
        padding-right: 0;
    }
    .card__specifications {
        height: 50px;
        margin-bottom: 20px;
    }
    .card__specifications .tooltip:before {
        font-size: 0.5625rem;
        line-height: 0.6875rem;
    }
    .card__specification {
        font-size: 0.875rem;
        line-height: 1rem;
        margin-bottom: 16px;
    }
    .card__notice {
        font-size: 0.75rem;
        line-height: 0.9375rem;
    }
    .card__text {
        margin-bottom: 28px;
    }
    .card__buttons__btn--view {
        font-size: 0.8125rem;
    }
    [data-type="is-list"] .card {
        padding: 26px 21px 21px 244px;
    }
    [data-type="is-list"] .card__title {
        font-size: 1.375rem;
        line-height: 1.625rem;
    }
    [data-type="is-list"] .card__specifications {
        margin-bottom: 0;
    }
    [data-type="is-list"] .card__specifications .tooltip {
        height: 15px;
        width: 15px;
    }
    [data-type="is-list"] .card__specification {
        font-size: 1rem;
        line-height: 1.1875rem;
    }
    [data-type="is-list"] .card__notice {
        font-size: 0.875rem;
    }
    [data-type="is-list"] .card__price {
        margin-bottom: 21px;
    }
    [data-type="is-list"] .card__price__after {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
    [data-type="is-list"] .card--bought .card__bottom {
        align-items: baseline;
    }
    .card-additional {
        padding: 24px 21px 21px;
    }
    .card-additional--slider {
        box-shadow: 0 4px 7px -1px rgba(0, 0, 0, 0.1);
    }
    .card-additional__figure {
        height: 279px;
        margin-bottom: 21px;
    }
    .card-additional__title {
        font-size: 1.125rem;
        line-height: 1.3125rem;
        margin-bottom: 13px;
    }
    .card-additional__text {
        margin-bottom: 28px;
    }
    .card-additional .card__overlay img {
        height: 151px;
        width: 151px;
    }
    .card-service {
        padding-left: 25px;
        padding-right: 25px;
    }
    .card-service__top {
        margin: -23px -25px 0;
        padding: 23px 25px 21px;
        width: calc(100% + 50px);
    }
    .card-icon {
        padding-left: 30px;
        padding-right: 30px;
    }
    .card-icon:hover {
        background: none;
    }
    .card-icon:hover .card-icon__text {
        background: transparent;
    }
    .card-icon__icon {
        height: 97px;
        width: 97px;
    }
    .card-icon__icon svg {
        height: 97px;
    }
    .card-icon__icon img {
        height: 97px;
    }
    .card-icon__text {
        padding: 15px 0;
    }
    .trees-list__header {
        padding-left: 35px;
    }
    .trees-list__container {
        align-items: center;
        display: flex;
        height: 70px;
    }
    .trees-list__item {
        min-height: 100%;
        padding-bottom: 14px;
        padding-left: 35px;
        padding-top: 14px;
        position: relative;
    }
    .trees-list__item--disabled {
        padding-bottom: 14px !important;
        padding-top: 14px !important;
    }
    .trees-list__item--disabled .trees-list__link {
        height: 24px;
        margin-top: 0 !important;
        opacity: 1;
    }
    .trees-list__item--active .trees-list__select {
        display: none;
    }
    .trees-list__item--active .trees-list__cart.btn {
        background: #f14e01;
        width: 122px;
    }
    .trees-list__item--active .trees-list__cart.btn:before {
        content: "В корзине";
    }
    .trees-list__link {
        height: 0;
        margin-top: 0;
        opacity: 0;
        transition: 0.2s;
    }
    .trees-list__select.btn {
        margin-right: 137px;
        opacity: 0;
    }
    .trees-list__cart.btn {
        background: #a8a8a8;
    }
    .trees-list__cart.btn:before {
        content: "Купить";
    }
    .trees-list__item--active .trees-list__buttons--single .trees-list__cart.btn {
        width: 122px;
    }
    .ball-popup__label {
        opacity: 0;
        padding: 0;
        transition: 0.3s;
    }
    .parameter__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 61px 31px;
    }
    .parameter__row {
        width: calc(50% - 44px);
    }
    .parameter__row:first-child:nth-last-child(2n) ~ .parameter__row:nth-last-child(2) {
        margin-bottom: 0;
    }
    .card-detail {
        padding: 59px 50px 392px;
    }
    .card-detail--main {
        padding: 41px 0 107px;
    }
    .card-detail--common {
        padding: 42px 0 20px;
    }
    .card-detail--main .card-detail__section {
        padding: 0;
    }
    .card-detail--main .card-detail__section--delivery {
        padding-bottom: 0;
        padding-top: 26px;
    }
    .card-detail__h1,
    .card-detail h1 {
        margin-bottom: 23px;
    }
    .card-detail__top {
        display: none;
    }
    .card-detail__right .card-detail__top {
        display: block;
    }
    .card-detail--common .card-detail__top {
        margin: 0;
    }
    .card-detail__content {
        font-size: 0;
    }
    .card-detail__slideshow {
        display: inline-block;
        margin: 0;
        position: sticky;
        top: 59px;
        vertical-align: top;
        width: 524px;
    }
    .card-detail--main .card-detail__slideshow {
        margin: 0;
        width: 575px;
    }
    .card-detail__right {
        display: inline-block;
        padding-left: 88px;
        vertical-align: top;
        width: calc(100% - 524px);
    }
    .card-detail--main .card-detail__right {
        padding-left: 61px;
        padding-right: 20px;
        width: calc(100% - 575px);
    }
    .card-detail__parameter + .card-detail__heading {
        margin-bottom: 21px;
        margin-top: 36px;
    }
    .card-detail__top .card-detail__heading {
        margin-bottom: 25px;
    }
    .card-detail__status-bar {
        margin-top: 25px;
    }
    .card-detail--main .card-detail__status-bar {
        margin-top: 23px;
    }
    .card-detail--main .card-detail__comments {
        margin-left: 19px;
    }
    .card-detail--main .card-detail__icon-button:nth-child(n + 2) {
        margin-left: 24px;
    }
    .card-detail__description {
        margin-bottom: 33px;
    }
    .card-detail--main .card-detail__description {
        margin-bottom: 38px;
    }
    .card-detail__checkbox-wrap .tooltip {
        vertical-align: super;
    }
    .card-detail__total {
        max-width: 435px;
    }
    .card-detail__options-total {
        margin-top: 9px;
    }
    .card-detail--main .card-detail__options-total {
        margin-top: 12px;
    }
    .card-detail__buy {
        background-color: #fafafa;
        height: auto;
        margin: 0 0 0 -29px;
        padding: 1px 29px 24px;
        position: static;
    }
    .card-detail--main .card-detail__buy {
        background-color: transparent;
    }
    .card-detail--common .card-detail__buy {
        margin: 0;
        padding: 15px 0 24px;
    }
    .card-detail__buy-container {
        background-color: transparent;
        margin: 0;
        padding: 22px 1px 13px;
    }
    .card-detail--common .card-detail__buy-container {
        padding: 0 0 20px;
    }
    .card-detail--main .card-detail__button {
        flex-shrink: 0;
        padding: 0;
        width: 212px;
    }
    .card-detail--main .card-detail__button.btn--line {
        background-color: transparent;
    }
    .card-detail__preorder--xs {
        display: none;
    }
    .card-detail__preorder--lg {
        display: block;
        margin-left: 13px;
        width: 100%;
    }
    .card-detail__link-single {
        width: 100%;
    }
    .card-detail__link {
        align-items: baseline;
        display: flex;
        justify-content: space-between;
        margin-top: 15px;
        position: static;
        text-align: left;
    }
    .card-detail--main .card-detail__link {
        margin-left: 1px;
        margin-top: 0;
    }
    .card-detail__slideshow .card-detail__link {
        margin-top: 15px;
        padding-left: 135px;
        width: 574px;
    }
    .card-detail__buy .card-detail__link {
        display: flex;
    }
    .card-detail__sticky > .card-detail__link {
        padding-top: 0;
    }
    .card-detail--common .card-detail__sticky > .card-detail__link {
        margin-bottom: 0;
    }
    .card-detail__sm-link {
        display: none;
    }
    .card-detail__delivery-info {
        display: block;
    }
    .card-detail__delivery-info > * {
        width: auto;
    }
    .card-detail--main .card-detail__delivery-info {
        margin-top: 40px;
    }
    .card-detail__help {
        margin: 73px 0 50px;
        position: static;
    }
    .modal__content .card-detail__help {
        bottom: 45px;
        left: 75px;
        margin: 0;
        position: absolute;
        right: 75px;
    }
    .card-detail__block {
        margin-left: -29px;
        margin-right: 0;
        padding: 23px 29px 0;
    }
    .card-detail--main .card-detail__block {
        background-color: transparent;
        margin: 60px 0 0;
        padding: 15px 2px 0;
    }
    .card-detail--common .card-detail__block {
        margin: 22px 0 0;
        padding: 15px 2px 0;
    }
    .card-detail__wholesale-content {
        flex-direction: row;
        gap: 51px;
    }
    .card-detail__wholesale__item {
        max-width: calc(50% - 26px);
    }
    .card-detail-tab-content.gray-back {
        padding: 22px 47px 37px;
    }
    .slideshow {
        align-items: flex-start;
        display: flex;
        justify-content: space-between;
        padding: 0;
    }
    .slideshow-nav {
        display: block;
    }
    .slideshow-slider {
        border-radius: 8px;
        flex: 0 0 365px;
        height: 544px;
        margin: 0;
    }
    .slideshow-slider.swiper {
        margin: 0;
    }
    .slideshow-slider__item {
        padding: 0;
    }
    .slideshow-slider__image {
        height: 544px;
    }
    .slideshow-slider__image[data-zoom]:hover {
        cursor: url("data:image/svg+xml;charset=utf-8,%3Csvg width='30' height='30' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.625 16.625a7 7 0 100-14 7 7 0 000 14z' stroke='%23fff' stroke-width='1.686' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.625 16.625a7 7 0 100-14 7 7 0 000 14z' stroke='%23000' stroke-opacity='.2' stroke-width='1.686' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.375 18.375l-3.806-3.807' stroke='%23fff' stroke-width='1.686' stroke-linecap='square'/%3E%3Cpath d='M18.375 18.375l-3.806-3.807' stroke='%23000' stroke-opacity='.2' stroke-width='1.686' stroke-linecap='square'/%3E%3C/svg%3E"),
            auto;
    }
    .slideshow-slider__img[data-zoom]:hover {
        cursor: url("data:image/svg+xml;charset=utf-8,%3Csvg width='30' height='30' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.625 16.625a7 7 0 100-14 7 7 0 000 14z' stroke='%23fff' stroke-width='1.686' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.625 16.625a7 7 0 100-14 7 7 0 000 14z' stroke='%23000' stroke-opacity='.2' stroke-width='1.686' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.375 18.375l-3.806-3.807' stroke='%23fff' stroke-width='1.686' stroke-linecap='square'/%3E%3Cpath d='M18.375 18.375l-3.806-3.807' stroke='%23000' stroke-opacity='.2' stroke-width='1.686' stroke-linecap='square'/%3E%3C/svg%3E"),
            auto;
    }
    .slideshow-slider__nav.swiper-button {
        display: none;
    }
    .slideshow-slider__pagination.swiper-pagination-bullets {
        align-items: center;
        display: inline-flex;
        margin: 0 -7px;
        padding-bottom: 4px;
        vertical-align: top;
    }
    .slideshow__bottom {
        justify-content: space-between;
        padding: 18px 0 0 calc(100% - 365px);
    }
    .slideshow-link:hover:before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='a' fill='%23fff'%3E%3Crect width='6.364' height='6.364' rx='.758'/%3E%3C/mask%3E%3Crect width='6.364' height='6.364' rx='.758' stroke='%234b844d' stroke-width='2' mask='url(%23a)'/%3E%3Cmask id='b' fill='%23fff'%3E%3Crect y='9' width='6.364' height='6.364' rx='.758'/%3E%3C/mask%3E%3Crect y='9' width='6.364' height='6.364' rx='.758' stroke='%234b844d' stroke-width='2' mask='url(%23b)'/%3E%3Cpath fill='%234b844d' d='M8.914 1h11v1h-11zM8.914 10h11v1h-11zM8.914 4h7v1h-7zM8.914 13h7v1h-7z'/%3E%3C/svg%3E");
    }
    .card-detail--main .slideshow {
        width: 100%;
    }
    .card-detail--main .slideshow-nav {
        padding: 35px 0;
        width: 102px;
    }
    .card-detail--main .slideshow-nav.overflowed {
        height: 462px;
    }
    .card-detail--main .slideshow-nav__nav.swiper-button--prev {
        top: -4px;
    }
    .card-detail--main .slideshow-nav__nav.swiper-button--next {
        margin-top: -17px;
    }
    .card-detail--main .slideshow-nav__image {
        height: 115px;
        width: 102px;
    }
    .card-detail--main .slideshow-slider {
        flex: 0 0 calc(100% - 132px);
        height: 461px;
    }
    .card-detail--main .slideshow-slider__image {
        height: 461px;
    }
    .card-detail--main .slideshow-slider__pagination.swiper-pagination-bullets {
        padding-bottom: 0;
    }
    .card-detail--main .slideshow__bottom {
        padding: 18px 0 0 135px;
        width: 574px;
    }
    .catalog-section {
        background-color: #efefef;
        padding-bottom: 64px;
        padding-top: 36px;
    }
    .catalog-section--not-background {
        background-color: transparent;
    }
    .catalog-section .h2 {
        padding: 0 31px;
    }
    .catalog-section__wrap {
        padding: 0 27px;
    }
    .catalog-section__slider {
        margin: 0 -6px;
    }
    .catalog-section__item {
        padding: 0 6px;
    }
    .catalog-section .swiper-button--prev {
        left: -17px;
    }
    .catalog-section .swiper-button--next {
        right: -17px;
    }
    .detail__header {
        margin-left: 48%;
    }
    .detail__heading {
        font-size: 2.5rem;
        margin-top: 50px;
    }
    .detail__heading--primary {
        font-size: 2rem;
        margin-top: 0;
    }
    .detail__heading--second {
        font-size: 1.25rem;
        margin-top: 0;
    }
    .detail__heading--parameters {
        margin: 0;
        width: 100%;
    }
    .detail__heading--small {
        font-size: 1.25rem;
        margin-top: 0;
    }
    .detail__buttons {
        margin-top: 28px;
    }
    .detail__container {
        display: flex;
    }
    .detail__aside {
        margin-top: -94px;
        width: 48%;
    }
    .detail__preview {
        margin-left: 77px;
        margin-top: 25px;
        padding: 0 20px;
        width: 446px;
    }
    .detail__ball {
        left: -65px;
        opacity: 0;
        top: -14px;
        transition: 0.3s;
    }
    .detail__picture {
        margin-bottom: 62px;
    }
    .detail__content {
        width: 52%;
    }
    .detail__view {
        margin-top: 57px;
    }
    .detail__section {
        padding-left: 180px;
        padding-right: 180px;
    }
    .detail__section--primary {
        display: flex;
        padding: 51px 75px 110px;
    }
    .detail__parameter {
        margin-top: 85px;
        width: calc(50% - 44px);
    }
    .detail__footer {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        padding-top: 100px 30px 129px;
    }
    .detail__options {
        padding: 0;
    }
    .detail__warranty {
        margin-bottom: 100px;
        width: 50%;
    }
    .nl-default {
        padding-top: 24px;
    }
    .nl-default__list {
        margin: 0 -10px;
        width: calc(100% + 20px);
    }
    .nl-default__item {
        margin-bottom: 20px;
        padding: 0 10px;
        width: 33.33%;
    }
    .faq-list {
        margin: 0 -26px 50px;
        padding: 98px 26px 200px;
    }
    .faq-list .spoiler {
        max-width: 550px;
    }
    .faq-list--page {
        margin: 0 0 50px;
        padding: 30px 0;
    }
    .faq-list--page .spoiler {
        max-width: 550px;
    }
    .articles-list {
        margin-bottom: 97px;
        padding-bottom: 54px;
        padding-top: 54px;
    }
    .articles-list__list {
        margin: 0 -5px;
        width: calc(100% + 10px);
    }
    .articles-list__item {
        padding: 0 5px;
        width: 25%;
    }
    .services-list {
        padding-bottom: 70px;
        padding-top: 70px;
    }
    .services-list__wrap {
        margin: 0 -5px;
        width: calc(100% + 10px);
    }
    .services-list__list {
        margin: 0 -5px;
        width: calc(100% + 10px);
    }
    .services-list__item {
        padding: 0 5px;
        width: 25%;
    }
    .services-list .swiper-button--prev {
        left: -17px;
    }
    .services-list .swiper-button--next {
        right: -17px;
    }
    .useful {
        padding-bottom: 70px;
        padding-top: 70px;
    }
    .useful__title {
        margin-bottom: 33px;
    }
    .useful__list {
        background: #fff;
        border-radius: 6px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        margin-bottom: 20px;
    }
    .useful__list:last-of-type {
        margin-bottom: 0;
    }
    .useful__section {
        box-shadow: none;
        display: flex;
        justify-content: space-between;
        margin-bottom: 0;
        padding: 24px 22px;
        width: 100%;
    }
    .useful__section:nth-child(2n) .useful-card:nth-child(odd),
    .useful__section:nth-child(odd) .useful-card:nth-child(2n) {
        background-color: hsla(0, 0%, 97.6%, 0.8);
    }
    .useful-card {
        border-radius: 6px;
        overflow: hidden;
        padding: 29px 22px 27px;
        width: calc(50% - 5px);
    }
    .useful-card:nth-child(2n) {
        background-color: transparent;
        border-radius: 6px;
        padding: 29px 33px 27px;
    }
    .useful-card__top {
        padding-top: 16px;
    }
    .useful-card__tag {
        left: 0;
        margin-bottom: 0;
        position: absolute;
        top: 0;
    }
    .useful-card__text {
        margin-bottom: 25px;
        min-height: 130px;
    }
    .useful-card--image .useful-card__text {
        min-height: inherit;
    }
    .help__heading {
        text-align: left;
    }
    .help__button {
        margin: 0 0 0 18px;
    }
    .help__text {
        text-align: left;
    }
    .help__form {
        flex-direction: row;
    }
    .help__input + .help__input {
        margin: 0 0 0 18px;
    }
}
@media screen and (min-width: 1280px) and (hover), screen and (min-width: 1280px) and (min-device-pixel-ratio: 0), screen and (min-width: 1280px) and (min-width: 0\0) {
    .card:hover {
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    }
    .card:hover .card__view {
        transform: scale(1);
    }
    .card:hover .card__specification {
        color: #4b844d;
    }
    .card__compare .compare-icon__text:hover:before {
        color: #f14e01;
    }
    .card:hover .card__image {
        transform: scale(1.1);
    }
    .card__buttons__btn--cart:not(.is-active):hover {
        background-color: #f2601a;
        width: 127px;
    }
    .card__buttons__btn--cart:not(.is-active):hover .cart-icon:before {
        display: none;
    }
    .card__buttons__btn--cart:not(.is-active):hover .cart-icon__text {
        display: block;
    }
    .card__buttons__btn--cart:not(.is-active):hover .cart-icon .cart-icon__text:before {
        color: #fff;
        content: attr(data-text);
    }
    [data-type="is-list"] .card__buttons__btn--cart:not(.is-active):hover {
        width: 130px;
    }
    .card-additional:hover {
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    }
    .card-additional__compare .compare-icon__text:hover:before {
        color: #f14e01;
    }
    .card-additional:hover .card__image {
        transform: scale(1.1);
    }
    .card-additional__buttons__btn--cart:not(.is-active):hover {
        background-color: #f2601a;
        width: 127px;
    }
    .card-additional__buttons__btn--cart:not(.is-active):hover .cart-icon:before {
        display: none;
    }
    .card-additional__buttons__btn--cart:not(.is-active):hover .cart-icon__text {
        display: block;
    }
    .card-additional__buttons__btn--cart:not(.is-active):hover .cart-icon .cart-icon__text:before {
        color: #fff;
        content: attr(data-text);
    }
    .trees-list__item:hover {
        padding: 21px 20px 21px 35px;
        z-index: 1;
    }
    .trees-list__item:hover .trees-list__link {
        height: 24px;
        margin-top: 10px;
        opacity: 1;
    }
    .trees-list__item:hover .trees-list__cart {
        background: #f14e01;
        width: 122px;
    }
    .trees-list__item:hover .trees-list__cart:before {
        display: block;
    }
    .trees-list__item:hover .trees-list__cart > svg {
        display: none;
    }
    .ball-popup:hover .ball-popup__label {
        opacity: 1;
        padding-left: 67px;
        padding-right: 26px;
    }
    .detail__preview:hover .detail__ball {
        opacity: 1;
    }
}
@media (hover), (min-device-pixel-ratio: 0), (min-width: 0\0) {
    .icon-button:hover {
        color: #f14e01;
    }
    .card-service[style*="background-image"] .card-service__button:hover {
        background: #fff;
        color: #1e2c24;
    }
    .card-service__button.btn.btn--line:hover {
        color: #1e2c24;
    }
    .trees-list__item:hover {
        background: #fff;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    }
    .trees-list__item:hover .trees-list__select {
        opacity: 1;
    }
    .trees-list__link:hover {
        color: #f14e01;
    }
    .trees-list__link:hover span {
        background-image: linear-gradient(transparent calc(100% - 1px), #f14e01 1px);
    }
    .useful-card:hover .useful-card__image {
        transform: scale(1.1);
    }
}
@media screen and (max-width: 1023px) {
    .product_detail--fixed_block {
        display: flex;
        position: fixed;
        top: unset;
        bottom: 0;
        left: 0;
        right: 0;
        border-top: 1px solid #D9D9D9;
        background: var(--White, #FFF);
        box-shadow: 0px 4px 10px 0px rgba(16, 16, 16, 0.06);
        height: 63px;
        flex-shrink: 0;
        padding: 11px 0 11px;
        z-index: 99;
    }
    .product_detail--fixed_block-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        /* width: calc(100% - 15px); */
    }
    .product_detail--fixed_block-wrapper--preview {
        display: flex;
        gap: 8px;
        color: #101010;
        font-family: Gilroy;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 14px; /* 100% */
        align-items: center;
        width: 70%;
    }
    .product_detail--fixed_block-wrapper--preview img {
        max-width: 37px;
        max-height: 37px;
    }
    .trees-list__price--fixed,
    .trees-list__height--fixed,
    .go_to_cart_button--fixed,
    .product_detail--fixed_block .js-item__compare .card-detail__label {
        display: none;
    }
    button.buy_btn_offers--fixed {
        display: flex;
        width: 41px;
        height: 39px;
        padding: 10px 18px 10px 15px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;       
        border-radius: 3px;
        font-size: 0;
        background: #458550;
        background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2221%22%20viewBox%3D%220%200%2022%2021%22%20fill%3D%22none%22%3E%0A%20%20%3Cg%20clip-path%3D%22url(%23clip0_42_1793)%22%3E%0A%20%20%20%20%3Cmask%20id%3D%22mask0_42_1793%22%20style%3D%22mask-type%3Aluminance%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%221%22%20y%3D%220%22%20width%3D%2221%22%20height%3D%2221%22%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M1.26172%200H21.4997V20.238H1.26172V0Z%22%20fill%3D%22white%22%2F%3E%0A%20%20%20%20%3C%2Fmask%3E%0A%20%20%20%20%3Cg%20mask%3D%22url(%23mask0_42_1793)%22%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M8.85081%2018.551C9.07439%2018.551%209.28881%2018.4622%209.4469%2018.3041C9.605%2018.146%209.69381%2017.9316%209.69381%2017.708C9.69381%2017.4844%209.605%2017.27%209.4469%2017.1119C9.28881%2016.9538%209.07439%2016.865%208.85081%2016.865C8.62723%2016.865%208.41281%2016.9538%208.25472%2017.1119C8.09663%2017.27%208.00781%2017.4844%208.00781%2017.708C8.00781%2017.9316%208.09663%2018.146%208.25472%2018.3041C8.41281%2018.4622%208.62723%2018.551%208.85081%2018.551Z%22%20stroke%3D%22white%22%20stroke-width%3D%221.686%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M8.85081%2018.551C9.07439%2018.551%209.28881%2018.4622%209.4469%2018.3041C9.605%2018.146%209.69381%2017.9316%209.69381%2017.708C9.69381%2017.4844%209.605%2017.27%209.4469%2017.1119C9.28881%2016.9538%209.07439%2016.865%208.85081%2016.865C8.62723%2016.865%208.41281%2016.9538%208.25472%2017.1119C8.09663%2017.27%208.00781%2017.4844%208.00781%2017.708C8.00781%2017.9316%208.09663%2018.146%208.25472%2018.3041C8.41281%2018.4622%208.62723%2018.551%208.85081%2018.551Z%22%20stroke%3D%22white%22%20stroke-opacity%3D%220.2%22%20stroke-width%3D%221.686%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M18.1262%2018.551C18.3498%2018.551%2018.5642%2018.4622%2018.7223%2018.3041C18.8804%2018.146%2018.9692%2017.9316%2018.9692%2017.708C18.9692%2017.4844%2018.8804%2017.27%2018.7223%2017.1119C18.5642%2016.9538%2018.3498%2016.865%2018.1262%2016.865C17.9026%2016.865%2017.6882%2016.9538%2017.5301%2017.1119C17.372%2017.27%2017.2832%2017.4844%2017.2832%2017.708C17.2832%2017.9316%2017.372%2018.146%2017.5301%2018.3041C17.6882%2018.4622%2017.9026%2018.551%2018.1262%2018.551Z%22%20stroke%3D%22white%22%20stroke-width%3D%221.686%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M18.1262%2018.551C18.3498%2018.551%2018.5642%2018.4622%2018.7223%2018.3041C18.8804%2018.146%2018.9692%2017.9316%2018.9692%2017.708C18.9692%2017.4844%2018.8804%2017.27%2018.7223%2017.1119C18.5642%2016.9538%2018.3498%2016.865%2018.1262%2016.865C17.9026%2016.865%2017.6882%2016.9538%2017.5301%2017.1119C17.372%2017.27%2017.2832%2017.4844%2017.2832%2017.708C17.2832%2017.9316%2017.372%2018.146%2017.5301%2018.3041C17.6882%2018.4622%2017.9026%2018.551%2018.1262%2018.551Z%22%20stroke%3D%22white%22%20stroke-opacity%3D%220.2%22%20stroke-width%3D%221.686%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M2.10449%200.843018H5.47749L7.73749%2012.134C7.81445%2012.5224%208.02567%2012.8714%208.33413%2013.1197C8.64258%2013.368%209.02859%2013.4998%209.42449%2013.492H17.6205C18.0162%2013.4996%2018.402%2013.3676%2018.7102%2013.1194C19.0185%2012.8711%2019.2296%2012.5223%2019.3065%2012.134L20.6565%205.05902H6.32149%22%20stroke%3D%22white%22%20stroke-width%3D%221.686%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M2.10449%200.843018H5.47749L7.73749%2012.134C7.81445%2012.5224%208.02567%2012.8714%208.33413%2013.1197C8.64258%2013.368%209.02859%2013.4998%209.42449%2013.492H17.6205C18.0162%2013.4996%2018.402%2013.3676%2018.7102%2013.1194C19.0185%2012.8711%2019.2296%2012.5223%2019.3065%2012.134L20.6565%205.05902H6.32149%22%20stroke%3D%22white%22%20stroke-opacity%3D%220.2%22%20stroke-width%3D%221.686%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3CclipPath%20id%3D%22clip0_42_1793%22%3E%0A%20%20%20%20%20%20%3Crect%20width%3D%2221%22%20height%3D%2221%22%20fill%3D%22white%22%20transform%3D%22translate(0.5)%22%2F%3E%0A%20%20%20%20%3C%2FclipPath%3E%0A%20%20%3C%2Fdefs%3E%0A%3C%2Fsvg%3E");
        background-repeat: no-repeat;
        background-position-x: 40%;
        background-position-y: center;
    }
    .product_detail--fixed_block .icon-button.js-item__compare.is-active {
        font-size: 0;
        background-image: url("data:image/svg+xml,%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221%22%20height%3D%2215%22%20viewBox%3D%220%200%2021%2015%22%20fill%3D%22none%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20clip-path%3D%22url(%23clip0_42_1791)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.1712%205.65568L20.5504%2010.7675C20.7332%2010.8197%2020.86%2010.9867%2020.86%2011.1778C20.8592%2011.6276%2020.7688%2012.0726%2020.5943%2012.4868C20.4197%2012.9011%2020.1644%2013.2762%2019.8434%2013.5902C19.3675%2014.0697%2018.7604%2014.3967%2018.0991%2014.5297C17.4377%2014.6628%2016.7518%2014.5959%2016.1284%2014.3375C15.505%2014.0791%2014.9721%2013.6409%2014.5972%2013.0784C14.2223%2012.5159%2014.0223%2011.8545%2014.0226%2011.1778C14.0226%2010.9968%2014.1369%2010.8353%2014.3072%2010.776L16.8653%205.27963L12.0556%203.8948C11.9291%204.12123%2011.7571%204.31886%2011.5505%204.47518C11.3439%204.6315%2011.1072%204.74311%2010.8554%204.80294V12.4831H10.0053V4.80294C9.58115%204.70267%209.20533%204.45663%208.94308%204.10749C8.68082%203.75835%208.54867%203.32814%208.56956%202.89148L4.15567%201.62134L6.52789%206.71829C6.61704%206.74348%206.69554%206.79721%206.75143%206.8713C6.80731%206.94538%206.83752%207.03577%206.83744%207.12867C6.83661%207.5784%206.74626%208.02344%206.5717%208.43768C6.39714%208.85192%206.14188%209.22703%205.82089%209.54101C5.34498%2010.0205%204.73787%2010.3475%204.0765%2010.4806C3.41514%2010.6136%202.72928%2010.5467%202.10586%2010.2883C1.48243%2010.03%200.949502%209.59177%200.574608%209.02927C0.199713%208.46677%20-0.000270808%207.8053%202.75229e-07%207.12867C2.75229e-07%206.94767%200.114334%206.78617%200.284667%206.7261L2.83733%201.24139L1.428%200.835694C1.3197%200.804552%201.22818%200.731533%201.17355%200.632698C1.11892%200.533864%201.10568%200.41731%201.13672%200.308678C1.16777%200.200046%201.24056%200.108234%201.33909%200.0534398C1.43762%20-0.00135447%201.55381%20-0.0146427%201.66211%200.0164985L8.80444%202.07229C9.0091%201.70404%209.33195%201.41608%209.72047%201.25524C10.109%201.0944%2010.5403%201.07015%2010.9443%201.18642C11.3483%201.3027%2011.7012%201.55267%2011.9456%201.89567C12.19%202.23867%2012.3116%202.65453%2012.2904%203.07561L19.4328%205.1314C19.4864%205.14687%2019.5365%205.17278%2019.5801%205.20766C19.6237%205.24254%2019.6601%205.28569%2019.6871%205.33467C19.7141%205.38364%2019.7313%205.43747%2019.7375%205.49309C19.7438%205.5487%2019.7391%205.60501%2019.7237%205.6588C19.7082%205.71259%2019.6824%205.76281%2019.6476%205.80658C19.6129%205.85036%2019.5698%205.88683%2019.521%205.91393C19.4722%205.94102%2019.4185%205.95821%2019.3631%205.9645C19.3076%205.97079%2019.2515%205.96606%2019.1979%205.95059L18.1712%205.65568ZM5.58211%206.68163L3.40822%202.01065L1.23433%206.68163H5.58211ZM0.885111%207.53437C0.982442%208.13409%201.29015%208.67921%201.75277%209.07145C2.2154%209.46369%202.80249%209.67726%203.40822%209.67364C4.01518%209.67432%204.60292%209.46013%205.06789%209.06879C5.53286%208.67745%205.84524%208.13407%205.95%207.53437H0.885111ZM9.47178%203.31668C9.54117%203.51722%209.67141%203.69093%209.84422%203.81346C10.017%203.93598%2010.2237%204.00117%2010.4353%203.99988C10.647%203.99859%2010.8529%203.93089%2011.0242%203.80626C11.1955%203.68164%2011.3236%203.50635%2011.3906%203.30498C11.3958%203.27667%2011.4039%203.24896%2011.4147%203.22228C11.4516%203.06877%2011.4524%202.90874%2011.417%202.75487C11.3816%202.60099%2011.3109%202.45751%2011.2106%202.33581C11.1103%202.2141%2010.9831%202.11751%2010.839%202.0537C10.695%201.98989%2010.5382%201.96062%2010.3809%201.96819C10.2237%201.97577%2010.0703%202.02%209.93309%202.09736C9.79584%202.17472%209.67844%202.2831%209.59021%202.41389C9.50198%202.54468%209.44534%202.69429%209.42478%202.85086C9.40423%203.00744%209.42032%203.16744%209.47178%203.31668ZM15.2569%2010.7308H19.6047L17.4308%206.05982L15.2569%2010.7308ZM14.9077%2011.5835C15.0048%2012.1834%2015.3125%2012.7287%2015.7751%2013.1211C16.2377%2013.5135%2016.8249%2013.7272%2017.4308%2013.7236C18.0378%2013.7242%2018.6257%2013.5099%2019.0907%2013.1184C19.5556%2012.7269%2019.868%2012.1834%2019.9726%2011.5835H14.9077Z%22%20fill%3D%22%23f14e01%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3CclipPath%20id%3D%22clip0_42_1791%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20width%3D%2221%22%20height%3D%2214.8235%22%20fill%3D%22white%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2FclipPath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fsvg%3E");
        height: 15px;
        width: 21px;
    }
    .product_detail--fixed_block .detail__hidden-xs {
        display: none;
    }
    .product_detail--fixed_block-wrapper.is-active div {
        display: none;
    }
    .product_detail--fixed_block-wrapper.is-active div.product_detail--fixed_block-wrapper--buttons {
        display: block;
        width: 100%;
    }
    .product_detail--fixed_block-wrapper.is-active div.product_detail--fixed_block-wrapper--buttons .buy_btn_offers--fixed.green.is-active {
        width: 100%;
        font-size: 15px;
        background: #F14E01;
        color: #fff;
        align-items: center;
        background-color: #f14e01;
        border-radius: 5px;
        font-size: .875rem;
        font-weight: 600;
        height: 42px;
        justify-content: center;
        letter-spacing: .0275em;
        padding: 0 29px;        
    }
    .product_detail--fixed_block button.js-item__buy {
        display: flex;
        width: 41px;
        height: 39px;
        padding: 10px 18px 10px 15px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
        border-radius: 3px;
        font-size: 0;
        background: #458550;
        background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2221%22%20viewBox%3D%220%200%2022%2021%22%20fill%3D%22none%22%3E%0A%20%20%3Cg%20clip-path%3D%22url(%23clip0_42_1793)%22%3E%0A%20%20%20%20%3Cmask%20id%3D%22mask0_42_1793%22%20style%3D%22mask-type%3Aluminance%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%221%22%20y%3D%220%22%20width%3D%2221%22%20height%3D%2221%22%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M1.26172%200H21.4997V20.238H1.26172V0Z%22%20fill%3D%22white%22%2F%3E%0A%20%20%20%20%3C%2Fmask%3E%0A%20%20%20%20%3Cg%20mask%3D%22url(%23mask0_42_1793)%22%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M8.85081%2018.551C9.07439%2018.551%209.28881%2018.4622%209.4469%2018.3041C9.605%2018.146%209.69381%2017.9316%209.69381%2017.708C9.69381%2017.4844%209.605%2017.27%209.4469%2017.1119C9.28881%2016.9538%209.07439%2016.865%208.85081%2016.865C8.62723%2016.865%208.41281%2016.9538%208.25472%2017.1119C8.09663%2017.27%208.00781%2017.4844%208.00781%2017.708C8.00781%2017.9316%208.09663%2018.146%208.25472%2018.3041C8.41281%2018.4622%208.62723%2018.551%208.85081%2018.551Z%22%20stroke%3D%22white%22%20stroke-width%3D%221.686%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M8.85081%2018.551C9.07439%2018.551%209.28881%2018.4622%209.4469%2018.3041C9.605%2018.146%209.69381%2017.9316%209.69381%2017.708C9.69381%2017.4844%209.605%2017.27%209.4469%2017.1119C9.28881%2016.9538%209.07439%2016.865%208.85081%2016.865C8.62723%2016.865%208.41281%2016.9538%208.25472%2017.1119C8.09663%2017.27%208.00781%2017.4844%208.00781%2017.708C8.00781%2017.9316%208.09663%2018.146%208.25472%2018.3041C8.41281%2018.4622%208.62723%2018.551%208.85081%2018.551Z%22%20stroke%3D%22white%22%20stroke-opacity%3D%220.2%22%20stroke-width%3D%221.686%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M18.1262%2018.551C18.3498%2018.551%2018.5642%2018.4622%2018.7223%2018.3041C18.8804%2018.146%2018.9692%2017.9316%2018.9692%2017.708C18.9692%2017.4844%2018.8804%2017.27%2018.7223%2017.1119C18.5642%2016.9538%2018.3498%2016.865%2018.1262%2016.865C17.9026%2016.865%2017.6882%2016.9538%2017.5301%2017.1119C17.372%2017.27%2017.2832%2017.4844%2017.2832%2017.708C17.2832%2017.9316%2017.372%2018.146%2017.5301%2018.3041C17.6882%2018.4622%2017.9026%2018.551%2018.1262%2018.551Z%22%20stroke%3D%22white%22%20stroke-width%3D%221.686%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M18.1262%2018.551C18.3498%2018.551%2018.5642%2018.4622%2018.7223%2018.3041C18.8804%2018.146%2018.9692%2017.9316%2018.9692%2017.708C18.9692%2017.4844%2018.8804%2017.27%2018.7223%2017.1119C18.5642%2016.9538%2018.3498%2016.865%2018.1262%2016.865C17.9026%2016.865%2017.6882%2016.9538%2017.5301%2017.1119C17.372%2017.27%2017.2832%2017.4844%2017.2832%2017.708C17.2832%2017.9316%2017.372%2018.146%2017.5301%2018.3041C17.6882%2018.4622%2017.9026%2018.551%2018.1262%2018.551Z%22%20stroke%3D%22white%22%20stroke-opacity%3D%220.2%22%20stroke-width%3D%221.686%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M2.10449%200.843018H5.47749L7.73749%2012.134C7.81445%2012.5224%208.02567%2012.8714%208.33413%2013.1197C8.64258%2013.368%209.02859%2013.4998%209.42449%2013.492H17.6205C18.0162%2013.4996%2018.402%2013.3676%2018.7102%2013.1194C19.0185%2012.8711%2019.2296%2012.5223%2019.3065%2012.134L20.6565%205.05902H6.32149%22%20stroke%3D%22white%22%20stroke-width%3D%221.686%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M2.10449%200.843018H5.47749L7.73749%2012.134C7.81445%2012.5224%208.02567%2012.8714%208.33413%2013.1197C8.64258%2013.368%209.02859%2013.4998%209.42449%2013.492H17.6205C18.0162%2013.4996%2018.402%2013.3676%2018.7102%2013.1194C19.0185%2012.8711%2019.2296%2012.5223%2019.3065%2012.134L20.6565%205.05902H6.32149%22%20stroke%3D%22white%22%20stroke-opacity%3D%220.2%22%20stroke-width%3D%221.686%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3CclipPath%20id%3D%22clip0_42_1793%22%3E%0A%20%20%20%20%20%20%3Crect%20width%3D%2221%22%20height%3D%2221%22%20fill%3D%22white%22%20transform%3D%22translate(0.5)%22%2F%3E%0A%20%20%20%20%3C%2FclipPath%3E%0A%20%20%3C%2Fdefs%3E%0A%3C%2Fsvg%3E");
        background-repeat: no-repeat;
        background-position-x: 40%;
        background-position-y: center;        
    }
    .product_detail--fixed_block button.js-item__buy.is-active {
        width: 100%;
        font-size: 15px;
        background: #F14E01;
        color: #fff;
        align-items: center;
        background-color: #f14e01;
        border-radius: 5px;
        font-size: .875rem;
        font-weight: 600;
        height: 42px;
        justify-content: center;
        letter-spacing: .0275em;
        padding: 0 29px;
    }
    div.catalog-section__wrap {
        margin: 0;
    }
}
@media screen and (max-width: 767px) {
    .card-detail__fullview {
        left: 50%;
        position: absolute;
        top: -45px;
        transform: translateX(-50%);
    }
    .card-detail--main .slideshow {
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 5px;
        width: 100%;
    }
    .card-detail--main .slideshow-nav {
        margin: 26px auto 0;
        width: 204px;
    }
    .card-detail--main .slideshow-nav.overflowed {
        height: auto;
        padding: 0;
        position: static;
    }
    .card-detail--main .slideshow-nav .swiper {
        height: auto;
    }
    .card-detail--main .slideshow-nav__nav.swiper-button--prev {
        bottom: 15px;
        left: 14px;
        margin-left: 0;
        margin-top: 0;
        top: auto;
        transform: rotate(0deg);
    }
    .card-detail--main .slideshow-nav__nav.swiper-button--next {
        bottom: 15px;
        left: auto;
        margin-left: 0;
        margin-top: 0;
        right: 14px;
        top: auto;
        transform: rotate(0deg);
    }
    .card-detail--main .slideshow-nav__image {
        background-color: #fff;
        border-radius: 4px;
        height: 54px;
        width: 48px;
    }
    .card-detail--main .slideshow-slider {
        height: 271px;
        width: 100%;
    }
    .card-detail--main .slideshow-slider__item {
        padding: 0 14px;
    }
    .card-detail--main .slideshow-slider__image {
        height: 271px;
    }
}

/* End */


/* Start:/local/templates/project/components/bitrix/catalog.element/.default/style.css?1753688834286*/
.saferoute-card-container > h2 {margin-top: 50px; margin-bottom: 20px;}
@media screen and (max-width: 767px) {
	.buy_btn_offers--fixed.hide-on-mobile {
		display: none;
	}
	.buy_btn_offers--fixed.card-detail__button + .buy_btn_offers--fixed.card-detail__button {
		margin-top: 0;
	}
}


/* End */
/* /local/templates/project/build/css/catalog-detail-style.css?1739395942135534 */
/* /local/templates/project/components/bitrix/catalog.element/.default/style.css?1753688834286 */
