.main-info {
    display: flex;
    flex-direction: column;
    height: 100%;
}
@media screen and (min-width: 910px) {
    .main-info {
        height: 100vh;
    }
}
@media screen and (min-width: 910px) {
    .main-info {
        flex-direction: row;
    }
}

.logo {
    padding-top: 56px;
}

@media screen and (max-width: 374px) {
    .logo {
        width: 131px;
        height: 21px;
    }
}

.main-block-title {
    color: #0e100f;
    font-weight: 600;
    font-family: Playfair Display;
    font-size: 42px;
    line-height: 56px;
    text-align: center;
}

@media screen and (min-width: 320px) and (min-height: 1100px) {
    .main-block-title {
        margin-top: 20vh;
    }
}

@media screen and (min-width: 375px) {
    .main-block-title {
        font-size: 52px;
        line-height: 69px;
    }
}

@media screen and (min-width: 375px) and (min-height: 1100px) {
    .main-block-title {
        margin-top: 114px;
    }
}

@media screen and (min-width: 320px) and (max-height: 1099px) {
    .main-block-title {
        margin-top: 20vh;
    }
}

@media screen and (min-width: 600px) {
    .main-block-title {
        font-size: 42px;
        line-height: 61px;
        text-align: left;
    }
}

@media screen and (min-width: 910px) {
    .main-block-title {
        font-size: clamp(1.625rem, -0.3533rem + 3.4783vw, 1.875rem);
        line-height: 61px;
        text-align: left;
    }
}

@media screen and (min-width: 1025px) {
    .main-block-title {
        font-size: clamp(1.875rem, 0.951rem + 1.4423vw, 2.25rem);
        line-height: 61px;
        text-align: left;
    }
}

@media screen and (min-width: 1441px) {
    .main-block-title {
        font-size: clamp(2.25rem, -1.4559rem + 3.9216vw, 3.25rem);
        line-height: 70px;
        text-align: left;
    }
}

@media screen and (min-width: 600px) and (min-height: 1100px) {
    .main-block-title {
        margin-top: 88px;
    }
}

@media screen and (min-width: 1200px) and (min-height: 1100px) {
    .main-block-title {
        margin-top: 150px;
    }
}

@media screen and (min-width: 1441px) and (min-height: 1100px) {
    .main-block-title {
        margin-top: 180px;
    }
}

@media screen and (min-width: 600px) and (max-height: 1099px) {
    .main-block-title {
        margin-top: 8vh;
    }
}

