/* BASE */
/* Убираем стандартные вертикальные отступы */
p,
h1, h2, h3, h4, h5, h6,
ul, ol, li,
blockquote,
pre,
figure,
figcaption,
dl, dt, dd,
a,
button,
input,
textarea,
select,
label {
    margin-top: 0;
    margin-bottom: 0;
}
.btn{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

body{
    background-color: #EEEDF2;
    max-width: 100%;
    overflow-x: hidden;
}

/* HEADER */
#transparent-header{
    margin-top: 50px;
    align-items: center;
}
#transparent-header .left.top{
    gap: 15px;
    align-items: center;
}
#transparent-header .left.top img{
    width: 50px;
    height: 50PX;
    border-radius: 10px;
}
#transparent-header .left.top h2{
    gap: 40px;
    align-items: center;
    font-family: Onest;
}
#transparent-header .left.top .name{
    font-weight: 500;
    font-size: 25px;
    line-height: 100%;
    color: #1E55A8;
}
#transparent-header .left.top .description{
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #464253;
}

#transparent-header .links{
    gap: 30px;
    align-items: center;
}
#transparent-header .links a{
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #464253;
    text-decoration: none;
} 
/* HERO Главный экран */
#hero{
    font-family: Onest;
    max-width: 1610px;
    margin-left: auto;
    margin-right: auto;
}
#hero .left.bottom{
    padding-top: 160px;
}
#hero .left.bottom p{
    margin-top: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #464253;
    margin-bottom: 30px;
    max-width: 500px;
}
#hero .left.bottom h1{
    font-weight: 500;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1E55A8;
    margin-bottom: 40px;
}
#hero .left.bottom .button{
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 2%;
    
    display: flex;
    justify-content: center;
    align-items: center;

    text-align: center;
    color: #FFFFFF;
    width: 477px;
    height: 106px;
    border-radius: 20px;
    background: #1E55A8;
}

#hero-bg-phones{
    left: 843px;
    top: 60px;
    position: absolute;
}
#hero-bg-blur{
    position: absolute;
    left: 171px;
    top: -446px;
    /* width: 1781px; */
    /* height: 1772px; */
}

#pricing-plan{
    margin-top: 212px;
    background: #FFFFFF;
    width: 1258px;
    height: 693px;
    border-radius: 25px;
    padding: 60px 60px 50px 60px;
}

#pricing-plan .row.top{
    gap: 200px;
}
#pricing-plan .row.top .left{
    max-width: 640px;
}
#pricing-plan .row.top .left .pseudo-button{
    border-radius: 1000px;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    border: 1px solid #1E55A8;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #1E55A8;
    margin-bottom: 30px;
    display: block;
    width: fit-content;
}
#pricing-plan .row.top .left h2{
    font-weight: 500;
    font-size: 45px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1E55A8;
    margin-bottom: 20px;
}
#pricing-plan .row.top .left h3{
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 20px;
}
#pricing-plan .row.top .left ul{
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #464253;
}
#pricing-plan .row.top .left li{
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    padding-left: 15px;
}
#pricing-plan .row.top .left .form-group .button{
    border-radius: 20px;
    padding-top: 15px;
    padding-right: 50px;
    padding-bottom: 15px;
    padding-left: 50px;
    text-align: center;
    background: #1E55A8;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 2%;
    color: #FFFFFF;
}
#pricing-plan .row.top .left .form-group .button span{
    font-size: 12px;
    color: #81A1D2;
    margin-top: 5px;
    display: block;
}
#pricing-plan .row.top .left .form-group .row{
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
}
#pricing-plan .row.top .left .form-group .extra{
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #464253;
    max-width: 210px;
}
#pricing-plan .row.top .left .form-group .checkbox-row{
    max-width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 12px;

}

#pricing-plan .row.top .left .form-group input{
    border: 1px solid #1E55A8;
    width: 16px;
    height: 16px;
    border-radius: 5px;
    border-width: 1px;
}
#pricing-plan .row.top .left .form-group label{
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #6A85B1;
}
#pricing-plan .row.top .right{
    max-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
#pricing-plan .row.top .right article{}

#pricing-plan .row.top .right h3{
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #151419;
}
#pricing-plan .row.top .right p{
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #464253;
    margin-top: 15px;
}

#pricing-plan .row.bottom {
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-top: 35px;
}
#pricing-plan .row.bottom .benefit-item{
    justify-content: center;
    align-items: center;
    gap: 20px;
}
#pricing-plan .row.bottom .benefit-icon{}
#pricing-plan .row.bottom .benefit-icon img{}
#pricing-plan .row.bottom .benefit-text{
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #383030;
}

