@font-face {
    font-family: 'CalibriExt';
    font-style: normal;
    font-weight: 400;
    src: local('Calibri'), local('Calibri'), url(/sites/site1/fonts/calibri.woff2) format('woff2');
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: Calibri, CalibriExt;
    font-size: 16px;
    margin-bottom: 221px;
}

a {
    color: #062f6e;
    transition: ease .5s;
}

a:hover {
    color: #062f6e;
    transition: ease .5s;
}

h1, h2, .h1, .h2 {
    color: #062f6e;
}

img {
    max-width: 100% !important;
    height: auto !important;
}

.hidden {
    display: none;
}

.container {
    max-width: 1350px;
}

.header {
    padding: 10px 0 0px;
}

.header__conservatory {
    position: relative;
    padding: 37px 30px 33px 206px;
    font-size: 30px;
    line-height: 24px;
    font-weight: bold;
    color: #062f6e;
}

.header__logo {
    position: absolute;
    left: 22px;
    top: 6px;
}

.header__title {
    text-decoration: none !important;
}

.header__hr {
    position: relative;
    margin: 17px 0;
    height: 2px;
    background-color: #d1a75f;
}

.header__hr:before, .header__hr:after {
    position: absolute;
    top: calc(50% - 16px);
    width: 32px;
    height: 32px;
    background-image: url("/sites/site1/images/tip.png");
    transform: rotate(90deg);
    content: '';
}

.header__hr:before {
    left: -32px;
    transform: rotate(-90deg);
}

.header__hr:after {
    right: -32px;
    content: '';
}

.header__right {
    /*display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: stretch;*/
    font-size: 20px;
    float: right;
    padding-right: 20px;
}

.header__langs {
    margin-bottom: 14px;
}

.header__lang {
    position: relative;
}

.header__lang_current {
    color: #cda053;
}

.header__lang:not(:first-child) {
    padding-left: 10px;
}

.header__lang:not(:last-child) {
    padding-right: 10px;
}

.header__lang:not(:last-child):after {
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: #cda053;
    right: -4px;
    top: 0;
    content: '';
}

.header__contacts {
    position: relative;
    line-height: 24px;
}

.header__contacts:before {
    position: absolute;
    width: 43px;
    height: 43px;
    background: url(/sites/site1/images/ico-phone.png) no-repeat;
    left: -73px;
    top: 5px;
    content: '';
}

.header__contact {
    display: block;
}

.navbar {
    border-top: 1px solid #f0e3cd;
    border-bottom: 1px solid #f0e3cd;
    padding: 6px 0;
}

.navbar-nav {
    width: 100%;
}

.nav-item {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 5px;
}

.nav-item_active .nav-link {
    color: #cda053;
}

.nav-item_active .nav-link:before {
    background-color: #cda053;
}

.nav-link:hover {
    color: #cda053;
}

.nav-link:before {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #062f6e;
    top: calc(50% - 3px);
    left: 0;
    content: '';
}

.nav-link:hover:before {
    background-color: #cda053;
    transition: ease .5s;

}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    background-color: rgba(255, 255, 255, .85);
    padding: 10px;
}

.dropdown:hover > .dropdown-menu {
    display: block;
    margin: 0;
}

.dropdown-item {
    color: #062f6e;
    background: none !important;
    border-bottom: 1px solid #f0e3cd;
    padding-left: 10px;
    padding-right: 10px;
}

.dropdown-item:hover {
    color: #cda053;
}

.main-slider {
    /*height: 428px;*/
    margin-bottom: 30px;
}

.main-slider__carousel {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.main-slider__carousel .owl-nav {
    position: absolute;
}

.main-slider__carousel .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
}

.main-slider__carousel .owl-dot {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: rgba(205, 160, 83, .3) !important;
    border: 1px solid #fff !important;
    outline: none !important;
}

.main-slider__carousel .owl-dot.active {
    background-color: #cda053 !important;
}

.faculties__title {
    margin-bottom: 25px;
}

.faculties__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}

.faculty {
    padding: 0 10px;
    margin-bottom: 35px;
}

.faculty__image {
    display: block;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    border: 4px solid #977438;
    /*margin-bottom: 20px;*/
    margin: 0 auto 20px;
}

