@charset "UTF-8";

:root {
	--primary-bg: #ff6e2f;
	--secondary-bg: ;
	--top-ned: #7F8C8D;
	--top-obr: #2C3E50;
	--top-trud: #34495E;
	/*--top-ned: #0D1B2A;
	--top-obr: #1B263B;
	--top-trud: #E0E1DD;*/
}

body{
	background: #fff;
  	height: auto;
  	overflow-x: hidden;
}
preheader{
	position: relative;
	display: block;
	background: #1D3557;
	overflow: hidden;
	color: #fff;
	padding: 10px 0;
}
preheader div{
	position: relative;
	float: left;
}
preheader a{
	color: #fff;
	text-decoration: none;
	padding: 0 10px;
}
preheader a:hover{
	text-decoration: underline;
}
preheader i{
	font-size: 16px;
}
div.clear{
	clear: both;
}
section, footer{
	display: block;	
	overflow: hidden;
}
footer{
	background: #000d29;
	color: #fff;
	text-align: center;
	padding: 20px 0;
}
.call-us{
	padding: 5vh 0;

}
.navbar{
	/*background: linear-gradient(to right, rgb(191 72 0 / 80%), rgba(42, 82, 152, 0.8));*/
	background: var(--primary-bg);
	color: #fff;
	border-bottom: 1px solid #cecece;
}
.navbar-brand img{
	width: 130px;
}
.navbar-expand-lg .navbar-nav .nav-link{
	color: #fff;
	transition: .4s;
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
	color: #fff;
}
.nav-contacts a{
	color: #fff;
	text-decoration: none;
	padding: 0 10px;
}
.nav-contacts a:hover{
	color: #2f2f2f;
	text-decoration: underline;
}
.centered{
	text-align: center;
}
.ned{
	/*background: var(--top-ned);*/
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), 
    url('../img/1-ned.jpg') center/cover no-repeat;;
}
.obr{
	/*background: var(--top-obr);*/
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), 
    url('../img/2-obr.jpg') center/cover no-repeat;;
}
.trud{
	/*background: var(--top-trud);*/
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), 
    url('../img/3-trud.jpg') center/cover no-repeat;;
}
/* --- First section */
section.first{
	background: linear-gradient(to left, #00BFFF, #FFA500);
	overflow: hidden;
}
.f-single{
	height: calc(100vh);
	float: left;
	position: relative;
	overflow: hidden;
	padding: 0 30px;
	text-align: center;
}
.f-home{
	position: absolute;
    bottom: 3vh;
    left: 10%;
    width: 80%;
}
.f-text{
	margin-top: 20vh;
	color: #fff;
}
.f-text h1{
	font-size: 2.8rem;
	font-weight: 1000;
	text-transform: uppercase;
	color: #fff;	
}/*
.ned h1{
	color: #F28B82;
}
.obr h1{
	color: #E0C097;
}
.trud h1{
	color: #C7D2FE;
}*/
.f-single img{
	filter: brightness(0) invert(1);
}
.f-text h3{
	font-size: 1.5rem;
}
.f-text h6{
	color: #d3d3d3;
}
.first-contact{
	background: var(--primary-bg);
    color: #fff;
    padding: 15px 25px;
    margin-top: 15vh;
    text-decoration: none;
    display: block;
    width: 70%;
    margin-left: 15%;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    transition: .6s;
}
.first-contact:hover{
	color: #25D366;
	background: #002244;

}
/* --- Second section */
.second{
	background: #fff;
	color: #000;
	padding: 0;
	overflow: hidden;
}
.second .nc-photo{
	background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.2)), 
    url('../img/nc-about.jpg') center/cover no-repeat;

}
.second .nc-about{
	padding: 10vh 0;

}
.nca-single{
	position: relative;
	border-top: 3px solid var(--primary-bg);
	padding: 3vh 20px;
	padding-top: 2vh;
	margin: 4vh 0;

}
.nca-single h3{
	position: absolute;
    top: -45px;
}
.nca-single .nca-icon{
	width: fit-content;
	position: absolute;
	left: -75px;
    top: -45px;
    border: 3px solid var(--primary-bg);
    border-radius: 105%;
    padding: 20px 15px;
    background: #fff;
}
.nca-single .nca-icon i{
	color: #1e3c72;
}
.second h1{
	padding: 10px 20px;
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 2vh;
	color: var(--primary-bg);
}
.second .s-info{
	color: #000;
	margin: 5vh 0;
}
.second > div{
	position: relative;
	float: left;
}
.s-info p{
	font-weight: 500;
	margin-bottom: 5px;
}
.second .s-single{
	position: relative;
	float: left;
	padding: 0 10px;
}
.ss-body{
	background: #fff5f0;
	color: #000;
	text-align: center;
	padding: 20px 15px;
	border: 1px solid #cecece;
    border-radius: 10px;
    min-height: 190px;
}
.ss-body i{
	margin-bottom: 15px;
}
.ss-body h4{
	font-weight: bold;
}

/*.second .fa-sun{
	color: #efa92f;
}
.second .fa-umbrella-beach{
	color: #990123;
}
.second .fa-sack-dollar{
	color: #77b294;
}
.second .fa-graduation-cap{
	color: #4ebcf3;
}*/


