@import url(media.css);

* {
    /* нужно чтобы все элементы сбросили свои значения по умолчанию, будем задавать их вручную */
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


/*установка всех шрифтов по умолчанию */
 html { 
    font-family: 'Roboto', sans-serif;
    font-family: 'Verdana';
}

.container {
    position: relative;
    /* width: 1140px; */
    margin: 0 auto;
}

.promo {
    height: 800px;
    /* (width)ширину пропускаем, т.к. она будет подстраиваться под различные экраны */
    background: url('../images/bg/firstBg.jpg') center center/cover no-repeat;
    padding: 39px 0 62px 0;
}

.logo .logo_img {   /* наследование: в блоке с классом logo есть блок с классом logo_img */
    margin: 0 auto;
    display: block;
}

.logo .logo_text {
    color: #ffffff;
    font-family: 'Roboto';
    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-family: 'Roboto';
    font-size: 41px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
}

h2.title {
    margin-top: 30px;
}

.simple .title_big {
    font-family: 'Roboto';
    color: #ffffff;
    font-size: 80px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin-top: 21px;
}

.promo .promo_text {
    padding: 0 13px;
    margin-top: 23px;
    color: #ffffff;
    font-family: 'Roboto';
    font-size: 21px;
    font-weight: 300;
    line-height: 28px;
    
    font-weight: 300;
    text-align: center;
}

.promo .promo_text span {
    color: #f9bf3b;
    font-family: "Roboto - Bold";
    font-weight: 700;
}

.promo .promo_btn{
    display: block;
    margin: 73px 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 0 rgba(0, 0, 0, 0.22);
    color: #ffffff;
    font-family: 'Roboto';
    font-size: 21px;
    font-weight: 200;
    line-height: 24px;
    text-transform: uppercase;
    cursor: pointer;
}

.more {
    margin-top: 73px;
}

.more .more_text {
    color: #ffffff;
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

.more .more_img {
    display: block;
    margin: 0 auto;
    margin-top: 13px;
}

.waiting {
    min-height: 600px;
    background-color: #efefef;
    padding: 85px 0 75px 0;
}

.waiting .waiting_header, .finish .finish_header  {
    color: #252525;
    font-family: 'Roboto';
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

 .finish .finish_header { /*поменяем цвет на белый, перезапишет предыщее свойство .finish .finish_header */
    color: white;
}

.waiting .waiting_devider, .finish .finish_devider {
    width: 217px;
    height: 4px;
    background-color: #f9bf3b;
    margin: 0 auto;
    margin-top: 18px;
}

.waiting .waiting_subheader {
    margin-top: 17px;
    color: #4a4a4a;
    font-family: Roboto;
    font-size: 23px;
    font-weight: 400;
    text-align: center;
}

.waiting .waiting_wrapper {
    display: flex;
    justify-content: space-between;
    margin: 45px 100px;
    }

.waiting .waiting_wrapper .waiting_item {
    width: 339px;
    text-align: center;
}

.waiting .waiting_wrapper .waiting_item .waiting_img {
    width: 100%;
   }

.waiting .waiting_wrapper .waiting_item .waiting_descr {
    margin-top: 33px;
    color: #4a4a4a;
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;
}

.optimization {
    width: auto;
    padding: 102px 0 107px 0;
}

.optimization .optimization_header {
    font-family: 'Roboto';
    margin-left: 391px;
    color: #299cbd;
    /* font-family: "Roboto - Black"; */
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
}

.optimization .optimization_text {
    margin-top: 25px;
    margin-left: 391px;
    color: #4a4a4a;
    font-size: 17px;
    font-weight: 300;
    line-height: 27px;
    font-family: "Roboto";
    font-weight: 300;

}

.optimization .optimization_text span {
    font-family: 'Roboto';
    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('../images/bg/secondBg.jpg') center center/cover no-repeat; /*по оси Y в центре по X тоже в центре обязательно ставим / и говорим, что картинка будет растягиваться на всю ширину и не нужно повторять*/
}
.finish .finish_wrapper {
    margin-top: 41px;
    display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
}

.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-family: 'Roboto';
    font-size: 17px;
    font-weight: 300;
    line-height: 20px;
}

.gift_img {
    margin: 0 auto;
    display: block;
    margin-top: 42px;
}

.bonus .bonus_btn {
    display: block;
    margin: 52px 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 0 rgba(0, 0, 0, 0.22);
    color: #ffffff;
    font-family: 'Roboto';
    font-size: 21px;
    line-height: 24px;
    text-transform: uppercase;
    cursor: pointer;
}

.bonus .bonus_text {
    padding: 0 5px;
    margin-top: 42px;
    color: #252525;
    font-family: 'Roboto';
    font-size: 30px;
    font-weight: 400;
    line-height: 43px;
    text-align: center;
}

.firstweb {
    min-height: 515px;
    padding: 89px 0 64px 0;
}

.first_img {
    margin: 0 auto;
    
    display: block;
    
}

.firstwebinar .firstTxt {
    margin-top: 37px;
    text-align: center;
    color: #252525;
    font-family: 'Roboto';
    font-size: 30px;
    font-weight: 400;
    line-height: 12px;
    text-transform: uppercase;
}

.firstwebinar .secondTxt {
    margin-top: 30px;
    text-align: center;
    color: #299cbd;
    font-family: "Roboto";
    font-size: 36px;
    font-weight: 400;
    line-height: 12px;
    text-transform: uppercase;
}

.firstwebinar .thirdTxt {
    text-align: center;
    margin-top: 25px;
    color: #4a4a4a;
    font-family: 'Roboto';
    font-size: 23px;
    font-weight: 400;
    line-height: 20px;
    }

    footer {
        height: 166px;
        background-color: #1a1a1a;
        padding: 61px 0 69px 0;
    }

    .footer .supportPolicy {
        color: #888888;
        text-align: center;
        font-family: 'Roboto';
        font-size: 15px;
        font-weight: 300;
        line-height: 21px;
        }

    .footer .contacts {
        color: #888888;
        text-align: center;
        font-family: Roboto;
        font-size: 15px;
        font-weight: 300;
        line-height: 21px;
        }
    
        footer a {
            color: #888888;
            font-family: Roboto;
            font-size: 15px;
            font-weight: 300;
            line-height: 21px;
            text-decoration: none;
        }

         .underlined {
            text-decoration: underline;
        }