#other-pricing-plans{
    margin-top: 150px;
}
#other-pricing-plans h2{
    font-weight: 500;
    font-size: 46px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #1E55A8;
    margin-bottom: 45px;
}
#other-pricing-plans .table{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
#other-pricing-plans .table article{
    background: #F7F7F7;
    border-radius: 25px;
}
#other-pricing-plans .table article .card{
    padding: 30px;
    box-sizing: border-box;
    display: block;
}
#other-pricing-plans .table h3{
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1E55A8;
}
#other-pricing-plans .table p{
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #464253;
    margin-top: 15px;
}
#other-pricing-plans .table .button{
    width: 100%;
    height: 70px;
    border-radius: 20px;
    background: #1E55A8;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 2%;
    color: #FFFFFF;
    margin-top: 15px;
}


@media screen and (max-width:1900px) {
    /* HEADER */
    #transparent-header{
        margin-top: 20px;
    }
    #transparent-header .left.top{
        gap: 15px;
    }
    #transparent-header .left.top img{
        width: 50px;
        height: 50PX;
    }
    #transparent-header .left.top h2{
        gap: 20px;
    }
    #transparent-header .left.top .name{
        font-size: 25px;
    }
    #transparent-header .left.top .description{
        font-size: 12px;
    }
    #transparent-header .links{
        gap: 30px;
    }
    #transparent-header .links a{
        font-size: 14px;
    } 
    /* HERO Главный экран */
    #hero{
        max-width: 1290px;
    }
    #hero .left.bottom{
        padding-top: 160px;
    }
    #hero .left.bottom p{
        font-size: 16px;
        margin-bottom: 40px;
        max-width: 450px;
    }
    #hero .left.bottom h1{
        font-size: 48px;
        margin-bottom: 40px;
    }
    #hero .left.bottom .button{
        font-size: 20px;
        line-height: 100%;
        width: 477px;
        height: 106px;
    }
    
    #hero-bg-phones{
        left: 630px;
        top: 60px;
        width: 630px;
    }
    #hero-bg-blur{
        left: -55px;
        top: -431px;
        width: 1781px;
    }
    
    #pricing-plan{
        margin-top: 212px;
        width: 1258px;
        height: 693px;
        padding: 60px 60px 50px 60px;
    }
    
    #pricing-plan .row.top{
        gap: 200px;
    }
    #pricing-plan .row.top .left{
        max-width: 640px;
    }
    #pricing-plan .row.top .left .pseudo-button{
        padding: 15px 30px;
        font-size: 16px;
        margin-bottom: 30px;
    }
    #pricing-plan .row.top .left h2{
        font-size: 45px;
        margin-bottom: 20px;
    }
    #pricing-plan .row.top .left h3{
        font-size: 24px;
        margin-bottom: 20px;
    }
    #pricing-plan .row.top .left ul{
        font-size: 16px;
    }
    #pricing-plan .row.top .left li{
        padding-left: 15px;
    }
    #pricing-plan .row.top .left .form-group .button{
        padding: 15px 50px;
        font-size: 14px;
    }
    #pricing-plan .row.top .left .form-group .button span{
        font-size: 12px;
        margin-top: 5px;
    }
    #pricing-plan .row.top .left .form-group .row{
        gap: 20px;
        margin-top: 20px;
    }
    #pricing-plan .row.top .left .form-group .extra{
        font-weight: 400;
        font-size: 12px;
        max-width: 210px;
    }
    #pricing-plan .row.top .left .form-group .checkbox-row{
        max-width: 300px;
        gap: 5px;
        margin-top: 12px;
    }
    
    #pricing-plan .row.top .left .form-group input{
        width: 16px;
        height: 16px;
    }
    #pricing-plan .row.top .left .form-group label{
        font-size: 12px;
    }
    #pricing-plan .row.top .right{
        max-width: 300px;
        gap: 40px;
    }
    #pricing-plan .row.top .right h3{
        font-size: 18px;
    }
    #pricing-plan .row.top .right p{
        font-size: 16px;
        margin-top: 15px;
    }
    #pricing-plan .row.bottom {
        gap: 40px;
        margin-top: 35px;
    }
    #pricing-plan .row.bottom .benefit-item{
        gap: 20px;
    }
    #pricing-plan .row.bottom .benefit-text{
        font-size: 16px;
    }
    #other-pricing-plans{
        margin-top: 150px;
    }
    #other-pricing-plans h2{
        font-size: 46px;
        margin-bottom: 45px;
    }
    #other-pricing-plans .table{
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    #other-pricing-plans .table article{
        border-radius: 25px;
    }
    #other-pricing-plans .table article .card{
        padding: 30px;
    }
    #other-pricing-plans .table h3{
        font-size: 24px;
    }
    #other-pricing-plans .table p{
        font-size: 16px;
        margin-top: 15px;
    }
    #other-pricing-plans .table .button{
        height: 70px;
        font-size: 16px;
        margin-top: 15px;
    }
}

