@font-face {
    font-family: 'pf_dindisplay_proregular';
    src: url('../fonts/pfdindisplaypro-reg-webfont.eot');
    src: url('../fonts/pfdindisplaypro-reg-webfontd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/pfdindisplaypro-reg-webfont.woff') format('woff'),
        url('../fonts/pfdindisplaypro-reg-webfont.html') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pf_dindisplay_prothin';
    src: url('../fonts/pfdindisplaypro-thin-webfont.eot');
    src: url('../fonts/pfdindisplaypro-thin-webfontd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/pfdindisplaypro-thin-webfont.woff') format('woff'),
        url('../fonts/pfdindisplaypro-thin-webfont.html') format('truetype'),
        url('../fonts/pfdindisplaypro-thin-webfont.svg#pf_dindisplay_prothin') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pf_dindisplay_promedium';
    src: url('../fonts/pfdindisplaypro-med-webfont.eot');
    src: url('../fonts/pfdindisplaypro-med-webfontd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/pfdindisplaypro-med-webfont.woff') format('woff'),
        url('../fonts/pfdindisplaypro-med-webfont.html') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pf_dindisplay_prolight';
    src: url('../fonts/pfdindisplaypro-light-webfont.eot');
    src: url('../fonts/pfdindisplaypro-light-webfontd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/pfdindisplaypro-light-webfont.woff') format('woff'),
        url('../fonts/pfdindisplaypro-light-webfont.html') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pf_dindisplay_probold';
    src: url('../fonts/pfdindisplaypro-bold-webfont.eot');
    src: url('../fonts/pfdindisplaypro-bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/pfdindisplaypro-bold-webfont.woff') format('woff'),
        url('../fonts/pfdindisplaypro-bold-webfont.html') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pf_dindisplay_proextrathin';
    src: url('../fonts/pfdindisplaypro-extrathin-webfont.eot');
    src: url('../fonts/pfdindisplaypro-extrathin-webfontd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/pfdindisplaypro-extrathin-webfont.woff') format('woff'),
        url('../fonts/pfdindisplaypro-extrathin-webfont.html') format('truetype');
    font-weight: normal;
    font-style: normal;

}
body {
    font-family: 'pf_dindisplay_proregular',"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
}
html,body {width:100%;height:100%;}
p {
   /* */
}
ul {
	line-height: 27px;
}
.ulligreenlight {
    list-style-image: url('../images/ulli/ulligreenlight.png');
	line-height: 27px;
}
.ulligreendark {
    list-style-image: url('../images/ulli/ulligreendark.png');
	line-height: 27px;
}
.ullibluelight>ul{
    list-style-image: url('../images/ulli/ullibluelight.png');
	line-height: 27px;
}
.ullibluedark>ul{
    list-style-image: url('../images/ulli/ullibluedark.png');
	line-height: 27px;
}
.ullirozy>ul{
    list-style-image: url('../images/ulli/ullirozy.png');
	line-height: 27px;
}
.ulliyellow>ul{
    list-style-image: url('../images/ulli/ulliyellow.png');
	line-height: 27px;
}
.wrap {
   /* min-height:100%;*/
    position: relative;
    width: 100%;
    float: left;
}
.hfooter {
    height: 95px;
    clear:both;
}

footer
{
    width: 100%;
    position: relative;
    float: left;
    margin-top: -95px;
}
body
{
    height: 100%;
    width: 100%;
}

@media (max-width: 767px){
    p {
        font-size: 16px;
        line-height: 24px;
    }
    ul {
        /**/
    }
    .content-container ul {
        font-size: 16px;
        line-height: 24px;
    }
}
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    text-align:left;
    margin-right:-4px;
}

.heading {
    display: table;
    margin: 0 auto;
}
.heading>div {
    border-bottom: 2px solid #fff;
    padding: 0 90px 0px 90px;
    margin: 5px 0 30px 0;
}
.heading>div>h2, .heading>div>h1 {
    font-family: 'pf_dindisplay_promedium';
    letter-spacing: 0.05em;
    color: #fff;
    font-size: 48px;
    line-height: 48px;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 6px solid #fff;
    padding-bottom: 10px;
    margin: 0 0 -4px 0;
}
.heading>div>h3 {
    font-family: 'pf_dindisplay_promedium';
    letter-spacing: 0.05em;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 6px solid #fff;
    padding-bottom: 30px;
    margin: 0 0 -4px 0;
}


.heading.greendark>div {
    border-color: #e6e6e6;
}
.heading.greendark>div>h2, .heading.greendark>div>h1 {
    border-bottom-color: #5CAF53;
    color: #000;
}
.heading.greendark>div>h3{
    border-bottom-color: #5CAF53;
    color: #000;
}
.heading.greenlight>div {
    border-color: #e6e6e6;
}
.heading.greenlight>div>h2, .heading.greenlight>div>h1 {
    border-bottom-color: #A3CF4A;
    color: #000;
}
.heading.greenlight>div>h3{
    border-bottom-color: #A3CF4A;
    color: #000;
}
.heading.rozy>div {
    border-color: #e6e6e6;
}
.heading.rozy>div>h2, .heading.rozy>div>h1 {
    border-bottom-color: #E64094;
    color: #000;
}
.heading.rozy>div>h3{
    border-bottom-color: #E64094;
    color: #000;
}
.heading.yellow>div {
    border-color: #e6e6e6;
}
.heading.yellow>div>h2, .heading.yellow>div>h1 {
    border-bottom-color: #FEC335;
    color: #000;
}
.heading.yellow>div>h3{
    border-bottom-color: #FEC335;
    color: #000;
}
.heading.bluedark>div {
    border-color: #e6e6e6;
}
.heading.bluedark>div>h2, .heading.bluedark>div>h1 {
    border-bottom-color: #0C6AB0;
    color: #000;
}
.heading.bluedark>div>h3{
    border-bottom-color: #0C6AB0;
    color: #000;
}
.heading.bluelight>div {
    border-color: #e6e6e6;
}
.heading.bluelight>div>h2, .heading.bluelight>div>h1 {
    border-bottom-color:#77CCE0;
    color: #000;
}
.heading.bluelight>div>h3{
    border-bottom-color: #77CCE0;
    color: #000;
}
@media (max-width: 767px) {
    .heading>div>h2, .heading>div>h1 {
        font-size: 28px;
        line-height: 28px;
        text-align: center;
    }
    .heading>div {
        padding: 0 30px 0px 30px;
        margin: 5px 0 30px 0;
    }
}
.heading>div>h3 {
    display: block;
    height: 20px;
    padding-top: 3px;
    font-size: 16px;
    vertical-align: middle;
}
.heading>div>h3>img {
    max-height: 20px;
    margin-right: 3px;
    margin-top: -3px;
}