.faculty__name {
    /*width: 160px;*/
    height: 65px;
    /*display: flex;
    align-items: center;*/
    text-align: center;
    color: #977438;
    font-size: 20px;
    line-height: 1;
}

.faculty__name a {
    color: #977438;
    text-decoration: none !important;
}

.section-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 13px;
    border-bottom: 1px solid #cda053;
    margin-bottom: 12px;
}

.section-title__h2 {
    margin-bottom: 0;
    position: relative;
}

.section-title__show-all {
    text-transform: uppercase;
    color: #cda053 !important;
    text-decoration: underline;
}

.section-title__show-all:hover {
    text-decoration: none;
}

.playbill {
    margin-bottom: 63px;
    /*height: 534px;*/
}

.playbill__carousel {
    position: relative;
    padding: 4px 50px 0;
    overflow: hidden;
}

.playbill__carousel > .owl-nav {
    position: absolute;
    left: 0px;
    right: 0px;
    top: calc(50% + 12px);
}

.playbill__carousel > .owl-nav > .owl-prev,
.playbill__carousel > .owl-nav > .owl-next {
    position: absolute;
    width: 24px;
    height: 44px;
    background: url(/sites/site1/images/arrow.png) !important;
    text-indent: -9999px;
    outline: none !important;
}

.playbill__carousel > .owl-nav > .owl-prev {
    left: 0;
    transform: rotate(180deg);
}

.playbill__carousel > .owl-nav > .owl-next {
    right: 0;
}

.performance__date {
    font-size: 10px;
    color: #660000;
    margin-bottom: 3px;
}

.performance__name, .performance__name > a {
    font-size: 22px;
    line-height: 1.2;
    color: #660000;
    height: 77px;
    overflow: hidden;
    margin-bottom: 13px;
}

.graduate-help {
    position: relative;
    min-height: 185px;
    border-radius: 7px;
    background: #f6ecda;
    padding: 0 0 0 40%;
    margin-bottom: 38px;
}

.graduate-help:before {
    position: absolute;
    left: 90px;
    width: 230px;
    height: 218px;
    bottom: 0;
    background: url(/sites/site1/images/graduates.png) no-repeat 0 00;
    content: '';
}

.graduate-help__info {
    /*display: inline-block;*/
    width: 570px;
    padding-top: 10px;
}

.graduate-help__title {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.graduate-help__title:after {
    position: absolute;
    left: 0;
    right: 0;
    height: 48px;
    bottom: -53px;
    background: url(/sites/site1/images/pattern.png) no-repeat 50% 0;
    content: '';
}

.graduate-help__links {
    position: relative;
    column-count: 2;
    column-gap: 80px;
    list-style: none;
    z-index: 2;
    /*padding-left: 20px;*/
}

.graduate-help__link {
    font-weight: bold;
    color: #977438;
    text-transform: uppercase;
}

.news {
    margin-bottom: 66px;
}

.news-item {
    position: relative;
}

.news-item__details {
    position: absolute;
    width: 330px;
    bottom: -26px;
    left: calc(50% - 165px);
    padding: 8px 25px 10px;
    background: #ebdaae;
    text-align: center;
    min-height: 112px;
}

.news-item__details:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    top: 0px;
    background: url(/sites/site1/images/pattern-2.png) no-repeat 50%;
    background-size: cover;
    opacity: .18;
    content: '';
    z-index: 1;
}

.news-item__date {
    font-size: 10px;
    color: #660000;
    margin-bottom: 1px;
}

.news-item__name, .news-item__name > a {
    position: relative;
    font-size: 22px;
    line-height: 1.2;
    color: #660000;
    z-index: 2;
}

.news-item__image {
    height: 290px;
    background-position: center;
    background-size: cover;
}

.news-list_page {
    margin-bottom: 50px;
}

.news-list_page .news-item {
    margin-bottom: 60px;
}

.gallery {
    padding-bottom: 66px;
}

.gallery-item {
    position: relative;
    margin-bottom: 50px;
}

.gallery-item__image {
    display: block;
    height: 290px;
    background-position: center;
    background-size: cover;
}

.gallery-item__details {
    position: absolute;
    width: 240px;
    bottom: -26px;
    left: calc(50% - 120px);
    padding: 8px 25px 10px;
    background: #ebdaae;
    text-align: center;
    min-height: 96px;
    /*display: flex;
    align-items: center;
    justify-content: center;*/
}

