.banner_ios-install{
    background: linear-gradient(85.91deg, #131414 6.01%, #444444 98.99%);
    position: relative;
    overflow: hidden;
    max-height: 550px;
}

.banner_ios-install .banner__left-phone{
    position: absolute;
    bottom: 0;
    left: 10%;
    height: auto;
    z-index: 2;
}

.banner_ios-install .banner__right-phone{
    position: absolute;
    bottom: 0;
    right: 10%;
    height: auto;
    z-index: 2;
}

.banner_ios-install .banner__left-phone-label{
    position: absolute;
    bottom: 0;
    left: 3%;
    top: 80%;
    height: auto;
    z-index: 1;
    transform: translateY(-100%);
    margin-bottom: 10px;
}

.banner_ios-install .banner__right-phone-label{
    position: absolute;
    bottom: 0;
    right: 3%;
    top:80%;
    height: auto;
    z-index: 1;
    transform: translateY(-100%);
    margin-bottom: 10px;
}

.banner_ios-install .banner__text{
    text-align: center;
}

.banner_ios-install .banner__title{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 64px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner_ios-install .banner__title-line{
    white-space: nowrap;
    display: block;
    text-align: center;
}

.banner_ios-install .banner__title-line_mobile{
    display: none;
}

.banner_ios-install .banner__rectangles{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    margin: 60px auto 0;
}

.banner_ios-install .banner__rectangle{
    width: 112px;
    height: 112px;
    border-radius: 29.77px;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0.71px 0.71px 0px 0px rgba(255, 255, 255, 0.35) inset,
                -0.71px -0.71px 0px 0px rgba(0, 0, 0, 0.35) inset;
    backdrop-filter: blur(80px);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_ios-install .banner__rectangle-image{
    position: absolute;
    width: auto;
    height: auto;
    max-width: 80%;
    max-height: 80%;
    z-index: 1;
}

.banner_ios-install .banner__ellipse-bottom-left{
    width: 53.16455841064453px;
    height: 53.16455841064453px;
    position: absolute;
    top: 75.85px;
    left: -17.01px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 1);
    filter: blur(20px);
    opacity: 0.6;
}

.banner_ios-install .banner__ellipse-top-right{
    width: 53.16455841064453px;
    height: 53.16455841064453px;
    position: absolute;
    top: -17.01px;
    left: 68.76px;
    border-radius: 50%;
    background: rgba(247, 153, 0, 1);
    filter: blur(20px);
    opacity: 0.6;
}

.banner_ios-install .banner__ellipse-top-right-white{
    background: rgba(255, 255, 255, 1);
}

.banner__ellipses{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.banner__ellipse{
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 1);
}

.banner__ellipse_1{
    width: 1308px;
    height: 1308px;
    top: 138px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.05;
}

.banner__ellipse_2{
    width: 980px;
    height: 980px;
    top: 302px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.05;
}

.banner__ellipse_3{
    width: 752px;
    height: 752px;
    top: 416px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.05;
}

.article__ios-install{
    padding-bottom: 110px;
    background: rgba(250, 250, 250, 1);
    padding-top: 110px;
}

.article__ios-install .content{
    margin: 0;
}

.article__ios-install .article__title{
    text-align: center;
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
}

.article__ios-install .article__subtitle{
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    max-width: 800px;
    margin: 0 auto 60px;
}

.article__ios-install .article__steps{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.article__ios-install .article__step{
    position: relative;
    background: rgba(232, 232, 232, 1);
    border-radius: var(--border-radius-main);
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    overflow: hidden;
    aspect-ratio: 1.3 / 1;
}

.article__ios-install .article__step-ellipse{
    position: absolute;
    width: 525px;
    height: 525px;
    border-radius: 50%;
    background: rgba(165, 165, 165, 0.1);
    opacity: 1;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.article__ios-install .article__step-ellipse-inner{
    width: 375px;
    height: 375px;
    border-radius: 50%;
    background: rgba(165, 165, 165, 0.1);
    opacity: 1;
}

.article__ios-install .article__step-image{
    position: absolute;
    z-index: 1;
    max-width: 100%;
    height: auto;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
}

.article__ios-install .article__step-image-step2{
    top: 10%;
    transform: translate(-50%, -50%) scale(0.8);
    z-index: 1;
}

.article__ios-install .article__step-back-s2{
    position: absolute;
    z-index: 2;
    max-width: 55%;
    height: 110%;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.75);
}

.article__ios-install .article__step-menu-s2{
    position: absolute;
    z-index: 3;
    max-width: 100%;
    height: auto;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
}

.article__ios-install .article__step-back-s3{
    position: absolute;
    z-index: 2;
    max-width: 100%;
    height: auto;
    top:52%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
}

.article__ios-install .article__step-cam-s3{
    position: absolute;
    z-index: 3;
    max-width: 100%;
    height: auto;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
}

.article__ios-install .article__step-back-s4{
    position: absolute;
    z-index: 2;
    max-width: 100%;
    height: auto;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
}

.article__ios-install .article__step-block-s4-1{
    position: absolute;
    z-index: 3;
    max-width: 100%;
    height: auto;
    top: 41%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
}

.article__ios-install .article__step-block-s4-2{
    position: absolute;
    z-index: 3;
    max-width: 100%;
    height: auto;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
}

.article__ios-install .article__step-block-s4-3{
    position: absolute;
    z-index: 3;
    max-width: 100%;
    height: auto;
    top: 67%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
}

.article__ios-install .article__step-icon-slon-s4{
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
}

.article__ios-install .article__step-icon-text-s4{
    position: absolute;
    z-index: 4;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 106%;
    letter-spacing: 0;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    top: 60%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.article__ios-install .article__step-image-safari{
    position: absolute;
    z-index: 1;
    max-width: 100%;
    height: auto;
    top: 49%;
    transform: scale(0.8);
}

.article__ios-install .article__step-rectangle{
    position: absolute;
    width: 325px;
    height: 66px;
    top: 31%;
    left: 20%;
    border-radius: 6px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
}

.article__ios-install .article__step-rectangle-s3{
    position: absolute;
    width: 350px;
    height: 56px;
    top: 56%;
    left: 20%;
    border-radius: 6px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
}

.article__ios-install .article__step-rectangle-logo{
    height: auto;
    max-height: 80%;
    width: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 106%;
    letter-spacing: 0;
    text-align: center;
    color: #000;
}

.article__ios-install .article__step-rectangle-right{
    display: flex;
    align-items: center;
    gap: 20px;
}

.article__ios-install .article__step-rectangle-user{
    height: auto;
    max-height: 80%;
    width: auto;
}

.article__ios-install .article__step-rectangle-tooltip{
    height: auto;
    max-height: 80%;
    width: auto;
    border-radius: 0;
}

.article__ios-install .article__step-overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 25%;
    background: rgba(51, 51, 51, 1);
    padding: 15px 20px;
    z-index: 2;
}

.article__ios-install .article__step-overlay-text{
    font-family: "Gotham Pro", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 106%;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 10px;
    letter-spacing: 0.05em;

}

.article__ios-install .article__step-overlay-description{
    font-family: "Gotham Pro", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 106%;
    letter-spacing: 0.05em;
    text-align: left;
    color: rgba(255, 255, 255, 1);
}

.article__ios-install .article__step-overlay-link{
    font-family: "Gotham Pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 106%;
    letter-spacing: 0;
    text-align: left;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    color: #F79900;
    transition: color 0.3s ease;
}

@media screen and (min-width: 769px) {
    .article__ios-install .article__step-overlay-link:hover{
        color: #FFB340;
        cursor: pointer;
    }
}

.article__ios-install .article__step-counter{
    position: absolute;
    top: 15px;
    right: 15px;
    font-weight: 600;
    font-style: normal;
    font-size: 40px;
    line-height: 106%;
    letter-spacing: 0;
    text-align: center;
    background: transparent;
    color: rgba(219, 219, 219, 1);
    padding: 10px 15px;
    border-bottom-left-radius: var(--border-radius-main);
    z-index: 1;
}

.article__ios-install .article__step-number{
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 120px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.05);
    line-height: 1;
    z-index: 0;
}

.article__ios-install .article__step-image-placeholder{
    width: 100%;
    height: 300px;
    background-color: #f5f5f5;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.article__ios-install .article__step-image-placeholder::after{
    content: "Изображение iPhone";
    color: #999;
    font-size: 14px;
}

.article__ios-install .article__step-title{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
    position: relative;
    z-index: 1;
}

.article__ios-install .article__step-text{
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    position: relative;
    z-index: 1;
}

.advantages_ios-install{
    background-color: #f2f2f2;
    padding-bottom: 110px;
}

.advantages_ios-install .advantages__list{
    justify-content: space-between;
}

.explanation__ios-install{
    padding-top: 110px;
}

.explanation__ios-install h2{
    max-width: 1000px;
    line-height: 72px;
    margin-bottom: 40px;
}

.explanation__ios-install .explanation__steps{
    margin-bottom: 110px;
}

.conditions__ios-install ol{
    list-style: inside;
}

.register__ios-install{
    padding-bottom: 110px;
    padding-top: 110px;
}

.register__ios-install .block{
    display: flex;
    border-radius: var(--border-radius-main);
    overflow: hidden;
}

.register__ios-install .block .item{
    width: 50%;
}

.register__ios-install .block .item.item_border{
    border: 4px solid #F79900;
    border-radius: var(--border-radius-main);
    display: flex;
    justify-content: center;
    align-items: center;
}

.register__ios-install .block .item.item_border a{
    font-size: 64px;
    font-weight: 700;
}

.site-ios-install .article__ios-install .content__img{
    display: none;
}

.site-ios-install .article__ios-install .content__img img{
    border-radius: var(--border-radius-main);
}

.site-ios-install .article__ios-install .content__title{
    line-height: normal;
}


@media screen and (min-width: 990px){
    .site-ios-install .article__ios-install .content__img{
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .banner_ios-install{
        background: linear-gradient(85.91deg, #131414 6.01%, #444444 98.99%);
        max-height: none;
        min-height: 600px;
        padding-bottom: 40px;
    }

    .banner_ios-install .banner__left-phone{
        position: absolute;
        bottom: 0;
        left: 25%;
        top: 90%;
        height: auto;
        z-index: 2;
        transform: translate(-50%, -50%) scale(0.7);
    }

    .banner_ios-install .banner__right-phone{
        position: absolute;
        bottom: 0;
        left: 75%;
        top: 90%;
        height: auto;
        z-index: 2;
        transform: translate(-50%, -50%) scale(0.7);
    }

    .banner_ios-install .banner__left-phone-label{
        position: absolute;
        bottom: 0;
        left: auto;
        right: 50%;
        top: 95%;
        height: auto;
        z-index: 1;
        transform: translateY(-100%) scale(0.7);
        margin-bottom: 10px;
    }

    .banner_ios-install .banner__right-phone-label{
        position: absolute;
        bottom: 0;
        left: 55%;
        top:95%;
        height: auto;
        z-index: 1;
        transform: translateY(-100%) scale(0.7);
        margin-bottom: 10px;
    }
    .banner_ios-install .banner__title{
        font-size: 32px;
        margin-bottom: 30px;
        margin-top: -100px;
    }

    .banner_ios-install .banner__title-line_desktop{
        display: none;
    }

    .banner_ios-install .banner__title-line_mobile{
        display: block;
        line-height: 1.3;
    }

    .banner_ios-install .banner__rectangles{
        gap: 30px;
        margin: 100px auto 0;
    }

    .banner_ios-install .banner__rectangle{
        width: 80px;
        height: 80px;
        border-radius: 20px;
    }

    .banner_ios-install .banner__ellipse_1{
        width: 900px;
        height: 900px;
        top: 200px;
    }

    .banner_ios-install .banner__ellipse_2{
        width: 700px;
        height: 700px;
        top: 300px;
    }

    .banner_ios-install .banner__ellipse_3{
        width: 560px;
        height: 560px;
        top: 370px;
    }

    /* Article mobile styles */
    .article__ios-install{
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .article__ios-install .article__title{
        font-size: 28px;
        margin-bottom: 15px;
        padding: 0 20px;
    }

    .article__ios-install .article__subtitle{
        font-size: 14px;
        padding: 0 20px;
        margin-bottom: 40px;
    }

    .article__ios-install .article__steps{
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 0 20px;
    }

    .article__ios-install .article__step{
        padding: 30px 20px;
        aspect-ratio: 1.2 / 1;
    }

    .article__ios-install .article__step-ellipse{
        width: 350px;
        height: 350px;
    }

    .article__ios-install .article__step-ellipse-inner{
        width: 250px;
        height: 250px;
    }

    .article__ios-install .article__step-image{
        top: 51%;
        transform: translate(-50%, -50%) scale(0.8);
    }

    .article__ios-install .article__step-image-step2{
        top: 10%;
        transform: translate(-50%, -50%) scale(0.6);
    }

    .article__ios-install .article__step-back-s2{
        top: 25%;
        transform: translate(-50%, -50%) scale(0.5);
    }

    .article__ios-install .article__step-menu-s2{
        top: 38%;
        transform: translate(-50%, -50%) scale(0.7);
    }

    .article__ios-install .article__step-back-s3{
        top: 43.5%;
        transform: translate(-50%, -50%) scale(0.56);
    }

    .article__ios-install .article__step-cam-s3{
        top: 20%;
        transform: translate(-50%, -50%) scale(0.56);
    }

    .article__ios-install .article__step-back-s4{
        top: 43.5%;
        transform: translate(-50%, -50%) scale(0.56);    }

    .article__ios-install .article__step-block-s4-1,
    .article__ios-install .article__step-block-s4-2,
    .article__ios-install .article__step-block-s4-3{
        transform: translate(-50%, -50%) scale(0.56);
    }

    .article__ios-install .article__step-block-s4-1{
        top: 35%;
    }

    .article__ios-install .article__step-block-s4-2{
        top: 48%;
    }

    .article__ios-install .article__step-block-s4-3{
        top: 61%;
    }

    .article__ios-install .article__step-icon-slon-s4{
        top: 45%;
        transform: translate(-50%, -50%) scale(0.6);
    }

    .article__ios-install .article__step-icon-text-s4{
        top: 55%;
        font-size: 14px;
    }

    .article__ios-install .article__step-image-safari{
        top: 35%;
        transform: scale(0.6);
    }

    .article__ios-install .article__step-rectangle{
        width: 250px;
        height: 50px;
        top: 20%;
        left: 50%;
        transform: translateX(-50%);
        padding-left: 12px;
        padding-right: 12px;
    }

    .article__ios-install .article__step-rectangle-s3{
        width: 280px;
        height: 48px;
        top: 44%;
        left: 50%;
        transform: translateX(-50%);
        padding-left: 12px;
        padding-right: 12px;
    }

    .article__ios-install .article__step-rectangle-logo{
        font-size: 14px;
    }

    .article__ios-install .article__step-rectangle-right{
        gap: 12px;
    }

    .article__ios-install .article__step-overlay{
        height: 30%;
        padding: 12px 15px;
    }

    .article__ios-install .article__step-overlay-text{
        font-size: 18px;
        margin-bottom: 8px;
    }

    .article__ios-install .article__step-overlay-description{
        font-size: 14px;
    }

    .article__ios-install .article__step-overlay-link{
        font-size: 14px;
    }

    .article__ios-install .article__step-counter{
        font-size: 32px;
        top: 12px;
        right: 12px;
        padding: 8px 12px;
    }
}

.article__step-icon-slon-s4 {
    background: rgba(247, 153, 0, 1);
    box-shadow: 0.53px 0.53px 0px 0px rgba(255, 255, 255, 0.35) inset,
                -0.53px -0.53px 0px 0px rgba(0, 0, 0, 0.35) inset;
    backdrop-filter: blur(60px);
    width: 84px;
    height: 84px;
    border-radius: 22.33px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.article__step-icon-slon-s4 .icon-center-image {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: relative;
    z-index: 1;
}