.header {
    height: 140px;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.header #schoollogo{
    height: 140px;
    width: 267px;
    background: url('../images/logo2.jpg') no-repeat center center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
@media (min-width: 992px) {
    .header {
        position: fixed;
    }
    .header.scrolled {
        height: 85px;
        box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .header.scrolled .buttons {
        top:20px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
	.header.scrolled .nazva{
        top:-156px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .header.scrolled #schoollogo {
        height: 85px;
        width: 267px;
        background: url('../images/logo.png') no-repeat center center;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
   
}



.header .buttons {
    position: absolute;
    right:15px;
    top: 75px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	z-index: 2;
}
	
.header .button {
    display: inline;
    background: #ccc;
    width: 100%;
    font-size: 14px;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    color: #fff;
}

.header .nazva{
    position: absolute;
    right: 10%;
    left: 22%;
    /*top: 5px;*/
    height: 80px;
    width: 70%;
    background: url('../images/nazva2.png') no-repeat center center;
-moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    background-size: 100%; /* Современные браузеры */
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	max-width: 1000px;
}

@media (max-width: 991px) {
    .header .button.threed {
        display: none;
    }
    .header .buttons {
        top: 60px;
        right: 0px;
    }
    .header .nazva{
        top: -70px;
        right: 0px;
    }
}
@media (max-width: 500px) {
    .header {
        height: 80px;
    }
    .header #schoollogo {
        height: 80px;
        width: 130px;
        background-size: 130px 80px;
    }
    .header .buttons {
        top:30px;
        right: 0px;
    }
}
#main-menu {
    position: absolute;
    float: right;
    right: 220px;
    margin-top: 75px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}
#main-menu ul {
    list-style: none;
    padding: 0;
}
#main-menu>ul {
   /* position: absolute; via*/
    right: 0px;
}
#main-menu>ul>li {
    position: relative;
    float: left;
    margin-left: 20px;
}
#main-menu>ul>li>a{
    text-decoration: none;
    font-size: 18px;
    color:#636363;
    padding-bottom: 22px;
    position: relative;
}
#main-menu>ul>li>a.active{
    color: #76bd1d;
    background: url('../images/menu_arrow.png') no-repeat center 31px;
    z-index: 10000;
}
#main-menu ul li a.activenav {
    color: #76bd1d;
}

#main-menu>ul>li>a:hover{
    color: #76bd1d;
}

#main-menu .sub-menu {
    padding: 20px 10px 5px 40px;
    min-width: 300px;
    max-width: 700px;
    opacity: 0.95;
    position: absolute;
    top:50px;
    box-shadow: 0 2px 14px rgba(0,0,0,0.4); /* Параметры тени */
    z-index: 9999;
    background-color: #fff;
    display: none;
}

.sub-menu .column { /* Masonry bricks or child elements */
    display: inline-block;
    margin: 0 0 1em;
    width: 100%;
    padding: 0 20px 0 20px;
    padding: 0;
}


#main-menu .sub-menu ul li {
    min-width: 150px;
    line-height: 20px;
}
#main-menu .sub-menu ul li a, #main-menu .sub-menu ul li span {
    font-size: 16px;

    font-family: 'pf_dindisplay_probold';
    color: #464646;
    text-decoration: none;
}
#main-menu .sub-menu ul li a:hover {
    color: #76bd1d;
}
#main-menu .sub-menu ul li ul {
    padding-top: 10px;
}
#main-menu .sub-menu ul li ul li {
    min-width: 180px;
    max-width: 300px;
    line-height: 16px;
    padding: 7px 0 7px 0;
}
#main-menu .sub-menu ul li ul li a, #main-menu .sub-menu ul li ul li span{
    font-size: 16px;
    color: #191919;
    text-decoration: none;
    font-family: 'pf_dindisplay_proregular';
}



.header.scrolled #main-menu {
    position: relative;
    float: right;
    margin-top: 13px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.header.scrolled #main-menu .sub-menu {
    top:40px;
}
.header.scrolled #main-menu>ul>li>a.active{
    background: url('../images/menu_arrow.png') no-repeat center 21px;
}

nav#mobile-menu {
	z-index:3;
}
a.mobile-menu{
    position: relative;
    float: right;
    height: 20px;
    width:80px;
    color:#ccc;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    background: url('../images/menu_burger.png') no-repeat center right;
    margin: 0 10px 0 30px;
}
a.mobile-menu:hover {
    color:#ccc;
}

.mmenu-buttons {
    width: 100%;
    height: 50px;
    margin-top: 25px;
    padding-left: 20px;
}
.mmenu-button {
    display: block;
    width: 87px;
    height: 35px;
    background: #cccccc;
    color: #fff;
    text-align: center;
    padding: 5px 0 0 0px;
}
a.mmenu-button:hover {
    text-decoration: none;
    background: #fff;
    color: #ccc;
    padding: 3px 0 0 0px;
    border: 2px solid #ccc;
}



#main-text {
    height: 100%;
    padding: 35px 0 40px 0;
}

#main-text p{
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
    #main-text {
        padding: 30px 0 50px 0;
    }
}
@media (max-width: 767px) {
    #main-text {
        padding: 10px 20px 20px 20px;
    }
    #main-text p{
        font-size: 15px;
        text-align: center;
    }
}


.enroll {
    background: url("../images/green_bg.png") repeat;
    margin: 30px 0 0 0;
    padding-bottom: 30px;
    overflow: hidden;
}

.main-events {
    background-color: #E82688;
    display: block;
    position: relative;
    overflow: hidden;
}

.main-events-all {
    width: 100%;
    text-align: right;
    margin-top: 35px;
    margin-bottom: 35px;
}
.main-events-all a {
    color: #fff;
    font-size: 18px;
    text-decoration: underline;
    font-family: 'pf_dindisplay_promedium';
}



.main-news {
    display: block;
    position: relative;
    overflow: hidden;
}
.main-new-item{
    float: left;
}
.main-news a {
    text-decoration: none;
}
.main-news-image {
    height: auto;
    width: 94%;
    margin-left: 3%;
    background-image: url('../images/nofoto.jpg');
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.main-news-image img {
    width: 100%;
	height: auto;
}
.main-news-text {
    height: 160px;
    width: 94%;
    margin-left: 3%;
    background-color: #fff;
    padding: 10px 12px 10px 12px;
}
.main-news-date {
    display: block;
    height: 16px;
    color: #7e57c6;
    font-size: 14px;
    line-height: 14px;
    font-family: 'pf_dindisplay_probold';
}
.main-news-h {
    display: block;
    height: 35px;
    margin-top: 14px;
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    line-height: 18px;
    font-family: 'pf_dindisplay_probold';
    overflow: hidden;
}

.main-news-descr {
    display: block;
    height: 64px;
    margin-top: 10px;
    color: #000;
    font-size: 14px;
    line-height: 16px;
    overflow: hidden;
}

.main-news .owl-controls{
    margin-top: 30px;
    text-align: center;
}
.main-news .owl-controls .owl-page span{
    border: 3px solid #f63440;
}
.main-news .owl-controls .owl-page.active span,
.main-news .owl-controls.clickable .owl-page:hover span{
    background: #f63440;
}

.main-news-all {
    width: 100%;
    text-align: right;
    margin-top: 0px;
    margin-bottom: 35px;
}
.main-news-all a {
    color: #f63440;
    font-size: 18px;
    text-decoration: underline;

    font-family: 'pf_dindisplay_promedium';
}

@media (max-width: 767px) {
    .main-news-all {
        width: 100%;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 35px;
    }
}

.prevBtnSlider, .nextBtnSlider{
    display:block;
    width:25px;
    height:40px;
    position:absolute;
    top:50%;
    margin-bottom: -20px;
    z-index:997;
}
.prevBtnSlider{
    left: 10px;
}
.nextBtnSlider{
    right:10px;
}
.prevBtnSlider a, .nextBtnSlider a{
    display:block;
    position:relative;
    width:25px;
    height:40px;
    background:url('../images/arrows.png') no-repeat top left;
    text-indent: -9999px;
    cursor: pointer;
}
.nextBtnSlider a{
    background-position: top right;
}
.prevBtnSlider a:hover{
    background-position: bottom left;
}
.nextBtnSlider a:hover{
    background-position: bottom right;
}

#prevMainSlider.prevBtnSlider, #nextMainSlider.nextBtnSlider {
    top:58%;
}

