/* inter-regular - cyrillic_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/inter-v13-cyrillic_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700 - cyrillic_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/inter-v13-cyrillic_latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-regular - cyrillic_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/oswald-v53-cyrillic_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-700 - cyrillic_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/oswald-v53-cyrillic_latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

body {
    position: relative;
}

.container {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1440px;
}

.stick {
    position: relative;
}

.stick-wrap {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
}

.stick-wrap-2::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    backdrop-filter: blur(35px);
    background: rgba(255, 255, 255, 0.1);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.header {
    padding: 170px 0 90px 0;
    margin-top: -78px;
    background-image: url('../img/header-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.header-position {
    position: relative;
    margin: 0 auto;
    max-width: 1920px;
    z-index: 1;
}

.header-nav {
    padding: 15px;
    margin: 0 auto;
    max-width: 1440px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-nav__logo {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 110%;
    text-transform: uppercase;
    color: #fff;
}

.header-nav__list {
    display: flex;
    align-items: center;
}

.header-nav__list li:not(:last-child) {
    margin: 0 40px 0 0;
}

.header-nav__list li a {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #c5c5c5;
    transition: all .3s ease-in-out;
}
.header-nav__list li a:hover {
    text-decoration: underline;
}

.header-nav__call {
    padding: 13px 24px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #f8c44e;
    /* background: linear-gradient(180deg, #ea7b50 0%, #f8c44e 100%); */
    /* background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    border: 1px solid #f8c44e;
    border-radius: 120px;
    transition: all .3s ease-in-out;
}

.header-nav__call:hover {
    background-color: #f8c44e;
    color: #ffffff;
}
.header-title {
    position: relative;
    margin: 0 0 50px;
    max-width: 600px;
}

.header-title__title {
    display: inline-block;
    margin: 0;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 72px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff;
}

.header-title__subtitle {
    position: absolute;
    bottom: 20px;
    right: -10px;
    display: inline-block;
    margin: 0;
    max-width: 210px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #f4b14e;
}

.header-title__subtitle::before {
    content: url('../img/perec.svg');
    position: absolute;
    left: -60px;
    top: 0;
}

.header__list {
    margin: 0 0 53px;
    max-width: 750px;
    column-count: 2;
}

.header__list li {
    display: flex;
    align-items: flex-start;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #c5c5c5;
}

.header__list li:not(:nth-child(3n+3)) {
    margin: 0 0 16px;
}

.header__list li img {
    padding: 5px 0 0 0;
}

.header__list li p {
    margin: 0 0 0 5px;
}

.form {
    position: relative;
    padding: 40px;
    display: flex;
    align-items: center;
    border-radius: 20px;
    backdrop-filter: blur(80px);
    background: rgba(245, 245, 245, 0.1);
    z-index: 3;
}

.form__input {
    margin: 0 24px 0 0;
    padding-left: 15px;
    width: 323px;
    height: 56px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000;
    outline: none;
    border: none;
    border-radius: 10px;
    background: #e4e4e4;
}

.form__input option {
    opacity: .5;
}

.form__input::placeholder {
    opacity: .5;
}

.form__btn {
    padding: 18px 0;
    width: 260px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    color: #0f0f0f;
    background: linear-gradient(180deg, #ea7b50 0%, #f8c44e 100%);
    border-radius: 120px;
    border: none;
    cursor: pointer;
}

.block-black {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
    filter: blur(194px);
    background: #050409;
    z-index: 1;
}

.header-product {
    position: absolute;
    right: 0;
    bottom: -100px;
    z-index: -1;
}

.header-prices {
    position: absolute;
    top: -20px;
    right: 30px;
    width: 260px;
    height: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url('../img/star.svg');
    background-size: cover;
}

@media (max-width:1400px) {
    .header-prices {
        top: -220px;
        right: 30px;
       
    }
}
.header-prices__old {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    text-decoration: line-through;
    text-align: center;
    color: #000;
    transform: rotate(-6deg);
    opacity: 0.7;
}

.header-prices__new {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 120%;
    text-transform: uppercase;
    color: #000;
    transform: rotate(-6deg);
}

.timer {
    padding: 8px 15px;
    margin: 0 0 8px;
    width: 110px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 120%;
    text-align: center;
    color: #fff;
    background: #cf2929;
    border-radius: 26px;
    transform: rotate(-6deg);
}

.timer span {
    width: 30px;
    display: inline-block;
}

@media (max-width: 1400px) {
    .header-product {
        bottom: 0;
        max-width: 900px;
    }

    .header__list li {
        color: #f1ebeb;
    }
}

@media (max-width: 1200px) {
    .header-title__title {
        font-size: 60px;
    }
    .header-title__subtitle {
        right: 40px;
        bottom: 15px;
    }
    .header-product {
        position: relative;
        max-width: initial;
        width: 100%;
    }
    .header-prices {
        top: -20px;
        left: 350px;
        width: 220px;
        height: 220px;
    }
    .header-prices__new {
        font-size: 23px;
    }
}

@media (max-width: 1050px) {
    .header {
        padding: 110px 0 90px 0;
        margin-top: -110px;
        background-position: left;
    }
    .header-nav {
        margin: 0 0 32px;
    }
    .header-nav__list {
        display: none;
    }
    .header-prices {
        left: 180px;
    }
    .form {
        max-width: 600px;
        margin: 0 auto;
        flex-direction: column;
        backdrop-filter: blur(80px);
        background: rgba(245, 245, 245, 0.1);
    }
    .form__input {
        margin: 0 0 16px;
    }
    .form select {
        width: 340px;
    }
}

@media (max-width: 768px) {
    .header {
        background-image: url('../img/header-bg-mob.jpg');
    }
    .header-title {
        margin: 0 0 25px;
    }
    .header-title__title {
        font-size: 40px;
        margin: 0 0 16px;
    }
    .header-title__subtitle {
        position: relative;
        right: -55px;
        bottom: 0;
        font-size: 18px;
    }
    .header__list {
        margin: 0;
        column-count: 1;
    }
    .header__list li:not(:last-child) {
        margin: 0 0 12px;
    }
    .header-prices {
        width: 180px;
        height: 180px;
    }
    .header-product__img {
        margin: 0 auto;
        display: block;
    }
    .form {
        padding: 32px 16px;
        max-width: 300px;
        position: absolute;
        bottom: -60px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .form__input {
        width: 271px;
    }
    .form select {
        width: 288px;
    }
    .timer {
        width: 70px;
        font-size: 12px;
    }
    .timer span {
        width: 20px;
    }
    .header-prices {
        left: auto;
        top: 110px;
        right: 0;
    }
    .header-prices__old {
        font-size: 16px;
    }
    .header-prices__new {
        font-size: 17px;
    }
    .block-black {
        bottom: -90px;
        filter: none;
    }
}

@media (max-width: 576px) {
    .header-product__img {
        width: 100%;
    }
}

.s1 {
    padding: 100px 0;
    background-image: url('../img/s1/s1-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.s1-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 30px;
}
.s1-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.s1-item__img {
    display: block;
    margin: 0 auto 24px;
}
.s1-item__text {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    color: #000;
    text-align: center;
}

@media (max-width: 960px) {
    .s1-wrap {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        column-gap: 20px;
        row-gap: 20px;
    }
}

@media (max-width: 768px) {
    .s1 {
        padding: 70px 0;
    }
    .s1-wrap {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(4, 1fr);
        column-gap: 0px;
        row-gap: 30px;
    }
    .s1-item__img {
        margin: 0 auto 16px;
    }
    .s1-item__text {
        font-size: 20px;
    }
}

.s2 {
    padding: 100px 0;
    background-image: url('../img/s2/s2-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.s2__title {
    margin: 0 0 55px;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
.s2-item {
    padding: 24px 24px 32px 24px;
    min-height: 573px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 20px;
}
.s2-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(35px);
    z-index: -1; 
}
.s2-man {
    margin: 0 0 16px;
    display: flex;
    align-items: center;
}
.s2-man__img {
    margin: 0 16px 0 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.s2-man__name {
    margin: 0 0 12px;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff;
}
.s2-man__age {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #fff;
}
.s2-item__text {
    margin: 0;
    display: inline-block;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
}
.swiper-position {
    position: relative;
}
.swiper-pagination {
    bottom: -40px!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
}
.swiper-pagination-bullet {
    width: 12px!important;
    height: 12px!important;
    background: #fff!important;
}
.swiper-pagination-bullet-active {
    width: 20px!important;
    height: 20px!important;
    background: #f8c44e!important;
}
.s2-item__btn {
    display: none;
}
.s2-item__text_hidden {
    display: inline-block;
}

@media (max-width: 768px) {
    .s2 {
        padding: 70px 0;
    }
    .s2__title {
        margin: 0 0 32px;
        font-size: 32px;
    }
    .s2-item {
        min-height: 416px;
    }
    .s2-item__text_hidden {
        display: none;
    }
    .visible-text {
        display: inline-block;
    }
    .s2-item__btn {
        position: relative;
        display: block;
        margin: 16px auto 0 auto;
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 18px;
        line-height: 140%;
        color: #fff;
        outline: none;
        border: none;
        background: none;
    }
    .s2-item__btn::after {
        content: url('../img/s2/down_arrow.svg');
        position: absolute;
        right: -15px;
        top: 4px;
    }
    .s2-item__btn.active::after {
        content: url('../img/s2/up_arrow.svg');
        position: absolute;
        right: -20px;
        top: 1px;
    }
}

.s3 {
    padding: 100px 0;
    background-color: #000;
}
.s3-bg {
    background-image: url('../img/s3/s3-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.s3-top {
    margin: 0 0 100px;
    display: flex;
    align-items: center;
}
.s3-top__img {
    display: block;
    margin: 0 auto 0 0;
}
.s3-top__list {
    max-width: 532px;
}
.s3-top__item {
    display: flex;
    align-items: flex-start;
}
.s3-top__item:not(:last-child) {
    margin: 0 0 24px;
}
.s3-top__item img {
    display: block;
    margin: 5px 8px 0 0;
}
.s3-top__item p {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    color: #c5c5c5;
}
.s3-top__item p span {
    font-weight: 700;
    color: #f4b14e;
}

.s3-bottom {
    display: flex;
    align-items: center;
}
.s3-bottom-left {
    max-width: 646px;
    margin: 0 150px 0 0;
}
.s3-bottom__title {
    margin: 0 0 55px;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff;
}
.s3-bottom__text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #c5c5c5;
}
.s3-bottom__text:not(:last-child) {
    margin: 0 0 20px;
}
.s3-bottom__text:last-child {
    margin: 0;
}
.s3-bottom__img {
    display: block;
    border-radius: 20px;
}

@media (max-width: 1360px) {
    .s3-top {
        margin: 0;
        flex-direction: column-reverse;
    }
    .s3-top__img {
        margin: 0;
    }
    .s3-bottom {
        flex-direction: column;
    }
    .s3-bottom-left {
        margin: 0 0 50px;
    }
}

@media (max-width: 768px) {
    .s3 {
        padding: 70px 0;
    }
    .s3-top__item p {
        font-size: 20px;
    }
    .s3-bottom__title {
        margin: 0 0 32px;
        font-size: 32px;
    }
    .s3-bottom__text {
        font-size: 16px;
    }
}

.s4 {
    padding: 100px 0;
    background-image: url('../img/s4/s4-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.s4-item {
    display: flex;
    align-items: center;
}
.s4-item__img {
    display: block;
    margin: 0 80px 0 0;
    border-radius: 20px;
}
.s4-item__img_2 {
    margin: 0 0 0 auto;
}
.s4-block {
    width: 509px;
}
.s4-item__head {
    margin: 0 0 32px;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 120%;
    text-transform: uppercase;
    color: #000;
}
.s4-item__text {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #000;
}

@media (max-width: 1170px) {
    .s4-item {
        margin: 0 0 50px;
        flex-direction: column;
    }
    .s4-item-2 {
        flex-direction: column-reverse;
    }
    .s4-item__img,
    .s4-item__img_2 {
        margin: 0 0 50px;
    }
}

@media (max-width: 590px) {
    .s4 {
        padding: 70px 0;
    }
    .s4-item {
        margin: 0 0 32px;
    }
    .s4-item__img, 
    .s4-item__img_2 {
        margin: 0 0 24px;
    }
    .s4-item__head {
        margin: 0 0 16px;
        font-size: 32px;
    }
    .s4-block {
        width: 320px;
    }
}

.s5 {
    position: relative;
    background-color: #000;
    z-index: 1;
}
.s5-bg {
    padding: 100px 0;
    background-image: url('../img/s5/s5-bg.jpg');
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
}
.s5-block-black {
    bottom: -60px;
    height: 170px;
    filter: none;
}
.s5-block-black p {
    padding-top: 60px;
    margin: 0;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: #c5c5c5;
}

@media (max-width: 1200px) {
    .s5-bg {
        background-position: top;
    }
}

@media (max-width: 768px) {
    .s5 {
        background-image: url('../img/header-bg-mob.jpg');
        background-color: initial;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
    }
    .s5-bg {
        background: none;
    }
    .s5-block-black {
        bottom: -140px;
    }
    .s5-block-black p {
        padding-top: 45px;
    }
}