.c-banner{
    overflow: hidden;
    position: relative;
    max-height: 551px;
}
.c-banner.visibility-hidden {
    visibility: hidden;
}
.header:hover + .c-banner{
    z-index: -1;
}
.header:hover ~ .c-nav .c-nav__select{
    z-index: -1;
}
.c-banner .slick-dots{
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-left: -20px;
}
.c-banner .slick-dots button{
    width: 30px;
    height: 30px;
    outline: none;
}
.c-banner .slick-dots button::before{
    width: 15px;
    height: 15px;
}
.c-banner__items{

}
.c-banner__item{
    position: relative;
    overflow: hidden;
}
.c-banner__i-img{
    height: 551px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.c-banner__i-content{
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
}
.c-banner__i-conainer{
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 51px 32px 61px;
}
.c-banner__i-title{
    font-family: "Intro";

}
.c-banner__i-element{
    position: absolute;
    bottom: 0;
    right: 9%;
    height: 90%;
}
.c-banner__t-name{
    color: #3c3c3c;
    font-size: 50px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 60px;
}
.c-banner__t-accent{
    color: #ffffff;
    background-color: #d52833;
    margin-top: 11px;
    padding: 0px 40px;
    font-size: 50px;
    font-weight: 400;
    letter-spacing: 0.5px;
    display: inline-block;
    margin-left: -40px;
    position: relative;
    font-family: "Intro";
    white-space: nowrap;
}
.c-banner__t-accent span{
    display: block;
}

.c-banner__t-accent:before{
    position: absolute;
    content: '';
    right: 100%;
    top: 0;
    height: 100%;
    background-color: #d52833;
    width: 200px;
}
.c-banner__t-accent:after{
    position: absolute;
    content: '';
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    background-color: #fff;
    width: 100px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.c-banner__i-desc{

}
.c-banner__i-list{
    color: #252525;
    font-size: 28px;
    letter-spacing: 0.56px;
    line-height: 36px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}
.c-banner__l-item{

}
.c-banner__l-desc{
    font-weight: 400;
    color: rgba(37, 37, 37, 0.49);
}
.c-banner__i-link{

}

.c-nav{
    padding: 36px 0 35px;
}
.c-nav__select{
    display: none;
}
.c-nav__list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
}
.c-nav__item{

}
.c-nav__link{
    font-size: 14px;
}

.c-nav+.program{
    padding-top: 0;
}

.program__text{

}

.c-program{
    border-bottom: 1px solid #ebebeb;
}
.advantage{
    border-bottom: 0;
}
.residence__photo-title{
    display: inline-block;
    width: 95px;
    text-align: center;
    opacity: 0.9;
    color: rgba(25, 25, 25, 0.6);
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    border-radius: 12px 12px 0 0;
    background-color: #f4f6f7;
    -webkit-border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    -ms-border-radius: 12px 12px 0 0;
    -o-border-radius: 12px 12px 0 0;
}

.c-service{
    padding: 85px 0;
    border-bottom: 1px solid #ebebeb;
}

.c-service__item{
    display: block;
    border: 1px solid rgba(200, 200, 200, 0.5);
    background-color: #ffffff;
}
.c-service__item:hover .c-service__date:before{
    opacity: 1;
    right: -10px;
}
.c-service__item:hover .c-service__img img{
    transform: translate(-50%,-50%) scale(1.15);
    -webkit-transform: translate(-50%,-50%) scale(1.15);
    -moz-transform: translate(-50%,-50%) scale(1.15);
    -ms-transform: translate(-50%,-50%) scale(1.15);
    -o-transform: translate(-50%,-50%) scale(1.15);
}
.c-service__top{

}
.c-service__img{
    height: 320px;
    position: relative;
    overflow: hidden;
}
.c-service__img img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    height: 100%;
    max-width: none;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.c-service__title{
    position: absolute;
    top: 0;
    color: #ffffff;
    font-family: "Intro";
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.48px;
    line-height: 32px;
    text-align: center;
    left: 0;
    padding: 20px 40px;
    width: 100%;
}
.c-service__content{
    padding: 11px 20px 24px;
}
.c-service__date{
    color: #333333;
    font-family: "Intro";
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0.56px;
    line-height: 48px;
    position: relative;
}
.c-service__date:before{
    position: absolute;
    content: '';
    background: url('../img/svg/service-arr.svg') center no-repeat;
    background-size: cover;
    width: 27px;
    height: 20px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    opacity: .5;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.c-service__text{
    color: #333333;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 24px;
    margin: 12px 0 47px;
}
.c-service__price{
    color: #d52833;
    font-family: "Intro";
    font-size: 48px;
    font-weight: 400;
    letter-spacing: 0.96px;
    line-height: 48px;
}

.c-practice{
    padding: 85px 0 87px;
    border-bottom: 1px solid #ebebeb;
}

.c-practice__map{
    background-image: url('../img/content/bg_map.jpg');
    width: 60%;
    background-position: 31% 9%;
    background-repeat: no-repeat;
    text-align: center;
}
.c-practice__m-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 81px;
}
.c-practice__m-item{
    margin-left: 16px;
    opacity: .5;
    position: relative;
}
.c-practice__m-item.is-active:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #D52833;
}
.c-practice__m-item.is-active{
    opacity: 1;
}
.c-practice__m-btn{
    width: 210px;
    height: 80px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.11);
            box-shadow: 0 1px 5px rgba(0, 0, 0, 0.11);
    background-color: #ffffff;
    outline: none;
    border: none;
}
.c-practice__b-title{
    color: #333333;
    font-family: "Intro";
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.36px;
}
.c-practice__m-item-price{
    color: #d52833;
    font-family: "Intro";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.32px;
}

