

.header-content {
   display: flex;
   flex: 1 0 auto;
   flex-direction: column;
   justify-content: space-between;
}


.menu--a {
    cursor: default;
}

.menu--a:hover {
    background: #f3f4f6 !important;
}





button.choose-state--button:hover, button.career-central--button:hover  {
	background: #ffb305;
	transition: .2s;
}

.fax {
	color: #fff !important;
}

a.fax--a {
	color: #fff !important;
}


.feature-elem:last-child {
	border-right: 0;
}



.features {
	padding-bottom: 130px;
}



.find-courses h3 {
	font-family: Arial-Bold;
	font-weight: 600;
	font-size: 40px;
	color: #ffce37;
	line-height: 45px;
	text-align: center;
	text-transform: uppercase;
}

.find-courses h4 {
	font-family: Arial;
    font-size: 32px;
	color: #fff;
    font-weight: 500;
    padding-top: 10px;
	text-align: center;
}


ul.find-course--ul a {
	font-family: Arial;
    font-size: 18px;
	color: #fff;
	cursor: pointer;
}

ul.find-course--ul a:hover {
	color: #0290d8;
	transition: .2s;
}

ul.find-course--ul {
	border-left: 1px solid #fff;
	padding-left: 20px;
	line-height: 30px;
	width: 10%;
}

.find-course-content {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding-top: 60px;
}



.career-central h3 {
	font-family: Arial-Bold;
    font-weight: 600;
    font-size: 40px;
    color: #41a0b2;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
}


.career-central h4 {
	font-family: Arial;
    font-size: 32px;
    color: #000;
    font-weight: 500;
    padding-top: 8px;
    text-align: center;
	padding-top: 10px;
}

.career-central-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 30px;
}

.career-central-elem {
	width: 32%;
	border-right: 1px solid #41a0b2;
	position: relative;
	min-height: 450px;
}

.career-central-elem img {
	width: 100%;
}

.career-central-elem h4 {
    color: #41a0b2;
}

.career-central-text {
	font-family: Arial;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    line-height: 25px;
	padding-top: 20px;
	padding-right: 15px;
	width: 95%;
	margin-bottom: 3em;
}

.career-central-container {
	background: rgba(255,255,255,0.9);
	padding: 90px 30px 100px 30px;
	border-radius: 20px;
	box-shadow: 0 0 30px rgba(0,0,0,0.2); 
}

.career-central-block {
	/*display: flex;
	flex-direction: column;
	align-items: center;*/
}

.career-central--a {
	display: flex;
	align-items: center;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 20px;

	font-family: Helveticaneuecyr-Roman;
    font-size: 18px;
    color: #41a0b2;
    font-weight: 500;
    cursor: pointer;
}

.career-central--a:hover {
    color: #ffa200;
    transition: .2s;
}

.career-central--a:hover .read-more {
    background: #ffa200;
    transition: .2s;
}

.career-central--a i {
    font-size: 20px;
    color: #fff;   
}

.footer-phone--a {
	color: #fff !important;
}

.read-more {
	background: #41a0b2;
	padding: 12px 20px;
	margin-left: 15px;
}



.slider-block h3 {
	font-family: Arial-Bold;
    font-size: 40px;
    color: #fff;
    font-weight: 500;
	text-transform: uppercase;
	text-align: center;
}

.slider-description {
	padding-top: 70px;
}


.owl-next, .owl-prev {
	position: absolute;
	background: none !important;
	outline: none;
}
/*
.owl-next {
	right: -100px;
}

.owl-prev {
	left: -100px;
}
*/
.owl-nav {
	position: absolute;
	width: 100%;
	top: 45%;
}

.owl-dots {
	margin-top: 70px;
}

.owl-theme .owl-dots .owl-dot span {
	background: none !important;
	border: 1px solid #fff;
	width: 18px !important;
	height: 18px !important;
	
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #fff !important;
}

.slider-title {
	font-family: Helveticaneuecyr-Light;
	font-size: 30px;
	color: #ffce37;
	text-align: center;
}

.slider-text {
	font-family: Arial;
	font-size: 14px;
	color: #fff;
	line-height: 28px;
	/*width: 85%;*/
}

.slider-decription {
	margin-top: 60px;
}

.slider-text-block {
	width: 100%;
	border-top: 1px solid rgba(255,255,255,0.4);
	border-bottom: 1px solid rgba(255,255,255,0.4);
    padding: 30px 0;
	margin-top: 30px;
}

.owl-next span, .owl-prev span {
	font-size: 70px;
	color: #00a6e3;
	transition: .2s;
}

.owl-next span:hover, .owl-prev span:hover {
	color: #ffce37;
}

.slider {
	padding-top: 60px;
}

.slider img {
	border-radius: 50%;
	border: 10px solid #fff;
}

.active img {
	transform: scale(0.6);
}

.center img {
	transform: scale(0.9);
	/*outline: solid 10px #33414a;*/
	box-shadow: 0 0 0 17px #fff, 0 0 0 17px #fff;
    border: 8px solid #33414a !important;
}


.close.slider-description {
	display: none;
}

.show.slider-description {
	display: flex;
}

.owl-dots {
	position: absolute;
	top: 780px;
	/*transform: translateX(-50%); */
    left: 0;
    right: 0;
}


@media (min-width:1640px){
	.owl-prev {left: -200px}
	.owl-next {right: -200px}
}


