@font-face {
	font-family: Roboto;
	src: url(/fonts/roboto-light.ttf);
	font-weight: 100;
}

@font-face {
	font-family: 'Roboto Regular';
	src: url(/fonts/roboto-regular.ttf);
	font-weight: 300;
}

@font-face {
	font-family: 'Roboto Medium';
	src: url(/fonts/roboto-medium.ttf);
	font-weight: normal;
}

@font-face {
	font-family: 'Roboto Bold';
	src: url(/fonts/roboto-bold.ttf);
	font-weight: 600;
}

@font-face {
	font-family: 'Roboto Black';
	src: url(/fonts/roboto-black.ttf);
	font-weight: 900;
}

@font-face {
	font-family: 'Arial Narrow';
	src: url(/fonts/arial-narrow.ttf);
}

* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 14px 'Roboto Regular';
	color: #000;
	width: 100%;
	height: 100%;
}

table {
	border-collapse: collapse;
	margin-bottom: 10px;
}

table td {
	padding: 5px;
}

a,
input,
textarea,
img {
	outline: none;
	border: none;
}

textarea {
	resize: none;
}

input {
	-webkit-appearance: none;
}

h1 {
	font-family: 'Roboto Bold';
	font-size: 25px;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #004F91;
	text-align: center;
}

h2 {
	margin-bottom: 15px;
}

h3 {
	margin-bottom: 10px;
}

ol li {
	list-style-position: inside;
}

.content a, .bx-breadcrumb-item a {
	color: #28528E;
}

.content a:hover {
	text-decoration: none;
}

.content p {
	margin-bottom: 15px;
}

.content ul {
	margin: 0 0 15px 30px;
}

::-webkit-input-placeholder {font-style: italic; color:#b5b5b5;}
::-moz-placeholder          {font-style: italic; color:#b5b5b5;}
:-moz-placeholder           {font-style: italic; color:#b5b5b5;}
:-ms-input-placeholder      {font-style: italic; color:#b5b5b5;}

#wrapper {
	min-width: 1200px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
 .gallery-vice-rector  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            -webkit-align-items: flex-start;
            align-items: flex-start;
}

.vice-rektor_card {
    margin: 1px;
    width:228px;

}
.vice-rektor_card img{
	max-width: 100%;
}

/* Header
-----------------------------------------------------------------------------*/
header .hdr-middle, #footer {
	font-family: Tahoma;
}

header .hdr-middle, #footer .copyright {
	background: repeating-linear-gradient(-45deg, #003F87, #003F87 3px, #004E91 3px, #004E91 6px);
}

header .hdr-top, header .hdr-bottom {
	background: #1263A7;
}

header .hdr-top ul,
header .hdr-bottom ul,
.hdr-middle .hdr-main,
#footer .footer > div,
#footer .copyright > div {
	width: 1200px;
	margin: 0 auto;
}

header .hdr-top ul,
header .hdr-bottom ul {
	display: flex;
	justify-content: space-between;
}

.hdr-middle .hdr-main {
	color: #fff;
	margin: 10px auto 25px;
	height: 182px;
}

.hdr-middle .hdr-main > div {
	float: left;
	margin-right: 33px;
}

.hdr-middle .hdr-main > div > div > div, .hdr-middle input[type=submit] {
	display: inline-block;
	margin-right: 33px;
	vertical-align: top;
}

.hdr-middle input[type=submit] {
	margin-right: 0;
}

.hdr-middle .hdr-main > div:last-child, .hdr-middle .hdr-main > div > div > div:last-child {
	margin: 0;
}

.hdr-middle .hdr-main > div:first-child {
	margin: 0;
}

header ul li {
	display: inline-block;
}

header .hdr-top ul li,
header .hdr-bottom ul li {
	flex-grow: 1;
}

header ul li a {
	font-family: 'Arial Narrow';
	display: block;
	color: #fff;
	text-decoration: none;
}

header .hdr-top ul li a {
	padding: 10px;
	font-size: 16px;
}

header .hdr-top ul li:first-child a {
	padding-left: 0; 
}

header .hdr-top ul li:last-child a {
	padding-rigth: 0; 
}

header .hdr-bottom ul li a {
	font-size: 16px;
	padding: 15px 0;
	text-align: center;
}

header .hdr-bottom ul li:hover, header .hdr-bottom ul li.selected {
	background: #3D81C5;
	box-shadow: -2px 0 6px -2px #10528C, 2px 0 6px -2px #10528C;
}

header .hdr-top ul li a:hover, 
header .hdr-top ul li.selected a, 
header .hdr-bottom ul li a:hover, 
header .hdr-bottom ul li.selected a {
	color: #ffffff;
}

.grd {
	background-image: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.4) 30%, rgba(255,255,255,0.4) 70%, rgba(255,255,255,0));
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 100% 3px;
    height: 3px;
    padding: 2px 0;
}

.hdr-middle .hdr-main > p {
	font-family: Roboto;
	margin-bottom: 10px;
}

.hdr-middle .hdr-main .hdr-main-top {
	margin-bottom: 20px;
}

.hdr-middle input[type=text] {
	padding: 10px 0 10px 18px;
	width: 208px;
	margin-right: -4px;
	height: 15px;
}

