@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
html {
    scroll-behavior: smooth;
}

body {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-block-start: 0;
    margin-block-end: 0;
    margin: 0;
}

h3 {
    font-size: 36px;
    font-weight: bold;
    color: #06175b;
    line-height: 1;
    position: relative;
    display: inline;
}

h3::after {
    content: '';
    background-color: #ee0d09;
    width: 57px;
    height: 4px;
    position: absolute;
    right: -87px;
    top: 31px;
}

button {
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    background: transparent;
    color: inherit;
    font: inherit;
    line-height: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
}

input {
    all: unset;
}

.container {
    max-width: 1400px;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
}

a {
    cursor: pointer;
}


/* START */

header {
    width: 100%;
    height: 112px;
    display: flex;
    align-items: center;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__logo {
    background-image: url('img/logo.png');
    width: 235px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
}

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

.header__menu-item {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    transition: all 0.25s ease;
    text-decoration: none;
}

.header__menu-item:hover {
    color: #ee0d09;
}

.header__menu-item:not(:last-child) {
    margin-right: 40px;
}

.button {
    background-color: rgb(238, 13, 9);
    padding: 16px 24px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.25s ease;
    text-decoration: none;
}

.button:hover {
    background-color: rgb(253, 70, 67);
}

.button.header__button {
    padding: 12px 20px;
}

.button-arrow {
    padding-right: 56px;
    position: relative;
}

.button-arrow::after {
    content: '';
    background-image: url(img/btn-arw.png);
    background-size: contain;
    width: 21px;
    height: 12px;
    position: absolute;
    right: 12%;
    top: 40%;
    transition: all 0.25s ease;
}

.button:hover.button-arrow::after {
    right: 8%;
}

.s1 {
    padding: 64px 0 90px;
    background-image: url(img/s1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    color: #fff;
}

.s1 .container {
    position: relative;
}

.s1 h1 {
    font-size: 44px;
    margin-bottom: 36px;
}

.s1 h1 span {
    position: relative;
}

.s1 h1 span::after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #ee0d09;
    position: absolute;
    bottom: 7px;
    left: 0;
}

.s1 p {
    font-size: 24px;
    max-width: 440px;
    margin-bottom: 45px;
}

.s1__item {
    display: flex;
    align-items: center;
    margin-bottom: 36px;
}

.s1__item span {
    display: block;
    font-size: 18px;
}

.s1_item-img {
    margin-right: 20px;
    max-width: 42px;
    width: 100%;
}

.s1__sale {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 6px 0 40px;
}

.s1__sale-yellow {
    background-color: rgb(238, 230, 9);
    padding: 10px 16px;
    font-size: 18px;
    color: #0a1948;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    margin-right: 18px;
}

.s1__sale-yellow span {
    font-size: 42px;
}

.s1__sale-price {
    color: #fff;
    font-size: 24px;
    line-height: 1;
}

.s1__sale-price-before {
    display: inline;
    position: relative;
}

.s1__sale-price-before::after {
    content: '';
    background-image: url(img/s1-before.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: -5px;
}

.s1__sale-price-after {
    font-size: 42px;
}

.s1 .button {
    padding: 24px 60px 24px 16px;
}

.s1__benefits {
    background-image: url(img/benefits.png);
    width: 333px;
    height: 82px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -12px;
    left: 600px;
}

.s2 {
    padding: 80px 0;
}

.s2__content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.s2__image {
    width: 488px;
    height: 462px;
    background-image: url(img/s2-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-right: 74px;
}

.s2__image-info {
    background-color: rgb(255, 255, 255);
    box-shadow: 8px 13.856px 21px 0px rgba(0, 0, 0, 0.1);
    padding: 25px 24px;
    display: flex;
    flex-direction: column;
    color: #ee0d09;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    bottom: -30px;
    right: -20px;
    line-height: 1;
}

.s2__image-info span:nth-child(2) {
    font-size: 48px;
}

.s2__image-info span:nth-child(3) {
    font-size: 24px;
}

.s2__text span {
    color: #06175b;
    font-size: 18px;
    line-height: 1;
}

.s2__text h2 {
    font-size: 36px;
    line-height: 1;
    margin: 10px 0 16px;
}

.s2__text hr {
    background: #ee0d09;
    width: 88px;
    height: 4px;
    border: none;
    margin: 0 0 20px;
}

.s2__text p {
    font-size: 16px;
    color: #333333;
    margin-bottom: 30px;
    max-width: 642px;
    line-height: 150%;
}

.s2__text .button {
    padding-right: 80px;
}

.s3 {
    padding: 112px 0 180px;
    background-image: url(img/s3.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.s3__content {
    margin-top: 54px;
    display: flex;
    flex-direction: column;
}

.s3__item {
    border-bottom: 4px solid #ee0d09;
    background: #fff;
    display: flex;
    align-items: center;
    padding-top: 24px;
    position: relative;
    margin-bottom: 40px;
}

.s3__item-img {
    width: 476px;
    height: 244px;
    margin-right: 70px;
}

.s3__item-text {
    max-width: 653px;
}

.s3__item-text h4 {
    font-size: 30px;
    color: #ee0d09;
    margin-bottom: 12px;
}

.s3__item-text p {
    font-size: 16px;
    color: rgb(51, 51, 51);
    line-height: 1.625;
}

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

.s3__items:first-child {
    margin-bottom: 62px;
}

.s3__item-small {
    max-width: 46%;
    width: 100%;
    padding: 44px 0 36px;
}

.s3__item-small-img {
    width: 64px;
    height: 64px;
    margin: 0 28px 0 36px;
}

.s3__item-small-text {
    font-size: 16px;
    color: #06175b;
    text-transform: uppercase;
}

.s3__item-small-text span {
    font-size: 30px;
    font-weight: bold;
    text-transform: none;
}

.s4 {
    padding: 132px 0;
    background-color: #fc0101;
}

.s4__content {
    position: relative;
    color: #fff;
    height: 100%;
}

.s4__content h2 {
    max-width: 540px;
    font-size: 36px;
    margin-bottom: 20px;
}

.s4__content p {
    max-width: 540px;
    font-size: 24px;
    line-height: 36px;
}

.s4__video {
    position: absolute;
    bottom: -132px;
    right: 0;
    width: 642px;
    height: 556px;
}

.s5 {
    margin: 32px 0 96px;
}

.s5__img {
    margin: 0 auto;
    display: block;
    width: 1844px;
    height: 295px;
}

.s6 {
    padding: 80px 0;
}

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

.s6__block {
    width: 100%;
    max-width: 46%;
    font-size: 16px;
    line-height: 26px;
}

.s6__block-content {
    margin-top: 36px;
}

.s6__model-about {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
}

.s6__model-about-item {
    max-width: 500px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 18px 0 18px 18px;
}

.s6__model-about-item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

.s6__model-about-item-img {
    width: 60px;
    display: flex;
    justify-content: center;
}

.s6__model-about-item-img img {
    max-width: 41px;
    max-height: 41px;
}

.s6__model-about-item span {
    font-weight: bold;
    margin-left: 20px;
}

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

.s6__specs-img {
    width: 196px;
    height: 476px;
    margin-right: 42px;
}

.s6__specs-item {
    display: flex;
    align-items: center;
}

.s6__specs-item:not(:last-child) {
    margin-bottom: 20px;
}

.s6__specs-item img {
    width: 16px;
    height: 13px;
    margin-right: 14px;
}

.s7 {
    background-image: url(img/s7.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: 534px;
}

.s7 .container {
    height: 100%;
    display: flex;
    justify-content: flex-end;
}

.s7__content {
    max-width: 780px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    right: 160px;
}

.s7__review {
    display: flex;
}

.s7__review-img {
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.s7__review-img-ava {
    width: 128px;
    height: 128px;
    margin-bottom: 24px;
}

.s7__review-img-quote {
    width: 36px;
    height: 30px;
}

.s7__review-text {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    width: 100%;
    max-width: 635px;
}

.s7__review-text span {
    text-transform: uppercase;
    margin-top: 20px;
    display: block;
}

.swiper-pagination {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    bottom: 144px!important;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 1px solid rgb(155, 155, 155);
    background: transparent;
}

.swiper-pagination-bullet-active {
    background: #ee0d09;
    border: 1px solid #ee0d09;
}

.s8 {
    padding: 170px 0 180px;
    background-image: url(img/s8.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

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

.s8__content h2 {
    font-size: 48px;
    line-height: 1;
    margin-right: 100px;
}

.s8__content h2 span {
    color: #ee0d09;
}

.s8__items {
    display: flex;
}

.s8__item {
    display: flex;
    flex-direction: column;
    max-width: 272px;
}

.s8__item:not(:last-child) {
    margin-right: 82px;
}

.s8__item-img {
    max-width: 38px;
    width: 100%;
    max-height: 39px;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.s8__item span {
    font-size: 24px;
    font-weight: bold;
    color: #001659;
    display: block;
    margin: 30px 0 20px;
}

.s8__item p {
    font-size: 16px;
    color: #555555;
    line-height: 30px;
}

footer {
    padding: 40px 0;
}

.s9__mob-only {
    display: none;
}

.s9 h1 {
    margin-bottom: 80px;
}

.s9 .s1__sale {
    margin-bottom: 20px;
}

.s9 form {
    max-width: 288px;
}

.s9 form input {
    background-color: #fff;
    margin-bottom: 20px;
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: stretch;
    color: #777777;
    font-size: 16px;
    line-height: 1;
    padding: 30px 22px;
}

.s9 form .button {
    width: 100%;
    cursor: pointer;
}

.s9__limited {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 230px;
    margin: 34px auto 0;
}

.s9__limited img {
    width: 25px;
    height: 25px;
    margin-right: 12px;
}

.s9__limited p {
    font-size: 12px;
    line-height: 1;
    color: #fff;
    margin-bottom: 0;
}

.s9__limited p span {
    color: #eee609;
}

.s1-mob,
.s5-mob {
    display: none;
}

@media (max-width: 1920px) {
    body {
        max-width: 100vw;
        font-size: 0.833vw;
    }
    h3 {
        font-size: 1.875vw;
    }
    h3::after {
        width: 2.969vw;
        height: 0.208vw;
        right: -4.531vw;
        top: 1.615vw;
    }
    .container {
        max-width: 72.917vw;
        padding: 0 1.563vw;
    }
    header {
        height: 5.833vw;
    }
    .header__logo {
        width: 12.24vw;
        height: 2.604vw;
    }
    .header__menu-item {
        font-size: 0.833vw;
    }
    .header__menu-item:not(:last-child) {
        margin-right: 2.083vw;
    }
    .button {
        background-color: rgb(238, 13, 9);
        padding: 0.833vw 1.25vw;
        font-size: 0.938vw;
    }
    .button.header__button {
        padding: 0.625vw 1.042vw;
    }
    .button-arrow {
        padding-right: 2.917vw;
    }
    .button-arrow::after {
        width: 1.094vw;
        height: 0.625vw;
    }
    .s1 {
        padding: 3.333vw 0 4.688vw;
    }
    .s1 h1 {
        font-size: 2.292vw;
        margin-bottom: 1.875vw;
    }
    .s1 h1 span::after {
        height: 0.156vw;
        bottom: 0.365vw;
    }
    .s1 p {
        font-size: 1.25vw;
        max-width: 22.917vw;
        margin-bottom: 2.344vw;
    }
    .s1__item {
        margin-bottom: 1.875vw;
    }
    .s1__item span {
        font-size: 0.938vw;
    }
    .s1_item-img {
        margin-right: 1.042vw;
        max-width: 2.188vw;
    }
    .s1__sale {
        margin: 0.313vw 0 2.083vw;
    }
    .s1__sale-yellow {
        padding: 0.521vw 0.833vw;
        font-size: 0.938vw;
        margin-right: 0.938vw;
    }
    .s1__sale-yellow span {
        font-size: 2.188vw;
    }
    .s1__sale-price {
        font-size: 1.25vw;
    }
    .s1__sale-price-before::after {
        top: -0.26vw;
    }
    .s1__sale-price-after {
        font-size: 2.188vw;
    }
    .s1 .button {
        padding: 1.25vw 2.867vw 1.25vw 0.65vw;
    }
    .s1__benefits {
        width: 17.344vw;
        height: 4.271vw;
        top: -0.625vw;
        left: 31.25vw;
    }
    .s2 {
        padding: 4.167vw 0;
    }
    .s2__image {
        width: 25.417vw;
        height: 24.063vw;
        margin-right: 3.854vw;
    }
    .s2__image-info {
        box-shadow: 0.417vw 13.44.583vw 1.094vw 0vw rgba(0, 0, 0, 0.1);
        padding: 1.302vw 1.25vw;
        font-size: 0.833vw;
        bottom: -1.563vw;
        right: -1.042vw;
    }
    .s2__image-info span:nth-child(2) {
        font-size: 2.5vw;
    }
    .s2__image-info span:nth-child(3) {
        font-size: 1.25vw;
    }
    .s2__text span {
        font-size: 0.938vw;
    }
    .s2__text h2 {
        font-size: 1.875vw;
        margin: 0.521vw 0 0.833vw;
    }
    .s2__text hr {
        width: 4.583vw;
        height: 0.208vw;
        margin: 0 0 1.042vw;
    }
    .s2__text p {
        font-size: 0.833vw;
        margin-bottom: 1.563vw;
        max-width: 33.438vw;
    }
    .s2__text .button {
        padding-right: 4.167vw;
    }
    .s3 {
        padding: 5.833vw 0 9.375vw;
    }
    .s3__content {
        margin-top: 2.813vw;
    }
    .s3__item {
        border-bottom: 0.208vw solid #ee0d09;
        padding-top: 1.25vw;
        margin-bottom: 2.083vw;
    }
    .s3__item-img {
        width: 24.792vw;
        height: 12.708vw;
        margin-right: 3.646vw;
    }
    .s3__item-text {
        max-width: 34.01vw;
    }
    .s3__item-text h4 {
        font-size: 1.563vw;
        margin-bottom: 0.625vw;
    }
    .s3__item-text p {
        font-size: 0.833vw;
        line-height: 1.625;
    }
    .s3__items:first-child {
        margin-bottom: 3.229vw;
    }
    .s3__item-small {
        padding: 2.292vw 0 1.875vw;
    }
    .s3__item-small-img {
        width: 3.333vw;
        height: 3.333vw;
        margin: 0 1.458vw 0 1.875vw;
    }
    .s3__item-small-text {
        font-size: 0.833vw;
    }
    .s3__item-small-text span {
        font-size: 1.563vw;
    }
    .s4 {
        padding: 6.875vw 0;
    }
    .s4__content {
        height: 100%;
    }
    .s4__content h2 {
        max-width: 28.125vw;
        font-size: 1.875vw;
        margin-bottom: 1.042vw;
    }
    .s4__content p {
        max-width: 28.125vw;
        font-size: 1.25vw;
        line-height: 1.875vw;
    }
    .s4__video {
        bottom: -6.875vw;
        width: 33.438vw;
        height: 28.958vw;
    }
    .s5 {
        margin: 1.667vw 0 5vw;
    }
    .s5__img {
        width: 96.042vw;
        height: 15.365vw;
    }
    .s6 {
        padding: 4.167vw 0;
    }
    .s6__block {
        width: 100%;
        font-size: 0.833vw;
        line-height: 1.354vw;
    }
    .s6__block-content {
        margin-top: 1.875vw;
    }
    .s6__model-about {
        margin-top: 0.833vw;
    }
    .s6__model-about-item {
        max-width: 26.042vw;
        padding: 0.938vw 0 0.938vw 0.938vw;
    }
    .s6__model-about-item:not(:last-child) {
        border-bottom: 0.052vw solid rgba(0, 0, 0, 0.1);
        margin-bottom: 0.521vw;
    }
    .s6__model-about-item-img {
        width: 3.125vw;
    }
    .s6__model-about-item-img img {
        max-width: 2.135vw;
        max-height: 2.135vw;
    }
    .s6__model-about-item span {
        margin-left: 1.042vw;
    }
    .s6__specs-img {
        width: 10.208vw;
        height: 24.792vw;
        margin-right: 2.188vw;
    }
    .s6__specs-item:not(:last-child) {
        margin-bottom: 1.042vw;
    }
    .s6__specs-item img {
        width: 0.833vw;
        height: 0.677vw;
        margin-right: 0.729vw;
    }
    .s7 {
        height: 27.813vw;
    }
    .s7__content {
        max-width: 40.625vw;
        right: 8.333vw;
    }
    .s7__review-img {
        margin-right: 1.563vw;
    }
    .s7__review-img-ava {
        width: 6.667vw;
        height: 6.667vw;
        margin-bottom: 1.25vw;
    }
    .s7__review-img-quote {
        width: 1.875vw;
        height: 1.563vw;
    }
    .s7__review-text {
        font-size: 0.938vw;
        line-height: 1.667vw;
        max-width: 33.073vw;
    }
    .s7__review-text span {
        margin-top: 1.042vw;
    }
    .swiper-pagination {
        bottom: 7.5vw!important;
    }
    .swiper-pagination-bullet {
        width: 0.625vw;
        height: 0.625vw;
        border: 0.052vw solid rgb(155, 155, 155);
    }
    .swiper-pagination-bullet-active {
        border: 0.052vw solid #ee0d09;
    }
    .s8 {
        padding: 8.854vw 0 9.375vw;
    }
    .s8__content h2 {
        font-size: 2.5vw;
        margin-right: 5.208vw;
    }
    .s8__item {
        max-width: 14.167vw;
    }
    .s8__item:not(:last-child) {
        margin-right: 4.271vw;
    }
    .s8__item-img {
        max-width: 1.979vw;
        max-height: 2.031vw;
    }
    .s8__item span {
        font-size: 1.25vw;
        margin: 1.563vw 0 1.042vw;
    }
    .s8__item p {
        font-size: 0.833vw;
        line-height: 1.563vw;
    }
    footer {
        padding: 2.083vw 0;
    }
    .s9 h1 {
        margin-bottom: 4.167vw;
    }
    .s9 .s1__sale {
        margin-bottom: 1.042vw;
    }
    .s9 form {
        max-width: 15vw;
    }
    .s9 form input {
        margin-bottom: 1.042vw;
        font-size: 0.833vw;
        padding: 1.563vw 1.146vw;
    }
    .s9__limited {
        max-width: 11.979vw;
        margin: 1.771vw auto 0;
    }
    .s9__limited img {
        width: 1.302vw;
        height: 1.302vw;
        margin-right: 0.625vw;
    }
    .s9__limited p {
        font-size: 0.625vw;
        margin-bottom: 0;
    }
    .s1-mob,
    .s5-mob {
        display: none;
    }
}

@media (max-width: 786px) {
    body {
        max-width: 100%;
        width: 100%;
        font-size: 16px;
    }
    h3 {
        font-size: 36px;
        font-weight: bold;
        color: #06175b;
        line-height: 1;
        position: relative;
        display: inline;
    }
    h3::after {
        content: '';
        background-color: #ee0d09;
        width: 57px;
        height: 4px;
        position: absolute;
        right: -87px;
        top: 31px;
    }
    button {
        border: none;
        margin: 0;
        padding: 0;
        width: auto;
        overflow: visible;
        background: transparent;
        color: inherit;
        font: inherit;
        line-height: normal;
        -webkit-font-smoothing: inherit;
        -moz-osx-font-smoothing: inherit;
        -webkit-appearance: none;
    }
    input {
        all: unset;
    }
    .container {
        max-width: 100%;
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }
    a {
        cursor: pointer;
    }
    /* START */
    header {
        width: 100%;
        height: 112px;
        display: flex;
        align-items: center;
    }
    header .container {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .header__logo {
        background-image: url(img/logo.png);
        width: 235px;
        height: 50px;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .header__menu {
        display: none;
    }
    .button {
        background-color: rgb(238, 13, 9);
        padding: 16px 24px;
        color: #fff;
        font-size: 18px;
        text-transform: uppercase;
        transition: all 0.25s ease;
        text-decoration: none;
    }
    .button:hover {
        background-color: rgb(253, 70, 67);
    }
    .button.header__button {
        display: none;
    }
    .button-arrow {
        padding-right: 56px;
        position: relative;
    }
    .button-arrow::after {
        content: '';
        background-image: url(img/btn-arw.png);
        background-size: contain;
        width: 21px;
        height: 12px;
        position: absolute;
        right: 12%;
        top: 40%;
        transition: all 0.25s ease;
    }
    .button:hover.button-arrow::after {
        right: 8%;
    }
    .s1 {
        padding: 54px 0 60px;
        background: none;
        color: #fff;
        display: none;
    }
    .s1 .container {
        position: relative;
    }
    .s1 h1 {
        font-size: 28px;
        text-align: center;
        margin-bottom: 36px;
    }
    .s1 h1 span {
        position: relative;
    }
    .s1 h1 span::after {
        content: '';
        width: 100%;
        height: 3px;
        background-color: #ee0d09;
        position: absolute;
        bottom: 7px;
        left: 0;
    }
    .s1 p {
        font-size: 24px;
        text-align: center;
        max-width: 280px;
        margin: 0 auto 500px;
    }
    .s1__item {
        display: flex;
        align-items: center;
        margin-bottom: 36px;
    }
    .s1__item span {
        display: block;
        font-size: 18px;
    }
    .s1_item-img {
        margin-right: 20px;
        max-width: 42px;
        width: 100%;
    }
    .s1__sale {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin: 6px 0 40px;
    }
    .s1__sale-yellow {
        background-color: rgb(238, 230, 9);
        padding: 10px 16px;
        font-size: 18px;
        color: #0a1948;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        line-height: 1;
        margin-right: 18px;
    }
    .s1__sale-yellow span {
        font-size: 42px;
    }
    .s1__sale-price {
        color: #fff;
        font-size: 24px;
        line-height: 1;
    }
    .s1__sale-price-before {
        display: inline;
        position: relative;
    }
    .s1__sale-price-before::after {
        content: '';
        background-image: url(img/s1-before.png);
        width: 100%;
        height: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 8px;
    }
    .s1__sale-price-after {
        font-size: 42px;
    }
    .s1 .button {
        padding: 24px 60px 24px 16px;
    }
    .s1__mob-top {
        position: relative;
        background-image: url(img/mob/s1.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top center;
    }
    .s1__benefits {
        background-image: url(img/benefits.png);
        width: 333px;
        height: 82px;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: unset;
        bottom: 20px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .s2 {
        padding: 80px 0;
    }
    .s2__content {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .s2__image {
        width: 488px;
        height: 462px;
        background-image: url(img/s2-img.png);
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        margin-right: 74px;
    }
    .s2__image-info {
        background-color: rgb(255, 255, 255);
        box-shadow: 8px 13.856px 21px 0px rgba(0, 0, 0, 0.1);
        padding: 25px 24px;
        display: flex;
        flex-direction: column;
        color: #ee0d09;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        position: absolute;
        bottom: -30px;
        right: -20px;
        line-height: 1;
    }
    .s2__image-info span:nth-child(2) {
        font-size: 48px;
    }
    .s2__image-info span:nth-child(3) {
        font-size: 24px;
    }
    .s2__text span {
        color: #06175b;
        font-size: 18px;
        line-height: 1;
    }
    .s2__text h2 {
        font-size: 36px;
        line-height: 1;
        margin: 10px 0 16px;
    }
    .s2__text hr {
        background: #ee0d09;
        width: 88px;
        height: 4px;
        border: none;
        margin: 0 0 20px;
    }
    .s2__text p {
        font-size: 16px;
        color: #333333;
        margin-bottom: 30px;
        max-width: 642px;
        line-height: 150%;
    }
    .s2__text .button {
        padding-right: 80px;
    }
    .s3 {
        padding: 112px 0 180px;
        background-image: url(img/s3.png);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .s3__content {
        margin-top: 54px;
        display: flex;
        flex-direction: column;
    }
    .s3__item {
        border-bottom: 4px solid #ee0d09;
        background: #fff;
        display: flex;
        align-items: center;
        padding-top: 24px;
        position: relative;
        margin-bottom: 40px;
    }
    .s3__item-img {
        width: 476px;
        height: 244px;
        margin-right: 70px;
    }
    .s3__item-text {
        max-width: 653px;
    }
    .s3__item-text h4 {
        font-size: 30px;
        color: #ee0d09;
        margin-bottom: 12px;
    }
    .s3__item-text p {
        font-size: 16px;
        color: rgb(51, 51, 51);
        line-height: 1.625;
    }
    .s3__items {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .s3__items:first-child {
        margin-bottom: 62px;
    }
    .s3__item-small {
        max-width: 46%;
        width: 100%;
        padding: 44px 0 36px;
    }
    .s3__item-small-img {
        width: 64px;
        height: 64px;
        margin: 0 28px 0 36px;
    }
    .s3__item-small-text {
        font-size: 16px;
        color: #06175b;
        text-transform: uppercase;
    }
    .s3__item-small-text span {
        font-size: 30px;
        font-weight: bold;
        text-transform: none;
    }
    .s4 {
        padding: 132px 0;
        background-color: #fc0101;
    }
    .s4__content {
        position: relative;
        color: #fff;
        height: 100%;
    }
    .s4__content h2 {
        max-width: 540px;
        font-size: 36px;
        margin-bottom: 20px;
    }
    .s4__content p {
        max-width: 540px;
        font-size: 24px;
        line-height: 36px;
    }
    .s4__video {
        position: absolute;
        bottom: -132px;
        right: 0;
        width: 642px;
        height: 556px;
    }
    .s5 {
        margin: 32px 0 96px;
    }
    .s5__img {
        margin: 0 auto;
        display: block;
        width: 1844px;
        height: 295px;
    }
    .s6 {
        padding: 80px 0;
    }
    .s6__content {
        display: flex;
        justify-content: space-between;
    }
    .s6__block {
        width: 100%;
        max-width: 46%;
        font-size: 16px;
        line-height: 26px;
    }
    .s6__block-content {
        margin-top: 36px;
    }
    .s6__model-about {
        display: flex;
        flex-direction: column;
        margin-top: 16px;
    }
    .s6__model-about-item {
        max-width: 500px;
        width: 100%;
        display: flex;
        align-items: center;
        padding: 18px 0 18px 18px;
    }
    .s6__model-about-item:not(:last-child) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        margin-bottom: 10px;
    }
    .s6__model-about-item-img {
        max-width: 50px;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .s6__model-about-item-img img {
        max-width: 41px;
        max-height: 41px;
    }
    .s6__model-about-item span {
        font-weight: bold;
        margin-left: 20px;
    }
    .s6__specs {
        display: flex;
        align-items: center;
    }
    .s6__specs-img {
        width: 196px;
        height: 476px;
        margin-right: 42px;
    }
    .s6__specs-item {
        display: flex;
        align-items: center;
    }
    .s6__specs-item:not(:last-child) {
        margin-bottom: 20px;
    }
    .s6__specs-item img {
        width: 16px;
        height: 13px;
        margin-right: 14px;
    }
    .s7 {
        background-image: url(img/s7.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        height: 534px;
    }
    .s7 .container {
        height: 100%;
        display: flex;
        justify-content: flex-end;
    }
    .s7__content {
        max-width: 780px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        right: 160px;
    }
    .s7__review {
        display: flex;
    }
    .s7__review-img {
        margin-right: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .s7__review-img-ava {
        width: 128px;
        height: 128px;
        margin-bottom: 24px;
    }
    .s7__review-img-quote {
        width: 36px;
        height: 30px;
    }
    .s7__review-text {
        font-size: 18px;
        line-height: 32px;
        color: #fff;
        width: 100%;
        max-width: 635px;
    }
    .s7__review-text span {
        text-transform: uppercase;
        margin-top: 20px;
        display: block;
    }
    .swiper-pagination {
        position: absolute;
        display: flex;
        justify-content: flex-end;
        bottom: 144px!important;
    }
    .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        border: 1px solid rgb(155, 155, 155);
        background: transparent;
    }
    .swiper-pagination-bullet-active {
        background: #ee0d09;
        border: 1px solid #ee0d09;
    }
    .s8 {
        padding: 170px 0 180px;
        background-image: url(img/s8.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
    }
    .s8__content {
        display: flex;
        align-items: center;
    }
    .s8__content h2 {
        font-size: 48px;
        line-height: 1;
        margin-right: 100px;
    }
    .s8__content h2 span {
        color: #ee0d09;
    }
    .s8__items {
        display: flex;
    }
    .s8__item {
        display: flex;
        flex-direction: column;
        max-width: 272px;
    }
    .s8__item:not(:last-child) {
        margin-right: 82px;
    }
    .s8__item-img {
        max-width: 38px;
        width: 100%;
        max-height: 39px;
        height: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .s8__item span {
        font-size: 24px;
        font-weight: bold;
        color: #001659;
        display: block;
        margin: 30px 0 20px;
    }
    .s8__item p {
        font-size: 16px;
        color: #555555;
        line-height: 30px;
    }
    footer {
        padding: 40px 0;
    }
    .s9__mob-only {
        display: none;
    }
    .s9 h1 {
        margin-bottom: 80px;
    }
    .s9 .s1__sale {
        margin-bottom: 20px;
    }
    .s9 form {
        max-width: 288px;
    }
    .s9 form input {
        background-color: #fff;
        margin-bottom: 20px;
        width: 100%;
        width: -moz-available;
        width: -webkit-fill-available;
        width: stretch;
        color: #777777;
        font-size: 16px;
        line-height: 1;
        padding: 30px 22px;
    }
    .s9 form .button {
        width: 100%;
        cursor: pointer;
    }
    .s9__limited {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 230px;
        margin: 34px auto 0;
    }
    .s9__limited img {
        width: 25px;
        height: 25px;
        margin-right: 12px;
    }
    .s9__limited p {
        font-size: 12px;
        line-height: 1;
        color: #fff;
        margin-bottom: 0;
    }
    .s9__limited p span {
        color: #eee609;
    }
    .s1-mob {
        display: block;
    }
    .s1 {
        padding: 0;
    }
    .s1-mob-top {
        background-image: url(img/mob/s1.png);
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
        padding: 54px 0 60px;
        position: relative;
    }
    .s1 p {
        margin: 0 auto 300px;
    }
    .s1 h1 span::after {
        bottom: 0;
    }
    .s1__benefits {
        width: 300px;
        height: 75px;
    }
    .s1-mob-bottom {
        background-color: rgb(8, 24, 73);
        padding: 50px 0 40px;
    }
    .s1-mob-bottom-container {
        max-width: 320px;
        width: 100%;
        width: -moz-available;
        width: -webkit-fill-available;
        width: stretch;
        padding: 0 20px;
        margin: 0 auto;
    }
    .s1-mob-bottom-sale {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .s1-mob-bottom-sale .s1 .button {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    .s2__content {
        flex-direction: column;
    }
    .s2__image {
        width: 80%;
        max-width: 400px;
        padding-bottom: 10%;
        margin: 0 auto 40px;
    }
    .s2__text {
        max-width: 400px;
        width: 100%;
        width: -moz-available;
        width: -webkit-fill-available;
        width: stretch;
        padding: 0 30px;
    }
    .s3 {
        padding: 40px 0;
    }
    h3 {
        font-size: 24px;
    }
    h3::after {
        display: none;
    }
    h3 {
        text-align: center;
        display: block;
    }
    .s3__item,
    .s3__items {
        flex-direction: column;
    }
    .s3__content {
        max-width: 400px;
        margin: 30px auto 0;
        padding: 0 30px;
        width: 100%;
        width: -moz-available;
        width: -webkit-fill-available;
        width: stretch;
    }
    .s3__item-text {
        padding: 0 20px 30px;
    }
    .s3__item-img {
        margin-right: 0;
        max-width: 100%;
        height: auto;
        padding-bottom: 20px;
        background-size: contain;
    }
    .s3__item-small {
        width: 100%;
        max-width: 100%;
    }
    .s3__item-small-img {
        margin-bottom: 20px;
    }
    .s3__item-small-text {
        text-align: center;
    }
    .s3__item-small-text span {
        font-size: 20px;
    }
    .s4 {
        padding: 40px 30px;
    }
    .s4__video {
        position: relative;
        width: 100%;
        height: 300px;
        bottom: unset;
        right: unset;
    }
    .s4__content {
        max-width: 400px;
        margin: 0 auto;
    }
    .s4__content h2 {
        font-size: 24px;
    }
    .s4__content p {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .s5__img {
        display: none;
    }
    .s5 {
        max-width: 400px;
        padding: 30px;
        display: flex;
        margin: 0 auto;
    }
    .s5-mob {
        display: flex;
        flex-direction: column;
    }
    .s5-mob-img img {
        max-width: 100%;
        width: 100%;
    }
    .s5-mob-img img:not(:last-child) {
        margin-bottom: 14px;
    }
    .s6 {
        padding: 60px 0;
    }
    .s6 .container {
        max-width: 400px;
    }
    .s6__content {
        flex-direction: column;
        padding: 0 30px;
    }
    .s6__block {
        max-width: 100%;
    }
    .s6__block:not(:last-child) {
        margin-bottom: 50px;
    }
    .s6__model-about-item {
        max-width: 100%;
        width: 100%;
        width: -moz-available;
        width: -webkit-fill-available;
        width: stretch;
        padding: 18px 0 18px 0;
    }
    .s6__specs-img {
        width: 80%;
        height: auto;
        margin: 30px auto 0;
    }
    .s6__specs {
        flex-direction: column-reverse;
    }
    .s7 {
        padding: 60px 0 60px;
        background-position: top right;
        height: unset;
    }
    .s7__content {
        max-width: 320px;
        padding: 0;
        width: 100%;
        right: unset;
        margin: 0 auto;
    }
    .s7__review {
        flex-direction: column;
    }
    .s7__review-img-quote {
        display: none;
    }
    .s7__review-text {
        text-align: center;
    }
    .swiper-pagination {
        bottom: 0!important;
        margin: 0 auto -30px;
        justify-content: center;
    }
    .s8 {
        padding: 40px 0;
    }
    .s8__content {
        flex-direction: column;
    }
    .s8__content h2 {
        margin-right: 0;
        text-align: center;
        margin-bottom: 60px;
    }
    .s8__items {
        flex-direction: column;
    }
    .s8__item:not(:last-child) {
        margin-right: unset;
        margin-bottom: 30px;
    }
    .s8__item-img {
        justify-content: center;
    }
    .s9__limited p {
        margin: 0 auto;
    }
}