:root {
    --i14-sidegap: 24px;
    --i14-header-height: 80px;
    --i14-top-header-height: 80px;
    --i14-left-menu-width: 320px;
    --i14-gridgap: 24px;
    --i14-arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M15.56 11H0V9h15.59l-6.3-6.3 1.42-1.4 8.69 8.69-8.7 8.69-1.4-1.42L15.55 11Z' clip-rule='evenodd'/%3E%3C/svg%3E")
}

@media only screen and (max-width:1599px) {
    :root {
        --i14-left-menu-width: 80px
    }
}

@media only screen and (max-width:991px) {
    :root {
        --i14-top-header-height: 60px;
        --i14-left-menu-width: 0
    }
}

@media only screen and (max-width:767px) {
    :root {
        --i14-top-header-height: 120px
    }
}

.i14-ch__check,
.i14-readmore {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.i14-nav {
    padding-left: 0;
    margin: 0;
    list-style: none;
    list-style-image: none
}

.i14-nav>* {
    display: block
}

.i14-nav>:before {
    display: none
}

.i14-btn,
.i14-popup__close {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    border: none;
    border-radius: 0;
    background: 0 0;
    cursor: pointer;
    padding: 0;
    box-shadow: none;
    text-align: left
}

.i14-btn:focus-visible {
    outline: 2px solid var(--btn-bg, var(--text));
    outline-offset: 4px
}

.i14 {
    background-color: #161616;
    color: #fff;
    padding-top: var(--i14-header-height);
    font-family: "Open Sans", sans-serif
}

.i14 p {
    margin: 0
}

.i14 p+p {
    margin-top: 1.5em
}

.i14 a {
    transition: all .3s
}

.i14 a:not([class]) {
    color: inherit;
    text-decoration: underline
}

.i14 a:not([class]):hover {
    color: inherit;
    text-decoration: none
}

.i14 a:not([class]) svg {
    fill: currentColor
}

.i14 img {
    display: block;
    max-width: 100%
}

.i14 b,
.i14 strong {
    font-weight: 700
}

.i14 label {
    margin: 0
}

.i14 [id] {
    scroll-margin-top: calc(var(--i14-header-height) + var(--i14-top-header-height))
}

.i14-inside-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1228px;
    padding: 0 var(--i14-sidegap);
    box-sizing: border-box;
}
 .i14-inside-wrapper.i14-wide {
    max-width: 1920px;
    padding: 0;
    overflow: hidden;
    border-radius: 20px;
}

.i14-header {
    position: sticky;
    /* left: var(--i14-left-menu-width); */
    left: 0;
    right: 0;
    /* top: var(--i14-top-header-height); */
    top: 80px;
    margin-top: -80px;
    height: var(--i14-header-height);
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    box-sizing: border-box;
    border-bottom: 1px solid #282828;
    background: rgba(22, 22, 22, .9);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 42
}

body[with-smartbanner="true"] .i14-header {
    top: 165px;
}
@media only screen and (max-width: 991px) {
    body[with-smartbanner="true"] .i14-header {
        top: 144px;
    }
    .i14-header {
        top: 60px;
    }
}
@media only screen and (max-width: 767px) {
    body[with-smartbanner="true"] .i14-header {
        top: 204px;
    }
    .i14-header {
        top: 120px;
    }
}

.i14-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px 32px
}
.i14-header__inner .i14-header__left {
    font-weight: 600;
    font-size: 18px;
}
.i14-header__right {
    display: flex;
    align-items: center;
    gap: 26px
}

.i14-nav {
    display: flex;
    align-items: center;
    gap: 26px
}

@media only screen and (max-width:767.98px) {
    .i14-nav {
        display: none
    }
}

.i14-nav__link {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    color: rgba(255, 255, 255, .5)
}
.i14-nav__link.active,
.i14-nav__link:active,
.i14-nav__link:focus,
.i14-nav__link:hover {
    text-decoration: none;
    color: #fff
}

.i14-section {
    position: relative;
    padding: 80px 0
}