.hdr-middle input[type=submit] {
	width: 35px;
	height: 35px;
	background: #fff url(/images/search.png) no-repeat 40% 50%;
	cursor: pointer;
}

.hdr-middle .hdr-main .tslides {
    box-shadow: 0 0px 5px 3px #ff4747;
	background: #fff;
	color: #000;
	width: 300px;
	height: 56px;
	padding: 20px 30px;
	text-align: center;
	font-size: 16px;
}

.hdr-middle .hdr-main .lang {
	font-size: 12px;
}

.hdr-middle .hdr-main .lang ul {
	background: #1263A7;
}

.hdr-middle .hdr-main .lang ul li:first-child {
	padding: 4px 0 4px 5px;
}

.hdr-middle .hdr-main .lang ul li:last-child {
	padding: 4px 5px 4px 0;
}

.hdr-middle .hdr-main .lang ul li a:hover {
	background: #ffffff;
	color: #000;
}

.hdr-middle .hdr-main .lang ul li a {
	padding: 5px 16px;
}
.hdr-middle .hdr-main .blind {
	line-height: 36px;
	padding-left: 37px;
	background: url(/images/blind.png) no-repeat 0% 50%;
}

.hdr-middle .hdr-main .hdr-main-bottom a {
	font-size: 15px;
	color: #fff;
	text-decoration: none;
}

.hdr-middle .hdr-main .phone {
	font-family: Roboto;
	font-size: 18px;
	text-align: center;
}

.hdr-middle .hdr-main .phone p {
	margin: 5px 0 13px;
}

.hdr-middle .hdr-main .phone p span {
	font-family: Tahoma;
	font-size: 14px;
	color: #ffffff;
}

.hdr-middle .hdr-main .filial {
    line-height: 36px;
    background: url(/images/filial.png) no-repeat 10% 50%;
    padding-left: 45px;
    text-align: center;
}

.hdr-middle .hdr-main .hoffice {
	line-height: 36px;
	background: url(/images/filial.png) no-repeat 10% 50%;
	padding-left: 45px;
	text-align: center;
}

.hdr-middle .hdr-main .hdr-main-right p {
	line-height: 30px;
	background: #1263a7; 
	text-align: center;
	/*font-size: 15px;*/
	font-size: 13px;
	padding: 0 15px;
	margin-bottom: 10px;
}

.hdr-middle .hdr-main .hdr-main-right p a {
	color: #fff;
	text-decoration: none;
}

.hdr-middle .hdr-main .hdr-main-right span {
	position: relative;
	top: 4px;
	display: inline-block;
	margin-right: 3px;
	width: 20px;
	height: 20px;
	background: url(/images/head-icons.png) no-repeat;
}

.hdr-middle .hdr-main .hdr-main-right p span.p1 { background-position: 0% 0%; }
.hdr-middle .hdr-main .hdr-main-right p span.p2 { background-position: 68% 0%; }
.hdr-middle .hdr-main .hdr-main-right p span.p3 { background-position: 37% 0%; }
.hdr-middle .hdr-main .hdr-main-right p span.p4 { background-position: 104% 0%; }

.hdr-middle .hdr-main .hdr-main-right p:nth-child(2n) {
	background: #1263a7 linear-gradient(130deg, 
		rgba(255,255,255,0.0) 20%, 
		rgba(255,255,255,0.05) 20%, 
		rgba(255,255,255,0.15) 60%, 
		rgba(255,255,255,0.05) 83%, 
		rgba(255,255,255,0.0) 83%)
}

.hdr-middle .hdr-main .hdr-main-right p:nth-child(3) {
	background: #1263a7 linear-gradient(130deg, 
		rgba(255,255,255,0.0) 45%, 
		rgba(255,255,255,0.15) 45%,
		rgba(255,255,255,0.0) 85%
		)
}

/* Middle
-----------------------------------------------------------------------------*/
#container {
	padding-bottom: 360px;
	padding-top: 15px;
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
}

.breadcrumb .home {
    width: 16px;
    height: 13px;
    float: left;
    background: url(/images/home.png) no-repeat;
}

.breadcrumb .bx-breadcrumb-item {
	float: left;
}

.breadcrumb .separator {
	padding: 0 5px;
}

#right, .content {
	padding-top: 50px;
}

#right {
	float: right;
	width: 285px;
	margin-left: 20px;
}

#right .ban {
	background: #F5F5F5;
	margin-bottom: 20px;
	box-shadow: 0 16px 11px -15px #A9A9A9;
	padding: 14px;
}

#right .ban .title {
	font-family: 'Roboto Medium';
	font-size: 18px;
	color: #004F91;
	text-align: center;
	background: url(/images/line-bg.png) repeat-x;
	margin-bottom: 20px;
}

#right .ban .title span {
	padding: 0 16px;
	background: #f5f5f5;
}

#right .ban .inner {
	width: 255px;
	height: 175px;
	box-sizing: border-box;
}

#right .ban .inner img {
	width: 100%;
	height: 100%;
}

.content.main {
	margin-right: 305px; 
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 100%;
	min-width: 1200px;
	margin: -300px auto 0;
	position: relative;
}

.footer {
	background: #F5F5F5;
	padding: 35px 0 40px;
	font-size: 12px;
}

.footer > div > div {
	margin-right: 30px;
	display: inline-block;
	vertical-align: top;
}