@media screen and (max-width:1400px) {
        /* HEADER */
    #transparent-header{
        margin-top: 20px;
    }
    #transparent-header .left.top{
        gap: 15px;
    }
    #transparent-header .left.top img{
        width: 50px;
        height: 50PX;
    }
    #transparent-header .left.top h2{
        gap: 30px;
    }
    #transparent-header .left.top .name{
        font-size: 25px;
    }
    #transparent-header .left.top .description{
        font-size: 12px;
    }
    #transparent-header .links{
        display: none;
    }
    /* HERO Главный экран */
    #hero{
        max-width: 100%;
        padding-bottom: 550px;
    }
    #hero .left.bottom{
        padding-top: 60px;
    }
    #hero .left.bottom p{
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        font-size: 16px;
        margin-bottom: 40px;
        max-width: 450px;
    }
    #hero .left.bottom h1{
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        font-size: 48px;
        margin-bottom: 40px;
    }
    #hero .left.bottom .button{
        margin-left: auto;
        margin-right: auto;
        font-size: 20px;
        line-height: 100%;
        width: 477px;
        height: 106px;
    }
    
    #hero-bg-phones{
        left: 50px;
        top: 500px;
        width: 630px;
    }
    #hero-bg-blur{
        left: -603px;
        top: 30px;
        width: 1700px;
    }
    
    #pricing-plan{
        margin-top: 212px;
        width: 733px;
        height: auto;
        padding: 40px;
    }
    #pricing-plan .row.top{
        flex-direction: column;
        gap: 50px;
    }
    #pricing-plan .row.top .left{
        max-width: unset;
    }
    #pricing-plan .row.top .left .pseudo-button{
        padding: 15px 30px;
        font-size: 16px;
        margin-bottom: 50px;
    }
    #pricing-plan .row.top .left h2{
        font-size: 45px;
        margin-bottom: 20px;
    }
    #pricing-plan .row.top .left h3{
        font-size: 24px;
        margin-bottom: 20px;
    }
    #pricing-plan .row.top .left ul{
        font-size: 16px;
    }
    #pricing-plan .row.top .left li{
        padding-left: 15px;
    }
    #pricing-plan .row.top .left .form-group .button{
        padding: 15px 50px;
        font-size: 14px;
    }
    #pricing-plan .row.top .left .form-group .button span{
        font-size: 12px;
        margin-top: 5px;
    }
    #pricing-plan .row.top .left .form-group .row{
        gap: 20px;
        margin-top: 20px;
        justify-content: center;
    }
    #pricing-plan .row.top .left .form-group .extra{
        font-weight: 400;
        font-size: 12px;
        max-width: 210px;
    }
    #pricing-plan .row.top .left .form-group .checkbox-row{
        max-width: 300px;
        gap: 5px;
        margin-top: 12px;
    }
    
    #pricing-plan .row.top .left .form-group input{
        width: 16px;
        height: 16px;
    }
    #pricing-plan .row.top .left .form-group label{
        font-size: 12px;
    }
    #pricing-plan .row.top .right{
        max-width: 400px;
        gap: 40px;
        margin-left: auto;
        margin-right: auto;
    }
    #pricing-plan .row.top .right h3{
        font-size: 18px;
        text-align: center;
    }
    #pricing-plan .row.top .right p{
        font-size: 16px;
        margin-top: 15px;
        text-align: center;
    }
    #pricing-plan .row.bottom {
        margin-top: 50px;
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    #pricing-plan .row.bottom .benefit-item{
        gap: 20px;
        width: 290px;
        justify-content: start;
    }
    #pricing-plan .row.bottom .benefit-text{
        font-size: 16px;
    }
    #pricing-plan .row.bottom .benefit-text br{
        display: none;
    }
    #other-pricing-plans{
        margin-top: 80px;
    }
    #other-pricing-plans h2{
        font-size: 40px;
        margin-bottom: 40px;
    }
    #other-pricing-plans .table{
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    #other-pricing-plans .table article{
        border-radius: 25px;
    }
    #other-pricing-plans .table article .card{
        padding: 30px;
    }
    #other-pricing-plans .table h3{
        font-size: 16px;
    }
    #other-pricing-plans .table p{
        font-size: 14px;
        margin-top: 15px;
    }
    #other-pricing-plans .table .button{
        height: 70px;
        font-size: 14px;
        margin-top: 15px;
    }
}

