* {
    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-size: 15px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 14px;
}

h1 {
    margin-top: 53px;
}

.title {
    color: #f9bf3b;
    font-size: 41px;
    font-weight: 900;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
}

h2.title{
    margin-top: 30px;
}

.simple .title_big {
    color: #FFFFFF;
    font-size:80px;
    font-weight: 900px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 21px;
}

.promo .promo_text {
    padding: 0 13px;
    margin-top: 23px;
    color:#FFFFFF;
    font-size:21px;
    font-weight: 300px;
    line-height: 28px;
    text-align: center;
}

.promo .promo_text span {
    color: #f9bf3b;
    font-weight: 700px;
}

.promo .promo_btn , .present .present_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%) ;
    color:#FFFFFF;
    font-size:21px;
    font-weight: 400px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center; 
    cursor: pointer;
    outline: none;
}

.more {
    margin-top: 73px;
}

.more .more_text {
    color:#FFFFFF;
    font-size:15px;
    text-align:center;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
}

.more .more_img {
    display: block;
    margin: 0 auto;
    margin-top: 13px;
}

.waiting {
    min-height: 604px;
    background-color: #efefef;
    padding: 85px 0 75px;
}

.waiting .waiting_header, .finish .finish_header {
    color: #252525;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

.finish .finish_header{
    color: #ffffff;
}

.waiting .waiting_divider, .finish .finish_divider {
    width: 217px;
    height: 4px;
    background-color: #f9bf3b;
    margin: 0 auto;
    margin-top: 18px;
}

.waiting .waiting_subheader {
    margin-top: 17px;
    color: #4a4a4a;
    font-size: 23px;
    font-weight: 400;
    text-align: center;
}

.waiting .waiting_wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
}

.waiting .waiting_wrapper .waiting_item {    
    width: 339px;
}

.waiting .waiting_wrapper .waiting_item .waiting_img {
    width: 100%;
}

.waiting .waiting_wrapper .waiting_item .waiting_descr {
    margin-top: 33px;
    color: #4a4a4a;
    font-size: 15px;
    font-weight: 300px;
}

.optimization {
    min-height: 550px;
    padding: 102px 0 107px 0;
}

.optimization .optimization_header {
    margin-left: 391px;
    color: #229cbd;
    font-size: 29px;
    font-weight: 400;
    text-transform: uppercase;
}

.optimization .optimization_text {
    margin-top: 25px;
    margin-left: 391px;
    color: #4a4a4a;
    font-size: 17px;
    font-weight: 300;
}

.optimization .optimization_text span {
    font-weight: 700;
}

.optimization .optimization_img {
    position: absolute;
    top: -54px;
    left: -240px;
    z-index: -1;
}

.finish {
    min-height: 447px;
    padding: 86px 0 79px 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 .finish_wrapper .finish_item .finish_round {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 115px;
    height: 115px;
    background-color: #b4e2ff;
    border-radius: 100%;
}

.finish .finish_wrapper .finish_item .finish_descr {
    margin-top: 25px;
    text-align: center;
    color: #efefef;
    font-size: 17px;
    font-weight: 300;
}

.present {
    min-height: 630px;
    background-color: #efefef;
}

.present .present_box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.present .present_img{
    margin-top: 85px;
}

.present .present_descr {
    color: #252525;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin-top: 50px;
}

.present .present_btn{
    margin-top: 55px;   
}

.last {
    min-height: 515px;
}

.last .last_lap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.last .last_item {
    margin-top: 85px;
    width: 345px;
    height: 200px;
}

.last .last_f {
    color: #252525;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin-top: 42px;
}

.last .last_s {
    color: #299CBD;
    font-size: 36px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    margin-top: 30px;
}

.last .last_t {
    color: #4A4A4A;
    font-size: 23px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin-top: 30px;
}

.footer {
    min-height: 166px;
    background-color: #1A1A1A;
    display: flex;
    justify-content: center;
    
}

.footer_black {
    color:#888888;
    font-weight: 300;
    font-size:15px;
    text-align:center;
    margin-top: 62px;
    text-decoration: none;
}

@media (max-width: 1200px) {
    .container {
        position: relative;
        width: 100%;
        margin: 0 auto;
    }

    .waiting .container{
        width: 100%;
    }

    .finish .container{
        width: 100%;
    }

    .optimization {
        padding: 15px 0 0 0;
    }

    .optimization .optimization_header {
        margin-left: 30px;
        
    }

    .optimization .optimization_text {
        margin-top: 25px;
        margin-left: 30px;
        margin-right: 20px;
        color: #4a4a4a;
        font-size: 17px;
        font-weight: 300;
    }

    .optimization .optimization_img {
        position: relative;
        width: 100%;
        top: 0px;
        left: 0px;
        z-index: -1;
    }

    .present .present_img{
        margin-top: 45px;
    }

    .present .present_btn{
        margin-top: 35px;   
    }
}

@media (max-width: 992px) {
    h1 {
        margin-top: 30px;
    }
   
    .title {
        font-size: 30px;
    }
    
    .promo .promo_text {
        font-size:18px;
        margin-top: 15px;
    }  
}

@media (max-width: 992px) {

    .more {
        margin-top: 35px;
    }
    
}

@media (max-width: 768px) {
    .waiting .waiting_wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 45px;
    }

    .waiting .waiting_wrapper .waiting_item {    
        margin-left: auto;
        margin-right: auto;
        margin-top: 45px;
    }

    .waiting .waiting_wrapper .waiting_item .waiting_descr {
        margin-top: 10px;
    }

    .finish .finish_wrapper .finish_item .finish_round {
        width: 90px;
        height: 90px; 
    }

}

@media (max-width: 568px) {
    h1 {
        margin-top: 20px;
    }

    .simple .title_big {
        font-size: 55px;
    }
   
    .title {
        font-size: 20px;
        margin-top: 15px;
    }
    
    .promo .promo_text {
        font-size:18px;
        margin-top: 15px;
        line-height: normal;
    }
    .promo .promo_btn {
        margin-top: 15px 10px 0 10px;

    }

    .more {
        margin-top: 25px;
    }

    .waiting .waiting_wrapper .waiting_item {    
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .finish .finish_wrapper {
        flex-direction: column;   
    }

    .finish .finish_wrapper .finish_item {
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
        width: 310px;
    }

    .finish .finish_wrapper .finish_item .finish_round {
        width: 150px;
        height: 150px; 
    }

    .finish .finish_wrapper .finish_item .finish_descr {
        font-size: 22px;
        margin-top: 10px;
    }

    .present .present_img{
        margin-top: 35px;
    }

    .present .present_descr {
        font-size: 24px;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .present .present_btn{
        margin-top: 25px;   
    }

    .last .last_item img{
        width: 320px;   
    }

    .last .last_item{
       margin-left: auto;
       margin-right: auto;    
    }

    .last .last_t {
        margin-top: 10px;
        margin-bottom: 30px;
    }
}

@media (max-width: 568px) {
    .simple .title_big {
        font-size: 35px;
        margin-top: 15px;
    }
}