.footer > div > div:last-child {
	margin-right: 0;
}

.footer .social img {
	display: block;
	margin-bottom: 10px;
}

.footer .social p,
.footer .social span {
	display: inline-block;
} 

.footer .social span {
	background: url(/images/social.png) no-repeat;
	width: 25px;
	height: 25px;
	padding-left: 3px;
}

.footer .social p {
	margin-right: 5px;
	color: #000;
}

.footer .social span.ok {background-position: 0% 8%}
.footer .social span.fb {background-position: 33% 8%}
.footer .social span.vk {background-position: 65% 8%}
.footer .social span.inst {background-position: 98% 8%}

.footer .social span.ok:hover {background-position: 0% 90%}
.footer .social span.fb:hover {background-position: 33% 90%}
.footer .social span.vk:hover {background-position: 65% 90%}
.footer .social span.inst:hover {background-position: 98% 90%}

.footer a {
	color: #000;
	text-decoration: none;
}

.footer .footer-menu ul li {
	list-style-type: none;
	padding-bottom: 15px;
}

.footer .footer-menu > div {
	float: left;
	width: 144px;
	margin-right: 14px;
}

.footer .footer-menu > div:last-child {
	margin-right: 0;
}

.footer .footer-menu div.fm2 {
	width: 190px;
}

.footer .contacts {
	text-align: center;
}

.footer .contacts a {
	font-size: 14px;
}

.footer .contacts .phone {
	font-family: Roboto;
	font-size: 20px;
	margin-top: 25px;
	color: #000;
}

.footer .contacts .phone p {
	margin-bottom: 13px;
}

.footer .contacts .phone p span {
	font-family: Tahoma;
	font-size: 14px;
	color: #29508e;
}

.footer .question p {
	background: #1263A7;
	text-align: center;
	font-size: 14px;
	margin-bottom: 12px;
}

.footer .question p:last-child {
	margin-bottom: 0;
}

.footer .question p a {
	display: block;
	color: #fff;
	padding: 8px 5px;
}

#footer .copyright {
	height: 120px;
	line-height: 60px;
}

#footer .copyright > div > div {
	color: #fff;
	width: fit-content;
	display: inline-block;
}

#footer .copyright .utl {
	text-align: right;
	float: right;
}

#footer .copyright .utl img {
	margin-left: 12px;
	position: relative;
	top: 5px;
}

.navigation {
	text-align: center;
	font-family: 'Roboto Medium';
	font-size: 16px;
}
.info-img {
	float: left;
    width: 285px;
    padding: 5px;
    margin: 10px;
}
.clr{
    clear: both;
}
#footer {

    clear: both;
}
table.filialy td {
    border: 1px solid #000;
}
.slide-text-left {
    position: absolute;
    width: 190px;
    height: 88px;
    left: 0;
    top: 0;
    margin: 23px 23px;
    background: rgba(255, 255, 255, 0.85);
    padding: 25px 25px;
    box-sizing: border-box;
    font-size: 24px;
}
.slide-text-right {
    position: absolute;
    width: 280px;
    height: 100px;
    right: 0;
    bottom: 0;
    margin: 30px 23px;
    background: rgba(255, 255, 255, 0.85);
    padding: 10px 30px;
    box-sizing: border-box;
}
.rightpic {
    float: right;
    margin: 0 0 5px 5px;
    width: 200px;
    line-height: 10px;
}

.li-block:first-child {
    margin-left: 0;
}
.li-block {
    width: 15%;
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
}
ul.noicon {
    font-size: 14px;
}
.hdr-middle .hdr-main .phone p.round-the-clock {
    color: #ffffff;
}