.i14-section__head {
    margin: 0 0 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px 98px
}

@media only screen and (max-width:1055.98px) {
    .i14-section__head {
        grid-template-columns: 1fr
    }
}

.i14-section__title {
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.258;
    margin: 0
}
.only-title {
    margin-bottom: 48px;
}
.i14-pict .i14-section__title {
    margin-bottom: 70px;
}
@media only screen and (max-width:767.98px) {
    .i14-section__title {
        font-size: 25px
    }
}

.i14-section__text {
    color: rgba(255, 255, 255, .7);
    font-size: 24px;
    font-weight: 700;
    line-height: normal
}

@media only screen and (max-width:767.98px) {
    .i14-section__text {
        font-size: 16px
    }
}

.i14-section_inverted {
    background-color: #fff;
    color: #000
}

.i14-section_inverted .i14-section__text {
    color: rgba(0, 0, 0, .7)
}

.i14-hero {
    margin-top: 96px;
    background-color: #000
}

.i14-hero__head {
    position: absolute;
    top: 0;
    left: var(--i14-sidegap);
    right: var(--i14-sidegap);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 32px;
    padding: 22px 42px;
    border-radius: 20px;
    background: #212121;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    transform: translateY(-50%);
    min-height: 120px;
    box-sizing: border-box
}

@media only screen and (max-width:767.98px) {
    .i14-hero__head {
        padding: 22px 24px;
        min-height: 80px
    }
}

.i14-hero__title {
    font-size: 56px;
    font-weight: 600;
    line-height: normal;
    margin: 0
}

@media only screen and (max-width:767.98px) {
    .i14-hero__title {
        font-size: 32px
    }
}

.i14-hero__motto {
    font-size: 18px;
    font-weight: 600;
    line-height: normal
}

@media only screen and (max-width:767.98px) {
    .i14-hero__motto {
        font-size: 14px
    }
}

.i14-hero__video {
    padding-top: 103px
}

