@font-face {
	font-family: 'GP';
	src: url('../fonts/GothamPro.eot?#iefix') format('embedded-opentype'), url('../fonts/GothamPro.otf') format('opentype'), url('../fonts/GothamPro.woff') format('woff'), url('../fonts/GothamPro.ttf') format('truetype'), url('../fonts/GothamPro.svg#GothamPro') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GPB';
	src: url('../fonts/GothamPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/GothamPro-Bold.otf') format('opentype'), url('../fonts/GothamPro-Bold.woff') format('woff'), url('../fonts/GothamPro-Bold.ttf') format('truetype'), url('../fonts/GothamPro-Bold.svg#GothamPro-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PT';
	src: url('../fonts/PTSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/PTSans-Regular.woff') format('woff'), url('../fonts/PTSans-Regular.ttf') format('truetype'), url('../fonts/PTSans-Regular.svg#PTSans-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/******************************************/
body, html, * {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	color: #000;
	font-family: GP, Arial, sans-serif;
}

html {
	min-width: 1160px;
}

body {
	-webkit-font-smoothing: antialiased;
}

.center {
	width: 1160px;
	margin: 0 auto;
	overflow: hidden;
}

.header .center > p {
	margin: 20px 75px;
	text-align: center;
	float: left;
}

.frt {
	float: right;
	margin-bottom: 5px
}

.error {
	box-shadow: 0px 0px 0px 2px #f00 !important;
}

input[type="text"]:focus, input[type="tel"]:focus, textarea:focus {
	outline: none;
}

/******************************************/
h2 {
	font-size: 39px;
	font-family: GPB;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.1;
	margin: 40px 0 20px;
}

h2 span {
	font-size: 39px;
	font-family: GPB;
}

h3 {
	font-size: 18px;
	font-family: GP;
	text-align: center;
	text-transform: uppercase;
	margin: 10px 0;
}

#toTop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 64px;
	height: 64px;
	background-image: url('../img/up.png');
	background-repeat: no-repeat;
	opacity: 0.4; /*filter: alpha(opacity=40);*/
}

#toTop:hover {
	opacity: 0.8; /*filter: alpha(opacity=80);*/
}

.two-btn {
	margin-top: 30px;
	padding: 0 30px;
	overflow: hidden;
}

.two-btn button:first-child, .two-btn a:first-child {
	font-size: 12px;
	font-weight: lighter;
	padding: 8px 20px;
	float: left;
}

.two-btn button:last-child, .two-btn a:last-child {
	font-size: 12px;
	font-weight: lighter;
	padding: 8px 20px;
	float: right;
}

.two-btn a.btn1, .two-btn a.btn2 {
	padding: 5px 20px;
}

.main .center .title .two-btn a.btn2 {
	font-size: 24px;
	margin-top: 10px;
}

.btn1 {
	background-color: #ddb667;
	font-family: GPB;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
	padding: 10px 20px;
	cursor: pointer;
	-webkit-appearance: none;
	outline: none;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
}

a.btn1 {
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	padding: 5px 10px;
}

.btn1:hover {
	background-color: #FCCE8C;
}

.btn2 {
	color: #fff !important;
	background-color: #3a7dce;
	font-family: GPB;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
	padding: 10px 20px;
	cursor: pointer;
	-webkit-appearance: none;
	outline: none;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
}

a.btn2 {
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	padding: 5px 10px;
}

.btn2:hover {
	background-color: #009BFF;
}

.form {
	text-align: center;
	width: 430px;
	margin: 0 auto;
	padding-bottom: 40px;
	background-color: #fff;
	border: 1px solid #efefef;
	border-radius: 7px;
	box-shadow: inset 0 0 79px rgba(235, 235, 233, 0.11);
}

.form p {
	font-size: 15px;
	font-family: PT;
	margin-bottom: 60px;
	padding: 3px 20px 0;
}

.form p:first-child {
	font-size: 19px;
	color: #80c342;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 0;
	padding: 0;
}

.form form {
}

.form form input[type=text], .form form input[type=tel] {
	display: block;
	width: 220px;
	border-radius: 2px;
	padding: 12px 40px;
	margin: 0 auto 30px;
	background-color: #fff;
	border: 1px solid #efefef;
	box-shadow: inset 0 0 3px rgba(235, 235, 233, 0.36);
}

.form form input[name=name] {
	background: url(../img/icon-name.png) 10px center no-repeat;
}

.form form input[name=phone] {
	background: url(../img/icon-phone.png) 10px center no-repeat;
}

/******************************************/
.header {
	height: 110px;
	padding-top: 15px;
	background: url(../img/bg-header.jpg) center top no-repeat, #fff;
	width: 100%;
	z-index: 800;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
}

.header .center {
	width: 960px;
}

.header .logo {
	float: left;
}

.header .logo img {
	width: 168px;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
}

.header .center > p {
	float: left;
	font-size: 15px;
	font-family: PT;
	margin: 20px 100px;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	text-align: center;
}

.header .center > p span {
	color: #0774c0;
	font-size: 17px;
	font-family: GPB;
}

.header .center > .btn1 {
	float: right;
	margin-top: 10px;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
}

.sticky .header {
	height: 90px;
}

.sticky .header .logo img {
	width: 100px;
	margin-right: 68px; /*margin-left: 34px;*/
}

.sticky .header .center > p {
	margin-top: 0px;
}

.sticky .header .center > .btn1 {
	margin-top: 5px;
	font-size: 10px;
}

.nav {
	width: 100%;
	background-color: #fff;
	z-index: 800;
}

.sticky {
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.nav .center {
	width: 960px;
}

.nav ul {
	text-align: center;
	height: 36px;
}

.nav li {
	list-style: none;
	display: inline-block;
}

.nav a {
	font-size: 10px;
	color: #959697;
	text-align: center;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	height: 35px;
	padding: 0 10px;
	border-right: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
}

.nav ul li:last-child a {
	border-right: none;
}

.nav a:hover {
	color: #80c342;
}

.nav .current a {
	background-color: #0072bc;
	color: #fff;
}

.main {
	margin-top: 15px;

}

.main .center {
	background-image: url(../img/openday_banner_2023.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 655px;
}

.main .title {
	text-align: center;
	width: 480px;
	height: 470px;
	margin-left: 0px;
	float: left;
}

.main .title h2 {
	margin-top: 40px;
	margin-bottom: 10px;
}

.main .title h2 span {
	color: #63c405;
}

.main .title h3 {
	font-size: 17px;
}

.main .title h3 b {
	font-family: GPB;
}

.main .title p {
	font-size: 12px;
	font-family: PT;
	font-weight: bold;
	margin-top: 20px;
}

.main .title .two-btn {
}

.main .numbers {
	clear: both;
	text-align: center;
	margin: 0px auto 0;
	width: 880px;
	padding-top: 140px;
	overflow: hidden;
}

.main .numbers p {
	font-size: 12px;
	font-family: PT;
	width: 190px;
	height: 80px;
	float: left;
	margin: 0 15px;
	display: inline-block;
}

.naprav {
	background: url(../img/bg-naprav.jpg) center top no-repeat, #FEFEFE;
}

.naprav h2 {
	margin: 0 0 10px;
	padding-top: 40px;
}

.naprav h3 {
	font-family: GPB;
}

.naprav .naprav-items {
	overflow: hidden;
	margin: 40px auto 0;
	width: 960px;
}

.naprav .naprav-items .item {
	width: 25%;
	text-align: center;
	display: inline-block;
	float: left;
	cursor: pointer;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
}

.naprav .naprav-items .item img {
	-webkit-filter: grayscale(1);
	filter: gray;
	filter: grayscale(1);
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
}

.naprav .naprav-items .item a {
	text-decoration: none;
}

.naprav .naprav-items .item p {
	text-decoration: none;
	font-size: 20px;
	margin-top: 30px;
	text-transform: uppercase;
	color: #d5d2d2;
	font-family: GPB;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
}

.naprav .naprav-items .item:hover {
}

.naprav .naprav-items .item:hover p {
	color: #0074bd;
}

.naprav .naprav-items .item:hover img {
	-webkit-filter: none;
	filter: none;
	filter: none;
}

.naprav .naprav-items .active img {
	-webkit-filter: none;
	filter: none;
	filter: none;
}

.naprav .naprav-items .active p {
	color: #0074bd;
}

.naprav .pics {
	width: 1024px;
	margin: 50px auto 40px;
	border: 1px solid #f0f2f3;
	overflow: hidden;
}

.naprav .pics > div {
	width: 512px;
	height: 473px;
	display: inline-block;
	float: left;
	text-align: center;
}

.naprav .pics > div h4 {
	font-size: 27px;
	font-family: GPB;
	text-transform: uppercase;
	padding: 30px 0 70px;
}

.naprav .pics > div p {
	font-size: 12px;
	font-family: PT;
	font-weight: bold;
	padding: 0 95px;
	margin-top: -60px;
	margin-bottom: 80px;
}

.naprav .pics > div:nth-child(1) h4 {
	color: #fff;
	background-color: #0072bc;
}

.naprav .pics > div:nth-child(2) {
}

.naprav .pics > div:nth-child(3) {
	clear: both;
}

.naprav .pics > div:nth-child(4) h4 {
	background-color: #80c342;
}

.film {
	padding: 50px 0;
	padding-top: 0;
	text-align: center;
}

.film h2 {
	margin-bottom: 20;
}

.faq {
}

.faq .accordion {
	width: 850px;
	margin: 20px auto;
}

.faq .accordion h3 {
	font-size: 20px;
	font-family: GP;
	text-align: left;
	line-height: 1.5;
	text-transform: uppercase;
	margin: 10px 0;
	padding: 10px 30px;
	color: #0072b0;
	cursor: pointer;
	background-color: rgba(0, 0, 0, .05);
}

.faq .accordion h3:hover {
	opacity: .8;
}

.faq .accordion div {
	display: none;
	margin-bottom: 20px;
}

.faq .accordion div > p {
	padding: 0 20px;
	font-size: 18px;
	font-family: PT;
}

.teray {
	height: 557px;
	background: url(../img/bg-teray.jpg) center no-repeat;
	text-align: center;
	margin-top: 50px;
}

.teray h2 {
	color: #fff;
	padding-top: 0px;
	margin-bottom: 0;
}

.teray h3 {
	color: #fff;
	line-height: 1.8;
	font-size: 16px;
}

.teray .teray-wrap {
	width: 1080px;
	margin: 0 auto 0;
}

.teray .teray-wrap .teray-item {
	width: 360px;
	text-align: center;
	float: left;
	margin-bottom: 15px;
}

.teray .teray-wrap .teray-item img {
}

.teray .teray-wrap .teray-item p {
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-family: GPB;
	margin: 20px 0;
}

.teray .teray-wrap .teray-item p:last-child {
	font-size: 12px;
	text-transform: none;
	font-family: PT;
	font-weight: bold;
	margin: 0;
}

.teray .center .btn1 {
	padding: 5px 30px;
}

.magistr {
	text-align: center;
}

.magistr h2 {
	padding: 50px 0 30px;
}

.magistr .magistr-items {
	width: 980px;
	margin: 0 auto 0;
	overflow: hidden;
}

.magistr .magistr-items .magistr-item {
	width: 218px;
	height: 258px;
	margin: 0 12px 0;
	float: left;
	text-align: center;
	position: relative;
	display: table;
	margin-bottom: 30px;
}

.magistr .magistr-items .magistr-item img {
}

.magistr .magistr-items .magistr-item p {
	font-size: 12px;
	font-family: PT;
	font-weight: bold;
	position: absolute;
	width: 208px;
	height: 75px;
	padding: 0 5px;
	bottom: 35px;
	display: table-cell;
	vertical-align: middle;
}

.magistr .two-btn {
	width: 440px;
	margin: 0 auto;
}

.magistr h3 {
	margin-bottom: 30px;
	font-size: 20px;
	font-family: GPB;
	color: #ddb667;
	line-height: 1;
}

.magistr h3 span {
	font-family: PT;
	font-weight: bold;
	font-size: 12px;
	text-transform: none;
	display: block;
	margin-top: 10px;
}

.aspir {
	background: url(../img/bg-school.jpg) center no-repeat;
	text-align: center;
	border-bottom: 1px solid #f8f8f8;
	border-top: 1px solid #f8f8f8;
	padding-bottom: 50px;
}

.aspir h2 {
	padding-top: 00px;
}

.aspir h2 span {
	color: #dab474;
}

.aspir h3 {
	margin: 10px 0 20px;
}

.aspir .aspir-items {
	width: 950px;
	margin: 0 auto 0;
	overflow: hidden;
}

.aspir .aspir-items .aspir-item {
	width: 216px;
	margin: 40px 50px 30px;
	float: left;
	text-align: center;
}

.aspir .aspir-items .aspir-item p {
	height: 45px;
	font-size: 12px;
	font-family: PT;
	font-weight: bold;
	margin-bottom: 25px;
	padding: 0 10px;
}

.aspir .aspir-items .aspir-item img {
}

.aspir .btn2 {
	padding: 10px 20px;
}

.mans {
	height: 1288px;
	background: url(../img/bg-mans.jpg) center top no-repeat;
}

.mans h2 {
	font-size: 25px;
	color: #80c342;
	margin-bottom: 0;
	padding-top: 40px;
}

.mans h3 {
	font-size: 15px;
	font-family: GPB;
	margin: 10px 0 40px;
}

.mans .man {
	overflow: hidden;
	margin: 70px auto;
	padding-bottom: 70px;
	width: 950px;
	border-bottom: 1px solid #e8e8e8;
}

.mans .man > div:first-child {
	text-align: center;
	width: 280px;
	float: left;
}

.mans .man > div:last-child {
	width: 620px;
	float: left;
	padding: 0 20px;
}

.mans .man > div:first-child > img {
}

.mans .man > div:first-child > p {
	font-size: 11px;
	text-transform: uppercase;
	margin-top: -15px;
}

.mans .man > div:last-child > p {
	padding: 0 15px;
	font-size: 14px;
	font-weight: bold;
	font-family: PT;
}

.mans .man > div:last-child > .qq {
	font-family: GP;
	text-align: justify;
	color: #979898;
	font-size: 14px;
	padding: 0 35px;
	margin: 30px 10px 0;
	background: url(../img/qq1.png) left top no-repeat, url(../img/qq2.png) right bottom no-repeat;
}

.mans .man > div:last-child > .qq span {
	font-family: GPB;
	text-transform: uppercase;
	color: #979898;
	font-size: 12px;
}

.mans .man:nth-child(4) > div:first-child {
	float: right;
}

.mans .man:nth-child(4) > div:last-child {
	float: right;
}

.mans .man:nth-child(5) {
	border-bottom: none;
}

.hochesh {
	height: 283px;
	background: url(../img/bg-hochesh.jpg) center top no-repeat;
}

.hochesh h2 {
}

.hochesh .center > div {
	width: 480px;
	margin-left: 100px;
	float: left;
	text-align: center;
}

.hochesh .center > div p {
	font-size: 12px;
	font-family: PT;
	font-weight: bold;
}

.hochesh .center > div h3 {
	font-size: 18px;
}

.hochesh .center .two-btn {
	margin-top: 15px;
}

.facs { /*height: 1272px;*/
	min-height: 700px;
	padding-bottom: 100px;
	background: url(../img/bg-facs.jpg) center top no-repeat;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	text-align: center;
}

.facs .center {
	overflow: hidden;
}

.facs h2 {
}

.facs .step {
	background-color: #fff;
	border: 1px solid #efefef;
	border-radius: 7px;
	box-shadow: inset 0 0 79px rgba(235, 235, 233, 0.11);
	overflow: hidden;
}

.facs .step > h4 {
	font-family: PT;
	font-weight: lighter;
	font-size: 20px;
	text-align: left;
	text-transform: uppercase;
	color: #5e5e5d;
	margin-bottom: 20px;
}

.facs .step > h4 span {
	color: #0b74c2;
}

.facs .step1 {
	width: 880px;
	margin: 0 auto 35px;
	padding: 20px 40px;
}

.facs .step1 > div {
	display: inline-block;
	float: left;
	text-align: center;
	width: 33.333333%;
}

.facs .step1 > div img {
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-webkit-filter: grayscale(1);
	filter: gray;
	filter: grayscale(1);
	opacity: .5;
}

.facs .step1 > div p {
	height: 51px;
	margin: 10px 0;
	color: #c8c8c8;
	text-transform: uppercase;
	font-size: 15px;
	font-family: GPB;
}

.facs .step1 > div .btn1 {
	background-color: #fff;
	border: 1px solid #e1dedd;
	color: #e1dedd;
	width: 180px;
}

.facs .step1 > div:hover img {
	-webkit-filter: none;
	filter: none;
	filter: none;
	opacity: 1;
}

.facs .step1 > div:hover p {
	color: #000;
}

.facs .step1 > div:hover .btn1 {
	background-color: #ddb667;
	color: #000;
	border: 1px solid #fff;
}

.facs .step1 > .active img {
	-webkit-filter: none;
	filter: none;
	filter: none;
	opacity: 1;
}

.facs .step1 > .active p {
	color: #000;
}

.facs .step1 > .active .btn1 {
	background-color: #ddb667;
	color: #000;
	border: 1px solid #fff;
}

.facs .step2 {
	padding: 20px 40px;
	width: 390px; /*min-height: 552px;*/
	float: left;
	margin-left: 100px;
}

.facs .step2 table {
	margin-left: 10px;
}

.facs .step2 table tr {
	vertical-align: middle;
}

.facs .step2 table tr td {
}

.facs .step2 table tr td:nth-child(1) {
	width: 25px;
}

.facs .step2 table tr td:nth-child(2) {
	width: 220px;
}

.facs .step2 table tr td:nth-child(3) {
	width: 110px;
}

.facs .step2 table tr td img {
	-webkit-filter: grayscale(1);
	filter: gray;
	filter: grayscale(1);
}

.facs .step2 table tr td p {
	font-size: 15px;
	color: #e1dedd;
	text-align: left;
	font-family: PT;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	color: #3D6890 !important; /*font-weight: bold;*/
}

.facs .step2 table tr td .btn2 {
	font-size: 8px;
	width: 110px;
	padding: 8px 20px;
	background-color: #fff;
	border: 1px solid #e1dedd;
	color: #e1dedd;
}

.facs .step2 table tr:hover {
}

.facs .step2 table tr:hover img {
	-webkit-filter: none;
	filter: none;
	filter: none;
}

.facs .step2 table tr:hover p {
	color: #000000 !important;
	cursor: pointer;
}

.facs .step2 table tr:hover .btn2 {
	background-color: #0072bc;
	border: 1px solid #fff;
	color: #fff;
}

.facs .step2 table tr.active td img {
	-webkit-filter: none;
	filter: none;
	filter: none;
}

.facs .step2 table tr.active td p {
	color: #006bc2;
}

.facs .step2 table tr.active td .btn2 {
	background-color: #0072bc;
	border: 1px solid #fff;
	color: #fff;
}

.facs .step3 {
	padding: 20px 40px;
	width: 400px !important; /*min-height: 552px;*/
	float: right;
	margin-right: 100px;
}

.facs .step3 p {
	font-size: 15px;
	color: #000;
	margin-top: 20px;
	font-family: PT;
	text-align: justify;
}

.facs .step3 ol {
	margin-top: 20px;
}

.facs .step3 ul {
	margin-top: 20px;
}

.facs .step3 li {
	font-size: 14px;
	font-family: PT;
	margin-bottom: 5px;
	margin-left: 20px;
	text-align: left;
}

.facs .center > .btn1 {
	clear: both;
	padding: 10px 20px;
	margin: 50px auto 0; /*display: block;*/ /*width: 600px;*/
}

.uznay {
	height: 363px;
	background: url(../img/bg-uznay.jpg) center top no-repeat;
}

.uznay .center > div {
	width: 480px;
	margin-right: 100px;
	float: right;
	text-align: center;
}

.uznay .center > div h2 {
	font-size: 30px;
	margin-top: 60px;
}

.uznay .center > div p {
	font-size: 12px;
	font-family: PT;
	font-weight: bold;
	margin-bottom: 50px;
}

.uznay .two-btn {
}

.order {
	height: 587px;
	background: url(../img/bg-order.jpg) center top no-repeat;
}

.order .center {
	height: 587px;
	position: relative;
}

.order p.women {
	position: absolute;
	bottom: 10px;
	left: 215px;
	font-size: 19px;
	text-align: center;
	font-family: PT;
}

.order p.women span {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}

.order .center > div {
	width: 530px;
	margin-right: 100px;
	float: right;
	text-align: center;
}

.order .center > div h2 span {
	color: #0072bc;
}

.order .form {
	margin-top: 40px;
}

.map { /*height: 744px;*/ /*background: url(../img/bg-map.jpg) center top no-repeat;*/
}

.map h2 {
}

.map h2 span {
	color: #80c342;
}

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

.map .center > img {
}

.map .korpus {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

.map .korpus > div:first-child {
	width: 40%;
	float: left;
	padding-left: 5%;
}

.map .korpus > div:last-child {
	width: 50%;
	float: left;
	padding-left: 5%;
}

.map .korpus > div p {
	text-align: left;
	font-size: 15px;
	font-family: PT;
	height: 40px;
	padding: 0px 0 0;
	vertical-align: middle;
	margin-bottom: 30px;
}

.map .korpus > div img {
	float: left;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
}

.stipendii {
	padding-bottom: 50px;
}

.stipendii .center {
	overflow: hidden;
}

.stipendii .center > p {
	color: #bab9b9;
	font-family: PT;
	font-size: 12px;
	padding-left: 250px;
	margin-bottom: 50px;
}

.stipendii h2 {
	background: url(../img/h2.png) center no-repeat;
	padding: 60px 0;
	padding-left: 90px;
	margin-bottom: 90px;
	clear: both;
}

.stipendii h2 span:nth-child(1) {
	color: #ed2825;
}

.stipendii h2 span:nth-child(2) {
	color: #0072bc;
}

.stipendii .center > h3 {
	font-size: 25px;
	font-family: GPB;
	margin: 20px 0;
	line-height: 1.5;
}

.stipendii .center > h3 span {
	color: #80c342;
	font-family: GPB;
}

.stipendii .two-btn {
	width: 440px;
	margin: 0 auto;
}

.stipendii .row {
	width: 980px;
	margin: 0 auto 40px;
	border-bottom: 1px solid #f4f3f3;
	padding-bottom: 40px;
	overflow: hidden;
}

.stipendii .row .col {
	width: 490px;
}

.stipendii .row .col1 {
	float: left;
}

.stipendii .row .col2 {
	float: right;
}

.stipendii .row .col1 img {
	float: left;
	margin-right: 20px;
	margin-top: 30px;
}

.stipendii .row .col1 div {
	float: left;
	width: 315px;
}

.stipendii .row .col2 img {
	float: right;
	margin-left: 20px;
	margin-top: 30px;
}

.stipendii .row .col2 div {
	float: right;
	width: 315px;
}

.stipendii .row .col div h4 {
	font-size: 15px;
	text-transform: uppercase;
	font-family: PT;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f4f3f3;
}

.stipendii .row .col div p {
	font-size: 12px;
	font-family: PT;
	font-weight: bold;
}

.stipendii .row .col div p span {
	color: #80c342;
	text-transform: uppercase;
	font-weight: bold;
}

.stipendii .row .col div p span:last-child {
	color: #0072bc;
	text-transform: uppercase;
	font-weight: bold;
}

.flags {
	background: url(../img/bg-flags.jpg) top center no-repeat;
	text-align: center;
}

.flags h2 {
	background-image: none;
}

.flags .col > img {
	visibility: hidden;
}

.flags h4 {
	text-align: center;
	padding: 10px 0px 0;
	width: 250px;
}

.flags .col1 > div > h4 {
	float: left !important;
}

.flags .col1 > div > img {
	float: left !important;
	margin: 0 !important;
}

.flags .col1 > div > p {
	clear: both;
	text-align: left;
}

.flags .col2 > div > h4 {
	float: right !important;
}

.flags .col2 > div > img {
	float: right !important;
	margin: 0 !important;
}

.flags .col2 > div > p {
	clear: both;
	text-align: left;
}

.flags .btn1 {
	padding: 5px 30px;
}

.prepods {
	height: 953px;
	background: url(../img/bg-prepods.jpg) center top no-repeat;
}

.prepods .center {
	overflow: hidden;
}

.prepods h2 {
	line-height: .8;
	margin: 50px 0 30px;
}

.prepods h2 span {
	font-size: 25px;
}

.prepods .prepods-line {
	width: 1000px;
	overflow: hidden;
	margin: 0 auto 140px;
}

.prepods .prepods-line > div {
	width: 25%;
	text-align: center;
	display: inline-block;
	float: left;
	cursor: pointer;
}

.prepods .prepods-line img {
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-webkit-filter: grayscale(1);
	filter: gray;
	filter: grayscale(1);
}

.prepods .prepods-line .active img {
	-webkit-filter: none;
	filter: none;
	filter: none;
}

.prepods .prepods-line p {
	font-family: PT;
	font-size: 12px;
	margin-top: -35px;
}

.prepods .prepods-line p span {
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}

.prepods .prepods-line > div:hover {
}

.prepods .prepods-line > div:hover img {
	-webkit-filter: none;
	filter: none;
	filter: none;
}

.prepods .prepods-line > div:hover p {
}

.prepods .prepods-info {
	width: 1000px;
	margin: 0 auto 0;
}

.prepods .prepods-info .prepod {
	height: 400px;
}

.prepods .prepods-info .prepod img {
	margin-left: 30px;
	float: left;
}

.prepods .prepods-info .prepod > div {
	float: left;
	display: inline-block;
	width: 520px;
	margin: 30px 0 0 100px;
}

.prepods .prepods-info .prepod > div p {
	font-family: PT;
	font-size: 14px;
	font-weight: bold;
	text-align: justify;
}

.prepods .prepods-info .prepod > div p > b {
	font-weight: bolder;
	font-family: GPB;
}

.prepods .prepods-info .prepod > div .qq {
	font-family: GP;
	text-align: justify;
	color: #979898;
	font-size: 14px;
	padding: 0 35px;
	margin: 30px 10px 0;
	background: url(../img/qq1.png) left top no-repeat, url(../img/qq2.png) right bottom no-repeat;
}

.prepods .prepods-info .prepod > div .qq span {
	font-family: GPB;
	text-transform: uppercase;
	color: #0072bc;
	font-size: 12px;
}

.students {
	margin-bottom: 50px;
}

.students h2 {
	margin-bottom: 80px;
}

.dast {
	height: 771px;
	background: url(../img/bg-dast.jpg) center top no-repeat;
}

.dast h2 {
	font-size: 25px;
	margin-bottom: 0;
}

.dast h2 span {
	font-size: 39px;
	color: #d4b468;
}

.dast h3 {
	margin-top: 5px;
}

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

.dast .center > div {
	width: 240px;
	text-align: center;
	display: inline-block;
	float: left;
	margin: 100px 0 0;
}

.dast .center > div:nth-child(3) {
	margin-left: 190px;
}

.dast .center > div:nth-child(4) {
	margin: 100px 30px;
}

.dast .center > div:nth-child(5) {
	margin-right: 190px;
}

.dast .center > div img {
}

.dast .center > div p {
	font-size: 14px;
	line-height: 1.4;
	margin-top: 20px;
}

.dast .center > div p b {
	font-weight: bolder;
}

.dast .btn1 {
	padding: 10px 20px;
}

.cursu {
	padding-bottom: 90px;
}

.cursu .cursu-wrap {
	width: 747px;
	height: 756px;
	border: 1px solid #e1dedd;
	margin: 0 auto 0;
}

.cursu .cursu-wrap .cursu1 {
	float: left;
	clear: both;
	width: 747px;
	height: 252px;
}

.cursu .cursu-wrap .cursu2 {
	float: left;
	width: 249px;
	height: 504px;
}

.cursu .curs-item {
	width: 249px;
	height: 252px;
	position: relative;
}

.cursu .cursu-wrap .cursu1 .curs-item {
	float: left;
}

.cursu .cursu-wrap .cursu2 .curs-item {
	float: left;
	clear: both;
}

.cursu .curs-item > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: rgba(0, 114, 188, .7);
	text-align: center;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.cursu .curs-item > div p {
	font-size: 15px;
	font-family: PT;
	font-weight: bold;
	color: #fff;
	height: 40px;
	padding: 10px 0 50px;
	margin-top: 152px;
}

.cursu .curs-item > div .btn2 {
	font-size: 8px;
	padding: 8px 20px;
	background-color: #fff;
	border: 1px solid #d4d8db;
	color: #d4d8db;
	position: absolute;
	display: block;
	bottom: 15px;
	left: 59px;
}

.cursu .curs-item > div .btn2:hover {
	background-color: #009BFF;
	border: 1px solid #009BFF;
	color: #fff;
}

.cursu .curs-item > img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

.cursu .curs-item:hover {
}

.cursu .curs-item:hover > div {
	background-color: rgba(0, 114, 188, .5);
}

.cursu .active {
}

.cursu .active > div {
	background-color: transparent;
}

.cursu .active:hover > div {
	background-color: transparent;
}

.cursu .active > div p {
	color: #000;
	background-color: rgba(255, 255, 255, .8);
}

.cursu .active > div .btn2 {
	background-color: #0072bc;
	border: 1px solid #0072bc;
	color: #fff;
}

.cursu .cursu-wrap .curs-info {
	float: left;
	width: 498px;
	height: 504px;
	padding: 10px 40px;
	box-sizing: border-box;
	overflow: hidden;
}

.cursu .cursu-wrap .curs-info p {
	font-size: 12px;
	text-align: left;
	font-family: PT;
	font-weight: normal;
	line-height: 1.7;
}

.cursu .cursu-wrap .curs-info p b {
	font-weight: bold;
}

.cursu .cursu-wrap .curs-info ul {
}

.cursu .cursu-wrap .curs-info li {
	font-size: 15px;
	text-align: left;
	font-family: PT;
	font-weight: normal;
}

.rating { /*background: url(../img/bg-rating.jpg) center no-repeat;*/
	height: 293px; /*margin-top: 30px;*/
}

.rating table {
	width: 810px;
	margin: 40px auto 0;
}

.rating table tr {
}

.rating table td {
}

.rating table td:first-child {
	width: 320px;
	padding-right: 75px;
}

.rating table td:last-child {
	width: 275px;
}

.rating table td h3 {
	font-size: 21px;
	color: #0b74c2;
	text-transform: uppercase;
	text-align: center;
	font-family: GP;
	margin-bottom: 15px;
}

.rating table td p {
	font-size: 14px;
	text-align: left;
	font-family: PT;
	line-height: 1;
	margin-bottom: 10px;
}

.rating table td p span {
	font-size: 16px;
	text-transform: uppercase;
}

.rating table td:last-child p {
	text-align: center;
}

.school {
	text-align: center;
	background: url(../img/bg-school.jpg) center no-repeat;
	margin-top: 30px;
	padding-bottom: 30px;
}

.school h2 {
	padding: 0px 0 0px;
}

.school .school-items1 {
	width: 1090px;
	margin: 0 auto;
	overflow: hidden;
}

.school .school-items2 {
	width: 730px;
	margin: 0 auto;
	overflow: hidden;
}

.school .school-items1 > div {
	width: 260px;
	margin: 0 50px;
}

.school .school-items2 > div {
	width: 260px;
	margin: 0 50px;
}

.school .school-item {
	text-align: center;
	display: inline-block;
	margin-bottom: 60px !important;
}

.school .school-item p:first-child {
	font-size: 15px;
	font-family: GPB;
}

.school .school-item img {
	margin: 10px 0;
}

.school .school-item p:nth-child(3) {
	font-size: 12px;
	font-family: PT;
	font-weight: bold;
	margin-bottom: 20px;
}

.school .school-item p:nth-child(3) b {
	font-size: 15px;
	font-family: GPB;
}

.school .school-item .btn1 {
	padding: 5px 25px;
	font-size: 12px;
}

.openday {
}

.openday .center {
	background: url(../img/plane.png) 900px 110px no-repeat;
}

.openday h2 {
}

.openday h2 span {
	color: #0072bc;
}

.openday .cols {
	width: 880px;
	margin: 50px auto;
	overflow: hidden;
}

.openday .col {
}

.openday .col1 {
	width: 290px;
	float: left;
}

.openday .col2 {
	width: 276px;
	float: left;
	margin-right: 20px;
}

.openday .col3 {
	width: 276px;
	float: left;
}

.openday .col1 > div {
	margin-bottom: 20px;
	width: 287px;
	height: 144px;
	background: url(../img/day.png) center no-repeat;
}

.openday .col1 > div img {
	margin-left: 5px;
	float: left;
}

.openday .col1 > div p {
	float: left;
	padding-left: 10px;
	width: 150px;
	margin-top: 15px;
	font-family: PT;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
}

.openday .col2 > div {
	margin-bottom: 17px;
	height: 144px;
	background-color: #fff;
	border: 1px solid #efefef;
	border-radius: 7px;
	box-shadow: inset 0 0 79px rgba(235, 235, 233, 0.11);
}

.openday .col2 > div ul {
	padding: 20px;
}

.openday .col2 > div ul li {
	list-style: none;
	margin-bottom: 10px;
	font-family: PT;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	padding-left: 20px;
	background: url(../img/marker.png) left center no-repeat;
}

.openday .col3 > div {
	padding: 20px;
	height: 430px;
	background-color: #fff;
	border: 1px solid #efefef;
	border-radius: 7px;
	box-shadow: inset 0 0 79px rgba(235, 235, 233, 0.11);
}

.footer {
	padding-top: 50px; /*height: 130px;*/
	height: 200px;
	background: url(../img/bg-footer.jpg) center bottom no-repeat;
}

.footer .center {
	width: 960px;
}

.footer .logo {
	float: left;
	margin-top: 10px;
}

.footer .center > p {
	float: left;
	text-align: center;
	font-size: 12px;
	font-family: PT;
	margin-left: 160px;
	font-weight: bold;
}

.footer .center > p span {
	font-size: 20px;
	font-family: GPB;
	color: #0072bc;
	text-transform: uppercase;
}

.footer .phone {
	float: right;
	margin-top: 20px;
}

#overlay {
	display: none;
	position: fixed;
	background-color: rgba(0, 0, 0, .7);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0; /*cursor: pointer;*/
	z-index: 990;
}

.modal {
	display: none;
	position: fixed;
	top: 45%;
	left: 50%;
	opacity: 0;
	z-index: 999;
	height: 381px;
	width: 430px;
	margin-left: -215px;
	margin-top: -190px;
	padding: 0;
	text-align: center;
}

.modal .close {
	width: 16px;
	height: 16px;
	cursor: pointer;
	background: url(../img/close.png) center no-repeat;
	position: absolute;
	top: -16px;
	right: -16px;
}
.facs .step2 table tr td p a {
	color: #3D6890;
	font-size: 16px;
	font-family: PT;
}