@media screen and (max-width:768px) {
    /* HEADER */
    #transparent-header{
        margin-top: 15px;
    }
    #transparent-header .left.top{
        gap: 10px;
    }
    #transparent-header .left.top img{
        width: 40px;
        height: 40PX;
    }
    #transparent-header .left.top h2{
        gap: 0px;
    }
    #transparent-header .left.top .name{
        font-size: 19px;
    }
    #transparent-header .left.top .description{
        display: none;
    }
    /* HERO Главный экран */
    #hero{
        max-width: 100%;
        padding-bottom: 300px;
        overflow-x: clip;
        width: 100%;
    }
    #hero .left.bottom{
        padding-top: 40px;
    }
    #hero .left.bottom p{
        font-size: 12px;
        margin-bottom: 20px;
        max-width: 300px;
    }
    #hero .left.bottom h1{
        font-size: 30px;
        margin-bottom: 20px;
    }
    #hero .left.bottom h1 br {display: none;}
    #hero .left.bottom .button{
        font-size: 14px;
        width: 300px;
        height: 80px;
    }
    
    #hero-bg-phones{
        left: 30px;
        top: 366px;
        width: 265px;
    }
    #hero-bg-blur{
        left: -249px;
        top: 180px;
        width: 700px;
    }
    
    #pricing-plan{
        margin-top: 100px;
        width: 300px;
        height: auto;
        padding: 20px;
    }
    #pricing-plan .row.top{
        gap: 20px;
    }
    #pricing-plan .row.top .left{
    }
    #pricing-plan .row.top .left .pseudo-button{
        padding: 15px 30px;
        font-size: 12px;
        margin-bottom: 20px;
    }
    #pricing-plan .row.top .left h2{
        font-size: 28px;
        margin-bottom: 20px;
    }
    #pricing-plan .row.top .left h2 br{
        display: none;
    }
    #pricing-plan .row.top .left h3{
        font-size: 18px;
        margin-bottom: 10px;
    }
    #pricing-plan .row.top .left ul{
        font-size: 12px;
        padding-left: 10px;
    }
    #pricing-plan .row.top .left li{
        padding-left: 5px;
    }
    #pricing-plan .row.top .left .form-group .button{
        padding: 15px 0px;
        font-size: 14px;
        width: 100%;
    }
    #pricing-plan .row.top .left .form-group .button span{
        font-size: 12px;
        margin-top: 5px;
    }
    #pricing-plan .row.top .left .form-group > .row{
        gap: 15px;
        margin-top: 30px;
        justify-content: center;
        flex-direction: column-reverse;
        text-align: center;
    }
    #pricing-plan .row.top .left .form-group .extra{
        font-weight: 400;
        font-size: 12px;
        max-width: 210px;
    }
    #pricing-plan .row.top .left .form-group .checkbox-row{
        max-width: 300px;
        gap: 5px;
        margin-top: 12px;
        flex-direction: row;
    }
    
    #pricing-plan .row.top .left .form-group input{
        width: 16px;
        height: 16px;
    }
    #pricing-plan .row.top .left .form-group label{
        font-size: 12px;
    }
    #pricing-plan .row.top .right{
        max-width: 100%;
        gap: 20px;
    }
    #pricing-plan .row.top .right h3{
        font-size: 16px;
    }
    #pricing-plan .row.top .right p{
        font-size: 12px;
        margin-top: 10px;
    }
    #pricing-plan .row.bottom {
        margin-top: 20px;
        gap: 15px;
    }
    #pricing-plan .row.bottom .benefit-item{
        gap: 10px;
        width: 212px;
        justify-content: start;
    }
    #pricing-plan .row.bottom .benefit-text{
        font-size: 12px;
    }
    #pricing-plan .row.bottom .benefit-text br{
        display: none;
    }
    #other-pricing-plans{
        margin-top: 60px;
    }
    #other-pricing-plans h2{
        font-size: 26px;
        margin-bottom: 20px;
    }
    #other-pricing-plans .table{
        gap: 5px;
        display: flex;
        overflow-y: scroll;
    }
    #other-pricing-plans .table article{
        flex-shrink: 0;
        max-width: 268px;
    }
    #other-pricing-plans .table article .card{
        padding: 15px;
    }
    #other-pricing-plans .table h3{
        font-size: 16px;
    }
    #other-pricing-plans .table p{
        font-size: 12px;
        margin-top: 15px;
    }
    #other-pricing-plans .table .button{
        height: 70px;
        font-size: 12px;
        margin-top: 15px;
    }
}