.main-block {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 20px;
    width: calc(100% - 32px);
    background: radial-gradient(
            50% 50% at 50% 50%,
            rgba(215, 255, 129, 0.15) 0%,
            rgba(215, 255, 129, 0) 100%
    );
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media screen and (max-width: 500px) {
    .main-block-wrapper {
        height: 100vh;
    }
}

@media screen and (min-height: 1000px) {
    .main-block {
        padding-bottom: 60px;
    }
}


@media screen and (min-width: 600px) {
    .main-block {
        padding-left: 68px;
        padding-right: 58px;
        width: calc(100% - 136px);
    }
}

@media screen and (min-width: 910px) {
    .main-block {
        padding-left: 52px;
        padding-right: 52px;
        width: calc(50% - 104px);
    }
}

@media screen and (min-width: 1200px) {
    .main-block {
        padding-left: 68px;
        padding-right: 68px;
        width: calc(50% - 136px);
    }
}

@media screen and (min-width: 1441px) {
    .main-block {
        padding-left: 112px;
        padding-right: 124px;
        width: calc(50% - 236px);
    }
}

.main-block-description {
    font-family: Satoshi;
    font-size: 20px;
    font-weight: 300;
    line-height: 27px;
    text-align: center;
}

@media screen and (max-width: 500px) {
    .main-block-description {
        margin-top: 10vh;
    }
}

@media screen and (min-width: 375px) {
    .main-block-description {
        font-size: 24px;
        line-height: 32px;
        text-align: center;
    }
}

@media screen and (min-width: 600px) {
    .main-block-description {
        font-size: clamp(1.5rem, 2.0307rem + -1.4151vw, 1.125rem);
        line-height: 35px;
        text-align: left;
    }
}

@media screen and (min-width: 1025px) {
    .main-block-description {
        font-size: clamp(1.125rem, -0.1058rem + 1.9231vw, 1.625rem);
        line-height: 35px;
        text-align: left;
    }
}

@media screen and (min-width: 1441px) {
    .main-block-description {
        font-size: clamp(1.625rem, 1.625rem + 0vw, 1.875rem);
        line-height: 40px;
        text-align: left;
    }
}

.download-application-block {
    display: flex;
    justify-content: center;
    gap: 16px;
}

@media screen and (max-width: 500px)  {
    .download-application-block {
        margin-top: 10vh;
    }
}

@media screen and (min-width: 375px) and (max-height: 1099px) {
    .download-application-block {
        margin-top: 8vh;
    }
}

@media screen and (min-width: 320px) and (min-height: 1100px) {
    .download-application-block {
        margin-top: 64px;
    }
}

@media screen and (min-width: 375px) and (max-height: 1099px) {
    .download-application-block {
        margin-top: 8vh;
    }
}

@media screen and (min-width: 375px) and (min-height: 1100px) {
    .download-application-block {
        margin-top: 115px;
    }
}

@media screen and (min-width: 600px) and (max-height: 1099px) {
    .download-application-block {
        margin-top: 8vh;
    }
}

@media screen and (min-width: 600px) and (min-height: 1100px) {
    .download-application-block {
        margin-top: 64px;
    }
}

@media screen and (min-width: 1200px) and (min-height: 1100px) {
    .download-application-block {
        margin-top: 160px;
    }
}

@media screen and (min-width: 475px) {
    .download-application-block {
        justify-content: space-between;
    }
}

@media screen and (min-width: 910px) {
    .download-application-block {
        gap: 80px;
        justify-content: flex-start;
    }
}

@media screen and (min-width: 1441px) {
    .download-application-block {
        gap: 150px;
        justify-content: flex-start;
    }
}

.download-application-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.download-button {
    height: 38px;
    width: 134px;
    cursor: pointer;
}

@media screen and (min-width: 375px) {
    .download-button {
        height: 47px;
        width: 160px;
    }
}

@media screen and (min-width: 900px) {
    .download-button {
        height: 39px;
        width: 134px;
    }
}

@media screen and (min-width: 1200px) {
    .download-button {
        height: 57px;
        width: 198px;
    }
}

@media screen and (min-width: 1441px) {
    .download-button {
        height: 59px;
        width: 201px;
    }
}

.main-block-footer {
    display: none;
}

@media screen and (min-width: 910px) {
    .main-block-footer {
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

.main-block-footer-links {
    gap: 40px;
    display: flex;
}

.link {
    text-decoration: none;
    color: #0e100f;
}

.main-block-footer-links h1 {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    font-family: Satoshi;
    cursor: pointer;
}

.main-block-footer-socials {
    display: flex;
    justify-content: space-between;
    width: 144px;
    height: 24px;
}

.main-block-footer-socials img {
    cursor: pointer;
}

.main-image {
    background-image: url("../images/background.svg");
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 82px;
    padding-bottom: 82px;
}

@media screen and (min-width: 910px) {
    .main-image {
        width: 50%;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

.qr-code {
    display: none;
}

@media screen and (min-width: 600px) {
    .qr-code {
        width: 155px;
        height: 155px;
        display: block;
    }
}

@media screen and (min-width: 1441px) {
    .qr-code {
        width: 155px;
        height: 155px;
        display: block;
    }
}

.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 28px;
    padding-bottom: 58px;
}

@media screen and (min-width: 600px) {
    .footer {
        display: flex;
        width: calc(100% - 136px);
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-left: 68px;
        padding-right: 68px;
    }
}

@media screen and (min-width: 910px) {
    .footer {
        display: none;
    }
}

.footer-socials img {
    cursor: pointer;
}

.footer-socials {
    display: flex;
    justify-content: space-between;
    width: 236px;
    height: 24px;
}

.footer-links h1 {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    font-family: Satoshi;
    cursor: pointer;
    margin: 0px 5px 0px 5px;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 45px;
    margin-bottom: 24px;
}

.footer-icon {
    height: 32px;
    width: 32px;
}

@media screen and (min-width: 600px) {
    .footer-links {
        gap: 40px;
        display: flex;
        margin-bottom: 24px;
    }
}

.high-end-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
}

@media screen and (min-width: 600px) {
    .high-end-wrapper {
        justify-content: flex-start;
    }
}

body {
    margin: 0;
    height: 100%;
}

@media screen and (min-width: 910px) {
    body {
        height: 100vh;
    }
}

@media screen and (min-height: 1000px) {
    html {
        height: -webkit-fill-available;
    }
}

.main-image-svg {
    z-index: 3;
    pointer-events: none;
    position: absolute;
    height: 534px;
    width: 382px;
    top: calc(50% - 270px);
    left: calc(50% - 192px);
}

@media screen and (min-width: 375px) {
    .main-image-svg {
        height: 666px;
        width: 488px;
        top: calc(50% - 341px);
        left: calc(50% - 246px);
    }
}

@media screen and (min-width: 1125px) {
    .main-image-svg {
        height: 830px;
        width: 576px;
        top: calc(50% - 418px);
        left: calc(50% - 292px);
    }
}

@media screen and (min-width: 1440px) {
    .main-image-svg {
        height: 867px;
        width: 608px;
        top: calc(50% - 435px);
        left: calc(50% - 307px);
    }
}

@media screen and (min-width: 1680px) {
    .main-image-svg {
        height: 914px;
        width: 640px;
        top: calc(50% - 461px);
        left: calc(50% - 322px);
    }
}

.main-image-svg-filling {
    position: absolute;
    z-index: 2;
    height: 518px;
    width: 240px;
    top: calc(50% - 252px);
    left: calc(50% - 103px);
    border-radius: 27px;
}

@media screen and (min-width: 375px) {
    .main-image-svg-filling {
        height: 626px;
        width: 300px;
        top: calc(50% - 306px);
        left: calc(50% - 122px);
    }
}

@media screen and (min-width: 1125px) {
    .main-image-svg-filling {
        height: 835px;
        width: 359px;
        top: calc(50% - 417px);
        left: calc(50% - 158px);
    }
}

@media screen and (min-width: 1440px) {
    .main-image-svg-filling {
        height: 835px;
        width: 380px;
        top: calc(50% - 417px);
        left: calc(50% - 169px);
    }
}

@media screen and (min-width: 1680px) {
    .main-image-svg-filling {
        height: 761px;
        width: 403px;
        top: calc(50% - 384px);
        left: calc(50% - 164px);
    }
}

.a {
    background-image: url("../images/iPhone.svg");
    height: 738px;
    width: 372px;
}

.iframe-wrapper {
    position: relative;
    height: 436px;
    width: 225px;
    overflow: hidden;
}

@media screen and (min-width: 375px) {
    .iframe-wrapper {
        position: relative;
        height: 564px;
        width: 263px;
    }
}

@media screen and (min-width: 1125px) {
    .iframe-wrapper {
        position: relative;
        height: 666px;
        width: 352px;
    }
}

@media screen and (min-width: 1440px) {
    .iframe-wrapper {
        position: relative;
        height: 730px;
        width: 353px;
    }
}

@media screen and (min-width: 1680px) {
    .iframe-wrapper {
        position: relative;
        height: 763px;
        width: 370px;
    }
}

.video-wrapper {
    width: 193px;
    height: 414px;
    position: absolute;
    left: 17px;
    top: 9px;
    border-radius: 24px;
    overflow: hidden;
}

@media screen and (min-width: 375px) {
    .video-wrapper {
        width: 241px;
        height: 516px;
        position: absolute;
        left: 11px;
        top: 18px;
        border-radius: 24px;
        overflow: hidden;
    }
}

@media screen and (min-width: 1125px) {
    .video-wrapper {
        width: 295px;
        height: 638px;
        position: absolute;
        left: 27px;
        top: 13px;
        border-radius: 24px;
        overflow: hidden;
    }
}

@media screen and (min-width: 1440px) {
    .video-wrapper {
        width: 313px;
        height: 672px;
        position: absolute;
        left: 19px;
        top: 30px;
        border-radius: 24px;
        overflow: hidden;
    }
}

@media screen and (min-width: 1680px) {
    .video-wrapper {
        width: 329px;
        height: 710px;
        position: absolute;
        left: 20px;
        top: 25px;
        border-radius: 24px;
        overflow: hidden;
    }
}