.footer .contacts .phone p.round-the-clock {
    color: #29508e;
}
a.main-ban {
    float: left;
    display: inline-block;
/*    background-image: url(/images/logo-baner-main.jpg);
    background-repeat: no-repeat;
    color: #ffffff;
    padding: 20px 0px 40px 65px;
    margin: 40px 30px;
    font-size: 20px;
    height: 80px;
*/
    	color: #fff;
    background: #1A5A97;
  /*  padding: 8px 30px;*/
    font-family: Tahoma;
    text-decoration: none;
    width: 165px;
  
    height: 58px;
    font-size: 16px;
    padding: 10px 10px 10px 10px;
    margin: 40px 19px;


}
.blocks .block-item a > div {

    font-size: 19px;
}
.photogallery {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 350px;
    /* height: 200px; */
    float: left;
    margin: 0 20px 20px 0;
}
.bx-pager.bx-default-pager {
    left: 43%;
}
/*
.from_erros {
    float: left;
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 20px;
    z-index: 100001;
}
*/
/*адаптив*/
@media screen and (max-width: 1200px) {
    * {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }

    *::before,
    *::after {
        -webkit-box-sizing: inherit;
                box-sizing: inherit;
    }

    body {
        overflow-x: hidden;
        position: relative;
    }

    img {
        max-width: 100%;
    }

    .mobile-hide {
        display: none !important;
    }

    .hdr-middle .hdr-main .tslides, header .hdr-top, header .hdr-bottom, header .lang, header .filial {
        display: none !important;
    }

    #container{
       min-width: 320px;
        width: 100%;

    }
    #wrapper {
        min-width:320px;
        width: 100%;
    }

    #footer {
        min-width: 320px;
        max-width:100%;
    }

     #footer .footer > div, header .hdr-middle .hdr-main {
         width: auto;
         max-width:100%;
     }
      #footer .copyright > div {
      	width: 100%;
      }

     .text-center{
         text-align: center;
     }

    /*РіР»Р°РІРЅР°СЏ*/
    a.main-ban {
        height:90px;
        margin: 20px 15px;
    }
    /*/РіР»Р°РІРЅР°СЏ*/

    /*jornal vestnik*/
    .main-info .li-block {
        width: 40%;
    }

    .li-block:first-child {
        margin-left: 10px;
    }
    /*/jornal vestnik*/

    /*mobile-menu */
    .mobile-menu {
        background-color: #1263A7;
        position: fixed;
        right: 0;
        top: 70px;
        bottom: 0;
        width: 70%;
        max-width: 320px;
        overflow-y: auto;
        z-index: 11;
        -webkit-transform: translate(100%, 0);
            -ms-transform: translate(100%, 0);
                transform: translate(100%, 0);
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        -o-transition: transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
    }

    .hamburger {
        /* flex: 1 0 auto; */
        display: block;
        width: 44px;
        height: 44px;
        background: url(/images/ham-menu.png) no-repeat left;
        background-size: cover;
        background-color: black;
        opacity: .3;
        border: none;
        margin: 15px 5px 0;
        cursor: pointer;
        position: fixed;
        top: 5px;
        right: 0;
        z-index: 11;
    }

    .menu-open .mobile-menu{
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0);
    }

    .mobile-menu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                -webkit-flex-direction: column;
                flex-direction: column;
        background: none;
        width: auto;
    }

    .mobile-menu ul li a {
        font-family: 'Arial Narrow';
        display: block;
        color: #fff;
        text-decoration: none;
        padding: 10px;
        font-size: 20px;
    }

    .mobile-menu ul:nth-child(1) li:first-child a {
        padding-left: 10px;
    }

    .mobile-menu {
        padding-bottom: 10px;
    }

    .mobile-menu .search-form, .mobile-menu .menu-points{
        display: none;
    }

    .mobile-menu .filial {
        text-align: left;
        padding-left: 45px;
        margin-left: 50px;
        line-height: 36px;
        background: url(/images/filial.png) no-repeat 10% 50%;
    }

    .mobile-menu .filial a {
        font-size: 15px;
        color: #fff;
        text-decoration: none;
    }

    .mobile-menu .mob-lang {
        float: left;
        margin: 0 10px;
        background: #003f87;
    }

    .mobile-menu > p {
        line-height: 30px;
        background: #1263a7;
        text-align: left;
        font-size: 13px;
        padding: 0 15px;
        margin-bottom: 10px;
    }

    .mobile-menu ul:not(.mob-lang) {
        padding-bottom: 10px;
        border-bottom: 1px solid #f9ed37;
        margin-bottom: 10px;
    }

    .mobile-menu > p > span {
        position: relative;
        top: 4px;
        display: inline-block;
        margin-right: 3px;
        width: 20px;
        height: 20px;
        background: url(/images/head-icons.png) no-repeat;
    }

    .mobile-menu > p a {
        color: #fff;
        text-decoration: none;
    }

    body.menu-open {
        overflow: hidden;
        -webkit-box-shadow: 0 0 0 9999px rgba(0,0,0, 0.3);
                box-shadow: 0 0 0 9999px rgba(0,0,0, 0.3);
    }

    .menu-open  .overlay {
        width:100%;
        height:100%;
        background-color: black;
        opacity: .5;
        z-index: 6;
        position: fixed;
        cursor:pointer;
    }
    /*/mobile-menu */

    /*header*/
    header .search-form, header .hdr-main > p {
        margin-left: 20px;
    }

    header .search-form  input[type=text]  {
        height:auto;
    }

    header .logo {
        margin: 0 20px;
    }

    header .logo img{
        height: 80px;
    }
    /*/header*/

    .content {
        padding: 8px 8px;
    }

    .slider {
        width: 100%;
    }

    .blocks .block-item {
        float:none;
        margin: 20px auto;
    }

    .blocks .block-item:nth-child(even) {
        margin: 20px auto;
    }

    .info img{
        float: none;
        height: auto!important;
    }

    /*footer*/
    .footer .social {
        width: 30%;
        margin: 0 5px 0 0;
    }

    .footer .footer-menu {
        width: 68%;
        margin:0;
    }

    .footer .footer-menu .fm1,  .footer .footer-menu .fm2,  .footer .footer-menu .fm3 {
        width:31%;
    }

    .footer .contacts, .footer .question {
        width: 49%;
        margin:0;
    }

    .footer .question p {
        width:50%;
        margin: 12px auto;
    }

    #footer .copyright {
        padding: 0 5px;
        height: auto;
    }
    #footer .copyright .copy{
    	width:60%;

    }
     #footer .copyright .utl{
     	width:25%;

     }
     /*/footer*/

    /*contact page*/
    .rl {
        width:100%;
        padding: 0 10px;
    }

    .build  img{
        width:400px;
    }

     .build {
        clear:both;
        padding:15px 0 0 0;
    }

    .complaint {
        clear:both;
    }

    .complaint form textarea, form.feedback textarea  {
        width:450px;
    }
    /*/contact page*/

    /*rektor-page*/
    .bio {
        margin-left: 350px;
    }

    .tabs ul li {
        width:50%;
    }

    .tabs {
        width:100%;
    }
   
    /*/rektor-page*/

    /*feedback-page*/
    .advs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                -webkit-justify-content: center;
                justify-content: center;
    }

    .reviews {
        width: 100%;
    }


    .catleft {
        float: none;
    }

    .catleft .categories{
        width:350px;
    }
    /*/feedback-page*/

    .main-news {
        padding:0;
    }

    .content table{
        display: block;
        width: 100%;
        max-width: 100%;
        overflow: auto;
    }
    /*СЃР»Р°Р№РґРµСЂ*/
    .bx-pager.bx-default-pager {
        left:35%;
    }
    /*/СЃР»Р°Р№РґРµСЂ*/

    /*filials*/
    .filials > div {
        float: none;
        width:100%;
    }
    /*/filials*/

    /* slider-index*/
    .bx-wrapper .bx-controls-direction a, .slider .bottom a {
        z-index: 4;
    }
    /* /slider-index*/

}
@media screen and (min-width: 1200px) {
    .mobile-menu {
        display: none !important;
    }
	.mobile-tslides {
		display: none;
	}
}

