@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-ExtraBold.woff2') format('woff2'),
        url('../fonts/Inter-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Medium.woff2') format('woff2'),
        url('../fonts/Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Black.woff2') format('woff2'),
        url('../fonts/Inter-Black.woff') format('woff');
    font-weight: 900;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.woff2') format('woff2'),
        url('../fonts/Inter-Regular.woff') format('woff');
    font-weight: 400;
    font-display: swap;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
    color: #fff;
    font-weight: 400;
    scroll-behavior: smooth;
}
body {
    background: #171717;
}
.container {
    max-width: 1640px;
    margin: 0 auto;
    padding: 0 20px;
}
.header {
    padding: 20px 70px;
    border-bottom: 1px solid #FFFFFF38;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #171717;
}
.header__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu__list {
    display: flex;
    align-items: center;
    gap: 35px;
    list-style-type: none;
}
.menu__item a {
    text-decoration: none;
    font-size: 15px;

}
.header__btn {
    background: linear-gradient(180deg, #FF9A59 0%, #FA6476 100%);
    border-radius: 8px;
    border: 1px solid #00000033;
    box-shadow: 0px 1px 2px 0px #0000000D;
    font-size: 14px;
    font-weight: 900;
    padding: 8px 25px;
    text-decoration: none;
}


.main {
    position: relative;
}
.section-1 {
    margin-top: 100px;
    margin-bottom: 380px;
}
.section-1__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.section-1__info {
    max-width: 570px;
    margin-top: 250px;
}
.subtitle {
     background: linear-gradient(95.02deg, #1E60EB 2.47%, #4992DC 56.55%, #39B3F7 99.44%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
    font-size: 60px;
    font-weight: 800;
}
.section-1__descr {
    margin-top: 35px;
    font-size: 24px;
}
.btn {
    background: linear-gradient(95.02deg, #1E60EB 2.47%, #4992DC 56.55%, #39B3F7 99.44%);
    padding: 16px 40px;
    text-decoration: none;
    border-radius: 8px;
    font-size: 24px;
    font-weight: 500;
    display: inline-block;
}
.section-1__btn {
    margin-top: 55px;
}
.title {
    font-size: 155px;
    font-weight: 800;
}
.title span {
    font-size: 76px;
    font-weight: 400;
    display: block;
}
.section-1__img {
    position: absolute;
    z-index: -1;
    top: -45px;
    right: 0;
    width: 990px;
}
.section-1__img_mob {
    display: none;
}

.section-2 {
    margin-top: 50px;
}
.section-2__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section-2__img {
    width: 100%;
    max-width: 700px;
}
.section-2__info {
    text-align: center;
}
.section-2__title {
    font-size: 86px;
    font-weight: 800;
}
.section-2__title span {
    font-size: 50px;
    font-weight: 400;
    display: block;
}
.section-2__descr {
    margin-top: 55px;
    font-size: 24px;
}
.section-2__btn {
    margin-top: 40px;
}

.section-3 {
    margin-top: 80px;
}
.section-3__info {   
    margin-bottom: 120px;
}
.section-3__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section-3__list {
    list-style-type: none;
    margin-top: 45px;
}
.section-3__list li {
    font-size: 24px;
}
.section-3__img {
    width: 100%;
    max-width: 950px;
}

.section-4 {
    margin-top: 400px;
    position: relative;
}
.section-4__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px;
}
.section-4__item {
    max-width: 480px;
    margin: 0 auto;
}
.section-4__item img {
    width: 100%;
}
.section-4__item_4 {
    margin-right: 0;
}
.section-4__item_5 {
    margin-left: 0;
}
.section-4__subtitle {
    margin-top: 20px;
    font-size: 60px;
    font-weight: 800;
}
.section-4__descr {
    margin-top: 15px;
    font-size: 24px;
}
.route {
    position: absolute;
}
.route_1 {
    top: -270px;
    left: 50%;
    transform: translateX(-50%);
}
.route_2 {
    left: 0;
    bottom: 220px;
}
.route_3 {
    right: 0;
    bottom: 220px;
}

.section-5 {
    margin-top: 240px;
}
.section-5__subtitle {
    font-size: 62px;
    font-weight: 800;
    text-align: center;
}
.section-5__wrap {
    margin-top: 75px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}
.section-5__info {
    padding: 65px 100px;
    border-radius: 22px;
    background: #fff;
    text-align: center;
}
.section-5__price {
    color: #171717;
    font-size: 155px;
    font-weight: 800;
}
.section-5__date {
    color: #171717;
    font-size: 76px;
}
.section-5__plan {
    display: block;
    margin-top: 60px;
    padding: 30px;
    border: 3px solid #FFFFFFB2;
    border-radius: 20px;
    font-size: 51px;
    text-align: center;
    text-decoration: none;
}
.yearly .section-5__price {
    color: #fff;
}
.yearly .section-5__date {
    color: #fff;
}
.yearly .section-5__info {
    background: url('../images/price-bg.jpg') center center/cover no-repeat;
}
.yearly .section-5__plan {
    border: 3px solid #FA6475;
}

.footer {
    margin-top: 260px;
    padding: 40px 70px;
    border-top: 1px solid #FFFFFF38
}
.footer__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer__logo img {
    width: 126px;
}
.footer__links {
    display: flex;
    align-items: center;
    gap: 80px;
}
.footer__link {
    font-size: 51px;
    text-decoration: none;
}

@media screen and (max-width: 1600px) {
    .section-1__img {
        width: 800px;
    }
    .section-1 {
        margin-bottom: 320px;
    }
    .section-3__img {
        max-width: 850px;
    }
    .section-4__item_4 {
        margin-right: auto;
    }
    .section-4__item_5 {
        margin-left: auto;
    }
    .section-5__price {
        font-size: 100px;
    }
    .section-5__info {
        padding: 50px;
    }
}
@media screen and (max-width: 1200px) {
    .section-2__img {
        max-width: 600px;
    }
    .section-3__img {
        max-width: 600px;
    }
    .section-4__item {
        max-width: 450px;
    }
    .section-4__subtitle {
        font-size: 56px;
    }
    .section-5__date {
        font-size: 64px;
    }
    .section-5__plan {
        font-size: 40px;
    }
    .footer__link {
        font-size: 36px;
    }
    .footer__logo img {
        width: 86px;
    }
    .header {
        padding-left: 20px;
        padding-right: 20px;
    }
    .footer {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 991.98px) {
    .header {
        padding: 10px 30px;
    }
    .section-1__wrap {
        flex-direction: column-reverse;
        align-items: center;
        gap: 600px;
    }
    .title {
        text-align: center;
        font-size: 46px;
    }
    .title span {
        font-size: 22px;
    }
    .section-1__info {
        text-align: center;
        margin-top: 0;
    }
    .subtitle {
        font-size: 48px;
    }
    .section-1__descr {
        margin-top: 25px;
        font-size: 20px;
    }
    .section-1__img {
        display: none;
    }
    .section-1__img_mob {
        display: block;
        position: absolute;
        max-width: 600px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        z-index: -1;
        top: -100px;
    }
    .btn {
        padding: 13px 30px;
        font-size: 18px;
    }
    .section-1__btn {
        margin-top: 30px;
    }
    .section-1 {
        margin-bottom: 85px;
    }
    .section-2__wrap {
        flex-direction: column;
        gap: 50px;
    }
    .section-2__title {
        font-size: 36px;
    }
    .section-2__title span {
        font-size: 25px;
    }
    .section-2__descr {
        margin-top: 25px;
        font-size: 20px;
    }
    .section-2__info {
        max-width: 600px;
    }
    .section-2__btn {
        margin-top: 30px;
    }
    .section-3 {
        margin-top: 85px;
    }
    .section-3__wrap {
        flex-direction: column-reverse;
        gap: 45px;
    }
    .section-3__info {
        margin-bottom: 0;
    }
    .section-3__list {
        margin-top: 25px;
    }
    .section-3__list li {
        font-size: 20px;
    }
    .route {
        display: none;
    }
    .section-4 {
        margin-top: 140px;
    }
    .section-4__item {
        position: relative;
    }
    .section-4__item::before {
        content: url('../images/route-mob.svg');
        position: absolute;
        left: 50%;
        top: -70px;
        transform: translateX(-50%);
    }
    .section-4__wrap {
        gap: 90px;
    }
    .section-4__subtitle {
        font-size: 33px;
    }
    .section-4__descr {
        font-size: 20px;
    }
    .section-5 {
        margin-top: 100px;
    }
    .section-5__subtitle {
        font-size: 36px;
    }
    .section-5__wrap {
        margin-top: 60px;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        gap: 55px;
    }
    .section-5__item {
        max-width: 270px;
        width: 100%;
    }
    .section-5__info {
        padding: 25px;
    }
    .section-5__price {
        font-size: 60px;
    }
    .section-5__date {
        font-size: 40px;
    }
    .section-5__plan {
        margin-top: 20px;
        font-size: 20px;
        padding: 10px;
        border-radius: 12px;
        border-width: 1px !important;
    }
    .footer__links {
        gap: 30px;
    }
    .footer__link {
        font-size: 24px;
    }
    .footer {
        margin-top: 140px;
    }
}
@media screen and (max-width: 767.98px) {
    .logo img {
        width: 20px;
    }
    .menu__list {
        gap: 20px;
    }
    .header__btn {
        padding: 5px 20px;
    }
    .dn-768 {
        display: none;
    }
    
    .footer__logo img {
        width: 20px;
    }
    .footer__link {
        font-size: 12px;
    }
    .footer__links {
        gap: 12px;
    }
}
@media screen and (max-width: 575.98px) {
    .section-1__img_mob {
        top: -50px;
    }
    .section-1__wrap {
        gap: 400px;
    }
}