@font-face {
    font-family: Georgia; 
    src: url(../fonts/georgia.ttf); 
}
body{

	font-family: 'Roboto', sans-serif;
}
.flex{
	display: flex;
}
.flex-sb{
	justify-content: space-between;
}
.flex-center{
	align-items: center;
}
.flex-d{
	flex-direction: column;
}
.ul-nostyle{
	list-style: none;
	margin: 0;
	padding: 0;
}
.z-2{
	z-index: 2;
}
.f_zagol{
	display: none;
}
.transition{
	transition: all 0.3s ease;
}
.bb{
	border-bottom: 1px solid #e1e1e1;
}
.pd-top-50{
	padding-top: 50px;
}
a:hover{
	text-decoration: none;
}

.info-title-block a.add-proggramm{
	width: 100%;
	display: block;
	padding: 15px;
	color: #fff;
	border-radius: 5px;
	margin-top: 30px;
	text-align: center;
}
.blue .info-title-block a.add-proggramm{
	background: #0066cc;
}
.orange .info-title-block a.add-proggramm{
	background: #f56b00;
}
header.header{
	padding:26px 15px;
	position: relative;
}
header.header nav .header-nav{
	width: 100%;
	padding-left: 45px;
}
header.header nav .header-nav  li{
	position: relative;
}
header.header nav .header-nav  li ul{
	position: absolute;
	top:100%;
	background: #fff;
	box-shadow: 0px 9px 21px 0px rgba(25, 25, 25, 0.2);
	padding: 20px;
	min-width: 150px;
	left: -20px;
	display: none;
	z-index: 4;
}
header.header nav .header-nav  li:hover ul{
	display: block;
}
header.header nav .header-nav  li ul li{
	margin-bottom: 10px;
}
header.header nav .header-nav  li ul li:last-child{
	margin-bottom: 0;
}
header.header nav .header-nav  li ul li a{
	font-size: 14px;
	text-transform: none;
	padding: 0;
}
header.header nav .header-nav li a{
	font-size: 12px;
	text-transform: uppercase;
	color:#232323;
	padding-bottom: 10px;
	position: relative;
	z-index: 3;
}
header.header nav .header-nav li a:hover{
	text-decoration: none;
	border-bottom: 2px solid #09a6e3;
}
header.header .hedaer-info{
	justify-content: flex-end;
	padding-top: 7px;
}
header.header .hedaer-info li{
	padding: 0 20px;
	position: relative;
}
header.header .hedaer-info li:last-child{
	padding-right: 0;
}
header.header .hedaer-info li img,footer.footer .hedaer-info li img{
	margin: 0 7px;
}
header.header .hedaer-info li img:last-child,footer.footer .hedaer-info li img:last-child{
	margin-right: 0;
}
header.header .hedaer-info .lc:hover{
	opacity: 0.7;
	text-decoration: none;
}
header.header .hedaer-info .lc .lc-text{
	text-transform: uppercase;
	color:#232323;
	display: inline-block;
	padding-left: 5px;
}
header.header .hedaer-info .lc .lc-logo{
	display: inline-block;
	width: 34px;
	height: 34px;
	background: #09a6e3;
	color:#fff;
	text-align: center;
	border-radius: 50%;
	padding-top: 7px;
}
header.header .hedaer-info .phone,footer.footer .hedaer-info .phone{
	font-size: 28px;
	font-weight: bold;
	color:#09a6e3;
}
header.header .hedaer-info .phone span,footer.footer .hedaer-info .phone span{
	display: inline-block;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 1px solid #e1e1e1;
	font-size: 21px;
	text-align: center;
	padding-top: 2px;
}
header.header .hedaer-info .phone:hover span,footer.footer .hedaer-info .phone:hover span{
	transform: scale(1.1);
}
.mobile-menu{
	background: #ccc;
}
header.header a.toggle-menu{
	position: relative;
	width: 30px;
	height: 20px;
	display: inline-block;
	text-align: right;
	cursor: pointer;
	margin-right: 10px;
}
header.header a.toggle-menu span{
	height: 2px;
	background: #000;
	display: block;
}
header.header a.toggle-menu span:after,header.header a.toggle-menu span:before{
	content:'';
	width: 80%;
	height: 2px;
	background: #000;
	display: inline-block;
	position: relative;
	top:-2px;
}
header.header a.toggle-menu span:after{
	width: 100%;
	top:-12px;
}
header.header .mobile-search{
	position: relative;
	display: inline-block;
	margin-right: 25px;
	top:2px;
}
header.header  .mobile-search img{
	width: 30px;
}
header.header .phone-mobile{
	position: absolute;
	top:5px;
	font-size: 13px;
	top:-30px;
	color:#ccc;
}
header.header .phone-mobile a{
	color:#000;
}
header.header .phone-mobile a.active{
	color:#fff;
}
.toggle-menu-block{
	height: 100%;
    width: 100%;
    position: fixed;
    z-index: 12;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden; 
    text-align:center;
	padding: 40px 15px 26px 15px;
	background-image: url(../images/mobile-bg.png);
	background-size: cover;
	display: none;	
}
.toggle-menu-block header{
	position: relative;
}
.toggle-menu-block form a.toggle-menu span{
	background: #fff;
}
.toggle-menu-block form a.toggle-menu span:after,.toggle-menu-block form a.toggle-menu span:before{
	background: #fff;
}
.toggle-menu-block form input{
	position: absolute;
    width: 100%;
    display: block;
    left: 0;
    top:-3px;
    border: 1px solid #ccc;
    padding: 15px 30% 15px 15px;
    border-radius: 2px;
    background-color: #111;
    background-image: url(../images/mobile-bg.png);
    color:#fff;
    display: none;
}
.toggle-menu-block form input.active{
	display: block;
}
 a.toggle-menu span:after{
	webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all 0.3s ease;
}
 a.toggle-menu span:before{
	-webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all 0.3s ease;
}
 a.toggle-menu span.active{
	background: transparent!important;
}
 a.toggle-menu span.active:after{
	-webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
    top:-21px!important;
}
 a.toggle-menu span.active:before{
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
    width: 100%!important;
}
.toggle-menu-block .mobile-menu-content{
	position: relative;
	margin: 20px 20px 0;
	padding: 0;
}
.toggle-menu-block .mobile-menu-content .button-to-course{
	font-size: 1.5rem;
	text-transform: uppercase;
	color:#fff;
	display: inline-block;
	width: 100%;
	padding: 15px 0;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 5px;
	margin-bottom: 10px;
}

.toggle-menu-block .mobile-menu-content ul:not(.z-2) {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: opacity .3s ease, visibility .3s ease;
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}

.toggle-menu-block .mobile-menu-content ul.active {
	position: relative;
	opacity: 1;
	pointer-events: visible;
	visibility: visible;
}
.toggle-menu-block .mobile-menu-content ul li ul li{
	border-bottom: 0;
}
.toggle-menu-block .mobile-menu-content ul li ul li a{
	font-size: 12px;
}
.toggle-menu-block .mobile-menu-content ul li{
	padding: 15px 0;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}