@media screen and (max-width: 1200px) {
    * {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }

    *::before,
    *::after {
        -webkit-box-sizing: inherit;
                box-sizing: inherit;
    }

    body {
        overflow-x: hidden;
        position: relative;
    }

    img {
        max-width: 100%;
    }

    .mobile-hide {
        display: none !important;
    }

    .mobile-tslides, .hdr-middle .hdr-main .tslides, header .hdr-top, header .hdr-bottom, header .lang, header .filial {
        display: none !important;
    }

    #container{
       min-width: 320px;
        width: 100%;

    }
    #wrapper {
        min-width:320px;
        width: 100%;
    }

    #footer {
        min-width: 320px;
        max-width:100%;
    }

     #footer .footer > div, header .hdr-middle .hdr-main {
         width: auto;
         max-width:100%;
     }
      #footer .copyright > div {
      	width: 100%;
      }

     .text-center{
         text-align: center;
     }

    /*РіР»Р°РІРЅР°СЏ*/
    a.main-ban {
        height:90px;
        margin: 20px 15px;
    }
    /*/РіР»Р°РІРЅР°СЏ*/

    /*jornal vestnik*/
    .main-info .li-block {
        width: 40%;
    }

    .li-block:first-child {
        margin-left: 10px;
    }
    /*/jornal vestnik*/

    /*mobile-menu */
    .mobile-menu {
        background-color: #1263A7;
        position: fixed;
        right: 0;
        top: 70px;
        bottom: 0;
        width: 70%;
        max-width: 320px;
        overflow-y: auto;
        z-index: 11;
        -webkit-transform: translate(100%, 0);
            -ms-transform: translate(100%, 0);
                transform: translate(100%, 0);
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        -o-transition: transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
    }

    .hamburger {
        /* flex: 1 0 auto; */
        display: block;
        width: 44px;
        height: 44px;
        background: url(/images/ham-menu.png) no-repeat left;
        background-size: cover;
        background-color: black;
        opacity: .3;
        border: none;
        margin: 15px 5px 0;
        cursor: pointer;
        position: fixed;
        top: 5px;
        right: 0;
        z-index: 11;
    }

    .menu-open .mobile-menu{
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0);
    }

    .mobile-menu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                -webkit-flex-direction: column;
                flex-direction: column;
        background: none;
        width: auto;
    }

    .mobile-menu ul li a {
        font-family: 'Arial Narrow';
        display: block;
        color: #fff;
        text-decoration: none;
        padding: 10px;
        font-size: 20px;
    }

    .mobile-menu ul:nth-child(1) li:first-child a {
        padding-left: 10px;
    }

    .mobile-menu {
        padding-bottom: 10px;
    }

    .mobile-menu .search-form, .mobile-menu .menu-points{
        display: none;
    }

    .mobile-menu .filial {
        text-align: left;
        padding-left: 45px;
        margin-left: 50px;
        line-height: 36px;
        background: url(/images/filial.png) no-repeat 10% 50%;
    }

    .mobile-menu .filial a {
        font-size: 15px;
        color: #fff;
        text-decoration: none;
    }

    .mobile-menu .mob-lang {
        float: left;
        margin: 0 10px;
        background: #003f87;
    }

    .mobile-menu > p {
        line-height: 30px;
        background: #1263a7;
        text-align: left;
        font-size: 13px;
        padding: 0 15px;
        margin-bottom: 10px;
    }

    .mobile-menu ul:not(.mob-lang) {
        padding-bottom: 10px;
        border-bottom: 1px solid #f9ed37;
        margin-bottom: 10px;
    }

    .mobile-menu > p > span {
        position: relative;
        top: 4px;
        display: inline-block;
        margin-right: 3px;
        width: 20px;
        height: 20px;
        background: url(/images/head-icons.png) no-repeat;
    }

    .mobile-menu > p a {
        color: #fff;
        text-decoration: none;
    }

    body.menu-open {
        overflow: hidden;
        -webkit-box-shadow: 0 0 0 9999px rgba(0,0,0, 0.3);
                box-shadow: 0 0 0 9999px rgba(0,0,0, 0.3);
    }

    .menu-open  .overlay {
        width:100%;
        height:100%;
        background-color: black;
        opacity: .5;
        z-index: 6;
        position: fixed;
        cursor:pointer;
    }
    /*/mobile-menu */

    /*header*/
    header .search-form, header .hdr-main > p {
        margin-left: 20px;
    }

    header .search-form  input[type=text]  {
        height:auto;
    }

    header .logo {
        margin: 0 20px;
    }

    header .logo img{
        height: 80px;
    }
    /*/header*/

    .content {
        padding: 8px 8px;
    }

    .slider {
        width: 100%;
    }

    .blocks .block-item {
        float:none;
        margin: 20px auto;
    }

    .blocks .block-item:nth-child(even) {
        margin: 20px auto;
    }

    .info img{
        float: none;
        height: auto!important;
    }

    /*footer*/
    .footer .social {
        width: 30%;
        margin: 0 5px 0 0;
    }

    .footer .footer-menu {
        width: 68%;
        margin:0;
    }

    .footer .footer-menu .fm1,  .footer .footer-menu .fm2,  .footer .footer-menu .fm3 {
        width:31%;
    }

    .footer .contacts, .footer .question {
        width: 49%;
        margin:0;
    }

    .footer .question p {
        width:50%;
        margin: 12px auto;
    }

    #footer .copyright {
        padding: 0 5px;
        height: auto;
    }
    #footer .copyright .copy{
    	width:60%;

    }
     #footer .copyright .utl{
     	width:25%;

     }
     /*/footer*/

    /*contact page*/
    .rl {
        width:100%;
        padding: 0 10px;
    }

    .build  img{
        width:400px;
    }

     .build {
        clear:both;
        padding:15px 0 0 0;
    }

    .complaint {
        clear:both;
    }

    .complaint form textarea, form.feedback textarea  {
        width:450px;
    }
    /*/contact page*/

    /*rektor-page*/
    .bio {
        margin-left: 350px;
    }

    .tabs ul li {
        width:50%;
    }

    .tabs {
        width:100%;
    }
    /*/rektor-page*/

    /*feedback-page*/
    .advs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                -webkit-justify-content: center;
                justify-content: center;
    }

    .reviews {
        width: 100%;
    }


    .catleft {
        float: none;
    }

    .catleft .categories{
        width:350px;
    }
    /*/feedback-page*/

    .main-news {
        padding:0;
    }

    .content table{
        display: block;
        width: 100%;
        max-width: 100%;
        overflow: auto;
    }
    /*СЃР»Р°Р№РґРµСЂ*/
    .bx-pager.bx-default-pager {
        left:42%;
    }
    /*/СЃР»Р°Р№РґРµСЂ*/

    /*filials*/
    .filials > div {
        float: none;
        width:100%;
    }
    /*/filials*/

    /* slider-index*/
    .bx-wrapper .bx-controls-direction a, .slider .bottom a {
        z-index: 4;
    }
    /* /slider-index*/

}

