body {
	background-color: #fff;
    font-family: Roboto Condensed, sans-serif !important;
	font-size: 16px;
	color: #666d81;
}

.table-responsive p {
    font-size: inherit;
}

a {
	color: #cf7d2b;
}
a:hover {
    color: #cf7d2b;
}
b, strong {
	font-family: Roboto Condensed Bold, sans-serif;
	vertical-align: baseline;
	color: #283d65;
}
::-webkit-scrollbar {
	width: 15px;
	height: 5px;
}
/* Track */
::-webkit-scrollbar-track {
	background: #1a1a1a; 
}
/* Handle */
::-webkit-scrollbar-thumb {
	background: #cf7d2b; 
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #cf7d2b; 
}
.phone-mobile-menu {
	display: none;
}
.phone-mobile {
	display: none;
}
.fixed-top {
	background-color: #FFA800;
	padding: 15px 0 !important;
}
.fixed-top .navbar-nav .nav-item {
	flex-grow: unset;
}
.fixed-top .phone-mobile-menu {
	display: block;
}
.fixed-top .phone-mobile-menu a {
	color: #fff;
	font-size: 18px;
    font-weight: 600;
	padding-left: 1rem;
}
.fixed-top .navbar-nav .nav-link:hover {
	color: #fff !important;
}
.fixed-top .navbar-nav li {
    padding-right: 1rem !important;
}
.noPadding {
    padding: 0 !important;
    margin: 0 !important;
}
.alignright { float: right; }
.alignleft { float: left; padding: 0 20px 20px 0;}
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.small {
	  margin-top: 20px;
	  font-size: 18px;
  }
.header {
	height: 100%;
    position: relative;
	color: #666d81;
	background: #fff;
}
.header a {
	font-family: Roboto Condensed, sans-serif;
}
.topbar {
	background-color: #fff;
    padding: 20px 0;
}
.topbar .items {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.head-logo {
	flex: 0 0 30%;
}
.logo:hover {
    text-decoration: none;
}
.head-right {
	width: 100%;
    flex-wrap: wrap;
}
.head-right .level-one {
	width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 23px;
}
.head-right .level-one div:not(.head-socials) {
	padding: 0 6px;
}
.head-right .level-two {
	margin-top: 10px;
}
.head-right .auth a {
	font-size: 16px;
	color: #666d81;
	text-transform: uppercase;
}
.head-right .auth a:hover {
	color: #1B529E;
}
.head-right .auth i {
	vertical-align: baseline;
	padding-right: 5px;
}
.head-right .tools a {
	padding: 0 10px;
	font-size: 16px;
	color: #666d81;
	text-transform: uppercase;
}
.head-right .tools a:hover {
	color: #1B529E;
}
.head-right .tools a:hover {
    text-decoration: none;
}
.break {
	flex-basis: 100%;
	height: 0;
}
.head-socials i {
    display: inline-block;
    margin: 0 3px;
}
.head-socials .bg-vk {
    width: 26px; height: 26px;
    background: url('img/socials.png') -183px -15px;
}
.head-socials .bg-fb {
    width: 26px; height: 26px;
    background: url('img/socials.png') -15px -15px;
}
.head-socials .bg-instagram {
    width: 26px; height: 26px;
    background: url('img/socials.png') -127px -15px;
}
.head-socials .bg-youtube {
    width: 26px; height: 26px;
    background: url('img/socials.png') -239px -15px;
}
.head-socials .bg-telegram {
    width: 26px; height: 26px;
    background: url('img/socials.png') -71px -15px;
}
.head-socials .bg-rutube {
    width: 26px; height: 26px;
    background: url('img/Rutube.svg');
    background-size: contain;
}
.head-language {
    margin: 0 5px 0 0;
    background: transparent;
    border: 0;
    color: #666d81;
    font-family: Roboto Condensed, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    outline: none;
	vertical-align: baseline;
}
.head-language:hover {
    color: #1B529E;
}
.head-eye {
	vertical-align: baseline;
	padding-right: 8px;
}
.head-language option {
    color: #666d81;
}
.main-menu {
	width: 100%;
	text-align: center;
    padding: 0;
	display: flex;
    position: relative;
}
.navbar {
    padding: 0;
	width: 100%;
}
.navbar-nav {
    width: 100%;
    justify-content: space-between;
}
.navbar-light .navbar-nav .nav-link {
    font-family: Roboto Condensed Bold, sans-serif;
    color: #283d65;
    font-size: 16px;
	text-transform: uppercase;
	padding: 0;
    position: relative;
}
.navbar-light .navbar-nav .nav-link:focus {
	color: #cf7d2b;
}
.navbar-light .navbar-nav .nav-link:hover {
    /*color: #cf7d2b;*/
	color:#1B529E !important;
    text-decoration: none;
}
.navbar-light .navbar-nav .nav-link.root-item-selected {
	color:#071CE0 !important;
}
#horizontal-multilevel-menu li {
    padding: 15px 0;
    display: inline-block;
}
#horizontal-multilevel-menu li.mobile {
    display: none;
}
#horizontal-multilevel-menu li ul.submenu.mega {
    position: absolute;
    top: auto;
    left: -30px;
    display: none;
    z-index: 999;
    height: auto;
    width: calc(115% + 60px);
    background: rgba(255, 255, 255, 1);
    border: 0;
    text-align: left;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 30px;
    margin-top: 15px;
    /*box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.17);*/
}
#horizontal-multilevel-menu li ul.submenu.mega .sub {
    padding-left: 40px;
}
#horizontal-multilevel-menu li:hover ul.submenu.mega {
    display: flex;
}
/*#horizontal-multilevel-menu li:hover a.root-item:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    border-bottom: 3px solid #3949ab;
    bottom: -15px;
    z-index: 9999;
}*/
#horizontal-multilevel-menu li ul .item a {
    font-family: Roboto Condensed Light, sans-serif;
    font-size: 16px;
    color: #4a4a4b;
    padding: 0;
}
#horizontal-multilevel-menu li ul .item a:hover {
    color: #6979e8;
    text-decoration: none;
}
#horizontal-multilevel-menu li ul .item h3, #horizontal-multilevel-menu li ul .item h3 a {
    font-family: Roboto Condensed Bold, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#horizontal-multilevel-menu li ul.submenu {
    position: absolute;
    top: auto;
    display: none;
    z-index: 999;
    height: auto;
    width: 240px;
    background: #fff;
    border: 0;
    text-align: left;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0;
    margin-top: 15px;
    /*box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.17);*/
}
#horizontal-multilevel-menu li ul.submenu .mosaic-bg-mini {
	position: absolute;
    width: 100%;
    max-width: 340px;
    height: 340px;
    background: url(img/brandbook_2.png) no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    opacity: 1;
    z-index: -1;
   
	
}
#horizontal-multilevel-menu li:hover ul.submenu {
    display: block;
	-webkit-box-shadow: 0px 5px 10px 2px rgb(34 60 80 / 20%);
    -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 5px 10px 2px rgb(34 60 80 / 20%);
}
#horizontal-multilevel-menu ul.submenu li {
    display: block;
    padding: 0 20px;
}
#horizontal-multilevel-menu ul.submenu li:hover {
    background: #283d65;
}
#horizontal-multilevel-menu ul.submenu li a {
    font-family: Roboto Condensed, sans-serif;
    font-size: 16px;
    color: #000;
    padding: 10px 0;
}
#horizontal-multilevel-menu ul.submenu li:hover a {
	color: #fff !important;
}
.custom-toggler.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.custom-toggler.navbar-toggler {
    border-color: transparent;
    padding: 0 .75rem;
    line-height: 1;
    font-size: 1.15rem;
    float: left;
    outline: none;
}
.menu-buttons a {
	font-size: 16px;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 5px;
}
.menu-buttons a:first-child {
	color: #01bdc9;
}
.menu-buttons a:last-child {
	color: #ffc700;
}
div.menu-clear-left {
    clear: left;
}
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #fff;
    display: block;
    transition: 0.3s;
}
.overlay-content .navbar-nav {
    -ms-flex-direction: unset;
    flex-direction: unset;
    display: block;
}
.modalMenu {
    column-count: 4;
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-gap: 30px;
    column-fill: initial;
    padding: 0 70px 0 0;
}
#horizontal-multilevel-menu-modal li.nav-item {
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 30px;
}
#horizontal-multilevel-menu-modal li a.root-item {
    font-family: Roboto Condensed Bold, sans-serif;
    font-size: 18px;
    color: #fff;
}
#horizontal-multilevel-menu-modal .nav-link {
    font-family: Roboto Condensed Light, sans-serif;
    font-size: 16px;
    color: #fff;
}
#horizontal-multilevel-menu-modal .nav-link:hover {
    text-decoration: underline;
}
#horizontal-multilevel-menu-modal .nav-link.collapsible {
    /*background: url(img/arrow.gif) center right no-repeat;
    background-position-x: inherit;
    background-position-y: 17px;
    padding: 8px 0 0 10px;*/
}
#horizontal-multilevel-menu-modal a.expanded {
    /*background: url(img/arrow-down.gif) center left no-repeat !important;
    background-position-x: inherit;
    background-position-y: 17px !important;
    -webkit-transition: .5s linear opacity;
    transition: .5s linear opacity;
    -moz-transition: .5s linear opacity;
    -o-transition: .5s linear opacity;
    position: relative;
    padding: 8px 0 0 10px;*/
}
#horizontal-multilevel-menu-modal li ul.submenu:not(.second) {
    position: relative;
    /*display: none;*/
    height: 100%;
    padding-left: 30px;
}
.overlay .closebtn {
    position: absolute;
    top: -30px;
    right: 20px;
    font-size: 60px;
    font-family: serif;
}
.head-search {
    position: relative;
    min-height: 37px;
	min-width: 37px;
}
.head-search .sb-search {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    width: 0%;
    min-width: 37px;
    height: 37px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}
.head-search .sb-search span {
    margin: 0;
}
.head-search .sb-search form {
    min-width: 37px;
    height: 37px;
}
.sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid transparent;
    border-radius: 20px;
    outline: none;
    /* background: #d7e3e7; */
    background: #f1f1f1;
    width: 100%;
    height: 37px;
    margin: 0;
    z-index: 10;
    padding: 0 0 0 37px;
    font-family: inherit;
    font-size: 16px;
    color: #000;
}
.sb-icon-search, .sb-search-submit {
    width: 37px;
    height: 37px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
}
.sb-search-submit {
    background: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}
.sb-icon-search {
    border: 0;
    background: #fff;
    padding: 10px;
    margin: 0;
    z-index: 90;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}
