* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.container {
    position: relative;
    width: 1140px;
    margin: 0 auto;
}

.promo {
    height: 800px;
    background: url("../img/bg/main_bg.png") center center/cover no-repeat;
    padding: 38px 0 62px 0;
}

.logo .logo_img {
    display: block;
    margin: 0 auto;
}

.logo .logo_text {
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
    margin-top: 14px;

}

h1 {
    margin-top: 53px;
}

html {
    font-family: 'Roboto', sans-serif;
}

.title {
    font-family: 'Roboto - Black', sans-serif;
    font-weight: 900;
    font-size: 41px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #F9BF3B;
}

h2.title {
    margin-top: 30px;
}

.simple .title_big {
    font-weight: 900;
    font-size: 80px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    margin-top: 21px;
}

.promo .promo_text {
    font-weight: 300;
    font-size: 21px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 23px;
    padding: 0 13px;
}

.promo .promo_text span {
    color: #F9BF3B;
    font-weight: 700;
    text-transform: uppercase;
}

.promo .promo_btn, .btn_gift {
    display: block;
    margin: 0 auto;
    margin-top: 73px;
    width: 313px;
    height: 72px;
    border: 4px solid rgba(0,0,0,0.23);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.18);
    background-image: linear-gradient(to top, #2798b9 0%, #3ab6da 100%);
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
}

.more {
    margin-top: 73px;
}

.more .more_text {
    color: #FFFFFF;
    font-weight: 400;
    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: #EFEFEF;
    padding: 85px 0 75px 0;
}

.waiting .waiting_header, .finish .finish_header {
    color: #252525;
    font-weight: 400;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
}

.finish .finish_header {
    color: #FFF;
}

.waiting .waiting_devider, .finish .finish_divider {
    margin: 0 auto;
    margin-top: 18px;
    width: 217px;
    height: 4px;
    background: #F9BF3B;
}

.waiting .waiting_subheader {
    font-weight: 400;
    font-size: 23px;
    text-align: center;
    color: #4A4A4A;
    margin-top: 17px;

}

.waiting .waiting_wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
}

.waiting .waiting_wrapper .waiting_item {
    width: 339px;
    vertical-align: top;
    text-align: center;
}

.waiting .waiting_wrapper .waiting_item .waiting_img {
    width: 100%;
}

.waiting .waiting_wrapper .waiting_item .waiting_descr {
    margin-top: 33px;
    font-weight: 300;
    font-size: 15px;
    line-height: 21px;
    color: #4A4A4A;

}

.optimization {
    min-height: 550px;
    padding: 102px 0 107px 0;
}

.optimization .optimization_header {
    margin-left: 391px;
    font-weight: 900;
    font-size: 28px;
    text-transform: uppercase;
    color: #299CBD;

}

.optimization .optimization_text {
    margin-top: 25px;
    margin-left: 391px;
    font-weight: 300;
    font-size: 17px;
    line-height: 27px;
    color: #4A4A4A;
}

.optimization .optimization_text span {
    font-weight: 700;
}

.optimization .optimization_img {
    position: absolute;
    z-index: -1;
    top: -54px;
    left: -240px;
}

.finish {
    min-height: 447px;
    padding: 86px 0 79px 0;
    background: url("../img/bg/second_bg.png") 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: 118px;
    height: 118px;
    background: #B4E2FF;
    border-radius: 100%;
}

.finish .finish_wrapper .finish_item .finish_descr {
    margin-top: 25px;
    text-align: center;
    font-weight: 300;
    font-size: 17px;
    line-height: 20px;
    color: #EFEFEF;

}

.gift {
    min-height: 628px;
    background: #EFEFEF;
    padding: 86px 0 87px 0;
}

.gift .gift_img {
    display: block;
    margin: 0 auto;
}

.gift .gift_text {
    margin-top: 45px;
    font-weight: 400;
    font-size: 30px;
    line-height: 43px;
    text-align: center;
    color: #252525;
}

.first {
    min-height: 604px;
    background: #FFFFFF;
    padding: 89px 0 52px 0;
}

.first .first_img {
    display: block;
    margin: 0 auto;
}

.first .first_header {
    margin-top: 36px;
    font-weight: 400;
    font-size: 30px;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #252525;
}

.first .date {
    margin-top: 30px;
    font-weight: 900;
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #299CBD;
}

.first .limited {
    margin-top: 25px;
    font-weight: 400;
    font-size: 23px;
    text-align: center;
    color: #4A4A4A;

}

.footer {
    height: 170px;
    background: #1A1A1A;
    padding: 57px 0 69px 0;
}

.footer .footer_text {
    font-weight: 300;
    font-size: 15px;
    line-height: 21px;
    text-align: center;
    text-decoration: none;
    color: #888888;
}

.footer .footer_contact {
    font-weight: 300;
    font-size: 15px;
    line-height: 21px;
    text-align: center;
    color: #888888;
}

a:visited {color:#888888; }
