.anchors__links{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 60%;
    transform: translateX(-50%);
    z-index: 100;
    padding-top: 50px;
}

.links__container{
    display: flex;
}

.mobile__links{
    display: none;
}


.links__container > p{
    padding: 5px 60px;
    font-weight: 500;
    font-size: 40px;
    color: #A8ABFF;
}

.cabinet{
    display: flex;
    align-items: center;
    right: 0;
}

.cabinet > a {
    font-size: 32px;
    color: #A8ABFF;
    margin-right: 15px;
}

.cabinet > a.current{
    color: #F1F2FF;
}

.cabinet > a:last-child{
    margin-right: 0px;
}

.main__btn{
    cursor: pointer;
    margin-left: 124px;
    margin-right: 77px;
    padding: 15px 70px;
    background-color: #5A5C7B;
    color: white;
    font-weight: 500;
    font-size: 40px;
    line-height: 47px;
    box-shadow: -10px -10px 10px rgba(62, 64, 92, 0.5), 10px 10px 10px rgba(0, 0, 0, 0.25);
    border-radius: 45px;
}

.arrow-up{
    position: fixed;
    bottom: 50px;
    left: 50px;
    z-index: 105;
    cursor: pointer;
    width: 118px;
}

.anchors__links > p {

}

.burger__menu{
    display: none;
}

.logo{
    position: absolute;
    left: 40px;
    top: 26px;
    width: 275px;
    height: 275px;
}

.main-logo{
    /*margin: 100px 0 0 300px;*/
    padding-top: 150px;
    border-radius: 100px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.header-block-background{
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-433px);
}

.header-block-right-background{
    position: absolute;
    right: 0;
    top: 0;
}

.middle-left-background{
    position: absolute;
    top: 1400px;
}

.middle-left-background-two{
    position: absolute;
    top: 2230px;
}

.middle-left-background-three{
    position: absolute;
    top: 3311px;
}

.footer-left-background{
    position: absolute;
    top: 4350px;
}

.middle-right-background{
    position: absolute;
    top: 795px;
    right: 0;
}

.middle-right-background-two{
    position: absolute;
    top: 1721px;
    right: 0;
}

.footer-right-background{
    position: absolute;
    top: 3830px;
    right: 0;
}

.main{
    position: relative;
}

.title{
    font-weight: 500;
    width: 600px;
    text-align: center;
    position: absolute;
    color: #A8ABFF;
    font-size: 96px;
    top: 50%;
    left: 100px;
    transform: translateY(-113px);
}

.header-right-background{
    position: absolute;
    left: 0;
    top: 700px;
    transform: rotate(180deg);
}

.subtitle{
    width: 1200px;
    color: #A8ABFF;
    font-style: normal;
    font-weight: 500;
    font-size: 64px;
    line-height: 75px;
    text-align: center;
    margin: 120px auto 85px auto;
}

