.product {
    display: flex;
    margin: -14px 0 0
}

.product_configurator {
    gap: 40px
}

.product_configurator .product__left {
    margin-right: 0;
    max-width: 680px;
    width: 100%
}

.product_configurator .product__right {
    width: 50%
}

.product_configurator .product__controls {
    margin-top: 50px
}

@media screen and (max-width: 1199px) {
    .product_configurator .product__left {
        max-width: 500px
    }
}

@media screen and (max-width: 767px) {
    .product_configurator .product__left {
        margin-right: 0;
        max-width: none;
        width: 100%
    }

    .product_configurator .product__right {
        width: 100%
    }

    .product_configurator .product__right .configurator {
        display: block
    }

    .product_configurator .product__right .configurator__block-item-title {
        position: relative
    }
}

.product_wide .product__left {
    margin-right: 80px;
    width: calc(51.42857% - 80px)
}

@media screen and (max-width: 767px) {
    .product_wide .product__left {
        margin-right: 0;
        width: 100%
    }
}

.product_wide .product__right {
    width: 48.5714285714%
}

@media screen and (max-width: 767px) {
    .product_wide .product__right {
        width: 100%
    }

    .product_wide .product__slider-preview {
        display: block;
        margin: 7px -2px 45px;
        padding: 2px
    }
}

.product_wide .product__slider-preview .swiper-slide {
    height: auto;
    width: auto
}

.product_wide .product__slider-preview-item {
    height: 119px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 145px
}

@media screen and (max-width: 767px) {
    .product_wide .product__slider-preview-item {
        height: 64px;
        width: 77px
    }

    .product_wide .product__slider-preview-item-outer:before {
        border-width: 2px;
        bottom: -2px;
        left: -2px;
        right: -2px;
        top: -2px
    }

    .product_wide .product__slider-navigation {
        display: none
    }
}

.product_wide .product__slider-item {
    aspect-ratio: 640/454
}

@media screen and (min-width: 767px) {
    .product_wide .product__slider-item_has_preview {
        max-height: calc(100vh - 345px)
    }
}

.product_wide .product__info-label {
    max-width: 35%
}

@media screen and (max-width: 767px) {
    .product_wide .product__info-label {
        max-width: none
    }
}

.product_wide .product__info-value {
    max-width: 65%
}

@media screen and (max-width: 767px) {
    .product_wide .product__info-value {
        max-width: none
    }
}

@media screen and (max-width: 1199px) {
    .product_wide .product__info-additional {
        white-space: normal
    }
}

