h3.headliner {
    font-size: 20px;
    color: #36b3eb;
}

h2.headliner {
    font-size: 24px;
}

/**/
.show-mobile {
    display: none;
}

.post-notice {
    text-align: right;
}

.top-slider-item__text {
    font-size: 32px;
    line-height: 36px;
}

.top-slider-item__text-notice {
    font-size: 26px;
    line-height: 30px;
}

.post-notice_blue > i {
    background-color: #00c5fb;
    padding-left: 3px;
    padding-right: 3px;
    color: #fff;
    font-size: 35px;
    line-height: 45px;
    font-style: normal;
}

.slided.slided-main .slick-dots {
    left: calc(50% - 20px);
}

@media screen and (max-width: 767px) {

    .show-mobile {
        display: block;
    }

    .hide-mobile {
        display: none;
    }

    .top-slider-item__text {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .top-slider-item__text-notice {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .btText > .post-notice_blue:first-child {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .post-notice_blue > i {
        font-size: 20px;
        line-height: 26px;
    }

    .top-slider-item.top-slider-item_new {
        height: auto !important;
    }

    .top-slider-item.top-slider-item_new .btSliderPort {
        background-position: 70% 50%;
    }

    .top-slider-item.top-slider-item_new.top-slider-item_corr .btSliderPort {
        background-position: 90% 50%;
    }

    .top-slider-item.top-slider-item_new .btSlideGutter {
        height: 650px !important;
    }

}

/*слайд студентов*/
.slidedItem[data-slick-index="1"] .btSlideGutter {
    max-width: 1220px;
}

.present-students__present-block {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
}

.present-students__present {
    font-size: 36px;
    line-height: 55px;
    margin-bottom: 35px;
    background-color: #00c5fb;
    color: #fff;
    display: inline-block;
    position: relative;
    padding-right: 4px;
    padding-left: 70px;
}

.present-students__present br {
    display: none;
}

.present-students__present:before {
    content: '';
    display: inline-block;
    background-image: url("../i/present-students.png");
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 15px;
    background-size: 100% auto;
    width: 45px;
    height: 54px;
    position: absolute;
    left: 10px;
    top: 0;
}

.present-students__discount {
    font-size: 50px;
    line-height: 60px;
    color: #f00;
}

.present-students__discount > strong {
    font-size: 70px;
}

.present-students__text {
    display: inline-block;
    max-width: 550px;
    color: #00c5fb;
    font-size: 22px;
    line-height: 38px;
}

.present-students__notice-blue {
    text-align: right;
}

.present-students__notice-blue i {
    background-color: #00c5fb;
    padding-left: 3px;
    padding-right: 3px;
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    font-style: normal;
}

.family-slide {
    max-width: 810px;
    width: 100%;
}

.family-slide-title {
    margin-bottom: 65px;
}

.family-slide-title > br {
    display: none;
}

.family-slide-title > span {
    background-color: #00c5fb;
    padding: 4px;
    color: #fff;
    font-size: 40px;
    line-height: 37px;
    margin-top: 10px;
}

.family-slide-text {
    color: #00c5fb;
    font-size: 25px;
    line-height: 36px;
    margin-bottom: 90px !important;
}

.family-slide-text > strong {
    color: #f00;
    font-size: 29px;
    font-weight: bold;
}

@media screen and (max-width: 850px) {
    .present-students__present {
        font-size: 30px;
    }
}

@media screen and (max-width: 785px) {
    .family-slide-title > span {
        font-size: 36px;
    }

    .family-slide-text {
        font-size: 23px;
    }
}

@media screen and (max-width: 767px) {
    .present-students__present {
        padding-left: 4px;
        font-size: 25px;
        line-height: 40px;
        margin-bottom: 25px;
    }

    .present-students__present br {
        display: initial;
    }

    .present-students__present::before {
        display: none;
    }

    .present-students__discount {
        font-size: 35px;
        line-height: 40px;
    }

    .present-students__discount > strong {
        font-size: 55px;
    }

    .present-students__text {
        font-size: 18px;
    }

    .present-students__notice-blue i {
        font-size: 20px;
    }

    .translucent-background {
        background-color: rgba(242, 242, 242, 0.85);
    }

    .family-slide-title {
        font-size: 25px;
    }

    .family-slide-title > span {
        font-size: 30px;
    }

    .family-slide-text {
        font-size: 20px;
        margin-bottom: 35px !important;
    }
}

@media (min-width: 359px) and (max-width: 414px) {
    .family-slide-title > br {
        display: initial;
    }
}

@media screen and (max-width: 390px) {
    .present-students__discount {
        font-size: 30px;
        line-height: 30px;
    }

    .present-students__discount > strong {
        font-size: 45px;
    }

    .present-students__text {
        font-size: 16px;
        line-height: 26px;
    }

    .present-students__notice-blue i {
        font-size: 18px;
    }
}

@media screen and (max-width: 365px) {
    .family-slide-title {
        margin-bottom: 30px;
    }

    .family-slide-text {
        margin-bottom: 20px !important;
    }
}

@media screen and (max-width: 359px) {
    .present-students__notice-blue i {
        font-size: 16px;
    }

    .present-students__notice-blue i strong {
        font-weight: normal;
    }
}

.custom-slider-video {
    position: relative;
}

.custom-slider-video .btSliderCell {
    height: auto !important;
}

.custom-slider-video .slick-list {
    height: 380px !important;
}

.custom-slider-video .slick-arrow a {
    border-bottom: none !important;
}

.custom-slider-video .slick-dots {
    bottom: 0 !important;
    display: flex;
    width: 100% !important;
    justify-content: center;
    left: initial;
    margin: 0;
}

.custom-slider-video__wrap-iframe {
    max-width: 640px;
    height: 315px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 414px) {

    .custom-slider-video__wrap-iframe {
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media screen and (max-width: 400px){
    .btGoogleMapsWrap {
        width: 275px;
        padding: 5px 25px 5px 10px;
    }

    .btGoogleMapsWrap .btBtn .btnInnerText{
        font-size: 14px;
    }
}

.main-slider-color_red{
    color: #cc2c2c;
    font-weight: 700;
}

.main-slider__text{
    font-size: 18px !important;
    font-family: 'Exo 2.0';
    line-height: 1.55;
    clear: both;
    color: #444;
    font-weight: 400;
}

.main-slider__item_mar{
    margin-top: -120px!important;
}

.btn-record-slide{
    display: block;
    max-width: 248px;
}


@media screen and (max-width: 620px){
    .avatar.avatar-144.photo{
        min-width: 120px;
    }
}

