@font-face {
    font-family: 'DINPro';
    src: url('../fonts/DINPro-Light.eot');
    src: url('../fonts/DINPro-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DINPro-Light.woff2') format('woff2'),
        url('../fonts/DINPro-Light.woff') format('woff'),
        url('../fonts/DINPro-Light.ttf') format('truetype'),
        url('../fonts/DINPro-Light.svg#../fonts/DINPro-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DINPro';
    src: url('../fonts/DINPro.eot'); /* IE9 Compat Modes */
    src: url('../fonts/DINPro.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/DINPro.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fonts/DINPro.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/DINPro.svg#svgFontName') format('svg'); /* Legacy iOS */
     font-weight: 400;    
}

@font-face {
    font-family: 'DINPro';
    src: url('../fonts/DINPro-Medium.eot'); /* IE9 Compat Modes */
    src: url('../fonts/DINPro-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/DINPro-Medium.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fonts/DINPro-Medium.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/DINPro-Medium.svg#svgFontName') format('svg'); /* Legacy iOS */
     font-weight: 500;    
}
    
@font-face {
    font-family: 'DINPro';
    src: url('../fonts/DINPro-Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/DINPro-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/DINPro-Bold.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fonts/DINPro-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/DINPro-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
     font-weight: 700;    
}

body {
    margin: 0;
}

.page-opti {
    padding: 0;
    margin: 0 auto;
    font-family: 'DINPro';
    color: #fff;
    background-color: #181818;
    position: relative;
}

.page-opti section {
    z-index: 1;
    position: relative;
}

.bg-page {
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.opti-container {
    max-width: 1312px;
    margin: auto;
    padding: 0 25px;
    /* max-width: none; */
    /* padding: 0 64px; */
}

.opti-title {
    font-size: 60px;
    text-transform: uppercase;
    line-height: 1.1em;
    margin: 0 0 8px;
}

.opti-text {
    font-size: 24px;
    line-height: 1.4em;
    margin: 0;
}

a, button, input, svg, svg path, img, rect, path {
    transition: all 0.5s ease;
}

input, input:hover, input:focus, input:active,
button, button:hover, button:focus, button:active {
    outline: none;
}

.page-opti ul, .page-opti li {
    display: block;
    margin: 0;
    padding: 0;
}

.page-opti img, .page-opti video, svg {
    max-width: 100%;
    vertical-align: middle;
}

div, li, a {
    box-sizing: border-box;
}

.no-wrapp {
    white-space: nowrap;
}

.red-text {
    color: #EB212E;
}

.d-flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}

.align-center {
    align-items: center;
}

.opti-mob,
.header__burger,
.opti-header__fixed,
.swiper-dots,
.swiper-pagination-table {
    display: none;
}

.page-opti .btn {
    background: #E02E2B;
    border-radius: 4px;
    width: 100%;
    max-width: 115px;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 1em;
    letter-spacing: -0.02em;
    text-decoration: none;
    text-align: center;
    padding: 11px 0;
}

.page-opti .btn:hover {
    background-color: #b41a24;
}

/* header */

.header {
    background: #000;
    display: flex;
    align-items: center;
    padding: 9px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

 .header .opti-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1310px;
    margin: auto;
    justify-content: space-between;
    padding: 0 25px;
}

.header__logos {
    display: flex;
    align-items: center;
}

.header__logos a {
    display: flex;
    max-width: 141px;
}

.header__logos a:first-child:after {
    content: '';
    display: block;
    height: 28px;
    width: 1px;
    background-color: #fff;
    margin: 0 8px;
}

.header__logos a:last-child {
    transform: translate(8px, 2px);
}

.page-opti .header__nav {
    display: flex;
}

.header__nav a {
    font-size: 18px;
    line-height: 1.2em;
    color: #fff;
    margin: 0 16px;
    transition: .3s;
    text-decoration: none;
}

.header__nav .active a,
.header__item:hover {
    color: #E02E2B;
}

/* opti-banner */

.opti-banner {
    margin-top: 58px;
    padding: 475px 55px 38px;
    background: url(../img//banner.jpg) no-repeat center/cover;
}

.opti-banner-content {
    max-width: 430px;
    margin-left: auto;
    text-align: center;
}

.opti-banner-content div {
    margin-bottom: 32px;
}

.opti-banner-content h1 {
    font-size: 31px;
    margin: 0;
    line-height: 1.1em;
    text-transform: uppercase;
}

.opti-banner-content div img {
    display: block;
}

.opti-banner-content div img:last-child {
    margin-left: auto;
}

.opti-banner-content .btn {
    max-width: 231px;
    padding: 13px 0;
}

/* opti-advantages */

.opti-advantages {
    padding: 80px 0;
}

.opti-advantages ul {
    display: flex;
    justify-content: space-between;
}

.opti-advantages ul li {
    width: 100%;
    max-width: 13%;
    text-align: center;
}

.opti-advantages ul li p {
    margin: 16px 0 0;
    font-size: 16px;
    line-height: 1.1em;
}

.opti-advantages ul li p sup {
    font-size: 10px;
    line-height: 0;
    display: inline-block;
}

.opti-advantages ul li img {
    max-width: 110px;
}


/* opti-row */

.opti-row {
    padding-bottom: 80px;
}

.opti-row-wrapper__content {
    max-width: 32%;
    width: 100%;
}

.opti-row-wrapper__content h2 {
    margin-bottom: 26px;
}

.opti-row-wrapper__images {
    max-width: 66%;
    width: 100%;
}

/* opti-used */

.opti-used {
    padding-bottom: 80px;
}

.opti-used-wrapper__images {
    max-width: 49%;
    width: 100%;
}

.opti-used-wrapper__images video,
.opti-row-wrapper__images video,
.opti-easy-wrapper__images img {
    object-fit: cover;
    border-radius: 8px;
}

.opti-used-wrapper__images video {
    height: 500px;
}

.opti-used-wrapper__content {
    max-width: 49%;
    width: 100%;
    margin-top: -17px;
}

.opti-used-wrapper__content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* display: grid;
    gap: 32px 26px;
    grid-template: 98px 98px 98px 98px 98px / 98px 98px 98px 98px 98px; */
    margin-top: 20px;
    padding: 0 19px 0 4px;
}

.opti-used-wrapper__content ul li {
    width: 100%;
    max-width: 17%;
    margin-bottom: 32px;
    text-align: center;
}

.opti-used-wrapper__content ul li img {
    width: 98px;
}

.opti-used-wrapper__content ul li p {
    font-size: 14px;
    margin: 8px 0 0;
}

/* opti-easy */

.opti-easy {
    padding-bottom: 80px;
}

.opti-easy-wrapper {
    max-width: 1088px;
    margin: auto;
}

.opti-easy-wrapper__content {
    max-width: 29%;
}

.opti-easy-wrapper__images {
    max-width: 69%;
}

/* opti-veriety */

.opti-veriety {
    padding-bottom: 80px;
}

.opti-veriety-wrapper {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.opti-veriety-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 764px;
    width: 100%;
    text-align: center;
}

.opti-veriety-shadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
}

.w32 {
    max-width: 32%;
}

.opti-veriety video {
    border-radius: 8px;
}

/* opti-reciept */

.opti-reciept {
    position: relative;
    padding: 80px 0 0;
}

.opti-reciept-shadow,
.opti-reciept-shadow-all {
    position: absolute;
    left: 0;
    top: 0;
}

.opti-reciept-shadow-all {
    width: 100%;
    height: 100%;
}

.opti-reciept-wrapper {
    position: relative;
    max-width: 1350px;
    margin: auto;
    padding: 0 45px 32px;
}

.reciept-button-prev,
.reciept-button-next {
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    cursor: pointer;
}

.reciept-button-next:hover svg rect,
.reciept-button-prev:hover svg rect {
    fill: #b41a24;
}

.reciept-button-prev {
    left: -7px;
}

.reciept-button-next {
    right: 9px;
}

.opti-reciept-wrapper__number {
    width: 100%;
    max-width: 17%;
    transform: translateY(-20px);
}

.opti-reciept-wrapper__number p {
    font-size: 193px;
    font-weight: 700;
    color: #EB212E;
    margin: 0;
    line-height: 1em;
    letter-spacing: -0.04em;
}

.opti-reciept-wrapper__number h3 {
    font-size: 33px;
    text-transform: uppercase;
    line-height: 1em;
    margin: 0;
}

.reciept-slider {
    width: 100%;
    max-width: 57.54%;
}

.reciept-slider .swiper-slide {
    border-radius: 8px;
    display: flex;
    overflow: hidden;
}

.reciept-slider__images {
    width: 100%;
    max-width: 55%;
    border-radius: 8px;
    overflow: hidden;
}

.reciept-slider__content {
    width: 100%;
    max-width: 45%;
    padding: 24px;
    background-color: #000;
    display: flex;
    flex-direction: column;
}

.reciept-slider__info h4 {
    font-size: 24px;
    margin: 0 0 10px;
    line-height: 1.4em;
}

.reciept-slider__info p {
    margin: 0;
    font-size: 16px;
    line-height: 1.4em;
}

.reciept-slider__ready {
    margin-top: auto;
    display: flex;
    align-items: center;
}

.reciept-slider__ready p {
    margin: 0 0 0 8px;
    font-size: 18px;
}

.opti-reciept-wrapper__book {
    width: 100%;
    max-width: 22%;
}

.opti-reciept-wrapper__book h3 {
    font-size: 32px;
    line-height: 1.1em;
    margin: 0 0 24px;
    text-transform: uppercase;
}

.swiper-button-disabled {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}

.swiper-pagination-reciept {
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: 0;
}

.swiper-pagination-bullet {
    opacity: 1;
    border: 1px solid #EB212E;
    background: transparent;
}

.swiper-pagination-bullet-active {
    background: #EB212E;
}

/* opti-airgrill */

.opti-airgrill {
    position: relative;
    padding: 80px 0;
}

.opti-airgrill-shadow {
    position: absolute;
    left: 0;
    top: 30px;
}

.opti-airgrill-wrapper {
    padding: 0 40px 0 114px;
    position: relative;
    max-width: 1312px;
    margin: auto;
}

.opti-airgrill-wrapper__content {
    width: 100%;
    max-width: 55.6%;
}

.opti-airgrill-wrapper__content h2 {
    margin: 0 0 43px;
    font-size: 70px;
    line-height: 1.1em;
    text-transform: uppercase;
}

.opti-airgrill-wrapper__content h2 span {
    display: block;
    text-align: right;
    color: #EB212E;
}

.opti-airgrill-wrapper__content p {
    margin: 0;
    font-size: 18px;
    line-height: 1.5em;
}

.opti-airgrill-wrapper__images {
    width: 100%;
    max-width: 43%;
}

/* opti-comfortable */

.opti-comfortable {
    padding: 80px 0;
}

.opti-comfortable h2 {
    text-align: center;
    font-size: 48px;
    margin: 0;
    text-transform: uppercase;
}

.opti-comfortable-accordeon {
    margin: 43px 0 32px;
}

.opti-comfortable-accordeon__item {
    width: 100%;
    max-width: 32%;
}

.opti-comfortable-accordeon__header {
    display: none;
}

.opti-comfortable-accordeon__content {
    border-radius: 16px;
    overflow: hidden;
}

.opti-comfortable-accordeon__content img {
    border-radius: 10px;
}

.opti-comfortable-accordeon__content div {
    padding: 34px 8px 24px;
    text-align: center;
    margin-top: -10px;
    background-color: #000;
}

.opti-comfortable-accordeon__content h3 {
    margin: 0 0 8px;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.1em;
}

.opti-comfortable-accordeon__content p {
    margin: 0;
    font-size: 18px;
    line-height: 1.1em;
}

.opti-comfortable-security__item {
    background-color: #000;
    padding: 32px;
    width: 100%;
    max-width: 49%;
    display: flex;
    align-items: center;
    border-radius: 16px;
    text-decoration: none;
    color: #fff;
}

.opti-comfortable-security__item img {
    display: flex;
    width: 150px;
}

.opti-comfortable-security__item p {
    margin: 0 0 0 24px;
    font-size: 24px;
    line-height: 1.3em;
}


/* table */

.opti-table {
    padding: 32px 0;
    border-radius: 8px;
    background: #1C1C1C;
}

.opti-table .opti-title {
    font-size: 48px;
}

.opti-table .opti-title {
    margin-bottom: 8px;
}

.opti-table .opti-title,
.opti-table .opti-text {
    text-align: center;
}

.opti-table .btn {
    padding: 11px 0;
    max-width: 115px;
    font-size: 18px;
    border-radius: 4px;
    font-weight: 700;
}

.open-table-popup {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 60px;
    cursor: pointer;
}

/* modal-table */

.opti-modal-wrapper {
    display: flex;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    position: relative;
}

#btn-open {
    width: 150px;
    height: 40px;
    background-color: red;
    color: #ffffff;
    font-size: 22px;
    border-radius: 20px;
    cursor: pointer;
}