.product_defaultconfigurator-lines .product__slider-item, .product_sliding .product__slider-item, .product_square .product__slider-item {
    aspect-ratio: 1;
    min-height: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.product_defaultconfigurator-lines .product__media, .product_sliding .product__media, .product_square .product__media {
    aspect-ratio: 1
}

.product_defaultconfigurator-lines .product__left_stickable, .product_sliding .product__left_stickable, .product_square .product__left_stickable {
    margin-bottom: 0
}

.product_defaultconfigurator-lines {
    margin-bottom: 50px
}

@media screen and (min-width: 1200px) {
    .product_defaultconfigurator-lines .product__left_stickable .inner-wrapper-sticky {
        padding-bottom: 20px
    }
}

@media screen and (max-width: 1199px) {
    .product {
        margin-bottom: 50px
    }
}

@media screen and (max-width: 767px) {
    .product {
        display: block;
        margin: -2px 0 48px
    }

    .product_active-details .product__info {
        padding-bottom: 86px;
        position: relative
    }

    .product_active-details .product__info-content {
        display: block
    }

    .product_active-details .product__info-top-button {
        bottom: 16px;
        left: 12px;
        position: absolute;
        right: 12px
    }

    .product_active-details .product__info-top-title i {
        transform: translateY(-50%) rotate(180deg)
    }
}

.product__tab {
    display: none
}

.product__tab_active {
    display: flex;
    padding-top: 7px
}

@media screen and (max-width: 767px) {
    .product__tab_active {
        display: block
    }
}

.product__left {
    margin-right: 40px;
    width: calc(37.14286% - 40px)
}

@media screen and (max-width: 1199px) {
    .product__left {
        margin-right: 40px;
        width: calc(42.78571% - 40px)
    }
}

@media screen and (max-width: 767px) {
    .product__left {
        margin: 22px 0 15px;
        width: 100%
    }
}

@media screen and (min-width: 1200px) {
    .product__left_stickable {
        margin-bottom: -89px;
        margin-top: -64px
    }

    .product__left_stickable .inner-wrapper-sticky {
        padding-bottom: 72px;
        padding-top: 64px
    }
}

.product__right {
    width: 62.8571428571%
}

@media screen and (max-width: 767px) {
    .product__right {
        width: 100%
    }
}

.product__slider .swiper-wrapper {
    align-items: center
}

.product__slider-item {
    aspect-ratio: 519/733;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
    width: 100%
}

@media screen and (min-width: 767px) {
    .product__slider-item {
        max-height: calc(100vh - 136px);
        min-height: 420px
    }

    .product__slider-item_has_preview {
        max-height: calc(100vh - 285px)
    }
}

.product__slider-navigation {
    display: none
}

@media screen and (max-width: 767px) {
    .product__slider-navigation {
        display: block
    }
}

.product__slider-navigation-control {
    cursor: pointer;
    height: 22px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    z-index: 2
}

.product__slider-navigation-control i {
    left: 0;
    position: absolute;
    top: 0;
    transition: .3s
}

.product__slider-navigation-control i:first-child {
    opacity: 1
}

.product__slider-navigation-control i:nth-child(2) {
    opacity: 0
}

@media screen and (min-width: 1200px) {
    .product__slider-navigation-control:hover i:first-child {
        opacity: 0
    }

    .product__slider-navigation-control:hover i:nth-child(2) {
        opacity: 1
    }
}

.product__slider-navigation-control_left {
    left: 8px
}

@media screen and (max-width: 767px) {
    .product__slider-navigation-control_left {
        left: 0
    }
}

.product__slider-navigation-control_right {
    right: 8px
}

@media screen and (max-width: 767px) {
    .product__slider-navigation-control_right {
        right: 0
    }
}

.product__slider-preview {
    margin: 17px -2px 17px -3px;
    padding: 3px
}

@media screen and (max-width: 767px) {
    .product__slider-preview {
        display: none
    }
}

.product__slider-preview_size_2 .product__slider-preview-item {
    height: auto;
    min-width: 0;
    width: 100%
}

.product__slider-preview_size_2 .product__slider-preview-item-outer {
    height: auto
}

.product__slider-preview .swiper-slide {
    cursor: pointer;
    height: auto;
    width: auto
}

.product__slider-preview .swiper-slide-thumb-active .product__slider-preview-item-outer:before {
    opacity: 1
}

.product__slider-preview .swiper-slide-thumb-active .product__slider-preview-title {
    color: #f43138
}

.product__slider-preview-item {
    aspect-ratio: 1;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    width: 100%
}

.product__slider-preview-item-outer {
    position: relative
}

.product__slider-preview-item-outer:before {
    border: 3px solid #f43138;
    bottom: -3px;
    content: "";
    left: -3px;
    opacity: 0;
    position: absolute;
    right: -3px;
    top: -3px;
    transition: .3s
}

.product__slider-preview-title {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: .2px;
    line-height: 140%;
    margin-top: 8px;
    text-transform: uppercase;
    transition: .3s
}

.product__title {
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .84px;
    line-height: 130%;
    margin: 0 0 12px;
    max-width: 680px
}

@media screen and (max-width: 1199px) {
    .product__title {
        font-size: 28px
    }
}

@media screen and (max-width: 767px) {
    .product__title {
        font-weight: 300;
        letter-spacing: normal;
        line-height: 140%;
        margin-bottom: 3px
    }
}

.product__subtitle {
    font-size: 18px;
    line-height: 150%
}

@media screen and (max-width: 1199px) {
    .product__subtitle {
        font-size: 16px
    }
}

.product__subtitle-text {
    letter-spacing: normal;
    margin-right: 5px
}

.product__subtitle-link {
    letter-spacing: normal;
    opacity: .6;
    -webkit-text-decoration: none;
    text-decoration: none
}

.product__info {
    background: #f0f0f0;
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 32px
}

@media screen and (max-width: 767px) {
    .product__info {
        margin-top: 28px;
        padding: 15px 12px 16px
    }
}

.product__info-top {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px
}

@media screen and (max-width: 1199px) {
    .product__info-top {
        align-items: center
    }
}

@media screen and (max-width: 767px) {
    .product__info-top {
        display: block;
        margin: 0
    }
}

.product__info-top-title {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 140%;
    margin-right: 10px
}

@media screen and (max-width: 1199px) {
    .product__info-top-title {
        font-size: 18px
    }
}

@media screen and (max-width: 767px) {
    .product__info-top-title {
        cursor: pointer;
        font-size: 15px;
        letter-spacing: .3px;
        margin: 0 0 11px;
        padding-right: 30px;
        position: relative
    }
}

.product__info-top-title i {
    display: none
}

@media screen and (max-width: 767px) {
    .product__info-top-title i {
        display: block;
        margin-top: -2px;
        position: absolute;
        right: 3px;
        top: 50%;
        transform: translateY(-50%) rotate(0deg);
        transition: .3s
    }
}

.product__info-top-button {
    height: 46px
}

.product__info-content {
    border-top: none
}

@media screen and (max-width: 767px) {
    .product__info-content {
        display: none
    }
}

.product__info-row {
    align-items: flex-start;
    border-bottom: 1px solid #d7d2cb;
    display: flex;
    justify-content: space-between;
    padding: 8px 0 7px
}

@media screen and (max-width: 767px) {
    .product__info-row {
        flex-direction: column
    }
}

.product__info-label {
    color: #727f89;
    font-size: 18px;
    letter-spacing: normal;
    line-height: 150%;
    max-width: 45%;
    padding-right: 10px;
    text-align: left
}

@media screen and (max-width: 1199px) {
    .product__info-label {
        font-size: 16px
    }
}

@media screen and (max-width: 767px) {
    .product__info-label {
        max-width: none;
        padding-right: 0
    }
}

.product__info-value {
    color: #333f48;
    font-size: 16px;
    line-height: 150%;
    max-width: 55%;
    text-align: right
}

.product__info-value, .product__info-value span {
    letter-spacing: normal
}

@media screen and (max-width: 1199px) {
    .product__info-value {
        font-size: 16px
    }
}

@media screen and (max-width: 767px) {
    .product__info-value {
        margin-bottom: 2px;
        margin-top: 8px;
        max-width: 100%;
        text-align: left
    }
}

.product__info-additional {
    color: #8b8b8b;
    letter-spacing: normal;
    white-space: nowrap
}

.product__controls {
    margin-bottom: 100px
}

@media screen and (max-width: 1199px) {
    .product__controls {
        margin-bottom: 50px
    }
}

@media screen and (max-width: 767px) {
    .product__controls {
        margin-bottom: 28px;
        margin-top: 14px
    }
}

.product__controls_no-offset {
    margin-bottom: 0
}

.product__controls_fixed .product__controls-wrapper {
    background: #f5f4f2;
    bottom: 0;
    left: 0;
    padding: 12px 0;
    position: fixed;
    width: 100%;
    z-index: 2
}

@media screen and (max-width: 767px) {
    .product__controls_fixed .product__controls-wrapper {
        padding: 16px 0
    }
}

.product__controls_fixed .product__controls-columns {
    align-items: center;
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 20px;
    width: 100%
}

@media screen and (max-width: 1199px) {
    .product__controls_fixed .product__controls-columns {
        flex-direction: row;
        max-width: 100%;
        padding: 0 15px
    }
}

@media screen and (max-width: 767px) {
    .product__controls_fixed .product__controls-columns {
        align-items: flex-start;
        flex-direction: column;
        max-width: 100%;
        padding: 0 10px
    }
}

.product__controls_fixed .product__controls-left {
    align-items: center;
    display: flex
}

@media screen and (max-width: 1199px) {
    .product__controls_fixed .product__controls-left {
        width: auto
    }
}

.product__controls_fixed .product__controls-left .product__price-old {
    margin-left: 24px;
    margin-top: 4px
}

@media screen and (max-width: 1199px) {
    .product__controls_fixed .product__controls-left .product__price-old {
        margin-left: 0
    }

    .product__controls_fixed .product__controls-right {
        width: auto
    }
}

@media screen and (max-width: 1199px)and (max-width: 767px) {
    .product__controls_fixed .product__controls-right {
        width: 100%
    }
}

@media screen and (max-width: 1199px) {
    .product__controls_fixed .product__controls-cart {
        width: 243px
    }
}

@media screen and (max-width: 1199px)and (max-width: 767px) {
    .product__controls_fixed .product__controls-cart {
        width: 100%
    }
}

.product__controls-columns {
    align-items: flex-start;
    display: flex;
    justify-content: space-between
}

@media screen and (max-width: 1199px) {
    .product__controls-columns {
        flex-direction: column
    }
}

.product__controls-left {
    margin-right: 10px
}

@media screen and (max-width: 1199px) {
    .product__controls-left {
        align-items: center;
        display: flex;
        margin: 0 0 10px;
        width: 100%
    }
}

.product__controls-right {
    display: flex;
    gap: 30px;
    justify-content: space-between
}

@media screen and (max-width: 1199px) {
    .product__controls-right {
        gap: 20px;
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .product__controls-right {
        gap: 5px
    }
}

.product__controls-button {
    font-size: 16px;
    max-height: 48px
}

.product__controls-cart {
    height: 48px;
    width: 186px
}

@media screen and (max-width: 1199px) {
    .product__controls-cart {
        margin-left: 0;
        transition: none;
        width: 100%
    }
}

.product__controls-cart_added .product__controls-cart-icon i:first-child {
    opacity: 0
}

.product__controls-cart_added .product__controls-cart-icon i:nth-child(2) {
    opacity: 1
}

.product__controls-cart-icon {
    height: 24px;
    margin-bottom: 4px;
    margin-left: 10px;
    min-width: 24px;
    position: relative;
    width: 24px
}

.product__controls-cart-icon i {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .3s
}

.product__controls-cart-icon i:first-child {
    opacity: 1
}

.product__controls-cart-icon i:nth-child(2) {
    opacity: 0
}

.product__controls-like {
    border: 1px solid #2d3640;
    height: 48px;
    min-width: 48px;
    position: relative;
    width: 48px
}

@media screen and (max-width: 767px) {
    .product__controls-like {
        min-width: 70px;
        width: 70px
    }
}

.product__controls-like i {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .3s
}

.product__controls-like i:first-child {
    opacity: 1
}

.product__controls-like i:nth-child(2), .product__controls-like_active i:first-child {
    opacity: 0
}

.product__controls-like_active i:nth-child(2) {
    opacity: 1
}

.product__controls-save {
    border: 1px solid #2d3640;
    height: 48px;
    margin-right: 30px;
    min-width: 48px;
    position: relative;
    width: 48px
}

@media screen and (max-width: 767px) {
    .product__controls-save {
        min-width: 70px;
        width: 70px
    }
}

.product__controls-save i {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .3s
}

.product__controls-save i:first-child {
    opacity: 1
}

.product__controls-save i:nth-child(2) {
    opacity: 0
}

.product__controls-info {
    align-items: end;
    display: flex;
    gap: 5px
}

.product__controls-info .tooltip_question {
    height: 23px
}

@media screen and (max-width: 767px) {
    .product__controls-info .tooltip_question {
        height: 21px
    }
}

.product__controls-additional {
    font-size: 18px;
    letter-spacing: normal;
    line-height: 150%;
    margin-top: 8px
}

@media screen and (max-width: 1199px) {
    .product__controls-additional {
        font-size: 16px;
        margin-top: 16px
    }
}

.product__price {
    color: #333f48;
    font-size: 36px;
    letter-spacing: .72px;
    line-height: 130%
}

@media screen and (max-width: 1199px) {
    .product__price {
        font-size: 28px;
        margin-right: 16px
    }
}

@media screen and (max-width: 767px) {
    .product__price {
        letter-spacing: normal
    }
}

.product__price-old {
    color: #727f89;
    font-size: 20px;
    letter-spacing: normal;
    -webkit-text-decoration: line-through;
    text-decoration: line-through
}

@media screen and (max-width: 1199px) {
    .product__price-old {
        font-size: 16px
    }
}

.product__media {
    aspect-ratio: 640/454;
    position: relative
}

.product__media-image {
    bottom: 0;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    transition: .3s;
    width: 100%;
    z-index: 1
}

.product__media .play-button {
    cursor: pointer;
    left: 50%;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .3s;
    z-index: 2
}

@media screen and (min-width: 1200px) {
    .product__media .play-button:hover {
        opacity: .6
    }
}

@media screen and (max-width: 767px) {
    .product__media .play-button {
        transform: translate(-50%, -50%) scale(.5)
    }
}

.product__media video {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    opacity: 0;
    transition: .3s;
    width: 100%
}

.product__media.isPlay video {
    opacity: 1
}

.product__media.isPlay .play-button {
    opacity: 0
}

.product__media.isPlay img {
    opacity: 0;
    pointer-events: none
}

.product__description {
    margin-top: 48px
}

@media screen and (max-width: 767px) {
    .product__description {
        margin-bottom: 32px;
        margin-top: 24px
    }
}

.product__description-title {
    font-size: 28px;
    letter-spacing: normal;
    margin-bottom: 24px;
    text-transform: uppercase
}

@media screen and (max-width: 767px) {
    .product__description-title {
        margin-bottom: 16px
    }
}

.product__description-text {
    font-size: 18px;
    letter-spacing: normal;
    line-height: 150%
}

@media screen and (max-width: 767px) {
    .product__description-text {
        font-size: 16px
    }
}

.product__tech-info .product-tech-info__left {
    max-width: 570px;
    padding-right: 10px;
    width: 100%
}

.product__tech-info .product-tech-info__right {
    max-width: 570px;
    padding-left: 10px;
    width: 100%
}

.product__project {
    background: #efeee5
}

@media screen and (max-width: 767px) {
    .product__project .projects-item-content {
        -webkit-backdrop-filter: none;
        backdrop-filter: none
    }
}

.product__collections {
    background: #efeee5;
    display: flex;
    flex-direction: column;
    gap: 130px;
    padding: 100px 0
}

@media screen and (max-width: 767px) {
    .product__collections {
        gap: 90px;
        padding: 60px 0
    }
}

.product__collections .other-collections {
    margin: 0;
    padding: 0
}

@media screen and (max-width: 767px) {
    .product__collections .other-collections {
        padding: 0
    }

    .product__collections .other-collections .collection-item {
        -webkit-backdrop-filter: none;
        backdrop-filter: none
    }
}

.product__collections .site-sections_product {
    margin-bottom: 0;
    margin-top: 0
}

.product__collections .site-sections__item {
    -webkit-backdrop-filter: blur(120px);
    backdrop-filter: blur(120px);
    background: hsla(0, 0%, 100%, .4);
    border: 1px solid #fff;
    box-shadow: 0 10px 37px 0 rgba(0, 0, 0, .09);
    padding: 32px
}

.product__collections .site-sections__item-text-value {
    text-transform: none
}

@media screen and (max-width: 767px) {
    .product__collections .site-sections__item {
        -webkit-backdrop-filter: none;
        backdrop-filter: none
    }
}

.product__configurator {
    margin-bottom: 40px
}

@media screen and (max-width: 767px) {
    .product__configurator {
        margin-bottom: 0
    }
}

.product-tabs {
    margin: -14px 0 0
}

.product-tabs .tabs__item_active {
    background: #333f48;
    color: #fff !important
}

@media screen and (max-width: 767px) {
    .product-tabs {
        margin-top: -3px
    }
}

.product-tabs .product {
    margin-top: 31px
}

@media screen and (max-width: 767px) {
    .product-tabs .product {
        margin-top: 34px
    }
}

.product-tabs .product__info {
    margin-bottom: 24px;
    margin-top: 24px;
    padding-bottom: 24px
}

@media screen and (max-width: 767px) {
    .product-tabs .product__info {
        margin-top: 38px;
        padding-bottom: 11px;
        padding-top: 14px
    }

    .product-tabs .product__info-top-title {
        margin: 0
    }

    .product-tabs .product__info-content {
        margin-bottom: 5px;
        margin-top: 16px
    }
}

.product-tabs .product__controls {
    margin-bottom: 0
}

.switch {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-size: 18px;
    gap: 12px;
    line-height: 150%
}

.switch__input {
    display: none
}

.switch__input:checked + .switch__control {
    background: #f43138
}

.switch__input:checked + .switch__control:before {
    left: 23px
}

.switch__control {
    background: #d7d2cb;
    border-radius: 100px;
    display: inline-block;
    height: 24px;
    padding: 3px;
    position: relative;
    transition: .3s;
    width: 44px
}

.switch__control:before {
    background: #fff;
    border-radius: 50%;
    bottom: 3px;
    content: "";
    height: 18px;
    left: 3px;
    position: absolute;
    right: auto;
    top: 3px;
    transition: .3s;
    width: 18px
}

.switch__label {
    letter-spacing: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.ral {
    background: #f0f0f0;
    margin-bottom: 24px
}

.ral_active .ral__top-arrow {
    transform: rotate(180deg)
}

@media screen and (max-width: 767px) {
    .ral_active .ral__top-arrow {
        transform: rotate(180deg) scale(.7)
    }
}

.ral_active .ral__content {
    height: 486px
}

@media screen and (max-width: 767px) {
    .ral_active .ral__content {
        height: 520px
    }
}

.ral__top {
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: 16px;
    padding: 25px 24px
}

@media screen and (max-width: 767px) {
    .ral__top {
        padding: 16px
    }
}

.ral__top-icon {
    background: url(/_nuxt/img/ral.9052789.svg) 50% no-repeat;
    background-size: contain;
    height: 50px;
    min-width: 50px;
    width: 50px
}

@media screen and (max-width: 767px) {
    .ral__top-icon {
        height: 40px;
        min-width: 40px;
        width: 40px
    }
}

.ral__top-text {
    display: flex;
    flex-basis: 100%;
    flex-direction: column;
    gap: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.ral__top-text-title {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px
}

@media screen and (max-width: 767px) {
    .ral__top-text-title {
        font-size: 16px;
        line-height: 19px
    }
}

.ral__top-text-subtitle {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 19px
}

@media screen and (max-width: 767px) {
    .ral__top-text-subtitle {
        font-size: 14px;
        line-height: 17px
    }
}

.ral__top-arrow {
    min-width: 24px;
    transition: .3s
}

@media screen and (max-width: 767px) {
    .ral__top-arrow {
        transform: scale(.7)
    }
}

.ral__content {
    height: 0;
    overflow: hidden;
    transition: .3s
}

.ral__content-inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: 100%;
    padding: 0 24px 24px
}

@media screen and (max-width: 767px) {
    .ral__content-inner {
        gap: 16px;
        padding: 0 16px 16px
    }
}

.ral__tabs {
    border: 1px solid #dbdad3;
    display: flex
}

.ral__tabs-item {
    align-items: center;
    border-left: 1px solid #dbdad3;
    display: flex;
    flex-basis: 100%;
    font-size: 14px;
    font-weight: 600;
    justify-content: center;
    letter-spacing: 0;
    line-height: 21px;
    min-height: 42px;
    padding: 5px 16px;
    text-align: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    transition: .3s
}

@media screen and (min-width: 1200px) {
    .ral__tabs-item:hover {
        background: #333f48;
        color: #fff
    }
}

.ral__tabs-item_active {
    background: #333f48;
    color: #fff
}

@media screen and (min-width: 1200px) {
    .ral__tabs-item_active:hover {
        color: #fff
    }
}

.ral__tabs-item:first-child {
    border: none
}

.ral__search {
    display: flex;
    gap: 24px
}

@media screen and (max-width: 767px) {
    .ral__search {
        flex-direction: column;
        gap: 16px
    }
}

.ral__search-input {
    background: rgba(51, 63, 72, .051);
    border: 1px solid hsla(0, 0%, 100%, .51);
    color: #2d3640;
    flex-basis: 100%;
    font-family: Apparat, sans-serif;
    font-size: 16px;
    font-weight: 500;
    height: 50px;
    letter-spacing: 0;
    line-height: 19px;
    min-height: 50px;
    padding: 0 16px
}

.ral__search-input::-webkit-input-placeholder {
    color: #789292;
    opacity: 1
}

.ral__search-input:-moz-placeholder, .ral__search-input::-moz-placeholder {
    color: #789292;
    opacity: 1
}

.ral__search-input:-ms-input-placeholder {
    color: #789292;
    opacity: 1
}

@media screen and (max-width: 767px) {
    .ral__search-input {
        flex-basis: auto;
        width: 100%
    }
}

.ral__search-selected {
    align-items: center;
    display: flex;
    flex-basis: 100%;
    gap: 16px
}

@media screen and (max-width: 767px) {
    .ral__search-selected {
        flex-basis: auto;
        width: 100%
    }
}

.ral__search-selected-icon {
    background: #fff;
    border: 1px solid #333f48;
    border-radius: 50%;
    height: 42px;
    min-width: 42px;
    width: 42px
}

@media screen and (max-width: 767px) {
    .ral__search-selected-icon {
        height: 40px;
        min-width: 40px;
        width: 40px
    }
}

.ral__search-selected-text {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0
}

.ral__container {
    box-shadow: inset 2px 2px 23px 0 rgba(0, 0, 0, .161);
    flex-basis: 100%;
    overflow: auto
}

.ral__container-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding: 16px
}

.ral__container-item {
    border: 1px solid rgba(51, 63, 72, .302);
    border-radius: 21px;
    height: 42px;
    position: relative;
    transition: .3s;
    width: 42px
}

.ral__container-item_active {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .302)
}

.ral__container-item_active .ral__container-item-check {
    opacity: 1
}

.ral__container-item-check {
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -37%);
    transition: .3s
}

