/* constant */
.color1_t {color:#f17298;}
.color2_t {color:#0066b3;}

.white_t {color:#FFF;}
.black_t {color:#000;}

.color3_b {background:#4d4990;}

.justifyfull {text-align: justify}

/* main_elements */
.btn {
    border-radius:0px;
    padding: 8px 15px;
}
.btn-info {
    color: #fff;
    background-color: #227abd;
    border-color: #227abd;
}
.btn-primary {
    color: #fff;
    background-color: #4d4990;
    border-color: #4d4990;
}
.form-control {
    border-radius:0px;
    padding: 10px;
    height: 40px;
    line-height: 1.5;
    color: #333;
    border: 1px solid #333;
}
textarea {resize:none;}
/* main */
h1,h2,h3, .central-row{
    font-family: 'Oswald', sans-serif;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 10px;
    margin-bottom: 20px;
}
a {color:inherit;}
a:hover,a:focus,a:active {
    text-decoration:none;
    color:inherit;
}
a, a:hover,a:focus,a:active, button, button:hover,button:focus,button:active{
    -webkit-transition: all 0.125s ease-out 0.125s;
    -moz-transition: all 0.125s ease-out 0.125s;
    -o-transition: all 0.125s ease-out 0.125s;
     transition: all 0.125s ease-out 0.125s;
}
ul {
    padding-left: 20px;
    line-height: 25px;
    list-style: circle;
}
ul li a:hover, ul li a:focus, ul li a:active {
}
table {width:100%;}
table tr:nth-child(odd) {background: #f9f9f9;}
table tr td {
    padding:5px;
    border: 1px solid #bbb;
}
#mainContent {padding:20px 0px 40px 0px;}
.navs-nav {
    width: 100%; 
    height: 20px; 
    text-align: right;
}
.ui-widget.ui-widget-content {
    z-index:999;
}
/* frames */
#leftPanel ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
#leftPanel ul li {display: block;}
#leftPanel ul li a {
    display: block;
    padding: 10px 10px;
    margin-bottom: 2px;
    opacity: 0.8;
}
#leftPanel ul li a.active, #leftPanel ul li a:hover, #leftPanel ul li a:focus {
    opacity: 1;
    color:#FFF;
    text-decoration:none;
}
#rightPanel {min-height:550px;}
#director {
    margin-top: 15px;
    padding: 15px;
    border: 1px solid #ececec;
}
#director p {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    margin-bottom:0px;
}
#director p small {color: #6f6f6f;}
#director img {
    width:100%;
    margin-left:auto;
    margin-right:auto;
    max-width:150px;
    margin-bottom:10px;
}
.pagination .disabled{display:none;}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #4d4990;
    border-color: #4d4990;
}
.pagination>li>a, .pagination>li>span {
    color:#4d4990;
}
.top {
    position: fixed;
    left: 10px;
    bottom: 20px;
    border: 3px solid #000;
    color: #14062f;
    border-radius: 50%;
    -webkit-transition: opacity .5s ease-out .25s;
    -moz-transition: opacity .5s ease-out .25s;
    -o-transition: opacity .5s ease-out .25s;
    transition: opacity .5s ease-out .25s;
}
.top i {
    text-align: center;
    display: block;
    line-height: 30px;
    color: #000;
    font-size: 24px;
    text-shadow: none;
    padding: 5px 15px;
}
/* 1 - Header */
#topHeader {
    padding: 25px 0px;
}
#topHeader img.mainLogo {
    max-height: 130px;
    margin-left: auto;
    margin-right: auto;
}
#topHeader .central-row .big {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 92px;
    line-height: 80px;
}
#topHeader .central-row .small {
    font-size: 43px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 3px;
}
#menu ul.white_t {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    display: inline-block;
}
li.has-children {position: relative;}
ul.sub {
    display: none;
    position: absolute;
    top: 55px;
    z-index: 99999;
    background: #FFF;
    color: #000;
    padding: 0px;
    max-width: 700px;
    right: 0px;
    width: 325px;
}
#menu ul li {
    display: inline-block;
}
#menu ul li a {
    padding: 15px 30px;
    display: inherit;
    text-transform: uppercase;
}
#menu ul li a, #menu ul li a:hover, #menu ul li a:focus {color:inherit;}
ul.sub li a:hover,ul.sub li a:focus {
text-decoration: underline;
}
#menu ul.white_t > li > a:hover, #menu ul.white_t > li >  a:focus {background: #333;}



.breadcrumb {margin-bottom:0px;}
.low-vision i, .low-vision span{
    display:block;
    text-align: center;
}
.low-vision i {
    font-size: 45px;
    margin-bottom: 0px;
}
.search {
    margin-top: 15px;
    cursor: pointer;
}
.search i {
    display:block;
    text-align:center;
    font-size: 35px;
}
.search i:hover, .search i:focus, .search i:active {color: #6d6d6d;}
#searchRow {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 60px;
    z-index: 500;
    padding: 10px 0px;
}
/* 2 - footer */
footer {padding: 35px 0px 10px 0px;}
footer i {width: 25px;}
footer h4 {margin-bottom: 25px;}
footer a, footer a:hover, footer a:focus {color:inherit;}
#lastFooter p {
    margin-bottom: 0px;
    margin-top: 25px;
}
/* 3 - mainPage*/
#mainSlider .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}
#mainSlider .owl-nav {display: none;}
#mainSlider .caption p.h { 
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 5px;
    margin-top: 0px;
    font-family: 'Oswald', sans-serif;
}
#mainSlider .caption p.smll {
    font-size: 22px;
    margin-bottom: 5px;
}
#mainSlider .caption {
    position: absolute;
    bottom: 55px;
    left: 55px;
    padding: 15px 40px;
    background: rgba(255, 255, 255, 0.5);
}

