
@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Extrabld.eot');
    src: local('Proxima Nova Extrabold'), local('ProximaNova-Extrabld'),
        url('../fonts/ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Extrabld.woff') format('woff'),
        url('../fonts/ProximaNova-Extrabld.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: local('Proxima Nova Regular'), local('ProximaNova-Regular'),
        url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Regular.woff') format('woff'),
        url('../fonts/ProximaNova-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Semibold.eot');
    src: local('Proxima Nova Semibold'), local('ProximaNova-Semibold'),
        url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Semibold.woff') format('woff'),
        url('../fonts/ProximaNova-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Black.eot');
    src: local('Proxima Nova Black'), local('ProximaNova-Black'),
        url('../fonts/ProximaNova-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Black.woff') format('woff'),
        url('../fonts/ProximaNova-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Bold.eot');
    src: local('Proxima Nova Bold'), local('ProximaNova-Bold'),
        url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Bold.woff') format('woff'),
        url('../fonts/ProximaNova-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNovaT-Thin.eot');
    src: local('Proxima Nova Thin'), local('ProximaNovaT-Thin'),
        url('../fonts/ProximaNovaT-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNovaT-Thin.woff') format('woff'),
        url('../fonts/ProximaNovaT-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Light.eot');
    src: local('Proxima Nova Light'), local('ProximaNova-Light'),
        url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Light.woff') format('woff'),
        url('../fonts/ProximaNova-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}



html {
    min-height: 100%;
    overflow-x: hidden;
}
body { font-family: 'Proxima Nova', Arial, sans-serif; 
font-size: 16px;
line-height: 160%;
color: #3B3943;
background: #FFF;
    font-weight: normal; 
    font-style: normal;
    overflow-x: hidden;
     }

a {
    color: #000000; text-decoration: underline;
    transition: all 0.1s ease-in-out;
}
a:hover, a:focus, .red { color: #B00440; }
a.decoration { text-decoration: underline; }
img { border: none; vertical-align: middle; max-width: 100%; }    

p { margin: 0 0 15px; }
.nowrap { white-space: nowrap; } 

input,select,textarea { color: #000; 
    font: 500 16px 'Proxima Nova', Arial, Helvetica, sans-serif;
    font-weight: normal; font-style: normal; }
    
a:focus,a:active,a:visited { outline: none; }
textarea { resize:none; outline: none; }

input[type="text"]:focus, 
input[type="number"]:focus,
select { outline: none; }
textarea { resize:none; outline: none; }  

.tel { text-decoration: none !important; white-space: nowrap; }
.email { text-decoration: none; color: #000000; }
.email:hover { text-decoration: underline; }

.flex_valign {
display: -webkit-flex;
-webkit-align-items: center;
display: flex;
align-items: center;
}
.flex_valign_all {
display: -webkit-flex;
-webkit-align-items: center;
display: flex;
align-items: center;
}
.flex_align {
display: -webkit-flex;
-webkit-justify-content: center;
display: flex;
justify-content: center;
}
.flex_align_between {
display: -webkit-flex;
-webkit-justify-content: space-between;
display: flex;
justify-content: space-between;
}
.flex {
display: -webkit-flex;
display: flex;
}

div.cache, div.cache div { position: absolute; left: 0; top: 0; background-position: -1000px -1000px; background-repeat: no-repeat; }

.zavod {
    padding: 10px;
    background: #2C2C34;
    position: relative;
    text-align: center;
}
.zavod a{
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.zavod a span{
    margin-right: 3px;
}

.container-fluid {
max-width: 1170px;
box-sizing: border-box;
text-align: left;
position: relative;
}

form.form input[type="text"], form.form input[type="email"], form.form input[type="date"], form.form textarea, form.form select {
background: #FFF;
border: 1px solid #25506E;
box-sizing: border-box;
/*box-shadow: inset 0px 0px 11px rgba(0, 0, 0, 0.05);*/
border-radius: 10px;
height: 59px;
/*box-shadow: 0px 0px 6px rgba(35, 92, 123, 0.688);*/
font-size: 16px;
color: #151F29;
width: 100%;
box-sizing: border-box;
background: transparent;
padding: 0 15px;
text-align: center;

background: #FFFFFF;
border: 1px solid #CCC;

}
form.form textarea {
    height: 100px;
    padding-top: 10px;
}
form.form input::-moz-placeholder { color: #000; }
form.form input::-webkit-input-placeholder { color: #000; } 
form.form textarea::-moz-placeholder { color: #000; }
form.form textarea::-webkit-input-placeholder { color: #000; } 
form.form button, a.button {

background: #B00440;
border: 1px solid #EDECF3;
box-sizing: border-box;
border-radius: 10px;
height: 38px;
line-height: 36px;
text-decoration: none;
display: block;
font-size: 14px;
color: #FFFFFF;
text-align: center;
border: none;
display: inline-block;
padding: 0 15px;
white-space: nowrap;
transition: all 0.2s ease-in-out;

}
form.form button {
    /*display: block;
    width: 100%;*/
}
form.form button:hover, a.button:hover {    
    text-decoration: none;  
    transform: scale(1.05);
    background-color: #bc2b2f;      
}
form.form button {
    
}
.field {
    margin-bottom: 25px;
}

.slick-prev, .slick-next,
.slick-prev:hover, .slick-next:hover,
.slick-prev:focus, .slick-next:focus {
    top: 50%;
    width: 30px;
    height: 30px;
    background: #E3A600;
    border-radius: 50%;
    z-index: 100;
}
.slick-prev {
left: -45px;
}
.slick-next {
right: -45px;
}
.slick-prev:before, .slick-next:before {
width: 30px;
height: 30px;
content: '';
position: absolute;
left: 0;
top: 0;
opacity: 1;
}
.slick-prev:before {
    background: url(../../../img/arrow_white/left.svg) no-repeat 45% center;
}
.slick-next:before {
    background: url(../../../img/arrow_white/right.svg) no-repeat 60% center;
}
.slick-slide img {
    display: inline-block;
}

.scale {
transition: all 0.2s ease-in-out;
}
.scale:hover { 
transform: scale(1.05);     
}


.content {
padding: 20px 0 100px;
}
.tray {
font-weight: 300;
font-size: 12px;
color: #9FA6B7;
margin-bottom: 30px;
}
.tray a {
color: #9FA6B7;
}
.tray span {
padding: 0 10px;
}

h1, h2 {
font-size: 32px;
color: #2E3039;
font-weight: normal;
margin: 0 0 30px;
}
h3 {
font-size: 22px;
color: #000;
font-weight: 600;
margin: 0 0 30px;
}
h3 a {
text-decoration: none;
}
h3 a:hover {
text-decoration: underline;
}
h4 {
font-size: 20px;
color: #2E3039;
font-weight: normal;
margin: 0 0 30px;
}

.rasp_index a.one {
margin-bottom: 30px;
text-decoration: none;
background-position: right center;
background-repeat: no-repeat;
background-size: cover;
border: 1px solid #D9E0F2;
box-sizing: border-box;
border-radius: 10px;
height: 219px;
color: #000000;
}
.rasp_index a.one span {
display: inline-block;
width: 228px;
margin-left: 30px;
font-size: 23px;
}

.rasp_list .one {
background: #FBFBFB;
border: 1px solid #E8EBED;
box-sizing: border-box;
border-radius: 10px;
margin-bottom: 15px;
}
.rasp_list .one .top {
background: #B00440;
border-radius: 10px 10px 0px 0px;
font-weight: 600;
font-size: 17px;
color: #FFFFFF;
padding: 10px 30px;
}
.rasp_list .one .top a {
color: #FFF;
text-decoration: none;
}
.rasp_list .one .top a:hover {
text-decoration: underline;
}
.rasp_list .one .top p {
margin: 0;
font-size: 18px;
}
.rasp_list .one .top ul {
margin: 0;
padding: 0;
list-style: none;
text-align: center;
}
.rasp_list .one .top li {
display: inline-block;
margin: 0 10px;
font-weight: normal;
font-size: 13px;
}
.rasp_list .one .top li a {
position: relative;
display: inline-block;
}
.rasp_list .one .top li a::after {
content: '';
display: block;
width: 4px;
height: 7px;
position: absolute;
top: 50%;
margin-top: -3px;
}
.rasp_list .one .top li a.left::after {
background: url(../../../img/arrow_white/rasp_left.svg);
left: -10px;
}
.rasp_list .one .top li a.right::after {
background: url(../../../img/arrow_white/rasp_right.svg);
right: -10px;
}
.rasp_list .bg {
padding: 30px;
}
.rasp_list .title {
font-weight: 600;
font-size: 16px;
color: #313F55;
}
.rasp_list .title span {
color: #8E8F95;
}
.rasp_list .bg .row {
font-size: 14px;
margin-top: 15px;
line-height: 140%;
}

.rasp_list div.time {
white-space: nowrap;
text-align: center;
}
.rasp_list div.group {
text-align: center;
}
.rasp_list div.room {
white-space: nowrap;
text-align: center;
}
.rasp_list .bg .row span {
color: #8D8C9B;
}
.rasp_list .name {
font-weight: 600;
}
.rasp_list .name span {
font-weight: normal;
}
.rasp_list .name .hidden {
font-weight: normal;
}

.rasp_list select {
width: 100%;
margin-bottom: 30px;
background: #FFFFFF;
border: 1px solid #111111;
border-radius: 4px;
height: 40px;
padding: 5px;
box-sizing: border-box;
}

.tray a:hover {
color: #B00440;
}

.plashka {
position: fixed;
left: 0;
top: 0;
width: 100%;
background: #FFF;
z-index: 1000;
}
.special .plashka {
top: 56px;
}
.plashka .top {
padding: 25px 0;
transition: all 0.2s ease-in-out;
border-bottom: 1px solid #C9CDE0;
font-size: 13px;
color: #000;
line-height: 21px;
position: relative;
z-index: 10;
}
.plashka .phone {
font-size: 15px;
font-weight: bold;
}
.socials-bot{
    margin-top: 15px;
}
.social {
text-align: center;
}
.social ul {
margin: 5px 0 0;
padding: 0;
list-style: none;
}
.social li {
display: inline-block;
margin: 0 4px;
}
.social a {
width: 20px;
height: 20px;
text-decoration: none;
display: block;
background-color: #FAFAFA;
border: 1px dashed #F1F2F8;
box-sizing: border-box;
background-repeat: no-repeat;
background-position: center;
border-radius: 50%;
}
.socials-bot.social a{
    width: 40px;
    height: 40px;
    background-size: 25px 25px;
}
.social a.fb {
background-image: url(../../../img/social/fb.svg);
}
.social a.vk {
background-image: url(../../../img/social/vk.svg);
}
.socials-bot.social a.vk{
    background-image: url(../images/vk-form.svg);
}
.social a.ok {
background-image: url(../../../img/social/ok.svg);
}
.social a.insta {
background-image: url(../../../img/social/insta.svg);
}
.social a.telegram {
background-image: url(../images/Telegram.svg);
}
.socials-bot.social a.telegram{
    background-image: url(../images/telegram-form.svg);
}
.social a.youtube {
background-image: url(../../../img/social/youtube.svg);
}
a.button_header {
background: #FAFAFA;
border: 1px solid #ECEDEF;
box-sizing: border-box;
border-radius: 10px;
display: block;
font-size: 14px;
letter-spacing: 0.025em;
color: #19181B;
text-decoration: none;
width: 150px;
height: 36px;
line-height: 34px;
text-align: center;
float:right;
}
a.button_header:hover {
background: #B00440;
color: #FFF;
}
.plashka .ico {
margin: 0;
padding: 0;
list-style: none;
}
.plashka .ico li {
float: right;
margin-left: 15px;
position: relative;
}
.plashka .ico li a {
display: block;
text-decoration: none;
background: #FAFAFA;
border: 1px solid #F1F2F8;
box-sizing: border-box;
width: 36px;
height: 36px;
border-radius: 50%;
background-position: center;
background-repeat: no-repeat;
font-weight: 600;
font-size: 13px;
}
.plashka .ico li a.lupa {
background-image: url(../../../img/lupa.svg);
}
.plashka .ico li a.view {
background-image: url(../../../img/view.svg);
}
.plashka .ico li a.lang span {
display: inline-block;
width: 6px;
height: 4px;
font-size: 0;
background-image: url(../../../img/arrow_lang.png);
background-repeat: no-repeat;
background-position: 0 0;
margin-left: 2px;
}
.plashka .ico .pop {
position: absolute;
left: 0;
top: 36px;
display: none;
}
.plashka .ico li a.lang_on span {
background-position: 0 -4px;
}
.plashka .bot {
padding: 10px 0;
transition: all 0.2s ease-in-out;
position: relative;
box-sizing: border-box;
}
.plashka .bg_right {
margin-left: -30px;
}
ul.menu {
margin: 0;
padding: 0;
list-style: none;
}
ul.menu li {
display: inline-block;
margin-right: 20px;
position: relative;
padding: 15px 20px 15px 0;
}
ul.menu li:last-child {
margin-right: 0;
padding-right: 0;
}
ul.menu li a {
font-weight: 600;
font-size: 16px;
text-transform: uppercase;
color: #16161D;
text-decoration: none;
display: inline-block;
position: relative;
}
ul.menu li.arrow>a::after {
content: '';
position: absolute;
top: 10px;
right: -10px;
width: 6px;
height: 5px;
background-image: url(../../../img/arrow_menu.png);
background-repeat: no-repeat;
background-position: 0 0;
}
.plashka p {
margin: 0;
}

.menu_pop {
position: absolute;
left: 0;
top: 52px;
width: 1140px;
background: #FEFDFD;
filter: drop-shadow(0px 4px 13px rgba(0, 0, 0, 0.25));
box-sizing: border-box;
padding: 30px;
display: none;
}
.menu_pop2 {
left: -92px;
}
.menu_pop3 {
left: -370px;
}
.menu_pop4 {
left: -510px;
}
.menu_pop5 {
left: -665px;
}

.en .menu_pop2 {
left: -120px;
}
.en .menu_pop3 {
left: -416px;
}
.en .menu_pop4 {
left: -536px;
}
.en .menu_pop5 {
left: -648px;
}

ul.menu .arrow_pop {
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    z-index: 10;
    border: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin-left: -20px;
    left: 50%;
    border-bottom: 10px solid #C4C4C4;
    top: 41px;
    display: none;
}
ul.menu li:hover .arrow_pop,
ul.menu li:hover .menu_pop {
display: block;
}

ul.menu ul {
margin: 0;
padding: 0;
list-style: none;
}
ul.menu ul li {
padding: 0;
margin: 0;
display: block;
padding: 12px;
float: left;
width: 33%;
}
/*ul.menu ul li:nth-child(3)::after {
content: '';
clear: both;
display: block;
width: 100%;
height: 10px;
border: 1px solid red;
}*/
ul.menu ul li a {
font-weight: normal;
font-size: 16px;
text-transform: none;
color: #343649;
text-decoration: none;
}




.plashka_empty {
height: 185px;
transition: all 0.2s ease-in-out;
}
.plashka_on .top {
padding: 5px 0;
}
.plashka_on .bot {
padding: 0;
}
.plashka_on {
box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.34);  
}

.promo {
height: 519px;
background-position: center;
background-repeat: no-repeat;
margin-bottom: 60px;
position: relative;
}
.promo .bg {
height: 519px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.promo .bg .container-fluid{
    height: 100%;
}
.promo .img {
position: absolute;
right: 0;
bottom: 0;
}
.promo .row {
height: 500px;
}
.promo .title {
font-weight: 300;
font-size: 48px;
line-height: 60px;
color: #FFFFFF;
margin-bottom: 15px;
}
.promo .title a {
color: #FFFFFF;
text-decoration: none;
}
.promo .more a {
font-weight: 500;
font-size: 20px;
color: #FFFFFF;
display: inline-block;
}
.more a {
text-decoration: none;
}
.more a span {
font-family: arial;
}

.slick-dots {
    bottom: 25px;
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    left: 0;
}
.slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    background: #FFF;
}


.professions .row {
margin-bottom: 40px;
}
.professions .one {
background: #FDFDFF;
border: 1px solid #D9E0F2;
box-sizing: border-box;
border-radius: 10px;
height: 100%;
}
.professions .img {
border-radius: 10px 10px 0 0;
height: 209px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
display: block;
}
.professions .bg {
padding: 20px;
}
.professions .name {
margin-bottom: 10px;
font-size: 20px;
line-height: 26px;
color: #000000;
}
.professions .name a {
color: #000000;
text-decoration: none;
}
.professions .post {
margin-bottom: 10px;
font-size: 18px;
color: #414553;
}
.professions .text {
margin-bottom: 15px;
font-size: 16px;
line-height: 21px;
color: #56565E;
}
.professions .link a {
font-weight: 600;
font-size: 16px;
color: #524B55;
text-decoration: none;
display: inline-block;
}
.professions .link span {
font-family: arial;
}
.professions .bg_button {
padding-top: 60px;
text-align: center;
}
.professions .bg_button a.button {
font-weight: 600;
font-size: 22px;
height: 69px;
line-height: 66px;
padding: 0 40px;
}
.check {
text-align: center;
font-weight: 300;
font-size: 14px;
line-height: 15px;
color: #5D607C;
margin-top: 30px;
margin-bottom: 20px;
}
.prof_form {
background: #FAFAFB;
border-radius: 10px;
padding: 40px 30px 30px;
text-align: center;
height: 100%;
box-sizing: border-box;
}
.prof_form .title {
font-weight: 600;
font-size: 26px;
line-height: 27px;
color: #000000;
margin-bottom: 15px;
}
.prof_form .text {
margin-bottom: 30px;
font-weight: 300;
font-size: 16px;
line-height: 21px;
color: #55555E;
}
.prof_form form.form button {
font-size: 16px;
height: 61px;
line-height: 60px;
background: #E3A600;
display: block;
width: 100%;
} 

.about {
color: #FFF;
background: #782D96;
padding: 60px 0;
margin-bottom: 60px;
}
.about h2 {
color: #FFF;
}
.about .col {
border-bottom: 1px solid rgba(255, 255, 255, 0.18);
border-right: 1px solid rgba(255, 255, 255, 0.18);
padding: 45px 30px;
}
.about .row .col:last-child {
border-right: none;
}
.about .container-fluid .row:last-child .col {
border-bottom: none;
}
.about a {
display: inline-block;
position: relative;
margin-left: 0;
font-size: 22px;
color: #FFFFFF;
text-decoration: none;
margin-left: 30px;
}
.about a img {
position: relative;
left: -15px;
}

.news {
margin-bottom: 100px;
}
.news .row {
margin-bottom: 30px;
}
.news .one {
display: block;
text-decoration: none;
height: 100%;
border: 1px solid #D0D1D5;
box-sizing: border-box;
border-radius: 10px;
}
.news .one .img {
display: block;
height: 190px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
border-radius: 10px 10px 0 0;
}
.news_all .img {
background-image: url(../../../img/logo_news.png);
}
.news .one .bg {
padding: 15px;
display: block;
}
.news .date {
font-size: 14px;
color: #ACACB1;
margin-bottom: 5px;
display: block;
}
.news .one .name {
font-size: 18px;
line-height: 24px;
color: #000000;
margin-bottom: 10px;
display: block;
}
.news .one .name span {
font-size: arial;
}
.news .one .more {
font-size: 16px;
line-height: 21px;
color: #524B55;
display: block;
}
.news .one .more span {
font-size: 18px;
font-family: arial;
}
.news .one_big {
display: block;
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
border-radius: 10px;
text-decoration: none;
position: relative;
color: #FFF;
}
.news .one_big .png {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: linear-gradient(0deg, #240331 0%, rgba(71, 0, 98, 0) 94.24%), url(image.png);
border-radius: 10px;
}
.news .one_big .bg {
padding: 20px;
display: block;
position: relative;
}
.news .one_big .date {
display: block;
font-size: 14px;
margin-bottom: 5px;
}
.news .one_big .name {
font-weight: bold;
font-size: 22px;
line-height: 30px;
margin-bottom: 5px;
display: block;
}
.news .one_big .text {
font-size: 16px;
line-height: 20px;
margin-bottom: 10px;
display: block;
}
.news .one_big p {
margin-bottom: 0;
}
.news .one_big .more {
font-weight: 600;
font-size: 14px;
}
.news .one_big .more span {
font-family: arial;
font-size: 18px;
}

.otz .one {
border: 1px solid #CCCCCC;
box-sizing: border-box;
border-radius: 8px;
padding: 30px;
margin: 0 15px;
min-height: 500px;
position: relative;
margin-bottom: 3px;
}
.otz .one p {
margin: 0;
font-size: 16px;
line-height: 21px;
color: #373B49;
}
.otz .one p b {
font-weight: 600;
}
.otz .one .name {
font-size: 22px;
color: #000000;
margin-bottom: 3px;
}
.otz .text {
font-size: 16px;
line-height: 143.4%;
color: #373B49;
}
.otz .row {
margin-bottom: 10px;
}
.otz .one p.small {
font-size: 14px;
}
.otz .one img {
border-radius: 20px;
}

footer {
color: #FFF;
background: #231D25;
padding: 30px 0;
}
footer a {
color: #FFF;
text-decoration: none;
}
footer a:hover {
color: #FFF;
}
footer .copy {
font-size: 14px;
line-height: 17px;
margin-bottom: 20px;
}
footer .copy a {
color: #EAEAEA;
}

footer .social {
text-align: left;
margin-bottom: 30px;
}
footer .social ul {
margin: 0;
}
footer .social li {
margin: 0 20px 0 0;
}
footer .social a {
width: 26px;
height: 26px;
background-color: transparent;
border: 1px dashed #E8E8E8;
}
footer .social a.fb {
background-image: url(../../../img/social_footer/fb.svg);
}
footer .social a.vk {
background-image: url(../../../img/social_footer/vk.svg);
}
footer .social a.ok {
background-image: url(../../../img/social_footer/ok.svg);
}
footer .social a.insta {
background-image: url(../../../img/social_footer/insta.svg);
}
footer .social a.telegram {
background-image: url(../images/Telegram-footer.svg);
}
footer .social a.youtube {
background-image: url(../../../img/social_footer/youtube.svg);
}
footer nav ul {
margin: 0;
padding: 0;
list-style: none;
}
footer nav li {
margin-bottom: 30px;
font-weight: bold;
font-size: 18px;
}
footer nav li ul {
margin-top: 10px;
}
footer nav li li {
margin-bottom: 7px;
font-size: 14px;
font-weight: normal;
}
.menu_footer {
display: none;
}


.prof_form2 {
margin-top: 100px;
padding: 60px;
text-align: left;
}
.prof_form2 .check {
margin-top: 0;
}
.prof_form2 .text {
margin-bottom: 0;
}

.plashka .bot {
border-bottom: 1px solid #EAECF4;
}

.tray {
font-weight: 300;
font-size: 12px;
color: #9FA6B7;
margin-bottom: 35px;
}
.tray a {
color: #9FA6B7;
}
.tray span {
margin: 0 10px;
}

.nav-tabs {
    border-bottom: none;
    margin-bottom: 50px;
}
.nav-link {
    display: block;
    padding: 0 25px;
    background: #FAFAFA;
border: 1px solid #ECEDEF !important;
box-sizing: border-box;
border-radius: 10px !important;
height: 44px;
line-height: 44px;
font-size: 14px;
letter-spacing: 0.025em;
color: #7B7B80;
text-decoration: none;
white-space: nowrap;
margin-right: 20px;
margin-bottom: 10px;
}
.nav-link.active {
border: 1px solid #470062 !important;
font-weight: 600;
font-size: 16px;
color: #3B3943;
}

.kurses .one {
display: block;
text-decoration: none;
background: #FFFFFF;
border: 1px solid #D9E0F2;
box-sizing: border-box;
border-radius: 10px;
height: 223px;
position: relative;
padding: 20px 0 0 20px;
margin-bottom: 25px;
}
.kurses .one img {
position: absolute;
right: 0;
bottom: 0;
border-radius: 0 10px 10px 0;
}
.kurses .name {
font-size: 18px;
color: #000000;
font-weight: 600;
margin-bottom: 20px;
line-height: 1.2;
}
.kurses p {
margin: 0;
}
.kurses .text {
font-size: 14px;
color: #5A5C62;
margin-bottom: 20px;
line-height: 1.2;
}
.kurses .more {
font-size: 16px;
color: #000000;
}
.kurses .bg {
position: relative;
width: 200px;
}

.size20 {
font-size: 20px;
}
.black {
color: #000;
}

.kurs_list {
background: #FAFAFB;
border-radius: 10px;
padding-bottom: 20px;
}
.kurs_list .title {
font-size: 22px;
color: #000000;
padding: 20px 30px;
}
.kurs_list ul {
margin: 0;
padding: 0;
list-style: none;
}
.kurs_list li {
margin-bottom: 15px;
padding-left: 30px;
line-height: 1.2;
padding-right: 15px;
}
.kurs_list li.on {
border-left: 4px solid #371544;
padding-left: 26px;
}
.kurs_list a {
color: #1A1E3F;
text-decoration: none;
}
.kurs_list li.on a {
font-weight: bold;
}
.prof_form_order {
background: #470163;
border: 1px solid #C8C9DD;
color: #FFF;
}
.prof_form_order .title {
margin-bottom: 30px;
text-align: center;
color: #FFF;
}
.prof_form_order .check {
color: #B6B9D0;
}

.h1_img {
position: relative;
}
.h1_img span {
display: inline-block;
background: #B10040;
border-radius: 0px 40px 0px 0px;
min-width: 476px;
padding: 7px 30px 8px 30px;
font-size: 32px;
color: #FFFFFF;
line-height: 1.1;
position: absolute;
bottom: 0;
left: 0;
}

.blue_blocks {
margin-bottom: 45px;
}
.blue_blocks p, .blue_blocks a {
font-weight: 600;
font-size: 16px;
line-height: 20px;
color: #FFFFFF;
background: #403154;
border: 1px solid #D9E0F2;
box-sizing: border-box;
padding: 13px 13px 13px 60px;
box-shadow: 5px 5px rgba(159,102,181,1);
margin-bottom: 15px;
min-height: 68px;
display: block;
text-decoration: none;
}

.jumbotron {
    padding: 30px;
    margin-bottom: 50px;
    background: #F5F2F2;
    border-radius: 0;
    color: #000;
}

ul.menu_right {
margin: 0;
padding: 0;
list-style: none;
background: #FAFAFB;
padding: 30px 0 12px;
}
ul.menu_right li {
margin-bottom: 18px;
padding: 5px 5px 5px 30px;
line-height: 1.3;
}
ul.menu_right li.on {
background: #470062;
}
ul.menu_right li a {
font-size: 16px;
line-height: 1.2;
color: #1A1E3F;
text-decoration: none;
}
ul.menu_right li.on a,
ul.menu_right li.on a:hover {
font-weight: 600;
color: #FFFFFF !important;
}

.white_blocks {
margin-bottom: 60px;
}
.white_blocks .row {
margin-bottom: 20px;
}
.white_blocks .bg {
border: 1px solid #D9E0F2;
box-sizing: border-box;
padding: 20px;
height: 100%;
color: #000000;
}
.white_blocks p {
margin-bottom: 0;
}

.jumbotron_red {
margin-bottom: 40px;
background: #FCFCFE;
}
.jumbotron_red .title {
font-weight: bold;
line-height: 1.2;
color: #FFFFFF;
background: #B10040;
padding: 12px 30px;
}
.jumbotron_red .bg {
padding: 20px 30px;
}
.jumbotron_red p {
margin-bottom: 20px;
}

.files_list {
margin: 0 0 50px;
padding: 0;
list-style: none;
}
.files_list li {
font-size: 18px;
margin-bottom: 20px;
}
.files_list li a {
display: inline-block;
color: #000000;
text-decoration: none;
margin-left: 30px;
position: relative;
}
.files_list li a::before {
content: '';
position: absolute;
left: -30px;
top: 2px;
}
.files_list li a.pdf::before {
background-image: url(../../../img/ico/pdf.png);
width: 19px;
height: 19px;
}

.Vypuskniki .row {
margin-bottom: 30px;
}
.Vypuskniki .img {
text-align: center;
}
.Vypuskniki .bg {
background: #F7F7FB;
padding: 15px;
}

.scroll_to_up { 
    display: none;
    background-image: url(../../../images/button_up.png);    
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 37px;
    height: 37px;
    position: fixed;
    right: 2%;
    bottom: 15%;
    z-index: 1000;
}

.more_hide a {
text-decoration: none;
}
.more_hide a span.left {
display: inline-block;
border-bottom: 1px dashed #000;
}
.more_hide a span.left:hover {
border-bottom: 1px dashed #B00440;
}
.more_hide a span.right {
font-family: arial;
}
.text_hide {
display: none;
}

ul.faq {
margin: 0;
padding: 0;
list-style: none;
margin-bottom: 50px;
}
ul.faq li {
margin-bottom: 10px;
}
ul.faq li>a {
display: block;
text-decoration: none;
background: #ECEDEF;
color: #252532;
padding: 11px 40px 11px 15px;
font-weight: 600;
line-height: 1.2;
position: relative;
}
ul.faq li>p {
margin: 0;
}
ul.faq li .bg {
display: none;
padding: 15px;
}
ul.faq li>a::after {
content: '';
position: absolute;
right: 20px;
top: 50%;
margin-top: -9px;
width: 18px;
height: 19px;
background: url(../../../img/ico_faq.svg);
}
ul.faq li>a.on::after {
margin-top: -8px;
width: 16px;
height: 16px;
background: url(../../../img/ico_faq_on.svg);
}

.fw600 {
font-weight: 600;
}

.prepods td, .prepods th {
line-height: 1.2;
}
.prepods tr td:nth-child(2),
.prepods tr th:nth-child(2),
.prepods tr td:nth-child(3),
.prepods tr th:nth-child(3) {
text-align: center;
}
.prepods a {
text-decoration: none;
}
.prepods a:hover {
text-decoration: underline;
}

.contacts_header {
height: 374px;
background-image: url(../../../images/contacts_header.jpg);
background-repeat: no-repeat;
background-position: right center;
position: relative;
}
.contacts_header::before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: linear-gradient(90.1deg, #470062 32.97%, rgba(71, 0, 98, 0.53) 74.03%);
}
.contacts_header .title {
font-weight: bold;
font-size: 45px;
color: #FFFFFF;
padding-top: 240px;
}

.contacts_content {
padding: 80px 0 0;
}
.contacts_content p.title {
font-weight: bold;
position: relative;
margin-bottom: 5px;
}
.contacts_content p.title img {
position: absolute;
left: -35px;
top: 0;
}

.foto a.a {
display: block;
margin-bottom: 15px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
height: 200px;
}
.foto p {
margin-bottom: 40px;
font-weight: 600;
font-size: 18px;
}
.foto p a {
text-decoration: none;
}
.foto p a:hover {
text-decoration: none;
}
.foto_list a.a {
height: 150px;
}
.slider3_def p {
margin: 0 15px 15px;
}
.news_one img {
border-radius: 10px;
}

.hide_more {
display: none;
}
p.show_more {
text-align: center;
}
p.show_more a.button {
    font-size: 16px;
    height: 41px;
    line-height: 40px;
    background: #E3A600;
    display: inline-block;
    padding: 0 40px;
}

.quize .one {
display: none;
}
.quize .one:first-child {
display: block;
}

.quiz_rezult .one, .quiz_rezult_all {
display: none;
}
.quiz_rezult .one {
margin-bottom: 50px;
border-bottom: 1px solid #333;
padding-bottom: 30px;
}

.news_list img {
border-radius: 10px;
margin-bottom: 15px;
height: 190px;
transition: all 0.2s ease-in-out;  
}
.news_list img:hover {
transform: scale(1.05);
}
#yoo-zoo .items p.pos-links {
    margin: 0px;
}
#yoo-zoo .items div.teaser-item {
    overflow: visible;
}
#yoo-zoo .row, #yoo-zoo .floatbox {
    overflow: visible;
}

ul.menu li a:hover,
ul.menu li.active>a,
.professions .name a:hover,
.professions .link a:hover,
.tray a:hover,
.kurs_list a:hover,
ul.menu_right li a:hover,
.files_list li a:hover {
color: #B00440;
}

.museum-page .top-img{
    position: relative;
}

.museum-page .top-img span{
    position: absolute;
    bottom: 0;
    left: 0;
    background: #B10040;
    border-radius: 0px 61.9733px 0px 0px;
    padding: 8px 45px;
    font-size: 32px;
    line-height: 55px;
    color: #FFFFFF;
}

.museum-page .description{
    margin-top: 62px;
}

.museum-page .categories-list{
    margin-top: 90px;
}

.museum-page .categories-list .item{
    margin-bottom: 30px;
}

.museum-page .categories-list .inner{
    border: 1px solid #D9E0F2;
    border-radius: 13px;
    overflow: hidden;
    height: 100%;
}

.museum-page .categories-list .inner .img img{
    width: 100%;
}

.museum-page .categories-list .inner .name{
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 0 10px;
    max-width: 315px;
}

.museum-page .categories-list .inner .name a{
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
}

.museum-page .items-list .item{
    margin-bottom: 30px;
}

.museum-page .items-list .item .inner .img img{
    height: 240px;
}

.museum-page .items-list .inner .name{
    margin-top: 20px;
}

.museum-page .items-list .inner .name a{
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
}

.museum-item-page .text-block p{
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 130%;
}

.nav-block{
    position: absolute;
    bottom: 110px;
    left: 0;
    right: 0;
    width: 100%;
    
}

.nav-block .arrows{
    display: flex;
    align-items: center;
}

.nav-block .arrows .arrow{
    width: 40px;
    height: 40px;
    margin-right: 10px;
    cursor: pointer;
}

.nav-block .arrows .arrow svg{
    width: 100%;
    height: 100%;
}

.nav-block .dots .slick-dots{
    position: static;
    display: flex;
    align-items: center;
}

.nav-block .nav-list{
    display: flex;
    align-items: center;
}

.nav-block .dots .slick-dots li button:before{
    display: none;
}

.nav-block .dots .slick-dots li button{
    border-radius: 50%;
    padding: 0;
    opacity: .7;
    transition: all 0.3s;
}

.nav-block .dots .slick-dots li.slick-active button{
    opacity: 1;
}