@media screen and (max-width: 970px) {
	#container{
		padding-top: 220px;
	}

    header .hdr-main-right,  header .filial,  header .blind,  header .lang,  header .search-form,  header .hdr-bottom , header .hdr-top, header .hoffice {
        display: none!important;
    }

.mobile-tslides {
		display: block !important;
	}

    /*header*/
    header .hdr-top ul, header .hdr-bottom ul, .hdr-middle .hdr-main, #footer .footer > div{
        width: auto;
        max-width:100%;

    }

    .hdr-middle .hdr-main {
        height: 70px;
    }

    .hdr-main > p, .hdr-middle .hdr-main .tslides, .hdr-middle .hdr-main .blind, .phone p:not(.round-the-clock) {
        display: none;
    }

    header {
        position:fixed;
        width: 100%;
        z-index: 5;
    }

    #container{
        padding-top:120px;
    }

    .hamburger {
        background-color: transparent;
        opacity: 1;
    }

    .mobile-menu .search-form {
        padding: 10px 0 10px 10px;
        border-bottom: 1px solid #ffffff;
        display: block;
    }

    .mobile-menu .menu-points {
        display: block;
    }

    .mobile-menu input[type=text] {
        padding: 10px 0 10px 18px;
        margin-right: -4px;
    }

    .mobile-menu input[type=submit] {
        display: inline-block;
        width: 35px;
        height: 35px;
        background: #fff url(/images/search.png) no-repeat 40% 50%;
        cursor: pointer;
        vertical-align: top;
    }
    /*header*/



}