.prevBtnSlider.grey a, .nextBtnSlider.grey a{
    background-image:url('../images/arrows_grey.png');
}

@media (min-width: 768px) and (max-width: 991px) {
    .prevBtnSlider a, .nextBtnSlider a{
        background-size: 40px 80px;
        width:20px;
    }
    .prevBtnSlider{
        left: 2px;
    }
    .nextBtnSlider{
        right:2px;
    }
}
@media (max-width: 767px) {
    .prevBtnSlider, .nextBtnSlider {
        display: none;
    }
}



.quote-left {
    position: absolute;
    display: block;
    height: 30px;
    width: 30px;
    top: 0;
    left: -40px;
    background:url('../images/quote_left.png') no-repeat top left;
}
.quote-right {
    position: absolute;
    display: block;
    height: 30px;
    width: 30px;
    bottom: 0;
    right: -40px;
    background:url('../images/quote_right.png') no-repeat bottom right;
}


.enroll, .main-events, .main-news, .main-vidguky {
    padding-top: 40px;
}

#google-map {
    height: 100%;
    width: 100%;
}
.google-map-info {
    height: 100%;
    width: 100%;
    text-align: center;
    color: #0C6AB0;
    padding: 30px;
}
.google-map-info img {
    margin-bottom: 30px;
}
.google-map-info a {
    text-decoration: underline;
    color: #0C6AB0;
    cursor: pointer;
}
.google-map-info p{
    font-size: 24px;
    line-height: 32px;
    margin: 0;
}

.google-map-padding {
    padding-bottom: 20px;
}


footer {
   /* height: 150px;*/
    background: #f4f4f4;
}
.footer-left {
    margin-top: 35px;
}
.footer-left a:hover {
    opacity: 0.6;
}
.footer-center {
    color: #7f7f81;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    margin-top: 25px;
}
.footer-right {
    text-align: right;
    margin-top: 22px;
}
.footer-address {
    padding-top: 8px;
    color: #7f7f81;
    text-align: right;
    font-size: 11px;
    line-height: 15px;
    display: block;
}
.social-icon {
    width: 34px;
    height: 17px;
    display: inline-block;
    cursor: pointer;
}
.social-icon:hover {
    opacity: 0.6;
}
.social-icon.fb {
    background: url("../images/icon-fb.png") no-repeat center center;
}
.social-icon.tw {
    background: url("../images/icon-tw.png") no-repeat center center;
}
.social-icon.vk {
    background: url("../images/icon-vk.png") no-repeat center center;
}
.social-icon.yt {
    background: url("../images/icon-yt.png") no-repeat center center;
    margin-right: -6px;
    overflow: hidden;
}
.social-icon.ig {
    background: url("../images/icon-ig.png") no-repeat center center;
}

#mob-version {
    text-align: center;
    background-color: #7e7e7e;
    display: block;
    height: 30px;
    width: 100%;
    margin-top: 34px;
}
#mob-version a {

    color: #fff;
    text-decoration: none;
    font-size: 18px;
    line-height: 30px;
}
@media (max-width: 991px) {
    .hfooter {
        height: 130px;
    }
    footer {
       /* height: 177px;*/

        margin-top: -130px;
    }
    #mob-version {
        height: 30px;
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .hfooter {
        height: 235px;
    }
   footer {
       /* height: 367px;*/

        margin-top: -235px;
    }

    #mob-version {
        margin-top: 0px;
    }

    .footer-logo {
        text-align: center;
        margin-top: 20px;
    }
    .footer-work {
        font-size: 11px;
        padding-bottom: 0px;
        margin-top: 10px;
    }
    .footer-address {
        padding-top: 0px;
        text-align: center;
        font-size: 11px;
        line-height: 15px;
        margin-top: 10px;
    }
    .footer-copyright {
        color: #7f7f81;
        text-align: center;
        font-size: 12px;
        line-height: 14px;
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .footer-social {
        margin-top: 10px;
        text-align: center;
    }
    .social-icon.yt {
        margin-right: 0px;

    }
    .social-icon.fb, .social-icon.tw, .social-icon.ig, .social-icon.vk, .social-icon.yt {
        background-size: 85% 85%;
    }
    .social-icon {
        width: 25px;
        height: 10px;
    }
}


#ask-question {
    height: 225px;
    width: 50px;
    position: fixed;
    left: 0;
    bottom: 45%;
    background-color: #fff;
    z-index: 10;
    display: block;
	border: 1px solid #76b82a;

}
.ask-question-text {
    text-decoration: none;
    padding: 3px 0 0 0px;
    font-size: 24px;
    -webkit-transform:rotate(270deg);
    -moz-transform:rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform:rotate(270deg);
    white-space:nowrap;
    display:block;
    position: absolute;
    left: -88px;
    top: 88px;
    width: 225px;
    height: 50px;
    color: #76b82a;
	text-align: center;
}
.ask-question-text img {
    padding-top: 10px;
}


@media (max-width: 767px) {
    #ask-question {
        height: 70px;
        width: 100%;
        position: relative;
        right: 0;
        bottom: 0;
        text-align: center;
		border: 4px solid #76b82a;

    }
    .ask-question-text {
        text-decoration: none;
        padding: 5px 0 0 5px;
        font-size: 24px;
        -webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform:rotate(0deg);
        white-space:nowrap;
        display: table;
        margin: 0 auto;
        position: relative;
        left: 0px;
        top: 0px;
        width: 225px;
        height: 50px;
        color: #76b82a;
    }
    .ask-question-text img {
        -webkit-transform:rotate(270deg);
        -moz-transform:rotate(270deg);
        -o-transform: rotate(270deg);
        -ms-transform:rotate(270deg);
    }
}



.top-container {
    padding-top: 140px;
}
@media (max-width: 500px) {
    .top-container {
        padding-top: 80px;
    }
}