.ral__types {
    display: flex;
    gap: 16px
}

@media screen and (max-width: 1199px) {
    .ral__types {
        flex-direction: column;
        gap: 8px;
        padding: 16px 0 0
    }
}

.ral__types-title {
    flex-basis: 19.5%;
    font-size: 19px;
    letter-spacing: normal;
    white-space: nowrap
}

.ral__types-control {
    flex-basis: 25%
}

.ral__types-control .radio-button__label {
    font-size: 18px;
    letter-spacing: normal;
    white-space: nowrap
}

.render {
    display: block;
    overflow: hidden;
    position: relative
}

.render_not_wide {
    aspect-ratio: 519/733;
    width: 100%
}

@media screen and (min-width: 767px) {
    .render_not_wide {
        max-height: calc(100vh - 136px);
        min-height: 420px
    }
}

.render_wide {
    aspect-ratio: 640/454
}

.render_loading .render__loader {
    opacity: 1
}

.render_loading .render__canvas {
    opacity: 0
}

.render__loader {
    height: 100px;
    opacity: 0;
    width: 100px
}

.render__canvas, .render__loader {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .3s
}

.render__canvas {
    display: block;
    width: auto
}

.project-gallery_product {
    padding-top: 100px
}

.project-gallery_product + .product-compatible {
    margin-top: -20px
}