.toggle-menu-block .mobile-menu-content ul li a{
	color:#fff;
	text-transform: uppercase;
	font-size: 1.5rem;
}
.main-slider-block .swiper-container .swiper-slide{
	background-size: cover;
}
.main-slider-block  .main-slide{
	height: 500px;
	padding-left: 6%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.new-course-bg.main-slider-block  .main-slide{
    height: 300px;
}
.main-slider-block .main-slide .badge{
	text-transform: uppercase;
	font-size: 12px;
	display: inline-block;
	padding: 12px 30px;
	background: rgba(0,0,0,0.2);
	color:#fff;
	border-radius: 20px;
	margin-top: 35px;
}
.main-slider-block  .main-slide .h1-block{
	color:#fff;
	font-size: 45px;
	width: 70%;
	line-height: 45px;
	margin-top: 30px;
}
.main-slider-block .swiper-container .main-slide p{
	font-size: 16px;
	color:rgba(255,255,255,0.8);
	width: 50%;
	margin-top: 20px;
}
.main-slider-block .swiper-container .main-slide .more-btn{
	display: inline-block;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	position: relative;
	background: #fff;
	color:#484848;
	padding: 20px 52px;
	border-radius: 6px;
	letter-spacing: 1px;
	box-shadow: 0px 9px 21px 0px rgba(25, 25, 25, 0.2);
	margin-top: 30px;
	transition: all 0.5s ease;
}
.main-slider-block .swiper-container .main-slide .more-btn:hover,.all-course-page .main-slide .opacity-block .text-block .more-btn:hover{
	transform: translateY(6px);
}
.main-slider-block .swiper-container .swiper-pagination{
	text-align: left;
	bottom: 85px;
	padding-left: 6%;
}
.main-slider-block .swiper-container.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 6px;
}
.main-slider-block .swiper-container .swiper-pagination-bullet{
	width: 15px;
	height: 15px;
}
.main-slider-block .swiper-container .swiper-pagination-bullet-active{
	background: #fff;
}
.main-slider-block .swiper-container .swiper-button-prev,.news-photo-block .swiper-container .swiper-button-prev{
	background-size: 68px 61px;
    background-image: url(https://m.media-amazon.com/images/G/01/AUIClients/AmazonUICarousel-arrows-c495a9b59afd9b35a08c12513d40b8c7e7771499._V2_.png);
    width: 34px;
    height: 52px;
 background-repeat: no-repeat;
    outline: 0;
        background-position: -34px -7px;
        transform: rotateY(180deg);
        left: inherit;
        right: 70px;
}
.main-slider-block .swiper-container .swiper-button-next,.news-photo-block .swiper-container .swiper-button-next{
	background-size: 68px 61px;
    background-image: url(https://m.media-amazon.com/images/G/01/AUIClients/AmazonUICarousel-arrows-c495a9b59afd9b35a08c12513d40b8c7e7771499._V2_.png);
    width: 34px;
    height: 52px;
 background-repeat: no-repeat;
    outline: 0;
    background-position: -34px -7px;
    right: 40px;

}
.main-slider-block .swiper-container .swiper-button-next,.main-slider-block .swiper-container .swiper-button-prev{
	top:47%;
}
.main-slider-block .company-bottom{
	position: absolute;
	width: 100%;
    bottom: 0px;
    z-index: 2;
    justify-content: space-around;
    padding: 10px;
    background: rgba(0,0,0,0.5);
}
.main-slider-block .main-link-blocks div{
	height: 200px;
	position: relative;
}
.new-course-bg.main-slider-block .main-link-blocks div{
    height: 100px;
}
.main-slider-block .main-link-blocks div a{
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
	background: #0066cc;
	left: 0;
	background-image: url(../images/mini-block1.png);
	background-position: 50% 65%;
	background-repeat: no-repeat;
}
.main-slider-block .main-link-blocks div a.active:after{
	content: '';
	position: absolute;
	border: 20px solid transparent;	
	border-bottom: 20px solid #fff;
	bottom: 0;
	right: 45%;
}
.main-slider-block .main-link-blocks div:nth-child(2) a{
	background: #f56b00;
	background-image: url(../images/mini-block2.png);
	background-repeat: no-repeat;
	background-position: 50% 65%;
}
.main-slider-block .main-link-blocks div:nth-child(3) a{
	background: #0097a7;
	background-image: url(../images/mini-block3.png);
	background-repeat: no-repeat;
	background-position: 50% 65%;
}
.main-slider-block .main-link-blocks div:nth-child(4) a{
	background: #d63773;
	background-image: url(../images/mini-block4.png);
	background-repeat: no-repeat;
	background-position: 50% 65%;
}
.main-slider-block .main-link-blocks div a p{
	font-size: 18px;
	color:#fff;
	padding-top: 25px;
	text-align: center;
	letter-spacing: 1px;
	transition: all 0.3s ease;
    margin-bottom: 0;
}
.main-slider-block .main-link-blocks div a:hover p{
	transform: translateY(-6px)
}
.main-slider-block .centers-block{
	padding: 30px 0;
	text-align: center;
	border: 1px solid #e1e1e1;
	border-top: none;
}
.main-slider-block .centers-block .new-course-bg{
    padding: 20px 0;
}
.main-slider-block .centers-block ul li{
	display: inline-block;
	padding: 0 60px;
	border-right: 1px solid #e1e1e1;
}
.main-slider-block .centers-block ul li:last-child{
	border-right: 0;
}
.main-slider-block .centers-block ul li a{
	color:#000;
	font-weight: 600;
}
.main-slider-block .centers-block ul li a span{
	display: inline-block;
	background: #ceedf9;
	font-size: 8px;
	color:#09a6e3;
	padding: 2px 5px;
	margin-left: 10px;
}
.lang-block{

}
.lang-block .h2-block{
	font-size: 30px;
	text-align: center;
	margin:50px 0 40px 0;
}
.lang-block .flags{
	justify-content: space-around;
	border-bottom: 1px solid #e1e1e1;
}
.lang-block .flags li{
	padding-bottom: 15px;
	width: 100%;
	text-align: center;	
	cursor:pointer;	
}
.lang-block .flags li.active{
	border-bottom: 3px solid #09a6e3;
	color:#09a6e3;
}
.lang-block .flags li img{
	margin: 15px auto;
}
.flags-selects{
	padding: 40px 15px;
}
.flags-selects .nice-select{
	float: none;
	width: 	100%;
	margin-right: 30px;
	height: 55px;
	line-height: 53px;
	background-image: -moz-linear-gradient( 90deg, rgb(236, 236, 236) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(236, 236, 236) 0%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(236, 236, 236) 0%, rgb(255,255,255) 100%);
}
.flags-selects .nice-select .current{
	font-size: 15px;
	font-weight: 600;
    color:#000;
}
.flags-selects .nice-select:last-child{
	margin-right: 0;
}
.flags-selects .nice-select .list{
	min-width: 100%;
}
.flags-selects .swiper-container{
	margin-top: 40px;
}
.flags-selects .swiper-container .swiper-slide a.course-block{
	flex-direction: column;
	justify-content: space-between;
	border: 1px solid #d7d7d7;
	border-radius: 4px;
	height: 220px;
	position: relative;
	padding: 20px;
	overflow: hidden;
}
.flags-selects .swiper-container .swiper-slide a.course-block .h4-block{
	font-size: 17px;
	color:#09a6e3;
	margin-bottom: 10px;
	margin-top: 30px;
}
.flags-selects .swiper-container .swiper-slide a.course-block p{
	color:#787777;
}
.flags-selects .swiper-container .swiper-slide a.course-block span{
	color:#fff;
	position: absolute;
	bottom: -50px;
	left: 20px;
}
.flags-selects .swiper-container .swiper-slide a.course-block span i{
	position: relative;
	right: -4px;
	top:1px;
}
.flags-selects .swiper-container .swiper-slide a.course-block span:hover i{
	right: -8px;
}
.flags-selects .swiper-container .swiper-slide a.course-block .icon-ul{
	position: absolute;
	top:20px;
	left:20px;
}
.flags-selects .swiper-container .swiper-slide a.course-block .icon-ul li{
	display: inline-block;
	padding-right: 10px;
	font-size: 12px;
	color:#a2a2a2;
}
.flags-selects .swiper-container .swiper-slide a.course-block .icon-ul li:nth-child(2){
	padding-left: 10px;
	padding-right: 0;
	border-left: 1px solid #d7d7d7;
}
.flags-selects .swiper-container .swiper-slide a.course-block:hover{
	background: #09a6e3;
	padding-bottom: 40px;
	border: 1px solid #09a6e3;
}
.flags-selects .swiper-container .swiper-slide a.course-block:hover .h4-block{
	color:#fff;
}
.flags-selects .swiper-container .swiper-slide a.course-block:hover p{
	color:rgba(255,255,255,0.5);
}
.flags-selects .swiper-container .swiper-slide a.course-block:hover span{
	bottom: 20px;
}
.flags-selects .swiper-container .swiper-slide a.course-block:hover .icon-ul li{
	color:rgba(255,255,255,1);
}
.flags-selects .swiper-container .swiper-button-next,.flags-selects .swiper-container .swiper-button-prev{
	height: 100%;
	width: 45px;
	top:0;
	margin-top: 0;
}
.flags-selects .swiper-container .swiper-button-next.swiper-button-disabled,.flags-selects .swiper-container .swiper-button-prev.swiper-button-disabled{
	opacity: 0;
}
.flags-selects .swiper-container .swiper-button-next{
	right: 0;
	background: url(../images/arrow-right.svg), -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 34%, rgba(255,255,255,0.88) 55%, rgba(255,255,255,1) 69%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: url(../images/arrow-right.svg),  -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 34%, rgba(255,255,255,0.88) 55%, rgba(255,255,255,1) 69%, rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: url(../images/arrow-right.svg),  linear-gradient(to right,  rgba(255,255,255,0)  0%,rgba(255,255,255,0.7)  34%,rgba(255,255,255,0.88)  55%,rgba(255,255,255,1)  69%,rgba(255,255,255,1)  100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-position: center;
    background-repeat: no-repeat;
}
.flags-selects .swiper-container .swiper-button-prev{
	left:0;
	background: url(../images/arrow-left.svg), -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 31%, rgba(255,255,255,0.88) 45%, rgba(255,255,255,0.7) 66%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: url(../images/arrow-left.svg), -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 31%,rgba(255,255,255,0.88) 45%,rgba(255,255,255,0.7) 66%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: url(../images/arrow-left.svg),  linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 31%,rgba(255,255,255,0.88) 45%,rgba(255,255,255,0.7) 66%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background-position: center;
    background-repeat: no-repeat;
}
.flags-selects .count-course a,.learning-countries .count-course a,.courses-block ul li .count-course a{
	font-size: 12px;
	text-transform: uppercase;
	color:#09a6e3;
	border-bottom: 1px solid #09a6e3;
}
.flags-selects .count-course .button-group,.learning-countries .count-course .button-group{
	margin:40px 0;
}
.flags-selects .count-course .button-group a,.learning-countries .count-course .button-group a,.courses-block ul li .button-group a{
	display: inline-block;
	padding: 16px 0;
	width: 225px;
	text-transform: uppercase;
	font-size: 12px;
	border: 1px solid #09a6e3;
	background: #09a6e3;
	color:#fff;
	text-align: center;
	margin-left: 25px;
	border-radius: 5px;
}
.flags-selects .count-course .button-group a.test-button,.learning-countries .count-course .button-group a.test-button,.courses-block ul li .button-group a.test-button{
	background: transparent;
	color:#09a6e3;
}
.flags-selects .count-course .button-group a:hover,.learning-countries .count-course .button-group a:hover,.courses-block ul li .button-group a:hover{
	opacity: 0.6;
}
.company-links .top-title{
	text-align: center;
	padding-bottom: 30px;
}
.company-links .top-title h1,.company-links .top-title .h1-block{
	font-size: 30px;
}
.company-links .top-title a{
	font-size: 12px;
	text-transform: uppercase;
	float: right;
	position: relative;
	top:-30px;
	color:#2b2b2b;
}
.company-links .top-title a i{
	font-size: 16px;
	position: relative;
	top:1px;
	right: -4px;
}
.company-links .top-title a:hover i{
	right: -8px;
}
.company-links .main-company-block{
	height: 300px;
	padding: 50px;
	margin-bottom: 30px;
	position: relative;
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.company-links .main-company-block .top-title{
	font-size: 22px;
	color:#fff;
	text-align: left;
	letter-spacing: 1px;
	line-height: 30px;
	padding-bottom: 0;
}
.company-links .main-company-block:hover .top-title{
	transform: translateY(-6px);
}
.company-links .main-company-block .bottom-title{
	color:rgba(255,255,255,0.5);
}
.company-links .main-company-block .bottom-title span{
	display: inline-block;
	color:#fff;
	text-transform: uppercase;
	border: 1px solid rgba(255,255,255,0.7);
	padding: 15px 30px;
	border-radius: 3px;
}
.company-links .main-company-block .bottom-title span:hover{
	opacity: 0.6;
}
.company-links .main-company-block .badge{
	position: absolute;
	width: 48px;
	height: 77px;
	background-position: center!important;
	background-repeat: no-repeat!important;
	top:-4px;
	right: 20px;
	display: inline-block;
}
.company-links .main-company-block .badge-1{
	background: url(../images/badge-logo.png),#023e70;
}
.company-links .main-company-block .badge-2{
	background: url(../images/badge-logo2.png),#355260;
	right:10px;
}
.company-links .main-company-block .bottom-title .award{
	display: flex;
	justify-content: flex-start;
	border: 0;
	padding: 0;
}
.company-links .main-company-block .bottom-title .award span{
	padding: 0;
	padding-left: 15px;
	border: 0;
	font-size: 16px;
	letter-spacing: 0.5px;
	text-transform: none;
}
.company-links .main-company-block .bottom-title .reviews-icon{
	text-decoration: underline;
	color:#fff;
	font-size: 13px;
	text-transform: uppercase;
}
.company-links .main-company-block .bottom-title .reviews-icon span{
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 38px;
	border-radius: 50%;
	background: rgba(0,0,0,0.3);
	padding: 0;
	border: 0;
	margin-right: 10px;
	text-decoration: 
}
.company-links .show-more-btn{
	text-align: center;
	height: 65px;
	padding: 20px 0;
	font-size: 16px;
	border: 1px solid #e1e1e1;
	display: block;
	color:#2b2b2b;
	border-radius: 5px;
}
.company-links .show-more-btn span{
	border-bottom: 1px dashed #2b2b2b;
}
.news-photo-block{
	margin-top: 30px;
}
.news-photo-block .top-title,.video-reviews .top-title,.photo-albums .top-title{
	font-size: 27px;
	font-weight: 300;
	margin-bottom: 30px;
}
.news-photo-block .top-title a,.video-reviews .top-title a,.photo-albums .top-title a{
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
	margin-left: 15px;
	color:#000;
	font-weight: 400;
}
.news-photo-block .top-title .tabs{
	display: inline-block;
}
.news-photo-block .top-title .tabs li{
	display: inline-block;
}
.news-photo-block .top-title .tabs li a{
	font-size: 27px;
	font-weight: 300;
	border-bottom: 1px solid #d4d4d4;
	margin-left: 0;
	margin-right: 15px;
}
.news-photo-block .top-title .tabs li.active a{
	color:#09a6e3;
	border-bottom: 1px solid #09a6e3;
}
.tab-content>div{
	display: none;
}
.tab-content>div.active{
	display: block;
}
.news-photo-block .main-news-block{
	display: block;
	height: 260px;
	margin-bottom: 30px;
	border: 1px solid #ccc;
}
.news-photo-block .main-news-block.tall-block{
	height: 550px;
}
.news-photo-block .main-news-block .photo-block{
	height: 260px;
	background-size: cover;
	background-position: center;
}
ul.news-years li:last-child{
	display: none;
}
.news-photo-block .main-news-block .content{
	padding: 15px;
}
.news-photo-block .main-news-block .content span{
	color:#09a6e3;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
}
.news-photo-block .main-news-block .content .h4-block{
	font-size: 24px;
	color:#2b2b2b;
	line-height: 25px;
	margin:15px 0; 
}
.news-photo-block .main-news-block .content p{
	color:#787777;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-photo-block .main-news-block.long-block .photo-block{
	width: 40%;
	float: left;
}
.news-photo-block .main-news-block.long-block .content{
	width: 59%;
    float: left;
    max-height: calc(100% - 15px);
    overflow: hidden;
}
.news-photo-block .swiper-container .main-gallery-slide{
	height: 550px;
	justify-content: flex-end;
}
.news-photo-block .swiper-container .main-gallery-slide .bottom-block{
	background: #6639b6;
	padding: 25px;
}
.news-photo-block .swiper-container .main-gallery-slide .bottom-block div,.video-reviews .reviews-block .reviews-mini div{
	color:#fff;
	font-size: 15px;
}
.news-photo-block .swiper-container .main-gallery-slide .bottom-block p,.video-reviews .reviews-block .reviews-mini p{
	color:rgba(255,255,255,0.4);
	margin-top: 10px;
	font-size: 15px;
}
.news-photo-block .swiper-container .main-gallery-slide .bottom-block div span,.video-reviews .reviews-block .reviews-mini div span{
	display: inline-block;
	height: 45px;
	width: 45px;
	margin-right: 10px;
}
.news-photo-block .swiper-container .main-gallery-slide .content-block{
	height: 100%;
	justify-content: flex-end;
	padding: 60px 30px;
}
.news-photo-block .swiper-container .main-gallery-slide .content-block .h4-block{
	font-size: 24px;
	color:#fff;
}
.news-photo-block .swiper-container .main-gallery-slide .content-block .date{
	font-size: 16px;
	color:#a0a3a9;
}
.news-photo-block .swiper-container .swiper-pagination{
	bottom: 180px;
	text-align: left;
	padding-left: 30px;
}
.news-photo-block .swiper-container .swiper-pagination-bullet{
	height: 10px;
	width: 10px;
	background: #fff;
}
.video-reviews .gallery-top .video-block,.video-reviews .gallery-top .video-block .opacity-block{
	display: block;
	height: 430px;
	background-size: cover;
	background-position: 50% 96%;
}
.video-reviews .gallery-top .video-block .opacity-block{
	background: rgba(0,0,0,0.4);
	position: relative;
}
.video-reviews .gallery-top .video-block .opacity-block:after{
	content: '';
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 2px solid rgba(255,255,255,0.4);
	position: absolute;
	bottom: 37%;
    right: 44%;
	background-image: url(../images/play.png);
	background-position: 55% 50%;
	background-repeat: no-repeat;
}
.video-reviews .gallery-top .video-block .opacity-block p{
	color:#fff;
	font-size: 18px;
	padding: 40px;
	letter-spacing: 1px;
}
.fancybox-slide--video .fancybox-content {
	width  : 80%;
	height : 60%;
	max-width  : 80%;
	max-height : 80%;
    margin: 0;
}
.video-reviews .gallery-thumbs{
	margin-bottom: 40px;
}
.video-reviews .gallery-thumbs .thumb-block{
	height: 130px;
	padding: 30px 15px 30px 0;
	cursor: pointer;
    justify-content: flex-start;
}
.video-reviews .gallery-thumbs .swiper-wrapper{
	margin-left: -37%;
}
.video-reviews .gallery-thumbs .swiper-slide{
	border-bottom: 1px solid #ccc;
}
.video-reviews .gallery-thumbs .swiper-slide-active{
	border-bottom: 1px solid #2ab2e7;
}
.video-reviews .gallery-thumbs .swiper-slide-active .thumb-block p{
	color:#2ab2e7;
}
.video-reviews .gallery-thumbs .thumb-block p{
	color:#000;
}
.video-reviews .gallery-thumbs .thumb-block span{
	color:#bfbfbf;
}
.video-reviews .reviews-block header{
	background-image: url(../images/rev-bg.png);
	height: 110px;
	line-height: 110px;
	padding-left: 30px;
}
.video-reviews .reviews-block header ul li{
	display: inline-block;
	margin-right: 20px;
}
.video-reviews .reviews-block header ul li a{
	color:#fff;
	font-size: 18px;
	padding-bottom: 10px;
}
.video-reviews .reviews-block header ul li.active a{
	border-bottom: 3px solid #fff;
}
.video-reviews .reviews-block .tab-content{
	border: 1px solid #ccc;
	height: 490px;
	overflow-y: scroll;
}
.video-reviews .reviews-block .tab-content::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
.video-reviews .reviews-block .tab-content::-webkit-scrollbar{
	width: 6px;
	background-color: #F5F5F5;
	border-radius: 4px;
}
.video-reviews .reviews-block .tab-content::-webkit-scrollbar-thumb{
	background-color: #000000;
	border-radius: 4px;
}
.video-reviews .reviews-block .tab-content [role="tabpanel"]{
	padding: 20px;
}
.video-reviews .reviews-block .reviews-mini{
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
}
.video-reviews .reviews-block .reviews-mini:first-child{
	padding-top: 0;
}
.video-reviews .reviews-block .reviews-mini:last-child{
	border-bottom: 0;
}
.video-reviews .reviews-block .reviews-mini div,.video-reviews .reviews-block .reviews-mini p{
	color:#000;
	font-size: 16px;
}
.video-reviews .slider-wrapper .swiper-button-next{
	background-image: url(../images/arrow-right.svg);
	right: -25px;
	background-size: 40px 60px;
}
.video-reviews .slider-wrapper .swiper-button-prev{
	background-image: url(../images/arrow-left.svg);
	left: -25px;
	background-size: 40px 60px;
}
.dispatch{
	background-image: url(../images/dispatch-bg.png);
	height: 145px;
	margin: 40px 0;
}
.dispatch p{
	color:#fff;
	font-size: 18px;
	padding-left: 47%;
}
.dispatch p.h4-block{
	font-size: 25px;
	margin-bottom: 0;
	font-weight: 500;
	padding-top: 40px;
}
.dispatch form{
	width: 80%;
	position: relative;
	margin-top: 40px;
}
.dispatch form input{
	box-shadow: 0px 16px 21px 0px rgba(37, 37, 37, 0.11)!important;
	font-size: 17px;
}
.dispatch form button{
	position: absolute;
	right: 0;
	top:0;
	color:#09a6e3;
	font-size: 16px;
	font-weight: 500;
	border: 0;
	padding: 20px 30px;
	background: transparent;
	outline: none;
}
.dispatch form button:after{
	position: absolute;
	content:'';
	border-left: 1px solid #ccc;
	height: 70%;
	left: 0;
	top:10px;
}
.footer{
	background: #f2f2f2;
	padding: 40px 0;
}
.footer form{
	width: 100%;
	position: relative;
}
.footer form input,.dispatch form input{
	width: 100%;
	padding: 20px 30px;
	box-shadow: 0px 3px 5px 0px rgba(201, 201, 201, 0.4);
	border-radius: 5px;
    background-color: rgb(255, 255, 255);
    border: 0;
    float: left;
    outline: none;
}
.footer form button{
	width: 9%;
	float: left;
	padding: 13px;
	position: absolute;
	background: transparent;
	border: 0;
	right: 0;
	outline: none;
}
.footer form button img{
	width: 30px;
}
.footer .hedaer-info{
	justify-content: flex-end;
	padding-top: 10px;
}
footer.footer .hedaer-info .phone span{
	background: #09a6e3;
	border: 1px solid #09a6e3;
	color:#fff;
}
footer.footer .footer-list{
	margin-top: 50px;
}
footer.footer .footer-list .main-link{
	font-size: 12px;
	color:#000;
	text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
	margin-bottom: 15px;
}
footer.footer .footer-list ul li{
	margin-bottom: 5px;
}
footer.footer .footer-list ul li a{
	font-size: 13px;
	color:#a4a3a3;
	letter-spacing: 0.5px;
}
footer.footer .company-logo{
	margin: 40px 0;
	padding: 0 7%;
	opacity: 0.5;
}
footer.footer .copyright{
	padding: 50px 0;
	border-top: 1px solid #ccc;
}
footer.footer .copyright p{
	color:#a4a3a3;
	letter-spacing: 0.5px;
}
footer.footer .copyright p.black{
	color:#a4a3a3;
	margin-bottom: 0;
	font-weight: 500;
}
footer.footer .copyright a{
	color:#a4a3a3;
}
footer.footer .copyright .socials-block{
	padding-top: 15px;
}
footer.footer .copyright .socials-block a{
	font-size: 26px;
	color:#a4a3a3;
	display: inline-block;
	margin-right: 15px;
}
footer.footer a{
	transition: all 0.3s ease;
}
footer.footer a:hover{
	opacity: 0.5;
}
.all-course-page .main-slide{
	position: relative;
	padding: 0;
	background-position: center;
	background-size: cover;
}
.all-course-page .main-slide .opacity-block{
	position: relative;
	height: 500px;
	background: rgba(0,0,0,0.3);
}
.new-course-bg.all-course-page .main-slide .opacity-block{
    height: 100%;
}
.main-slider-block.all-course-page .company-bottom{
	background: rgba(0, 102, 204, 0.8);
}
.all-course-page .main-slide .opacity-block nav ul{
	justify-content: space-around;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	background: rgba(0,0,0,0.2);
}
.all-course-page .main-slide .opacity-block nav ul.fixed{
	position: fixed;
	width:calc((100% - (100% - 1500px)));
	top:0;
	z-index: 10;
	background: rgba(0,0,0,0.7);
}
.all-course-page .main-slide .opacity-block nav ul li{
	position: relative;
}
.all-course-page .main-slide .opacity-block nav ul li ul{
	position: absolute;
	left: 0;
	min-width: 200px;
	background: rgba(255,255,255,0.9);
	padding: 10px;
	border-radius: 4px;
	display: none;
}
.all-course-page .main-slide .opacity-block nav ul li:hover ul{
	display: block;
}
.all-course-page .main-slide .opacity-block nav ul li ul li a{
	height: auto;
	line-height: 30px;
	display: block;
	color:#000;
}
.all-course-page .main-slide .opacity-block nav ul li ul li:last-child a{
	border-bottom: 0;
}
.all-course-page .main-slide .opacity-block nav ul li a{
	color:#fff;
	height: 70px;
	line-height: 70px;
	display: inline-block;
	transition: all 0.3s ease;
}
.all-course-page .main-slide .opacity-block nav ul li a:hover{
	opacity: 0.6;
}
.all-course-page .main-slide .opacity-block nav ul li.active a{
	border-bottom: 1px solid #fff;
}
.all-course-page .main-slide .opacity-block nav ul li a i{
	padding-left: 5px;
	font-size: 16px;
}
.all-course-page .main-slide .opacity-block nav ul li.back a{
	font-size: 20px;
}
.all-course-page .main-slide .opacity-block nav ul li.back a:hover i{
	transform: translateX(-6px);
}
.all-course-page .main-slide .opacity-block .text-block{
	text-align: center;
	padding-top: 70px;
}
.all-course-page .main-slide .opacity-block .text-block
.all-course-page .main-slide .opacity-block .text-block .nice-select{
	float: none;
	display: inline-block;
	background: transparent;
}
.new-course-bg.all-course-page .main-slide .opacity-block .text-block{
    padding-top: 25px;
} 
.nice-select .current{
	color:#fff;
}
.all-course-page .main-slide .opacity-block .text-block .nice-select:after{
	border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
.all-course-page .main-slide .opacity-block .text-block h1{
	text-align: center;
	font-size: 39px;
	color:#fff;
	font-weight: 300;
}
.all-course-page .main-slide .opacity-block .text-block .more-btn{
	display: inline-block;
	font-size: 12px;
	color:#0066cc;
	background: #fff;
	padding: 17px 40px;
	text-transform: uppercase;
	border-radius: 5px;
	font-weight: 500;
	margin-top: 30px;
}
.all-course-page .centers-block ul{
	justify-content: space-around;
}
.all-course-page .centers-block ul li{
	width: 100%;
	padding: 0;
}
.all-course-page .main-slide .hover-slide-block{
	position: absolute;
	width: 100%;
	height: 500px;
	left:0;
	top:0;
	background: #0066cc;
	z-index: 3;
	padding: 45px;
}
.all-course-page .main-slide .hover-slide-block .tabs li{
	display: inline-block;
}
.all-course-page .main-slide .hover-slide-block .tabs li a{
	color:#fff;
	padding: 13px 25px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 25px;
}
.all-course-page .main-slide .hover-slide-block .tabs li.active a{
	color: #0066cc;
	background: #fff;
}
.all-course-page .main-slide .hover-slide-block .tab-content{
	margin-top: 30px;
}
.all-course-page .main-slide .hover-slide-block .teach-block{
	display: inline-block;
	vertical-align: text-top;
	margin-right: 30px;
}
.all-course-page .main-slide .hover-slide-block .teach-block ul{
	display: inline-block;
	margin-right: 40px;
	vertical-align: top;
}
.all-course-page .main-slide .hover-slide-block .h4-block{
	color:#fff;
	font-size: 22px;
	letter-spacing: 1px;
}
.all-course-page .main-slide .hover-slide-block p{
	font-size: 15px;
	color:#fff;
	margin-top: 15px;
	margin-bottom: 40px;
	line-height: 1.5;
	padding-right: 0;
	letter-spacing: 0.5px;
}
.all-course-page .main-slide .hover-slide-block .teach-block .main-link{
	font-size: 15px;
	color:#fff;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	display: inline-block;
	margin-bottom: 20px;
	font-weight: bold;
	letter-spacing: 0.5px;
}
.all-course-page .main-slide .hover-slide-block .teach-block ul li{
	margin-bottom: 6px;
}
.all-course-page .main-slide .hover-slide-block .teach-block ul li a{
	color:rgba(255,255,255,0.6);
	font-size: 15px;
	letter-spacing: 1px;
	transition: all 0.3s ease;
}
.all-course-page .main-slide .hover-slide-block .teach-block ul li a:hover{
	color:rgba(255,255,255,1);
}
.all-course-page .main-slide .hover-slide-block .flex{
	justify-content: center;
}
.all-course-page .main-slide .hover-slide-block .info-block{
	width: 95%;
	margin-top: -45px;
}
.all-course-page .main-slide .hover-slide-block .info-block .photo-block{
	height: 190px;
	background-image: url(../images/info-block.png);
	background-size: cover;
	background-position: center;
}
.all-course-page .main-slide .hover-slide-block .info-block .info-block-links{
	padding-left: 35px;
	background-color: rgba(23, 23, 23,0.3);
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.all-course-page .main-slide .hover-slide-block .info-block .info-block-links ul li a{
	padding: 22px 0;
	font-size: 13px;
	text-transform: uppercase;
	color:#fff;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	display: block;
	position: relative;
}
.all-course-page .main-slide .hover-slide-block .info-block .info-block-links ul li:last-child a{
	border: 0;
}
.all-course-page .main-slide .hover-slide-block .info-block .info-block-links ul li a:after,.child-tabs-block .tabs li a:after{
	content: '\f2fb';
	position: absolute;
	top:19px;
	right: 25px;
	font-family: material-design-iconic-font;
	font-size: 18px;
	transition: all 0.3s ease;
}
.all-course-page .main-slide .hover-slide-block .info-block .info-block-links ul li a:hover:after,.child-tabs-block .tabs li a:hover:after{
	right: 15px;
}
.all-course-page .main-slide .hover-slide-block .close-hover-block{
	position: absolute;
	top: 20px;
    right: 15px;
    z-index: 2;
}
.all-course-page .main-slide .hover-slide-block .close-hover-block img{
	width: 30px;
}
.all-course-page .main-slide .hover-slide-block .close-hover-block:hover{
	opacity: 0.6;
}
.info-title-block .h2-block,.briefcases .h2-block,.our-clients .h2-block{
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 30px;
}
.info-title-block{
	padding-bottom: 40px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.link-3 .info-title-block{
	margin-top: 30px;
}
.info-title-block p{
	font-size: 16px;
	line-height: 25px;
}
.info-title-block a{
	color:#0b9ed7;
	border-bottom: 1px solid #0b9ed7;
}
.info-title-block img{
	margin: auto;
}

.map-block {
	position: relative;
	margin-bottom: 40px;
}

.map-block #map {
	width: 100%;
	height: 600px;
	
}

.map-block .info-block{
	width: 30%;
	height: 500px;
	position: absolute;
	background: #fff;
	box-shadow: 0px 13px 29px 0px rgba(201, 201, 201, 0.5);
	top:9%;
	right: 10%;
}
.map-block .info-block .h2-block{
	font-size: 27px;
	font-weight: 300;
	padding-top: 40px;
	padding-left: 40px;
}
.map-block .info-block .tabs{
	border-bottom: 1px solid #ccc;
	padding-left: 40px;
	margin-top: 30px;
	margin-bottom: 20px;
}
.map-block .info-block .tabs li{
	display: inline-block;
	padding-right: 20px;
}
.map-block .info-block .tabs li a{
	padding-bottom: 10px;
	font-size: 15px;
	color:#000;
	display: inline-block;
}
.map-block .info-block .tabs li.active a{
	color:#09a6e3;
	border-bottom: 1px solid #09a6e3
}
.map-block .info-block .tab-pane{
	padding:0 40px;
}
.map-block .info-block .toggle-bg{
	background: #494949;
    -khtml-border-radius: 27px;
    -moz-border-radius: 27px;
    -ms-border-radius: 27px;
    -o-border-radius: 27px;
    -webkit-border-radius: 27px;
    border-radius: 27px;
    box-shadow: 0px 5px 15px -4px rgba(0,0,0,0.15);
    display: inline-block;
    height: 27px;
    position: relative;
    width: 50px;
    margin: 0 10px 0 0;
    top:10px;
}
.map-block .info-block .toggle-bg input{
	height: 27px;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 50px;
    z-index: 2;
    zoom: 1;
    filter: alpha(opacity=0);
}
.map-block .info-block .toggle-bg .switch{
	background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…BoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #fefefe 50%, #fdfdfd 51%, #ffffff 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(50%,#fefefe), color-stop(51%,#fdfdfd), color-stop(100%,#ffffff));
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#fefefe 50%,#fdfdfd 51%,#ffffff 100%);
    background: -o-radial-gradient(center, ellipse cover, #ffffff 0%,#fefefe 50%,#fdfdfd 51%,#ffffff 100%);
    background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%,#fefefe 50%,#fdfdfd 51%,#ffffff 100%);
    background: radial-gradient(ellipse at center, #ffffff 0%,#fefefe 50%,#fdfdfd 51%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
    -khtml-border-radius: 27px;
    -moz-border-radius: 27px;
    -ms-border-radius: 27px;
    -o-border-radius: 27px;
    -webkit-border-radius: 27px;
    border-radius: 27px;
    -khtml-box-shadow: 0 1px 1px #65727b, 0 0 1px #b6bdc2;
    -moz-box-shadow: 0 1px 1px #65727b, 0 0 1px #b6bdc2;
    -ms-box-shadow: 0 1px 1px #65727b, 0 0 1px #b6bdc2;
    -o-box-shadow: 0 1px 1px #65727b, 0 0 1px #b6bdc2;
    -webkit-box-shadow: 0 1px 1px #65727b, 0 0 1px #b6bdc2;
    box-shadow: 0 1px 1px #65727b, 0 0 1px #b6bdc2;
    display: block;
    float: left;
    height: 18px;
    left: 23px;
    position: relative;
    top: 2.5px;
    -khtml-transition: left .2s ease;
    -moz-transition: left .2s ease;
    -ms-transition: left .2s ease;
    -o-transition: left .2s ease;
    -webkit-transition: left .2s ease;
    transition: left .2s ease;
    width: 18px;
    z-index: 1;
}
.map-block .info-block .toggle-bg input:checked~.switch{left: 5px;} /* initial toggle position */

.map-block .info-block .toggle-bg input~:checked~.switch{left: 23px;} /* final relative toggle position */

.map-block .info-block .toggle-bg input:checked{z-index: 0;}
.map-block .info-block p{
	font-size: 15px;
	margin-bottom: 20px;
}
.map-block .info-block p:nth-child(3){
	margin-bottom: 30px;
}
.map-block .info-block .child-place{
	color:#f56b00;
}
.map-block .info-block .child-place .toggle-bg{
	background:#f56b00;
	border: 2px solid #f56b00;
}
.map-block .info-block .adults-place{
	color:#09a6e3;
}
.map-block .info-block .adults-place .toggle-bg{
	background: #09a6e3;
	border: 2px solid #09a6e3;
}

.map-block .info-block .office-place{
	color:#6639b6;
}
.map-block .info-block .office-place .toggle-bg{
	background: #6639b6;
	border: 2px solid #6639b6;
} 
.map-block .info-block .office-place .toggle-bg .switch{
	background: #fff;
}
.map-block .info-block .phones{
	margin: 30px 0 15px 0;
}
.map-block .info-block .phones li{
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: 600;
	letter-spacing: 1px;
}
.map-block .info-block .contacts-links li{
	display: inline-block;
	padding: 0 10px;
}
.map-block .info-block .contacts-links li:first-child{
	border-right: 1px solid #09a6e3;
	padding-left: 0;
}
.map-block .info-block .contacts-links li a{
	color:#09a6e3;
}
.map-block .info-block .toggle-bg.active{
	background: #ccc;
	border: 2px solid #ccc;
}
.map-block .info-block p.active{
	color:#ccc;
}
.map-block .info-block header .h2-block{
	padding: 0;
}
.map-block .info-block header{
	padding:30px 40px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}
.courses-block ul li{
	font-size: 23px;
	font-weight: 600;
	position: relative;
	cursor: pointer;
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
	line-height: 45px;
}
.courses-block ul li:first-child{
	border-top: 1px solid #ccc;
}
.courses-block ul li:first-child .row{
	display: block;
}
.courses-block ul li .row{
	display: none;
}
.courses-block ul li .plus-block{
	display: inline-block;
	margin-right: 10px;
	font-weight: bold;
}
.courses-block ul li .badge{
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
	padding: 3px 10px;
	background: #edeff0;
	font-weight: 400;
	border-radius: 3px;
	position: relative;
	top:-2px;
	right: -10px;
	line-height: 20px;
}
.courses-block ul li .arrow-block{
	float: right;
	display: inline-block;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	background: #f0f0f0;
	text-align: center;
	line-height: 52px;
}
.courses-block ul li .arrow-block.active{
	display: none;
}
.courses-block ul li .content{
	font-size: 13px;
	line-height: 23px;
	font-weight: 400;
}
.courses-block .course-block{
	padding: 25px;
	min-height: 395px;
	align-items: flex-start;
	border-radius: 4px;
	cursor: auto;
}
.courses-block  .course-block a span{
	font-size: 13px;
	color:#a2a2a2;
	display: inline-block;
	padding-left: 10px;
}
.courses-block  .course-block a img{
    max-width: 36px;
}
.courses-block.exam-wrapper .course-block{
	min-height: 420px;
}
.courses-block .course-block b{
	font-size: 15px;
	margin:10px  0;
	display: block;
	color:#000;
	line-height: 20px;
}
.courses-block .course-block p{
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	color:#000;
}
.courses-block .course-block .footer-block a,#hidden-content footer a{
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	color:#000;
	text-transform: uppercase;
	padding: 12px 40px;
	border: 1px solid #ccc;
	border-radius: 6px;
	line-height: 19px;
}
#hidden-content footer a{
	padding: 12px 0;
}
.courses-block .course-block a i{
	margin-left: 15px;
	font-size: 16px;
	position: relative;
	right: 0;
}
.courses-block .course-block a.fast-view{
	border: 0;
}
.courses-block .course-block a.fast-view i{
	left: -2px;
	top:2px;
}
.courses-block .course-block:hover{
	box-shadow: 0px 14px 40.02px 5.98px rgba(35, 35, 35, 0.1);
}
.courses-block .course-block:hover b{
	color:#2ab2e7;
}
.courses-block .course-block:hover .footer-block a,#hidden-content footer a:hover{
	color:#2ab2e7;
	border: 1px solid #2ab2e7;
}
.courses-block .course-block .footer-block a:hover i{
	right: -10px;
}
.courses-block .course-block:hover .footer-block a.fast-view{
	border: 0;
}
.courses-block .course-block .footer-block a.fast-view:hover i{
	right: 0;
	transform: scale(1.1);
}
.courses-block ul li .slider-wrapper,.courses-block ul li .slider-wrapper .swiper-slide a{
	position: relative;
}
.courses-block ul li .slider-wrapper .swiper-container{
	padding: 10px 15px 100px 15px;
}
.courses-block ul li .slider-wrapper .swiper-slide a .opacity-block .age{
	position: absolute;
	top:20px;
	left: 20px;
	font-size: 11px;
	color:#fff;
	text-transform: uppercase;
	line-height: 25px;
	font-weight: 400;
}
.courses-block ul li .slider-wrapper .swiper-slide a .opacity-block .badge{
	position: static;
	text-transform: uppercase;
	background: #e8283c;
	width: 130px;
	line-height: 25px;
	font-size: 11px;
	margin-bottom: 15px;
}
.courses-block ul li .slider-wrapper .swiper-slide a .opacity-block .info{
	line-height: 25px;
	font-size: 11px;
	text-transform: uppercase;
	color:rgba(255,255,255,0.5);
	font-weight: 400;
	margin-bottom: 15px;
}
.courses-block ul li .slider-wrapper .swiper-slide a .opacity-block p{
	line-height: 25px;
}
.courses-block ul li .slider-wrapper .swiper-slide a{
	transition: all 0.3s;
	border-radius: 5px;
}
.courses-block ul li .slider-wrapper .swiper-slide a:after{
	position: absolute;
	content: '';
	width: 110%;
	height: 330px;
	background: #0090ff;
	z-index: -1;
	top:-10px;
	left: -5%;
	border-radius: 5px;
	transition: all 0.3s;
	opacity: 0;
}
.courses-block ul li .slider-wrapper .swiper-slide a:before{
	position: absolute;
	content: attr(data-text);
	top:100%;
	background: #0090ff;
	width: 110%;
	left: -5%;
	font-size: 13px;
	color:#fff;
	line-height: 20px;
	font-weight: 400;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 10px 15px;
	z-index: 4;
	transition: all 0.3s;
	opacity: 0;
}
.courses-block ul li .slider-wrapper .swiper-slide a:hover:after,.courses-block ul li .slider-wrapper .swiper-slide a:hover:before{
	opacity: 1;
}
.courses-block ul li .slider-wrapper .swiper-button-next, .courses-block ul li .slider-wrapper .swiper-button-prev{
	top:42%;
}
.courses-block ul li .count-course a{
	line-height: 20px;
}
.course-page{
	margin-top: 40px;
	margin-bottom: 40px;
}
.course-page .nice-select{
	float: none;
	display: inline-block;
	margin-bottom: 30px;
	border: 0;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
	margin-left: 15px;
}
.course-page .nice-select .current{
	color:#8e8e8e;
}
.course-page .nice-select:after{
	top:65%;
}
.course-page .nice-select:before{
	border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 45%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}
.course-page  .nice-select.open:before{
	-webkit-transform: rotate(-315deg);
    -ms-transform: rotate(-315deg);
    transform: rotate(-315deg);
}
.course-page .course-links li{
	margin-bottom: 5px;
}
.course-page .course-links li a{
	padding: 10px 20px;
	color:#000;
	display: block;
	border-radius: 4px;
	width: 80%;
	transition: all 0.3s ease;
}
.course-page .course-links li.active a{
	background: #e5effa;
	color:#0066cc;
}
.course-page .course-links li a:hover{
	color:#0066cc;
}
.course-page .h2-block{
	font-size: 35px;
	font-weight: 600;
}
.course-page .links{
	margin: 15px 0 30px 0;
}
.course-page .links a{
	display: inline-block;
	border-bottom: 1px solid rgba(204, 204, 204, 0.6);
	color:#000;
	margin-right: 20px;
	font-size: 16px;
	transition: all 0.3s ease;
}
.course-page .links a:hover{
	opacity: 0.6;
}
.course-page .text-block{
	padding: 20px 0 50px 0;
	border-bottom: 3px solid #000;
}
.course-page .text-bottom-block{
	padding: 50px 0;
}
.course-page .text-block ul{
	padding-left: 20px;
}
.course-page .text-block p,.course-page .text-bottom-block,.course-page .text-block li{
	font-size: 18px;
}
.course-page .bottom-links a{
	font-size: 12px;
	padding: 13px 30px;
	text-transform: uppercase;
	border: 1px solid #0066cc;
	color:#0066cc;
	border-radius: 4px;
	margin-right: 20px;
	transition: all 0.3s ease;
	display: inline-block;
}
.course-page .bottom-links a:hover{
	background: #0066cc;
	color:#fff;
}
.purple .main-slider-block .main-link-blocks div a,.blue .main-slider-block .main-link-blocks div a,.green .main-slider-block .main-link-blocks div a,.orange .main-slider-block .main-link-blocks div a{
	background-image: none;
	background: #0066cc;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.blue .main-slider-block .main-link-blocks div:nth-child(2) a{
	background: #0059BF;
}
.blue .main-slider-block .main-link-blocks div:nth-child(3) a{
	background: #004DB3;
}
.blue .main-slider-block .main-link-blocks div:nth-child(4) a{
	background: #0040A6;
}
.link-1 .photo-albums .swiper-slide:hover .opacity-block:after,.blue .photo-albums .swiper-slide:hover .opacity-block:after{
	border: 5px solid #0066cc;
}
.purple .main-slider-block .main-link-blocks div a p,.blue .main-slider-block .main-link-blocks div a p,.green .main-slider-block .main-link-blocks div a p,.orange .main-slider-block .main-link-blocks div a p{
	padding-top: 0;
}
.green a{
	color:#0097a7;
}
.green .courses-block ul li .course-block:hover .footer-block a{
	color:#0097a7;
	border:1px solid #0097a7;
}
.green .courses-block ul li .course-block:hover b,.green .with-our-programm .news-block{
	color:#0097a7;
}
.green .main-slider-block .main-link-blocks div a{
	background: #0097a7;
}
.green .main-slider-block .main-link-blocks div:nth-child(2) a{
	background: #008A9A;
}
.green .main-slider-block .main-link-blocks div:nth-child(3) a{
	background: #007E8E;
}
.green .main-slider-block .main-link-blocks div:nth-child(4) a{
	background: #007181
}
.green .main-slider-block.all-course-page .company-bottom{
	background: rgba(0, 151, 167, 0.8);
}
.green .course-page .course-links li.active a{
	background: #e5f4f6;
	color:#0097a7;
}
.green .course-page .bottom-links a{
	border: 1px solid #0097a7;
    color: #0097a7;
}
.green .course-page .bottom-links a:hover{
	background: #0097a7;
	color:#fff;
}
.green .all-course-page .main-slide .hover-slide-block,.link-3 .all-course-page .main-slide .hover-slide-block{
	background: #0097a7;
}
.green .all-course-page .main-slide .opacity-block .text-block .more-btn,.link-3 .all-course-page .main-slide .opacity-block .text-block .more-btn,.green .all-course-page .main-slide .hover-slide-block .tabs li.active a,.link-3 .all-course-page .main-slide .hover-slide-block .tabs li.active a{
	color:#0097a7
}
.green .review-left-btn{
	background: #0097a7;
}
.green .review-list-categories li.active a,.green .review-list-categories li a:hover,.green .review-list-categories li a:focus{
	color:#0097a7;
	background: #e5f4f6;
}
.link-2 .all-course-page .main-slide .hover-slide-block,.orange .all-course-page .main-slide .hover-slide-block,.link-2 .photo-albums .swiper-pagination-bullet,.orange .photo-albums .swiper-pagination-bullet{
	background: #f56b00;
}
.link-2 .flags-selects .swiper-container .swiper-slide a.course-block .h4-block,.orange .flags-selects .swiper-container .swiper-slide a.course-block .h4-block,.link-2 .video-reviews .gallery-thumbs .swiper-slide-active .thumb-block p,.orange .video-reviews .gallery-thumbs .swiper-slide-active .thumb-block p,.link-2  .all-course-page .main-slide .hover-slide-block .tabs li.active a,.orange .all-course-page .main-slide .opacity-block .text-block .more-btn,.link-2 .all-course-page .main-slide .opacity-block .text-block .more-btn{
	color:#f56b00;
}
.link-2 .lang-block .flags li.active,.orange .lang-block .flags li.active{
	color:#f56b00;
	border-bottom: 3px solid #f56b00;
}
.link-2 .flags-selects .count-course .button-group a,.orange .flags-selects .count-course .button-group a,.link-2 .flags-selects .swiper-container .swiper-slide a.course-block:hover,.orange .flags-selects .swiper-container .swiper-slide a.course-block:hover{
	background: #f56b00;
	border: 1px solid #f56b00;
}
.link-2 .flags-selects .count-course .button-group a.test-button,.orange .flags-selects .count-course .button-group a.test-button{
	background: transparent;
	color:#f56b00;
}
.link-2 .flags-selects .count-course a,.orange .flags-selects .count-course a,.link-2 .video-reviews .gallery-thumbs .swiper-slide-active,.orange .video-reviews .gallery-thumbs .swiper-slide-active{
	color:#f56b00;
	border-bottom: 1px solid #f56b00;
}
.link-2 .flags-selects .swiper-container .swiper-slide a.course-block:hover .h4-block,.orange .flags-selects .swiper-container .swiper-slide a.course-block:hover .h4-block,.link-2 .flags-selects .count-course .button-group a,.orange .flags-selects .count-course .button-group a{
	color:#fff;
}
.link-2 .video-reviews .reviews-block header,.orange .video-reviews .reviews-block header{
	background-image: url(../images/rev2-bg.png);
}
.link-2 .main-slider-block.all-course-page .company-bottom,.orange .main-slider-block.all-course-page .company-bottom{
	background: rgba(250, 121, 33, 0.7);
}
.orange .main-slider-block .main-link-blocks div:nth-child(1) a{
	background: #f56b00;
}
.orange .main-slider-block .main-link-blocks div:nth-child(2) a{
	background: #E85D00;
}
.orange .main-slider-block .main-link-blocks div:nth-child(3) a{
	background: #DC5100;
}
.orange .main-slider-block .main-link-blocks div:nth-child(4) a{
	background: #CF4400;
}
.orange .review-left-btn{
	background: #f56b00;
}
.orange .review-list-categories li.active a,.orange .review-list-categories li a:hover,.orange .review-list-categories li a:focus{
	color:#f56b00;
	background: rgba(250, 121, 33, 0.2);
}
.link-2 .courses-block .course-block:hover b,.orange .courses-block .course-block:hover b{
	color:rgba(250, 121, 33, 1);
}
.link-2 .courses-block .course-block:hover .footer-block  a,.orange .courses-block .course-block:hover .footer-block a,.link-2 .course-page .bottom-links a,.orange .course-page .bottom-links a{
	color:rgba(250, 121, 33, 1);
	border: 1px solid rgba(250, 121, 33, 1);
}
.link-2 .courses-block .course-block:hover .footer-block  a.fast-view,.orange .courses-block .course-block:hover .footer-block  a.fast-view{
	border: 0;
}
.link-2 #hidden-content footer a,.orange #hidden-content footer a{
	color:rgba(250, 121, 33, 1);
	border: 1px solid rgba(250, 121, 33, 1);
}
.link-2 #hidden-content footer a:hover,.orange #hidden-content footer a:hover{
	background: rgba(250, 121, 33, 1);
	border: 1px solid rgba(250, 121, 33, 1);
}
.link-2 .course-page .course-links li.active a,.orange .course-page .course-links li.active a{
	color:rgba(250, 121, 33, 1);
	background: rgba(250, 121, 33, 0.2);
}
.link-2 .course-page .course-links li a:hover,.orange .course-page .course-links li a:hover{
	color:rgba(250, 121, 33, 1);
}
.link-2 .course-page .bottom-links a:hover,.orange .course-page .bottom-links a:hover{
	background: rgba(250, 121, 33, 1);
	color:#fff;
}
.link-2 .photo-albums .swiper-slide:hover .opacity-block:after,.orange .photo-albums .swiper-slide:hover .opacity-block:after{
	border: 5px solid #f56b00;
}
.with-our-programm .h2-block{
	font-size: 27px;
	font-weight: 300;
	margin:40px 0 30px 0;
}
.with-our-programm .news-block{
	display: block;
	color:#0066cc;
}
.with-our-programm .news-block p{
	font-size: 18px;
	margin-top: 10px;
}
.with-our-programm .news-block .photo-block{
	height: 200px;
	background-size: cover;
	display: block;
}
.link-3 .info-title-block a{
	color:#0097a7;
	border-bottom: 1px solid #0097a7;
}
.link-3 .main-slider-block.all-course-page .company-bottom{
	background: rgba(0, 151, 167, 0.8);
}
.link-3 .video-reviews .reviews-block header{
	background-image: url(../images/rev-bg2.png);
}
.link-3 .video-reviews .gallery-thumbs .thumb-block p{
	color:#0097a7;
}
.link-3 .video-reviews .gallery-thumbs .swiper-slide-active{
	border-bottom: 1px solid #0097a7;
}
.link-3 .photo-albums .swiper-slide:hover .opacity-block:after,.green .photo-albums .swiper-slide:hover .opacity-block:after{
	border: 5px solid #0097a7;
}
.link-3 .video-reviews .reviews-block header,.green .video-reviews .reviews-block header{
	background-image: url(../images/rev-bg2.png);
}
.link-3 .video-reviews .gallery-thumbs .swiper-slide .thumb-block p{
	color:#000;
}
.link-3 .video-reviews .gallery-thumbs .swiper-slide-active .thumb-block p{
	color:#0097a7;
}
.link-3 ul[role="tablist"]{
	display: none;
}
.link-3  .hover-slide-block  .tab-content{
	margin-top: 0!important;
}
.link-4 .main-slider-block.all-course-page .company-bottom, .purple .main-slider-block.all-course-page .company-bottom{
	background: rgba(214, 55, 115, 0.8);
}
.link-4 .all-course-page .main-slide .hover-slide-block,.purple .all-course-page .main-slide .hover-slide-block{
	background: rgba(214, 55, 115, 1); 
}
.link-4 .all-course-page .main-slide .opacity-block .text-block .more-btn,.purple .all-course-page .main-slide .opacity-block .text-block .more-btn{
	color:rgba(214, 55, 115, 1);
}
.purple .main-slider-block .main-link-blocks div a{
	background: #d63773;
}
.purple .main-slider-block .main-link-blocks div:nth-child(2) a{
	background: #C92A66;
}
.purple .main-slider-block .main-link-blocks div:nth-child(3) a{
	background: #BD1E5A;
}
.purple .main-slider-block .main-link-blocks div:nth-child(4) a{
	background: #B0114D;
}
.link-4 .photo-albums .swiper-slide:hover .opacity-block:after,.purple .photo-albums .swiper-slide:hover .opacity-block:after{
	border: 5px solid #d63773;
}
.link-4 .video-reviews .reviews-block header,.purple .video-reviews .reviews-block header{
	background-image: url(../images/rev-bg3.png);
}
.link-4 .video-reviews .gallery-thumbs .swiper-slide-active .thumb-block p,.purple .video-reviews .gallery-thumbs .swiper-slide-active .thumb-block p,.purple .courses-block .count-course a{
	color:#d63773;
}
.link-4 .video-reviews .gallery-thumbs .swiper-slide-active,.purple .video-reviews .gallery-thumbs .swiper-slide-active,.purple .courses-block .count-course a {
	border-bottom: 1px solid #d63773;
}
.link-4 .courses-block .count-course .button-group a,.purple  .courses-block .count-course .button-group a{
	border: 1px solid #d63773;
    background: #d63773;
    color:#fff;
}
.link-4 .courses-block .count-course .button-group a.test-button,.purple  .courses-block .count-course .button-group a.test-button{
	border: 1px solid #d63773;
    background: transparent;
    color:#d63773;;
}
.purple .course-page .course-links li.active a{
	color:#d63773;
	background: rgba(214, 55, 115, 0.4);
}
.purple .course-page .bottom-links a{
	background: #d63773;
	border: 1px solid #d63773;
	color:#fff;
}
.purple .course-page .bottom-links a:hover{
	background: transparent;
	color:#d63773;
}
.green .review-left-btn{
	color:#fff;
}
.blue .course-content strong,.blue .course-content h2{
    
}
.briefcases{
	position: relative;
}
.briefcases .swiper-slide .company-block{
	border: 1px solid #ccc;
	border-radius: 4px;
	min-height: 570px;
}
.briefcases .swiper-slide .company-block .header-block{
	padding: 30px 25px;
	border-bottom: 1px solid #ccc;
}
.briefcases .swiper-slide .company-block .header-block .client,.briefcases .swiper-slide .company-block .header-block .task{
	margin: 0 50px;
	font-size: 16px;
	color:#9e9e9e;
}
.briefcases .swiper-slide .company-block .header-block .client a{
	color:#0097a7;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(0, 151, 167, 0.6);
}
.briefcases .swiper-slide .company-block .header-block .client span{
	display: block;
}
.briefcases .swiper-slide .company-block .header-block .task{
	margin: 0;
}
.briefcases .swiper-slide .company-block .header-block .task div{
	color:#000;
}
.briefcases .swiper-slide .company-block .header-block p{
	font-size: 15px;
	margin-top: 20px;
}
.briefcases .swiper-slide .company-block .footer-block{
	font-size: 15px;
	padding:30px 25px;
}
.briefcases .swiper-pagination{
	width: 100%;
	left: 0;
	bottom: 0;
}
.briefcases .swiper-pagination .swiper-pagination-bullet{
	height: 15px;
	width: 15px;
	background: #0097a7;
	margin: 0 7px;
}
.briefcases .company-boxes-link{
	font-size: 12px;
	text-transform: uppercase;
	border-bottom: 1px solid #0097a7;
	color:#0097a7;
}
.briefcases .company-boxes-fancy{
	color:#fff;
	text-transform: uppercase;
	padding: 15px 40px;
	font-size: 12px;
	background: #0097a7;
	border-radius: 4px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	z-index: 11;
}
.briefcases .flex-links{
	margin-top: 40px;
}
.briefcases .swiper-button-next{
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ3Ny4xNzUgNDc3LjE3NSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDc3LjE3NSA0NzcuMTc1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPGc+Cgk8cGF0aCBkPSJNMzYwLjczMSwyMjkuMDc1bC0yMjUuMS0yMjUuMWMtNS4zLTUuMy0xMy44LTUuMy0xOS4xLDBzLTUuMywxMy44LDAsMTkuMWwyMTUuNSwyMTUuNWwtMjE1LjUsMjE1LjUgICBjLTUuMyw1LjMtNS4zLDEzLjgsMCwxOS4xYzIuNiwyLjYsNi4xLDQsOS41LDRjMy40LDAsNi45LTEuMyw5LjUtNGwyMjUuMS0yMjUuMUMzNjUuOTMxLDI0Mi44NzUsMzY1LjkzMSwyMzQuMjc1LDM2MC43MzEsMjI5LjA3NXogICAiIGZpbGw9IiMwMDk3YTciLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
}
.briefcases .swiper-button-prev{
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ3Ny4xNzUgNDc3LjE3NSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDc3LjE3NSA0NzcuMTc1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI1NnB4IiBoZWlnaHQ9IjI1NnB4Ij4KPGc+Cgk8cGF0aCBkPSJNMTQ1LjE4OCwyMzguNTc1bDIxNS41LTIxNS41YzUuMy01LjMsNS4zLTEzLjgsMC0xOS4xcy0xMy44LTUuMy0xOS4xLDBsLTIyNS4xLDIyNS4xYy01LjMsNS4zLTUuMywxMy44LDAsMTkuMWwyMjUuMSwyMjUgICBjMi42LDIuNiw2LjEsNCw5LjUsNHM2LjktMS4zLDkuNS00YzUuMy01LjMsNS4zLTEzLjgsMC0xOS4xTDE0NS4xODgsMjM4LjU3NXoiIGZpbGw9IiMwMDk3YTciLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
}
.our-clients .swiper-container{
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}
.our-clients .swiper-wrapper{
	align-items: center;
}
.our-clients .h2-block{
	text-align: center;
	margin-top: 40px;
}
.our-clients .swiper-wrapper .swiper-slide{
	text-align: center;
}
.our-clients .swiper-button-next{
	right: 0;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ3Ny4xNzUgNDc3LjE3NSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDc3LjE3NSA0NzcuMTc1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI1NnB4IiBoZWlnaHQ9IjI1NnB4Ij4KPGc+Cgk8cGF0aCBkPSJNMzYwLjczMSwyMjkuMDc1bC0yMjUuMS0yMjUuMWMtNS4zLTUuMy0xMy44LTUuMy0xOS4xLDBzLTUuMywxMy44LDAsMTkuMWwyMTUuNSwyMTUuNWwtMjE1LjUsMjE1LjUgICBjLTUuMyw1LjMtNS4zLDEzLjgsMCwxOS4xYzIuNiwyLjYsNi4xLDQsOS41LDRjMy40LDAsNi45LTEuMyw5LjUtNGwyMjUuMS0yMjUuMUMzNjUuOTMxLDI0Mi44NzUsMzY1LjkzMSwyMzQuMjc1LDM2MC43MzEsMjI5LjA3NXogICAiIGZpbGw9IiNiNGI0YjQiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
}
.our-clients .swiper-button-prev{
	left: 0;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ3Ny4xNzUgNDc3LjE3NSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDc3LjE3NSA0NzcuMTc1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI1NnB4IiBoZWlnaHQ9IjI1NnB4Ij4KPGc+Cgk8cGF0aCBkPSJNMTQ1LjE4OCwyMzguNTc1bDIxNS41LTIxNS41YzUuMy01LjMsNS4zLTEzLjgsMC0xOS4xcy0xMy44LTUuMy0xOS4xLDBsLTIyNS4xLDIyNS4xYy01LjMsNS4zLTUuMywxMy44LDAsMTkuMWwyMjUuMSwyMjUgICBjMi42LDIuNiw2LjEsNCw5LjUsNHM2LjktMS4zLDkuNS00YzUuMy01LjMsNS4zLTEzLjgsMC0xOS4xTDE0NS4xODgsMjM4LjU3NXoiIGZpbGw9IiNiNGI0YjQiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
}
.slide-blue{
	background: -moz-linear-gradient(left, rgba(25,118,210,1) 0%, rgba(105,172,228,0) 80%, rgba(125,185,232,0) 100%);
background: -webkit-linear-gradient(left, rgba(25,118,210,1) 0%,rgba(105,172,228,0) 80%,rgba(125,185,232,0) 100%);
background: linear-gradient(to right, rgba(25,118,210,1) 0%,rgba(105,172,228,0) 80%,rgba(125,185,232,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1976d2', endColorstr='#007db9e8',GradientType=1 );
}
.slide-orange{
	background: -moz-linear-gradient(left, rgba(250,121,33,1) 0%, rgba(150,172,192,0) 80%, rgba(125,185,232,0) 100%);
background: -webkit-linear-gradient(left, rgba(250,121,33,1) 0%,rgba(150,172,192,0) 80%,rgba(125,185,232,0) 100%);
background: linear-gradient(to right, rgba(250,121,33,1) 0%,rgba(150,172,192,0) 80%,rgba(125,185,232,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa7921', endColorstr='#007db9e8',GradientType=1 );
}
.slide-green{
	background: -moz-linear-gradient(left, rgba(0,151,167,1) 0%, rgba(101,179,220,0) 81%, rgba(125,185,232,0) 100%);
background: -webkit-linear-gradient(left, rgba(0,151,167,1) 0%,rgba(101,179,220,0) 81%,rgba(125,185,232,0) 100%);
background: linear-gradient(to right, rgba(0,151,167,1) 0%,rgba(101,179,220,0) 81%,rgba(125,185,232,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0097a7', endColorstr='#007db9e8',GradientType=1 );
}
.slide-purple{
	background: -moz-linear-gradient(left, rgba(48,63,159,1) 0%, rgba(110,162,218,0) 81%, rgba(125,185,232,0) 100%);
background: -webkit-linear-gradient(left, rgba(48,63,159,1) 0%,rgba(110,162,218,0) 81%,rgba(125,185,232,0) 100%);
background: linear-gradient(to right, rgba(48,63,159,1) 0%,rgba(110,162,218,0) 81%,rgba(125,185,232,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303f9f', endColorstr='#007db9e8',GradientType=1 );
}
.socials-fixed{
	position: fixed;
	top:105px;
	right: 5px;
	z-index: 10;
}
.socials-fixed  a{
	display: block;
	width: 40px;
	height: 40px;
	color:#fff;
	line-height: 42px;
	text-align: center;
	font-size: 18px;
	transition: all 0.3s;
}
.socials-fixed  a:hover{
	transform: scale(1.1);
}
.socials-fixed  a.facebook{
	background: #3b5999;
}
.socials-fixed  a.vk{
	background: #4c75a3;
}
.socials-fixed  a.twitter{
	background: #55acee;
}
.socials-fixed  a.youtube{
	background: #e52d27;
}
.socials-fixed  a.instagram{
	background-image: url(../images/insta.png);
	background-position: center;
}
.socials-fixed.fixed-block{
	right: -30px;
}
.socials-fixed.fixed-block:hover{
	right: 5px;
}
#hidden-content{
	padding: 0;
	width: 40%;
	box-shadow: 0px 26px 67.94px 11.06px rgba(201, 201, 201, 0.59);
	overflow: visible;
}
#hidden-content .photo-block{
	height: 220px;
	background-size: cover;
	background-position: center;
}
#hidden-content .text-block{
	height: 500px;
	overflow-y: scroll;
	padding: 30px;
}
#hidden-content footer{
	border-top: 1px solid #ccc;
	padding: 20px 30px;
}
#hidden-content footer a{
	width: 31%;
	outline: none;
	text-align: center;
	border: 1px solid #2ab2e7;
	color:#2ab2e7;
	line-height: 18px;
	margin: 0 5px;
}
#hidden-content footer a.cost{
	border: 0;
}
#hidden-content footer a:hover{
	background: #2ab2e7;
	color:#fff;
}
#hidden-content .arrows{
	position: absolute;
	top: 45%;
	width: 100%;
	left: 0;
}
#hidden-content .arrows div{
	padding-top: 5px;
	position: absolute;
	height: 60px;
	width: 150px;
	background-repeat: no-repeat;
	cursor:pointer;
	font-size: 13px;
	color:#b2b2b2;
}
#hidden-content .arrows .arrow-right{
	right: -170px;
	background-image: url(../images/arrow-right.svg);
	padding-right: 40px;
	background-position: 100% center;
}
#hidden-content .arrows .arrow-left{
	left: -170px;
	background-image: url(../images/arrow-left.svg);
	padding-left: 65px;
	background-position: 0% center;
}
#hidden-content .arrows .arrow-right:hover{
	background-position: 110% center;
}
#hidden-content .arrows .arrow-left:hover{
	background-position: -10% center;
}
body .fancybox-bg{
	background: rgb(255,255,255);
}
body .fancybox-container--ready .fancybox-bg{
	opacity: 0.8;
}
#hidden-content2{
	text-align: center;
	padding: 40px;
	box-shadow: 0px 26px 67.94px 11.06px rgba(201, 201, 201, 0.59);
}
#hidden-content2 form input{
	display: block;
	padding: 10px;
    border: 1px solid #2ab2e7;
    margin: 15px auto 0 auto;
}
#hidden-content2 form input[type=submit]{
	margin-top: 20px;
	border:1px solid #2ab2e7;
	background: #2ab2e7;
	padding: 5px 10px;
	color:#fff;
	margin:20px auto;
	width: 100%;
}
#hidden-content2 form input[type=submit]:hover{
	background: transparent;
	color:#2ab2e7;
}
.alert-block{
	border: 1px solid #d62554;
	font-size: 16px;
	height: 90px;
	border-radius: 5px;
	margin-bottom: 30px;
}
.alert-block .alert{
	background: #d62554;
	color:#fff;
	height: 100%;
	line-height: 90px;
	padding: 0 30px;
}
.alert-block .alert-text-block{
	padding-left: 40px;
}
.alert-block .alert-text-block p{
	margin-bottom: 0;
}
.child-tabs-block{
	margin-bottom: 30px;
}
.child-tabs-block .wrapper{
	border: 2px solid #fa7921;
	padding: 20px;
}
.child-tabs-block h3{
	text-align: center;
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 20px;
	padding-bottom: 35px;
	border-bottom: 1px solid #ccc;
}
.child-tabs-block h4{
	display: inline-block;
	font-size: 18px;
	margin-bottom: 30px;
	background-image: url(../images/h3-border.png);
	background-repeat: no-repeat;
	background-position: 0 10px;
	margin-left: 30px;
}
.child-tabs-block .tabs{
	padding: 0 30px;
}
.child-tabs-block .tabs li{
	margin-bottom: 15px;
}
.child-tabs-block .tabs li a{
	display: block;
	padding: 13px 20px;
	border-radius: 30px;
	border: 1px dashed #fa7921;
	color:#fa7921;
	font-weight: 600;
	position: relative;
}
.child-tabs-block .tabs li.active a{
	background: #fa7921;
	border: 1px solid #fa7921;
	color:#fff;
}
.child-tabs-block .tabs li a:after{
    top: 12px;
}
.child-tabs-block .col-md-9{
	border-left: 1px solid #ccc;
}
.child-tabs-block .tab-content{
	height: 450px;
	overflow-y: scroll;
	padding-left: 10%;
}
.child-tabs-block .tab-content .tab-pane img{
	position: absolute;
	top:0;
	right: 20px;
}
.child-tabs-block .tab-content .tab-pane{
	position: relative;
}
.child-tabs-block .tab-content .tab-pane a{
	display: block;
	padding-right: 35%;
	position: relative;
}
.child-tabs-block .tab-content .tab-pane a h5{
	color:#000;
	text-transform: uppercase;
	display: inline-block;
	border-bottom: 1px solid #ccc;
}
.child-tabs-block .tab-content .tab-pane a p{
	color:#000;
	margin-top: 15px;
}
.child-tabs-block .tab-content .tab-pane a:after{
	content:'';
	position: absolute;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-left: 11px solid #fa7921;
	border-bottom: 6px solid transparent;
	top: 10px;
    left: -40px;
    transition: all 0.3s;
}
.child-tabs-block .tab-content .tab-pane a:hover:after{
	left: -25px;
}
.child-tabs-block .tab-content::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #e3e3e3;
	border-radius: 5px;
}