.c-practice__info{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background-color: #f4f6f7;
    padding: 28px 96px 28px 48px;
}
.c-practice__info-title{
    font-family: "Intro";
    font-size: 28px;
    margin-bottom: 45px;
    text-align: center;
}
.c-practice__i-list{
    display: none;
    animation: fadeIn .3s linear;
    -webkit-animation: fadeIn .3s linear;
}
.c-practice__i-list.is-active{
    display: block;
}
.c-practice__i-item{
    margin-bottom: 50px;
    position: relative;
}
.c-practice__i-item:not(:last-child):before{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10.5px 0 10.5px;
    border-color: #e1e1e1 transparent transparent transparent;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    margin-top: 21px;
}
.c-practice__i-legend{
    background: #fff;
    font-size: 18px;
    padding: 4px 30px;
    cursor: pointer;
}
.c-practice__i-legend span{
    position: relative;
    margin-right: 19px;
}
.c-practice__i-legend span:first-child:before{
    position: absolute;
    content: '';
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background: url('../img/svg/c-practice__info-arr.svg') center no-repeat;
    width: 11px;
    height: 10px;
    margin-left: 6px;
}
.c-practice__i-legend span.is-last:first-child:before{
    content: none;
}
.c-practice__i-content{
    max-height: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    visibility: hidden;
    opacity: 0;
}

.c-practice__i-item.is-active .c-practice__i-legend{
    display: none;
}
.c-practice__i-item.is-active .c-practice__i-content{
    max-height: 650px;
    visibility: visible;
    opacity: 1;
}

.c-practice__c-item{
    border-top: 5px solid #D52833;
    background: #fff;
    padding: 13px 13px;
    margin-bottom: 50px;
    position: relative;
}
.c-practice__c-item:not(:last-child):before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10.5px 0 10.5px;
    border-color: #e1e1e1 transparent transparent transparent;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    margin-top: 21px;
}
.c-practice__c-top{
    margin-bottom: 15px;
}
.c-practice__c-num{

}
.c-practice__c-title{
    font-size: 18px;
}
.c-practice__c-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.c-practice__c-img{
    width: 75px;
    height: 75px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 25px;
}
.c-practice__c-img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.c-practice__c-text{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 14px;
    line-height: 22px;

}



.c-practice__wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -35px;
    height: 1001px;
    overflow: hidden;
}
.c-practice__svg{
    text-align: center;
}
.c-practice__svg svg{
    width: 593px;
    margin: 8px 0 20px 102px;
}
.c-practice__btn{
    margin-left: 58px;
    margin-bottom: 40px;
}