@media screen and (max-width: 1199px) {
    .project-gallery_product + .product-compatible {
        margin-top: 50px
    }
}

@media screen and (max-width: 767px) {
    .project-gallery_product + .product-compatible {
        margin-top: 42px
    }
}

@media screen and (max-width: 1199px) {
    .project-gallery_product {
        padding-top: 50px
    }
}

@media screen and (max-width: 767px) {
    .project-gallery_product {
        padding-top: 48px
    }
}

.project-gallery_product .project-gallery__title {
    max-width: 800px
}

.project-gallery_product .project-gallery__content {
    margin-bottom: 92px
}

@media screen and (max-width: 1199px) {
    .project-gallery_product .project-gallery__content {
        margin-bottom: 50px
    }
}

@media screen and (max-width: 767px) {
    .project-gallery_product .project-gallery__content {
        margin-bottom: 45px;
        position: static
    }
}

.project-gallery_product .project-gallery__main {
    margin-bottom: 21px
}

.project-gallery_product .project-gallery__main img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    width: 100%
}

@media screen and (max-width: 767px) {
    .project-gallery_product .project-gallery__main-item {
        aspect-ratio: 340/247
    }

    .project-gallery_product .project-gallery__main-item img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center;
        width: 100%
    }

    .project-gallery_product .project-gallery__main-slider {
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 10px;
        padding-right: 10px
    }
}

.project-gallery_product .project-gallery__nav-item {
    height: 104px
}

.project-gallery_product .swiper-button-prev {
    left: 0
}

@media screen and (max-width: 767px) {
    .project-gallery_product .swiper-button-prev {
        left: 5px
    }
}

.project-gallery_product .swiper-button-next {
    right: 0
}

@media screen and (max-width: 767px) {
    .project-gallery_product .swiper-button-next {
        right: 5px
    }
}

.project-gallery_product .swiper-button-next, .project-gallery_product .swiper-button-prev {
    filter: drop-shadow(0 2.9721620083px 2.9721620083px rgba(0, 0, 0, .25));
    height: 42px;
    opacity: .3s;
    width: 42px
}

@media screen and (max-width: 767px) {
    .project-gallery_product .swiper-button-next, .project-gallery_product .swiper-button-prev {
        transform: scale(.6)
    }
}

.project-gallery_product .swiper-button-next div, .project-gallery_product .swiper-button-prev div {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .3s
}

.project-gallery_product .swiper-button-next div:first-child, .project-gallery_product .swiper-button-prev div:first-child {
    opacity: 1
}

.project-gallery_product .swiper-button-next div:nth-child(2), .project-gallery_product .swiper-button-prev div:nth-child(2) {
    opacity: 0
}

@media screen and (min-width: 1200px) {
    .project-gallery_product .swiper-button-next:not(.swiper-button-disabled):hover div:first-child, .project-gallery_product .swiper-button-prev:not(.swiper-button-disabled):hover div:first-child {
        opacity: 0
    }

    .project-gallery_product .swiper-button-next:not(.swiper-button-disabled):hover div:nth-child(2), .project-gallery_product .swiper-button-prev:not(.swiper-button-disabled):hover div:nth-child(2) {
        opacity: 1
    }
}

.project-gallery_collection-old {
    padding-top: 100px
}

@media screen and (max-width: 1199px) {
    .project-gallery_collection-old {
        padding-top: 50px
    }
}

@media screen and (max-width: 767px) {
    .project-gallery_collection-old {
        padding-top: 49px
    }
}

.project-gallery_collection-old .project-gallery__title {
    margin-bottom: 31px;
    max-width: 581px
}

@media screen and (max-width: 767px) {
    .project-gallery_collection-old .project-gallery__title {
        margin-bottom: 24px
    }
}

.project-gallery_collection-old .project-gallery__text {
    display: none
}

@media screen and (max-width: 767px) {
    .project-gallery_collection-old .project-gallery__text {
        display: block
    }
}

.project-gallery_collection-old .project-gallery__content {
    margin-bottom: 100px
}

@media screen and (max-width: 1199px) {
    .project-gallery_collection-old .project-gallery__content {
        margin-bottom: 50px
    }
}

@media screen and (max-width: 767px) {
    .project-gallery_collection-old .project-gallery__content {
        margin-bottom: 48px;
        position: static
    }
}

.project-gallery_collection-old .project-gallery__main {
    margin-bottom: 21px
}

.project-gallery_collection-old .project-gallery__main img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    width: 100%
}

@media screen and (max-width: 767px) {
    .project-gallery_collection-old .project-gallery__main-item {
        aspect-ratio: 340/247
    }

    .project-gallery_collection-old .project-gallery__main-item img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center;
        width: 100%
    }

    .project-gallery_collection-old .project-gallery__main-slider {
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 10px;
        padding-right: 10px
    }
}

.project-gallery_collection-old .project-gallery__nav-item {
    height: 104px
}

.project-gallery_collection-old .project-gallery__nav-item:before {
    background: none
}

@media screen and (max-width: 767px) {
    .project-gallery_collection-old .project-gallery__left {
        margin-bottom: 48px
    }
}

.project-gallery_collection-old .swiper-button-prev {
    left: 0
}

@media screen and (max-width: 767px) {
    .project-gallery_collection-old .swiper-button-prev {
        left: 5px
    }
}

.project-gallery_collection-old .swiper-button-next {
    right: 0
}

@media screen and (max-width: 767px) {
    .project-gallery_collection-old .swiper-button-next {
        right: 5px
    }
}

.project-gallery_collection-old .swiper-button-next, .project-gallery_collection-old .swiper-button-prev {
    filter: drop-shadow(0 2.9721620083px 2.9721620083px rgba(0, 0, 0, .25));
    height: 42px;
    opacity: .3s;
    width: 42px
}

@media screen and (max-width: 767px) {
    .project-gallery_collection-old .swiper-button-next, .project-gallery_collection-old .swiper-button-prev {
        transform: scale(.6)
    }
}

.project-gallery_collection-old .swiper-button-next div, .project-gallery_collection-old .swiper-button-prev div {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .3s
}

.project-gallery_collection-old .swiper-button-next div:first-child, .project-gallery_collection-old .swiper-button-prev div:first-child {
    opacity: 1
}

.project-gallery_collection-old .swiper-button-next div:nth-child(2), .project-gallery_collection-old .swiper-button-prev div:nth-child(2) {
    opacity: 0
}

@media screen and (min-width: 1200px) {
    .project-gallery_collection-old .swiper-button-next:not(.swiper-button-disabled):hover div:first-child, .project-gallery_collection-old .swiper-button-prev:not(.swiper-button-disabled):hover div:first-child {
        opacity: 0
    }

    .project-gallery_collection-old .swiper-button-next:not(.swiper-button-disabled):hover div:nth-child(2), .project-gallery_collection-old .swiper-button-prev:not(.swiper-button-disabled):hover div:nth-child(2) {
        opacity: 1
    }
}

.project-gallery_detail {
    width: 75%
}

.project-gallery__content {
    margin-bottom: 105px
}

.project-gallery__content .swiper-pagination {
    display: none
}

.project-gallery__title {
    font-size: 44px;
    font-weight: 250;
    letter-spacing: .88px;
    line-height: 130%;
    margin: 0 0 48px
}

@media screen and (max-width: 1199px) {
    .project-gallery__title {
        font-size: 28px
    }
}

@media screen and (max-width: 767px) {
    .project-gallery__title {
        font-weight: 300;
        letter-spacing: normal;
        line-height: 140%;
        margin-bottom: 25px
    }
}

.project-gallery__text {
    font-size: 18px;
    letter-spacing: normal;
    line-height: 150%;
    margin-bottom: 48px;
    max-width: 560px
}

@media screen and (max-width: 1199px) {
    .project-gallery__text {
        font-size: 16px
    }
}

@media screen and (max-width: 767px) {
    .project-gallery__text {
        font-weight: 300
    }
}

.project-gallery__columns {
    display: flex
}

@media screen and (max-width: 767px) {
    .project-gallery__columns {
        display: block
    }
}

.project-gallery__left {
    margin-right: 40px;
    width: calc(77.14286% - 40px)
}

@media screen and (max-width: 1199px) {
    .project-gallery__left {
        width: calc(64.28571% - 40px)
    }
}

@media screen and (max-width: 767px) {
    .project-gallery__left {
        margin: 0 0 58px;
        width: 100%
    }
}

.project-gallery__right {
    width: 22.8571428571%
}

@media screen and (max-width: 1199px) {
    .project-gallery__right {
        width: calc(35.71429% - 40px)
    }
}

@media screen and (max-width: 767px) {
    .project-gallery__right {
        width: 100%
    }
}

.project-gallery__main {
    margin-bottom: 28px;
    position: relative
}

.project-gallery__main-item {
    align-items: center;
    aspect-ratio: 1/.6524;
    display: flex;
    height: auto;
    justify-content: center;
    position: relative
}

