* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.container {
    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 {
    font-family: Roboto;
    font-size: 15px;
    color: #FFFFFF;
    font-weight: 500;    
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 14px;

}

h1 {
    margin-top: 45px;
}

.title {
    font-family: Roboto;
    color: #F9BF3B;
    font-weight: 900;
    font-size: 41px;
    /* line-height: 41px; */
    text-align: center;
    text-transform: uppercase;
}

h2.title {
    margin-top: 21px;
}

.simple .title_big {
    font-family: Roboto;
    font-weight: 900;
    font-size: 80px;
    /* line-height: 24px; */
    text-align: center;
    line-height: 65px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 21px;

}

.promo .promo_text {
    font-family: Roboto;
    font-weight: 300;
    font-size: 21px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    padding: 0 13px;
    margin-top: 21px;
}

.promo .promo_text span {
    color: #f9bf3b;
    font-family: Roboto;
    font-weight: 700;
}

.promo .promo_btn {
    display: block;
    margin: 0 auto;
    margin-top: 60px;
    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%);
    font-family: Roboto Condensed;
    font-weight: normal;
    font-size: 21px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    outline: none;
}

.more {
    margin-top: 60px;
}

.more .more_text {
    font-family: Roboto;
    font-weight: 200;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.more .more_img {
    display: block;
    margin: 15px auto;
}