#opti-wrapper-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    display: none;
    
    z-index: 10000;
}

#opti-wrapper-modal.active {
    display: flex;
}

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: gray;
    opacity: 0.5;
}

#modal-window {
    background: #1c1c1c;
    max-width: 280px;
    width: 100%;
    padding: 86px 32px 32px;
    margin: auto;
    position: relative;
    border-radius: 16px;
    z-index: 1;
}

#btn-close {
    background: transparent;
    outline: none;
    border: none;
    position: absolute;
    right: 32px;
    top: 32px;
    cursor: pointer;
}

.opti-wrapper-modal__content ul {
    display: flex;
    justify-content: space-between;
}

.opti-wrapper-modal__content ul li {
    max-width: 100px;
    text-align: center;
}

.opti-wrapper-modal__content ul li p {
    font-size: 14px;
    font-weight: 500;
    margin: 8px 0;
    text-transform: uppercase;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
    
.opti-table__content {
    display: flex;
    margin: 20px auto 0;
    position: relative;
    max-width: 1168px;
    border-radius: 8px;
}

.page-opti .choise__main-item-image {
    display: block;
    margin: auto;
    max-width: 210px;
}

.choise__main-item-news {
    position: relative;
    max-width: 200px;
}

.choise__main-item-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1em;
    margin: -35px 0 7px;
    color: #EB212E;
}

