.display-none {
    display: none;
}

html,
body {
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
}

.cursor-pointer {
    cursor: pointer;
}

.download-links-container :only-child {
    cursor: pointer;
}

.container {
    width: 1140px;
    margin: 0 auto;
    position: relative;
}

.header {
    height: 80px;
    background: #5361F5;
    background-position: center;
    margin: 0;
    position: relative;
    margin-top: 0

}

.header-logo {
    position: absolute;
    left: 8.07%;
    top: 18px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.header-logo__text {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 28px;
    letter-spacing: -0.933333px;
    color: #FFFFFF;
}

.header__download-button {
    position: absolute;
    right: 7.81%;
    top: 15px;
    padding: 15px;
    background: #FFFFFF;
    color: #5361F5;
    border-radius: 5px;
    border: none;
    transition: 500ms;
}

.header__download-button:hover {
    background: #C10841;
    color: #FFFFFF;
}

.slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100vh;
    height: 750px;
    background: #5361F5;
}

.slide-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0 0 20px;
    gap: 40px;
    width: 616px;
    height: 404px;
}

.slide-content__title {
    margin: 0;
    padding-right: 30px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 140%;
    letter-spacing: -2px;
    color: #FFFFFF;
}

.slide-content path,
footer path {
    fill: #FFFFFF;
}

.slide-content,
footer .os-select {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    letter-spacing: -0.4px;
    color: #FFFFFF;
}

.os-select__item:first-child {
    padding-right: 20px;
}

.os-select svg {
    padding-right: 10px;
}

.download-links-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.download-button {
    background: #F20A51;
    border-radius: 5px;
    width: 210px;
    height: 64px;
    border: none;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    transition: 500ms;
}

.download-button:hover {
    background: #C10841;
}

.download-button__text {
    color: #FFFFFF;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    letter-spacing: -0.625px;
    text-transform: uppercase;
}

.download-button img {
    width: 28px;
}

.slide-img {
    position: absolute;
    top: -130px;
    left: 470px;
    filter: drop-shadow(-52px 98px 30px rgba(8, 11, 94, 0.3));
}

.slide-img__oval {
    position: absolute;
    top: 256px;
    left: 15px;
    width: 404px;
    height: 404px;
    border-radius: 50%;
    background: #FFFFFF;
    mix-blend-mode: normal;
    opacity: 0.1;
    z-index: -1;
}

.advantages {
    max-width: 1140px;
    margin: 0 auto;
    padding: 120px 20px;
}

.advantages__title {
    max-width: 639px;
    min-height: 124px;
    margin: 0px 0 68px 0;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 130%;
    letter-spacing: -1.5px;
    color: #19191B;
}

.advantages-items {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

.advantages-item {
    width: 40%;
    display: flex;
    align-items: flex-start;
    gap: 26px;
}

.advantages-item__text {
    max-width: 360px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.500211px;
    color: #696871;
    display: inline-block;
}

.downloader {
    position: relative;
    margin: 0 auto;
    height: 785px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #F7F7FB;
}

.downloader__title {
    max-width: 975px;
    margin: 120px 0 59px 0;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 130%;
    text-align: center;
    letter-spacing: -1.5px;
    color: #19191B;
}

.downloader path {
    fill: #696871;
}

.footer {
    height: 670px;
    background: url(img/footer-bg.svg);
    background-position: center;
    margin-top: 339px;

}

.footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.footer-content {
    max-width: 616px;
    margin-bottom: 45px;
}

.footer-content__title {
    margin-top: 130px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 62px;
    text-align: center;
    letter-spacing: -1.5px;
    color: #FFFFFF;
}

.footer-content__text {
    max-width: 450px;
    margin: 0 auto;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    letter-spacing: -0.4px;
    color: #FFFFFF;
    mix-blend-mode: normal;
    opacity: 0.7;
}

.footer__copyright {
    border-top: 2px solid;
    max-width: 80%;
    margin: 40px auto;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.375px;
    color: #696871;
}

.slide-img-tablet {
    display: none;
    position: absolute;
    top: 350px;
    right: 120px;
}

.slide-img__main-img-tablet {
    filter: drop-shadow(-23.6753px 44.6188px 34.6024px rgba(8, 11, 94, 0.3));
}

@media (max-width: 1023px) {
    .slide {
        align-items: normal;
    }

    .slide-img {
        display: none;
    }

    .slide-img-tablet {
        display: block;
    }

    .container {
        width: 100%;
    }

    .slide-content {
        padding-top: 70px;
        gap: 80px;
        padding-left: 80px;
    }

    .downloader__img {
        width: 900px;
    }
}

@media (max-width: 850px) {
    .slide-img-tablet {
        right: auto;
        top: 600px;
    }

    .slide-content {
        padding-left: 10px;
    }

    .slide-content__title {
        font-size: 40px;
        line-height: 48px;
        width: 320px;
    }

    .advantages {
        padding: 200px 20px 40px 20px;
    }

    .advantages-item {
        width: auto;
    }

    .advantages-item__text {
        max-width: 100%;
    }

    .downloader__title {
        font-size: 30px;
    }

    .downloader__img {
        width: 400px;
    }

    .footer {
        margin-top: 170px;
        height: auto;
    }

    .footer__copyright {
        margin-bottom: 0;
    }
}