#rightBanners-owl .owl-dots {
    margin: 0px;
    text-align: right;
}
#mainPageContent .btn.btn-info {width: 170px;}

#mainPageContent .block-news {
    margin:0px;
    padding: 25px;
    margin-top:15px;
    background: #fbfbfb96;
}
#mainPageContent .block-news:fist-child {margin-top:0px;}
.block-news span {color: #bd0000;}
.banners-block {
    padding: 25px;
    background: #fbfbfb96;
    margin: 0px;
    margin-top: 15px;
}
#rightBanners-owl .owl-item > .item > .row{
    margin-top:10px;
}
/* banners-all */
.banners-all .banner:nth-child(3n+1){clear: both;}
/* 4 - contacts */
#mapSchool {
    height:400px;
}
.social a {
    display: inline-block;
    width: 30px;
    background: #333;
    color: #FFF;
    text-align: center;
    height: 30px;
    line-height: 30px;
}
.social a:hover, .social a:focus, .social a:active {
    background:#5a5a5a;
}
/* gallerys */
.typical-gallery {
    margin-left: -5px;
    margin-right: -5px;
}
.typical-gallery .photo-item {padding: 5px;}
.slider-items {padding: 5px;}
.thumb-wrap {
    position: relative;
    padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.thumb-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* owl-carusel-restyle */
.owl-theme .owl-dots .owl-dot.active span{
    background: #191919;
}
.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 5px 6px;
    background: #6d6d6d;
    border-radius:50%;
}
/* run-text*/
.tickercontainer .mask {top:5px;}
/* bottomBannery */
#bottomBannery {
    padding: 36px 0px;
    background: #f3f3f3;
}
#bottomBannery-owl .owl-item {
    padding:5px;
}
/* states */
.state-info-row {
    font-size:15px;
    color: #656565;
}
.state-info-row i {width: 20px;}
.state-info-row > span:last-child {float: right;}
#mainContentState {
    text-indent: 15px;
}
#mainContentState a {
    color: #0066b3;
}
/* Filter */
#mse2_filters fieldset {
    padding: 10px 20px;
    background: #f3f3f34f;
    margin-bottom: 10px;
}
/* max_top_line */
#max_top_line {
    padding: 10px 0px;
}
/* responsive */
@media (max-width: 1200px) { 
    #topHeader .central-row .big {font-size: 76px;}
    #topHeader .central-row .small {
        font-size: 37px;
        line-height: 20px;
        letter-spacing: 2px;
    }
    #menu ul li a {padding: 15px 19px;}
}
@media (max-width: 991px) { 
    .search i {font-size: 30px;}
    .low-vision i {font-size: 36px;}
    .low-vision span {font-size:12px;}
    #topHeader .central-row .big {
        font-size: 59px;
        line-height: 60px;
    }
    #topHeader .central-row .small {
        font-size: 30px;
        line-height: 0px;
        letter-spacing: 1px;
    }
    #menu ul li a {padding: 15px 7.1px;}
    #leftPanel ul li a {
        font-size: 11px;
        line-height: 16px;
    }
}
@media (max-width: 767px) {
    #js-show-iframe-wrapper {
        display: none !important;
    }
    #mainSlider .caption {
        position: relative;
        bottom: 0px;
        left: 0px;
        padding: 15px 40px;
        background: #bfbfbf;
    }
    #mainSlider-owl img {display:none;}
    #rightBanners-owl img {
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px;
    }
    #rightBanners-owl p {text-align:center;}
    #topHeader .central-row .big {
        font-size: 36px;
        line-height: 50px;
        text-align:center;
    }
    #topHeader .central-row .small {
        font-size: 20px;
        line-height: 1px;
        letter-spacing: 0px;
        text-align:center;
    }
    .low-vision i {
        font-size: 40px;
        padding: 10px;
    }
    #leftPanel ul li a {
        font-size: 13px;
        line-height: 20px;
    }
    #rightPanel {min-height:0px;}
    #mainContent {padding: 30px 15px 50px 15px;}
    #menu_mobile ul {
        padding-left: 0px;
        list-style: none;
        margin-bottom: 0px;
    }
    #menu_mobile ul li a {
        padding: 12px 20px;
        display: block;
        text-transform: uppercase;
        background: #FFF;
        border-bottom: 1px solid #8e8e8e;
    }
    #searchRow {top: 75px;}
    #menu_mobile {
        top: 0px;
        left: 0px;
        right: 0px;
        position: fixed;
        z-index: 999;
    }
    #mobile_menu_control:hover, #mobile_menu_control:active, #mobile_menu_control:focus {color:#FFF;}
    #menu_mobile h5 {
        margin: 0px;
        color: #FFF;
        text-transform: uppercase;
        padding: 25px 0px;
        text-align: center;
        font-size: 20px;
        background: #333;
    }
    #mobile_menu_control {
        top: 15px;
        right: 15px;
        position: fixed;
        font-size: 20px;
        padding: 10px;
        z-index: 999;
        border: 1px solid #000;
    }
}