/*--- Third ---*/
.third{
	background: url('../img/ncyprus-insta.jpg');
	display: block;
	position: relative;
	overflow: hidden;
	height: 60vh;
	background-repeat: no-repeat;
    background-size: cover;
}
.third img{
	width: 100%;
}
.third .th-info{
	margin-top: 20vh;
}
.third .th-header{
	font-size: 4em;
	color: #fff;
	font-weight: bolder;
	margin-bottom: 20px;
}
.third a{
	background: var(--primary-bg);
	color: #fff;
	padding: 15px 25px;
	border-radius: 10px;
	
	text-decoration: none;
	transition: 0.5s;
	font-weight: bold;
}
.third a:hover{
	background: none;
	color: #fff;
}
/*--- Komu */
.komu{
	padding: 6vh 0;
	position: relative;
	background: linear-gradient(135deg, #00BFFF, #FFD8A8);
}
.komu > div{
	position: relative;
	float: left;
}
.komu h2{
	font-size: 3em;
    font-weight: bold;
    margin-bottom: 30px;
    color: #162f5c;
}
.komu-single{
	color: #000;
	background: #ffffff9e;
	padding: 10px 25px;
	border-radius: 15px;
	margin-bottom: 30px;
}
.ks-header{
	/*padding: 10px 10px;*/
	font-size: 1.5em;	
	font-weight: bolder;
	border-bottom: 1px solid #cecece;
	padding-bottom: 5px;
	margin-bottom: 5px;

}
.ks-body{
	font-size: 1em;
	color: #474747;
}

/* ===== Кому подходит ===== */
.who .item{
    display:flex;
    gap:12px;
    align-items:flex-start
}
.who .icon{
	width:56px;
	height:56px;
	border-radius:12px;
	background: #D6F0FF;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:22px;
	color: #00BFFF;
}
.bg-soft-orange{
	background: linear-gradient(180deg, rgba(255,216,168,0.25), rgba(255,212,120,0.08));
}
.who .first-contact{
	margin-top: 12px;
}
/*--- Универы ---*/
.university{
	padding: 20vh 0;
	padding-bottom: 0;
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6)), 
    url('../img/university.jpg') center/cover no-repeat;
}
.uni-single{
	position: relative;
	float: left;
}
.uni-single h2{
	font-size: 3rem;
	color: #fff;
	font-weight: bolder;
	text-transform: uppercase;
}
.uss-subh{
	font-size: 2rem;
	color: #E0C097
}
.us-single{
	width: 100%;
	background: #ffffffc9;
	overflow: hidden;
	padding: 15px 10px;
	margin-bottom: 15px;
}
.uss-logo{
	width: 20%;
	float: left;
	position: relative;
}
.uss-body{
	width: 80%;
	float: left;
	position: relative;
}
.uss-body{
	color: #3b3b3b;
}
.uss-body h3{
	font-weight: bold;
	color: #000;
}
.university .ul-body{
	width: 40%;
	margin-left: 30%;
	overflow: hidden;
	position: relative;
}
.uni-logo{
	margin-top: 10vh;
}	
.uni-logo .container{
	
}
.ul-single{
	width: 20%;
	padding: 20px;
	position: relative;
	float: left;
}
.ul-single img{
	width: 100%;
	border-radius: 20px;
}
.university .first-contact{
	margin: 10px 0;
	width: fit-content;
}
/*--- Информация по университетам ---*/
.uni-info{
	margin: 0;
}
.uni-info .ui-single{
	position: relative;
	float: left;
	padding: 4vh 0;
	background: #1e3c72;
	color: #fdf2e9;
}
.uni-info .ui-single.another{
	background: #fff;
	color: #000;
}
.ui-single .container > div{
	float: left;
	position: relative;
}
.uis-logo{
	padding: 3vh;
	padding-top: 0;
	width: 15%;
	float: left;
}
.uis-logo img{
	border-radius: 10px;
	width: 100%;
}
.uis-body{
	width: 85%;
	padding-bottom: 4vh ;
	border-bottom: 2px solid #000d29;
}
.uis-body h3{
	font-weight: bold;
}
.uis-body p{
	margin-bottom: .5em;
}
.right-align{
	text-align: right;
}
.uni-more{
	text-align: center;
	font-size: 1.5em;
	margin: 2vh 0;
	font-weight: bold;
}

/*--mobile*/
.navbar-toggler-icon{
	filter: brightness(0) invert(1);
}
.navbar-toggler{
	border: var(--bs-border-width) solid #fff;
}
.call-us-mobile{
	position: fixed;
	bottom: 0;
	width: 100%;
    background: #25D366;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.3rem;
}
@media (min-width: 769px) and (max-width: 1024px){
  
}
@media (min-width: 1025px) and (max-width: 1200px){
 
}
@media (min-width: 1201px) {
  
}
@media (max-width: 768px){
	.f-single{height: 80vh}
	.f-text h1{font-size: 2.2rem}
	.second h1{font-size: 2.2rem}
	.second .nc-about{padding: 5vh 0}
	.nca-single{margin: 0 }
	.nca-single .nca-icon{
		position: relative;
		float: left;
		left: -10px;
		top: 0;
	}
	.nca-single h3{ position:relative; top:0}
	.third{height: 40vh; padding: 0 10px}
	.third .th-info{margin-top: 10vh}
	.third .th-header{ font-size:2em}
	.uni-single h2{font-size: 2.2rem}
	.uss-logo i.fas {font-size: 3rem}
	.uis-logo{width: 50%}
	.uis-body{width: 100%}
	.ui-single.another{ text-align:left }
	.hide-mobile{ display:none }
}