.project-gallery__main-item .project-gallery__main-item-img, .project-gallery__main-item img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto
}

.project-gallery__main-item_video:before {
    background-color: rgba(0, 0, 0, .2);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2
}

.project-gallery__main-item_video .play-button {
    cursor: pointer;
    left: 50%;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .3s;
    z-index: 2
}

@media screen and (min-width: 1200px) {
    .project-gallery__main-item_video .play-button:hover {
        opacity: .6
    }
}

.project-gallery__main-item_video .project-gallery__main-item-img, .project-gallery__main-item_video img {
    bottom: 0;
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    transition: .3s;
    z-index: 1
}

.project-gallery__main-item_video .project-gallery__main-item-img, .project-gallery__main-item_video img, .project-gallery__main-item_video video {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.project-gallery__main-item_video.isPlay:before {
    background-color: transparent;
    pointer-events: none
}

.project-gallery__main-item_video.isPlay .play-button {
    opacity: 0
}

.project-gallery__main-item_video.isPlay .project-gallery__main-item-img, .project-gallery__main-item_video.isPlay img {
    opacity: 0;
    pointer-events: none
}

.project-gallery__main-points {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.project-gallery__main-point {
    background: hsla(0, 0%, 100%, .4);
    border-radius: 50%;
    cursor: pointer;
    height: 24px;
    position: absolute;
    width: 24px
}

.project-gallery__main-point:before {
    background: #fff;
    border-radius: 50%;
    content: "";
    height: 12px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 12px
}

.project-gallery__main-slider .swiper-wrapper {
    height: auto
}

.project-gallery__nav {
    margin-bottom: 28px
}

.project-gallery__nav .swiper-wrapper {
    height: auto
}

.project-gallery__nav-item {
    cursor: pointer;
    height: 140px;
    width: auto
}

.project-gallery__nav-item .project-gallery__nav-item-img, .project-gallery__nav-item img {
    height: 100%;
    width: auto
}

.project-gallery__nav-item .project-gallery__nav-item-img {
    max-width: 160px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.project-gallery__nav-item.swiper-slide-thumb-active:before {
    border-color: #f43138
}

.project-gallery__nav-item:before, .project-gallery__nav-item_video:before {
    border: 3px solid transparent;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .3s
}

.project-gallery__nav-item_video:before {
    background-color: rgba(0, 0, 0, .2)
}

.project-gallery__nav-item .play-button {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.project-gallery__popup {
    background: #fff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .2);
    max-width: 368px;
    opacity: 0;
    padding: 24px;
    pointer-events: none;
    position: absolute;
    transition: .3s;
    z-index: 5
}

.project-gallery__popup-close {
    cursor: pointer;
    position: absolute;
    right: -36px;
    top: 0
}

.project-gallery__popup.active {
    opacity: 1;
    pointer-events: auto
}

.project-gallery__popup-product {
    display: none
}

.project-gallery__popup-product.isShow {
    display: block
}

.project-gallery__button {
    display: inline-flex;
    margin-top: 5px
}

@media screen and (max-width: 767px) {
    .project-gallery__button {
        display: flex;
        margin-top: 59px
    }
}

@media screen and (max-width: 1199px) {
    .project-gallery_detail {
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .project-gallery__content {
        margin-bottom: 48px;
        position: relative
    }

    .project-gallery__content .swiper-pagination {
        bottom: -12px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        left: 50%;
        transform: translateX(-50%)
    }

    .project-gallery__content .swiper-pagination .swiper-pagination-bullet {
        height: 1px;
        width: 10px
    }

    .project-gallery__main-points, .project-gallery__nav {
        display: none
    }
}

.designer {
    display: flex;
    flex-direction: column
}

.designer__picture {
    height: 148px;
    margin-bottom: 40px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    width: 120px
}

@media screen and (max-width: 767px) {
    .designer__picture {
        height: 247px;
        margin-bottom: 16px;
        width: 200px
    }
}

.designer__name {
    color: #000;
    font-size: 21px;
    letter-spacing: normal;
    margin-bottom: 12px;
    text-transform: uppercase
}

@media screen and (max-width: 1199px) {
    .designer__name {
        font-size: 18px
    }
}

@media screen and (max-width: 767px) {
    .designer__name {
        color: #2d3640;
        font-size: 21px;
        margin-bottom: 8px;
        text-transform: uppercase
    }
}

.designer__description {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 24px
}

@media screen and (max-width: 767px) {
    .designer__description {
        margin-bottom: 7px
    }
}

.designer__description-row {
    color: rgba(37, 55, 70, .6);
    font-size: 18px;
    letter-spacing: normal;
    line-height: 150%;
    text-transform: uppercase
}

@media screen and (max-width: 1199px) {
    .designer__description-row {
        font-size: 16px
    }
}

@media screen and (max-width: 767px) {
    .designer__description-row {
        font-size: 18px
    }
}

.designer__text {
    font-size: 18px;
    letter-spacing: normal;
    line-height: 150%
}

@media screen and (max-width: 1199px) {
    .designer__text {
        font-size: 16px
    }
}

.product-compatible {
    margin: 100px 0 70px
}

@media screen and (max-width: 1199px) {
    .product-compatible {
        margin: 50px 0
    }
}

@media screen and (max-width: 767px) {
    .product-compatible {
        margin: 42px 0
    }
}

.product-compatible + .other-projects_product {
    margin-top: 0
}

.product-compatible__title {
    font-size: 44px;
    font-style: normal;
    font-weight: 250;
    letter-spacing: .88px;
    line-height: 130%;
    margin: 0 0 48px;
    text-transform: uppercase
}

@media screen and (max-width: 1199px) {
    .product-compatible__title {
        font-size: 28px;
        margin: 0 0 48px
    }
}

@media screen and (max-width: 767px) {
    .product-compatible__title {
        font-weight: 300;
        letter-spacing: normal;
        line-height: 140%
    }
}

.product-compatible__block + .product-compatible__block {
    margin-top: 48px
}

.product-compatible__block-title {
    font-size: 28px;
    letter-spacing: normal;
    margin: 0 0 24px;
    text-transform: uppercase
}

@media screen and (max-width: 1199px) {
    .product-compatible__block-title {
        font-size: 21px
    }
}

@media screen and (max-width: 767px) {
    .product-compatible__block-title {
        padding-right: 70px
    }
}

.product-compatible__block-slider .swiper-slide {
    max-width: 140px;
    width: auto
}

.product-compatible__block-item {
    display: flex;
    flex-direction: column;
    height: 100%
}

.product-compatible__block-item-image {
    height: 307px;
    margin-bottom: 8px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
    width: 100%
}

.product-compatible__block-item-title {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: .2px;
    text-transform: uppercase
}

.product-compatible__block-inner {
    position: relative
}

.product-compatible__block-navigation {
    display: flex;
    margin: 0 -6px;
    position: absolute;
    right: 0;
    top: -55px
}

@media screen and (max-width: 767px) {
    .product-compatible__block-navigation {
        right: 4px;
        top: -52px
    }
}

.product-compatible__block-navigation-control {
    cursor: pointer;
    height: 24px;
    margin: 0 6px;
    position: relative;
    transition: .3s;
    width: 24px
}

.product-compatible__block-navigation-control.swiper-button-disabled {
    cursor: not-allowed;
    opacity: .35
}

.product-compatible__block-navigation-control i {
    left: 0;
    position: absolute;
    top: 0
}

.product-compatible__block-navigation-control i:first-child {
    opacity: 1;
    transition: .3s
}

.product-compatible__block-navigation-control i:nth-child(2) {
    opacity: 0;
    transition: .3s
}

@media screen and (min-width: 1200px) {
    .product-compatible__block-navigation-control:hover:not(.swiper-button-disabled) i:first-child {
        opacity: 0
    }

    .product-compatible__block-navigation-control:hover:not(.swiper-button-disabled) i:nth-child(2) {
        opacity: 1
    }
}

.product-compatible__more {
    display: none;
    padding-top: 48px
}

.product-compatible__button {
    display: inline-flex;
    margin-top: 48px
}

@media screen and (max-width: 767px) {
    .product-compatible__button {
        display: flex;
        margin-top: 48px
    }
}

.product-complectation {
    background: #efeee5;
    margin: 94px 0 100px;
    padding: 112px 0 116px
}

@media screen and (max-width: 1199px) {
    .product-complectation {
        margin: 50px 0
    }
}

@media screen and (max-width: 767px) {
    .product-complectation {
        margin: 37px 0 48px;
        padding: 62px 0 55px
    }
}

.product-complectation_no-offset {
    margin: 0
}

.product-complectation__title {
    font-size: 50px;
    font-style: normal;
    font-weight: 150;
    letter-spacing: 1px;
    line-height: 130%;
    margin: -9px 0 35px
}

@media screen and (max-width: 1199px) {
    .product-complectation__title {
        font-size: 28px
    }
}

@media screen and (max-width: 767px) {
    .product-complectation__title {
        font-weight: 300;
        letter-spacing: normal;
        line-height: 140%;
        margin: 0 0 24px
    }
}

.product-complectation__text {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 150%;
    opacity: .8
}

@media screen and (max-width: 767px) {
    .product-complectation__text {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        opacity: 1
    }
}

.product-complectation__columns {
    display: flex;
    justify-content: space-between
}

@media screen and (max-width: 767px) {
    .product-complectation__columns {
        display: block
    }
}

.product-complectation__left {
    margin-right: 40px;
    max-width: 480px;
    width: calc(42.85714% - 40px)
}

@media screen and (max-width: 767px) {
    .product-complectation__left {
        margin: 0 0 32px;
        max-width: none;
        width: 100%
    }
}

.product-complectation__right {
    width: 57.1428571429%
}

@media screen and (max-width: 767px) {
    .product-complectation__right {
        width: 100%
    }
}

.product-complectation__list-item {
    padding-left: 26px;
    position: relative
}

.product-complectation__list-item + .product-complectation__list-item {
    margin-top: 27px
}

@media screen and (max-width: 767px) {
    .product-complectation__list-item {
        padding-left: 25px
    }
}

.product-complectation__list-item-number {
    font-size: 16px;
    font-weight: 500;
    left: 1px;
    letter-spacing: .32px;
    opacity: .8;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    transform: translateY(-50%)
}

@media screen and (max-width: 767px) {
    .product-complectation__list-item-number {
        left: 0
    }
}

.product-complectation__list-item-text-inner {
    font-size: 18px;
    letter-spacing: normal;
    line-height: 150%;
    opacity: .8
}

.product-complectation__list-item-text .tooltip__icon {
    opacity: .6;
    transition: .3s
}

@media screen and (min-width: 1200px) {
    .product-complectation__list-item-text .tooltip__icon:hover {
        opacity: 1
    }
}

.product-complectation__media {
    aspect-ratio: 800/424;
    position: relative
}

.product-complectation__media-image {
    bottom: 0;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    transition: .3s;
    width: 100%;
    z-index: 1
}

.product-complectation__media .play-button {
    cursor: pointer;
    left: 50%;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .3s;
    z-index: 2
}

@media screen and (min-width: 1200px) {
    .product-complectation__media .play-button:hover {
        opacity: .6
    }
}

@media screen and (max-width: 767px) {
    .product-complectation__media .play-button {
        transform: translate(-50%, -50%) scale(.42)
    }
}

.product-complectation__media video {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    opacity: 0;
    transition: .3s;
    width: 100%
}

.product-complectation__media.isPlay video {
    opacity: 1
}

.product-complectation__media.isPlay .play-button {
    opacity: 0
}

.product-complectation__media.isPlay img {
    opacity: 0;
    pointer-events: none
}

.product-complectation__features {
    display: flex;
    margin: 48px -20px 0
}

@media screen and (max-width: 767px) {
    .product-complectation__features {
        display: block;
        margin: 32px 0 0
    }
}

.product-complectation__features-item {
    -webkit-backdrop-filter: blur(75px);
    backdrop-filter: blur(75px);
    background: hsla(0, 0%, 100%, .4);
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .05);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 20px;
    padding: 40px;
    width: calc(33.33% - 40px)
}

@media screen and (max-width: 767px) {
    .product-complectation__features-item {
        margin: 0 0 37px;
        width: 100%
    }

    .product-complectation__features-item:last-child {
        margin-bottom: 0
    }
}

.product-complectation__features-item-icon {
    display: none;
    margin-bottom: 24px
}

.product-complectation__features-item-text {
    font-size: 18px;
    letter-spacing: normal;
    line-height: 150%;
    max-width: 368px
}

@media screen and (max-width: 767px) {
    .product-complectation__features-item-text {
        font-size: 16px;
        max-width: 333px
    }
}

.product-variants {
    margin: 100px 0
}

@media screen and (max-width: 1199px) {
    .product-variants {
        margin: 48px 0 65px
    }
}

@media screen and (max-width: 767px) {
    .product-variants {
        margin: 48px 0
    }
}

.product-variants__title {
    font-size: 44px;
    font-weight: 250;
    letter-spacing: .88px;
    line-height: 130%;
    margin: 0 0 24px;
    max-width: 680px;
    text-transform: uppercase
}

@media screen and (max-width: 1199px) {
    .product-variants__title {
        font-size: 28px
    }
}

@media screen and (max-width: 767px) {
    .product-variants__title {
        font-weight: 300;
        letter-spacing: normal;
        line-height: 140%;
        margin: 0 0 12px
    }
}

.product-variants__text {
    font-size: 18px;
    letter-spacing: normal;
    line-height: 150%;
    margin-bottom: 48px;
    max-width: 680px
}

@media screen and (max-width: 767px) {
    .product-variants__text {
        font-size: 16px;
        margin-bottom: 24px
    }
}

.product-variants__gird {
    display: flex;
    flex-wrap: wrap;
    margin: -23px -20px
}

@media screen and (max-width: 767px) {
    .product-variants__gird {
        display: none
    }
}

.product-variants__item {
    cursor: pointer;
    margin: 23px 20px;
    position: relative;
    -webkit-text-decoration: none;
    text-decoration: none;
    width: calc(25% - 40px)
}

.product-variants__item:before {
    -webkit-backdrop-filter: blur(120px);
    backdrop-filter: blur(120px);
    background: hsla(0, 0%, 100%, .4);
    border: 1px solid #efeee5;
    bottom: -10px;
    box-shadow: 0 10px 37px 0 rgba(0, 0, 0, .09);
    content: "";
    left: -10px;
    opacity: 0;
    position: absolute;
    right: -10px;
    top: -10px;
    transition: .3s
}

.product-variants__item_selected:before {
    opacity: 1
}

.product-variants__item-image {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    position: absolute;
    top: 0;
    width: 100%
}

.product-variants__item-image-wrapper {
    aspect-ratio: 1;
    margin-bottom: 10px;
    position: relative;
    width: 100%
}

@media screen and (max-width: 767px) {
    .product-variants__item-image-wrapper {
        height: 202px;
        margin-bottom: 8px
    }
}

.product-variants__item-video {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.product-variants__item-text {
    font-size: 18px;
    letter-spacing: .36px;
    line-height: 150%;
    position: relative;
    text-transform: uppercase
}

@media screen and (max-width: 767px) {
    .product-variants__item-text {
        font-size: 10px;
        font-weight: 400;
        letter-spacing: .2px;
        line-height: 140%;
        text-transform: uppercase
    }

    .product-variants__slider .product-variants__item {
        margin: 0;
        width: 100%
    }
}

.product-variants__slider-wrapper {
    display: none
}

@media screen and (max-width: 767px) {
    .product-variants__slider-wrapper {
        display: block
    }
}

.product-variants__slider-navigation {
    display: flex;
    margin: 0 -6px 32px;
    position: static
}

.product-variants__slider-navigation-control {
    cursor: pointer;
    height: 24px;
    margin: 0 6px;
    position: relative;
    transition: .3s;
    width: 24px
}

.product-variants__slider-navigation-control.swiper-button-disabled {
    cursor: not-allowed;
    opacity: .35
}

.product-variants__slider-navigation-control i {
    left: 0;
    position: absolute;
    top: 0
}

.product-variants__slider-navigation-control i:first-child {
    opacity: 1;
    transition: .3s
}

.product-variants__slider-navigation-control i:nth-child(2) {
    opacity: 0;
    transition: .3s
}

@media screen and (min-width: 1200px) {
    .product-variants__slider-navigation-control:hover:not(.swiper-button-disabled) i:first-child {
        opacity: 0
    }

    .product-variants__slider-navigation-control:hover:not(.swiper-button-disabled) i:nth-child(2) {
        opacity: 1
    }
}

.product-variants__slider .swiper-slide {
    width: 300px
}

.wide-product {
    display: flex;
    height: 100vh;
    margin-bottom: -120px;
    min-height: 300px;
    overflow: hidden;
    padding-bottom: 79px;
    padding-top: 120px;
    position: relative;
    transform: translateY(-120px)
}

@media screen and (max-width: 767px) {
    .wide-product {
        margin-bottom: -138px;
        padding-bottom: 49px;
        padding-top: 138px;
        transform: translateY(-138px)
    }
}

.wide-product:before {
    background: linear-gradient(180deg, #000, transparent);
    height: 20%;
    top: 0
}

.wide-product:after, .wide-product:before {
    content: "";
    left: 0;
    opacity: .5;
    position: absolute;
    width: 100%;
    z-index: 2
}

.wide-product:after {
    background: linear-gradient(180deg, transparent, #000);
    bottom: 0;
    height: 54%
}

.wide-product_dark:before {
    height: 100%
}

.wide-product_view_decor-2025 {
    min-height: 650px;
    padding-bottom: 0
}

@media screen and (max-width: 767px) {
    .wide-product_view_decor-2025 {
        display: block;
        height: auto;
        max-height: none;
        min-height: 0;
        position: relative
    }

    .wide-product_view_decor-2025 .breadcrumbs {
        position: absolute;
        top: 138px;
        z-index: 2
    }

    .wide-product_view_decor-2025 .tabs-dropdown {
        margin: 10px 0
    }
}

.wide-product_view_decor-2025:before {
    background: linear-gradient(180deg, #000, transparent);
    height: 160px;
    left: 0;
    top: 119px;
    width: 100%
}

@media screen and (max-width: 767px) {
    .wide-product_view_decor-2025:before {
        top: 138px
    }
}

.wide-product_view_decor-2025:after {
    content: none
}

.wide-product_view_decor-2025 .breadcrumbs__items {
    margin: 26px 0 20px
}

@media screen and (max-width: 767px) {
    .wide-product_view_decor-2025 .breadcrumbs__items {
        margin: 10px 0
    }
}

.wide-product_view_decor-2025 .product-tabs {
    margin: 0
}

.wide-product_view_decor-2025 .tabs_v2 {
    margin: 0 0 28px
}

.wide-product_view_decor-2025 .wide-product__bottom {
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background: hsla(47, 28%, 86%, .4);
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .051);
    flex-basis: auto;
    margin: auto 0;
    max-width: 778px;
    padding: 60px
}

@media screen and (max-width: 767px) {
    .wide-product_view_decor-2025 .wide-product__bottom {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        background: none;
        box-shadow: none;
        margin: 0;
        max-width: none;
        padding: 24px 0
    }
}

.wide-product_view_decor-2025 .wide-product__title {
    color: #333f48;
    font-size: 50px;
    letter-spacing: .02em;
    margin-bottom: 24px;
    padding-bottom: 24px;
    position: relative
}

.wide-product_view_decor-2025 .wide-product__title:before {
    background: #f43138;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 60px
}

.wide-product_view_decor-2025 .wide-product__title:after {
    background: #f43138;
    border-radius: 2px;
    bottom: -1px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 30px
}

@media screen and (max-width: 767px) {
    .wide-product_view_decor-2025 .wide-product__title {
        font-size: 28px;
        font-weight: 300;
        line-height: 36.4px
    }
}

.wide-product_view_decor-2025 .wide-product__text {
    color: #333f48;
    font-size: 21px;
    letter-spacing: 0;
    margin: 0
}

@media screen and (max-width: 767px) {
    .wide-product_view_decor-2025 .wide-product__text {
        font-size: 16px;
        letter-spacing: 0;
        line-height: 22.4px
    }

    .wide-product_view_decor-2025 .wide-product__cover {
        display: block;
        position: static
    }

    .wide-product_view_decor-2025 .wide-product__content {
        position: static
    }
}

.wide-product__cover, .wide-product__video {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.wide-product__content {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 3
}

.wide-product__bottom {
    display: flex;
    flex-basis: 100%;
    flex-direction: column;
    justify-content: flex-end;
    max-width: 600px
}

.wide-product__title {
    color: #fff;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .88px;
    line-height: 130%;
    margin: 0
}

@media screen and (max-width: 767px) {
    .wide-product__title {
        font-size: 28px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%
    }
}

.wide-product__text {
    color: #fff;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 140%;
    margin: 32px 0 0
}

@media screen and (max-width: 767px) {
    .wide-product__text {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        margin-top: 16px
    }
}

.wide-product__controls {
    margin: 100px 0 0
}

@media screen and (max-width: 1199px) {
    .wide-product__controls {
        margin: 50px 0
    }
}

@media screen and (max-width: 767px) {
    .wide-product__controls {
        margin: 28px 0
    }
}

.wide-product__controls_fixed .wide-product__controls-wrapper {
    bottom: 0;
    left: 0;
    padding: 10px 0;
    position: fixed;
    right: 0;
    z-index: 9
}

.wide-product__controls-wrapper {
    background: #f0f0f0;
    padding: 45px 0
}

.wide-product__controls-columns {
    align-items: center;
    display: flex;
    justify-content: space-between
}

@media screen and (max-width: 1199px) {
    .wide-product__controls-columns {
        flex-direction: column
    }
}

@media screen and (max-width: 767px) {
    .wide-product__controls-columns {
        align-items: stretch
    }
}

.wide-product__controls-left {
    align-items: center;
    display: flex;
    gap: 24px;
    margin-right: 10px
}

@media screen and (max-width: 1199px) {
    .wide-product__controls-left {
        align-items: center;
        display: flex;
        margin: 0 0 10px;
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .wide-product__controls-left {
        gap: 16px
    }
}

.wide-product__controls-right {
    display: flex
}

@media screen and (max-width: 1199px) {
    .wide-product__controls-right {
        width: 100%
    }
}

.wide-product__controls-cart {
    height: 48px;
    margin-right: 24px;
    width: 186px
}

@media screen and (max-width: 1199px) {
    .wide-product__controls-cart {
        margin-right: 20px;
        transition: none;
        width: 100%
    }
}

.wide-product__controls-cart_added .wide-product__controls-cart-icon i:first-child {
    opacity: 0
}

.wide-product__controls-cart_added .wide-product__controls-cart-icon i:nth-child(2) {
    opacity: 1
}

.wide-product__controls-cart_no_margin {
    margin-right: 0
}

.wide-product__controls-cart-icon {
    height: 24px;
    margin-bottom: 4px;
    margin-left: 10px;
    min-width: 24px;
    position: relative;
    width: 24px
}

.wide-product__controls-cart-icon i {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .3s
}

.wide-product__controls-cart-icon i:first-child {
    opacity: 1
}

.wide-product__controls-cart-icon i:nth-child(2) {
    opacity: 0
}

.wide-product__controls-like {
    border: 1px solid #2d3640;
    height: 48px;
    min-width: 48px;
    position: relative;
    width: 48px
}

@media screen and (max-width: 767px) {
    .wide-product__controls-like {
        min-width: 70px;
        width: 70px
    }
}

.wide-product__controls-like i {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .3s
}

.wide-product__controls-like i:first-child {
    opacity: 1
}

.wide-product__controls-like i:nth-child(2), .wide-product__controls-like_active i:first-child {
    opacity: 0
}

.wide-product__controls-like_active i:nth-child(2) {
    opacity: 1
}

.wide-product__controls-additional {
    font-size: 18px;
    letter-spacing: normal;
    line-height: 150%;
    margin-top: 8px
}

@media screen and (max-width: 1199px) {
    .wide-product__controls-additional {
        font-size: 16px
    }
}

@media screen and (max-width: 767px) {
    .wide-product__controls-additional {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        margin-top: 16px
    }
}

.wide-product__price {
    color: #333f48;
    font-size: 44px;
    letter-spacing: .88px;
    line-height: 130%;
    white-space: nowrap
}

@media screen and (max-width: 1199px) {
    .wide-product__price {
        font-size: 28px
    }
}

@media screen and (max-width: 767px) {
    .wide-product__price {
        letter-spacing: normal
    }
}

.wide-product__price-old {
    color: #727f89;
    font-size: 20px;
    letter-spacing: normal;
    -webkit-text-decoration: line-through;
    text-decoration: line-through;
    white-space: nowrap
}

@media screen and (max-width: 1199px) {
    .wide-product__price-old {
        font-size: 16px
    }
}

.wide-product__calculator {
    border-top: 1px solid #dbdad3;
    margin-top: 37px;
    padding-top: 44px
}

@media screen and (max-width: 767px) {
    .wide-product__calculator {
        margin-top: 33px;
        padding-top: 37px
    }
}

.wide-product__calculator-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 140%
}

@media screen and (max-width: 767px) {
    .wide-product__calculator-title {
        font-size: 28px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%
    }
}

.wide-product__calculator-columns {
    display: flex;
    gap: 40px
}

@media screen and (max-width: 767px) {
    .wide-product__calculator-columns {
        display: block
    }
}

.wide-product__calculator-column {
    flex-basis: 100%;
    margin-top: 24px;
    max-width: 200px
}

@media screen and (max-width: 767px) {
    .wide-product__calculator-column {
        max-width: none
    }
}

.wide-product__calculator-column-title {
    align-items: center;
    display: flex;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .3px;
    line-height: 140%;
    min-height: 42px
}

@media screen and (max-width: 767px) {
    .wide-product__calculator-column-title {
        min-height: 0
    }
}

.wide-product__calculator-column-control {
    border: 1px solid #dbdad3;
    color: #333f48;
    display: block;
    font: 400 18px/1.5 Apparat, sans-serif;
    height: 100%;
    height: 46px;
    padding: 0 16px;
    width: 100%
}

.wide-product__calculator-column-control-wrapper {
    margin-top: 10px;
    position: relative
}

.wide-product__calculator-column-control-unit {
    color: #dbdad3;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 150%;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%)
}

.wide-product__calculator-column-value {
    align-items: center;
    display: flex;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 140%;
    margin-top: 10px;
    min-height: 46px
}

.wide-product__calculator-text {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 150%;
    margin-top: 16px;
    opacity: .8
}

@media screen and (max-width: 767px) {
    .wide-product__calculator-text {
        margin-top: 24px
    }
}

.wide-product__play {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 4
}

.wide-product__container {
    margin-top: 100px
}

@media screen and (max-width: 767px) {
    .wide-product__container {
        margin-top: 20px
    }
}

.wide-product__container_view_decor-2025 .content-block__text {
    font-size: 21px;
    line-height: 140%
}

@media screen and (max-width: 767px) {
    .wide-product__container_view_decor-2025 .content-block__text {
        font-size: 16px;
        line-height: 22.4px
    }
}

.wide-product__container_view_decor-2025 .content-block__wrapper {
    margin-bottom: 165px
}

@media screen and (max-width: 767px) {
    .wide-product__container_view_decor-2025 .content-block__wrapper {
        margin-bottom: 100px
    }
}

.wide-product-wrapper_decor-2025 {
    margin-bottom: 100px
}

@media screen and (max-width: 767px) {
    .wide-product-wrapper_decor-2025 + .product-tech-info {
        padding-bottom: 0
    }
}

.tabs-dropdown {
    margin-bottom: 24px;
    position: relative;
    z-index: 5
}

.tabs-dropdown_active .tabs-dropdown__current-arrow {
    transform: rotate(-180deg)
}

.tabs-dropdown_active .tabs-dropdown__container {
    margin-top: 0;
    opacity: 1;
    visibility: visible
}

.tabs-dropdown__current {
    align-items: center;
    background: #fff;
    border: 1px solid #dbdad3;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 9px 35px 10px 25px;
    position: relative
}

.tabs-dropdown__current-inner {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 150%;
    text-align: center
}

.tabs-dropdown__current-arrow {
    margin-top: -4px;
    position: absolute;
    right: 12px;
    top: 50%;
    transition: .3s
}

.tabs-dropdown__container {
    background: #fff;
    display: flex;
    flex-direction: column;
    left: 0;
    margin-top: 10px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 100%;
    transition: .3s;
    visibility: hidden
}

.tabs-dropdown__item {
    color: #333f48;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 150%;
    padding: 9px 25px 10px;
    text-align: center;
    -webkit-text-decoration: none;
    text-decoration: none
}

.versions-grid__title {
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .88px;
    line-height: 130%;
    margin: 0 0 48px
}

@media screen and (max-width: 767px) {
    .versions-grid__title {
        font-size: 28px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        margin: 0 0 32px
    }
}

.versions-grid__item {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.versions-grid__item:nth-child(2n) {
    flex-direction: row-reverse
}

@media screen and (max-width: 767px) {
    .versions-grid__item {
        flex-direction: column-reverse
    }

    .versions-grid__item + .versions-grid__item {
        margin-top: 32px
    }

    .versions-grid__item:nth-child(2n) {
        flex-direction: column-reverse
    }
}

.versions-grid__column-image {
    min-width: 48.5%;
    width: 48.5%
}

.versions-grid__column-image-image {
    display: block;
    width: 100%
}

@media screen and (max-width: 767px) {
    .versions-grid__column-image {
        margin-top: 32px;
        min-width: 0;
        width: 100%
    }
}

.versions-grid__column-text {
    min-width: 40%;
    width: 40%
}

@media screen and (max-width: 767px) {
    .versions-grid__column-text {
        min-width: 0;
        width: 100%
    }
}

.versions-grid__column-text-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 140%
}

@media screen and (max-width: 767px) {
    .versions-grid__column-text-title {
        font-size: 21px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%
    }
}

.versions-grid__column-text-text {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 150%;
    margin-top: 25px
}

@media screen and (max-width: 767px) {
    .versions-grid__column-text-text {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        margin-top: 24px
    }
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0)
    }
    20%, 80% {
        transform: translate3d(2px, 0, 0)
    }
    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0)
    }
    40%, 60% {
        transform: translate3d(4px, 0, 0)
    }
}

@keyframes viewBox {
    0% {
        -webkit-clip-path: polygon(0 0, 10% 0, 10% 100%, 0 100%);
        clip-path: polygon(0 0, 10% 0, 10% 100%, 0 100%);
        opacity: 0
    }
    to {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        opacity: 1
    }
}

@keyframes viewImage {
    0% {
        -webkit-clip-path: polygon(0 0, 10% 0, 10% 100%, 0 100%);
        clip-path: polygon(0 0, 10% 0, 10% 100%, 0 100%);
        opacity: 0
    }
    50% {
        -webkit-clip-path: polygon(0 0, 10% 0, 10% 100%, 0 100%);
        clip-path: polygon(0 0, 10% 0, 10% 100%, 0 100%);
        opacity: 0
    }
    to {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        opacity: 1
    }
}

@keyframes viewText {
    0% {
        opacity: 0;
        transform: translateY(-15px)
    }
    50% {
        opacity: 0;
        transform: translateY(-15px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes viewSlide {
    0% {
        opacity: 0;
        transform: translateY(-50px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes hoverCallbackButton {
    0% {
        transform: rotate(0)
    }
    50% {
        transform: rotate(-15deg)
    }
    to {
        transform: rotate(0)
    }
}

.select-custom {
    transition: .3s
}

.select-custom_dark .select-custom__selected {
    background: rgba(51, 63, 72, .4);
    border: 1px solid hsla(0, 0%, 100%, .51);
    color: #b4d4d4;
    font: 500 18px/1.4 Apparat, sans-serif;
    padding: 10.5px 46px 10.5px 16px
}

.select-custom_dark.select-custom_error .select-custom__selected {
    border-color: #f43138;
    color: #f43138
}

.select-custom_light-2 .select-custom__selected {
    background: rgba(0, 0, 0, .05);
    border: 1px solid hsla(0, 0%, 100%, .16);
    color: #789292
}

.select-custom_light-2 .select-custom__items {
    background: #333f48;
    border: 1px solid hsla(0, 0%, 100%, .16)
}

.select-custom_light-2 .select-custom__item {
    background: none;
    border: none;
    color: #789292
}

@media screen and (min-width: 1200px) {
    .select-custom_light-2 .select-custom__item:hover {
        background: rgba(0, 0, 0, .05);
        color: #fff
    }
}

.select-custom_light-2.select-custom_error .select-custom__selected {
    border-color: #f43138;
    color: #f43138
}

.select-custom_light .select-custom__selected {
    background: rgba(51, 63, 72, .051);
    border: 1px solid hsla(0, 0%, 100%, .51);
    color: #789292
}

.select-custom_light .select-custom__items {
    background: #fff;
    border: 1px solid hsla(0, 0%, 100%, .51)
}

.select-custom_light .select-custom__item {
    background: none;
    border: none;
    color: #789292
}

@media screen and (min-width: 1200px) {
    .select-custom_light .select-custom__item:hover {
        background: rgba(51, 63, 72, .051);
        color: #333f48
    }
}

.select-custom_light.select-custom_error .select-custom__selected {
    border-color: #f43138;
    color: #f43138
}

.select-custom_filled.select-custom_light-2 .select-custom__selected {
    color: #fff
}

.select-custom_filled.select-custom_light .select-custom__selected {
    color: #333f48
}

.select-custom_full .select-custom__selected {
    align-items: center;
    display: flex;
    height: 50px;
    padding: 2px 50px 0 16px
}

.select-custom_full .select-custom__selected > span:first-child {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select-custom_full .select-custom__item {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    padding: 11px 16px
}

.select-custom_error {
    animation: shake .82s cubic-bezier(.36, .07, .19, .97) both
}

.select-custom_error .select-custom__selected {
    border-color: #f43138;
    color: #f43138
}

.select-custom_disabled {
    cursor: not-allowed;
    opacity: .3;
    pointer-events: none
}

.select-custom__select {
    display: none
}

.select-custom__content {
    position: relative;
    z-index: 2
}

.select-custom__selected {
    border: 1px solid #dbdad3;
    color: #333f48;
    cursor: pointer;
    font-size: 16px;
    line-height: 150%;
    padding: 10.5px 46px 10.5px 22px;
    position: relative
}

.select-custom__selected span {
    letter-spacing: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.select-custom__selected-search {
    background: none;
    border: none;
    color: #333f48;
    display: block;
    font: 300 16px/1.5 Apparat, sans-serif;
    height: 45px;
    margin: -10.5px -46px -10.5px -22px;
    padding: 0 46px 0 22px;
    width: calc(100% + 68px)
}

.select-custom__icon {
    height: 24px;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    width: 24px
}

.select-custom__icon i {
    display: inline-block
}

.select-custom__items {
    border: 1px solid #d7d2cb;
    left: 0;
    max-height: 301px;
    opacity: 0;
    overflow: auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 100%;
    transition: .3s;
    width: 100%;
    z-index: 1
}

.select-custom__items-view {
    opacity: 1
}

.select-custom__item {
    background-color: #fff;
    border-bottom: 1px solid #d7d2cb;
    color: #2d3640;
    cursor: pointer;
    font-size: 18px;
    letter-spacing: normal;
    line-height: 1.5;
    padding: 11px 12px;
    transition: .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

@media screen and (min-width: 1200px) {
    .select-custom__item:hover {
        background: #ebe9e5
    }
}

.select-custom__item:last-of-type {
    border-bottom: none
}

.select-custom_view {
    position: relative;
    z-index: 5
}

.select-custom_view .select-custom__items {
    opacity: 1;
    pointer-events: auto
}

.select-custom_view .select-custom__icon {
    transform: translateY(-50%) rotate(180deg)
}