.gallery-item__details:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    top: 0px;
    background: url(/sites/site1/images/pattern-2.png) no-repeat 50%;
    background-size: cover;
    opacity: .18;
    content: '';
    z-index: 1;
}

.gallery-item__date {
    font-size: 10px;
    color: #660000;
    margin-bottom: 1px;
}

.gallery-item__name, .gallery-item__name > a {
    position: relative;
    font-size: 22px;
    line-height: 1.2;
    color: #660000;
    z-index: 2;
}

.page-content {
    padding-top: 40px;

}

.page-content iframe {
    max-width: 100%;
}

.page-content img {
    max-width: 100%;
}

.page-content ul, .page-content ul a {
    color: #660000;

}

.page-title {
    padding-bottom: 4px;
    border-bottom: 1px solid #cda053;
    margin-bottom: 35px;
}

.perfomance-item {
    padding: 15px 50px;
    background-color: #f6ecda;
    margin-bottom: 40px;
}

.perfomance-item__place {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 36px;
}

.perfomance-item__pattern {
    position: absolute;
    left: 0;
    right: 0;
    height: 48px;
    bottom: -53px;
    background: url(/sites/site1/images/pattern-3.png) no-repeat 50% 0;
    content: '';
}

.perfomance-item__pattern:before,
.perfomance-item__pattern:after {
    position: absolute;
    top: 5px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #aa8c58;
    content: '';
}

.perfomance-item__pattern:before {
    left: 0;
}

.perfomance-item__pattern:after {
    right: 0;
}

.perfomance-item__info {
    display: flex;
    align-items: center;
}

.perfomance-item__poster {
    padding-right: 60px;
}

.perfomance-item__poster img {
    max-width: 140px;
}

.perfomance-item__datetime {
    font-size: 18px;
    color: #660000;
    margin-bottom: 3px;
}

.perfomance-item__name {
    font-size: 22px;
    color: #660000;
    line-height: 1.2;
    margin-bottom: 14px;
}

.perfomance-item__name > a {
    color: #660000;
}

.perfomance-item__description {
    line-height: 1.2;
}

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 221px; /* Set the fixed height of the footer here */
    padding: 25px 0;
}

.footer__logo {
    margin: 0 0 0 50px;
}

.footer__logo > img {
    width: 100px;
}

.footer__contact {
    color: #cda053;
}

.footer__contact a {
    color: #cda053;
}

.footer__contact > b {
    color: #062f6e;
}

.footer__social {
    font-size: 14px;
    line-height: 2.5;
    font-weight: bold;
    color: #062f6e;
    text-align: center;
}

.footer__social-icons > a {
    margin: 0 5px;
}

.footer__copyright {
    margin-top: 34px;
    font-size: 14px;
    padding: 15px 0 0 23px;
    color: #cda053;
    border-top: 1px solid #e1e3e6;
}

@media all and (max-width: 1366px) {
    .faculties__list {
        justify-content: flex-start;
    }

    .faculty {
        padding: 0 5px;
        /*width: 20%;*/
    }

    .faculty__image, .faculty__name {
        margin-left: auto;
        margin-right: auto;
    }

}

@media all and (max-width: 1299px) {
    .faculty {
        padding: 0 30px;
    }

}

@media all and (min-width: 992px) {
    .content-less {
        padding: 0 100px;
    }
}