.content-container {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    .content-container {
        padding-top: 0px;
        padding-bottom: 30px;
    }
}
.top-content-container+.content-slider-container {
    padding: 0px;
    margin-top: -60px;
}
.content-slider {
    height:540px;
    width: 100%;
    overflow: hidden;
    text-align:center;


}
.content-slider div {
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.content-slider-container {
    height: 540px;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.content-slider .owl-controls{
    margin-top: -30px;
    text-align: center;
}
@media (max-width: 500px) {
    .content-slider .owl-controls{
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .content-slider-container {
        height: 400px;
    }
    .content-slider {
        height:400px;
    }
}

@media (max-width: 767px){
    .content-slider-container {
        height: 360px;
    }
    .content-slider {
        height:360px;
    }
    td img{
        width:100% !important;
        height:auto !important;
    }

}
@media (max-width: 500px){
    .content-slider-container {
        height: 250px;
    }
    .content-slider {
        height:250px;
    }
    td{
        float:left;
        width:100%;
    }
}
.news-categories {
    height: 100px;
}

.news-category {
    display: inline-block;
    float: left;
    color: #5b5b5b;
    height: 24px;
    text-align: left;  /* align the inline(-block) elements horizontally */
    font: 0/0 a;
    margin-bottom: 20px;
    margin-right: 15px;

}

.news-category:before {    /* create a full-height inline block pseudo=element */
    content: ' ';
    display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */
    height: 100%;
}
.news-category img {
    display: inline-block;
    vertical-align: middle;
    padding-right: 7px;
}
.news-category span{
    display: inline-block;
    vertical-align: middle;
    font: 16px/1 Arial sans-serif;
    font-size: 12px;
    font-family: 'pf_dindisplay_proregular';
    line-height: 10px;
}

.news-category > a{
    color: #5b5b5b;
    text-decoration: none;
}
.news-category > a:hover{
    color: #999;
}
.news-category > a:hover img {
    opacity: 1;
}
.news-category > a.active{
    color: #000;
}
.news-category .news-sub-menu {
    position: absolute;
    top:0px;
    z-index: 998;
    display: none;
}
.news-sub-menu-arrow {
    position: relative;
    display: block;
    height: 40px;
    background: url('../images/menu_arrow.png') no-repeat center bottom;
    z-index: 990;
}
.news-sub-menu-inner {
    padding: 15px 0px 5px 0px;
    opacity: 0.95;
    position: relative;
    display: block;
    box-shadow: 0 0 10px rgba(0,0,0,0.4); /* Параметры тени */
    z-index: 988;
    background-color: #fff;
    overflow: visible;
}

.news-category .news-sub-menu .news-category-column { /* Masonry bricks or child elements */
    display: block;
    width: 100%;
    text-align: left;
    max-width: 90px;
    margin-left: 0px;
    margin-right: 20px;
    /*padding: 0 20px 0 20px;*/
    padding: 0;
    text-align: center;

}
.news-category-column + .news-category-column {
    margin-top: 10px;
}

.news-category .news-sub-menu ul li {
    min-width: 90px;
    font-size: 12px;
    line-height: 14px;
    list-style: none;
}
.news-category .news-sub-menu ul li a {
    font-family: 'pf_dindisplay_proregular';
    color: #464646;
    text-decoration: none;

}
.news-category .news-sub-menu ul li a:hover {
    font-family: 'pf_dindisplay_probold';
}







.news-categories-sm {
    height: 100%;
    margin-bottom: 20px;
}
.news-categories-sm a div.news-category-sm {
    border: none;
    border: 1px #e5e5e5 solid;
}

.news-category-sm {
    display: block;
    color: #5b5b5b;
    height: 35px;
    text-align: left;  /* align the inline(-block) elements horizontally */
    font: 0/0 a;
    background-color: #f7f7f7;
    border: 1px #e5e5e5 solid;
    margin-top: -1px;
}

.news-category-sm:before {    /* create a full-height inline block pseudo=element */
    content: ' ';
    display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */
    height: 100%;
}
.news-category-sm-img {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 40px;
}
.news-category-sm img {

}
.news-category-sm span{
    display: inline-block;
    vertical-align: middle;
    font: 16px/1 Arial sans-serif;
    font-size: 15px;
    font-family: 'pf_dindisplay_proregular';
    line-height: 10px;
}
a.expanded .news-category-sm span{
    font-family: 'pf_dindisplay_probold';
}
.news-category-sm-arrow {
    display: inline-block;
    height: 35px;
    width: 60px;
    float: right;
    background: url('../images/news_sm_arrow.png') no-repeat center center;
}
.news-category-sm-arrow.expanded {
    background: url('../images/news_sm_arrow_up.png') no-repeat center center;
}
.news-category-sm > a{
    color: #5b5b5b;
    text-decoration: none;
}
.news-category-sm > a:hover{
    color: #999;
}
.news-category-sm > a:hover img {
    opacity: 1;
}
.news-category-sm > a.active{
    color: #000;
}


.news a, .news a:hover, .news a:focus {
    text-decoration: none !important;
}
.news-image {
    height: 100%;
    width: 100%;
    /*background-image: url('../images/nofoto.jpg');*/
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px) {
    .news-image {
        height: 218px;
    }
    .news-readmore .news-image {
        height: 135px;
    }
}
.news-image img {
    width: 100%;
	height:auto;
}
.news-text {
    width: 100%;
    background-color: #fff;
    padding: 10px 0px 10px 0px;
    margin-bottom: 40px;
}
.news-date {
    display: block;
    height: 14px;
    color: #0C6AB0;
    font-size: 14px;
	text-align:center;
    line-height: 14px;
    font-family: 'pf_dindisplay_probold';
}
.news-h {
    display: block;
    max-height: 35px;
    margin-top: 14px;
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
		text-align:center;
    line-height: 18px;
    font-family: 'pf_dindisplay_probold';
    overflow: hidden;
}

.news-descr {
    display: block;
    max-height: 64px;
    margin-top: 10px;
    color: #000;
    font-size: 14px;
	text-align:justify;
    line-height: 16px;
    overflow: hidden;
}
.news-cat-triangle {
    position: absolute;
    top:0;
    right: 15px;
    width: 0; height: 0; border-top: 85px solid red; border-left: 85px solid transparent;
}
.news-cat-icon {
    position: absolute;
    top:0px;
    right: 15px;
    height: 50px;
    width: 50px;
    white-space: nowrap;
    text-align: center;

}
.news-cat-icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    max-width: 30px; max-height: 30px;
    vertical-align: middle;

}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.news-more {
    width: 100%;
    text-align: center;
    margin: -20px 0 60px 0;
}
#ajax-load {
    text-decoration: none;
    font-family: 'pf_dindisplay_probold';
    font-size: 20px;
    line-height: 20px;
    color: #76b82a;
    border: 2px solid #76b82a;
    padding: 10px 60px 10px 60px;
    cursor: pointer;
	margin: 0 0 10px 0;
}
#ajax-load:hover {
    background-color: #76b82a;
    color: #000;
}

