@import url('../../../z-index/css/normalize.css');
@import url('../../../z-index/css/frank.css');
@import url('/08_fonts/montserrat.css');
@import url('../../../z-index/css/pf_din.css');
@import url('../../../z-index/css/roboto.css');
@import url('../../../z-index/css/owl-carousel-min.css');
@import url('../../../z-index/css/top_btn.css');
@import url('../../../z-index/css/modal.css');
@import url('../../../z-index/css/social.css');
@import url('../../../z-index/css/teacher.css');
@import url('../../../blocks/top_logo/style.css');
@import url('../../../blocks/owl_slider_box/style.css');
@import url('../../../blocks/advance/style.css');
@import url('../../../blocks/about_us/style.css');
@import url('../../../blocks/img_modal/style.css');
@import url('../../../blocks/media/style.css');
@import url('../../../blocks/footer/style.css');
@import url('/03_components/header/css/logoAndTel.css');
.jumb__logo-wrap {
    color: inherit;
    border-color: rgba(255, 255, 255, .6);
}

.jumb__logo-author {
    display: none;
}

.jumb__logo-tel {
    padding-top: 20px;
}

body {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.15;
    color: #353535;
}

.sec {
    padding: 70px 0;
}

.block-title {
    font-family: "PF Din";
    font-size: 60px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
}

.unline-title {
    position: relative;
    z-index: 1;
}

.unline-title:before {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    bottom: 5px;
    background-color: #e7545a;
    width: 100%;
    height: 36%;
    z-index: -1;
}

.red {
    color: #e7545a;
}

.row-no-mrg {
    margin: 0;
}

.col-text,
.col-img,
.col-6 {
    width: 50%;
}

.col-img {
    font-size: 0;
    line-height: 0;
    padding: 0;
}

.col-text,
.col-img {
    background-color: #fff;
}

.col-text {
    padding: 70px 50px 20px;
}

.col-push,
.col-pull {
    position: relative;
}

.col-push {
    left: 50%;
}

.col-pull {
    right: 50%;
}