@media screen and (max-width: 850px) {
	#container{
		padding-top: 220px;
	}
    /*main*/
    #right, .content, .main {
        float: none;
        width: 100%;
        margin: 0;
        padding:8px 8px;
    }

    #right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        -ms-flex-pack: distribute;
            -webkit-justify-content: space-around;
                justify-content: space-around;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                -webkit-align-items: stretch;
                align-items: stretch;
    }

   #right .ban {
      width:270px;
   }

   .right .ban .inner {
       margin: 0 auto;
   }

   .vslider iframe {
       width:100% !important;
   }

    .vslider a.bx-next {
        right:0;
    }

    .vslider a.bx-prev {
        left:0;
    }
    /*main*/

    /*footer*/
    .footer .social {
        width: auto;
        display:-webkit-box;
        display:-ms-flexbox;
        display:-webkit-flex;
        display:flex;
        -ms-flex-wrap:wrap;
            -webkit-flex-wrap:wrap;
                flex-wrap:wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                -webkit-align-items: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                -webkit-justify-content: space-between;
                justify-content: space-between;
        padding: 5px;
        margin:0;
    }

    .footer .social a:first-child {
        margin-right: 5px;

    }
    .footer .footer-menu {
        margin: 0 0 15px 0;
        width: auto;
    }

    .footer .footer-menu .fm1 {
        width: 100%;
        margin:0;
        font-weight: bolder;
    }

    .footer .footer-menu .fm1 ul, .footer .footer-menu .fm2 ul {
        list-style-position: inside; /* Firefox */
        -webkit-column-count: 2; /* Safari and Chrome */
        column-count: 2;
        list-style-type: decimal;
        text-align: center;
    }

    .footer .footer-menu div.fm2, .footer .footer-menu div.fm3 {
        width: 100%;
        margin: 0;
        text-align: center;
        font-weight: bolder;
    }

    .footer  .contacts,  .footer  .question {
        width:45%;
        margin: 0;
        padding: 0;
    }

     .footer  .question p {
        width: 100%;
    }

    #footer .copyright {
        padding: 5px;
        height: auto;

        line-height: 1.5;
    }

    .copyright > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                -webkit-align-items: center;
                align-items: center;
	        -ms-flex: auto;
	    -moz-flex: auto;
	    -webkit-flex: auto;
	    -webkit-box-flex: 1;
	            flex: auto;
    }

    #footer .copyright .copy {
        min-width:100%;

        margin-bottom: 15px;

    }

    #footer .copyright > a {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                -webkit-flex: 1;
                flex: 1;
    }

    #footer .copyright .utl {
        float:none;
        -webkit-box-flex:1;
            -ms-flex:1;
                -webkit-flex:1;
                flex:1;
    }

    .footer .contacts a {
        font-size: 18px;
    }
    /*/footer*/
}




/* РђРґР°РїС‚РёРІ*/
@media screen and (max-width: 768px) {
    /*rektor*/
	#container{
		padding-top: 210px;
	}
    .bio {
        margin: 0;
    }

    .rektor-img {
        float: none!important;
        display: block;
        margin: 0 auto 8px auto;
    }
    /*/rektor*/
}

@media screen and (max-width: 680px) {
	#highedu div.name label {
		float: none!important;
	}
	#container{
		padding-top: 150px !important;
	}
	}

@media screen and (max-width: 640px) {
    #container{
        padding-top: 180px;
    }

    .hdr-middle .hdr-main {
        margin: 0;
        height: 60px;
    }
    .hdr-middle .hdr-main .hdr-main-top {
        margin-bottom: 0;
    }

    .hamburger {
        width: 35px;
        height: 35px;
        margin: 10px 5px 0;
    }

    header .logo {
        padding-left: 10px;
        margin:0;
    }

    .logo a img{
        display:none;
    }

    .logo a {
        display: block;
        background: url("/images/logo-baner-main.jpg")  no-repeat left center #8aafd2;
        background-size: 280%;
        margin: 3px;
        width: 50px;
        height: 55px;
    }


    .hdr-middle .hdr-main > div > div > div:last-child {
        margin-top: 10px;
    }

    .phone .round-the-clock  span {
        display:none;
    }

    .mobile-menu ul li a {
        font-size: 16px;
    }

    /*contacts page*/
    .rl .build  img {
        display:block;
        margin: 8px auto ;
        float:none!important;
    }
    /*/contacts page*/

    /*rektor-page*/
    .tabs ul li {
        width:97%;
    }
    /*/rektor-page*/

    /*РіР»Р°РІРЅР°СЏ*/
    .photogallery {
        width:100%;
    }
    .video, .video iframe {
        width: 100%;
    }
    .video:nth-of-type(2n) {
        margin-left: 0;
    }
    /*/РіР»Р°РІРЅР°СЏ*/
}
@media screen and (max-width: 600px) {
	.mobile-tslides {
		display: block;
	}
    .content .slider{
        display:none;
    }
	#container {
		padding-top: 150px;
	}

    /*РіР»Р°РІРЅР°СЏ*/
    .content .main_information_about_organization {
        background-color: #1A5A97;
        text-align: center;
        max-width:100%;
        margin-bottom: 30px;
        padding: 5px 0;
    }

    .content .main_information_about_organization a {
        background: none;
    }

    .main-news .title {
        margin-left: -60px;
    }

    .filter span.ntitle {
        float:none;
    }

    .filter  ul li {
        float: none;
    }

    .news-list {
        margin-top: 10px;
    }

    .news-list  .news-item{
        margin-bottom: 0;
    }

    /*/РіР»Р°РІРЅР°СЏ*/

    .blocks .block-item{
        width: 100%;
        height:255px;
    }

    .blocks .block-item a > div {
        width: 93%;
        height: 220px;
        font-size:14px;
        margin:15px 0 15px 13px;
    }

    .blocks .block-item .icon {
        margin-top: 25px;
    }

    /*feedback-page*/
    .reviews .review {
        padding: 20px 20px;
    }
    /*feedback-page*/
}