@media all and (max-width: 1199px) {
    .nav-item {
        font-size: 14px;
    }

    .nav-link {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .nav-link:before {
        /*display: none;*/
        left: -5px;
    }

    .news-item__details {
        width: 90%;
        left: 5%;
    }

    .gallery-item__details {
        width: 90%;
        left: 5%;
    }

}

@media all and (max-width: 991px) {
    .content-less {
        padding: 0 50px;
    }

    .header__logo > img {
        width: 80px;
    }

    .header__conservatory {
        padding: 10px 0px 10px 136px;
        font-size: 24px;
    }

    .header__right {
        font-size: 16px;
        padding-right: 0;
    }

    .header__contacts:before {
        background-size: 30px;
        width: 30px;
        height: 30px;
        left: -37px;
    }

    .header__langs {
        margin-bottom: 2px;
    }

    .menu-toggle {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        align-content: stretch;
        width: 45px;
        height: 35px;
        border-radius: 2px;
        /*border: 1px solid #cda053;*/
        padding: 7px 7px;
        cursor: pointer;
        box-sizing: border-box;
        float: right;
        margin-top: 5px;
    }

    .menu-toggle > span {
        width: 100%;
        height: 2px;
        background: #cda053;
    }

    .navbar {
        padding: 0;
        border-bottom: 0;
    }

    .navbar-nav {
        padding: 10px 0;
    }

    .nav-link:before {
        display: none;
    }

    .nav-item {
        font-size: 16px;
    }

    .dropdown-menu {
        border: none;
    }

    .dropdown-menu.show {
        padding-top: 0;
    }

    .graduate-help {
        padding-left: 0;
    }

    .graduate-help:before {
        display: none;
    }

    .graduate-help__info {
        width: 100%;
    }

    .graduate-help__links {
        width: 560px;
        margin: 0 auto;
    }

    .gallery {
        padding-bottom: 30px;
    }

    .gallery-item {
        margin-bottom: 50px;
    }

    .perfomance-item {
        padding: 15px 15px;
    }

    .perfomance-item__place {
        margin-bottom: 60px;
    }

    .perfomance-item__info {
        align-items: normal;
    }

    .perfomance-item__poster {
        padding-top: 8px;
        padding-right: 15px;
    }

    .faculty {
        /*width: 25%;*/
    }

}

@media all and (max-width: 767px) {

    h1, h2, h3,
    .h1, .h2, .h3 {
        font-size: 1.7rem;
    }

    .header__logo > img {
        width: 50px;
    }

    .header__conservatory {
        padding: 20px 0px 33px 85px;
        font-size: 16px;
        line-height: 1;
    }

    .header__hr {
        display: none;
    }

    .header__right {
        float: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 13px;
        margin-bottom: 10px;
    }

    .header__contacts {
        line-height: 20px;
    }

    .faculty {
        padding: 0 10px;
        /*width: 33%;*/
    }

    .news-item {
        margin-bottom: 50px;
    }

    .footer {
        padding: 20px 0;
    }

    .footer__logo {
        display: block;
        margin: 0 auto;
        max-width: 100%;
    }

    .footer__logo > img {
        max-width: 100%;
    }

}

@media all and (max-width: 599px) {
    .content-less {
        padding: 0;
    }

    .graduate-help__title {
        margin-bottom: 60px;
    }

    .header__conservatory {
        padding: 10px 0px 33px 85px;
    }

    .graduate-help__links {
        width: 100%;
        padding: 0 0 20px 0;
        text-align: center;
        column-count: 1;
        column-gap: 0;
    }

    .faculty {
        /*width: 50%;*/
    }

}

@media all and (min-width: 500px) {
    .footer > .container {
        position: relative;
        padding-top: 15px;
    }

    .footer > .container:before {
        position: absolute;
        top: 0;
        left: 15px;
        right: 15px;
        height: 1px;
        background: #e1e3e6;
        content: '';
    }

    .footer__copyright {
        margin-top: 15px;
    }

}

@media all and (max-width: 499px) {
    .perfomance-item__info {
        flex-direction: column;
        align-items: center;
    }

    .perfomance-item__poster {
        margin-bottom: 10px;
    }

    .main-slider__item {
        height: 250px;
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
    }

    .main-slider__item > img {
        display: none !important;
    }

    .page-content {
        padding-bottom: 30px;
    }

    .footer:before {
        position: absolute;
        top: 0;
        left: 15px;
        right: 15px;
        height: 1px;
        background: #e1e3e6;
        content: '';
    }

    .faculty__name {
        height: auto;
    }

}

@media all and (max-width: 419px) {
    .header__conservatory {
        padding: 10px 0px 20px 85px;
    }

    .header__langs {
        display: none;
    }

    .header__right {
        padding-left: 38px;
    }

    .faculty {
        padding: 0;
        /*margin: 0 auto;*/
        width: 100%;
    }

    .footer {
        padding: 10px 0;
    }

    .footer .row.align-items-center {
        align-items: flex-start !important;
    }

    .footer__contacts {
        font-size: 14px;
        line-height: 1.4;
    }

    .footer__copyright {
        margin-top: 7px;
        padding-top: 10px;
    }
}