.c-text{
    background: #F4F6F7;
    padding: 80px 0;
}
.c-text__wrap{
    position: relative;
    max-height: 469px;
    overflow: hidden;
}
.c-text__wrap:before{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(78%, #F4F6F7));
    background-image: -o-linear-gradient(top, transparent 0%, #F4F6F7 78%);
    background-image: linear-gradient(to bottom, transparent 0%, #F4F6F7 78%);
    height: 300px;
}
.c-text__title{

    font-size: 28px;
    letter-spacing: 2.5px;
    margin-bottom: 28px;
}
.c-text__title-mini{

    font-size: 24px;
}
.c-text p {
    font-size: 17px;
    line-height: 28px;
    color: #707070;
    letter-spacing: 0.1px;
    margin-bottom: 20px;
}
.c-text p + p {
    margin-top: -20px;
}
.c-text__btn{
    position: absolute;
    bottom: 0;
}

.package{
    border: 0;
}

.reviews{
    border-bottom: 1px solid #ebebeb;
}
.form__title{
    margin-top: 30px;
}

.с-reviews{
    padding: 80px 0 0;
    margin-bottom: -40px;
}
.с-reviews__item{
    margin-bottom: 40px;
}
.js-readWrap{
    padding-bottom: 60px;
    transition: max-height .5s linear;
    -webkit-transition: max-height .5s linear;
    -moz-transition: max-height .5s linear;
    -ms-transition: max-height .5s linear;
    -o-transition: max-height .5s linear;
}
.js-readWrap.is-active{
    max-height: 3000px;
}
.js-readWrap:before{
    opacity: 1;
    transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
}
.js-readWrap.is-active:before{
    visibility: hidden;
    opacity: 0;
}
.is-show{opacity:1!important;}
.is-hide{opacity:0;-webkit-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
.c-nav__link {
    font-size: 14px;
    text-transform: uppercase;
}
@-webkit-keyframes fadeIn {
	from {
		opacity: 0; }
	to {
		opacity: 1; } }
@keyframes fadeIn {
	from {
		opacity: 0; }
	to {
		opacity: 1; } }

.youtube-video-place img{
    position: absolute;
    left: 0;
    top: 0;
}
.form__conf a{
    font-size: 13px;
}
.info{
    padding-bottom: 0;
}
.residence__photo img{
    max-height: 384px;
    width: 100%;
}
.play-youtube-video--svg{
    position: absolute;
    left: 50%;
    top: 50%;
    background: url('../img/svg/play-button.svg') center no-repeat;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    width: 40px;
    height: 40px;
    cursor: pointer;
    opacity: .75;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.play-youtube-video--svg:hover{
    opacity: 1;
}

.kvest .embed-responsive-16by9::before {
    padding-top: 70.5%;
}
a.btn:not([href]):not([tabindex]) {
    color: #fff;
    text-decoration: none;
}
a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):hover {
    color: #fff;
    text-decoration: none;
}
.btn:hover {
    background: #b82730!important;
}
.c-h2{
    font-style: normal;
    font-weight: 400;
    margin-top: 0;
    font-size: 30px;
    line-height: 42px;
    letter-spacing: 1.2px;
    text-transform: uppercase;

}
.c-text__title {
    text-transform: none;
    color: #333;
}

.c-banner__i-img--1{
    background-image: url('../img/content/banner1.jpg');
}
.c-banner__i-img--2{
    background-image: url('../img/content/banner3.jpg');
}
.c-banner__i-img--3{
    background-image: url('../img/content/banner2.jpg');
}

@media (min-width: 1200px) and (max-width: 1343px){
    .c-kursy-anglijskogo .container {
        max-width: 90%;
    }

    .c-kursy-anglijskogo .col-xl-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .c-practice__m-btn {
        width: 197px;
    }
}

@media(max-width: 1199px){
    .c-banner__i-img{
        background-position: left;
    }
    .c-banner__i-element {
        position: absolute;
        bottom: 0;
        right: -18%;
        width: 50%;
        height: auto;
    }
    .c-nav__select{
        display: block;
        position: relative;
        outline: 0;
        border-radius: 20.5px;
        background-color: #fff;
        border: solid 1px #ddd;
        padding: 8px 20px;
        margin: 0 auto;
        width: 200px;
        z-index: 1;
    }
    .c-nav__select:before{
        position: absolute;
        content: '';
        top: 18px;
        right: 18px;
        background-image: url('/static/img/minified-svg/arrow-bottom-red.svg');
        background-size: 10px 6px;
        width: 10px;
        height: 6px;
    }
    .c-nav__list{
        display: none;
        margin: 0 auto;
        text-align: center;
        width: 200px;
        border-radius: 20.5px;
        background-color: #fff;
        border: solid 1px #ddd;
        padding: 45px 20px 8px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        margin-top: -42px;
    }
    .c-nav.is-active .c-nav__list{
        display: block;
    }
    .c-nav__link{
        text-transform: none;
        white-space: nowrap;
        line-height: 2;
    }
    .c-service__img img{
        width: 100%;
    }
    .c-service .col-xl-4:not(:last-child) .c-service__item{
        margin-bottom: 40px;
    }
    .c-practice__wrap{
        margin: 0;
        display: block;
        height: auto;
    }
    .c-practice__m-list{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-left: 0;
    }
    .c-practice__map{
        width: 100%;
    }
    .c-practice__svg svg {
        width: 593px;
        margin: 8px 0 20px 70px;
    }
    .c-practice__btn {
        margin-left: 28px;
    }
    .c-practice__info{
        padding: 28px 32px 28px 32px;
    }
    .c-practice__i-content{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .c-practice__c-item{
        width: 48%;
        margin: 0;
    }
    .c-practice__c-item:not(:last-child):before{
        content: none;
    }
    .с-reviews{
        margin: 0;
    }
    .c-practice__i-item.is-active .c-practice__i-content{
        max-height: 1650px;
    }
}
@media(max-width: 767px){
    .c-h2{
        font-size: 18px;
    line-height: 24px;
    }
    .c-banner__i-img{
        height: 441px;
    }
    .c-banner__t-name{
        font-size: 26px;
        line-height: 1.4;
    }
    .c-banner__t-accent{
        font-size: 24px;
        line-height: 2.3;
        padding: 0px 40px;
    }
    .c-banner__i-list{
        font-size: 16px;
    }
    .c-banner__l-desc{
        font-size: 14px;
    }
    .c-banner__i-element {
        width: 70%;
    }
    .c-banner .slick-dots{
        bottom: 0px;
        margin-left: 0;
    }
    .c-service__title{
        font-size: 16px;
    }
    .c-service__date{
        font-size: 18px;
    }
    .c-service__text{
        font-size: 14px;
        margin: 12px 0 12px;
    }
    .c-service__price{
        font-size: 28px;
    }
    .c-service__img img {
        width: auto;
    }
    .c-service__content {
        padding: 11px 20px 11px;
    }
    .c-practice__svg{
        display: none;
    }
    .c-practice__m-list{
        display: block;
    }
    .c-practice__b-title{
        font-size: 16px;
    }
    .c-practice__m-item-price{
        font-size: 16px;
    }
    .c-practice__m-btn{
        width: 100%;
        height: 70px;
        margin-bottom: 20px;
    }
    .c-practice__map{
        background: none;
        padding: 0 32px;
    }
    .c-practice__m-item{
        margin: 0;
    }
    .c-practice__btn.btn{
        display: none;
    }
    .c-practice__info-title{
        font-size: 18px;
        margin-bottom: 28px;
    }
    .c-practice__i-content{
        display: block;
    }
    .c-practice__c-item {
        width: 100%;
        margin: 0 0 20px;
    }
    .c-practice__info {
        padding: 24px;
    }
    .c-practice__map {
        width: 100%;
        padding: 0 24px;
    }
    .c-text{
        padding: 40px 0;
    }
    .c-text__title{
        font-size: 18px;
        letter-spacing: inherit;

    }
    .c-text p{
        font-size: 14px;
    }
    .c-text__title-mini{
        font-size: 16px;
    }
    .c-service {
        padding: 40px 0;
    }
    .c-practice {
        padding: 40px 0;
    }
    .c-banner__i-link {
        max-width: 240px;
    }
    .с-reviews {
        padding: 40px 0 20px;
    }
    .c-service__img{
        height: 210px;
    }
    .c-service__date:before{
        width: 18px;
        height: 13px;
    }
    /*
    .c-banner__i-img--1{
        background-image: url('../img/content/banner1-sm.jpg');
    }*/
    .c-banner__i-img--2{
        background-position: 90%;
    }
    .c-banner__i-img--3{
        background-position: 45%;
    }
}