.news-single h1 {
    font-size: 40px;
    line-height: 50px;
    padding: 10px 0 10px 0;
    margin: 0;
    font-family: 'pf_dindisplay_probold';
    color: #000;
    text-transform: uppercase;
}
.news-single-underheader {
    margin-bottom: 10px;
}
.news-single-date {
    display: inline-block;
    float: left;
    height: 14px;
    color: #E64094;
    font-size: 16px;
    line-height: 14px;
    padding: 3px 0px 0px 0px;
    margin: 0 5px 10px 0;
    font-family: 'pf_dindisplay_probold';
}
.news-label {
    display: inline-block;
    float: left;
    height: 20px;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    padding: 3px 10px 0px 10px;
    margin: 0 5px 10px 5px;
    background-color: #f63440;
}
a:hover .news-label {
    opacity: 0.8;
}
.news-single-anons {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 12px;
    color: #252525;
}
.news-single-image {
    width: 100%;
    height: 355px;
    overflow: hidden;
    margin-bottom: 20px;
}
.news-single-image img {
    width: 100%;
}
.news-single-text, .news-single-text p {
    font-size: 16px;
    line-height: 20px;
    color: #252525;
    margin-bottom: 14px;
	text-align:  justify;
}
.news-single-video {
    margin-bottom: 20px;
}
.news-single-gallery {
    padding: 0 5px 0 15px;
    margin-top: 0px;
}
.news-single-gallery div {
    padding: 5px 10px 5px 0;
}

.news-single-gallery img {
    width: 100%;
}
.news-single-social {
    margin-top: 30px;
}
.news-single-social span {
    display: inline-block;
    font-family: 'pf_dindisplay_probold';
    height: 20px;
}
.news-single-social img {
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-left: 12px;
    margin-top: -2px;
}
.news-single-social a:hover img {
    opacity: 0.8;
}
.news-single-content {
    margin-bottom: 60px;
}
@media (max-width: 767px) {
    .news-single-image {
        height: 300px;
    }
    .news-single h1 {
        font-size: 26px;
        line-height: 32px;
    }
    .news-single-text, .news-single-text p {
        font-size: 16px;
        line-height: 20px;
    }
    .news-single-anons {
        font-size: 18px;
        line-height: 24px;
    }

}
@media (max-width: 500px) {
    .news-single-image {
        height: 220px;
    }

}




.infrastructure .content-container ul+ul {
    margin-top: 24px;
}
.infrastructure .content-container ul+p {
    margin-top: -16px;
}
.infrastructure .content-container ul {
    margin-bottom: 18px;
}

.content-container ul {
    padding-left: 22px;
    margin: 0 0 18px 0;
}
@media (max-width: 767px) {
    .content-container ul {
        padding-left: 18px;
    }
}
.content-container p {
   /* padding-bottom: 24px;	*/
}





.command-item {
    height: 100%;
    padding: 0 45px 0 45px;
    margin-bottom: 70px;
}
.command-image {
    position: relative;
    height: 357px;
    width: 250px;
		border-radius: 33px;
    -webkit-border-radius: 33px;
    -moz-border-radius: 33px;
    background-image: url('../images/nofoto.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: table;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 20px;
	filter: grayscale(1);
    /*-webkit-filter: grayscale(100%); */
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -o-filter: grayscale(1);
	box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.2);
}
.command-image:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 10%;
    box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.2);
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
	
}
.command-image:hover {
 -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none; /* IE 6-9 */	
}

.command-more-image {
    position: relative;
    max-height: 178px;
    max-width: 125px;
	border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    background-image: url('../images/nofoto.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: table;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 20px;
	box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.2);

}

.command-image img {
    height: 357px;
    width: 250px;
    width: 100%;
/*filter: grayscale(1);*/

}
.command-more-image img {
    max-height: 178px;
    max-width: 125px;
    width: 100%;
/*filter: grayscale(1);*/

}
.command-image img:hover, .command-more-image img:hover {
 -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none; /* IE 6-9 */

}


.command-quote{
    display: block;
    position: relative;
    margin-bottom: 20px;
 width: 80%;
 margin-left:20px;
  margin-right:20px;
}
.command-quote p {
    padding: 0;
}

.command-quote, .command-quote p {
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: #000;
    display: block;
	text-align:justify;
}

.command-name, .command-position {
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: #000;
    display: block;
	text-align:center;
}

.command-quote-left {
    position: absolute;
    display: block;
    height: 14px;
    width: 16px;
    top: 0;
    left: -20px;
    background:no-repeat top left;
    background-image:url('../images/teachers_quote_left_green.png')
}
.command-quote-right {
    position: absolute;
    display: block;
    height: 14px;
    width: 16px;
    bottom: 0;
    right: -20px;
    background:url('../images/teachers_quote_right_green.png') no-repeat bottom right;
}
.command-bluedark .command-quote-left {
    background-image:url('../images/quote_left_bluedark.png');
}
.command-bluedark .command-quote-right {
    background-image:url('../images/quote_right_bluedark.png');
}

.command-bluelight .command-quote-left {
    background-image:url('../images/quote_left_bluelight.png');
}
.command-bluelight .command-quote-right {
    background-image:url('../images/quote_right_bluelight.png');
}

.command-greendark .command-quote-left {
    background-image:url('../images/quote_left_greendark.png');
}
.command-greendark .command-quote-right {
    background-image:url('../images/quote_right_greendark.png');
}

.command-greenlight .command-quote-left {
    background-image:url('../images/quote_left_greenlight.png');
}
.command-greenlight .command-quote-right {
    background-image:url('../images/quote_right_greenlight.png');
}

.command-yellow .command-quote-left {
    background-image:url('../images/quote_left_yellow.png');
}
.command-yellow .command-quote-right {
    background-image:url('../images/quote_right_yellow.png');
}

.command-rozy .command-quote-left {
    background-image:url('../images/quote_left_rozy.png');
}
.command-rozy .command-quote-right{
    background-image:url('../images/quote_right_rozy.png');
}



.command-yellow .command-more-link{
	background-image:url('../images/quote_detal_yellow.png');
	background-repeat: no-repeat;
}
.command-greenlight .command-more-link{
	background-image:url('../images/quote_detal_greenlight.png');
	background-repeat: no-repeat;
}
.command-greendark  .command-more-link{
	background-image:url('../images/quote_detal_greendark.png');
	background-repeat: no-repeat;
}
.command-bluelight .command-more-link{
	background-image:url('../images/quote_detal_bluelight.png');
	background-repeat: no-repeat;
}
.command-bluedark .command-more-link{
	background-image:url('../images/quote_detal_bluedark.png');
	background-repeat: no-repeat;
}
.command-rozy .command-more-link{
	background-image:url('../images/quote_detal_rozy.png');
	background-repeat: no-repeat;
}