.sb-icon-search:before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    font-weight: 900;
    color: #4a4a4b;
}
.sb-icon-search:hover:before {
    color: #1B529E;
}
.sb-search.sb-search-open,
.no-js .sb-search {
    width: 100%;
    min-width: 350px;
    z-index: 3;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
}
.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    color: #fff;
    z-index: 11;
    background-color: #f1f1f1;
    border-radius: 20px;
}
.sb-search.sb-search-open .sb-icon-search:before {
    color: #4a4a4b;
}
.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
    z-index: 90;
    background-color: #f1f1f1;
}
.head__middle .items {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.header .form {
    margin-top: 90px;
}
.form {
    text-align: center;
}
.form input {
    width: 100%;
    max-width: 250px;
    height: 48px;
    background-color: #FFF;
    border: 0;
    border-radius: 0;
    text-align: center;
    color: #373636;
    font-size: 18px;
    outline: none;
    font-weight: 300;
  }
.form button {
    width: 100%;
    max-width: 250px;
    color: #fff;
    font-size: 19px;
    font-weight: 300;
    padding: 10px 5px;
    outline: none;
    margin-top: 10px;
    text-align: center;
    border-radius: 40px;
    border: 0;
    cursor: pointer;
    background: #ffa800;
    position: relative;
    margin-left: 20px;
}
.scroll-down {
    text-align: center;
    color: #fff;
    background: #ffa800;
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 50%;
    margin: 0px auto;
    font-size: 32px;
    position: absolute;
    bottom: 40px;
    cursor: pointer;
    left: 48%;
}
.scroll-down a {
    color: #fff;
}
.sec-title {
    display: block;
    font-family: Roboto Condensed bold, sans-serif;
    font-size: 44px;
    color: #283d65;
    margin-bottom: 30px;
}
.sub-title {
	display: block;
    font-family: Roboto Condensed, sans-serif;
	text-transform: uppercase;
    font-size: 14px;
	letter-spacing: 1px;
    color: #666d81;
	margin-bottom: 5px;
}
.sub-title.triangled,
.sec-title.triangled {
	position: relative;
}
.sub-title.triangled:after {
	content: ''; 
    position: absolute;
    left: 0;
	bottom: 30px;
    border: 8px solid transparent;
	border-left: 8px solid #cf7d2b; 
	border-top: 8px solid #cf7d2b;
}
.sec-title.triangled:after {
	content: ''; 
    position: absolute;
    left: -7px;
	top: -10px;
	bottom: 60px;
    border: 8px solid transparent;
	border-left: 8px solid #cf7d2b; 
	border-top: 8px solid #cf7d2b;
	height: 16px;
}
.custom-btn {
    display: inline-block;
    background: #283d65;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    padding: 12px 40px;
    outline: none;
    font-family: Roboto Condensed Bold, sans-serif;
    font-size: 20px;
}
.custom-btn.orange {
	background: #cf7d2b;
}
.custom-btn:hover {
    color: #fff;
    text-decoration: none;
}
.custom-form {
	width: 100%;
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.custom-form input:not([type="checkbox"]) {
	/*flex: 0 0 calc(25% - 5px);
	max-width: calc(25% - 5px);*/
    background: #f2f3f5;
    color: #666d81;
    border-radius: 4px;
    text-align: left;
    padding: 20px 30px;
    outline: none;
	border: 0;
    font-family: Roboto Condensed, sans-serif;
    font-size: 16px;
}
.custom-form input[type="submit"] {
    background: #283d65;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    padding: 12px 20px;
    outline: none;
	border: 0;
    font-family: Roboto Condensed, sans-serif;
    font-size: 16px;
}
.checkbox-custom,
input[name="alx_fb_agreement"] {
    opacity: 0;
	z-index: -1;
    position: absolute;
	bottom: 0;
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}
.checkbox-custom-label,
.custom-form label.main-user-consent-request {
    position: relative;
    display: inline-flex;
	align-items: center;
	user-select: none;
    cursor: pointer;
    color: #666d81;
	font-family: Roboto Condensed Light, sans-serif;
	font-size: 14px;
	margin-top: 25px;
}
.checkbox-custom + .checkbox-custom-label:before,
.main-user-consent-request:before {
    content: '';
    background: #fff;
    outline: 1px solid #bfbfbf;
    outline-offset: 2px;
    display: inline-block;
    vertical-align: baseline;
    width: 8px;
    height: 8px;
    margin-right: 12px;
	margin-left: 3px;
    text-align: center;
}
.checkbox-custom + .checkbox-custom-label:before,
.main-user-consent-request:before {
    content: '';
    background: #fff;
    outline: 1px solid #bfbfbf;
    outline-offset: 2px;
    display: inline-block;
    vertical-align: baseline;
    width: 8px;
    height: 8px;
    margin-right: 12px;
    text-align: center;
}
.checkbox-custom:checked + .checkbox-custom-label:before,
.main-user-consent-request.checked:before {
    content: "";
    background: #283d65;
    color: #fff;
}
.custom-form .afbf_item_pole.item_pole__captcha .afbf_name {
	display: none;
}
.custom-form .afbf_item_pole .afbf_select,
.custom-form .afbf_item_pole .afbf_textarea,
.custom-form .afbf_item_pole .afbf_inputtext {
	height: auto;
	text-align: left;
    padding: 20px 30px !important;
}
.custom-form .afbf_item_pole {
	flex: 0 0 calc(33% - 5px);
	max-width: calc(33% - 5px);
	margin: 0 0 10px 0;
}
.custom-form .afbf_submit_block {
	margin: 0;
	text-align: center !important;
	height: auto;
	flex: 0 0 calc(33% - 5px);
	max-width: calc(33% - 5px);
	margin: 0;
	height: 58px;
}
.custom-form .afbf_submit_block .afbf_btn:hover {
	box-shadow: none;
}
.custom-form .afbf_btn {
	height: 100%;
	text-transform: none !important;
	display: block;
	width: 100%;
	text-align: center !important;
	border-radius: 4px !important;
	box-shadow: none;
}
.custom-form label.main-user-consent-request {
	position: relative;
    display: inline-flex;
    align-items: center;
    user-select: none;
    cursor: pointer;
    color: #666d81;
    font-family: Roboto Condensed Light, sans-serif;
    font-size: 14px;
    margin-top: 25px;
}
.slick-arrow.slick-prev {
    left: 30px;
    z-index: 9;
}
.slick-arrow.slick-next {
    right: 30px;
}
.slick-arrow.slick-prev:after {
    content: '\f053';
    left: 30px;
}
.slick-arrow.slick-next:after {
    content: '\f054';
    right: 30px;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
}
.slick-arrow:after {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Font Awesome 5 Free', sans-serif;
    color: #4a4a4b;
    border: 2px solid rgba(255, 255, 255, 1);
    border-radius: 50%;
    text-align: center;
}
.home_slider {
    min-height: 700px;
	max-height:700px;
    padding: 0;
    margin: 0;
    width: 100%;
}
.home__carousel {
    min-height: 700px;
	max-height:700px;
    width: 100%;
    padding: 0;
    margin: 0;
}
.home__carousel .slick-dots {
	transform: rotate(90deg);
	top: 50%;
    left: 80%;
    transform-origin: top;
}
.home__carousel .slick-slide {
    min-height: 700px;
}
.home__carousel .slick-slide div:not(.meta) {
    min-height: 700px;
    position: relative;
}
.home__carousel .slick-slide div .custom-btn {
	font-size: 22px;
	margin-top: 40px;
}
.home__carousel .slick-slide div .meta {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	color: #fff;
}
.home__carousel .slick-slide div .meta h2 {
	font-family: Roboto Condensed Bold, sans-serif;
	font-size: 80px;
	line-height: 85px;
}
.home__carousel .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
	width: 40px;
    height: 40px;
}
.home__carousel .slick-arrow.slick-prev {
    left: 20%;
    z-index: 9;
    top: 85%;
}
.home__carousel .slick-arrow.slick-next {
    left: calc(20% + 60px);
    top: 85%;
}
.home__carousel .slick-arrow.slick-next:after {
    content: '\f054';
    right: 30px;
}
.home__carousel .slick-arrow:after {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Font Awesome 5 Free', sans-serif;
    color: #CF7D2B;
    background-color: transparent;
    border: 3px solid #CF7D2B;
    border-radius: 50%;
    text-align: center;
	opacity: .5;
}
.home__carousel .slick-arrow:hover:after {
	opacity: 1;
}
.home__carousel .slick-arrow.slick-prev:after {
    content: '\f053';
    left: 30px;
}
.slick-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}
.slick-dots li {
    margin: 0 0.25rem;
}
.slick-dots button {
    display: block;
    width: .8rem;
    height: .8rem;
    padding: 0;
    border: 4px solid #fff;
    border-radius: 100%;
    background-color: transparent;
	opacity: .3;
    text-indent: -9999px;
}
li.slick-active button {
    background-color: transparent;
    border: 4px solid #fff;
	opacity: 1;
}
.slick-dots button:hover {
    background-color: transparent;
    border: 4px solid #fff;
	opacity: 1;
}
.slick-dots button:focus {
    outline: none;
}

