@font-face {
    font-family: 'Merriweather-Bold';
    src: url('/theme/fonts/Merriweather-Bold.eot?#iefix') format('embedded-opentype'), url('/theme/fonts/Merriweather-Bold.woff') format('woff'), url('/theme/fonts/Merriweather-Bold.ttf') format('truetype'), url('/theme/fonts/Merriweather-Bold.svg#Merriweather-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Merriweather-Regular';
    src: url('/theme/fonts/Merriweather-Regular.eot?#iefix') format('embedded-opentype'), url('/theme/fonts/Merriweather-Regular.woff') format('woff'), url('/theme/fonts/Merriweather-Regular.ttf') format('truetype'), url('/theme/fonts/Merriweather-Regular.svg#Merriweather-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova-Black';
    src: url('/theme/fonts/ProximaNova-Black.eot?#iefix') format('embedded-opentype'), url('/theme/fonts/ProximaNova-Black.otf') format('opentype'),
    url('/theme/fonts/ProximaNova-Black.woff') format('woff'), url('/theme/fonts/ProximaNova-Black.ttf') format('truetype'), url('/theme/fonts/ProximaNova-Black.svg#ProximaNova-Black') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova-Bold';
    src: url('/theme/fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('/theme/fonts/ProximaNova-Bold.otf') format('opentype'),
    url('/theme/fonts/ProximaNova-Bold.woff') format('woff'), url('/theme/fonts/ProximaNova-Bold.ttf') format('truetype'), url('/theme/fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('/theme/fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('/theme/fonts/ProximaNova-Regular.otf') format('opentype'),
    url('/theme/fonts/ProximaNova-Regular.woff') format('woff'), url('/theme/fonts/ProximaNova-Regular.ttf') format('truetype'), url('/theme/fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova-Semibold';
    src: url('/theme/fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'), url('/theme/fonts/ProximaNova-Semibold.otf') format('opentype'),
    url('/theme/fonts/ProximaNova-Semibold.woff') format('woff'), url('/theme/fonts/ProximaNova-Semibold.ttf') format('truetype'), url('/theme/fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'ProximaNova-Regular';
    font-size: 18px;

}

/*меню*/

.navbar-default .navbar-nav > li > a {
    font-size: 15px;
    color: #3b322f;
    text-transform: uppercase;
    font-family: 'ProximaNova-Semibold';
    padding: 45px 0;
}

.navbar-default {
    background-color: transparent;
    border: 0;
    margin-bottom: 0;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    opacity: 0.7;
}

a.navbar-brand {
    padding: 14px 0 !important;
}

.navbar-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.navbar-nav > li {
    float: left;
    margin-right: 64px;
}

.navbar-nav > li:nth-last-child(1) {
    margin-right: 0;
}


section.menu {
    position: fixed;
    background: #fff;
    left: 0;
    width: 100%;
    z-index: 6;
    top: 0;
}


/*расписание*/
section.schedule {
    background: url(/theme/images/background.jpg);
    padding-top: 30px;
    padding-bottom: 180px;
    margin-top: 110px;
}

h2.title {
    margin: 130px 0;
    font-family: 'Merriweather-Regular';
    text-align: center;
    font-size: 32px;
    color: #fff;
}

.panel-heading {
    padding: 36px 40px;
    background-color: #fff !important;
    border-radius: 10px;
}

.panel-heading h5 {
    font-family: 'ProximaNova-Bold';
    color: #e18a80;
    font-size: 24px;
    margin-top: 0;
}
.panel-heading p {
    font-family: 'ProximaNova-Bold';
    color: #333;
    margin-bottom: 0;
}

.panel-body hr {
    border-top: 1px solid #cccccc;
    margin-top: 0;
    margin-bottom: 35px;
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
    padding: 0 40px 40px;
}

.schedule-spoiler-panel-l span {
    color: #999;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 30px;
}

.schedule-spoiler-panel-l span img {
    margin-right: 12px;
}

button.toggle-schedule {
    border: 2px solid #e18a80;
    border-radius: 5px;
    background: #fff;
}

button.toggle-schedule:focus, button.toggle-schedule a:focus {
    outline: none;
}

button.toggle-schedule a {
    font-family: 'ProximaNova-Bold';
    color: #e18a80;
    font-size: 15px;
    text-transform: uppercase;
    padding: 11px 30px;
    text-decoration: none;
    display: block;
}

.schedule-spoiler-panel-l {
    width: calc(100% - 156px);
    float: left;
}

.schedule-spoiler-panel-r {
    width: 156px;
    float: left;
}

.pro {
    position: relative;
}

.pro:before {
    content: "";
    background: url(/theme/images/pro.png);
    width: 85px;
    height: 83px;
    position: absolute;
    right: -9px;
    top: -9px;
    display: block;
}

section#schedule>*>.panel-group>.panel {
    margin: 0 0 20px 0;
    border: 2px solid #fee4e0;
    border-radius: 10px;
}

.course-descr-top p {
    color: #333;
}

.course-descr-top button {
    border: 0;
    border-radius: 5px;
    background: #e18a80;
    box-shadow: 1px 1px 3px 0 #0000004d;
    padding: 0;
}

.course-descr-top button a {
    padding: 12px 30px;
    color: #fff;
    font-family: 'ProximaNova-Bold';
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
}

.course-descr-top > p {
    width: calc(100% - 159px);
    float: left;
    padding-right: 110px;
}

.course-descr-top {
    width: 100%;
    float: left;
}

p.course-descr-name {
    font-size: 20px;
    color: #999;
    margin: 25px 0 30px 0;
    float: left;
    font-family: 'ProximaNova-Bold';
    width: 100%;
}

.course-descr-block {
    width: 100%;
    float: left;
    background-color: #fee4e0!important;
    background: #fee4e0!important;
    padding: 9px;
    border-radius: 28px!important;
    margin-bottom: 15px!important;
    cursor: pointer;
}

span.number {
    width: 40px;
    height: 40px;
    background: #fff;
    display: inline-flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin-right: 18px;
    color: #e18a80;
    font-size: 24px;
    font-family: 'ProximaNova-Semibold';
}

.course-descr-block > span:nth-child(2) {
    color: #333;
    font-family: 'ProximaNova-Bold';
}

.ac-body {
    display: none;
}

.course-descr-bottom .panel-collapse {
    border: 0!important;
    box-shadow: none;
    background: #fff;
    float: left;
}

.course-descr-bottom .panel  {
    border: 0!important;
}

.course-descr-bottom .panel-body {
    width: 100%;
    float: left;
}





/*преподаватели*/

h2 {
    font-size: 50px;
    text-align: center;
    color: #333;
    margin: 120px 0 100px 0;
    font-family: 'Merriweather-Regular';
}

.slider-block {
    text-align: center;
    padding: 0 30px;
}

.slider-block img {
    display: block;
    margin: auto;
}

.slider-block img {
    display: block;
    margin: 3px auto 35px auto;
    box-shadow: 0 0 0 2px #fee4e0;
    border-radius: 50%;
}

.slider-block h4 {
    font-size: 24px;
    font-family: 'ProximaNova-Bold';
    color: #3b322f;
}

.slick-slide a {
    text-decoration: none;
}

.slider-block p {
    color: #777;
}

.slick-slide a:focus {
    outline: none;
}

li.slider-home.slick-slide.slick-active.active .slider-block img {
    box-shadow: 0 0 0 3px #e18a80, 0 8px 20px 0 #5555556b;
}

li.slider-home.slick-slide.slick-active.active .slider-block h4 {
    color: #e18a80;
}

.nav > li > a {
    padding: 0;
    border: 0;
}

.carousel-inner > .active, .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: 0;
}

.nav-tabs > li > a {
    margin-right: 0;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
}

.nav-tabs {
    border-bottom: 0;
}

.tab-content {
    border: 2px solid #fee4e0;
    border-radius: 10px;
    padding: 35px;
    margin-top: 50px;
}

.tab-pane ul li {
    color: #3b322f;
    list-style: none;
    position: relative;
}

.tab-pane ul li:before {
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    background: #e18a80;
    border-radius: 50%;
    display: block;
    left: -30px;
    top: 8px;
}

.container.draggable {
    overflow-x: hidden;
}



.prev, .next {
    height: 80px;
    width: 80px;
    background: #fff0ee;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    cursor: pointer;
    z-index: 2;
}

.next {
    transform: rotate(180deg);
    top: calc(50% - 40px);
    right: 0;
}

.prev {
    top: calc(50% - 40px);
    left: 0;
}

.teachers>* {
    position: relative;
}

.container-slider {
    width: 900px;
    overflow: hidden;
    margin: auto;
    position: relative;
}
section.teachers {
    padding-bottom: 130px;
}

/*о нас*/
section.about h2 {
    color: #fff;
}

section.about {
    background: url(/theme/images/background.jpg);
    padding-bottom: 115px;
}
.about-text {
    background: #fff;
    border-radius: 10px;
    border: 2px solid #fee4e0;
    padding: 0 40px 35px 40px;
    margin-bottom: 45px;
}


.about-text h3 {
    font-size: 20px;
    color: #333;
    font-family: 'ProximaNova-Bold';
    margin: 35px 0;
}
.image__wrapper>img {
    width: 100%;
    cursor: pointer;
}
/* увеличенная картинка */
#magnify {
    display: none;

    /* position: absolute; upd: 24.10.2016 */
    position: fixed;
    max-width: 600px;
    height: auto;
    z-index: 9999;
}

#magnify img {
    width: 100%;
}

/* затемняющий фон */
#overlay {
    display: none;

    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 9990;
}

/* кнопка закрытия */
#close-popup {
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #AFAFAF;
    border-radius: 15px;
    cursor: pointer;
    position: absolute;
    top: -30px;
    right: 0;
}