.command-yellow .command-more-link{
	background-image:url('../images/quote_detal_yellow.png');
	background-repeat: no-repeat;
}
.command-greenlight .command-more-link{
	background-image:url('../images/quote_detal_greenlight.png');
	background-repeat: no-repeat;
}
.command-greendark  .command-more-link{
	background-image:url('../images/quote_detal_greendark.png');
	background-repeat: no-repeat;
}
.command-bluelight .command-more-link{
	background-image:url('../images/quote_detal_bluelight.png');
	background-repeat: no-repeat;
}
.command-bluedark .command-more-link{
	background-image:url('../images/quote_detal_bluedark.png');
	background-repeat: no-repeat;
}
.command-yellow hr{
    border: none; /* Убираем границу */
    background-color: #FEC335; /* Цвет линии */
    color: #FEC335; /* Цвет линии для IE6-7 */
    height: 5px; /* Толщина линии */
}
.command-greenlight hr{
    border: none; /* Убираем границу */
    background-color: #A3CF4A; /* Цвет линии */
    color: #A3CF4A; /* Цвет линии для IE6-7 */
    height: 5px; /* Толщина линии */
}
.command-greendark hr{
    border: none; /* Убираем границу */
    background-color:#5CAF53; /* Цвет линии */
    color: #5CAF53; /* Цвет линии для IE6-7 */
    height: 5px; /* Толщина линии */
}
.command-bluelight hr{
    border: none; /* Убираем границу */
    background-color: #77CCE0; /* Цвет линии */
    color: #77CCE0; /* Цвет линии для IE6-7 */
    height: 5px; /* Толщина линии */
}
.command-bluedark hr{
    border: none; /* Убираем границу */
    background-color: #0C6AB0; /* Цвет линии */
    color: #0C6AB0; /* Цвет линии для IE6-7 */
    height: 5px; /* Толщина линии */
}
.command-rozy hr{
    border: none; /* Убираем границу */
    background-color: #E64094; /* Цвет линии */
    color: #E64094; /* Цвет линии для IE6-7 */
    height: 5px; /* Толщина линии */
}

.command-name {
    position: relative;
    display: block;
    font-family: 'pf_dindisplay_probold';
}
.command-position {
    position: relative;
    display: block;
    text-transform: none;
}
.command-more-link:hover {
    opacity: 0.7;
}
.command-more-link {
    margin-top: 5px;
    height: 34px;
    cursor: pointer;
}
.command-more-link img {
    height: 34px;
    width: 34px;
    margin-right: 10px;
}
.command-more-link span {
    color: #363636;
    font-size: 14px;
    line-height: 34px;
    vertical-align: middle;
    text-decoration: underline;
}



.command-more-image {
    margin-top: 20px;
    margin-bottom: 20px;
}
.command-more-name {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    color: #7e57c6;
    font-size: 18px;
    font-family: 'pf_dindisplay_probold';
}
.page-yellow .command-more-name {
    color: #ffd200;
}
.page-red .command-more-name {
    color: #f63440;
}
.page-green .command-more-name {
    color: #76b82a;
}
.command-more-position {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #000;
    font-family: 'pf_dindisplay_probold';
}
.command-more-desc, .command-more-desc p {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    padding: 0px 20px 0px 20px;
}
.commands-more-desc p {
    padding: 0;
}
.command-more-desc {
    margin: 20px 0 30px 0;
}
.command-more-close {
    height: 12px;
    width: 12px;
    background: url('../images/teachers_close.png') no-repeat center center;
    position: absolute;
    right: 18px;
    top: 18px;
    z-index: 998;
}







@media (min-width: 992px) {
    .structure {
        position: relative;
        margin-top: 10px;
        margin-bottom: 50px;
        width: 100%;
        height: 700px;
        overflow: hidden;
    }
     .structure a {
        color: #fff;
        text-decoration: none;
        font-size: 18px;
    }
    .structure > div {
        text-align: center;
        display: block;
        position: absolute;
    }

    .structure-greenlight {
		top:160px;
        left:155px;
        height: 250px;
        width: 250px;
        background: url('../images/structure/5.png') no-repeat center center;
    }

    .structure-greenlight-inner {
        margin-left: 30px;
        margin-top: 45px;
        height: 186px;
        width: 187px;
        font-size: 18px;
        line-height: 20px;
        padding-top: 55px;
    }
	
	.structure-bluelight {
		top:0px;
        left:247px;
        height: 250px;
        width: 250px;
        background: url('../images/structure/2.png') no-repeat center center;
    }

    .structure-bluelight-inner {
        margin-left: 30px;
        margin-top: 45px;
        height: 186px;
        width: 187px;
        font-size: 18px;
        line-height: 20px;
        padding-top: 55px;
    }

	.structure-greendark {
			top:320px;
        left:247px;
        height: 250px;
        width: 250px;
        background: url('../images/structure/6.png') no-repeat center center;
		
    }
  
    .structure-greendark-inner {
        margin-left: 30px;
        margin-top: 45px;
        height: 186px;
        width: 187px;
        font-size: 18px;
        line-height: 20px;
        padding-top: 55px;
    }

	.structure-bluedark {
		top:0px;
        left:433px;
        height: 250px;
        width: 250px;
        background: url('../images/structure/1.png') no-repeat center center;
    }
  
    .structure-bluedark-inner {
         margin-left: 30px;
        margin-top: 45px;
        height: 186px;
        width: 187px;
        font-size: 18px;
        line-height: 20px;
        padding-top: 55px;
    }	
	
	
	.structure-yellow {
		
		top:320px;
        left:433px;
        height: 250px;
        width: 250px;
        background: url('../images/structure/4.png') no-repeat center center;
	
    }
    .structure-yellow-inner {
        margin-left: 30px;
        margin-top: 45px;
        height: 186px;
        width: 187px;
        font-size: 18px;
        line-height: 20px;
        padding-top: 55px;
    }
	
	.structure-rozy {
		top:160px;
        left:525px;
        height: 250px;
        width: 250px;
        background: url('../images/structure/3.png') no-repeat center center;
    }

    .structure-rozy-inner {
        margin-left: 30px;
        margin-top: 45px;
        height: 186px;
        width: 187px;
        font-size: 18px;
        line-height: 20px;
        padding-top: 55px;
    }	
	
	
    .structure-center {
		top:158px;
        left:340px;
        height: 250px;
        width: 250px;
        background: url('../images/structure/7.png') no-repeat center center;
    }
    .structure-center-inner {
         margin-left: 30px;
        margin-top: 45px;
        height: 186px;
        width: 187px;
        font-size: 18px;
        line-height: 20px;
        padding-top: 55px;
				color:#6600FF;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .structure {
        position: relative;
        margin-top: 10px;
        margin-bottom: 50px;
        width: 100%;
        height: 730px;
        overflow: hidden;
    }
 
    .structure a {
        color: #fff;
        text-decoration: none;
        font-size: 18px;
    }
    .structure > div {
        text-align: center;
        display: block;
        position: absolute;
    }

    .structure-greenlight {
		top:160px;
        left:65px;
        height: 250px;
        width: 250px;
        background: url('../images/structure/5.png') no-repeat center center;
    }
   
    .structure-greenlight-inner {
        margin-left: 30px;
        margin-top: 45px;
        height: 186px;
        width: 187px;
        font-size: 18px;
        line-height: 20px;
        padding-top: 55px;
    }
	
	.structure-bluelight {
		top:0px;
        left:157px;
        height: 250px;
        width: 250px;
        background: url('../images/structure/2.png') no-repeat center center;		
    }
    .structure-bluelight-inner {
        margin-left: 30px;
        margin-top: 45px;
        height: 186px;
        width: 187px;
        font-size: 18px;
        line-height: 20px;
        padding-top: 55px;
    }
	.structure-greendark {
		top:320px;
        left:157px;
        height: 250px;
        width: 250px;
        background: url('../images/structure/6.png') no-repeat center center;
		
    }
    .structure-greendark-inner {
        margin-left: 30px;
        margin-top: 45px;
        height: 186px;
        width: 187px;
        font-size: 18px;
        line-height: 20px;
        padding-top: 55px;
    }

	.structure-bluedark {
		top:0px;
        left:343px;
        height: 250px;
        width: 250px;
        background: url('../images/structure/1.png') no-repeat center center;
    }
    .structure-bluedark-inner {
        margin-left: 30px;
        margin-top: 45px;
        height: 186px;
        width: 187px;
        font-size: 18px;
        line-height: 20px;
        padding-top: 55px;
    }	

	.structure-yellow {
			top:320px;
        left:343px;
        height: 250px;
        width: 250px;
        background: url('../images/structure/4.png') no-repeat center center;
    }

    .structure-yellow-inner {
        margin-left: 30px;
        margin-top: 45px;
        height: 186px;
        width: 187px;
        font-size: 18px;
        line-height: 20px;
        padding-top: 55px;
    }
	
	.structure-rozy {
		top:160px;
        left:435px;
        height: 250px;
        width: 250px;
        background: url('../images/structure/3.png') no-repeat center center;

    }

    .structure-rozy-inner {
        margin-left: 30px;
        margin-top: 45px;
        height: 186px;
        width: 187px;
        font-size: 18px;
        line-height: 20px;
        padding-top: 55px;
    }	

    .structure-center {
		top:158px;
        left:250px;
        height: 250px;
        width: 250px;
        background: url('../images/structure/7.png') no-repeat center center;
    }
    .structure-center-inner {
         margin-left: 30px;
        margin-top: 45px;
        height: 186px;
        width: 187px;
        font-size: 18px;
        line-height: 20px;
        padding-top: 55px;
		color:#6600FF;
    }


}
@media (max-width: 767px) {
    .structure {
        position: relative;
        margin-top: 0px;
        margin-bottom: 40px;
        width: 100%;
       /* height: 100%;*/
        background: none;

    }
    .structure a {
        color: #fff;
        text-decoration: none;
    }
    .structure a > div {
        font-family: 'pf_dindisplay_prolight';
        text-align: center;
        vertical-align: middle;
        width: 100%;
        font-size: 24px;
        line-height: 20px;
        margin-bottom: 7px;
        padding-top: 7px;
        height: 100px;
    }

	.structure-greenlight {
    background-color: #A3CF4A;
}
	.structure-bluelight {
    background-color: #77CCE0;
}
	.structure-greendark {
    background-color: #5CAF53;
}
	.structure-bluedark {
    background-color: #0C6AB0;
}
	.structure-yellow {
    background-color: #FEC335;
}
	.structure-rozy {
    background-color: #E64094;
}	
.structure-center {
         background-color: #CCCCCC;
    }

}


