* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-family: 'Roboto', sans-serif;
}

.container {
    position: relative; 
    width: 1140px; 
    margin: 0 auto;
}

.promo {
    height: 800px;
    background: url('../img/bg/main_bg.jpg') center center/cover no-repeat; 
    padding: 39px 0 62px 0;
}

.logo .logo_img {
    display: block;
    margin: 0 auto;
}

.logo .logo_text {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 14px;
}

h1 {
    margin-top: 53px;
}

.title {
    color: #F9BF3B;
    font-weight: 900;
    font-size: 41px;
    line-height: 24px; 
    text-transform: uppercase;
    text-align: center;
}

h2.title {
    margin-top: 30px; 
}

.simple .title_big {
    color: #FFFFFF;
    font-family: 'Roboto';
    font-weight: 900;
    font-size: 80px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 21px;
}

.promo .promo_text {
    padding: 0 13px;
    margin-top: 23px; 
    color: #FFFFFF;
    font-weight: 300;
    font-size: 21px;
    line-height: 28px;
    text-align: center;
}

.promo .promo_text span {
    color: #F9BF3B;
    font-weight: 700;
}

.promo .promo_btn {
    display: block;
    margin: 0 auto; 
    margin-top: 73px; 
    width: 313px;
    height: 72px;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.18);
    border: 4px solid rgba(0, 0, 0, 0.23);
    background-image: linear-gradient(to top, #2798B9 0%, #3AB6DA 100%); 

    text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.22); 
    color: #FFFFFF;
    font-family: 'Roboto Condensed';
    font-weight: 300;
    font-size: 21px;
    line-height: 24px;
    text-transform: uppercase;

    cursor: pointer; 
}

.more {
    margin-top: 73px;
}

.more .more_text {
    color: #FFFFFF;
    font-weight: 100;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
}

.more .more_img {
    display: block;
    margin: 0 auto;
    margin-top: 13px;
}

.waiting {
    min-height: 604px; 
    background-color: #EFEFEF;
    padding: 85px 0 75px 0;
}

.waiting_header, .finish_header, .first_web_header {
    color: #252525;
    font-weight: 400;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
}

.finish_header {
    color: #EFEFEF;
}

.waiting_divider, .finish_divider {
    width: 217px;
    height: 4px;
    background: #F9BF3B; 
    margin: 0 auto;  
    margin-top: 18px;  
}

.waiting_subheader {
    color: #4A4A4A; 
    font-weight: 400;
    font-size: 23px;
    text-align: center;
    margin-top: 17px;     
}

.waiting_wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
}

.waiting_item {
    width: 342px; 
    text-align: center;
}

.waiting_img {
    width: 100%; 
}

.waiting_descr {
    color: #4A4A4A;
    font-weight: 300;
    font-size: 15px;
    line-height: 21px;
    margin-top: 33px;
}

.optimization {
    min-height: 550px;
    padding: 102px 0 40px 0;
}

.optimization_header {
    margin-left: 391px;
    color: #299CBD;
    font-weight: 900;
    font-size: 30px;
    text-transform: uppercase;
}

.optimization_text {
    margin-top: 25px;
    margin-left: 391px;
    color: #4A4A4A;
    font-weight: 300;
    font-size: 17px;
    line-height: 27px;
}

.optimization_text span {
    font-family: 'Roboto - Bold';
    font-weight: 700;
}

.optimization_img {
    position: absolute;
    top: -54px;
    left:-240px;
    z-index: -1;
}

.finish {
    min-height: 447px;
    padding: 86px 0 78px 0;
    background: url('../img/bg/second_bg.jpg') center center/cover no-repeat;
}

.finish .finish_wrapper {
    margin-top: 41px;
    display: flex;
    justify-content: space-between;
}

.finish .finish_wrapper .finish_item {
    width: 204px; 
}

.finish_round {
    display:flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 118px;
    height: 118px;
    background-color: #B4E2FF;
    border-radius: 100%; 
}

.finish_descr {
    margin-top: 25px;   
    text-align: center;
    color: #EFEFEF;
    font-weight: 300;
    font-size: 17px;
    line-height: 20px;
}

.prize {
    min-height: 631px;
    background-color: #EFEFEF;
    padding: 88px 0;
}

.prize_img {
    display: block;
    margin: 0 auto;
}

.prize_text {
    margin-top: 45px;
    color: #252525;
    font-weight: 400;
    font-size: 30px;
    line-height: 43px;
    text-align: center;
}

.prize_btn {
    display: block;
    margin: 0 auto; 
    margin-top: 51px; 
    width: 313px;
    height: 72px;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.18);
    border: 4px solid rgba(0, 0, 0, 0.23);
    background-image: linear-gradient(to top, #2798B9 0%, #3AB6DA 100%);

    text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.22); 
    color: #FFFFFF;
    font-family: 'Roboto Condensed';
    font-weight: 300;
    font-size: 21px;
    line-height: 24px;
    text-transform: uppercase;

    cursor: pointer;
}

.first_web {
    min-height: 512px;
    background-color: #FFFFFF;
    padding: 89px 0 50px 0;
}

.first_web_img {
    display: block;
    margin: 0 auto;
}

.first_web_header {
    margin-top: 36px;
}

.first_web_text1 {
    margin-top: 30px;
    color: #299CBD;
    font-weight: 900;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
}

.first_web_text2 {
    margin-top: 25px;
    color: #4A4A4A;
    font-weight: 400;
    font-size: 23px;
    line-height: 20px;
    text-align: center;
}

.footer {
    min-height: 169px;
    background-color: #1A1A1A;
    padding: 57px 0 69px 0;
}

.footer_text {
    color: #888888;   
    font-weight: 300;
    font-size: 15px;
    line-height: 21px;
    text-align: center;
    text-decoration-line: underline;  
}