#close-popup i {
    width: 30px;
    height: 30px;
    background: url(https://codernote.ru/files/cross.png) no-repeat center center;
    background-size: 16px 16px;
    display: block;
}

@keyframes rota {
    25% {
        transform: rotate(360deg);
    }
}

#close-popup:hover {
    animation: rota 4s infinite normal;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/*новости*/


section.news p {
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #fee4e0;
}

section.news p:nth-last-child(1) {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
section.news {
    padding-bottom: 130px;
}
/*футер*/

.form-footer {
    width: 570px;
    border: 2px solid #fee4e0;
    border-radius: 10px;
    box-shadow: 0 0 15px 0 #d6d6d6;
    padding: 30px;
    float: left;
    position: absolute;
    background: #fff;
    top: 60px;
    right: 0;
    z-index: 3;
}

.form-footer h3 {
    font-size: 24px;
    font-family: 'ProximaNova-Bold';
    margin-top: 0;
    text-align: center;
}

.form-footer span img {
    margin-right: 15px;
}

.form-footer span {
    display: flex;
    align-items: center;
    margin-right: 40px;
    float: left;
    margin-bottom: 20px;
}

form.form-wrap {
    width: 100%;
    float: left;
}

.form-footer hr {
    float: left;
    width: 100%;
    border-top: 1px solid #cccccc;
    margin: 10px 0 30px 0;
}

form.form-wrap h3 {
    margin-bottom: 25px;
    font-size: 24px;
    font-family: 'ProximaNova-Bold';
    margin-top: 0;
    text-align: center;
}

form.form-wrap input {
    border: 2px solid #fee4e0;
    border-radius: 5px;
    padding: 11px 13px;
    width: calc(50% - 12px);
}


input[type="text"] {
    margin-right: 19px;
}

form.form-wrap textarea {
    border: 2px solid #fee4e0;
    border-radius: 5px;
    padding: 11px 13px;
    width: 100%;
    height: 90px;
    margin: 20px 0;
}


form.form-wrap button {
    padding: 15px 60px;
    border: 0;
    border-radius: 5px;
    background: #e18a80;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    margin: auto;
    display: block;
}


section.map>* {
    position: relative;
}

.modal-content {
    float: left;
    padding-bottom: 30px;
}

button.close {
    right: 10px;
    top: 4px;
    position: absolute;
    font-size: 38px;
    z-index: 8;
}


#customMap{width: 100%; height: 100%;}
.customMapClose{position: absolute; top: 5px; right: 15px; text-decoration: none; cursor: pointer;}
.map {
    height: 700px;
}

.nav-tabs > li {
    cursor: pointer;
}

._error_field {
    border: 3px solid red !important;
    outline: none !important;
}

label._error_field {
    display: none !important;
}

.socials-panel {
    display: none;
}

.confidential {
    font-size: 10px;
    line-height: 10px;
    display: block;
    margin: -10px 0 15px 0;
    color: #ccc;
}

@media screen and (min-width: 980px) {
    .socials-panel {
        display: block;
        width: 56px;
        height: 111px;
        position: fixed;
        right: 0;
        top: calc(50% - 55.5px);
        background-color: rgba(220, 147, 145, .8);
        border-radius: 6px 0 0 6px;
        box-shadow: 0 0 4px 2px #fff;

    }

    .socials-panel a {
        display: block;
        width: 48px;
        height: 48px;
        margin: 5px;
    }

    .socials-panel a:hover {
        opacity: .9;
    }

    .socials-panel a._vk {
        background-image: url('/theme/images/vk.png');
    }

    .socials-panel a._ig {
        background-image: url('/theme/images/ig.png');
    }
}