.contacts {
    background-color: #0C6AB0;
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
}
.contacts-details {

    margin-top: 115px;
}
.contacts-address-item {
    display: block;
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 12px;
}
.contacts-address-item:hover {
    opacity: 0.8;
}
.contacts-address-item img {
    display: inline-block;
    vertical-align: top;
    padding-top: 8px;
}
.contacts-address-item span {
    display: inline-block;
}
.contacts-address-geo img{
    padding-top: 2px;
}
.contacts-address-phone img{
    padding-top: 2px;
}
.contacts-address-phone span{
    font-family: 'pf_dindisplay_probold';
}
.social-icon {
    width: 34px;
    height: 17px;
    display: inline-block;
    cursor: pointer;
}
.contacts-social {
    margin-left: -9px;
    margin-top: 40px;
}
.contacts .social-icon:hover {
    opacity: 0.8;
}
.contacts .social-icon.fb {
    background: url("../images/icon-fb-wh.png") no-repeat center center;
}
.contacts .social-icon.tw {
    background: url("../images/icon-tw-wh.png") no-repeat center center;
}
.contacts .social-icon.vk {
    background: url("../images/icon-vk-wh.png") no-repeat center center;
}
.contacts .social-icon.yt {
    background: url("../images/icon-yt-wh.png") no-repeat center center;
}
.contacts .social-icon.ig {
    background: url("../images/icon-ig-wh.png") no-repeat center center;
}
@media (max-width: 767px) {
    .contacts-details {
        margin-top:35px;
        padding: 0 20px 0 20px;
    }
}
.contacts-ask-question {
    display: block;
    width: 100%;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    font-family: 'pf_dindisplay_probold';
    margin-top: 40px;

}
.contacts input[type="text"]  {
    border: #c6b4e3 2px solid;
    width: 100%;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    vertical-align: middle;
    color: #7e57c6;
    padding: 0 10px 0 10px;
}
.contacts input[type="text"]:focus {
    border-color: #946fd7;
    box-shadow: 0 0px 4px #c6b4e3, 0 0 4px #c6b4e3;
    outline: 0 none;
}
.contacts textarea {
    border: #c6b4e3 2px solid;
    width: 100%;
    height: 260px;
    font-size: 18px;
    line-height: 24px;
    color: #7e57c6;
    padding: 10px 10px 10px 10px;
    resize: none;
}
.contacts textarea:focus {
    border-color: #946fd7;
    box-shadow: 0 0px 4px #c6b4e3, 0 0 4px #c6b4e3;
    outline: 0 none;
}
.contacts label {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    vertical-align: top;
    margin-top: 24px;
}
.contacts input[type=submit] {
    height: 35px;
    border: 2px #fff solid;
    background: #65a5db;
    color: #fff;
    font-family: 'pf_dindisplay_probold';
    font-size: 18px;
    line-height: 33px;
    vertical-align: middle;
    padding: 0 30px 0 30px;
    float: right;
    margin-top: 20px;
}
.contacts {
    color: #fff;
}




.command-sel {
   /* height: 100%;*/
    text-align: center;
    width: 90%;
    left: 5%;
    margin-top: 5px;
    margin-bottom: 10px;
}

.command-sel a {
    display: inline-block;
    height: 24px;
    text-align: left;
    margin: 0 20px 20px 20px;
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-family: 'pf_dindisplay_probold';
}
.command-sel a:hover{
    color: #76b82a;
}
.command-sel a.active{
    color: #76b82a;
}

.command-heading-container {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: -20px;
}
.command-heading {
    color: #0C6AB0;
    font-size: 30px;
    line-height: 30px;
    font-family: 'pf_dindisplay_probold';
    text-transform: uppercase;
    text-align: center;
    margin: 30px 0 10px 0;
}
.command-container .prevBtnSlider.grey, .command-container .nextBtnSlider.grey {

    top: 100px;
}