.header-information-text{
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;

    color: #F1F2FF;
    width: 60%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-info{
    position: relative;
}

.header-information{
    margin: 0 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.avatar{
    display: flex;
    align-items: end;
    position: relative;
}

.first-monet{
    position: absolute;
    left: 130px;
    bottom: 30px;
}

.second-monet{
    position: absolute;
    left: 175px;
    bottom: 0px;
    z-index: 2;
}

.header-information-btn{
    position: absolute;
    display: inline-flex;
    color: #F1F2FF;
    text-decoration: none;
    box-shadow: -10px -10px 10px rgba(62, 64, 92, 0.5), 10px 10px 10px rgba(0, 0, 0, 0.25);
    padding: 30px 140px;
    background-color: #5A5C7B;
    border-radius: 45px;

    bottom: -180px;
}

.header-information-btn.footer{
    display: inline-flex;
    color: #F1F2FF;
    text-decoration: none;
    box-shadow: -10px -10px 10px rgba(62, 64, 92, 0.5), 10px 10px 10px rgba(0, 0, 0, 0.25);
    padding: 30px 140px;
    background-color: #5A5C7B;
    border-radius: 45px;
    margin: 0px auto;
    position: static;
}

.footer__wrapper-btn{
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}

.footer__robot{
    position: absolute;
    right: 200px;
    bottom: -20px;
}

.header-information-btn > div > label {
    text-shadow: rgba(0, 0, 0, 0.25) 4px 4px 4px ;
}

.footer > div > label {
    font-weight: 100;
    font-size: 36px;
    text-shadow: rgba(0, 0, 0, 0.25) 4px 4px 4px ;
}

.subtitle.h3{
    margin-top: 280px;
    margin-bottom: 90px;
    font-size: 48px;
}

#functions{
    width: 1000px;
}

.subtitle.footer.white{
    width: 1100px;
}

.main__functions{
    display: flex;
    background-color: #474963;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: -10px -10px 14px rgba(62, 64, 92, 0.5), 10px 10px 14px rgba(0, 0, 0, 0.25);
    border-radius: 45px;
    margin: 90px 60px;
}

.main__functions-item{
    display: flex;
    flex-direction: column;
    width: 33.333%;
    border-right: 3px solid #545567;
}

.main__functions-item:last-child{
    display: flex;
    flex-direction: column;
    width: 33.333%;
    border-right: none;
}

.main__functions-item-title{
    font-weight: 400;
    font-size: 48px;
    line-height: 56px;
    text-align: center;

    color: #A8ABFF;

    padding: 25px 65px 25px 65px;
    text-align: center;
}

.main__functions-item-text{
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;

    color: #F1F2FF;
    padding: 25px 65px 130px 65px;
}
.main__functions-item-text.last{
    border-right: none;
}

.main__functions-item-men{
    margin: 70px auto 20px auto;
}

.main__functions-item-visual{
    min-height: 534px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 3px solid #545567;
    border-bottom: 3px solid #545567;
}

.main__functions-item-visual.last{
    border-right: none;
    border-bottom: 3px solid #545567;
}

.footer__information{
    margin: 50px 160px;
}

.footer__information-block{
    display: flex;
    justify-content: space-between;
    margin: 100px 0;
}

.footer__information-block.second-block{
    display: flex;
    justify-content: space-between;
    margin: 100px 0;
}

.footer__information-block-text{
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    padding: 10px;
    color: #F1F2FF;
    width: 45%;
}

.footer__information-block-text.second-block{
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;

    color: #F1F2FF;
    width: 45%;
    padding: 100px 0;
}

.footer__information-block-photos{
    position: relative;
    width: 45%;
    margin-right: 100px;
}

.footer__information-block-photo{
    position: absolute;

}

.footer__information-block-photo.telephone{
    left: 240px;
}

.footer__information-block-photo.settings{
    right: -50px;
    top: -100px;
}

.footer__information-block-photo.mail{
    right: -50px;
    bottom: -40px;
}

.statistic{
    top: 20px;
    left: 50px;
}

.protection{
    left: 370px;
    bottom: 40px;
}

.subtitle.footer{
    font-weight: 500;
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 130px;
    margin-top: 140px;
    color: #A8ABFF;
}

.subtitle.footer.white{
    font-weight: 400;
    font-size: 40px;
    line-height: 47px;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 90px;
    color: #F1F2FF;
}

.message{
    left: 250px;
    bottom: -20px;
}

@media screen and (max-width: 1560px) {

    .cabinet > a{
        font-size: 20px;
    }

    .links__container > p{
        padding: 5px 50px;
        font-size: 28px;
    }

    .main__btn{
        margin-left: 77px;
        padding: 10px 50px;
        font-size: 28px;
        line-height: 33px;
    }

    .logo{
        width: 162px;
        height: 162px;
    }

    .arrow-up{
        width: 80px;
        height: 80px;
    }

    .title{
        width: 500px;
        left: 50px;
        transform: translateX(-35px);
        font-size: 70px;
    }

    .main__functions-item-title{
        font-size: 40px;
        padding: 25px 65px 0 65px;
    }
    .main__functions-item-men{
        margin: 20px auto;
    }

    .main__functions-item-text{
        font-size: 28px;
        line-height: 33px;
    }

    .footer__information-block-text{
        font-size: 28px;
        line-height: 33px;
    }
    .middle-left-background-three{
        width: 500px;
        height: 575px ;
    }

    .header-information-text{
        font-size: 28px;
        line-height: 33px;
        width: 50%;
    }
    .subtitle.footer.white{
        width: 900px;
        font-size: 32px;
        line-height: 38px;
        text-align: center;
    }

    .footer__robot{
        right: 130px;
        bottom: -50px;
    }
    .header-information-btn{
        padding: 20px 95px;
    }

    .footer > div > label {
        font-size: 26px;
    }

    /*Декорации*/
    .header-block-background{
        width: 624px;
        height: 117px;
        transform: translateX(-312px);
    }

    .header-block-right-background{
        width: 287px;
        height: 460px;
    }

    .middle-left-background, .footer-left-background, .footer-right-background{
        width: 500px;
        height: 574px;
    }

    .middle-right-background{
        width: 117px;
        height: 625px;
    }
    .footer-right-background{
        top: 3880px;
    }
    /* - Декорации - */
}

@media screen and (max-width: 800px) {
    .logo{
        padding: 40px;
        position: static ;
    }

    .protection{

    }
    .header-information{
        flex-direction: column;
        margin: 0;
    }

    .header-information-text{
        margin-top: 50px;
    }
    .main__functions{
        flex-direction: column;
        margin: 90px auto;
        width: 80%;
    }

    .main__functions-item{
        width: 100%;
        border-right: none;
    }

    .main__functions-item:last-child{
        width: 100%;
        border-bottom: none;
    }

    .main__functions-item-visual{
        border-right: none;
        min-height: 400px;
    }

    .main__functions-item-text{
        text-align: center;
        border-bottom: 3px solid #545567;
    }

    .main__functions-item-text.last{
        border-bottom: none;
    }

    .avatar{
        left: -100px;
    }

    .subtitle{
        font-size: 36px;
        line-height: 42px;
        text-align: center;
    }

    .abc{
        width: 100%;
        position: absolute;
        left: -10%;
    }
    .main-logo{
        margin: 0;
        position: relative;
        width: 100%;
        height: 500px;
    }

    .main{
        width: 100%;
    }

    .main-info{
        width: 100%;
    }

    .title{
        display: block;
        position:static;
        top: inherit;
        left: inherit;
        transform: inherit;
        font-size: 48px;
        margin: 0 auto;
    }

    .footer__information-block-photo.telephone{
        left: 0px;
    }

    .footer__information-block-photo.settings{
        left: 300px;
    }

    .footer__information-block-photo.mail{
        left: 300px;
        top: 130px;
    }

    .footer__information-block{
        flex-direction: column;
    }

    .footer__information-block-text{
        width: 100%;
        margin-bottom: 100px;
    }

    .footer__information-block.second-block{
        margin-top: 300px;
    }

    .footer__information-block-text.second-block{
        padding: 140px 0;
        width: 100%;
    }

    .footer__information-block.second-block > .footer__information-block-photos{
        display: flex;
        order: 2;
    }

    .statistic{
        top: -200px;
        left: -50px;

    }

    .protection{

        left: 260px;
        bottom: -75px;
    }

    .message{
        left: 150px;
        bottom: -140px;
    }

    .subtitle.footer.white{
        margin-top: 200px;
    }

    .footer__robot{
        right: 250px;
        bottom: -365px;
    }

    /*Декорации*/

    .header-block-background{
        width: 173px;
        height: 32px;
        left: 50%;
        transform: translateX(-86px);
    }

    .header-block-right-background{
        width: 85px;
        height: 138px;
        right: 0;
    }

    .header-right-background{
        width: 23px;
        height: 127px;
        top: 330px;
    }

    .middle-left-background{
        position: absolute;
        left: 0;
        width: 138px;
        height: 159px;
    }

    .middle-left-background-two{
        left: 0;
        position: absolute;
        width: 24px;
        height: 126px;
        top: 1060px;
    }

    .middle-right-background{
        right: 0;
        width: 24px;
        height: 126px;
    }

    .middle-left-background-three{
        left: 0;
        width: 138px;
        height: 160px;
        top: 2400px;
    }

    .footer-left-background{
        width: 138px;
        height: 160px;
        left: 0;
        top: 5250px;
    }

    .footer-right-background{
        width: 138px;
        height: 160px;
        top: 6415px;
    }

    .middle-right-background-two{
        width: 138px;
        height: 160px;
        top: 1140px;
    }

    /* - Декорации - */

}

@media screen and (max-width: 500px) {

    .main__btn{
        margin-top: 45px;
        margin-bottom: 300px;
    }

    .anchors__links{
        flex-direction: column;
        align-items: center;
        backdrop-filter: blur(20px);
        width: 100%;
        -webkit-backdrop-filter: blur(20px);
    }

    .links__container{
        flex-direction: column;
    }

    .links__container > p {
        padding-bottom: 25px;
    }

    .links__container > p:first-child{
        padding-top: 66px;
    }

    .links__container > p:last-child{
        padding-bottom: 0;
    }

    .mobile__links{
        display: flex;
        font-size: 20px;
    }

    .mobile__links > a{
        color: #A8ABFF;
        padding-right: 15px;
    }

    .mobile__links > a.current{
        color: #F1F2FF;
        padding-right: 15px;
    }

    .mobile__links > a:last-child{
        padding-right: 0;
    }

    .cabinet > a{
        display: none;
    }
    
    .arrow-up{
        width: 50px;
        height: 50px;
        left: 10px;
        bottom: 10px;
    }

    .anchors__links{

        position: absolute;
        left: 50%;
        transform: translateY(-650px) translateX(-50%);
        z-index: 100;
        top: 20px;
        padding-top: inherit;
        transition-duration: 0.3s;
    }

    .anchors__links.open{
        transform: translateY(5px) translateX(-50%);
        transition-duration: 0.3s;
    }

    .anchors__links > p {
        padding: 5px 20px;
        font-weight: 500;
        font-size: 16px;
        color: #A8ABFF;
    }

    .burger__menu{
        position: absolute;
        right: 20px;
        top: 20px;
        display: block;
        width: 35px;
        height: 30px;
        transition-duration: 0.01s;
        z-index: 100;
    }

    .burger__menu.open{
        transform: scale(.97);
        transition-duration: 0.01s;
    }

    .title{
        width: inherit;
    }

    #functions{
        width: inherit;
    }

    .subtitle{
        width: inherit;
        margin: 60px 0;
    }

    .logo{
        position: relative;
        left: 0;
        transform: translateX(0px);
        top: 0;
    }

    .header-information-btn{
        bottom: -80px;
    }

    .main-logo{
        padding-top: inherit;
        height: 250px;
    }

    .subtitle.h3{
        margin-top: 110px;
        font-size: 40px;
    }

    .header-information-text{
        font-size: 18px;
        line-height: 23px;
    }

    .main__functions-item-text{
        font-size: 18px;
        line-height: 23px;
        padding: 25px 65px;
    }

    .footer__information{
        margin: 50px;
    }

    .telephone{
        left: 0;
        width: 140px;
        height: 180px;
    }

    .footer__information-block.second-block{
        margin-top: 90px;
    }


    .subtitle.footer.white{
        width: inherit;
        margin-top: 0;
    }

    .footer-right-background{
        top: 5800px;
    }

    .footer__information-block-photo.settings{
        width: 140px;
        height: 120px;
        left: 145px;
        top: -55px;
    }

    .footer__information-block-photo.mail{
        width: 140px;
        height: 130px;
        left: 150px;
        top: 65px;
    }

    .statistic,.protection{
        width: 140px;
        height: 150px;
    }

    .statistic{
        left: 0;
    }

    .message{
        width: 140px;
        height: 41px;
        bottom: 0;
        left: 100px;
    }

    .protection{
        left: 175px;
        bottom: 50px;
    }

    .footer__robot{
        width: 154px;
        height: 200px;
        left: 50%;
        transform: translateX(-77px);
        bottom: -250px;
    }

    .mini-robot{
        width: 154px;
        height: 200px;
    }

    .first-monet{
        width: 140px;
        height: 110px;
        left: 70px;
        bottom: 0;
    }

    .second-monet{
        width: 140px;
        height: 75px;
        left: 100px;
        bottom: -10px;
    }

    .footer__information-block-photo.telephone{
        left: 0px;
    }

    .footer__information-block-photo.settings{
        left: 160px;
    }

    .footer__information-block-photo.mail{
        left: 160px;
    }
}