@media screen and (max-width: 480px) {
	.mobile-tslides {
		display: block;
	}
	.mobile-tslides .bx-default-pager {
		left: 30% !important;
	}
	#container {
		padding-top: 180px;
	}
	.news-list .news-item img{
		width: 100% !important;
		height: auto;
	}

    /*РіР»Р°РІРЅР°СЏ*/
    a.main-ban {
        display: block;
        margin: 20px auto;
        float: none;
        width: 250px;
    }
    /*/РіР»Р°РІРЅР°СЏ*/
    .main-info .li-block {
        width: 100%;
    }

    /*contact-page*/
    form.feedback{
        padding: 20px 35px 40px;
    }

    form.feedback textarea {
        width:340px;
    }

    .complaint form:last-child input, #rektor:last-child input{
        margin-left: 0;
    }

    .complaint form hr, #rektor hr {
        margin-left: 0;
    }
    /*/contact-page*/

    .spoiler-title {
        margin: 25px 0;
    }

    .spoiler-title .name {
        line-height: 30px;
    }

    /*feedback-page*/
    .categories {
        width: 100%;
    }
    /*/feedback-page*/

    /*footer*/
    #footer .footer .footer-menu {
        margin: 10px 0 15px 0;
        border-bottom: 1px solid black;
    }

    .footer .social a:first-child img {
        width:100%;
        max-width: 100%;
    }

    .footer > div{
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                -webkit-flex-direction: column;
                flex-direction: column;
    }

    .footer .social {
        width: 100%;
        margin: 0;
        display: block;
    }

    .footer .footer-menu {
        margin: 0;
    }

    .footer .footer-menu > div {
        float: none;
        width: auto;
    }

    .footer .footer-menu div.fm2 {
        width: auto;
    }

    .fm1 ul, .fm2 ul, .fm3 ul {
       text-align:center;
        font-size: 14px;
        font-weight: bold;

    }
    .footer .footer-menu .fm1 ul,  .footer .footer-menu .fm2 ul  {
        list-style-position: inside; /* Firefox */
        -webkit-column-count: auto; /* Safari and Chrome */
        column-count: auto;
        list-style-type: decimal;
        text-align: center;
    }

    .footer .contacts, .footer .question {
        width: 100%;
    }
    /*/footer*/

}

.hdr-bottom > ul > li{
	border-right: 2px solid #0a3e69;
}
.hdr-bottom > ul > li:last-child{
	border:none;
}

.hdr-top > ul > li{
	border-right: 2px solid #0a3e69;
}
.hdr-top > ul > li:last-child{
	border:none;
}

.hdr-top > ul > li{
	text-align: center;
}

@media screen and (max-width: 400px) {
	.mobile-tslides {
		display: block;
	}
	.mobile-tslides .bx-default-pager {
		left: 30% !important;
	}
	#container {
		padding-top: 180px !important;
	}
    /*contact-page*/
    form.feedback textarea{
        width:280px;
    }

    form.feedback input[type=text] {
        width:280px;
    }

    form.feedback {
        padding: 20px 20px 30px;
    }

    form.feedback input#captcha_word {
        margin: 5px;
    }

    .cafedra {
        margin: 50px 0;
    }


    /*/contact-page*/
}

@media screen and (max-width: 768px) {
	 [data-class="swim"] {
	 	position: static!important;
	 	left: 0;
	 	top: 0;
	 	transform: none;
	 }
}


@media screen and (max-width: 1200px) {
	.blind-settings .font, .blind-settings > div {
		width: 100%;
		height: auto;
	}

	.pages .page {
		width: 200px;
	}
}

.mobile-tslides{
    display: none;
    padding: 0 20px 30px 20px;
    background: #fff;
    text-align: center;
}
@media screen and (max-width: 480px){}
.mobile-tslides .bx-default-pager {
     position: unset;
     margin: 10px auto 0px;
}
@media screen and (max-width: 970px){
    .mobile-tslides {
        display: block !important;
    }
}
@media (max-width: 960px){
	.mobile-menu .filial{
		display: block !important;
	}
}
@media (max-width: 960px){
	.mobile-menu .filial{
		display: block !important;
	}
}

.covid a{
	color: #000;
	text-decoration: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.covid b {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 3px;
	display: inline-block;
	text-decoration: underline;
}

.cookie-access__block {
	position: relative;
	width: 100%;
	text-align: center;
    z-index: 10000;
}
.cookie-access {
	position: fixed;
    bottom: 0;
    left: 55px;
}

.cookie-access__btn {
	cursor: pointer;
	background: #1263A7;
	color: #fff;
	font-size: 14px;
	padding: 5px 15px;
}

.cookie-access__popup {
	width: 300px;
    background: #fff;
    padding: 15px;
    position: absolute;
    left: 0;
    bottom: 35px;
    border: 2px solid #eee;
    opacity: 0;
    transition: opacity 0.5s ease-out;
    display: none;
}

@media(max-width: 600px) {
	.cookie-access__popup {
		left: -25%;
	}
	
	.cookie-access {
		right: 25%;
		left: 25%;
	}
}

.cookie-access__popup.is-open {
	opacity: 1;	
	display: block;
}