@media (min-width: 992px) {
    .ofice {
        position: relative;
        margin-top: 10px;
        margin-bottom: 50px;
        width: 100%;
        height: 450px;
        overflow: hidden;
    }
     .ofice a {
       color: white;
        text-decoration: none;
        font-size: 18px;
    }
	 .ofice a:hover {
       color: green;
        text-decoration: none;
        font-size: 20px;
    }
    .ofice > div {
        text-align: center;
        display: block;
        position: absolute;
    }

    .ofice-greenlight {
		top:0px;
        left:60px;
        height: 250px;
        width: 250px;
        background: url('../images/structure/5.png') no-repeat center center;
    }

    .ofice-greenlight-inner {
        margin-left: 30px;
        margin-top: 45px;
        height: 186px;
        width: 187px;
        font-size: 18px;
        line-height: 20px;
        padding-top: 55px;

    }

	.ofice-bluelight {
		top:0px;
        left:247px;
        height: 250px;
        width: 250px;
        background: url('../images/structure/2.png') no-repeat center center;
    }

    .ofice-bluelight-inner {
        margin-left: 30px;
        margin-top: 45px;
        height: 186px;
        width: 187px;
        font-size: 18px;
        line-height: 20px;
        padding-top: 55px;
    }

	.ofice-greendark {
			top:161px;
        left:155px;
        height: 250px;
        width: 250px;
        background: url('../images/structure/3.png') no-repeat center center;
    }
     .ofice-greendark-inner {
        margin-left: 30px;
        margin-top: 45px;
        height: 186px;
        width: 187px;
        font-size: 18px;
        line-height: 20px;
        padding-top: 55px;
    }
	.ofice-bluedark {
		top:0px;
        left:433px;
        height: 250px;
        width: 250px;
        background: url('../images/structure/1.png') no-repeat center center;
    }
  
    .ofice-bluedark-inner {
         margin-left: 30px;
        margin-top: 45px;
        height: 186px;
        width: 187px;
        font-size: 18px;
        line-height: 20px;
        padding-top: 55px;
    }	
	
	
	.ofice-yellow {
		top:161px;
        left:340px;
        height: 250px;
        width: 250px;
        background: url('../images/structure/6.png') no-repeat center center;
	
    }
    .ofice-yellow-inner {
        margin-left: 30px;
        margin-top: 45px;
        height: 186px;
        width: 187px;
        font-size: 18px;
        line-height: 20px;
        padding-top: 55px;
    }
	
	.ofice-rozy {
		top:160px;
        left:525px;
        height: 250px;
        width: 250px;
        background: url('../images/structure/4.png') no-repeat center center;
    }
    .ofice-rozy-inner {
        margin-left: 30px;
        margin-top: 45px;
        height: 186px;
        width: 187px;
        font-size: 18px;
        line-height: 20px;
        padding-top: 55px;
    }	
    .ofice-center {
		top:158px;
        left:340px;
        height: 250px;
        width: 250px;
        background: url('../images/structure/7.png') no-repeat center center;
    }
    .ofice-center-inner {
         margin-left: 30px;
        margin-top: 45px;
        height: 186px;
        width: 187px;
        font-size: 18px;
        line-height: 20px;
        padding-top: 55px;
				color:#6600FF;
    }
    .ofice > div.ofice-nsh {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .ofice {
        position: relative;
        margin-top: 10px;
        margin-bottom: 50px;
        width: 100%;
        height: 400px;
        overflow: hidden;
    }
    .ofice a {
        color: #fff;
        text-decoration: none;
        font-size: 18px;
    }
    .ofice > div {
        text-align: center;
        display: block;
        position: absolute;
    }
    .ofice-greenlight {
		top:160px;
        left:65px;
        height: 250px;
        width: 250px;
        background: url('../images/structure/5.png') no-repeat center center;
    }
    .ofice-greenlight-inner {
        margin-left: 30px;
        margin-top: 45px;
        height: 186px;
        width: 187px;
        font-size: 18px;
        line-height: 20px;
        padding-top: 55px;
    }
	.ofice-bluelight {
		top:0px;
        left:157px;
        height: 250px;
        width: 250px;
        background: url('../images/structure/2.png') no-repeat center center;		
    }
    .ofice-bluelight-inner {
        margin-left: 30px;
        margin-top: 45px;
        height: 186px;
        width: 187px;
        font-size: 18px;
        line-height: 20px;
        padding-top: 55px;
    }
	.ofice-greendark {
		top:162px;
        left:250px;
        height: 250px;
        width: 250px;
        background: url('../images/structure/3.png') no-repeat center center;
    }
    .ofice-greendark-inner {
        margin-left: 30px;
        margin-top: 45px;
        height: 186px;
        width: 187px;
        font-size: 18px;
        line-height: 20px;
        padding-top: 55px;
    }
	.ofice-bluedark {
		top:0px;
        left:343px;
        height: 250px;
        width: 250px;
        background: url('../images/structure/1.png') no-repeat center center;
    }
    .ofice-bluedark-inner {
        margin-left: 30px;
        margin-top: 45px;
        height: 186px;
        width: 187px;
        font-size: 18px;
        line-height: 20px;
        padding-top: 55px;
    }	
	.ofice-yellow {
			top:162px;
        left:63px;
        height: 250px;
        width: 250px;
        background: url('../images/structure/5.png') no-repeat center center;
    }
    .ofice-yellow-inner {
        margin-left: 30px;
        margin-top: 45px;
        height: 186px;
        width: 187px;
        font-size: 18px;
        line-height: 20px;
        padding-top: 55px;
    }
	.ofice-rozy {
		top:160px;
        left:435px;
        height: 250px;
        width: 250px;
        background: url('../images/structure/4.png') no-repeat center center;
    }
    .ofice-rozy-inner {
        margin-left: 30px;
        margin-top: 45px;
        height: 186px;
        width: 187px;
        font-size: 18px;
        line-height: 20px;
        padding-top: 55px;
    }	
    .ofice-center {
		top:158px;
        left:250px;
        height: 250px;
        width: 250px;
        background: url('../images/structure/7.png') no-repeat center center;
    }
    .ofice-center-inner {
         margin-left: 30px;
        margin-top: 45px;
        height: 186px;
        width: 187px;
        font-size: 18px;
        line-height: 20px;
        padding-top: 55px;
		color:#6600FF;
    }
}
@media (max-width: 767px) {
    .ofice {
        position: relative;
        margin-top: 0px;
        margin-bottom: 40px;
        width: 100%;
        background: none;
    }
    .ofice a {
        color: #fff;
        text-decoration: none;
    }
    .ofice a > div {
        font-family: 'pf_dindisplay_prolight';
        text-align: center;
        vertical-align: middle;
        width: 100%;
        font-size: 24px;
        line-height: 20px;
        margin-bottom: 7px;
        padding-top: 7px;
        height: 100px;
    }
	.ofice-greenlight {
    background-color: #A3CF4A;
}
	.ofice-bluelight {
    background-color: #77CCE0;
}
	.ofice-greendark {
    background-color: #5CAF53;
}
	.ofice-bluedark {
    background-color: #0C6AB0;
}
	.ofice-yellow {
    background-color: #FEC335;
}
	.ofice-rozy {
    background-color: #E64094;
}	

.ofice-center {
         background-color: #CCCCCC;
    }