.full-width {
    width: calc(100vw - 17px);
    position: relative;
    margin-left: -50vw;
    left: 50%;
}
.content_wrap {
	padding: 0 !important;
	position: relative;
}
.content_wrap p {
	padding: 0 0 25px;
	line-height: 1.8;
}
.content_wrap p.triangled {
	position: relative;
	font-family: Roboto Condensed Bold, sans-serif;
	font-size: 16px;
	color: #283d65;
	padding-left: 15px;
}
.content_wrap p.triangled:after {
	content: ''; 
    position: absolute;
    left: -10px;
	top: 4px;
    border: 8px solid transparent;
	border-right: 8px solid #cf7d2b; 
	border-bottom: 8px solid #cf7d2b;
}
.content_wrap figcaption {
	font-family: Roboto Condensed Light Italic, sans-serif;
	font-size: 16px;
	color: #888;
	text-align: center;
	margin-top: 10px;
}
.content_wrap .mosaic-bg {
	position: absolute;
	width: 100%;
	max-width: 800px;
	height: 600px;
	background: url(img/brandbook_2_big.png) no-repeat;
	top: 0;
	right: 0;
	opacity: .8;
}
.content_wrap .inner-page {
	width: 100%;
	padding: 60px 0;
}
.content_wrap .inner-page .sec-title {
	font-size: 30px;
}
.content_wrap .inner-page .sec-title.triangled {
	margin-top: 20px;
	margin-bottom: 50px;
}
.content_wrap .inner-page .sec-title.triangled:after {
	bottom: 40px;
}
.content_wrap .page-title {
	font-family: Roboto Condensed Bold, sans-serif;
    font-size: 48px;
	color: #fff;
	text-align: center;
	background: url(img/title-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 80px 0;
}
.content_wrap .page-title h1 {
	display: inline-block;
	position: relative;
	z-index: 1;
}
.content_wrap .page-title h1:after {
	content: '';
    position: absolute;
    right: -35px;
    bottom: 0px;
    border: 25px solid transparent;
    border-right: 25px solid #cf7d2b;
    border-bottom: 25px solid #cf7d2b;
    z-index: -1;
}
.left-menu {
    padding: 10px;
    box-shadow: 0 0 0 1px rgba(4,47,89,0.12) inset;
    border-radius: 6px;
}
.left-menu>ul>li{list-style-type: none}
.left-menu.media-menu {
	padding: 0;
}
.left-menu.media-menu:first-child .nav-item.parent .nav-link.root-item {
	background: #283d65;
	color: #fff;
}
.left-menu.media-menu:first-child .nav-item.parent .nav-link.root-item:after {
	content: none;
	/*color: #fff;
	background: #1b529e;*/
}
.left-menu.media-menu:first-child .nav-item.parent .nav-link.root-item-selected {
	background: #cf7d2b;
	color: #fff;
}
.left-menu.media-menu:first-child .nav-item.parent .nav-link.root-item-selected:after {
	content: none;
	/*content: '\f078';
	background: #283d65;
	color: #fff;*/
}
.left-menu .nav-link.root-item, .left-menu .nav-link.root-item-selected {
	font-size: 18px;
    color: #283d65;
    position: relative;
    padding: 15px 60px 15px 20px;
}
.left-menu .item-selected  .nav-link.root-item {
	color: #cf7d2b;
}
.left-menu.media .nav-link.root-item, .left-menu.media .nav-link.root-item-selected {
	padding: 25px 50px 25px 25px;
}
.left-menu .submenu {
	padding: 0 10px;
}
.left-menu .submenu .nav-link {
	color: #131d3b;
	position: relative;
	padding: .8rem 1rem;
}
.left-menu .submenu .nav-link:after {
	/*content: '\f054';
    display: inline-block;
    width: 25px;
    height: 25px;
    font-family: 'Font Awesome 5 Free';
    background: #f2f3f5;
    color: #b1b4bf;
    font-size: 13px;
    line-height: 25px;
    text-align: center;
    font-weight: 600;
    position: absolute;
    right: 20px;
    top: 12px;
    border-radius: 50%;*/
}
.left-menu .submenu .nav-link.parent:after {
	content: '\f078';
	display: inline-block;
    width: 25px;
    height: 25px;
    font-family: 'Font Awesome 5 Free';
    background: #f2f3f5;
    color: #b1b4bf;
    font-size: 13px;
    line-height: 25px;
    text-align: center;
    font-weight: 600;
    position: absolute;
    right: 20px;
    top: 10px;
    border-radius: 50%;
}
.left-menu .submenu .nav-link span {
	display: inline-block;
	font-size: 12px;
	margin-top: -15px;
}
.left-menu .submenu .nav-link.selected {
	color: #cf7d2b;
}
.left-menu .nav-link.root-item-selected {
	color: #cf7d2b;
}
.left-menu .nav-link:hover {
	color: #cf7d2b;
}
.left-menu .nav-link.root-item:after {
    content: '\f054';
    display: inline-block;
	width: 25px;
	height: 25px;
    font-family: 'Font Awesome 5 Free';
	background: #f2f3f5;
    color: #b1b4bf;
    font-size: 13px;
	line-height: 25px;
	text-align: center;
    font-weight: 600;
    position: absolute;
    right: 20px;
    top: 17px;
	border-radius: 50%;
}
.events-calendar {
    padding: 25px;
    box-shadow: 0 0 0 1px rgba(4,47,89,0.12) inset;
    border-radius: 6px;
	margin-top: 30px;
}
.events-calendar #eventsCalendar {
	width: 100%;
}
.events-calendar #eventsCalendar .DynarchCalendar-body {
	width: 100%;
}
.events-calendar .cleanslate tbody {
	width: 100%;
}
#eventsCalendar .DynarchCalendar-animBody-backYear,
#eventsCalendar .DynarchCalendar-animBody-back,
#eventsCalendar .DynarchCalendar-animBody-fwd,
#eventsCalendar .DynarchCalendar-animBody-now,
#eventsCalendar .DynarchCalendar-animBody-fwdYear {
	width: 100%;
}
.events-calendar .DynarchCalendar-focusLink {
	display: none;
}
.events-calendar #calendarWrapper {
	display: block;
	width: 100%;
}
.events-calendar .cleanslate table {
	width: 100%;
}
.events-calendar #eventsCalendar .DynarchCalendar {
	background: none;
	border: none;
	width: 100%;
}
.events-calendar #eventsCalendar .DynarchCalendar-dayNames div {
	font-family: Roboto Condensed, sans-serif;
    font-size: 14px;
    color: #fff;
    background: #1b529e;
    border-radius: 50%;
    padding: 8px;
    line-height: 17px;
}
.events-calendar #eventsCalendar .DynarchCalendar-day {
	font-family: Roboto Condensed Light, sans-serif;
	font-size: 14px;
	color: #283d65;
	background: #f2f3f5;
    border-radius: 50%;
    padding: 8px;
    line-height: 17px;
	border: none;
}
.events-calendar #eventsCalendar .DynarchCalendar-day:hover {
	cursor: pointer;
}
.events-calendar .cleanslate th, .events-calendar .cleanslate td {
	padding-bottom: 10px;
}
.events-calendar #eventsCalendar .DynarchCalendar-title div {
	font-family: Roboto Condensed, sans-serif;
	font-size: 18px;
	color: #283d65;
	text-align: left;
	padding: 10px 14px;
	position: relative;
}
.events-calendar #eventsCalendar .DynarchCalendar-title div span {
	position: absolute;
    font-family: Roboto Condensed Bold, sans-serif;
    font-size: 58px;
    color: #f2f3f5;
    top: -20px;
    left: 13px;
    z-index: -1;
}
.events-calendar #eventsCalendar .DynarchCalendar-day-selected {
	border: none;
}
.events-calendar #eventsCalendar .DynarchCalendar-bottomBar {
	display: none;
}
.events-calendar #eventsCalendar .DynarchCalendar-nextYear,
.events-calendar #eventsCalendar .DynarchCalendar-prevYear {
	display: none;
}
.events-calendar #eventsCalendar .DynarchCalendar-nextMonth {
	left: unset;
	right: 0;
}
.events-calendar #eventsCalendar .DynarchCalendar-prevMonth {
	left: unset;
	right: 30px;
}
.events-calendar #eventsCalendar .DynarchCalendar-nextMonth div,
.events-calendar #eventsCalendar .DynarchCalendar-prevMonth div {
	background-image: none;
}
.events-calendar #eventsCalendar .DynarchCalendar-nextMonth div:after {
	content: '\f054';
    display: inline-block;
    width: 20px;
    height: 20px;
    font-family: 'Font Awesome 5 Free';
    color: #cf7d2b;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    font-weight: 600;
}
.events-calendar #eventsCalendar .DynarchCalendar-prevMonth div:after {
	content: '\f053';
    display: inline-block;
    width: 20px;
    height: 20px;
    font-family: 'Font Awesome 5 Free';
    color: #cf7d2b;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    font-weight: 600;
}
.events-calendar #eventsCalendar .DynarchCalendar-hover-title div {
	border: 0;
	text-shadow: none;
	box-shadow: none;
}
.events-calendar #calendarWrapper .blueGradient .DynarchCalendar .DynarchCalendar-hover-title div {
	background: none;
	color: #283d65;
	border: none;
}
.events-calendar #eventsCalendar .DynarchCalendar-hover-navBtn div {
	border: none;
	cursor: pointer;
}
.events-calendar #eventsCalendar .DynarchCalendar-hover-navBtn div, .events-calendar #eventsCalendar .DynarchCalendar-pressed-navBtn div {
	padding: 5px;
}
.events-calendar #calendarWrapper .blueGradient .DynarchCalendar .DynarchCalendar-body .DynarchCalendar-day.calendarEvent {
	background: #cf7d2b;
	color: #fff;
}
.sidebar .future-events {
	padding: 25px;
    box-shadow: 0 0 0 1px rgba(4,47,89,0.12) inset;
    border-radius: 6px;
	margin-top: 30px;
}
.sidebar .future-events .item {
	margin-bottom: 30px;
	position: relative;
}
.sidebar .future-events .item:not(:last-of-type):after {
	content: '';
	position: absolute;
	bottom: -15px;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #e7eaee;
}
.sidebar .future-events .item:last-of-type {
	margin-bottom: 0;
}
.sidebar .future-events h3 {
	font-size: 20px;
    color: #283d65;
	margin-bottom: 30px;
}
.sidebar .future-events p {
	padding: 0;
	line-height: inherit;
}
.sidebar .future-events a {
	color: #666d81;
}
.sidebar .future-events p.date {
	font-family: Roboto Condensed Bold, sans-serif;
	color: #cf7d2b;
}
.sidebar .tags-list {
	padding: 25px;
    box-shadow: 0 0 0 1px rgba(4,47,89,0.12) inset;
    border-radius: 6px;
	margin-top: 30px;
}
.sidebar .tags-list h3 {
	font-size: 20px;
    color: #283d65;
	margin-bottom: 30px;
}
.sidebar .tags-list ul li {
    font-family: Roboto Condensed Bold, sans-serif;
    font-size: 15px;
    color: #666d81;
    background: #f2f3f5;
    margin-right: 10px;
    padding: 8px 20px;
    border-radius: 4px;
    margin-bottom: 15px;
}
.sidebar .tags-list ul li:hover {
	background: #cf7d2b;
    color: #fff;
}
.sidebar .archive-list {
	padding: 25px;
    box-shadow: 0 0 0 1px rgba(4,47,89,0.12) inset;
    border-radius: 6px;
	margin-top: 30px;
}
.sidebar .archive-list h3 {
	font-size: 20px;
    color: #283d65;
	margin-bottom: 20px;
}
.sidebar .archive-list .left-menu {
	padding: 0;
	box-shadow: none;
}
.sidebar .archive-list .left-menu .nav-link.root-item,
.sidebar .archive-list .left-menu .nav-link.root-item-selected {
	padding: 15px 0 15px 45px;
	display: inline-block;
}
.sidebar .archive-list .left-menu .nav-link.root-item:after {
	right: unset;
	left: 0;
	top: 17px;
}
.sidebar .archive-list .left-menu .nav-item {
	position: relative;
}
.sidebar .archive-list .left-menu .nav-item span {
	font-size: 12px;
    position: absolute;
    top: 10px;
    padding-left: 5px;	
}
.main-content h2 {
	color: #666d81;
	font-size: 32px;
	font-family: Roboto Condensed Bold, sans-serif;
    margin-bottom: 20px;
}
.main-content h3 {
	color: #666d81;
	font-size: 26px;
	font-family: Roboto Condensed Bold, sans-serif;
    margin-bottom: 20px;
}
.main-content i {
	vertical-align: baseline;
}
h3.underlined, h2.underlined {
    font-family: Roboto Condensed Bold, sans-serif;
    font-size: 20px;
    color: #4c4c4c;
    display: inline-block;
    margin-bottom: 15px;
}
h3.underlined:after, h2.underlined:after {
    content: '';
    display: block;
    margin-top: 5px;
    width: 100%;
    height: 3px;
    border-bottom: 3px solid #8b97db;
}
h2.underlined {
    font-size: 30px;
}
.link-more {
    font-family: Roboto Condensed Bold, sans-serif;
    font-size: 18px;
    color: #cf7d2b;
	border-bottom: 1px dashed #cf7d2b;
}
.link-more:hover {
    color: #cf7d2b;
    text-decoration: none;
}
.announcement {
    padding: 40px 0 100px;
}
.announcement .link-more {
	float: right;
}
.announcement .promo {
	position: relative;
	padding-left: 0;
	width: 100%;
}
.announcement .promo img {
	border-radius: 5px;
}
.announcement .promo .popup-youtube:before {
    content: '';
    display: block;
    width: 86px;
    height: 60px;
    background: url(img/play-btn.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.announcement .announcements {
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.announcement .announcements .item {
	background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px;
	position: relative;
}
.announcement .announcements .item:hover {
	background: #283d65;
}
.announcement .announcements .item:hover:after {
	content: '';
    position: absolute;
    right: 10px;
    bottom: 10px;
    border: 12px solid transparent;
    border-right: 12px solid #cf7d2b;
    border-bottom: 12px solid #cf7d2b;
}
.announcement .announcements .item:first-child {
    border: 1px solid #e2e4e8;
    border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.announcement .announcements .item:last-child {
	border: 1px solid #e2e4e8;
    border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.announcement .announcements .item:not(:first-child),
.announcement .announcements .item:not(:last-child) {
	border-left: 1px solid #e2e4e8;
	border-right: 1px solid #e2e4e8;	
}
.announcement .announcements .item .date {
	font-family: Roboto Condensed, sans-serif;
    font-size: 14px;
    color: #cf7d2b;
	padding: 0;
}
.announcement .announcements .item h3 {
	font-family: Roboto Condensed, sans-serif;
    font-size: 24px;
    color: #283d65;
    margin: 10px 0 0;
}
.announcement .announcements .item:hover h3 {
	color: #fff;
}
.announcement .announcements .item a:hover {
	color: #283d65;
}
.coming {
    padding: 60px 0;
}
.directions {
	padding: 30px 0 60px;
}
.directions .link-more {
	float: right;
}
.directions .item {
	position: relative;
	margin-bottom: 30px;

}
.directions .item .overlay {
	display: none;
	width: calc(100% - 30px);
	height: 100%;
	position: absolute;
	left: 15px;
	background: #283d65;
	box-shadow: 10px 17.321px 40px 0px rgba(0, 0, 0, 0.15);
}
.directions .item:hover .overlay {
	display: block;
}
.directions .item img {
	width: 100%;
	border-radius: 4px;
	box-shadow: 10px 17.321px 40px 0px rgba(0, 0, 0, 0.15);
}
.directions .item:hover img {
	opacity: .4;
	box-shadow: 10px 17.321px 40px 0px rgba(0, 0, 0, 0.15);
}
.directions .item h3.title {
	position: absolute;
	bottom: 15px;
	left: 30px;
	width: calc(100% - 60px);
	padding: 15px 0;
	text-align: center;
	background: #cf7d2b;
	color: #fff;
	font-family: Roboto Condensed, sans-serif;
	font-size: 18px;
    border-radius: 2px;
}
.directions .item .meta {
	display: none;
	position: absolute;
	top: 15px;
	left: 30px;
	width: calc(100% - 60px);
	height: calc(100% - 30px);
	background: #fff;
	border-radius: 4px;
	padding: 30px;
	font-family: Roboto Condensed, sans-serif;
}
.directions .item .meta h3 {
	font-size: 18px;
	color: #283d65;
}
.directions .item .meta p {
	color: #707789;
	font-size: 16px;
	margin-top: 20px;
	padding: 0;
	line-height: inherit;
}
.directions .item .meta .more {
	position: relative;
	width: 100%;
	margin-top: 20px;
}
.directions .item .meta .more a {
	position: relative;
    display: inline-block;
    color: #cf7d2b;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 2;
    background: #fff;
    padding-right: 10px;
}
.directions .item .meta .more a:after {
	content: '';
    position: absolute;
    display: block;
    top: 10px;
    left: 100%;
    width: 20px;
    height: 1px;
    border-top: 1px solid #cf7d2b;
}
.directions .item .meta .more hr {
	display: block;
    width: 100%;
    height: auto;
    border-top: 1px solid #e7eaee;
    position: absolute;
    top: 12px;
    margin: 0;
    z-index: 1;
}
.directions .item:hover .meta {
	display: grid;
}
.university-catalog {
	background: url(img/catalog-bg.jpg) no-repeat center;
	background-size: cover;
	min-height: 476px;
	position: relative;
}
.university-catalog .wrap {
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translate(0,-50%);
	width: 90%;
	margin: 0 auto;
}
.university-catalog .sec-title,
.university-catalog .sub-title,
.university-catalog .checkbox-custom-label {
	color: #fff;
}
.university-catalog .sub-title.triangled:after {
	border-left: 8px solid #fff;
    border-top: 8px solid #fff;
}
.university-catalog .custom-form label.main-user-consent-request {
	color: #fff;
}
.university-catalog .checkbox-custom + .checkbox-custom-label:before, .university-catalog .main-user-consent-request:before {
	background: transparent;
	outline: 1px solid #fff;
}
.university-catalog .checkbox-custom:checked + .checkbox-custom-label:before, .university-catalog .main-user-consent-request.checked:before {
	background: #fff;
}
.university-catalog .custom-form .afbf_item_pole {
	flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
}
.university-catalog .custom-form .afbf_submit_block {
	flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    height: 58px;
}
.university-catalog .checkbox-custom-label a {
	color: #fff;
	border-bottom: 1px dashed #fff;
}
.about-university {
	padding: 100px 0;
}
.about-university .item {
	position: relative;
}
.about-university .item:nth-of-type(1),
.about-university .item:nth-of-type(2) {
	margin-bottom: 30px;
}
.about-university .item.big {
	margin-bottom: 0;
}
.about-university .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 4px;
}
.about-university .item h3 {
	font-family: Roboto Condensed, sans-serif;
	font-size: 20px;
	color: #fff;
	position: absolute;
	top: 15px;
	left: 30px;
}
.home-news {
	background: url(img/news-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 100px 0 80px;
}
.home-news .link-more {
	float: right;
}
.news__carousel {
	padding: 0;
}
.news__carousel .slick-track {
    display: flex !important;
}
.news__carousel .slick-list {
	margin: 0 -15px;
}
.news__carousel .slick-slide {
	margin: 0 15px;
	height: auto !important;
	display: flex !important;

}
.news__carousel .slick-slide > div > div {
	height: 100%;
	position: relative;
}
.news__carousel .slick-slide img {
	width: 100%;
    height: 250px;
    object-fit: cover;
    border-top-left-radius: 5px;
	border-top-right-radius: 5px;
    position: relative;
}
.news__carousel .slick-slide .desc {
	background: #fff;
	padding: 40px;
	min-height: 260px;
	max-height: 260px;
	height: 100%;
}
.news__carousel .slick-slide .desc .date {
	font-family: Roboto Condensed, sans-serif;
	font-size: 14px;
	color: #cf7d2b;
}
.news__carousel .slick-slide .desc h3 {
	font-family: Roboto Condensed, sans-serif;
	font-size: 20px;
	color: #283d65;
	margin: 10px 0 0;
}
.news__carousel .slick-slide .desc a:hover {
	color: #283d65;
}
.news__carousel .slick-slide .desc .wrap {
	position: absolute;
    width: calc(100% - 80px);
    bottom: 40px;
}
.news__carousel .desc .more {
    position: relative;
    width: 100%;
}
.news__carousel .desc .more a {
    position: relative;
    display: inline-block;
    color: #cf7d2b;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 2;
    background: #fff;
    padding-right: 10px;
}
.news__carousel .desc .more a:hover {
	color: #cf7d2b;
}
.news__carousel .desc .more a:after {
    content: '';
    position: absolute;
    display: block;
    top: 10px;
    left: 100%;
    width: 20px;
    height: 1px;
    border-top: 1px solid #cf7d2b;
}
.news__carousel .desc .more hr {
    display: block;
    width: 100%;
    height: auto;
    border-top: 1px solid #e7eaee;
    position: absolute;
    top: 12px;
    margin: 0;
    z-index: 1;
}
.news__carousel .slick-arrow {
    top: 250px;
}
.news__carousel .slick-arrow:after {
	color: #67686b;
    border: 3px solid #ced1d7;
	background: #ced1d7;
	width: 60px;
	height: 60px;
	line-height: 55px;
	font-size: 20px;
	
}
.news__carousel .slick-arrow:hover:after {
	color: #fff;
    border: 3px solid #283d65;
	background: #283d65;
}
.news__carousel .slick-arrow.slick-prev {
	left: -90px;
}
.news__carousel .slick-arrow.slick-next {
    right: -90px;
}
.home-news .subscribe-form {
	margin-top: 80px;
	max-width: 65%;
}
.home-news .subscribe-form #asd_subscribe_form {
	display: flex;
	justify-content: space-between;
}
.home-news .subscribe-form #asd_subscribe_form input[name="asd_email"] {
	flex: 0 0 calc(50% - 10px);
	max-width: calc(50% - 10px);
}
.home-news .subscribe-form #asd_subscribe_form #asd_subscribe_submit {
	flex: 0 0 calc(50% - 10px);
	max-width: calc(50% - 10px);
	background: #283d65;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    padding: 12px 20px;
    outline: none;
    border: 0;
    font-family: Roboto Condensed, sans-serif;
    font-size: 16px;
}
.home-news .checkbox-custom + .checkbox-custom-label:before {
	background: transparent;
	outline: 1px solid #bfbfbf;
}
.home-news .checkbox-custom:checked + .checkbox-custom-label:before {
	background: #283d65;
}
.home-news .custom-form input:not([type="checkbox"]) {
	flex: 0 0 calc(33.333333% - 10px);
    max-width: calc(33.333333% - 10px);
}
.testimonials {
	padding: 100px 0 80px;
	position: relative;
}
.testimonials .testimonials-slider {
	width: 100%;
	display: flex;
	margin-top: 30px;
}
.testimonials:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	border-top: 10px solid #cf7d2b;
	top: -5px;
}
.testimonials .testimonials-thumbs img {
	border-radius: 50%;
}
.testimonials .testimonials-thumbs p {
	font-size: 16px;
	color: #cf7d2b;
	margin-top: 15px;
}
.testimonials .testimonials-thumbs .slick-slide:hover {
	cursor: pointer;
}
.testimonials .testimonials-thumbs .slick-slide:not(.slick-current) {
	opacity: .4;
}
.testimonials .testimonials-thumbs .slick-slide:not(.slick-current) p {
	color: #666d81;
}
.testimonials .testimonials-thumbs .slick-slide:not(.slick-current):hover {
	opacity: 1;
}
.testimonials .testimonials-thumbs .slick-slide:not(.slick-current):hover p {
	color: #cf7d2b;
}
.testimonials .testimonials-desc p {
	font-size: 20px;
	color: #283d65;
}
.testimonials .testimonials-desc .date {
	font-family: Roboto Condensed Bold, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #cf7d2b;
	letter-spacing: 2px;
	margin-top: 15px;
}
.testimonials .testimonials-desc .slick-dots {
	top: -95px;
    right: 0;
	left: unset;
}
.testimonials .testimonials-desc .slick-dots button {
	background-color: transparent;
    border: 4px solid #cf7d2b;
	opacity: .4;
}
.testimonials .testimonials-desc li.slick-active button {
	border: 4px solid #cf7d2b;
    background-color: transparent;
	opacity: 1;
}
.testimonials .testimonials-desc .slick-dots button:hover {
    opacity: 1;
}
.top-border-img {
    z-index: 1;
    position: absolute;
    top: 5px;
    left: 40px;
    width: calc(100% - 20px);
    height: 6px;
    border-top: 6px solid #f6ce41;
}
.right-border-img {
    z-index: 1;
    position: absolute;
    top: 5px;
    right: -20px;
    width: 6px;
    height: -webkit-calc(100% - 15px);
    height: -moz-calc(100% - 15px);
    height: calc(100% - 15px);
    border-right: 6px solid #f6ce41;
}
.bottom-border-img {
      z-index: 1;
    position: absolute;
    bottom: 10px;
    left: 40px;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    height: 6px;
    border-bottom: 6px solid #f6ce41;
}
.left-border-img {
    z-index: 1;
    position: absolute;
    top: 5px;
    left: 40px;
    width: 6px;
    height: -webkit-calc(100% - 15px);
    height: -moz-calc(100% - 15px);
    height: calc(100% - 15px);
    border-left: 6px solid #f6ce41;
}
#ymap {
    position: relative;
    min-height: 1px;
    height: 400px;
    display: block;
    width: 100%;
}
.footer {
	width: 100%;
	height: 100%;
	position: relative;
	background: url(img/footer-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 80px 0 50px;

}
.footer a, .footer p {
    color: #b6bbcc;
    font-family: Roboto Condensed, sans-serif;
    font-size: 16px;
	line-height: 2.2;
}
.footer h3 {
	font-family: Roboto Condensed, sans-serif;
/*	font-family: Roboto Condensed Bold, sans-serif;*/
	font-size: 22px;
    color: #fff;
    margin: 0 0 20px;
}
.footer-nav {
    display: flex;
    justify-content: space-between;
}
.footer-menu li {
	font-family: Roboto Condensed, sans-serif;
    font-size: 16px;
    color: #b6bbcc;
}
.footer .sveden {
	display: flex;
	align-items: center;
}
.footer .head-socials {
	margin: 10px 0 40px;
}
.footer hr {
    margin: 80px 0 50px;
    border-top: 1px solid #425691;
	position: relative;
}
.footer hr:before {
	content: '';
    position: absolute;
    display: block;
    top: -0.5px;
    left: 0;
    width: 20px;
    height: 1px;
    border-top: 1px solid #cf7d2b;
}
.footer hr:after {
	content: '';
    position: absolute;
    display: block;
    top: -0.5px;
    right: 0;
    width: 20px;
    height: 1px;
    border-top: 1px solid #cf7d2b;
}
.copyright p, .webstudio-copy p {
    font-family: Roboto Condensed, sans-serif;
    font-size: 16px;
    color: #b6bbcc;
}
.webstudio-copy {
    text-align: right;
}
.webstudio-copy span {
	color: #cf7d2b;
}
.scroll-top {display: none;}
.scroll-top a {
    z-index: 21;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    text-align: center;
    line-height: 43px;
    background: #aaa;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff !important;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
    cursor: pointer;
}
.scroll-top a i {
	vertical-align: baseline;
}
.scroll-top a:hover {background: #5c6abe;}
/*.phone-mobile {
	display: none;
}*/
.half {
	width: 50%;
	float: left;
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 40px;
  width: auto;
  max-width: 40%;
  margin: 20px auto;
  transition: 1s all;
}
.white-popup h3 {
	font-family: 'LatoBold',sans-serif;
	font-size: 30px;
}
.white-popup p {
	font-family: 'Lato',sans-serif;
	font-size: 16px;
	padding: 10px 0;
}
.white-popup img {
	display: block;
	width: 300px;
	height: auto;
	margin: 0 auto;
}
.mfp-bg {}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}


/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}


