header{
    max-width: 4000px;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    background: #F68B1F;
}
header img{
    max-width: 350px;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
}

@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;
}

.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,
.swiper-dots,
.swiper-pagination-table {
    display: none;
}

.page-opti .btn {
    background: var(--Linear, linear-gradient(180deg, #FFA218 0%, #FC8608 100%));
    border-radius: 4px;
    width: 100%;
    max-width: max-content;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.1em;
    text-decoration: none;
    text-align: center;
    padding: 10px 27px;
}

.page-opti .btn:hover {
    background: var(--Linear, linear-gradient(180deg, #FC8608 0%, #FFA218 100%));

}

.opti-shadow-hidden {
    position: relative;
}

/* opti-banner */

.opti-banner {
    padding: 446px 60px 71px;
    background: url(../img/banner.jpg) no-repeat center/cover;
}

.opti-banner-content {
    max-width: 435px;
    margin-left: auto;
    text-align: center;
}

.opti-banner-content__logo {
    max-width: 255px;
    margin: auto;
    display: block;
}

.opti-banner-content div {
    margin: 26px 0 19px;
}

.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: 112px;
    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: 14px 0 45px;
}

.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 30px;
}

.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: #FC8608;
}

.reciept-button-prev {
    left: -7px;
}

.reciept-button-next {
    right: 9px;
}

.opti-reciept-wrapper__number {
    width: 100%;
    max-width: 18%;
    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: 50px 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 0 50px;
    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 32px;
    font-size: 24px;
    line-height: 1.3em;
}


/* table */

.opti-table {
    padding-bottom: 80px;
}

.opti-table sup {
    font-size: 12px;
    display: inline-block;
    line-height: 0;
}

.opti-table h2 {
    font-size: 48px;
    margin: 0;
}
.opti-table-box {
    max-width: 1088px;
    margin: auto;
    background-color: #1c1c1c;
    padding: 58px 148px 100px;
}

.opti-table-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 37px;
}

.opti-table-wrapper__item {
    max-width: 310px;
    width: 100%;
    text-align: center;
}

.opti-table-wrapper__item h3 {
    font-size: 24px;
    color: #EB212E;
    margin: -2px 0 7px;
}

.opti-table-wrapper__item p {
    font-size: 18px;
    margin: 0 0 24px;
}

.opti-table-wrapper__price {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.opti-table-wrapper__price p {
    font-size: 24px;
    margin: 0;
}

.opti-table-wrapper__price p:first-child {
    font-size: 18px;
    text-decoration: line-through;
    margin-right: 12px;
    color: #4A4A4A;
}

.opti-table-wrapper__info {
    max-width: 400px;
}

.opti-table-wrapper__info ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: 15px;
}

.opti-table-wrapper__info ul li {
    width: 100%;
    max-width: 160px;
    margin-bottom: 20px;
    padding: 12px 0;
}

.opti-table-wrapper__info ul li:nth-child(even) {
    margin-left: auto;
}

.opti-table-wrapper__info ul li h4 {
    text-transform: uppercase;
    margin: 0 0 8px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    height: 50px;
    max-width: 170px;
}

.opti-table-wrapper__info ul li p {
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    height: 50px;
}
/* .video-banner */

.video-banner {
    border-radius: 8px;
    overflow: hidden;
}

/* opti-disclaimer */

.opti-disclaimer {
    padding: 80px 0;
}

.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;
}

/* scroll arrow */

.cake-scroll-top {
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 111;
    opacity: 1;
}

.cake-scroll-top svg {
    width: 56px;
    height: 56px;
}

.scroll-top_hide {
    opacity: 0;
}

.pt-80 {
    padding-top: 80px;
}