.child-tabs-block .tab-content::-webkit-scrollbar
{
	width: 7px;
	background-color: #888888;
}

.child-tabs-block .tab-content::-webkit-scrollbar-thumb
{
	background-color: #888888;
	border-radius: 5px;
}
.photo-albums{
	position: relative;
	margin-bottom: 30px;
}
.photo-albums .swiper-slide{
	padding-bottom: 20px;
	background-image: url(../images/album-bg.png);
	background-repeat: no-repeat;
    background-position: 50% 100%;
}
.photo-albums .photo-block{
	background-size: cover;
	display: block;
}
.photo-albums .opacity-block{
	height: 290px;
	justify-content: flex-end;
	padding: 20px;
	position: relative;
	background: rgba(0,0,0,0.3);
}
.photo-albums .opacity-block:after{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	transition: all 0.3s;
}
.photo-albums .swiper-slide:hover .opacity-block:after{
	border: 5px solid #0066cc;
}
.photo-albums .opacity-block span{
	font-size: 16px;
	color:#999fa3;
}
.photo-albums .opacity-block p{
	font-size: 24px;
	color:#fff;
	font-family: Georgia; 
}
.photo-albums .swiper-pagination-bullet{
	width: 13px;
	height: 13px;
}
.photo-albums .swiper-button-next, .photo-albums .swiper-button-prev,.learning-countries .swiper-button-next,.learning-countries .swiper-button-prev,.courses-block ul li .slider-wrapper .swiper-button-next,.courses-block ul li .slider-wrapper .swiper-button-prev{
	height: 100px;
	width: 50px;
	background-size: 80px;
	top:53%;
}
.photo-albums .swiper-button-next,.learning-countries .swiper-button-next,.courses-block ul li .slider-wrapper .swiper-button-next{
	background-image: url(../images/arrow-right.svg);
	right: -60px;
}
.photo-albums .swiper-button-prev,.learning-countries .swiper-button-prev,.courses-block ul li .slider-wrapper .swiper-button-prev{
	background-image: url(../images/arrow-left.svg);
	left: -60px;
}
.dd-select{ 
	border-radius:2px;
    border:solid 1px #ccc; 
    position:relative; 
    cursor:pointer;
    background: transparent!important;
    border-radius: 4px;
}
.dd-desc { 
	color:#aaa; 
	display:block; 
	overflow: hidden; 
	font-weight:normal; 
	line-height: 1.4em; 
}
body .dd-selected{ 
	overflow:hidden; 
	display:block; 
	padding:5px 25px 5px 20px; 
	font-weight:bold;
	color:#fff;
}
body .dd-pointer{ 
	width:0; 
	height:0; 
	position:absolute; 
	right:10px; 
	top:50%; 
	margin-top:-3px;
}
body .dd-pointer-down{ 
	border:solid 5px transparent; 
	border-top:solid 5px #fff; 
}
body .dd-pointer-up{
	border:solid 5px transparent !important; 
	border-bottom:solid 5px #fff !important; 
	margin-top:-8px;
}
.dd-options{ 
	border:solid 1px #ccc; 
	left:0;
	border-top:none; 
	list-style:none; 
	box-shadow:0px 1px 5px #ddd; 
	display:none; 
	position:absolute; 
	z-index:2000; 
	margin:0; 
	padding:0;
	background:#fff; 
	overflow:auto;
	width: 100%!important;
}
body .dd-option{ 
	padding:5px 15px; 
	display:block; 
	border-bottom:solid 1px #ddd; 
	overflow:hidden; 
	text-decoration:none; 
	color:#333; 
	cursor:pointer;
	-webkit-transition: all 0.25s ease-in-out; 
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out; 
	font-size: 13px!important;
}
.dd-options > li:last-child > .dd-option{ 
	border-bottom:none;
}
.dd-option:hover{ 
	background:#f3f3f3; 
	color:#000;
}
.dd-selected-description-truncated { 
	text-overflow: ellipsis; 
	white-space:nowrap; 
}
.dd-option-selected { 
	background:#f6f6f6; 
}
.dd-option-image, .dd-selected-image { 
	vertical-align:middle; 
	float:left; 
	margin-right:5px; 
	max-width:44px!important;
	margin-top: 2px;
}
.dd-image-right { 
	float:right; 
	margin-right:15px; 
	margin-left:5px;
}
.dd-container{ 
	position:relative;
	margin: auto; 
	display: inline-block;
}​ 
.dd-option label{
	line-height: 41px!important;
}
.learning-countries{
	position: relative;
}
.learning-countries .swiper-slide a,.courses-block ul li .slider-wrapper .swiper-slide a {
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.learning-countries .swiper-slide a .opacity-block,.courses-block ul li .slider-wrapper .swiper-slide a .opacity-block{
	height: 305px;
	background: rgba(0,0,0,0.4);
	color:#fff;
	border-radius: 5px;
	font-size: 18px;
	justify-content: flex-end;
	padding: 10px 15px;
	font-weight: bold;
}
.learning-countries .count-course a{
	color:#919191;
	border: 0;
}
.learning-countries .count-course .button-group a{
	border: 1px solid #d63773;
    background: #d63773;
}
.learning-countries .count-course .button-group a.test-button{
	background: transparent;
	color:#d63773;
}
.learning-countries .swiper-button-next, .learning-countries .swiper-button-prev{
	top:30%;
}
section.pagination{
	padding: 10px 15px 20px 15px;
	border-bottom: 1px solid #929191;
}
.pagination a.back{
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 47px;
	font-size: 20px;
	color:#393939;
	text-align: center;
	background: #eeeeee;
	border-radius: 50%;
}
.pagination a.back:hover{
	background: grey;
	color:#fff;
}
.pagination .B_crumbBox{
	display: inline-block;
	margin-left: 30px;
}
.pagination .B_crumbBox a,.pagination .B_crumbBox span{
	color:#393939;
}
.pagination .B_crumbBox span.B_currentCrumb{
	color:#929191;
}
.pagination .B_crumbBox span.separator{
	display: inline-block;
	margin: 0 15px;
}
.pagination .B_crumbBox a:hover{
	opacity: 0.6;
}
.orphus-block input[type="submit"],.orphus-block input[type="button"]{
	background: #09a6e3!important;
	padding: 5px 0!important;
	border: 0!important;
	color:#fff!important;
	margin-top: 15px!important;
}
.banner-block img{
	max-width: 100%;
	height: auto;
	display: block;
}
.change-programm{
	margin-top: 40px;
}
.change-programm .pagetitle{
	font-size: 15px;
	color:#9e9e9e;
	display: block;
	margin-bottom: 20px;
}
.filter-block{
	padding-bottom: 40px;
}
.filter-block .nice-select{
	float: none;
	margin-bottom: 15px;
	background-image: -moz-linear-gradient( 90deg, rgb(236, 236, 236) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(236, 236, 236) 0%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(236, 236, 236) 0%, rgb(255,255,255) 100%);
}
.filter-block .range-max,.filter-block .range-min{
	display: none;
}
.filter-block .display-box{
	position: relative;
	display: inline-block;
	width: 165px;
	border-radius: 4px;
	border: 1px solid #ccc;
	padding: 5px 0 5px 50px;
}
.filter-block .slider-wrapper{
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}
.filter-block .display-box:after{
	content: 'До';
	position: absolute;
	left: 20px;
	font-size: 15px;
	color:#9e9e9e;
}
.filter-block .display-box:before{
	content: 'у.е.';
	position: absolute;
	right: 50px;
}
.filter-block .range-bar{
	margin-top: 20px;
	background: #f3c3d5;
}
.filter-block .range-quantity{
	background: #f3c3d5;
	background: #c0235e;
}
.filter-block .range-handle{
	width: 20px;
	height: 20px;
	top:-8px;
	box-shadow: 0px 6px 10px 0px rgba(34, 34, 34, 0.4);
}
.filter-block .close-filter{
	display: inline-block;
	margin-top: 20px;
	color:#9e9e9e;
}
.filter-block .close-filter i{
	padding-right: 10px;
}
.change-programm .programm-block{
	border: 1px solid #ccc;
	border-radius: 4px;
	display: block;
	padding: 15px;
	position: relative;
	margin-bottom: 30px;
}
.change-programm .programm-block:hover{
	border: 1px solid #fff;
	box-shadow: 0px 20px 29px 0px rgba(34, 34, 34, 0.13);
}
.change-programm .programm-block .photo-block{
	width: 85px;
	height: 85px;
	border-radius: 5px;
	background-size: cover;
	background-position: center;
}
.change-programm .programm-block .title{
	font-size: 20px;
	font-weight: 600;
	margin: 20px 0;
	color:#000;
}
.change-programm .programm-block:hover .title{
	color: #d63773;
}
.change-programm .programm-block p{
	font-size: 16px;
	font-weight: 600;
	color:#414041;
	padding: 15px 0;
	margin: 0;
	border-top: 1px solid #ccc;
}
.change-programm .programm-block p span{
	font-weight: 400;
}
.change-programm .programm-block.sale{
	border: 1px solid #d63773;
}
.change-programm .programm-block .sale-block{
	position: absolute;
	text-transform: uppercase;
	color:#d63773;
	display: inline-block;
	top:15px;
	right: 20%;
	font-size: 12px;
}
.change-programm .programm-block .sale-block span{
	position: absolute;
	display: inline-block;
	width: 30px;
	height: 55px;
	background: #d63773;
	top:-15px;
	right: -40px;
}
.change-programm .programm-block .sale-block span:after{
	position: absolute;
	content:'';
	 content: ' ';
	  position: absolute;
	  left: 0;
	  bottom: 0;
	  width: 0;
	  height: 0;
	  border-bottom: 13px solid white;
	  border-left: 15px solid transparent;
	  border-right: 15px solid transparent;
}
.slider-wrapper{
	position: relative;
}
.cost-page{
	text-align: center;
}
.cost-page table{
	margin: auto;
}
.cost-page table tbody tr:first-child,.cost-page table tbody tr:nth-child(2),.news-content table tbody tr:first-child,.news-content table tbody tr:nth-child(2){
	background: #09a6e3;
}
.cost-page table tbody tr:first-child td,.cost-page table tbody tr:nth-child(2) td,.news-content table tbody tr:first-child td,.news-content table tbody tr:nth-child(2) td{
	border: 0.5px solid #d7d7d7;
	color:#fff;
}
.cost-page table tbody tr,.news-content table tbody tr{
	background: #fff;
}
.cost-page table tbody tr td,.news-content table tbody tr td{
	border: 0.5px solid #d7d7d7;
	padding: 10px;
	transition: all 0.3s;
}
.cost-page table tbody tr td:hover,.news-content table tbody tr td:hover,.cost-page table tbody tr td:hover a{
	background: #09a6e3;
	color:#fff;
}
.orange .cost-page table tbody tr:first-child,.orange .cost-page table tbody tr:nth-child(2),.orange .news-content table tbody tr:first-child,.orange .news-content table tbody tr:nth-child(2){
	background: #ff6600;
}
.orange .cost-page table tbody tr td:hover,.orange  .news-content table tbody tr td:hover,.orange .cost-page table tbody tr td:hover a{
	background: #ff6600;
	color:#fff;
}
.green .cost-page table tbody tr:first-child,.green .cost-page table tbody tr:nth-child(2),.green .news-content table tbody tr:first-child,.green .news-content table tbody tr:nth-child(2){
	background: #0097a7;
}
.green .cost-page table tbody tr td:hover,.green  .news-content table tbody tr td:hover,.green .cost-page table tbody tr td:hover a{
	background: #0097a7;
	color:#fff;
}
.purple .cost-page table tbody tr:first-child,.purple .cost-page table tbody tr:nth-child(2),.purple .news-content table tbody tr:first-child,.purple .news-content table tbody tr:nth-child(2){
	background: rgba(214, 55, 115, 1);
}
.purple .cost-page table tbody tr td:hover,.purple .news-content table tbody tr td:hover,.purple .cost-page table tbody tr td:hover a{
	background: rgba(214, 55, 115, 1);
	color:#fff;
}
.green .text-block h3,.green .course-page .h2-block, .green .text-bottom-block h3,.green .text-block h4, .green .text-bottom-block h4,.green .text-block h5, .green .text-bottom-block h5{
	color:#0097a7;
}
.blue .text-block h3,.blue .course-page .h2-block, .blue  .text-bottom-block h3,.blue  .text-block h4, .blue  .text-bottom-block h4,.blue  .text-block h5, .blue  .text-bottom-block h5{
	color:#0066cc;
}
.orange .text-block h3, .orange  .text-bottom-block h3,.orange .course-page .text-block table a,.orange .course-page .h2-block,.orange  .text-block h4, .orange  .text-bottom-block h4,.orange  .text-block h5, .orange  .text-bottom-block h5{
	color:rgba(250, 121, 33, 1);
}
.uscl-up-arrow{
    position: fixed;
    width: 42px!important;
    height: 42px!important;
    background: #498bfa;
    display: block;
    bottom: 20px;
    border-radius: 50%;
    text-align: center;
    z-index: 11;
    color: #fff;
    left: 20px;
    right: auto;
    opacity: 0.8;
}
.uscl-up-arrow:before{
    content: '\f2fc';
    font-family: material-design-iconic-font;
    font-size: 18px;
    display: inline-block;
    line-height: 42px;
}
.anchors.fixed {
    position: fixed;
    top: 72px;
    z-index: 3;
}

.container-fluid.is_stuck {
	background-color: #ffffff;
	z-index: 100;
}
@media (max-width: 767px) {
	.col-md-4.is_stuck {
		position: static !important;
	}
}