/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
#policy-text ul li {
	list-style-type: disc;
	margin-left: 20px;
}

div[id^="bx_incl_area_"] {
    width: 100%;
	height: 100%;
}
.error-page {
    text-align: center;
}
.error-page h2 {
    font-size: 116px;
    color: #283d65;
}
.error-page h2 span {
    font-size: 20px;
    color: #000;
    margin-top: 20px;
    display: block;
}
.error-page p {
    color: #000;
    font-weight: 500;
    margin-top: 20px;
}
.error-page .back {
    display: block;
    background: #283d65;
    border-radius: 25px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px;
    max-width: 200px;
    margin: 20px auto 0;
}
.contacts-page .item img {
	margin-bottom: 10px;
}
.contacts-page .item b {
	font-family: Roboto Condensed, sans-serif;
	font-size: 18px;
	color: #283d65;
	display: block;
	margin-bottom: 15px;
}
.contacts-page .item p {
	padding: 0;
}
.contacts-page .item a {
	color: #666d81;
}
.contacts-page .custom-form {
	margin-top: -30px;
}
.contacts-page .custom-form .afbf_item_pole {
	flex: 0 0 calc(50% - 5px);
    max-width: calc(50% - 5px);
}
.contacts-page .custom-form .afbf_item_pole:nth-of-type(3) {
	flex: 0 0 100%;
    max-width: 100%;
}
.contacts-page .custom-form .afbf_item_pole .afbf_textarea {
	padding: 20px 30px !important;
	background: #f2f3f5;
    color: #666d81;
    border-radius: 4px;
    text-align: left;
    outline: none;
    border: 0;
    font-family: Roboto Condensed, sans-serif;
    font-size: 16px;
	margin-top: 15px;
}
.contacts-page .custom-form .afbf_item_pole .afbf_name {
	display: none;
}
.contacts-page .custom-form.custom-form .afbf_submit_block {
	margin-top: 30px;
	flex: 0 0 30%;
    max-width: 30%;
}
.contacts-page .custom-form.custom-form .afbf_submit_block .afbf_btn {
	padding: 20px 0 !important;
}
.faculty-about .main-cover {
	margin-bottom: 50px;
	position: relative;
}
.faculty-page .rector-card {
	display: flex;
    justify-content: flex-start;
    margin-bottom: 40px;
    padding: 30px;
	border: 1px solid #e7eaee;
	border-radius: 5px;
}
.faculty-page .rector-card .meta {
    flex: 0 0 30%;
    max-width: 30%;
}
.faculty-page .rector-card .meta img {
    display: block;
    width: 176px;
    <!--height: 176px;-->
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto;
}
.faculty-page .rector-card .desc {
    padding-left: 50px;
}
.faculty-page .rector-card .desc h3 {
    font-size: 20px;
    color: #cf7d2b;
	margin-bottom: 15px;
}
.faculty-page .rector-card .desc .job {
    font-size: 24px;
    color: #283d65;
}
.faculty-page .research-box {
	position: relative;
	background: #cf7d2b;
	padding: 30px 70px 30px 30px;
	color: #fff;
	border-radius: 5px;
	font-size: 22px;
}
.faculty-page .research-box:after {
	content: '';
    position: absolute;
    display: block;
    background: url(/upload/history-big-w.png) no-repeat center;
    width: 63px;
    height: 125px;
    top: 50%;
	right: 0;
    transform: translate(0,-50%);
}
.faculty-page .research-box h2 {
	font-family: Roboto Condensed Bold. sans-serif;
	font-size: 30px;
	margin-bottom: 40px;
	
}
.faculty-page .research-box a {
	color:#fff;
}