.choise__main-item-number {
    color: #fff;
    font-size: 18px;
    margin: 0;
}

.choise__main-price_inline {
    font-size: 18px;
    color: #4a4a4a;
    line-height: 1.2em;
    margin: 18px 0 4px;
    text-decoration: line-through;
    text-transform: uppercase;
    font-weight: 500;
}

.choise__main-price {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 16px;
}

.opti-table__characteristics {
    width: 13%;
}

.opti-table__main {
    width: 87%;
    position: relative;
}

.opti-table__image.text-left {
    height: 483px;
}

.opti-table .swiper-slide ul {
    padding: 0;
    margin: auto;
}

.choise__main-item-new {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 73px;
    height: 24px;
    background-color: #E02E2B;
    color: #fff;
    transform: rotate(-13.535deg);
    font-size: 16px;
    position: absolute;
    top: -7px;
    left: 14px;
    border-radius: 3px;
}

.opti-table .swiper-slide ul li {
    position: relative;
}

.opti-table .swiper-slide ul li,
.opti-table__content .opti-table__characteristics ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 400;
    border-bottom: 1px solid transparent;
    height: 98px;
}

.opti-table__content .opti-table__characteristics ul li:last-child {
    letter-spacing: -0.01em;
}

.opti-table .swiper-slide ul li.table-price {
    font-size: 24px;
    font-weight: 700;
}