@media (max-width:1640px){
	.owl-prev {left: 0;}
	.owl-next {right: 0;}
}


@media (max-width:1260px){
	.container {
		max-width:990px;
		width: 100%;
	    padding:0 15px;
}

.footer-column {width: 50% !important;}
.footer-column:nth-child(5) {width: 100%  !important;;}
.footer-column {margin-top: 40px;}
footer {padding: 20px 30px;}
ul.find-course--ul{width: 15%;}

.slider-block {min-height: 1170px;}
.owl-dots {top: 745px;}
.owl-nav {top: 40%;}


}


@media (max-width:960px){
	.container{
		max-width:760px;
		width: 100%;
	}
	
	.feature-elem {width: 50%;}
	.feature-elem:nth-child(2n) {border: 0;}
	.feature-elem:nth-child(3), .feature-elem:nth-child(4) {padding-top: 40px;}
    .footer-bottom-info {width: 60%;}
    ul.find-course--ul {width: 40%; display: flex; flex-direction: column; align-items: center;}
	ul.find-course--ul:nth-child(1), ul.find-course--ul:nth-child(3) {border-left: 0;}
	.career-central-container {padding: 90px 30px !important;}
	.career-central-text {padding-bottom: 70px;}
	.career-central-text {width: 100%;}
	.career-central-elem {min-height: 630px;}
    .center img {transform: scale(0.4);}
    .center.owl-item {height: 350px; align-items: center; display: flex;}
    .owl-carousel, .owl-stage, .owl-stage-outer {height: 350px;}
    .slider-description {padding-top: 100px;}
    .slider-block {min-height: 1100px;}
    .owl-dots {display: none;}
    .owl-nav {top: 50%;}
    .find-courses {padding: 110px 30px 130px 30px;}
}

@media screen and (max-width: 768px) {
	
    .container {
		max-width: 510px;
		width: 100%;
	}
	
    .owl-nav {top: 50%;}
	
	
	/**/
    button.choose-state--button, button.choose-state--button {font-size: 30px;}
	.top-block h1 {font-size: 50px;}
	.top-block h2 {font-size: 35px;}
	.feature-elem {width: 100%; border: 0;}
	.feature-elem:nth-child(2) {padding-top: 40px;}

    .features-content {margin-top: -230px;}
    .footer-column {width: 100% !important;}
    .footer-bottom-info {width: 80%;}
	.career-central-elem {width: 100%; min-height: 560px; margin-bottom: 50px; border-right: 0;}
	.career-central-elem:last-child {margin-bottom: 0;}
	.career-central-text  {width: 100%; padding-right: 0;}
    .center img {transform: scale(0.6);}
    .slider-block {min-height: 1190px;}
    .career-central {padding: 120px 30px 110px 30px;}
    
}





/*с сайта--конец*/
@media (max-width:510px) {
	.container{
		width: 100%;
	}
    
    button.choose-state--button, button.career-central--button {font-size: 20px; padding: 25px 60px;}
	.top-block h1 {font-size: 40px;}
	.top-block h2 {font-size: 28px;}
    .footer-bottom-info {width: 100%;}
	ul.find-course--ul {width: 100%;}
	ul.find-course--ul {border-left: 0;}
	.find-courses h3 {font-size: 35px;}
	.find-courses h4 {font-size: 28px;}
	ul.find-course--ul {line-height: 33px;}
	.career-central h4 {font-size: 28px;}
	.career-central h3 {font-size: 35px;}
	.career-central-container {padding: 70px 20px !important;}
	.career-central {padding: 100px 15px;}
	button.career-central--button {margin-top: 60px !important;}
    /*.slider-block {min-height: 1470px;}
    .owl-dots {top: 1010px;}*/
    .slider-block {min-height: 1150px;}
    .center.owl-item, .owl-carousel, .owl-stage-outer, .owl-stage {height: 330px;}
    .slider {padding-top: 20px;}
    .slider-description {padding-top: 65px;}
    .slider-block h3 {font-size: 35px;}
    .owl-nav {top: 40%;}
    .feature-elem {padding: 0 0 25px 0;}
    .find-courses {padding: 110px 30px 100px 30px;}
    .slider-block {padding: 100px 0 0px 0;}
     .owl-carousel {margin-top: -20px;}
}



@media screen and (max-width: 480px) {
    
    .breadCrumb .customBreadcrumb span:not(:first-child):before {
        vertical-align: middle;
    }
}


@media (max-width:450px) {
	.container{
		width: 100%;
	}
    button.choose-state--button, button.career-central--button {padding: 25px 50px; width: 100%;}
    .header-one .js-menu {width: 100%;}
    .slider-block {min-height: 1170px;}
    .owl-dots {top: 950px;}
	 
   }

@media (max-width: 385px) {  
   .find-courses h4  {font-size: 23px;}
   .center.owl-item, .owl-carousel, .owl-stage-outer, .owl-stage {height: 300px;}
   .slider-block h3 {font-size: 33px;}
   .slider-block {min-height: 1200px;}
  
}



@media screen and (max-width: 350px) {
    .header-one .nav-top {
        justify-content: left;
    }
    .slider-block h3 {font-size: 30px;}
    .slider-block h3 {font-size: 28px;}
    .slider-block {min-height: 1260px;}
}

@media screen and (max-width: 330px) {
   .owl-nav {display: none;}
   .center img {transform: scale(0.8);}
   .slider-block {min-height: 1300px;}
}



/* OWL library */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}