.block-btn {
    width: 100%;
    max-width: 370px;
    -webkit-box-shadow: 0 10px 11px 4px rgba(0, 0, 0, 0.25), 0 3px 0 #b17c12, inset 0 3px 5px #fdef8b;
    box-shadow: 0 10px 11px 4px rgba(0, 0, 0, 0.25), 0 3px 0 #b17c12, inset 0 3px 5px #fdef8b;
    border-radius: 5px;
    background-color: #ffe200;
    background-image: -webkit-linear-gradient(#ffe200 0%, #dfa126 100%);
    background-image: -o-linear-gradient(#ffe200 0%, #dfa126 100%);
    background-image: linear-gradient(#ffe200 0%, #dfa126 100%);
    color: #000000;
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    padding: 20px 5px;
}

.block-btn:visited {
    color: #000;
}

.block-btn:hover {
    background-image: none;
}

.block-btn:active {
    -webkit-box-shadow: 0 4px 5px 2px rgba(0, 0, 0, 0.25), 0 3px 0 #b17c12, inset 0 3px 5px #fdef8b;
    box-shadow: 0 4px 5px 2px rgba(0, 0, 0, 0.25), 0 3px 0 #b17c12, inset 0 3px 5px #fdef8b;
}


/*Header*/

.header {
    min-height: 850px;
    background-color: #212433;
    background-image: url('../img/bg-books2day-01.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
}

.header__main-desc {
    max-width: 685px;
    padding: 40px 0 50px;
}

.header__desc,
.header__time,
.event-type,
.header__overtitle {
    font-size: 30px;
    font-weight: 700
}

.header__time,
.event-type__item {
    position: relative;
    line-height: 1;
    padding-left: 39px;
    margin-bottom: 25px;
}

.header__time:before,
.event-type__item:before {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    -webkit-background-size: cover;
    background-size: cover;
}

.header__time:before {
    top: 4px;
    background: url('../img/calendar-small.svg') center no-repeat;
    width: 20px;
    height: 21px;
}

.event-type__item {
    text-transform: uppercase;
}

.event-type__item:before {
    top: 2px;
    background: url('../img/live.svg') center no-repeat;
    width: 26px;
    height: 26px;
}

.header__overtitle {
    margin-top: 20px;
}

h1 {
    font-family: "PF Din";
    font-size: 100px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 25px;
}

.header__desc {
    margin: 10px 0 55px;
}


/*You get*/

.you-get {
    background-color: #f5f5f5;
}

.you-get-item {
    margin-bottom: 20px;
}

.you-get-item {
    font-family: 'Pf Din';
    font-size: 30px;
    line-height: 1;
    padding-left: 57px;
    margin-top: 25px;
}

.list-small .you-get-item {
    font-size: 24px;
}

.you-get-item b,
.you-get-item strong {
    font-weight: 500;
}

.you-get-item:before {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 40px;
    height: 40px;
}

.you-get-item--1:before {
    background-image: url('../img/01-icon-books.svg');
}

.you-get-item--2:before {
    background-image: url('../img/02-icon-book.svg');
    width: 38px;
}

.you-get-item--3:before {
    background-image: url('../img/03-icon-test.svg');
}

.you-get-item--4:before {
    background-image: url('../img/04-icon-goal.svg');
}

.you-get-item--5:before {
    background-image: url('../img/05-icon-reading.svg');
}

.you-get-item--6:before {
    background-image: url('../img/06-icon-algorithm.svg');
}

.you-get-item--7:before {
    background-image: url('../img/05-icon-teacher.svg');
}

.you-get-item--8:before {
    background-image: url('../img/06-icon-test.svg');
}

.you-get-item--9:before {
    background-image: url('../img/07-icon-document.svg');
}

.you-get-item--10:before {
    background-image: url('../img/08-icon-algorithm.svg');
}


/*About*/

.about {
    text-align: center;
}

.about__info-wrapper {
    margin: 50px 0 70px;
}

.about .col {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    text-align: left;
    margin: 15px 0;
}

.about .col img {
    width: 100%;
    max-width: 50px;
    height: 50px;
}

.about .col p {
    width: calc(100% - 50px);
    font-size: 24px;
    padding-left: 15px;
}


/*Speaker*/

.speaker {
    background-color: #f5f5f5;
}

.speaker .block-title {
    text-align: center;
    margin-bottom: 45px;
}


/*About*/

.about-us .block-title {
    margin-bottom: 35px;
}

@media(max-width: 1199px) {
    .col-text,
    .col-img {
        width: 100%;
    }
    .col-text {
        padding: 25px 25px 35px;
    }
    .col-push {
        left: 0;
    }
    .col-pull {
        right: 0;
    }
    .you-get-item:before {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media(max-width: 991px) {
    .header {
        min-height: 700px;
        background-position: left top;
    }
    .header__main-desc {
        max-width: none;
        text-align: center;
    }
    h1 {
        font-size: 54px;
    }
}

@media(max-width: 767px) {
    .sec {
        padding: 40px 0;
    }
    .block-title {
        font-size: 42px;
    }
    .header {
        background-image: url('../img/bg-books2day-01-mob.jpg');
        background-position: center top;
    }
    .header__desc,
    .header__time,
    .event-type,
    .header__overtitle {
        font-size: 24px;
    }
    .header__time {
        padding-left: 29px;
        margin-bottom: 20px;
    }
    .header__time:before {
        top: 2px;
    }
    .event-type__item:before {
        top: -2px;
    }
    h1 {
        font-size: 44px;
    }
    .you-get-item {
        font-size: 26px;
    }
    .col-6 {
        width: 100%;
    }
    .about__info-wrapper {
        margin: 35px 0 40px;
    }
    .about .col img {
        width: 35px;
        height: 35px;
    }
    .about .col p {
        width: calc(100% - 35px);
        font-size: 20px;
    }
}

@media(max-width: 560px) {
    .header {
        min-height: 650px;
    }
    .block-title {
        font-size: 42px;
    }
    .header__desc,
    .header__time {
        font-size: 20px;
    }
    h1 {
        font-size: 48px;
    }
    .you-get-item,
    .list-small .you-get-item {
        font-size: 22px;
        padding-left: 44px;
    }
    .you-get-item:before {
        width: 30px;
        height: 30px;
    }
    .col-text {
        padding: 25px 15px 35px;
    }
}