.opti-table__characteristics ul {
    margin-left: 0;
}

.opti-table .swiper-slide {
    padding-top: 16px;
}

.opti-table__content .opti-table__characteristics ul li {
    text-transform: uppercase;
    text-align: left;
    justify-content: flex-start;
    margin-left: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2em;
}

.opti-table .swiper-slide ul li:first-child,
.opti-table__content .opti-table__characteristics ul li:first-child {
    padding: 10px 0 21px;
    flex-direction: column;
    height: auto;
    border-color: transparent;
}

.opti-table__content .opti-table__characteristics ul li:first-child {
    align-items: flex-start;
    padding: 0;
}

.opti-table .swiper-slide ul li:nth-child(2),
.opti-table__content .opti-table__characteristics ul li:nth-child(2) {
    height: 98px;
}

.opti-table .swiper-slide ul li:nth-child(4),
.opti-table__content .opti-table__characteristics ul li:nth-child(4) {
    height: 94px;
}

.opti-table .swiper-slide ul li:nth-child(6),
.opti-table__content .opti-table__characteristics ul li:nth-child(6) {
    height: 94px;
}

.opti-table .table-button-next,
.opti-table .table-button-prev {
    width: 64px;
    height: 64px;
    top: 20%;
    position: absolute;
    cursor: pointer;
    width: 36px;
    height: 36px;
}