.i14-hero__img {
    width: 100%;
    height: auto;
    transition: transform .4s;
}
.i14-wide .i14-hero__img:hover {
    transform: scale(1.05)
}
.i14-review {
    padding-top: 120px
}
.i14-review:after {
    content: '';
    position: absolute;
    bottom:-80%;
    left:0;
    display: block;
    width: 100%;
    height: 100%;
    max-width: 1063px;
    max-height: 1063px;
    background: radial-gradient(50% 50% at 50% 50%, #3C2517 0%, rgba(60, 37, 23, 0) 100%);
}
:root {
    --i14-colsize: 33.052%;
    --i14-gapsize: 20px
}

@media only screen and (max-width:1309.98px) {
    :root {
        --i14-gapsize: 1.6vw
    }
}

.i14-features {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 380px;
    gap: var(--i14-gapsize)
}

@supports (aspect-ratio:1/1) {
    .i14-features {
        grid-auto-rows: auto
    }
}

@media only screen and (max-width:1055.98px) {
    .i14-features {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 400px;
        margin-inline: auto
    }
}

.i14-features__item {
    font-size: min(10px, .75vw);
    text-decoration: none;
    display: block;
    position: relative;
    border-radius: 2em;
    background-color: #000;
    overflow: hidden;
    box-sizing: border-box;
    padding: 5.2em 5em;
    transition: none !important;
    aspect-ratio: 380/380
}

@media only screen and (max-width:1055.98px) {
    .i14-features__item {
        font-size: min(10px, 2vw);
        padding: 3em 4em
    }
}

@media only screen and (min-width:1056px) {
    .i14-features__item_2cols {
        grid-column: auto/span 2;
        aspect-ratio: 780/380
    }

    .i14-features__item_2rows {
        grid-row: auto/span 2;
        aspect-ratio: 380/780
    }

    .i14-features__item_2cols.i14-features__item_2rows {
        aspect-ratio: 780/780
    }
}

.i14-features__item::after,
.i14-features__item::before {
    content: "";
    width: 5em;
    height: 5em;
    position: absolute;
    left: 5em;
    bottom: 5em;
    transform-origin: 50% 50%;
    transition: transform .3s;
    border-radius: 50%;
    background-color: #fff;
    z-index: 2
}

@media only screen and (max-width:1055.98px) {

    .i14-features__item::after,
    .i14-features__item::before {
        left: 4em;
        bottom: 4em
    }
}

.i14-features__item::after {
    background-color: transparent;
    background-size: 2em 2em;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: var(--i14-arrow)
}

.i14-features__item:hover::before {
    transform: scale(1.2)
}

.i14-features__item:hover .i14-features__img {
    transform: scale(1.05)
}

.i14-features__pic {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.i14-features__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transform-origin: 50% 50%;
    transition: transform .4s
}

.i14-features__text {
    position: relative;
    color: rgba(255, 255, 255, .8);
    font-size: 2.4em;
    font-weight: 700;
    line-height: 1.16667;
    margin-bottom: .58em
}

.i14-features__text_l {
    font-size: 3.2em;
    font-weight: 700;
    line-height: normal;
    margin-bottom: .4375em
}

.i14-features__text_s {
    color: rgba(255, 255, 255, .6);
    font-size: 1.8em;
    margin-bottom: .777em;
    font-weight: 700;
    line-height: normal
}

.i14-fi-1 .i14-features__pic {
    display: flex;
    align-items: flex-end;
    justify-content: center
}

.i14-fi-1 .i14-features__img {
    -o-object-fit: initial;
    object-fit: initial;
    width: auto;
    /* max-height: 64.11% */
}

@media only screen and (max-width:1055.98px) {
    .i14-fi-1 .i14-features__img {
        /* max-height: 50% */
    }
}

.i14-fi-1 .i14-features__text {
    text-align: center;
    margin-inline: auto;
    max-width: 660px;
}

@media only screen and (min-width:1056px) {
    .i14-fi-1 {
        padding-top: 7.7em
    }
}

.i14-fi-6 .i14-features__pic {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end
}

@media only screen and (max-width:1055.98px) {
    .i14-fi-6 .i14-features__pic {
        align-items: flex-end;
        justify-content: center
    }
}

.i14-fi-6 .i14-features__img {
    -o-object-fit: initial;
    object-fit: initial;
    /* margin-right: 7.7%;
    max-width: 43%;
    height: auto */
}

@media only screen and (max-width:1055.98px) {
    .i14-fi-6 .i14-features__img {
        height: 60%;
        width: auto;
        margin: 0;
        max-width: none
    }
}


@media only screen and (max-width: 1055px) {
    .i14-features__text {
        font-size: 19px; 
    }
}
@media only screen and (max-width: 480px) {
    .i14-features__text {
        font-size: 15px; 
    }
}

.i14-fi-7 {
    padding-inline: 10px
}

.i14-fi-7 .i14-features__text {
    text-align: center;
    margin-inline: auto
}

@media only screen and (max-width:1055.98px) {
    .i14-fi-7 {
        order: 8;
        aspect-ratio: 380/780
    }
}

.i14-fi-8 .i14-features__pic {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

@media only screen and (max-width:1055.98px) {
    .i14-fi-8 .i14-features__pic {
        align-items: flex-end;
        justify-content: flex-end
    }
}

.i14-fi-8 .i14-features__img {
    -o-object-fit: initial;
    object-fit: initial;
    /* max-width: 53%;
    height: auto */
}

@media only screen and (max-width:1055.98px) {
    .i14-fi-8 .i14-features__img {
        /* height: 56%; */
        width: auto;
        /* margin: 0 0 10% 0; */
        max-width: none
    }
}

.i14-scene {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    height: 710px;
    margin-top: 72px
}

@media only screen and (max-width:1055.98px) {
    .i14-scene {
        height: 420px
    }
}

.i14-scene:hover .i14-scene__img {
    transform: scale(1.043)
}

.i14-scene__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 25% 50%;
    object-position: 25% 50%;
    transition: transform .5s;
    transform-origin: 50% 50%
}

@media only screen and (max-width:767.98px) {
    .i14-numbers .i14-section__title {
        text-align: center
    }
}

.i14-numblist {
    margin-top: 50px
}

.i14-numblist__item {
    background-color: #000;
    color: #fff;
    padding: 4em 4.4em;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.i14-numblist__item::after,
.i14-numblist__item::before {
    display: none
}

@media only screen and (max-width:1055.98px) {
    .i14-numblist__item {
        padding: 3em 3em
    }
}

.i14-numblist__item_white {
    background-color: #fff;
    color: #000;
    box-shadow: 0px 0px 100px #FF8F3E;

}

.i14-numblist__item_gr1 {
    background: linear-gradient(130.63deg, #E0B69E -107.1%, #2C211B -55.9%, #665247 21.47%, #2E231F 111.36%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.i14-numblist__item_gr2 {
    background: linear-gradient(319.43deg, #3F2518 -32.94%, #51301F -1.51%, #4A2D1D 45.98%, #010101 101.16%);
}

.i14-numblist__title {
    font-size: 24px;
    font-weight: 700;
    line-height: normal
}

.i14-numblist__val {
    font-size: 78px;
    font-weight: 400;
    line-height: 1.258;
    display: flex;
    align-items: baseline;
    gap: 0 12px;
}
.i14-numblist__part {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.i14-numblist__mediumtxt {
    font-size: 38px;
    font-weight: normal;
    line-height: normal
}
.i14-numblist__smalltxt {
    font-size: 24px;
    font-weight: 700;
    line-height: normal
}

.i14-char {
    padding-bottom: 150px
}

@media only screen and (max-width:767.98px) {
    .i14-numblist__val {
        font-size: 60px;
    }
    .i14-char .i14-section__title {
        text-align: center
    }
}

.i14-charlist {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0;
}

@media only screen and (max-width:1309.98px) {
    .i14-charlist {
        gap: 20px 4vw;
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width:767.98px) {
    .i14-charlist {
        grid-template-columns: 1fr;
        max-width: 340px;
        margin-inline: auto
    }
}

.i14-ch {
    transition: background .3s;
    padding: 20px;
    border-radius: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding-bottom: 70px;
}

.i14-ch:hover {
    background-color: #383838
}

.i14-ch:hover .i14-btn {
    --btn-border: var(--btn-border-hover, #fff);
    --btn-color: var(--btn-color-hover, #000);
    --btn-bg: var(--btn-bg-hover, #fff)
}

.i14-ch:hover .i14-btn::after {
    filter: invert(0)
}

@media only screen and (max-width:767.98px) {
    .i14-ch {
        background-color: #383838
    }
}

.i14-ch__check {
    position: fixed
}

.i14-ch__check:nth-child(1):checked~* .i14-ch__color:nth-child(1),
.i14-ch__check:nth-child(10):checked~* .i14-ch__color:nth-child(10),
.i14-ch__check:nth-child(2):checked~* .i14-ch__color:nth-child(2),
.i14-ch__check:nth-child(3):checked~* .i14-ch__color:nth-child(3),
.i14-ch__check:nth-child(4):checked~* .i14-ch__color:nth-child(4),
.i14-ch__check:nth-child(5):checked~* .i14-ch__color:nth-child(5),
.i14-ch__check:nth-child(6):checked~* .i14-ch__color:nth-child(6),
.i14-ch__check:nth-child(7):checked~* .i14-ch__color:nth-child(7),
.i14-ch__check:nth-child(8):checked~* .i14-ch__color:nth-child(8),
.i14-ch__check:nth-child(9):checked~* .i14-ch__color:nth-child(9) {
    outline: 1px solid var(--i14-phcolor);
    outline-offset: 5px
}

.i14-ch__check:nth-child(1):checked~* .i14-ch__pic:nth-child(1),
.i14-ch__check:nth-child(10):checked~* .i14-ch__pic:nth-child(10),
.i14-ch__check:nth-child(2):checked~* .i14-ch__pic:nth-child(2),
.i14-ch__check:nth-child(3):checked~* .i14-ch__pic:nth-child(3),
.i14-ch__check:nth-child(4):checked~* .i14-ch__pic:nth-child(4),
.i14-ch__check:nth-child(5):checked~* .i14-ch__pic:nth-child(5),
.i14-ch__check:nth-child(6):checked~* .i14-ch__pic:nth-child(6),
.i14-ch__check:nth-child(7):checked~* .i14-ch__pic:nth-child(7),
.i14-ch__check:nth-child(8):checked~* .i14-ch__pic:nth-child(8),
.i14-ch__check:nth-child(9):checked~* .i14-ch__pic:nth-child(9) {
    opacity: 1;
    visibility: visible
}

.i14-ch__colors {
    display: flex;
    gap: 18px;
    align-items: center;
    flex-wrap: wrap;
    padding: 6px 0
}

.i14-ch__color {
    display: block;
    position: relative;
    cursor: pointer;
    width: 28px;
    height: 28px;
    transition: all .3s;
    border-radius: 50%;
    background-color: var(--i14-phcolor, rgba(255, 255, 255, .1))
}

.i14-ch__color_disabled {
    pointer-events: none
}

.i14-ch__color_disabled::after {
    content: "";
    position: absolute;
    top: 0;
    right: -5px;
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    background-size: 13px 13px;
    background-position: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' fill='none' viewBox='0 0 13 13'%3E%3Cpath fill='%23fff' stroke='%23CBCBCB' d='M12.29 6.12a5.56 5.56 0 1 1-11.12 0 5.56 5.56 0 0 1 11.12 0Z'/%3E%3Cpath stroke='%23FF6969' d='m4.3 3.7 4.85 4.85M9.15 3.7 4.3 8.55'/%3E%3C/svg%3E")
}

.i14-ch__pictures {
    height: 297px;
    position: relative
}

.i14-ch__pic {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s
}

.i14-ch__img {
    width: auto;
    height: auto;
    max-height: 82.83%;
    max-width: 100%
}

.i14-ch__title {
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 5px
}

.i14-ch__subtitle {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    color: rgba(255, 255, 255, .7)
}

.i14-ch__info {
    display: flex;
    flex-direction: column;
    gap: 22px
}

.i14-ch__infotitle {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 5px
}

.i14-ch__infotext {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: rgba(255, 255, 255, .7)
}

.i14-acc {
    padding: 106px 0
}

.i14-acclist {
    margin-top: 50px
}

.i14-acclist__item {
    background-color: #fff;
    color: #000
}

.i14-acclist__item_gr1 {
    background: linear-gradient(49deg, #feb6f8 -4.11%, #7e1fb7 62.19%, #140541 108.53%)
}

.i14-acclist__item_gr2 {
    background: linear-gradient(224deg, #fffdff -3.83%, #feb6f8 22.27%, #7e1fb7 61.7%, #140541 107.52%)
}

.i14-acclist__title {
    font-size: 2.4em;
    font-weight: 700;
    line-height: 1.16667;
    line-height: normal;
    position: relative
}

.i14-footnote {
    padding: 150px 0 172px
}

.i14-footnote__text {
    color: rgba(255, 255, 255, .7);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 27
}

.i14-footnote__btns {
    margin-top: 40px
}

.i14-readmore {
    position: fixed
}

.i14-readmore:checked~* .i14-footnote__text,
.i14-readmore:checked~.i14-footnote__text {
    display: block;
    -webkit-line-clamp: initial
}

.i14-readmore:checked~* .i14-readmore-label::after,
.i14-readmore:checked~.i14-readmore-label::after {
    content: attr(data-hide)
}

.i14-readmore-label::after {
    content: attr(data-show)
}

.i14-btn {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    position: relative;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    padding: 8px 19px;
    border-radius: 42px;
    border: 1px solid var(--btn-border, currentColor);
    color: var(--btn-color, #fff) !important;
    background-color: var(--btn-bg, transparent);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    text-decoration: none !important;
    transition: all .3s;
    max-width: 100%;
    outline: 0;
    box-shadow: none
}

.i14-btn:hover {
    --btn-border: var(--btn-border-hover, #fff);
    --btn-color: var(--btn-color-hover, #000);
    --btn-bg: var(--btn-bg-hover, #fff)
}

.i14-btn:focus {
    --btn-border: var(--btn-border-hover, #fff);
    --btn-color: var(--btn-color-hover, #000);
    --btn-bg: var(--btn-bg-hover, #fff)
}

.i14-btn:active {
    --btn-border: var(--btn-border-active, #fff);
    --btn-color: var(--btn-color-active, #000);
    --btn-bg: var(--btn-bg-active, #fff)
}

.i14-btn.disabled,
.i14-btn[disabled] {
    cursor: default;
    pointer-events: none;
    --btn-border: var(--btn-border-disabled, var(--disabled));
    --btn-color: var(--btn-color-disabled, var(--disabled));
    --btn-bg: var(--btn-bg-disabled, transparent)
}

.i14-btn_cta {
    --btn-border: transparent;
    --btn-color: #000;
    --btn-bg: #fff;
    --btn-border-hover: transparent;
    --btn-color-hover: #000;
    --btn-bg-hover: #fff;
    --btn-border-active: transparent;
    --btn-color-active: #000;
    --btn-bg-active: #fff;
    --btn-border-disabled: transparent;
    --btn-color-disabled: #000;
    --btn-bg-disabled: #fff
}

.i14-btn_arr {
    width: 50px;
    height: 50px;
    padding: 0;
    position: absolute;
    bottom:20px;
    left:20px;
}

.i14-btn_arr::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: 2em 2em;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: var(--i14-arrow);
    filter: invert(1);
    transition: filter .3s
}

.i14-btn_arr:hover::after {
    filter: invert(0)
}

html.i14-popup_lock {
    overflow: hidden
}

.i14-popup {
    position: fixed;
    /* left: var(--i14-left-menu-width); */
    left: 80px;
    top: calc(var(--i14-header-height) + var(--i14-top-header-height));
    right: 0;
    bottom: 0;
    overflow: auto;
    display: flex;
    flex-direction: column;
    padding: 0;
    z-index: 42;
    background-color: #161616;
    opacity: 0;
    visibility: hidden;
    transition-duration: .3s;
    transition-property: opacity, visibility
}

@media only screen and (max-width: 991px) {
    .i14-popup {
        left: 0;
    }
}

.i14-popup.m-active {
    opacity: 1;
    visibility: visible
}

.i14-popup__fadeclose {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: pointer
}

.i14-popup__inner {
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    height: 100%;
    overflow: auto;
    padding: 0;
    box-sizing: border-box
}

.i14-popup__close {
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    right: var(--i14-sidegap);
    top: 20px;
    z-index: 3;
    background-color: #fff;
    border-radius: 50%;
    background-position: center;
    background-size: 30px 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='none' viewBox='0 0 30 30'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-width='2' d='M21.34 9.16 10.03 20.47M10.34 9.16l11.31 11.31'/%3E%3C/svg%3E")
}

.i14-stories {
    overflow: hidden;
    min-height: 100px
}

.i14-slider {
    padding: 80px 0 120px;
    overflow: visible;
    color: #000
}
.i14-slider .slide_text_white {
    color: #fff;
}

.i14-slider__slide {
    display: block;
    box-sizing: border-box;
    width: 380px;
    max-width: 80vw;
    height: auto;
    min-height: 520px;
    padding: 50px 34px 50px 40px;
   /* background: linear-gradient(var(--i14-slide-grad-deg, 180deg), var(--i14-slide-grad-from, transparent) 0, var(--i14-slide-grad-to, transparent) 100%), #fff;*/
   background: #000;
    border-radius: 20px;
    overflow: hidden
}
.i14-slider__slide.slide_white_bg {
    background: #fff;
}
.i14-slider__title {
    font-size: 32px;
    font-weight: 700;
    line-height: normal
}
.opacity80 {
    opacity: .8;
}
.color-gold {
    color:#B67537;
}
.i14-slider__text-sub {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 14px;
}
.i14-slider__title + .i14-slider__text-sub {
    padding-top: 14px;
    padding-bottom: 0;
}


.i14-slider__text {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    z-index: 1;
}

.i14-slider__pic {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.i14-slider__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.i14-slider__arrow {
    cursor: pointer;
    position: absolute;
    left: -20px;
    bottom: 56px;
    width: 68px;
    height: 68px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 27px 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='20' fill='none' viewBox='0 0 27 20'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M26 10H3M10.33 18l-7.89-7.89 7.9-7.89'/%3E%3C/svg%3E")
}

.i14-slider__arrow_next {
    left: auto;
    right: -20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='20' fill='none' viewBox='0 0 27 20'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M1 10h23M16.67 2l7.89 7.89-7.9 7.89'/%3E%3C/svg%3E")
}

.i14-slider__pagination {
    position: absolute;
    top: auto;
    top: 37px;
    height: 0;
    left: 0;
    width: calc(100% - 50px) !important;
    padding-right: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 3px;
    box-sizing: border-box;
    transition: all .3s
}

.i14-slider__pagination .swiper-pagination-bullet {
    --swiper-pagination-bullet-horizontal-gap: 3px;
    --swiper-pagination-bullet-inactive-opacity: 1;
    height: 4px;
    border-radius: 8px;
    max-width: 52px;
    flex: 1;
    left: auto;
    background: rgba(255, 255, 255, .2);
    position: relative
}

.i14-slider__pagination .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    left: 100%;
    border-radius: 8px;
    border-radius: inherit;
    background: #fff;
    transition: .3s, left .3s, right 0s .3s
}

.i14-slider__pagination .swiper-pagination-bullet-active {
    --swiper-pagination-bullet-opacity: 1
}

.i14-slider__pagination .swiper-pagination-bullet-active::after {
    left: 0;
    right: 0;
    opacity: 1;
    transition: .3s, left 0s, right .3s
}

.i14-slider.m-reverse .i14-slider__pagination .swiper-pagination-bullet::after {
    right: 100%;
    left: 100%;
    transition: .3s, left 0s .3s, right .3s
}

.i14-slider.m-reverse .i14-slider__pagination .swiper-pagination-bullet-active::after {
    left: 0;
    right: 0;
    transition: .3s, left .3s, right 0s
}

.wo-stories::after,
.wo-stories::before {
    display: none
}


.height_fixed_t {
    min-height: 88px;
}
.height_fixed_b {
    min-height: 176px;
}

.i16-chars {
    display: flex;
    gap:100px;
}
.i16-item {
    width: 100%;
    max-width: 457px;
}

.i16-item_title {
    display: flex;
    flex-direction: column;
    gap:10px;
    padding:16px 30px;
    border-radius: 20px;
    background: #212121;
}
.i16-chars_line {
    display: flex;
    align-items: center;
    gap:10px;
}
.i16-price {
    font-size:18px;
}
.i16-ch__btns .i14-btn {
    padding: 9px 38px;
}
.i16-item_img {
    background: #000;
}
.item_section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    border-top:1px solid #282828;
    margin-top: 10px;
    padding:30px 0;
}
.item_section:first-child {
    margin-top: 0;
    border-top: unset;
}
.item_section_title {
    color:#fff;
    opacity: .6;
   
}
.item_section .i16-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.item_section_subtitle {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 20px;
}
.i16-item-list {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
}
.i16-item-list:last-child {
    margin-bottom: 0;
}
.i16-item-list.list-dots {
    list-style-type: disc;
}
@media only screen and (max-width: 991px) {
    .i14-slider__title {
        font-size: 26px;
    }
    .i14-slider__text {
        font-size: 20px;
    }
}
@media only screen and (max-width: 1099px) {
    .height_fixed_b {
        min-height: 242px;
    }
}
@media only screen and (max-width: 1010px) {
    .height_fixed_t {
        min-height: 110px;
    }
    .item_section {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .i14-slider__slide {
        min-height: 468px;
    }
}