.faculty-page .faculty-news {
	margin-top: -30px;
}
.faculty-page .faculty-news .item .wrap {
	height: 100%;
}
.faculty-page .faculty-news .item img {
	background: #fff;
}
.faculty-page .faculty-news .item .date {
	margin: 0;
}
.faculty-page .faculty-news .desc {
	padding: 15px 30px;
	box-shadow: 10px 17.321px 40px 0px rgba(0, 0, 0, 0.15);
	height: 100%;
	max-height: 260px;
}
.faculty-page .faculty-news .item h3, .faculty-page .faculty-news .item a {
	font-size: 20px;
}
.faculty-page .link-more {
    float: right;
}
.faculty-page .link-more span {
	vertical-align: baseline;
}
.department-page .rector-card {
	display: flex;
    justify-content: flex-start;
    margin-bottom: 40px;
    padding: 30px;
	border: 1px solid #e7eaee;
	border-radius: 5px;
	margin-top: -20px;
}
.department-page .rector-card .meta {
    flex: 0 0 30%;
    max-width: 30%;
}
.department-page .rector-card .meta img {
    display: block;
    width: 176px;
    height: 176px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto;
}
.department-page .rector-card .desc {
    padding-left: 20px;
	width: 100%;
}
.department-page .rector-card .desc h3 {
    font-size: 20px;
    color: #cf7d2b;
	margin-bottom: 15px;
}
.department-page .rector-card .desc .job {
    font-size: 24px;
    color: #283d65;
}
.department-page .research-box {
	background: #283d65;
	padding: 30px;
	color: #fff;
	border-radius: 5px;
}
.department-page .research-box h2 {
	font-family: Roboto Condensed Bold. sans-serif;
	font-size: 30px;
	margin-bottom: 40px;
	
}
.department-page .contacts {
	margin-top: -20px;
}
.department-page .contacts .contact-item {
	display: flex;
	flex-direction: space-between;
	align-items: center;
}
.department-page .contacts .contact-item .pic {
	flex: 0 0 60px;
	max-width: 60px;
}
.department-page .contacts .contact-item .pic img {
	object-fit: contain;
}
.department-page .contacts .contact-item .desc p {
	padding: 0;
	line-height: inherit;
}
.faculty-about .main-cover:after {
	content: '';
    position: absolute;
    display: inline-block;
    left: 25px;
    bottom: -35px;
    background: url(/upload/history.png) no-repeat #fff;
    width: 70px;
    height: 70px;
    padding: 10px;
    border-radius: 4px;
    background-origin: content-box;
}
.faculty-about .main-cover img {
	width: 100%;
	border-radius: 4px;
}
.faculty-about .info-box {
	border: 1px solid #e7eaee;
	border-radius: 4px;
	padding: 30px;
	margin: 15px 0 50px;
}
.faculty-about .info-box h3 {
	font-size: 20px;
	color: #283d65;
	display: block;
	position: relative;
	padding-right: 40px;
}
.faculty-about .info-box h3:after {
	content: '\f054';
    display: inline-block;
    width: 25px;
    height: 25px;
    font-family: 'Font Awesome 5 Free';
    background: #cf7d2b;
    color: #fff;
    font-size: 13px;
    line-height: 25px;
    text-align: center;
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50%;
}
.faculty-about .info-box a:hover {
	color: #283d65;
}
.faculty-about .want-to-learn {
	margin-top: 40px;
}
.faculty-about .want-to-learn .sec-title {
	font-size: 36px;
	margin-bottom: 0px;
}
.faculty-about .want-to-learn .sec-title.triangled:after {
	bottom: 50px;
}
.faculty-about .want-to-learn .custom-form .afbf_item_pole {
	flex: 0 0 calc(33.3333333333% - 5px);
    max-width: calc(33.3333333333% - 5px);
}
.faculty-about .want-to-learn .custom-form .afbf_submit_block {
	flex: 0 0 calc(33.3333333333% - 5px);
    max-width: calc(33.3333333333% - 5px);
}
.faculty-directions.directions {
	padding: 0;
}
.faculty-directions.directions .item .meta {
	display: block;
	height: 70%;
    top: unset;
    bottom: 15px;
	padding: 25px;
}
.faculty-directions.directions .item img {
	height: 300px;
	object-fit: cover;
}
.faculty-directions.directions .item .meta p {
	margin-top: 10px;
}
.faculty-directions.directions.linked .item .meta p:last-of-type {
	margin-top: 0;
}
.faculty-directions.directions.linked .filters {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 0 15px;
	margin: -15px 0 25px;
}
.faculty-directions.directions.linked .filters select {
	flex: 0 0 calc(50% - 15px);
	max-width: calc(50% - 15px);
	border: 1px solid #e7eaee;
	color: #283d65;
	border-radius: 4px;
	padding: 15px 20px;
	font-family: Roboto Condensed, sans-serif;
	outline: none;
	background: url(/upload/select-down.png) no-repeat right #fff;
	background-position-x: 96%;
	appearance: none;
	-webkit-appearance: none;
}
.faculty-directions.directions.linked .filters select option {
	color: #283d65;
}
.faculty-directions.directions .item:hover img {
	opacity: 1;
}
.faculty-directions.directions .item .meta .more {
	margin-top: 10px;
}
.faculty-directors .item {
	margin-bottom: 30px;
}
.faculty-directors .item .card {
	position: relative;
	height: 100%;
	border-radius: 5px;
	padding: 25px;
	border: none;
    box-shadow: 10px 17.321px 40px 0px rgba(0, 0, 0, 0.15);
}
.faculty-directors .item .card img {
	display: block;
	margin: 0 auto;
	width: /*186px;*/ 130px;
	height: /*186px;*/ 130px;
	object-fit: cover;
	border-radius: 100%;
}
.faculty-directors .item .card h3 {
	font-size: 18px;
	color: #cf7d2b;
	margin: 25px 0;
}
.faculty-directors .item .card hr {
    display: block;
	position: relative;
    width: 100%;
    height: auto;
    border-top: 1px solid #e7eaee;
    margin: 0;
    z-index: 1;
	margin-bottom: 25px;
}
.faculty-directors .item .card hr:before {
	content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 20px;
    height: 1px;
    border-top: 1px solid #cf7d2b;
}
.faculty-directors .item .card p {
	line-height: inherit;
}
.faculty-directors.professors .card {
	box-shadow: none;
	padding: 0;
}
.faculty-directors.professors .card h3 {
	font-family: Roboto Condensed Bold, sans-serif;
	font-size: 18px;
	color: #283d65;
	margin: 20px 0 0;
	min-height: 45px;
}
.faculty-directors.professors .card hr {
	margin-bottom: 0;
}
a.doc-file {
    display: flex;
}
a.doc-file[href$=".doc"]:before,
a.doc-file[href$=".docx"]:before,
a.doc-file[href$=".rtf"]:before,
a.doc-file[href$=".odt"]:before {
	content: '\f1c2';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-size: 18px;
	font-weight: 600;
	color: #666d81;
	margin-right: 15px;
	vertical-align: top;
   
}
a.doc-file[href$=".pdf"]:before {
	content: '\f1c1';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-size: 18px;
	font-weight: 600;
	color: #666d81;
	margin-right: 15px;
	vertical-align: top;
}
a.doc-file[href$=".xls"]:before,
a.doc-file[href$=".xlsx"]:before {
	content: '\f1c3';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-size: 18px;
	font-weight: 600;
	color: #666d81;
	margin-right: 15px;
	vertical-align: top;
}
a.doc-file[href$=".jpeg"]:before,
a.doc-file[href$=".jpg"]:before,
a.doc-file[href$=".png"]:before,
a.doc-file[href$=".gif"]:before {
	content: '\f03e';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-size: 18px;
	font-weight: 600;
	color: #666d81;
	margin-right: 15px;
	vertical-align: top;
   
}
a.external {
	display: flex;
}
a.external:before {
	content: '\f35d';
    display: block;
    width: 12px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 12px;
    color: #5c6abe;
    margin-right: 18px;
}
.faculty-docs .docs-list .sec-title {
	font-size: 26px;
	color: #283d65;
	margin-top: 70px;
}
.faculty-docs .docs-list .sec-title.triangled:after {
	bottom: 45px;
}
.content_wrap .inner-page .faculty-docs .docs-list h3 {
	margin-top: 25px;
	margin-bottom: 25px;
}
.content_wrap .inner-page .faculty-docs .docs-list h3:not(:first-child) {
	margin-top: 70px;
}
.faculty-docs .docs-list a {
	color: #666d81;
}
.faculty-docs .docs-list .link-more {
	font-family: Roboto Condensed Bold, sans-serif;
	font-size: 20px;
	color: #cf7d2b;
	text-align: left;
}
.structure-accordion.ui-accordion .ui-widget-content {
    border: 1px solid #e7eaee;
	border-top: 0;
    font-family: Roboto Condensed, sans-serif;
    font-size: 16px;
    color: #666d81;
    padding: 1em 1.3em 2em;
    line-height: 1.6;
}
.structure-accordion.ui-accordion .ui-widget-content a {
	color: #666d81;
}
.structure-accordion.ui-accordion .ui-accordion-header {
	font-family: Roboto Condensed, sans-serif;
	font-size: 20px;
	color: #283d65;
    padding: 1em 2.5em 1em 1em;
    border: 1px solid #e7eaee;
	border-radius: 4px;
    outline: none;
	background: transparent;
}
.structure-accordion.ui-accordion .ui-accordion-header:not(:first-child) {
	margin-top: 15px;
}
.structure-accordion.ui-accordion .ui-accordion-header.ui-state-active {
	background: transparent;
	border-bottom: none;
	color: #cf7d2b;
}
.structure-accordion .ui-icon, .ui-widget-content .ui-icon {
    float: right;
    margin-top: 0;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translate(0,-50%);
}
.structure-accordion .ui-icon, .structure-accordion .ui-state-active .ui-icon, .structure-accordion .ui-button:active .ui-icon {
    background: url(https://code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_ffffff_256x240.png) #283d65;
	border-radius: 50%;
	padding: 10px;
	text-align: center;
}
.structure-accordion .ui-icon-caret-1-e {
    background-position: -30px 2px;
}
.structure-accordion .ui-icon-caret-1-s {
    background-position: -62px 2px !important;
	background-color: #cf7d2b !important;
}
.shedule-list .structure-accordion.ui-accordion .ui-widget-content .item:not(:last-child) {
	margin-bottom: 30px;
}
.shedule-list .structure-accordion.ui-accordion .ui-widget-content .item p {
	padding: 0 0 15px;
	line-height: inherit;
}
.shedule-list .structure-accordion.ui-accordion .ui-widget-content .files a {
	background: #f2f3f5;
	color: #666d81;
	padding: 5px 15px;
	margin-right: 10px;
}
.shedule-list .structure-accordion.ui-accordion .ui-widget-content .files a.disabled {
	cursor: default;
	opacity: .6;
	text-decoration: none;
}
.faculty-departments .item {
	position: relative;
    margin-bottom: 30px;
}
.faculty-departments .item img {
	width: 100%;
    border-radius: 4px;
    box-shadow: 10px 17.321px 40px 0px rgba(0, 0, 0, 0.15);
}
.faculty-departments .item h3.title {
	display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 15px;
    left: 30px;
    width: calc(100% - 60px);
	min-height: 75px;
    padding: 15px;
    text-align: center;
    background: #cf7d2b;
    color: #fff;
    font-family: Roboto Condensed, sans-serif;
    font-size: 18px;
	border-radius: 5px;
}
.faculty-news .item {
	margin-bottom: 30px;
}
.faculty-news .item img {
	width: 100%;
	height: 280px;
	object-fit: contain;
	border-radius: 5px;
}
.faculty-news .item .date {
	color: #cf7d2b;
	margin-top: 15px;
}
.faculty-news .item h3, .faculty-news .item a {
	font-size: 22px;
	color: #283d65;
	line-height: 30px;
	margin: 5px 0 25px;
}
.faculty-news .item .more {
	margin-top: 15px;
    position: relative;
    width: 100%;
}
.faculty-news .item p {
	padding: 0;
	line-height: inherit;
}
.faculty-news .item .more a {
    position: relative;
    display: inline-block;
    color: #cf7d2b;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 2;
    background: #fff;
    padding-right: 10px;
}
.faculty-news .item .more a:after {
    content: '';
    position: absolute;
    display: block;
    top: 15px;
    left: 100%;
    width: 20px;
    height: 1px;
    border-top: 1px solid #cf7d2b;
}
.faculty-news .item .more hr {
    display: block;
    width: 100%;
    height: auto;
    border-top: 1px solid #e7eaee;
    position: absolute;
    top: 20px;
    margin: 0;
    z-index: 1;
}
.faculty-news .news-detail .detail-picture {
	width: 100%;
	border-radius: 5px;
}
.faculty-news .news-detail .meta .date {
	color: #cf7d2b;
	margin-top: 20px;
}
.faculty-news .news-detail .meta h3 {
	font-size: 24px;
	color: #283d65;
	margin-top: 10px;
	margin-bottom: 30px;
}
.faculty-news .news-detail .tags {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.faculty-news .news-detail hr {
	border-top: 1px solid #e7eaee;
	margin-bottom: 2.5em;
}
.faculty-news .news-detail .tags h3 {
	font-size: 20px;
	color: #131d3b;
	margin-right: 20px;
}
.faculty-news .news-detail .tags ul li {
	font-family: Roboto Condensed Bold, sans-serif;
	font-size: 15px;
	color: #666d81;
	background: #f2f3f5;
	margin-right: 10px;
	padding: 8px 20px;
	border-radius: 4px;
	margin-bottom: 15px;
}
.faculty-news .news-detail .tags li:hover {
	background: #cf7d2b;
	color: #fff;
}
.faculty-news .news-detail .tags ul li:not(:last-of-type) {
    margin-right: 10px;
}
.faculty-news .news-detail .ya-share2 {
	text-align: right;
}
.faculty-news .news-detail .ya-share2__icon {
	filter: invert(21%) sepia(11%) saturate(2728%) hue-rotate(181deg) brightness(97%) contrast(92%);
}
.faculty-news .back {
	margin-top: 50px;
}
.content_wrap .inner-page .faculty-projects .sec-title.triangled {
	margin-bottom: 30px;
}
.faculty-projects .item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
	padding: 30px;
	box-shadow: 10px 17.321px 40px 0px rgba(0, 0, 0, 0.15);
}
.faculty-projects .item .meta {
	flex: 0 0 25%;
	max-width: 25%;
}
.faculty-projects .item .meta img {
	display: block;
	width: 134px;
	height: 134px;
	object-fit: cover;
	border-radius: 50%;
	margin: 0 auto;
}
.faculty-projects .item .meta .watch {
	text-align: center;
	color: #cf7d2b;
	margin-top: 15px;
}
.faculty-projects .item .meta .watch i {
	vertical-align: baseline;
	margin-right: 5px;
}
.faculty-projects .item .desc {
	padding-left: 20px;
}
.faculty-projects .item .desc h3,
.faculty-projects .item .desc .job {
	font-size: 20px;
	color: #283d65;
}
.faculty-projects .item .desc hr {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    border-top: 1px solid #e7eaee;
    margin: 20px 0;
    z-index: 1;
}
.faculty-projects .item .desc hr:before {
    content: '';
    position: absolute;
    display: block;
    top: -1.5px;
    left: 0;
    width: 20px;
    height: 1px;
    border-top: 1px solid #cf7d2b;
}
.faculty-list .wrap {
	margin-bottom: 30px;
}
.faculty-list .item {
	margin-bottom: 30px;
	height: 100%;
}
.faculty-list .item img {
	width: 100%;
	height: 280px;
	object-fit: cover;
	border-radius: 4px;
}
.faculty-list .item h3 {
	font-size: 20px;
	color: #283d65;
	margin-top: 20px;
	margin-bottom: 20px;
}
.faculty-list .item .desc {
	position: relative;
	padding: 40px;
}
.faculty-list .item:hover {
	box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
}
.faculty-list .item .desc .icon {
    position: absolute;
    display: inline-block;
    left: 40px;
    top: -35px;
    width: 70px;
    height: 70px;
    padding: 10px;
    border-radius: 4px;
    background-origin: content-box !important;
	background-color: #cf7d2b !important;
}
.faculty-list .item .desc .more {
    position: relative;
    width: 100%;
    margin-top: 20px;
}
.faculty-list .item .desc p {
	line-height: inherit;
	padding: 0;
	min-height: 80px;
}
.faculty-list .item .desc .more a {
    position: relative;
    display: inline-block;
    color: #cf7d2b;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 2;
    background: #fff;
    padding-right: 10px;
}
.faculty-list .item .desc .more a:after {
    content: '';
    position: absolute;
    display: block;
    top: 10px;
    left: 100%;
    width: 20px;
    height: 1px;
    border-top: 1px solid #cf7d2b;
}
.faculty-list .item .desc .more hr {
    display: block;
    width: 100%;
    height: auto;
    border-top: 1px solid #e7eaee;
    position: absolute;
    top: 12px;
    margin: 0;
    z-index: 1;
}
.personal-cabinet .wrap {
	margin-bottom: 40px;
}
.personal-cabinet .item {
	border: 1px solid #e7eaee;
	border-radius: 5px;
	padding: 25px;
	height: 100%;
}
.personal-cabinet .item .pic {
	text-align: center;
	min-height: 70px;
	line-height: 70px;
}
.personal-cabinet .item .pic img {
	max-width: 70px;
}
.personal-cabinet .wrap:first-child .item .pic img {
	border-radius: 50%;
}
.personal-cabinet .item .name {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: start;
}
.personal-cabinet .item .name h3 {
	flex: 0 0 90%;
	max-width: 80%;
	color: #cf7d2b;
	font-size: 18px;
}
.personal-cabinet .wrap:not(:first-child) .item .name h3,
.personal-cabinet .wrap:not(:first-child) .item .name h3 a {
	color: #283d65;
}
.personal-cabinet .wrap:not(:first-child) .item .name a {
	color: #666d81;
}
.personal-cabinet .wrap:not(:first-child) .item .name a i {
	background: #f2f3f5;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	font-size: 13px;
}
.personal-cabinet .item hr {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    border-top: 1px solid #e7eaee;
    margin: 20px 0;
    z-index: 1;
}
.personal-cabinet .item hr:before {
    content: '';
    position: absolute;
    display: block;
    top: -1px;
    left: 0;
    width: 20px;
    height: 1px;
    border-top: 1px solid #cf7d2b;
}
.personal-cabinet .item p {
	padding: 0;
	line-height: 1.8;
}
.page-landing .content_wrap .inner-page {
	padding: 0;
}
.direction-landing h2 {
	font-size: 34px;
	margin: 10px 0;
}
.direction-landing h3 {
	font-size: 30px;
	margin: 10px 0;
}
.direction-landing .landing__slider {
	position: relative;
	width: 100%;
	padding: 120px 0 60px;
}
.direction-landing .landing__slider h1 {
	position: relative;
	display: inline-block;
	font-family: Roboto Condensed Bold, sans-serif;
	font-size: 65px;
	text-transform: uppercase;
	color: #fff;
	line-height: 1.1;
    z-index: 1;
}
.direction-landing .landing__slider h1.triangled:after {
	content: '';
    position: absolute;
    right: -10px;
    bottom: 0;
    border: 25px solid transparent;
    border-right: 25px solid #cf7d2b;
    border-bottom: 25px solid #cf7d2b;
    z-index: -1;
}
.direction-landing .landing__slider h2 {
	display: block;
	font-family: Roboto Condensed Bold, sans-serif;
	font-size: 40px;
	text-transform: uppercase;
	color: #fff;
}
.direction-landing .landing__slider .direction-code {
	font-family: Roboto Condensed, sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 40px;
}
.direction-landing .landing__slider .buttons {
	margin-top: 50px;
}
.direction-landing .landing__slider .buttons .custom-btn {
	font-family: Roboto Condensed, sans-serif;
	margin-right: 15px;
	padding: 15px 50px;
}
.direction-landing .landing__slider .buttons .custom-btn.orange {
	background: url(/upload/brandbook_2.png) no-repeat center/cover;
}
.direction-landing .landing__slider .features {
	display: flex;
	/*justify-content: space-between;*/
	justify-content: center;
	margin-top: 120px;
}
.direction-landing .landing__slider .features .item {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.direction-landing .landing__slider .features .item img {
	flex: 0 0 70px;
    max-width: 70px;
	object-fit: contain;
	padding-right: 15px;
}
.direction-landing .landing__slider .features .item p {
	font-family: Roboto Condensed Bold, sans-serif;
	font-size: 18px;
	color: #fff;
	line-height: 1.4;
	padding: 0;
}
.direction-landing .landing__description {
	padding: 80px 0 60px;
	color: #fff;
}
.page-landing .content_wrap .inner-page .sec-title {
	font-size: 42px;
}
.page-landing .content_wrap .inner-page .sec-title.triangled:after {
	bottom: 55px;
}
.page-landing .content_wrap .inner-page .sub-title {
	font-size: 16px;
}
.direction-landing .landing__description .sec-title {
	color: #fff;
}
.direction-landing .landing__description .sub-title {
	color: #fff;
}
.direction-landing .landing__advantages {
	padding: 80px 0 60px;
	background: url(/upload/landing-adv-bg.jpg) no-repeat center/cover;
}
.direction-landing .landing__advantages .item {
	margin-bottom: 40px;
}
.direction-landing .landing__advantages .item .pic {
	min-height: 70px;
}
.direction-landing .landing__advantages .item h3 {
	color: #cf7d2b;
	font-size: 24px;
	margin: 10px 0 25px
}
.direction-landing .landing__job {
	padding: 60px 0 60px;
}
.direction-landing .landing__job ol {
	padding-left: 30px;
    list-style: none;
}
.direction-landing .landing__job ol li {
	counter-increment: myIndex;
    position: relative;
    margin-bottom: 0px;
    padding: 10px 0 10px 50px;
	font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
.direction-landing .landing__job ol li h4 {
	margin-top: 10px;
    margin-bottom: 10px;
}

.direction-landing .landing__job ol li:before {
    border: solid 1px #cf7d2b;
    color: #cf7d2b;
    content: counter(myIndex);
    font-family: "Roboto",sans-serif;
    font-size: 1em;
    padding: 0;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}
.direction-landing .landing__info {
	padding: 80px 0 60px;
}
.direction-landing .landing__info .item {
	margin-bottom: 50px;
}
.direction-landing .landing__info .item .pic {
	min-height: 70px;
}
.direction-landing .landing__info .item h3 {
	color: #283d65;
	font-size: 24px;
	margin: 10px 0 25px
}
.direction-landing .landing__info .item .more {
	margin-top: 30px;
    position: relative;
    width: 100%;
}
.direction-landing .landing__info .item .more a {
    position: relative;
    display: inline-block;
    color: #cf7d2b;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 2;
    background: #fff;
    padding-right: 10px;
}
.direction-landing .landing__info .item .more a:after {
    content: '';
    position: absolute;
    display: block;
    top: 11px;
    left: 100%;
    width: 20px;
    height: 1px;
    border-top: 1px solid #cf7d2b;
}
.direction-landing .landing__info .item .more hr {
    display: block;
    width: 100%;
    height: auto;
    border-top: 1px solid #e7eaee;
    position: absolute;
    top: 13px;
    margin: 0;
    z-index: 1;
}
.direction-landing .landing__coming {
	padding: 100px 0 80px;
	background: url(/upload/landing-form-bg.jpg) no-repeat center/cover;
}
.direction-landing .landing__coming .sec-title {
	color: #fff;
	margin-bottom: 0;
}
.direction-landing .landing__coming .sub-title {
	color: #fff;
}
.direction-landing .landing__coming .sub-title.triangled:after {
	border-left: 8px solid #fff;
    border-top: 8px solid #fff;
}
.direction-landing .landing__coming .checkbox-custom-label,
.direction-landing .landing__coming .custom-form label.main-user-consent-request {
	color: #fff;
}
.direction-landing .landing__coming .checkbox-custom + .checkbox-custom-label:before, .direction-landing .landing__coming .main-user-consent-request:before {
	background: transparent;
	outline: 1px solid #fff;
}
.direction-landing .landing__coming .checkbox-custom:checked + .checkbox-custom-label:before, .direction-landing .landing__coming .main-user-consent-request.checked:before {
	background: #fff;
}
.direction-landing .landing__coming .custom-form input:not([type="checkbox"]) {
	/*flex: 0 0 calc(25% - 5px);
    max-width: calc(25% - 5px);*/
}
.direction-landing .landing__sales img {
	width: 100%;
}
.content_wrap .inner-page .ege-calc .sec-title.triangled {
	margin-bottom: 15px;
}
.ege-calc .score-item {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 30px;
}
.ege-calc .score-item div:nth-of-type(1) {
	flex: 0 0 20%;
	max-width: 20%;
}
.ege-calc .score-item div:nth-of-type(2) {
	flex: 0 0 100px;
	max-width: 100px;
	margin: 0 30px;
}
.ege-calc .score-item div input {
	width: 100%;
	background: #f2f3f5;
    color: #283d65;
    border-radius: 4px;
    text-align: center;
    padding: 10px 0;
    outline: none;
    border: 0;
    font-family: Roboto Condensed Bold, sans-serif;
    font-size: 18px;
}
.ege-calc .score-item div input::-webkit-input-placeholder {
	color: #283d65;
}
.ege-calc .score-item div input::-moz-placeholder {
	color: #283d65;
}
.ege-calc .score-item div input:-ms-input-placeholder {
	color: #283d65;
}
.ege-calc .score-item div input:-moz-placeholder {
	color: #283d65;
}
.ege-calc .results {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}
.ege-calc .result-col {
	flex: 0 0 calc(50% - 15px);
	max-width: calc(50% - 15px);
}
.ege-calc .result-col h3 {
	font-family: Roboto Condensed Bold, sans-serif;
	font-size: 18px;
	color: #283d65;
	min-height: 50px;
}
.ege-calc .result-col hr {
	display: block;
    position: relative;
    width: 100%;
    height: auto;
    border-top: 1px solid #e7eaee;
    margin: 15px 0 25px;
    z-index: 1;
}
.ege-calc .result-col hr:before {
	content: '';
    position: absolute;
    display: block;
    top: -1px;
    left: 0;
    width: 20px;
    height: 1px;
    border-top: 1px solid #cf7d2b;
}
.ege-calc .result-col .item {
	margin-bottom: 30px;
	display: flex;
	align-items: top;
}
.ege-calc .result-col .item img {
	flex: 0 0 60px;
	max-width: 60px;
	height: 60px;
	margin-right: 15px;
	margin-top: 5px;
}
.ege-calc .result-col .item p {
	padding: 0;
	line-height: inherit;
}
.print-page {
	text-align: right;
}
.print-page p {
	padding: 10px 50px 10px 0;
	text-align: right;
	color: #0b0b0b;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.print-page a {
	color: #283d65
}
.search-page form {
	/*display: flex;
    justify-content: space-between;*/
}
.search-page input {
	background: #F8F7F7;
    outline: none;
    border: 1px solid #d9d9d9;
    padding: 10px;
    height: 40px;
    font-size: 18px;
	flex: 0 0 80%;
}
.search-page input[type="submit"] {
    font-size: 1.2em;
    height: 40px;
    display: inline-block;
    text-align: center;
    background: #283d65;
    color: #fff;
    padding: 8px 20px;
    font-size: 16px;
    outline: none;
    border: 0;
	flex: 0 0 calc(20% - 15px);
}
.employee-card {
	border: none;
}
.employee-card img {
	width: auto;
	margin: 0 auto;
}
.employee-card h3 {
	font-size: 22px;
    color: #cf7d2b;
    line-height: 30px;
    margin: 30px 0 15px;
}
.table-responsive {
	overflow: auto;
	max-width: 100%;
}
.table-responsive td {
	padding: 10px;
	font-size: 14px;
}
.table-responsive td span {
	font-size: 14px !important;
}
.table-responsive a.doc-file {
	font-size: 14px;
	color: #cf7d2b;
}
.table-responsive a.doc-file[href$=".pdf"]:before {
	color: #cf7d2b;
}
/*.faculty-docs .docs-list .table-responsive a {
	color: #cf7d2b;
}*/
.icon-box {
	display: flex;
	margin-bottom: 20px;
}
.icon-box:hover {
	text-decoration: none;
}
.icon-box .icon-box-content {
    padding: 10px;
    background-color: #edfbff;
    width: 100%;
}
.icon-box.icon-box-info .icon-box-content {
	background-color: #fbf0ff;
}
.icon-box.icon-box-warning .icon-box-content {
    background-color: #fff7ea;
}
.icon-box i, .icon-box em {
    font-size: 3em;
    vertical-align: middle;
    background-color: #d9f7ff;
    border-left: solid 4px #00708c;
    padding: 10px 15px;
    color: #00708c;
	min-width: 80px;
	max-width: 80px;
    text-align: center;
}
.icon-box.icon-box-info i, .icon-box.icon-box-info em {
    background-color: #f8e1ff;
    border-left: solid 4px #8300ae;
    color: #8300ae;
}
.icon-box.icon-box-warning i, .icon-box.icon-box-warning em {
    background-color: #fff3e0;
    border-left: solid 4px #f89e01;
    color: #f89e01;
}
.icon-box h4 {
	color: #3D6F9C;
}
.icon-box.icon-box-info h4 {
	color: #8300ae;
}
.icon-box.icon-box-warning h4 {
	color: #f89e01;
}
.sveden-docs a {
	display: block;
	width: 100%;
	vertical-align: baseline;
	margin: 10px 0;
	font-size: 18px;
}
.sveden-docs a i {
	vertical-align: baseline;
	margin-right: 10px;
}
ul.colored {
	list-style-type: disc;
}
.faculty-docs .docs-list ul.colored li a {
	color: #cf7d2b;
}
blockquote.vacant {
	background-color: #f1f1f1;
	padding: 10px 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #cf7d2b;
	border-left: 5px solid  #cf7d2b;
}
blockquote.vacant p {
	padding: 0;
}


@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
    .container {
		max-width: 1200px;
	}
	body, .content_wrap p {
		font-size: 18px;
	}
	.left-menu .submenu .nav-link {
		font-size: 18px;
	}
	.home__carousel .slick-arrow.slick-prev {
		left: 9%;
	}
	.home__carousel .slick-arrow.slick-next {
		left: calc(9% + 60px);
	}
	.navbar-light .navbar-nav .nav-link {
		font-size: 18px;
	}
}

@media (min-width:1200px) and (max-width:1600px) {
    .home_slider, .home__carousel {
        min-height: 500px;
        
    }
    .home__carousel .slick-slide div {
        min-height: 500px;
        
    }
}
.contacts-page .contacts {
    display: flex;
    justify-content: space-between;
}
.contacts-page .contacts .item:not(:last-of-type) {
    margin: 0 30px 0 0;
}
.contacts-page .contacts .item p {
    font-size: 16px;
}

@media (max-width: 1366px) {
	
}

@media (max-width:800px) {
	.noPadding {
		padding: 0 2px !important;
		margin: 0 !important;
	}
	.custom-toggler.navbar-toggler-icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(212,155,5,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	}
	.custom-toggler.navbar-toggler {
        border-color: transparent;
        padding: 0 .75rem;
        font-size: 1.15rem;
	}
	.custom-toggler span span {
		padding-left: 35px;
		vertical-align: sub;
	}
	.navbar-toggler {
		display: inline-block;
	}
	.header {
		background-size: cover;
		background-position: 100% 100%;
	}
	.header .align-items-center {
		-ms-flex-align: unset !important;
		align-items: unset !important;
	}
    .head-address span {
        text-align: center;
    }
    .head-phone {
        text-align: center;
		display: block;
		font-size: 22px;
		margin-top: -10px;
    }
	.head-address {
		font-size: 12px;
		padding-left: 0;
	}
	.topbar {
		text-align: center;
		padding: 15px;
	}
	.home-slider {
		display: none;
	}
    .top__menu {
        display: none;
    }
    .head-logo {
		flex: 0 0 40%;
	}
    .head-right {
		display: none;
	}
	.navbar.navbar-expand-lg.navbar-light {
		float: left;
	}
	.navbar-nav {
		padding: 20px 20px 0;
	}
	.main-menu {
        position: relative;
        flex-basis: 100%;
        height: 55px;
	}
	.sm_menu_outer .menu-tools a {
		display: block;
	}

	.corona a {
		display: none;
	}
	.sm_menu_outer .menu-tools .head-language a {
		display: inline-block;
	}
	.sm_menu_outer .menu-tools .head-language img {
		vertical-align: baseline;
	}
	.sm_menu_outer .head-socials {
		order: 3;
		margin-top: 20px;
		padding: 0 20px;
	}
    #horizontal-multilevel-menu li {
        padding: 15px 0;
        display: block;
    }
    #horizontal-multilevel-menu li.mobile {
        display: block;
    }
    #horizontal-multilevel-menu li a {
        font-family: Roboto Condensed Bold, sans-serif;
        color: #666D81;
        font-size: 16px;
		text-transform: uppercase;
        padding: 0;
    }
    #horizontal-multilevel-menu li ul.submenu, #horizontal-multilevel-menu li ul.submenu.mega {
        position: absolute;
        top: 0;
        left: unset;
        display: unset;
        z-index: 10;
        height: 100%;
        width: 100%;
        border: 0;
        background: #fff;
        padding: 0;
        box-shadow: none;
    }
    #horizontal-multilevel-menu li:hover ul.submenu, #horizontal-multilevel-menu li:hover ul.submenu.mega {
        display: block;
    }
	#horizontal-multilevel-menu li:hover a {
		color: #1B529E;
	}
    #horizontal-multilevel-menu li:hover a.root-item:after {
        content: none;
    }
    #horizontal-multilevel-menu ul.submenu li {
        padding: 15px 0;
    }
    #horizontal-multilevel-menu ul.submenu li:hover {
        background: transparent;
    }
    #horizontal-multilevel-menu ul.submenu li:hover a {
        color: #1B529E !important;
    }
    #horizontal-multilevel-menu ul.submenu li a {
        font-size: 16px;
        color: #666D81;
        padding: 0 15px;
    }
    #horizontal-multilevel-menu li ul.submenu.mega .sub {
        padding-left: 30px;
    }
    #horizontal-multilevel-menu li ul .item h3, #horizontal-multilevel-menu li ul .item h3 a {
        text-transform: none;
        margin: 10px 0;
        font-size: 18px;
    }
    #horizontal-multilevel-menu li ul .item p {
        padding: 5px 0;
    }
    #horizontal-multilevel-menu li ul .item a {
        font-family: Roboto Condensed Bold, sans-serif;
        color: #283d65;
        font-size: 16px;
        padding: 0 15px;
        line-height: 1.6;
    }
    #horizontal-multilevel-menu ul.submenu li.back {
        padding: 0;
        margin-top: 10px;
        margin-bottom: 35px;
    }
    #horizontal-multilevel-menu ul.submenu li.title {
        padding: 0;
        margin: 20px 0 ;
    }
    #horizontal-multilevel-menu ul.submenu li.title a {
        font-family: Roboto Condensed Bold, sans-serif;
        font-size: 20px;
    }
    #horizontal-multilevel-menu .back span {
        padding-left: 30px;
    }
	.sm_menu_outer.active li.active ul.submenu {
		min-height: 100vh;
	}
    .home_slider, .home__carousel {
        height: 250px;
        min-height: 250px;
    }
	.home__carousel .slick-slide {
		min-height: unset
	}
	.home__carousel .slick-slide div:not(.meta) {
		min-height: 300px;
	}
	.home__carousel .slick-slide div .meta {
		top: 20%;
		left: 20px;
		transform: translate(0,-20%);
	}
	.home__carousel .slick-slide div .meta h2 {
		font-size: 30px;
		line-height: 32px;
	}
	.home__carousel .slick-slide div .custom-btn {
		font-size: 16px;
		margin-top: 20px;
		padding: 10px 25px;
	}
    .home__carousel .slick-arrow.slick-prev {
        left: 20px;
    }
    .home__carousel .slick-arrow.slick-next {
		left: 80px;
	}
    .home__carousel .slick-arrow:after {
        width: 40px;
        height: 40px;
        line-height: 35px;
        font-size: 16px;
    }
	.content_wrap .mosaic-bg {
		display: none;
	}
	.right-border-img {
		right: 20px;
	}
	.top-border-img {
		width: -webkit-calc(100% - 60px);
		width: -moz-calc(100% - 60px);
		width: calc(100% - 60px);
	}
	.bottom-border-img {
		width: -webkit-calc(100% - 60px);
		width: -moz-calc(100% - 60px);
		width: calc(100% - 60px);
	}
	.sidebar {
	/*	display: none;*/
	}
	.main-content iframe {
		width: 100% !important;
	}
	.sec-title {
		font-size: 28px;
		text-align: left;
		margin: 0 0 20px;
		position: relative;
	}
	#ymap {
		height: 350px;
	}
	.footer {
		padding: 30px 15px;
	}
	.footer hr {
        margin: 20px 0px 0;
	}
    .footer-nav {
        flex-direction: row;
		flex-wrap: wrap;
    }
    .footer-column:first-child {
		display: none;
	}
	.footer-column {
		flex: 0 0 50%;
		max-width: 46%;
	}
	.footer-column br {
		display: none;
	}
	.footer-column:last-child {
		flex: 0 0 100%;
		max-width: 100%;
	}
    .footer-column ul li {
        display: inline-block;
        margin-right: 10px;
    }
	.footer h3 {
		font-size: 18px;
		margin: 10px 0;
	}
	.footer a, .footer p {
		font-size: 14px;
	}
	.footer .sveden {
		display: none;
	}
	.footer .head-socials {
		margin: 30px 0 10px;
	}
    .footer-bottom {
        margin-top: 20px;
    }
	.copyright p,
	.copyright a {
		font-size: 14px;
	}
	.webstudio-copy p {
		font-size: 14px;
	}
	.scroll-down {
		display: none;
	}
	.phone-mobile {
		display: block;
		color: #fff;
		float: left;
		padding-top: 8px;
		right: 30px;
		top: 25px;
		position: absolute;
	}
	.phone-mobile a {
		color: #fff;
		display: none;
	}
	.fixed-phone-show {
		position: fixed !important;
		top: 0px;
		left: 0px;
		z-index: 9999;
		height: 60px;
		width: 100%;
		background-color: #FFA800;
		color: #fff;
		text-align: center;
		line-height: 20px;
		padding: 20px;
		background-position-x: 15%;
		background-position-y: center;
		margin-top: 0 !important;
	}
	.fixed-phone-show a {
		color: #fff;
		display: block;
	}
	.white-popup {
		max-width: 95%;
	}
	.half {
		width: 100%;
	}
	.custom-form input[type="submit"] {
		padding: 20px;
	}
	.checkbox-custom-label {
		margin-top: 0;
		align-items: baseline;
	}
	.checkbox-custom + .checkbox-custom-label:before {
		width: 18px;
		height: 8px;
		margin-right: 12px;
	}
	.testimonials {
		display: none;
	}
	.news__carousel {
        padding: 0;
    }
	.coming {
		display: none;
	}
	.directions {
		padding: 60px 15px 60px;
	}
	.announcement {
		padding: 20px 15px 70px;
	}
	.announcement .link-more {
		margin-top: -20px;
	}
	.announcement .promo {
		padding: 0 15px;
	}
	.announcement .announcements {
		margin-top: 30px;
	}
	.announcement .announcements .item {
		padding: 20px;
	}
	.announcement .announcements .item h3 {
		font-size: 20px;
	}
	.university-catalog {
		min-height: 450px;
	}
	.university-catalog .sec-title:after {
		border-left-color: #fff;
		border-top-color: #fff;
	}
	.university-catalog .custom-form .afbf_item_pole {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 0;
	}
	.university-catalog .custom-form .afbf_submit_block {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.custom-form .afbf_item_pole {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 15px;
	}
	.custom-form .afbf_submit_block {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 15px;
	}
	.custom-form .afbf_submit_block .afbf_btn {
		padding: 20px 30px !important;
	}
	.custom-form label.main-user-consent-request {
		margin-top: 0;
		align-items: baseline;
	}
	.checkbox-custom + .checkbox-custom-label:before, .main-user-consent-request:before {
		width: 18px;
		height: 18px;
		margin-right: 12px;
	}
	.university-catalog .custom-form input:not([type="checkbox"]) {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 15px;
	}
	.about-university {
		padding: 60px 15px 40px;
	}
	.about-university .item.big {
		margin-bottom: 15px;
	}
	.about-university .item:nth-of-type(1),
	.about-university .item:nth-of-type(2) {
		margin-bottom: 15px;
	}
	.about-university .item:nth-of-type(odd):not(.big) {
		padding-right: 0;
	}
	.about-university .item h3 {
		font-size: 18px;
		width: calc(100% - 60px);
	}
	.home-news {
		padding: 60px 15px 40px;
	}
	.home-news .subscribe-form {
		display: none;
	}
	.news__carousel .slick-arrow {
		opacity: .6;
		top: 115px;
	}
	.news__carousel .slick-arrow:hover {
		opacity: 1;
	}
	.news__carousel .slick-arrow:after {
		width: 50px;
		height: 50px;
		line-height: 45px;
	}
	.news__carousel .slick-arrow.slick-prev {
		left: 15px;
	}
	.news__carousel .slick-arrow.slick-next {
		right: 15px;
	}
	.news__carousel .slick-slide .desc {
		padding: 13px;
		min-height: 100%;
		max-height: 100%;
	}
	.news__carousel .slick-slide .desc .wrap {
		position: relative;
		bottom: unset;
		margin-top: 25px;
	}
	.content_wrap .inner-page {
		padding: 30px 0;
	}
	.content_wrap figcaption {
		margin-bottom: 15px;
	}
	.content_wrap .page-title {
		font-size: 32px;
		padding: 30px 0;
	}
	.content_wrap .page-title h1:after {
		right: -10px;
		border: 15px solid transparent;
		border-right: 15px solid #cf7d2b;
		border-bottom: 15px solid #cf7d2b;
	}
	.sec-title.triangled:after {
		height: 8px;
	}
	.sub-title.triangled:after {
		height: 8px;
	}
	.content_wrap .inner-page .sec-title {
		font-size: 24px;
	}
	.faculty-about .info-box {
		padding: 15px;
	}
	.faculty-about .info-box h3 {
		padding-right: 35px;
	}
	.faculty-about .info-box h3:after {
		top: 50%;
		transform: translate(0, -50%);
	}
	.faculty-directors .item {
		padding: 0;
	}
	.faculty-departments .item {
		padding: 0;
	}
	.faculty-news .item {
		padding: 0;
	}
	.faculty-projects .item {
		flex-direction: column;
		padding: 20px;
	}
	.faculty-projects .item .meta {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}
	.faculty-projects .item .desc {
		padding-left: 0;
	}
	.faculty-projects .item .desc h3, .faculty-projects .item .desc .job {
		font-size: 18px;
	}
	.contacts-page .contacts {
		flex-direction: column;
	}
	.contacts-page .contacts .item {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 40px;
	}
	.contacts-page .contacts .item:not(:last-of-type) {
		margin: 0 0 40px 0;
	}
	.contacts-page .map {
		margin-bottom: 70px;
		position: relative;
	}
	.contacts-page .custom-form .afbf_item_pole {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.contacts-page .custom-form .afbf_item_pole .afbf_textarea {
		margin-top: 0;
	}
	.contacts-page .custom-form.custom-form .afbf_submit_block {
		margin-top: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.page-landing .content_wrap .inner-page .sec-title {
		font-size: 32px;
	}
	.page-landing .content_wrap .inner-page .sec-title.triangled:after {
		bottom: 100%;
	}
	.direction-landing .landing__slider h2 {
		font-size: 28px;
	}
	.direction-landing .landing__slider h1 {
		font-size: 30px;
	}
	.direction-landing .landing__slider h1.triangled:after {
		border: 20px solid transparent;
		border-right: 20px solid #cf7d2b;
		border-bottom: 20px solid #cf7d2b;
	}
	.direction-landing .landing__slider {
		padding: 40px 0 20px;
	}
	.direction-landing .landing__slider .buttons .custom-btn {
		padding: 10px 15px;
		margin-right: 5px;
		margin-bottom: 10px;
		font-size: 16px;
	}
	.direction-landing .landing__slider .features {
		margin-top: 40px;
		flex-wrap: wrap;
	}
	.direction-landing .landing__slider .features .item {
		flex: 0 0 calc(50% - 10px);
		max-width: calc(50% - 10px);
		margin-bottom: 30px;
	}
	.direction-landing .landing__slider .features .item img {
		flex: 0 0 50px;
		max-width: 50px;
		padding-right: 10px;
	}
	.direction-landing .landing__slider .features .item p {
		font-size: 14px;
	}
	.direction-landing .landing__advantages {
		padding: 40px 0 0;
	}
	.direction-landing .landing__job {
		padding: 40px 0;
	}
	.direction-landing .landing__job ol {
		padding-left: 0;
		margin-top: 30px;
	}
	.direction-landing .landing__info {
		padding: 40px 0 0;
	}
	.direction-landing .landing__coming {
		padding: 80px 0 60px;
	}
	.ege-calc .score-item {
		font-size: 14px;
	}
	.ege-calc .score-item div:nth-of-type(1) {
		flex: 0 0 35%;
		max-width: 35%;
	}
	.ege-calc .score-item div:nth-of-type(2) {
		flex: 0 0 60px;
		max-width: 60px;
		margin: 0 20px;
	}
	.ege-calc .score-item div input {
		font-size: 16px;
	}
	.ege-calc .results {
		flex-direction: column;
	}
	.ege-calc .result-col {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.ege-calc .result-col hr {
		margin: 0 0 25px;
	}
	.faculty-page .research-box {
		font-size: 16px;
		padding: 10px 30px 10px 10px;
	}
	.faculty-page .research-box p {
		padding: 0;
	}
	.faculty-page .research-box:after {
		top: 30%;
		right: -15px;
		transform: scale(0.5);
	}
	.faculty-page .rector-card {
		flex-direction: column;
		padding: 15px;
	}
	.faculty-page .rector-card .meta {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.faculty-page .rector-card .desc .job {
		font-size: 18px;
		margin-top: 15px;
	}
	.faculty-page .rector-card .desc {
		padding: 0;
	}
	.faculty-page .rector-card .desc h3 {
		font-size: 16px;
	}
	.faculty-page .link-more {
		float: none;
	}
	.faculty-page .link-more span {
		display: none;
	}
	.department-page .rector-card {
		flex-direction: column;
		padding: 15px;
	}
	.department-page .rector-card .meta {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.department-page .rector-card .desc .job {
		font-size: 18px;
		margin-top: 15px;
	}
	.department-page .rector-card .desc h3 {
		font-size: 16px;
	}
	.faculty-directions.directions.linked .filters {
		flex-direction: column;
	}
	.faculty-directions.directions.linked .filters select {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.faculty-directions.directions.linked .filters select:first-child {
		margin-bottom: 20px;
	}
	.search-page form {
		flex-direction: column;
	}
	.search-page input {
		flex: 0 0 100%;
	}
	.search-page input[type="submit"] {
		flex: 0 0 100%;
	}
}

@media print {
	body {
		background: none !important;
	}
	.sidebar {
		display: none !important;
	}
	.main-menu {
		display: none;
	}
	.header {
		background: none;
		height: 100%;
	}
	.topbar {
		display: none;
	}
	.print-page {
		display: none !important;
	}
	.head-socials {
		display: none;
	}
	.useful {
		display: none;
	}
	.footer {
		display: none;
	}
	.col-md-8.main-content {
		max-width: 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.print-contacts {
		display: block;
	}
	.print-contacts p {
		width: 100%;
		float: none;
		line-height: .5em;
		font-size: 14px;
	}
	.print-contacts p:before {
		display: none;
	}
	.news-detail .tools {
		display: none;
	}
	.faculty-news .back {
		display: none;
	}
	.content_wrap .page-title h1:after {
		content: none;
	}
	.faculty-news .news-detail .detail-picture {
		max-width: 50%;
	}
}
.direction-landing .landing__coming .custom-form input:not([type="checkbox"]) {width: 100%;height: auto;min-height: 61px;}
.direction-landing .landing__coming .custom-form .afbf_error_text {display: none}

.main-content img,
.news-detail img {
	height: auto;
	}

@media (max-width:400px) {
	.sidebar .archive-list{
		display:none;
	}
	.sidebar .tags-list{
		display:none;
	}
}

@media (max-width: 500px) {
    .content_wrap {
        margin-top: 8rem !important;
    }
}

@media (max-width:800px) {
	.coming {
		display:block;
		padding:0;
		}
}

.head-right .tools a img.hover {
	display:none;
}
.head-right .tools a:hover img {
	display:none;
}
.head-right .tools a:hover img.hover {
	display:inline-block;
}

a.corona img.hover {
	display:none;
}
a.corona:hover img {
	display:none;
}
a.corona:hover img.hover {
	display:inline-block;
}

@media(max-width:480px) {

.directions	.align-items-xl-stretch {
	align-items: stretch!important;
		}
}

.lightgreen {
    background: rgba(194, 255, 179,0.9);
    color: #283D65;
	border:1px solid  rgba(40, 61, 101, 0.1);
    font-family: Roboto Condensed, sans-serif;
	font-weight:500;
	font-size: 22px;
}
.lightgreen:hover {
    color: #283D65;
}
.books {
	background: url(./img/books.png);
	background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}
@media(max-width:480px) {
.books {
	background: url(./img/ellipse.svg);
	background-position: top right;
    background-size: auto;
    background-repeat: no-repeat;
	background-position-x: 88%;
	padding-top:40px
	}
}
.books h2 {
	font-size:44px;
}
@media (max-width: 1024px) {
.books h2  {
    font-size: 40px;
}
}
@media (max-width: 800px) {
.books h2  {
    font-size: 24px;
}
.lightgreen {
	font-size: 15px;
    padding: 12px 15px;
	}
}

@media (max-width: 480px) {
.books h2  {
    font-size: 20px;
}
.directions {
    padding: 20px 15px 60px;
}
}



.head-socials .vk {
    width: 24px;
    height: 24px;
    background: url(img/icons/Vk_1_head.svg);
}

.head-socials .vk:hover {
    width: 24px;
    height: 24px;
    background: url(img/icons/Vk_2_head.svg);
}

.head-socials .telegram {
    width: 24px;
    height: 24px;
    background: url(img/icons/Tg_1_head.svg);
}

.head-socials .telegram:hover {
    width: 24px;
    height: 24px;
    background: url(img/icons/Tg_2_head.svg);
}

.head-socials .youtube {
    width: 29px;
    height: 24px;
    background: url(img/icons/YouTube_1_head.svg);
}

.head-socials .youtube:hover {
    width: 29px;
    height: 24px;
    background: url(img/icons/YouTube_2_head.svg);
}

.head-socials .rutube {
    width: 24px;
    height: 24px;
    background: url(img/icons/Rutube_1_head.svg);
}

.head-socials .rutube:hover {
    width: 24px;
    height: 24px;
    background: url(img/icons/Rutube_2_head.svg);
}


.footer-socials i{
	display: inline-block;;
}

.footer-socials .vk {
    width: 26px;
    height: 26px;
    background: url(img/icons/vk_1.svg);
}

.footer-socials .vk:hover {
    width: 26px;
    height: 26px;
    background: url(img/icons/vk_2.svg);
}

.footer-socials .telegram {
    width: 26px;
    height: 26px;
    background: url(img/icons/tg_1.svg);
}

.footer-socials .telegram:hover {
    width: 26px;
    height: 26px;
    background: url(img/icons/tg_2.svg);
}

.footer-socials .youtube {
    width: 30px;
    height: 26px;
    background: url(img/icons/youtube_1.svg);
}

.footer-socials .youtube:hover {
    width: 30px;
    height: 26px;
    background: url(img/icons/youtube_2.svg);
}

.footer-socials .rutube {
    width: 26px;
    height: 26px;
    background: url(img/icons/rutube_1.svg);
}

.footer-socials .rutube:hover {
    width: 26px;
    height: 26px;
    background: url(img/icons/rutube_2.svg);
}

.head-socials {
margin-bottom: 5px;
}