html{
    box-sizing: border-box;
    /* Ширина Паддингов не учитывается в общую ширину */
}
*, *::before, *, *::after{
    box-sizing: inherit;
}
a{
    color: #000;
    display: inline-block;
    /* Все ссылки делаем строчно-блочными */
    text-decoration: none;
    /* Убираем всю декорацию (подчёркивания) на ссылках */
}
ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
li{
    display: inline-block;
}
body{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
}
h1,h2,h3,h4,h5{
    margin: 0;
}


.container{
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}

.header{
    padding-top: 88px;
    padding-bottom: 114px;
    background-image: url(../images/header_bg.svg);
    padding-left: 142px;
    background-position: center;
    background-size: cover;
}
.header__logo{
    font-weight: bold;
    font-size: 64px;
    line-height: 84px;
    color: #FFFFFF;
}
.header__logo span{
    margin-left: 10px;
    font-weight: 500;
    font-size: 36px;
    line-height: 47px;
}
.header__input{
    margin-top: 124px;
    max-width: 490px;
}
.header__input-subtitle{
    font-size: 24px;
    line-height: 32px;
    color: #FBFBFB;
}
.header___input-title{
    font-weight: bold;
    font-size: 72px;
    line-height: 95px;
    color: #FFAA01;
    text-shadow: 0px 0px 30px #FFAA01;
}
.header___input-title{
    font-weight: bold;
    font-size: 72px;
    line-height: 95px;
    color: #FFAA01;
    text-shadow: 0px 0px 30px #FFAA01;
}
.header___input-title span{
    font-weight: bold;
    font-size: 48px;
    line-height: 63px;
    color: #FFFFFF;
    text-shadow: none;
    margin: 0;
}
.header__input-input{
    max-width: 450px;
    width: 100%;
    height: 70px;
    padding: 19px 47px;
    outline: none;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    border: none;
    color: #bdbdff;
    background: #22152B;
    box-shadow: 0px 0px 50px #4B1749;
    border-radius: 5px;
    margin-bottom: 23px;
}
.header__input-button{
    max-width: 484px;
    width: 100%;
    height: 117px;
    padding: 39px 55px;
    border: none;
    cursor: pointer;
    background: linear-gradient(91.68deg, #FFAA01 0%, #FFB800 100%);
    box-shadow: 0px 0px 50px #FFB800;
    border-radius: 5px;

    font-weight: 900;
    font-size: 30px;
    line-height: 40px;
    color: #FFFFFF;
}

.fd{
    padding-top: 20px;
    text-align: center;
    background: radial-gradient(100% 100% at 50% 100%, #000000 0%, #432A53 77.08%);
    padding-bottom: 44px;
}

.fd__title{
    font-weight: 900;
    font-size: 64px;
    color: #FFAA01;
    text-shadow: 0px 0px 50px #FFAA01;
    padding-bottom: 77px;
}
.fd__subtitle{
    font-size: 36px;
    margin-bottom: 91px;

    
    color: #FBFBFB;
}
.fd__subtitle p{
    margin: 0;
    font-weight: 900;
    line-height: 84px;
    font-size: 64px;
}

.fd__get{
    padding: 26px 0px!important;
    font-size: 36px;
    line-height: 47px;
    color: #FFFFFF; 
    width: 100%;
    background: rgba(34, 21, 42, 0.9);
    margin-bottom: 78px;
}
.fd__get span{
    color: #FFAA01;
}
.fd__telegram{
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.fd__telegram-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 458px;
    width: 100%;
    height: 90px;

    background: #0075FF;
    box-shadow: 0px 0px 50px #0072F7;
    border-radius: 52px;
    border: none;

    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;

    margin: 0 auto;
}
.fd__telegram-step{
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    margin: 20px auto;
}
.fd__bottom-text{
    margin-top: 125px;
    font-weight: bold;
    font-size: 48px;
    line-height: 63px;
    color: #FFFFFF;
}
.fd__bottom-text span{
    color: #FFAA01;
}

.score{
    padding-top: 95px;
    padding-bottom: 45px;
    background: #22152A;
}
.score__title{
    font-weight: 500;
    font-size: 48px;
    line-height: 63px;
    
}
.score__title{
    display: flex;
    max-width: 1055px;
    margin: 0 auto;
    justify-content: space-between;
}

.score__title-text-text{
    font-weight: bold;
    font-size: 36px;
    line-height: 47px;
    color: #FFFFFF;
}
.score__title-text-text span{
    font-weight: bold;
    color: #FFAA01;
}
.score__title-text-text-t{
    font-weight: 500;
    font-size: 46px;
    line-height: 61px;
    color: #FFFFFF;
}
.score__list{
    margin: 72px auto 0;
    display: flex;
    align-items: center;
    margin-bottom: 77px;
    max-width: 1125px;
    width: 100%;
}
.score__list p{
    margin: 0;
    margin-right: 42px;
    font-size: 36px;
    line-height: 47px;

    color: #FFFFFF;
}
.score__list-line{
    max-width: 840px;
    width: 100%;
    height: 3px;
    background: linear-gradient(180deg, #FFC85C 0%, #FFA900 100%);
}
.score__comments{
    max-width: 1140px;
    width: 100%;
    background: #180F1E;
    border-radius: 15px;
    padding: 55px 55px 48px 55px;
    margin: 0 auto;
    margin-bottom: 45px;
    overflow: hidden;
}
.score__box{
    position: relative;
    padding: 0 70px;
}
.score__comment-box{
    padding: 0 15px;
}
.score__comments button{
    cursor: pointer;
    z-index: 16;
    position: absolute;
    background-color: transparent;
    padding: 0;
    outline: none;
    border: none;
}
.score__button-prev{
    left: -60px;
    top: 40%;
}
.score__button-next{
    right: -60px;
    top: 40%;
}
.score__comment-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.comment__user{
    display: flex;
    align-items: center;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
}
.comment__user img{
    margin-right: 15px;
}
.score__comment-text{
    font-size: 22px;
    line-height: 29px;
    color: #888888;
    padding: 64px 41px;
    background: #100A14;
    border-radius: 15px;
    margin-top: 40px;
}
.score__comments-nav{
    margin: 0 20px;
}
.button__score{
    cursor: pointer;
    width: 555px;
    height: 95px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    color: #22152A;

    border: none;
    background: linear-gradient(91.68deg, #FFAA01 0%, #FFE601 100%);
    border-radius: 15px;
}
.score__comments-nav button{
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 25px;
    border: none;
    background-color: transparent;
}
.score__title-img{
    background-image: url(../images/main-score.svg);
    width: 525px;
    height: 93px;
    margin: 0 auto;
    margin-top: 20px;
}
.score__comments-nav-adaptive{
    display: none;
}
.autopilot{
    padding: 102px 0;
    background: #FFAA01;
}
.autopilot__inner{
    padding: 0 10px;
    margin: 0 auto;
    max-width: 935px; 
    width: 100%;
    background: #FFAA01;
}
.autopilot__title{
    font-weight: bold;
    font-size: 48px;
    line-height: 63px;
    color: #000000;
}
.autopilot__subtitle{
    margin: 10px 0 0 0;  
    font-weight: normal;
    font-size: 36px;
    line-height: 47px;
    color: #000000;
}
.open{
    padding-top: 111px;
    padding-bottom: 10px;
    background: #22152A;
}

.open__title{
    display: flex;
    justify-content: space-between;
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 66px;
}
.open__title img{
    margin: 0 auto;
}
.open__title-text{
    font-weight: bold;
    font-size: 72px;
    color: #FFFFFF;
}
.open__title-text span{
    color: #FFAA01;
}
.open__box{
    width: 263px;
    background: linear-gradient(180deg, #150D1A 0%, #402B3F 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 15px;
    padding: 38px 10px;
    margin: 20px auto;
}
.box__bottom{
    margin-top: 20px;
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    color: #FFFFFF;
}
.box__bottom span{
    font-weight: normal;
}
.box__title{
    font-weight: bold;
    font-size: 33px;
    line-height: 47px;
    text-align: center;
    color: #FFFFFF;
}
.box__title p{
    margin: 20px auto;
    color: #FFAA01;
}
.open__boxes{
    margin: 20px auto 63px;
    max-width: 1140;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.open__bottom-text{
    margin-top: 133px;
    text-align: center;
    font-weight: 900;
    font-size: 48px;
    line-height: 63px;
    color: #FFAA01;
    text-shadow: 0px 0px 50px rgba(255, 170, 1, 0.5);
}
.open__bottom-text span{
    color: #FFE601;
    text-shadow: 0px 0px 50px rgba(255, 170, 1, 0.5);
}

.footer{
    padding-top: 10px;
    background: linear-gradient(180deg, #22152A 50.03%, #0F0F0F 100%);
}
.cntrs__title{
    text-align: center;
    font-weight: bold;
    font-size: 48px;
    line-height: 63px;
    color: #FFFFFF;
    margin-bottom: 61px;
}
.cntrs__title span{
    color: #FFAA01;
}
.footer__cntrs-flags{
    margin: 0 auto 54px;
    max-width: 829px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer__cntrs-flags img{
    margin: 20px auto;
}

.footer__boxes{
    max-width: 1140px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0 10px;
}
.footer__box{
    max-width: 480px;
    width: 100%;

    font-weight: normal;
    font-size: 36px;
    color: #888888;
    margin: 5px auto 100px;
}
.footer__box p{
    font-weight: bold;
    font-size: 72px;
    color: #FFFFFF;
    margin: 5px 0;
}
.footer__box span{
    font-weight: bold;
    font-size: 36px;
    color: #FFB800;
}
.footer__above-btn{
    max-width: 820px;
    margin: 0 auto;
    font-weight: normal;
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 84px;
}
.footer__above-btn p{
    color: #FF3131;
}
.footer__links{
    padding: 0 10px;
    padding-top: 73px;
    background: #0F0F0F;
    text-align: center;
    padding-bottom: 62px;
}
.footer__links a{
    display: block;
    margin-bottom: 18px;
    padding-right: 55px;
}
.create-acc{
    margin: 0 auto;
    max-width: 335px;
    position: relative;
    font-weight: bold;
    font-size: 24px;
    color: #FFAA01;
}
.create-acc::after{
    content: '';
    position: absolute;
    width: 45px;
    height: 45px;
    right: 0;
    top: -10px;
    background-image: url(../images/new-acc.svg);
}
.telegram-chanel{
    margin: 0 auto;
    max-width: 515px;
    position: relative;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
}
.telegram-chanel::after{
    content: '';
    position: absolute;
    width: 45px;
    height: 45px;
    right: 0;
    top: -10px;
    background-image: url(../images/tel-chanel.svg);
}
.telegram-bot{
    margin: 0 auto;
    max-width: 323px;
    position: relative;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
}
.telegram-bot::after{
    content: '';
    position: absolute;
    width: 45px;
    height: 45px;
    right: 0;
    top: -10px;
    background-image: url(../images/tel-bot.svg);
}
.footer__botom-text-copy{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #323232;
}
.footer__botom-text-copy p{
    margin: 0 auto;
    margin-top: 42px;
}
.button__score-bottom{
    margin: 0 auto;
    margin-bottom: 107px;
    display: flex;
}

.slick-slider{
    width: 100%;
}
.fd__telegram-btn{
    animation: boxShadowBlue 1s linear infinite alternate;
}
.header__input-button{
    animation: boxShadowYellow 1s linear infinite alternate;
}
@keyframes boxShadowBlue{
    from{
        box-shadow: 0px 0px 50px #0072f7;
    }
    to{
        box-shadow: 0px 0px 20px #0072f7;
    }
}
@keyframes boxShadowYellow{
    from{
        box-shadow: 0px 0px 50px #ffb800;
    }
    to{
        box-shadow: 0px 0px 20px #ffb800;
    }
}