* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #FFFFFF;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
}

.promo {
    min-height: 800px;
    background: url('/static/img/main_bg.jpg') center, center / cover no-repeat;
    padding: 22px 0px 53px 0px;
}

.logo {
    margin-bottom: 52px;
}

.logo__text {
    margin-top: 13px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 500;
}

.title {
    text-transform: uppercase;
    font-weight: 900;
    line-height: 80px;
}

.title_colored {
    color: #F9BF3B;
    font-size: 41px;
}

.title_big {
    color: #FFFFFF;
    font-size: 80px;
    margin: 12px 0px;
    line-height: 1;
}

.promo_text {
    margin: 20px 0px 75px 0px;
    color: #FFFFFF;
    font-size: 21px;
    width: 1140px;
    font-weight: 500;
}

.promo_text>span {
    color: #F9BF3B;
    text-transform: uppercase;
}

.btn {
    margin: 0px auto;
    width: 320px;
    min-height: 72px;
    padding: 23.5px 68px;
    background: linear-gradient(0deg, #ff4d00 0%, #feb05d 100%);
    text-transform: uppercase;
    font-size: 21px;
    border-radius: 4px;
}

.promo .btn {
    margin-top: 75px;
    margin-bottom: 75px;
}

.more__text {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 10px;
}

.more>.more__img {
    margin-bottom: 53px;
}

.intensive {
    background-color: #EFEFEF;
    padding: 80px 0px;
}

.intensive__wrapper {
    display: flex;
    margin-top: 42px;
    justify-content: space-between;
}

.intensive__title {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 500;
}

.intemsive_substitute {
    color: #4A4A4A;
    font-size: 23;
}

.divdivider {
    width: 220px;
    height: 7px;
    background-color: #F9BF3B;
    margin: 0px auto;
    font-weight: 500;
}

.intensive__item {
    width: 360px;
}

.intensive__img {
    width: 90%;
    margin-bottom: 15px;
}

.intensive__descr {
    text-align: center;
    color: #4A4A4A;
    font-weight: 300;
    font-size: 16px;
}

.needed {
    background-color: #000000;
    padding: 80px 0px;
}

.needed .title_colored {
    font-size: 30px;
    margin-bottom: 61px;
}

.content__needed {
    margin-left: 473px;
}

.text__needed {
    margin-bottom: 25px;
    color: #808080;
    font-size: 16px;
    position: relative;
    z-index: 2;
}

.text__marked {
    color: #FFFFFF;
}

.needed>.container {
    position: relative;
    text-align: right;
}

.needed_img {
    position: absolute;
    top: 131px;
    left: -30px;
    z-index: 1;
}

.text__able {
    margin-top: 80px;
}

.title__able {
    color: #EFEFEF;
    font-size: 30px;
}

.able {
    background: url('/static/img/secondary_bg.jpg');
    padding-bottom: 102px;
}

.able__wrapper {
    margin-top: 40px;
    display: flex;
    justify-content: space-around;
}

.able__item {
    width: 224px;
    align-items: center;
}

.able__item__content {
    margin: 0 auto;
    width: 115px;
    height: 115px;
    background-color: #F9BF3B;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.able__item__description {
    max-width: 80%;
    color: #808080;
    margin: 0 auto;
}

.gift {
    color: #EFEFEF;
    margin-top: 80px;
}

.logo__gift {
    margin-bottom: 80px;
}

.text__gift {
    color: #252525;
    font-size: 30px;
    line-height: normal;
    margin-bottom: 60px;
}

.gift .btn {
    margin-bottom: 80px;
}

.webinar {
    background-color: #0F0B0B;
    padding: 50px 0px;
}

.willbe {
    color: #FFFFFF;
    font-size: 30px;
    margin-top: 40px;
}

.title__webinar {
    color: #F9BF3B;
    font-size: 36px;
    margin-top: 20px;
}

.text__webinar {
    color: #FFFFFF;
    margin-top: 20px;
    font-size: 23px;
}

.footer {
    background-color: #1A1A1A;
    padding: 58px 0px;
    text-align: center;
    color: #888888;
}

.footer a {
    color: #888888;
}

.link_footer {
    text-decoration: underline;
}