.opti-table .table-button-next {
    right: -7%;
}

.opti-table .table-button-prev {
    left: -7%;
}

.page-opti .table-button-next:focus-visible,
.page-opti .table-button-prev:focus-visible,
.page-opti .swiper-button-next:focus-visible,
.page-opti .swiper-button-prev:focus-visible,
.opti-video .video-button-next:focus-visible, 
.opti-video .video-button-prev:focus-visible {
    outline: none;
}

.choise-mob {
    display: none;
}



.opti-table .swiper-slide ul li sup {
    font-size: 10px;
}

.opti-table .swiper-slide ul li .choise__main-item-title sup {
    font-size: 14px;
}

.line-first {
    position: absolute;
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #4A4A4A;
}

.line-first:first-child {
    top: 54.7%;
}

.line-first:nth-child(2) {
    top: 63.7%;
}

.line-first:nth-child(3) {
    top: 72.5%;
}

.line-first:nth-child(4) {
    top: 81.6%;
}

.line-first:nth-child(5) {
    top: 90.5%;
}

.opti-shadow-hidden {
    overflow: hidden;
    position: relative;
    padding: 0 25px;
}

/* opti-video */

.opti-video {
    padding: 80px 0 0;
}

.opti-video .swiper-pagination {
    display: none;
}

.opti-video h2 {
    text-align: center;
    font-size: 48px;
}

.opti-video-wrapper {
    position: relative;
    margin-top: 48px;
}

.swiper-video {
    max-width: 1110px;
    width: 100%;
    margin: auto;
    padding-bottom: 70px;
}

.swiper-video .swiper-slide {
    display: block;
    cursor: pointer;
    text-align: center;
}

.swiper-video .swiper-slide:hover img {
    transform: scale(1.05);
}

.swiper-video .swiper-slide:hover svg rect {
    fill: #cbcbcb;
}

.swiper-video .swiper-slide div {
    position: relative;
}

.swiper-video .swiper-slide div svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.swiper-video .swiper-slide div img {
    border-radius: 14px;
}

.swiper-video .swiper-slide p {
    font-size: 18px;
    margin: 8px 0 0;
}

.swiper-video .swiper-slide p sup {
    font-size: 10px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}

.video-button-next, .video-button-prev {
    width: 48px;
    height: 48px;
    top: 28%;
    position: absolute;
    cursor: pointer;
    width: 36px;
    height: 36px;
}

.video-button-next {
    right: 40px;
} 

.video-button-prev {
    left: 40px;
}

/* opti-disclaimer */

.opti-disclaimer {
    padding-bottom: 80px;
}

.opti-disclaimer div {
    max-width: 930px;
    margin: auto;
}

.opti-disclaimer p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5em;
}

.opti-disclaimer p sup {
    font-size: 8px;
    display: inline-block;
    line-height: 0;
}

/* popup */

.modal{
    position:fixed;
    left:0;
    top:0;
    width:100vw;
    height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    display:none;
    background:#2b2b2beb;
    z-index:10000
}
.modal__x{
    position:absolute;
    right:40px;
    top:20px;
    cursor:pointer
}
.modal_yt-bg{
    position:absolute;
    width:100%;
    height:100%
}
#yt_iframe{
    z-index:100
}