/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

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

html{ line-height:1.15; -webkit-text-size-adjust:100%}body{ margin:0}main{ display:block}h1{ font-size:2em; margin:0.67em 0}hr{ -webkit-box-sizing:content-box; box-sizing:content-box; height:0; overflow:visible}pre{ font-family:monospace,monospace; font-size:1em}a{ background-color:transparent}abbr[title]{ border-bottom:none; text-decoration:underline; -webkit-text-decoration:underline dotted; text-decoration:underline dotted}b,strong{ font-weight:bolder}code,kbd,samp{ font-family:monospace,monospace; font-size:1em}small{ font-size:80%}sub,sup{ font-size:75%; line-height:0; position:relative; vertical-align:baseline}sub{ bottom:-0.25em}sup{ top:-0.5em}img{ border-style:none}button,input,optgroup,select,textarea{ font-family:inherit; font-size:100%; line-height:1.15; margin:0}button,input{ overflow:visible}button,select{ text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{ -webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{ border-style:none; padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{ outline:1px dotted ButtonText}fieldset{ padding:0.35em 0.75em 0.625em}legend{ -webkit-box-sizing:border-box; box-sizing:border-box; color:inherit; display:table; max-width:100%; padding:0; white-space:normal}progress{ vertical-align:baseline}textarea{ overflow:auto}[type="checkbox"],[type="radio"]{ -webkit-box-sizing:border-box; box-sizing:border-box; padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{ height:auto}[type="search"]{ -webkit-appearance:textfield; outline-offset:-2px}[type="search"]::-webkit-search-decoration{ -webkit-appearance:none}::-webkit-file-upload-button{ -webkit-appearance:button; font:inherit}details{ display:block}summary{ display:list-item}template{ display:none}[hidden]{ display:none}

*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {

}
body input:required:valid,
body textarea:required:valid {

}

body {
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.6;
	font-family: "Circe", "Arial", sans-serif;
	overflow-x: hidden;
	color: #000;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

img {
	max-width: 100%;
	vertical-align: middle;
}

.hidden {
	display: none;
}

.bg-layer {
	position: absolute;
	width: 100%;
	z-index: -1;
}

.bg-layer-1 {
	background: url(../img/bg/bg-1.jpg) center bottom no-repeat;
	background-size: cover;
	height: 1047px;
}

.top-line-wrapper {
	padding: 15px 0;
	border-bottom: 1px solid #E5E5E5;

}

.delimiter {
	position: relative;
	padding-left: 20px;
}

.delimiter:before {
	content: "";
	display: block;
	position: absolute;
	height: 24px;
	width: 1px;
	background: #E5E5E5;
	left: 0;
	top: 50%;
	margin-top: -12px;
}

.delimiter-btn {
	padding-left: 15px;
	margin-left: 10px;
}

.main-nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.main-nav ul li {
	margin-left: 20px;
}

.main-nav ul li:first-child {
	margin-left: 0;
}

.main-nav a {
	color: #999999;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
}

.main-nav a:hover {
	color: #1c4f9c;
}

.top-line {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.top-line .top-btn {
	background: #E2EBF5;
	border-radius: 20px;
	height: 37px;
	display: block;
	color: #3d4f61;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	padding: 11px 15px;
	font-weight: bold;
}

.top-line .top-vk {
	background: url(../img/vk.png) center no-repeat #E2EBF5;
	width: 37px;
	border-radius: 50%;
}

.top-btn-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.site-logo {
	line-height: 0;
	margin-right: 10px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 22px;
	-ms-flex: 0 0 22px;
	flex: 0 0 22px;
}

.header-logo {
	position: relative;
	height: 242px;
}

.header-logo-inner {
	position: absolute;
	-webkit-box-shadow: 0 13px 50px rgba(0,0,0,0.2);
	box-shadow: 0 13px 50px rgba(0,0,0,0.2);
	width: 100%;
	left: 0;
	top: 0;
	text-align: center;
	border-radius: 8px;
	padding: 28px 0 10px;
}

.d23 {
	height: 55px;
	width: 100px;
	margin: 35px 20px 0 0;
	background: #B1BA5C;
	position: relative;
}
.header-logo-inner:before {
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	left: 4px;
	bottom: -35px;
	border-top: 35px solid #ffffff;
	border-left: 78px solid transparent;
	border-right: 78px solid transparent;
}

.header {
	padding-top: 50px;
	overflow: hidden;
}

.header-bg {
	background: url(../img/bg/bg-header.png) center no-repeat;
	width: 807px;
	height: 530px;
	position: absolute;
	top: 34px;
	right: -140px;
	z-index: -1;
	background-size: contain;
}

.header-title-wrapper {
	padding-left: 20px;
}

.header-title {
	margin-top: 15px;
	margin-bottom: 30px;
}

.header-title span {
	color: #fff;
	background: #1C4F9B;
	font-weight: bold;
	font-size: 50px;
	border-radius: 10px 10px 10px 0;
	padding: 5px 22px 10px;
	line-height: 1;
	display: inline-block;
	margin-top: -20px;
}

.header-title span.first-span {
	padding-top: 10px;
}

.header-title span.last-span {
	border-radius: 10px;
}

.header-descr {
	font-size: 24px;
	max-width: 395px;
	margin-left: 40px;
	line-height: 1.42;
}

.header .hor-line {
	width: 1px;
	background: #E4E4E4;
	height: 76px;
	margin: 35px auto 30px;
}

.system-logo {
	text-align: center;
}

.system-logo .text {
	color: #BCBCBC;
	font-size: 15px;
	line-height: 1.54;
	margin-top: 30px;
}

.site-btn {
	display: inline-block;
	padding: 30px;
	text-transform: uppercase;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	background: #1C4F9C;
	border-radius: 10px 8px 8px 10px;
	position: relative;
	-webkit-box-shadow: 10px 10px 33px rgba(28, 79, 156, 0.6);
	box-shadow: 10px 10px 33px rgba(28, 79, 156, 0.6);
	line-height: 1.6;
}

.ar-right {
	position: absolute;
	display: block;
	height: 87px;
	width: 40px;
	overflow: hidden;
	right: -37px;
	top: -1px;
}

.ar-right:after {
	content: '';
	position: absolute;
	width: 74px;
	height: 70px;
	right: 12px;
	background: #1C4F9C;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius: 7px;
	top: 8px;
}

.header .ar-right {
	height: 68px;
	width: 34px;
	right: -30px;
	top: 1px;
}

.header .ar-right:after {
	width: 70px;
	height: 70px;
	right: 15px;
	top: -2px;
}

.header-title-wrapper .site-btn .ar-right:after {
	background: #ED7928;
}

.site-btn:before {
	content: '';
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 5;
	top: 50%;
	margin-top: -7px;
	right: 2px;
}

.header-title-wrapper .site-btn {
	padding: 20px 30px;
	background: #ED7928;
	height: 68px;
	-webkit-box-shadow: 10px 10px 40px rgba(237, 121, 40, 0.5);
	box-shadow: 10px 10px 40px rgba(237, 121, 40, 0.5);
	margin-left: 40px;
	margin-top: 30px;
}

.year-open {
	margin-left: 40px;
	margin-top: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.year-open .text {
	margin-left: 20px;
	line-height: 1.32;
}

.block-2 {
	padding-top: 120px;
}

.anchor-block {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
}

#geography {
	top: 80px;
}

#about {
	top: 100px;
}

#directions, #cooperation {
	top: 80px;
}

#signup {
	top: 0;
}

.block-2-image {
	position: absolute;
	height: 1055px;
	width: 1023px;
	background: url(../img/block-2-image.png) center no-repeat;
	top: -178px;
	left: -260px;
}

.school-descr {
	font-size: 30px;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 50px;
	margin-top: 140px;
	padding: 0 20px;
}

.program-descr {
	color: #636363;
	font-size: 22px;
	line-height: 1.4;
	text-align: center;
	padding: 0 30px;
}

.section-title h2 {
	font-size: 55px;
	line-height: 1;
	margin: 0;
}

.block-3 .section-title h2 {
	font-size: 50px;
}

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

.brain-wrapper {
	margin: 115px 0 0;
	text-align: center;
}

.brain-wrapper .text {
	font-size: 17px;
	line-height: 1.7;
	padding: 0 40px;
	margin-top: 35px;
}

.stage-wrapper {
	border-radius: 20px;
	background: #fff;
	position: relative;
	padding: 190px 55px 50px;
	-webkit-box-shadow: 0 0 100px rgba(205, 213, 225, 0.5);
	box-shadow: 0 0 100px rgba(205, 213, 225, 0.5);
}

.stage-image {
	width: 258px;
	height: 242px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	position: absolute;
	top: -113px;
}

.stage-image-1 {
	background: url(../img/stage-1.png) center no-repeat;
}

.stage-image-2 {
	background: url(../img/stage-2.png) center no-repeat;
}

.bg-layer-2 {
	background: url(../img/bg/bg-3.jpg) center no-repeat;
	background-size: cover;
	width: 100%;
	height: 768px;
	top: -86px;
}

.block {
	position: relative;
}

.block-3 {
	padding-top: 210px;
}

.stage-number {
	font-size: 21px;
	color: #ff5200;
	font-weight: bold;
}

.stage-title {
	font-size: 25px;
	line-height: 1.28;
	font-weight: bold;
	margin-bottom: 20px;
}

.hr-line {
	background: #D4DDE9;
	width: 100%;
	height: 1px;
}

.hr-line-1 {
	position: absolute;
	left: 15px;
	top: 160px;
	z-index: 10;
	width: -webkit-calc(100% - 30px);
	width: calc(100% - 30px);
}

.block-2 .container {
	position: relative;
}

.hr-line-2 {
	margin: 60px 0;
}

.section-title {
	margin-bottom: 35px;
}

.advantage-wrapper {
	text-align: center;
	margin-bottom: 35px;
}

.advantage-wrapper .image {
	position: relative;
}

.advantage-wrapper .title {
	text-align: center;
	position: absolute;
	bottom: -5px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 100%;
}

.advantage-wrapper .title span {
	display: inline-block;
	padding: 4px 15px;
	border-radius: 8px;
	background: #085398;
	color: #fff;
	margin-top: -10px;
	font-weight: bold;
}

.advantage-wrapper .text {
	line-height: 1.6;
	margin: 20px auto 0;
}

.advantage-text-1 {
	max-width: 250px;
}

.advantage-text-2 {
	max-width: 300px;
}

.advantage-text-3 {
	max-width: 220px;
}

.advantage-text-4 {
	max-width: 250px;
}

.advantage-text-5 {
	max-width: 240px;
}

.advantage-text-6 {
	max-width: 250px;
}

.block-4 {
	background: url(../img/bg/bg-line.png) center bottom no-repeat;
	padding-bottom: 60px;
	margin-bottom: 40px;
	background-size: contain;
}

.training-format-wrapper {
	text-align: center;
	margin-top: 30px;
}

.training-format-wrapper .text {
	max-width: 270px;
	font-weight: bold;
	margin: 45px auto 0;
}

.training-format-wrapper .text .descr {
	color: #666666;
	margin-top: 40px;
	padding: 0 5px;
}

.training-format {
	display: inline-block;
	background: #E1EAF4;
	color: #085398;
	font-size: 50px;
	font-weight: bold;
	line-height: 1;
	border-radius: 10px;
	padding: 5px 27px;
	position: relative;
}

.training-format span {
	font-size: 116px;
	position: absolute;
	letter-spacing: -4px;
	left: 20px;
	top: -18px;
}

.training-format-1 {
	padding-left: 160px;
}

.training-format-2 {
	padding-left: 86px;
}

.training-format-3 {
	padding-left: 150px;
}

.modul-wrapper {
	background: #E2EBF5;
	border-radius: 20px;
	padding: 50px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin-bottom: 35px;
}

.block-6 {
	margin-top: 80px;
}

.modul-wrapper .title {
	font-size: 35px;
	font-weight: 600;
	line-height: 1.15;
	margin-bottom: 30px;
}

.modul-wrapper .list-title {
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 5px;
}

.list-marker-style {
	list-style-type: none;
	padding-left: 28px;
}

.list-marker-style li {
	position: relative;
}

.list-marker-style li:before {
	content: "";
	display: block;
	width: 18px;
	height: 17px;
	background: url(../img/marker.png) center no-repeat;
	background-size: contain;
	position: absolute;
	left: -28px;
	top: 4px;
}

.modul-wrapper .list-marker-style {
	margin: 0;
}

.modul-wrapper .list-marker-style li {
	font-size: 17px;
}

.modul-wrapper .margin-list {
	margin-bottom: 35px;
}

.modul-wrapper .modul-level {
	color: #ccd9df;
	font-weight: 600;
	letter-spacing: -4px;
	font-size: 62px;
	line-height: 1;
	position: relative;
	width: 210px;
}

.modul-image {
	position: absolute;
}

.modul-wrapper-1 .modul-image {
	width: 343px;
	height: 318px;
	bottom: 0;
	left: -90px;
	background: url(../img/modul-1.png) center bottom no-repeat;
}

.modul-number-wrapper {
	position: absolute;
	left: -245px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	top: -24px;
}

.modul-number-wrapper .modul-number {
	font-size: 86px;
	line-height: 1;
	border-radius: 50%;
	width: 95px;
	height: 95px;
	text-align: center;
	color: #fff;
	background: #FF5300;
	padding: 11px 0 0 0;
}

.modul-number-wrapper .modul-number-first {
	padding-right: 5px !important;
}

.modul-number-text {
	font-size: 20px;
	letter-spacing: 0;
	color: #000;
	font-weight: 400;
	margin-left: 15px;
	margin-top: 30px;
}

.modul-number-text .pointer {
	height: 10px;
	width: 110px;
	background: #FF5300;
	border-radius: 5px;
	margin-bottom: 10px;
}

.modul-wrapper-2 {
	margin-bottom: 55px;
}

.modul-wrapper-2 .modul-level {
	padding-left: 25px;
}

.modul-wrapper-2 .modul-image {
	width: 362px;
	height: 316px;
	bottom: 0;
	left: -155px;
	background: url(../img/modul-2.png) center bottom no-repeat;
}

.modul-wrapper-3 .modul-image {
	width: 153px;
	height: 159px;
	bottom: -15px;
	left: 80px;
	background: url(../img/modul-3.png) center bottom no-repeat;
}

.modul-wrapper-3 {
	padding: 29px 50px;
}

.block-7 {
	margin-top: 30px;
	padding-top: 100px;
}

.bg-layer-7 {
	background: url(../img/bg/bg-7.jpg) center top no-repeat;
	height: 474px;
	top: 0;
	background-size: cover;
}

.color-title span {
	display: inline-block;
	padding: 12px 20px;
	border-radius: 15px;
	position: relative;
}

.color-title.two-strings span {
	border-radius: 15px 15px 15px 0;
}

.color-title-blue span {
	color: #fff;
	background: #085398;
}

.color-title-light-blue span {
	color: #000;
	background: #E2EBF5;
}

.color-title .bottom-string-title {
	top: -13px;
	padding-top: 0;
	border-radius: 0 0 15px 15px;
}

.color-title.two-strings span.bottom-string-title {
	border-radius: 0 15px 15px 15px;
}

.branch-wrapper {
	background: #fff;
	position: relative;
	-webkit-box-shadow: 0 0 50px rgb(226, 236, 248);
	box-shadow: 0 0 50px rgb(226, 236, 248);
	border-radius: 20px;
	margin-left: 28px;
	margin-bottom: 30px;
}

.branch-gerb {
	position: absolute;
	left: -27px;
	top: 15px;
}

.branch-wrapper-inner > .title {
	font-size: 29px;
	font-weight: bold;
	line-height: 1;
}

.branch-wrapper-inner {
	cursor: pointer;
}

.branch-wrapper-inner .count-branch {
	font-size: 18px;
	position: relative;
	padding-right: 30px;
}

.branch-wrapper-inner .count-branch.disable {
	color: #A3A3A3;
}

.branch-wrapper-inner .count-branch:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	right: 0;
	top: 8px;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.branch-wrapper-inner.open-branch .count-branch:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	top: 11px;
}

.branch-wrapper-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 30px 45px 30px 60px;
}

.branch-content {
	border-top: 1px solid #E5E5E5;
}

.branch-info-row {
	padding: 22px 0 22px;
	margin: 0 20px 0 28px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-top: 1px solid #E5E5E5;
}

.branch-content .branch-info-row:first-child {
	border-top: none;
}

.text-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 390px;
	-ms-flex: 0 0 390px;
	flex: 0 0 390px;
}

.text-wrapper .image {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 73px;
	-ms-flex: 0 0 73px;
	flex: 0 0 73px;
	margin-left: 30px;
}

.branch-info-row .text {
	line-height: 1.5;
	margin-left: 25px;
}

.branch-content .contacts {
	color: #666666;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 390px;
	-ms-flex: 0 0 390px;
	flex: 0 0 390px;
	margin-top: -10px;
}

.contact-row-border {
	border-top: 1px solid #E5E5E5;
}

.contact-row {
	padding: 10px 0 10px 20px;
	position: relative;
}

.branch-content .contacts .contact-row:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 17px;
	width: 11px;
	height: 11px;
}

.branch-content .contacts .adress:after {
	background: url(../img/map-icon.png) left center no-repeat;
}

.branch-content .contacts .phone:after {
	background: url(../img/phone-icon.png) left center no-repeat;
}

.branch-content .status {
	padding: 0 20px;
	text-align: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 150px;
	-ms-flex: 0 0 150px;
	flex: 0 0 150px;
	width: 150px;
	border-radius: 15px;
	height: 76px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.branch-content .status.close {
	color: #e00c28;
	background: #F5E5E7;
}

.branch-content .status.open {
	color: #4e8d4a;
	background: #D0F0CE;
}

.branch-content .status.planned {
	background: #ECF2F8;
	color: #768593;
}

.text-wrapper-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.text-wrapper-not-open {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.text-wrapper-not-open .image {
	text-align: center;
}

.branch-info-row .text-wrapper-not-open .text {
	color: #8D8D8D;
	line-height: 1.25;
}

.branch-content .site-btn {
	padding: 15px 23px;
	font-size: 12px;
	height: 49px;
	margin-left: 35px;
}

.branch-content .ar-right {
	height: 49px;
	width: 23px;
	overflow: hidden;
	right: -20px;
	top: -2px;
}

.branch-content .ar-right:after {
	right: 15px;
	top: -9px;
}

.branch-content .site-btn:before {
	width: 8px;
	height: 8px;
	border-width: 1px;
	margin-top: -5px;
}

.branch-content {
	display: none;
}

.not-active .branch-wrapper-inner .count-branch {
	color: #A3A3A3;
}

.block-8 {
	margin-top: 40px;
	z-index: 9;
}

.partners-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.partners-logos .logo-box {
	height: 105px;
	width: 205px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 205px;
	-ms-flex: 0 0 205px;
	flex: 0 0 205px;
	border-right: 1px solid #E5E5E6;
}

.partners-logos .logo-box:last-child {
	border-right: none;
}

.partners-logos .partner-1 {
	background: url(../img/partners/1.jpg) center no-repeat;
	-webkit-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
}

.partners-logos .partner-1:hover {
	background: url(../img/partners/1-hover.jpg) center no-repeat;
}

.partners-logos .partner-2 {
	background: url(../img/partners/2.jpg) center no-repeat;
	-webkit-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
}

.partners-logos .partner-2:hover {
	background: url(../img/partners/2-hover.jpg) center no-repeat;
}

.partners-logos .partner-3 {
	background: url(../img/partners/3.jpg) center no-repeat;
	-webkit-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
}

.partners-logos .partner-3:hover {
	background: url(../img/partners/3-hover.jpg) center no-repeat;
}

.partners-logos .partner-4 {
	background: url(../img/partners/4.jpg) center no-repeat;
	-webkit-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
}

.partners-logos .partner-4:hover {
	background: url(../img/partners/4-hover.jpg) center no-repeat;
}

.section-title-left {
	margin-bottom: 0;
}

.hr-line-3 {
	margin: 70px 0;
}

.block-9 {
	overflow: hidden;
	padding-top: 300px;
	margin-top: -300px;
}

.block-9 > .container {
	position: relative;
	min-height: 430px;
}

.map-block {
	background: url(../img/map.jpg) right -20px no-repeat;
	position: absolute;
	right: -461px;
	z-index: -1;
	height: 447px;
	width: 1455px;
}

.map-markers {
	position: relative;
}

.map-marker {
	background: url(../img/map-marker.png) bottom center no-repeat;
	width: 30px;
	height: 50px;
	position: absolute;
	z-index: 15;
	cursor: pointer;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.map-marker:after {
	content: "";
	display: block;
	width: 30px;
	height: 13px;
	background: url(../img/map-marker-shadow.png) center no-repeat;
	position: absolute;
	left: 0px;
	bottom: -7px;
	z-index: 1;
}

.map-marker:hover {
	background-position: top center;
}

.map-marker-1 {
	left: 364px;
	top: 6px;
}

.map-marker-2 {
	left: 330px;
	top: 93px;
}

.map-marker-3 {
	left: 381px;
	top: 99px;
}

.map-marker-4 {
	left: 275px;
	top: 143px;
}

.map-marker-5 {
	left: 441px;
	top: 174px;
}

.map-marker-6 {
	left: 541px;
	top: 194px;
}

.map-marker-7 {
	left: 714px;
	top: 204px;
}

.map-marker-8 {
	left: 772px;
	top: 256px;
}

.map-markers .hint {
	border-radius: 15px;
	background: #fff;
	position: absolute;
	top: -240px;
	left: -98px;
	padding: 20px;
	width: 226px;
	text-align: center;
	z-index: 25;
	-webkit-box-shadow: 0 0 30px rgba(198, 213, 229, 0.5);
	box-shadow: 0 0 30px rgba(198, 213, 229, 0.5);
	opacity: 0;
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s;
	visibility: hidden;
}

.map-marker:hover .hint {
	top: -225px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.map-markers .hint:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 10px solid #fff;
	bottom: -10px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.map-markers .hint:before {
	content: "";
	display: block;
	border-radius: 50%;
	width: 34px;
	height: 34px;
	background: url(../img/map-logo-1.png) center no-repeat #fff;
	top: -18px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	position: absolute;
}

.map-markers .hint .title {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.34;
}

.map-markers .hint .contacts {
	padding: 15px 0;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	margin: 15px 0;
}

.map-markers .hint .contacts .phone {
	font-size: 19px;
	line-height: 1;
	font-weight: bold;
}

.map-markers .hint .contacts .name {
	color: #737373;
}

.map-markers .hint .adress {
	color: #999999;
	font-size: 15px;
	line-height: 1.34;
}

.partners-wrapper-univer {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.partners-wrapper-univer .logo-box {
	height: 115px;
	width: 180px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 180px;
	-ms-flex: 0 0 180px;
	flex: 0 0 180px;
	position: relative;
}

.partners-wrapper-univer .logo-box:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 10px;
	height: 90px;
	width: 1px;
	background: #E5E5E5;
}

.partners-wrapper-univer .partner-1 {
	background: url(../img/partners-univer/logo-1.jpg) center no-repeat;
	-webkit-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 190px;
	-ms-flex: 0 0 190px;
	flex: 0 0 190px;
}

.partners-wrapper-univer .partner-1:hover {
	background: url(../img/partners-univer/logo-1-hover.jpg) center no-repeat;
}

.partners-wrapper-univer .partner-2 {
	background: url(../img/partners-univer/logo-2.jpg) center no-repeat;
	-webkit-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 222px;
	-ms-flex: 0 0 222px;
	flex: 0 0 222px;
}

.partners-wrapper-univer .partner-2:hover {
	background: url(../img/partners-univer/logo-2-hover.jpg) center no-repeat;
}

.partners-wrapper-univer .partner-3 {
	background: url(../img/partners-univer/logo-3.jpg) center no-repeat;
	-webkit-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 273px;
	-ms-flex: 0 0 273px;
	flex: 0 0 273px;
}

.partners-wrapper-univer .partner-3:hover {
	background: url(../img/partners-univer/logo-3-hover.jpg) center no-repeat;
}

.partners-wrapper-univer .partner-4 {
	background: url(../img/partners-univer/logo-4.jpg) center no-repeat;
	-webkit-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 178px;
	-ms-flex: 0 0 178px;
	flex: 0 0 178px;
}

.partners-wrapper-univer .partner-4:after {
	display: none;
}

.partners-wrapper-univer .partner-4:hover {
	background: url(../img/partners-univer/logo-4-hover.jpg) center no-repeat;
}

.partners-wrapper-univer .partner-5 {
	background: url(../img/partners-univer/logo-5.jpg) no-repeat;
	-webkit-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
	background-position: left center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 290px;
	-ms-flex: 0 0 290px;
	flex: 0 0 290px;
}

.partners-wrapper-univer .partner-5:hover {
	background: url(../img/partners-univer/logo-5-hover.jpg) no-repeat;
	background-position: left center;
}

.partners-wrapper-univer .partner-6 {
	background: url(../img/partners-univer/logo-6.jpg) center no-repeat;
	-webkit-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 176px;
	-ms-flex: 0 0 176px;
	flex: 0 0 176px;
}

.partners-wrapper-univer .partner-6:hover {
	background: url(../img/partners-univer/logo-6-hover.jpg) center no-repeat;
}

.partners-wrapper-univer .partner-7 {
	background: url(../img/partners-univer/logo-7.jpg) center no-repeat;
	-webkit-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 221px;
	-ms-flex: 0 0 221px;
	flex: 0 0 221px;
}

.partners-wrapper-univer .partner-7:hover {
	background: url(../img/partners-univer/logo-7-hover.jpg) center no-repeat;
}

.partners-wrapper-univer .partner-8 {
	background: url(../img/partners-univer/logo-8.jpg) center no-repeat;
	-webkit-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 274px;
	-ms-flex: 0 0 274px;
	flex: 0 0 274px;
}

.partners-wrapper-univer .partner-8:hover {
	background: url(../img/partners-univer/logo-8-hover.jpg) center no-repeat;
}

.partners-wrapper-univer .partner-9 {
	background: url(../img/partners-univer/logo-9.jpg) center no-repeat;
	-webkit-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 178px;
	-ms-flex: 0 0 178px;
	flex: 0 0 178px;
}

.partners-wrapper-univer .partner-9:after {
	display: none;
}

.partners-wrapper-univer .partner-9:hover {
	background: url(../img/partners-univer/logo-9-hover.jpg) center no-repeat;
}

.block-11 {
	margin-top: 60px;
}

.profile-box {
	padding: 55px 30px;
	background: #fff;
	-webkit-box-shadow: 0 0 120px rgba(28, 79, 156, 0.17);
	box-shadow: 0 0 120px rgba(28, 79, 156, 0.17);
	border-radius: 60px;
	position: relative;
}

.profile-box .text {
	font-size: 17px;
	color: #636363;
	line-height: 1.48;
	max-width: 380px;
	margin: auto;
	text-align: center;
}

.profile-box .section-title {
	margin-bottom: 20px;
}

.profile-steps {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 20px;
}

.profile-step {
	margin-right: 165px;
	z-index: 5;
	position: relative;
}

.profile-step:last-child {
	margin-right: 0;
}

.profile-step .title {
	font-size: 17px;
	margin-top: 22px;
	line-height: 1.53;
	position: relative;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
}

.profile-step .title:after {
	content: "";
	display: block;
	width: 81px;
	height: 23px;
	background: url(../img/step-arrow.png) center no-repeat;
	right: -120px;
	top: 1px;
	position: absolute;
}

.profile-step:last-child .title:after {
	display: none;
}

.line-in-profile {
	height: 1px;
	background: #E5E5E5;
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 73px;
	margin-left: -30px;
	margin-right: -30px;
}

.profile-box .site-btn {
	margin: 40px 0;
	padding-left: 40px;
	padding-right: 75px;
}

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

.btn-center .site-btn {
	margin-left: -20px;
}

.profile-bg {
	width: 126px;
	height: 108px;
	background: url(../img/profile-bg.png) center no-repeat;
	position: absolute;
	bottom: -37px;
	right: 16px;
}

.block-12 {
	margin-top: 50px;
}

.doc-links-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.doc-link {
	margin-left: 80px;
}

.doc-link a {
	font-size: 18px;
	line-height: 1.45;
	text-decoration: underline;
	color: #085398;
}

.hr-line-4 {
	margin: 50px 0 60px;
}

.faq-flex-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.faq-flex-wrapper .faq-box {
	margin-left: 90px;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-top: -23px;
}

.faq-row {
	border-top: 1px solid #E6E6E6;
}

.faq-box .faq-row:first-child {
	border-top: none;
}

.faq-row-inner {
	font-size: 20px;
	padding: 23px 0;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.accordion-arrow {
	width: 20px;
	height: 20px;
	position: relative;
	margin-right: 10px;
	margin-left: 20px;
}

.accordion-arrow:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	right: 5px;
	top: 5px;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.faq-row-inner.open-faq .accordion-arrow:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.faq-row-inner:hover .accordion-arrow:after {
	border-color: #2959A2;
}

.faq-row-inner:hover .title {
	color: #1c4f9c;
}

.faq-content {
	padding: 32px 42px;
	margin-bottom: 20px;
	border-radius: 15px;
	background: #E2EBF5;
	font-size: 17px;
	line-height: 1.48;
	display: none;
}

.block-14 {
	background: url(../img/bg/bg-14.jpg) center top no-repeat;
	padding-top: 160px;
	overflow: hidden;
	padding-bottom: 80px;
	background-size: cover;
}

.block-14 .title {
	font-weight: bold;
	font-size: 35px;
	line-height: 1.3;
}

.block-14 .descr {
	font-size: 22px;
	line-height: 1.55;
	margin: 40px 0;
	padding-right: 40px;
}

.block-14 .text {
	font-size: 18px;
	line-height: 1.62;
	color: #565656;
	padding-right: 100px;
}

.block-14 .site-btn {
	margin-top: 44px;
}

.block-14 .content-block {
	padding-right: 70px;
}

.block-14-image {
	width: 1009px;
	height: 779px;
	background: url(../img/block-14-image.png) center no-repeat;
	position: absolute;
	right: -366px;
	top: -80px;
	z-index: 1;
}

.block-15 {
	background: url(../img/bg/bg-15.png) center top no-repeat;
	padding-top: 140px;
	padding-bottom: 80px;
	margin-top: -35px;
	z-index: 5;
	background-size: contain;
}


.block-15 .title-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.block-15 .title-flex .descr {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.4;
	max-width: 420px;
	margin-left: 30px;
}

.block-15 .info-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px;
}

.block-15 .info-box .left-box {
	margin-right: 100px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 380px;
	-ms-flex: 0 0 380px;
	flex: 0 0 380px;
}

.block-15 .info-box .left-box .text {
	margin-bottom: 30px;
	line-height: 1.57;
}

.info-box .list-title {
	font-weight: bold;
}

.block-15 .info-box .list-marker-style {
	margin: 8px 0;
	color: #333333;
}

.cooperation-status {
	border-radius: 15px;
	background: #E2EBF5;
	font-size: 17px;
	padding: 0 40px 45px;
}

.cooperation-status .image {
	text-align: center;
	height: 126px;
}

.cooperation-status .image img {
	margin-top: -8px;
}

.cooperation-status .title {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	margin-top: 30px;
}

.cooperation-status ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.cooperation-status ul li {
	padding-left: 40px;
	position: relative;
	line-height: 1.24;
	margin-top: 20px;
}

.cooperation-status ul li span.number {
	width: 26px;
	height: 26px;
	background: #FF5909;
	color: #fff;
	text-align: center;
	display: block;
	position: absolute;
	left: 0;
	top: -3px;
	border-radius: 50%;
	padding-top: 2px;
	font-size: 15px;
	line-height: 1.6;
}

.row-bottom-gap {
	margin-bottom: 40px;
}

.submit-application {
	font-size: 26px;
	line-height: 1.5;
	color: #333333;
	text-align: center;
	margin-top: 75px;
}

.submit-application .site-btn {
	margin-top: 40px;
	padding-left: 40px;
	padding-right: 65px;
	line-height: 1.6;
}

.footer {
	height: 674px;
	background: url(../img/bg/bg-footer.png) center top;
	text-align: center;
	background-size: cover;
}

.footer-title {
	font-size: 42px;
	line-height: 1;
	color: #91b4ea;
	margin: 35px 0 45px;
}

.footer-email {
	color: #fff;
	font-size: 45px;
	border-bottom: 1px solid #3361A6;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: bold;
}

.footer-email img {
	margin-right: 10px;
}

.footer .text {
	color: #6C91CD;
	font-size: 14px;
	line-height: 1.5;
	margin: 40px 0;
}

.footer-vk {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer-vk > a {
	display: block;
	margin: 0 30px;
}

.footer-vk > div {
	height: 1px;
	background: #3361A6;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.popup-style {
	border-radius: 40px;
	padding: 0 !important;
}

.popup-header {
	background: #1C509C;
}

.popup-title {
	font-size: 41px;
	color: #fff;
	font-weight: bold;
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding: 20px 65px 20px;
}

.popup-padding {
	padding: 25px 65px;
}

.fancybox-button--close {
	color: #fff !important;
	width: 42px !important;
	height: 42px !important;
	font-size: 30px;
	position: absolute !important;
	top: 15px;
	right: 20px;
	background: url(../img/close.png) center no-repeat !important;
}

.popup-form {
	width: 850px;
	background: transparent !important;
}

.popup-tabs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.popup-tab {
	border-radius: 20px;
	background: #3362A6;
	padding: 20px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 215px;
	-ms-flex: 0 0 215px;
	flex: 0 0 215px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	position: relative;
}

.popup-tab:after {
	content: "";
	display: block;
	height: 120px;
	width: 1px;
	background: rgba(255,255,255,0.2);
	position: absolute;
	right: -19px;
	top: 8px;
}

.popup-tab:last-child:after {
	display: none;
}

.popup-tab.active {
	background: #fff;
	-webkit-box-shadow: 0 10px 10px rgba(0,0,0,0.2);
	box-shadow: 0 10px 10px rgba(0,0,0,0.2);
}

.popup-tab .icon {
	width: 40px;
	height: 40px;
	margin: 0 auto 15px;
}

.popup-tab-1 .icon {
	background: url(../img/tab-icons/tab-icon-1.png) center no-repeat;
}

.popup-tab-1.active .icon {
	background: url(../img/tab-icons/tab-icon-1-active.png) center no-repeat;
}

.popup-tab-2 .icon {
	background: url(../img/tab-icons/tab-icon-2.png) center no-repeat;
}

.popup-tab-2.active .icon {
	background: url(../img/tab-icons/tab-icon-2-active.png) center no-repeat;
}

.popup-tab-3 .icon {
	background: url(../img/tab-icons/tab-icon-3.png) center no-repeat;
}

.popup-tab-3.active .icon {
	background: url(../img/tab-icons/tab-icon-3-active.png) center no-repeat;
}

.popup-tab .title {
	font-size: 17px;
	line-height: 1.24;
	color: #fff;
	height: 42px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.popup-tab.active .title {
	color: #000;
}

.popup-content-title {
	color: #7D8187;
	font-size: 20px;
	background: #E3EBF6;
	line-height: 1;
	padding: 22px 65px;
}

.form-content {
	background: #fff;
}

.select2-dropdown {
	z-index: 99999 !important;
}

.select2-container--default .select2-selection--single {
	border: 1px solid #D9D9D9 !important;
	height: auto !important;
	padding: 10px !important;
	border-radius: 5px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	width: 8px !important;
	height: 8px !important;
	border-right: 2px solid #999999 !important;
	border-bottom: 2px solid #999999 !important;
	-webkit-transform: rotate(45deg) !important;
	-ms-transform: rotate(45deg) !important;
	transform: rotate(45deg) !important;
	border-left: none !important;
	border-top: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 9px !important;
	right: 16px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #A3A3A3 !important;
}

.select2-container--open .select2-selection--single .select2-selection__rendered {
	color: #000 !important;
}

.form-content label {
	font-size: 15px;
	display: block;
	margin-bottom: 5px;
}

.required-star {
	display: inline-block;
	margin-left: 4px;
	vertical-align: middle;
	padding-top: 4px;
	line-height: 1;
	font-family: "Arial", sans-serif;
	color: #1C509C;
}

::-webkit-input-placeholder {color:#A3A3A3;}
::-moz-placeholder          {color:#A3A3A3;}
:-moz-placeholder           {color:#A3A3A3;}
:-ms-input-placeholder      {color:#A3A3A3;}

input {
	padding: 14px;
	border-radius: 5px;
	border: 1px solid #d9d9d9;
}

.row-input {
	margin-bottom: 25px;
}

.form-content .input {
	width: 100%;
}

.row-file {
	padding: 35px 0;
	border-top: 1px solid #DFDBCE;
}

.row-border {
	padding: 20px 0;
	border-top: 1px solid #DFDBCE;
}

.row-file .title {
	font-size: 20px;
	color: #000;
	line-height: 1.2;
	font-weight: bold;
}

.file-btn-wrapper .flex-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.file-btn-wrapper .file-label {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 120px;
	-ms-flex: 0 0 120px;
	flex: 0 0 120px;
	color: #999999;
	font-size: 14px;
	line-height: 1.22;
	text-align: right;
}

.btn-file {
	position: relative;
	display: block;
}

.btn-file input[type="file"] {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	display: block;
}

.file-input-wrapper .btn-file {
	color: #fff;
	font-size: 17px;
	padding: 12px 40px;
	text-align: center;
	background: #1C509C;
	cursor: pointer;
	width: 195px;
	border-radius: 10px;
}

.file-list-wrapper {
	width: 100%;
}

.fileList {
	position: relative;
	margin: 0;
	padding-left: 0;
	list-style-type: none;
	right: 15px;
	text-align: right;
}

.fileList li {
	white-space: nowrap;
	position: relative;
	text-align: right;
	font-size: 15px;
	margin-top: 10px;
	display: block;
}

.fileList li div {
	display: inline-block;
	border-radius: 8px;
	padding: 5px 15px;
	background: #E3EBF6;
}

.removeFile {
	width: 15px;
	height: 15px;
	position: relative;
	display: inline-block;
	margin-left: 5px;
}

.removeFile span {
	font-size: 30px;
	color: #000;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	display: inline-block;
	line-height: 1;
	position: absolute;
	left: -3px;
	top: -4px;
}

.fileList li span.size {
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	color: #90959D;
}

.fileList li span.filename {
	display: inline-block;
	max-width: 600px;
	overflow: hidden;
	vertical-align: middle;
}

.popup-footer {
	padding: 25px 65px 35px;
	background: #E3EBF6;
}

.popup-footer-text {
	color: #4D5054;
	margin: 10px 20px 20px;
	font-size: 14px;
}

.popup-btn {
	padding: 30px 20px;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	background: #1C509C;
	text-align: center;
	width: 100%;
	border-radius: 15px;
	border: none;
	-webkit-box-shadow: 0 10px 20px rgba(28, 80, 156, 0.28);
	box-shadow: 0 10px 20px rgba(28, 80, 156, 0.28);
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.popup-tab-content {
	display: none;
}

.popup-tab-content-1 {
	display: block;
}

.switch-btn-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.switch-btn-wrapper .left-box {
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 380px;
	-ms-flex: 0 0 380px;
	flex: 0 0 380px;
	margin-right: 10px;
}

.switch-btn {
	border-radius: 15px;
	border: 6px solid #E3EBF6
}

.switch-btn ul {
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	list-style-type: none;
}

.switch-btn ul li {
	color: #666666;
	font-size: 16px;
	padding: 10px;
	border-radius: 10px;
	text-align: center;
	width: 90px;
	cursor: pointer;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.switch-btn ul li.active {
	color: #fff;
	background: #1C509C;
}

.textarea-label {
	font-size: 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 5px;
}

.textarea-label .descr {
	color: #b9b9b9;
	margin-left: 20px;
}

textarea.comment {
	height: 170px;
	width: 100%;
	resize: none;
	padding: 14px;
	border-radius: 5px;
	border: 1px solid #d9d9d9;
}

.row-file .title sub {
	bottom: auto;
	top: -0.3em;
	color: #999999;
}

.error-wrapper {
	position: relative;
}

.error-wrapper.error input {
	background: #FCF1F0 !important;
	border-color: #E4C2BE !important;
}

.error-icon {
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 19px;
	height: 19px;
	background: url(../img/error-icon.png) center no-repeat;
	cursor: pointer;
}

input.valid {
	background: #F9FDF6 !important;
	border-color: #B5D1A3 !important;
}

.error-wrapper > span, .file-btn .error > span {
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 19px;
	height: 19px;
	background: url(../img/error-icon.png) center no-repeat;
	cursor: pointer;
	z-index: 10;
}

.error-wrapper label.error {
	position: absolute;
	width: 250px;
	padding: 10px 15px;
	font-size: 16px;
	line-height: 1.38;
	background: #E4C2BE;
	border-radius: 10px;
	right: -10px;
	bottom: 50px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	color: #000;
	text-align: left;
}

.error-wrapper label.error:after {
	content: "";
	display: block;
	bottom: -7px;
	right: 11px;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 8px solid #E4C2BE;
	position: absolute;
}

.error-wrapper span:hover label.error {
	bottom: 40px;
	visibility: visible;
	opacity: 1;
}

.error-select span label.error {
	display: none !important;
}

.error-select.error .select2-container--default .select2-selection--single {
	border: 1px solid #E4C2BE !important;
	background: #FCF1F0;
}

.file-btn {
	position: relative;
}

.file-btn div.error {
	top: 18px;
	right: 0;
}

.select2-dropdown {
	border: none !important;
	-webkit-box-shadow: 0 0 40px rgba(0,0,0,0.2);
	box-shadow: 0 0 40px rgba(0,0,0,0.2);
}

.select2-container--open .select2-selection--single .select2-selection__placeholder {
	color: #000 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: none !important;
	line-height: 1 !important;
	padding: 10px;
	background: #E0E8F3
}

.select2-search--dropdown {
	padding: 10px 20px 5px !important;;
}

.select2-results__option {
	padding: 10px 0 !important;
	margin: 0 20px;
	border-bottom: 1px solid #DDDDDD;
}

.select2-results__option:last-child {
	border-bottom: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background: #fff !important;
	color: #1c509c !important;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
	-webkit-appearance: none;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar:vertical {
	width: 16px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar:horizontal {
	height: 16px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
	background-color: #1C509C;
	border-radius: 10px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
	border-radius: 10px;
}

.select2-container--default .select2-results>.select2-results__options {
	margin-right: 20px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
	background-color: #E0E8F3;
}

.popup-style .fancybox-button {
	top: 35px;
	right: 60px;
}

.select2-results {
	padding: 15px 0;
}

.hamburger {
	padding: 10px 15px;
	margin-right: -15px;
	display: none;
	cursor: pointer;
	-webkit-transition-property: opacity, -webkit-filter;
	transition-property: opacity, -webkit-filter;
	-o-transition-property: opacity, filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	-webkit-transition-duration: 0.15s;
	-o-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}

.hamburger, .hamburger * {
	outline: none !important;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
	background-color: #1C4F9B;
}

.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: 2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 40px;
	height: 4px;
	background-color: #1C4F9B;
	border-radius: 4px;
	position: absolute;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.15s;
	-o-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}

.hamburger-inner::before {
	top: -10px;
}

.hamburger-inner::after {
	bottom: -10px;
}

.hamburger--slider .hamburger-inner {
	top: 2px;
}

.hamburger--slider .hamburger-inner::before {
	top: 10px;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: transform, opacity;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: 0.15s;
	-o-transition-duration: 0.15s;
	transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
	top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
	-webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
	-webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
	transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
	opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
	transform: translate3d(0, -20px, 0) rotate(-90deg);
}


/*
   * Slider Reverse
   */

.hamburger--slider-r .hamburger-inner {
	top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
	top: 10px;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: transform, opacity;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: 0.15s;
	-o-transition-duration: 0.15s;
	transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
	top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
	-webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
	transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
	-webkit-transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
	transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
	opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(0, -20px, 0) rotate(90deg);
	transform: translate3d(0, -20px, 0) rotate(90deg);
}

.overlay {
	display: none;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.3);
	z-index: 90;
}

.count-branch .hidden-mobile {
	display: inline;
}

.inline-mobile {
	display: none;
}

.profile-step .title span {
	display: none;
}

.send-info .title {
	font-size: 41px;
	line-height: 1;
	font-weight: bold;
	margin: 50px 0 40px;
}

.send-info .text {
	color: #666666;
	margin-bottom: 40px;
}

.send-info-wrapper .image {
	margin-top: 40px;
}

.agreement-box {
	margin: 0 20px;
	color: #4D5054;
}

.agreement-box a {
	text-decoration: underline;
	color: #1C509C;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.agreement-box a:hover {
	text-decoration: none;
	color: #3976d0;
}

.agreement-box input {
	width: 16px;
	height: 16px;
}

.agreement-box label, .agreement-box input {
	vertical-align: middle;
}

.custom-checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.custom-checkbox+label {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.custom-checkbox:checked+label::before {
	border-color: #1C509C;
	background-color: #1C509C;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox+label::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	border: 1px solid #adb5bd;
	border-radius: 0.25em;
	margin-right: 0.5em;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}

.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
	border-color: #b3d7ff;
}

.custom-checkbox:not(:disabled):active+label::before {
	background-color: #b3d7ff;
	border-color: #b3d7ff;
}

.custom-checkbox:focus+label::before {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-checkbox:focus:not(:checked)+label::before {
	border-color: #80bdff;
}

.custom-checkbox:disabled+label::before {
	background-color: #e9ecef;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
	.bg-layer-2 {
		height: 670px;
		top: -100px;
	}

	.header {
		padding-top: 90px;
	}

	.top-line-wrapper {
		padding: 5px 0;
		position: fixed;
		top: 0;
		width: 100%;
		left: 0;
		right: 0;
		background: rgba(255,255,255,.95);
		z-index: 200;
	}

	.hamburger {
		display: inline-block;
		position: relative;
		z-index: 100;
	}

	.top-lk-wrapper {
		padding-right: 15px;
		margin-right: 10px;
	}

	.top-lk-wrapper:after {
		content: "";
		display: block;
		position: absolute;
		height: 24px;
		width: 1px;
		background: #E5E5E5;
		right: 0;
		top: 50%;
		margin-top: -12px;
	}

	.top-btn-wrapper {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.main-nav-wrapper {
		left: -100%;
		width: 250px;
		position: fixed;
		top: 0;
		bottom: 0;
		background: #fff;
		-webkit-transition: left .3s;
		-o-transition: left .3s;
		transition: left .3s;
		z-index: 200;
	}

	.main-nav-wrapper.open-menu {
		left: 0;
		-webkit-box-shadow: 5px 0px 5px 0px rgba(0,0,0,0.13);
		box-shadow: 5px 0px 5px 0px rgba(0,0,0,0.13);
	}

	.main-nav ul {
		display: block;
		padding: 20px 0;
	}

	.main-nav ul li {
		margin-left: 0;
	}

	.main-nav a {
		display: block;
		padding: 12px 15px;
	}

	.main-nav.delimiter {
		padding-left: 0;
	}

	.main-nav.delimiter:before {
		display: none;
	}

	.top-vk-wrapper.delimiter:before {
		display: none;
	}

	.header-bg {
		width: 650px;
		height: 440px;
	}

	.header-title span {
		font-size: 45px;
		padding: 7px 22px 10px;
	}

	.header-title span {
		border-radius: 10px 10px 10px 0;
	}

	.header-title span:last-child {
		border-radius: 10px;
	}

	.section-title h2 {
		font-size: 46px;
	}

	.partners-logos .logo-box {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 170px;
		-ms-flex: 0 0 170px;
		flex: 0 0 170px;
		height: 85px;
		background-size: contain !important;
	}

	.partners-wrapper-univer .logo-box {
		height: 90px;
		background-size: contain !important;
		margin: 0 25px
	}

	.partners-wrapper-univer .partner-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 70px;
		-ms-flex: 0 0 70px;
		flex: 0 0 70px;
		margin-left: 0;
	}

	.partners-wrapper-univer .partner-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 130px;
		-ms-flex: 0 0 130px;
		flex: 0 0 130px;
	}

	.partners-wrapper-univer .logo-box:after {
		right: -25px;
		height: 75px;
	}

	.partners-wrapper-univer .partner-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 130px;
		-ms-flex: 0 0 130px;
		flex: 0 0 130px;
	}

	.partners-wrapper-univer .partner-3:after {
		display: block;
	}

	.partners-wrapper-univer .partner-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 80px;
		-ms-flex: 0 0 80px;
		flex: 0 0 80px;
		margin-right: 0;
	}

	.partners-wrapper-univer .partner-4:after {
		display: none;
	}

	.partners-wrapper-univer .partner-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 190px;
		-ms-flex: 0 0 190px;
		flex: 0 0 190px;
		margin-left: 0;
	}

	.partners-wrapper-univer .partner-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 87px;
		-ms-flex: 0 0 87px;
		flex: 0 0 87px;
	}

	.partners-wrapper-univer .partner-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 150px;
		-ms-flex: 0 0 150px;
		flex: 0 0 150px;
	}

	.partners-wrapper-univer .partner-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 153px;
		-ms-flex: 0 0 153px;
		flex: 0 0 153px;
	}

	.partners-wrapper-univer .partner-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100px;
		-ms-flex: 0 0 100px;
		flex: 0 0 100px;
		margin-right: 0;
	}

	.block-14-image {
		background-size: contain;
		width: 880px;
		height: 727px;
		top: -12px;
	}

	.block-14 .title {
		font-size: 30px;
	}

	.block-14 .descr {
		font-size: 20px;
	}

	.block-14 .text {
		font-size: 16px;
	}

	.block-14 {
		padding-top: 130px;
	}

	.block-15 .info-box .left-box {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 320px;
		-ms-flex: 0 0 320px;
		flex: 0 0 320px;
		margin-right: 87px;
	}

	.block-15 .info-box {
		font-size: 14px;
	}

	.block-15 .list-marker-style li:before {
		width: 14px;
		height: 13px;
	}

	.cooperation-status {
		font-size: 15px;
		padding: 0 20px 30px;
	}

	.branch-info-row {
		margin: 0 15px;
	}

	.text-wrapper .image {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50px;
		-ms-flex: 0 0 50px;
		flex: 0 0 50px;
	}

	.branch-info-row .text {
		font-size: 14px;
		margin-left: 15px;
	}

	.branch-content .contacts {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 270px;
		-ms-flex: 0 0 270px;
		flex: 0 0 270px;
	}

	.branch-content .contacts {
		font-size: 14px;
	}

	.branch-content .status {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
	}

	.branch-info-row {
		padding: 15px 0;
	}

	.text-wrapper {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 320px;
		-ms-flex: 0 0 320px;
		flex: 0 0 320px;
	}

	.text-wrapper-not-open {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.branch-content .ar-right {
		right: -21px;
		top: -3px;
	}

	.block-2-image {
		background-size: contain;
		height: 826px;
		width: 890px;
	}

	.header-descr {
		font-size: 22px;
	}

	.school-descr {
		font-size: 24px;
		margin-top: 60px;
	}

	.program-descr {
		padding: 0;
		font-size: 18px;
	}

	.bg-layer-1 {
		height: 890px;
	}

	.block-2 {
		background-position: center 550px;
	}

	.block-3 .section-title h2 {
		font-size: 42px;
	}

	.stage-image {
		background-size: contain !important;
		width: 186px;
		height: 180px;
		top: -92px;
	}

	.stage-wrapper {
		padding: 140px 26px 40px;
		height: 100%;
	}

	.hr-line-1 {
		top: 114px;
	}

	.brain-wrapper .text {
		font-size: 16px;
	}

	.brain-wrapper img {
		max-width: 120px;
	}

	.stage-text {
		font-size: 14px;
	}

	.brain-wrapper {
		margin: 90px 0 0;
	}

	.block-3 {
		padding-top: 170px;
	}

	.advantage-wrapper .title span {
		font-size: 15px;
	}

	.advantage-wrapper .text {
		font-size: 15px;
	}

	.advantage-text-5 {
		max-width: 100%;
	}

	.modul-wrapper .modul-level {
		font-size: 50px;
	}

	.modul-number-wrapper .modul-number {
		width: 80px;
		height: 80px;
		font-size: 70px;
	}

	.modul-number-wrapper {
		left: -218px;
		top: -18px;
	}

	#about {
		top: 70px;
	}

	#cooperation {
		top: 100px;
	}

	.header-logo-inner img {
		width: 90px;
	}

	.header-logo {
		height: 200px;
	}

	.header-logo-inner:before {
		bottom: -30px;
		border-top: 30px solid #ffffff;
		border-left: 60px solid transparent;
		border-right: 60px solid transparent;
	}

	.training-format span {
		font-size: 85px;
	}

	.training-format {
		font-size: 43px;
	}

	.training-format-3 {
		padding-left: 127px;
	}

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
	.bg-layer-2 {
		top: -45px;
	}

	.header-logo {
		display: none;
	}

	.header .hor-line {
		display: none;
	}

	.system-logo .text br {
		display: none;
	}

	.header-bg {
		display: none;
	}

	.header-descr {
		max-width: 100%;
	}

	.header-descr {
		margin-left: 15px;
	}

	.header-title-wrapper .site-btn {
		margin-left: 15px;
	}

	.year-open {
		margin-left: 15px;
	}

	.system-logo {
		display: none;
	}

	.school-descr {
		font-size: 20px;
		margin-top: 30px;
	}

	.block-2-image {
		height: 703px;
		width: 740px;
		left: -400px;
		top: -115px;
	}

	.bg-layer-1 {
		height: 659px;
	}

	.block-2 {
		padding-top: 60px;
		background-position: center 386px;
	}

	.brain-wrapper {
		display: none;
	}

	.partners-wrapper {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.section-title-left {
		width: 100%;
		text-align: center;
		margin-bottom: 35px;
	}

	.color-title span {
		padding: 0;
		background: transparent;
	}

	.section-title h2 {
		font-size: 40px;
	}

	.color-title h2 br {
		display: none;
	}

	.color-title .bottom-string-title {
		top: 0;
	}

	.stage-wrapper-col {
		margin-top: 80px;
	}

	.hr-line-1 {
		top: 318px;
	}

	.block-3 .section-title {
		margin-top: 50px;
	}

	.training-format-wrapper {
		margin-top: 80px;
	}

	.training-format-wrapper-first {
		margin-top: 20px;
	}

	.training-format-wrapper .text {
		margin: 30px auto 0;
	}

	.training-format-wrapper .text .descr {
		margin-top: 30px;
	}

	.modul-wrapper {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.modul-wrapper .text {
		margin-left: 100px;
		margin-top: 40px;
	}

	.modul-image {
		background-size: contain !important;
	}

	.modul-wrapper-1 .modul-image {
		width: 270px;
		height: 250px;
	}

	.modul-wrapper .modul-level {
		margin-left: 200px;
	}

	.modul-wrapper-2 .modul-image {
		width: 280px;
		height: 250px;
	}

	.modul-wrapper-3 .text {
		margin-top: 90px;
	}

	.modul-wrapper-3 .modul-image {
		left: 40px;
		width: 120px;
		height: 125px;
	}

	.color-title-blue span {
		color: #000;
	}

	.text-wrapper .image {
		margin-left: 10px;
	}

	.branch-content .status {
		margin: 20px auto 0;
		height: 50px;
		line-height: 1.2;
		font-size: 14px;
	}

	.branch-info-row {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 25px 0;
	}

	.block-9 > .container {
		min-height: 460px;
	}

	.map-block {
		top: 66px;
		right: auto;
		left: 16px;
	}

	.map-marker-8 {
		left: 612px;
		top: 320px;
	}

	.map-marker-7 {
		left: 550px;
		top: 270px;
	}

	.map-marker-6 {
		left: 381px;
		top: 260px;
	}

	.map-marker-5 {
		left: 282px;
		top: 236px;
	}

	.map-marker-4 {
		left: 120px;
		top: 218px;
	}

	.map-marker-3 {
		left: 220px;
		top: 166px;
	}

	.map-marker-2 {
		left: 170px;
		top: 158px;
	}

	.map-marker-1 {
		left: 204px;
		top: 73px;
	}

	.partners-wrapper-univer .partner-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 67px;
		-ms-flex: 0 0 67px;
		flex: 0 0 67px;
	}

	.partners-wrapper-univer .logo-box:after {
		display: none;
	}

	.partners-wrapper-univer {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.profile-step .title {
		text-align: center;
		line-height: 1.2;
	}

	.profile-step {
		margin-right: 100px;
	}

	.profile-step .title:after {
		background-size: contain !important;
		width: 54px;
		height: 16px;
		right: -78px;
	}

	.profile-step .icon {
		height: 123px;
	}

	.profile-bg {
		background-size: contain !important;
	}

	.profile-bg {
		width: 100px;
		height: 90px;
	}

	.faq-content {
		padding: 20px 32px;
		font-size: 15px;
	}

	.block-14 .title {
		font-size: 25px;
	}

	.block-14 .descr {
		font-size: 18px;
	}

	.block-14-image {
		width: 570px;
		height: 445px;
		top: 60px;
	}

	.block-15 .title-flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.block-15 .title-flex .descr {
		margin-left: 0;
		max-width: 100%;
	}

	.block-15 .title-flex .section-title {
		margin-bottom: 10px;
	}

	.block-15 .info-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.block-15 .info-box .left-box {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.block-15 {
		padding-top: 100px;
	}

	.cooperation-status-col {
		margin-bottom: 40px;
	}

	.submit-application {
		margin-top: 0;
	}

	.row-input > div {
		margin-bottom: 15px;
	}

	.row-file .title {
		margin-bottom: 15px;
	}

	.file-btn-wrapper .flex-wrapper {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.file-btn-wrapper .file-label {
		margin-right: 20px;
	}

}

@media only screen and (max-width : 880px) {
	.popup-tabs {
		display: block;
	}

	.popup-tab {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 15px;
	}

	.popup-tab:last-child {
		margin-bottom: 0;
	}

	.popup-tab:after {
		display: none;
	}

	.popup-tab .icon {
		margin: 0 15px 0 0;
	}

	.popup-tab .title {
		height: auto;
		text-align: left;
	}

	.popup-tab .title br {
		display: none;
	}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {

	/*Disable Animation on Mobile Devices*/
	.animated {
		/*CSS transitions*/
		-o-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		animation: none !important;
	}

	.header-title span {
		font-size: 32px;
	}

	.header-title span.first-span {
		padding-top: 16px;
	}

	.header-title span {
		padding: 20px 22px 19px;
		line-height: 24px;
	}

	.header-descr {
		font-size: 19px;
	}

	.block-2-image {
		display: none;
	}

	.program-descr {
		font-size: 15px;
	}

	.program-descr br {
		display: none;
	}

	.school-descr {
		font-size: 18px;
	}

	.bg-layer-1 {
		height: 552px;
	}

	.bg-layer-2 {
		top: 35px;
		height: 280px;
	}

	.block-3 {
		padding-top: 105px;
	}

	.hr-line-1 {
		display: none;
	}

	.stage-wrapper {
		padding: 110px 26px 40px;
	}

	.stage-wrapper-col {
		margin-top: 140px;
	}

	.stage-wrapper-col-first {
		margin-top: 90px;
	}

	.advantage-wrapper .text {
		font-size: 13px;
		line-height: 1.5;
	}

	.modul-wrapper .title {
		font-size: 26px;
	}

	.modul-wrapper .list-marker-style li {
		font-size: 15px;
	}

	.modul-number-wrapper .modul-number {
		font-size: 60px;
		width: 70px;
		height: 70px;
		padding: 8px 0 0 0;
	}

	.modul-number-wrapper {
		top: -13px;
	}

	.branch-wrapper-inner > .title {
		font-size: 18px;
	}

	.branch-wrapper-inner .count-branch {
		font-size: 13px;
	}

	.branch-wrapper-inner .count-branch:after {
		top: 5px;
	}

	.branch-wrapper-inner.open-branch .count-branch:after {
		-webkit-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		transform: rotate(-135deg);
		top: 8px;
	}

	.branch-info-row {
		display: block;
	}

	.text-wrapper .image {
		margin-left: 0;
	}

	.branch-content .contacts {
		margin-top: 20px;
	}

	.branch-content .status {
		margin: 20px 0 0;
	}

	.partners-wrapper {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.partners-logos .logo-box {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 40%;
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		border-right: none;
		margin-bottom: 20px;
	}

	.partners-wrapper-univer .logo-box {
		margin: 0;
	}

	.partners-wrapper-univer {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.partners-wrapper-univer .logo-box {
		margin: 0 2% 20px;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
	}

	.section-title h2 {
		font-size: 35px;
	}

	.doc-links-wrapper {
		display: block;
	}

	.doc-link {
		margin-left: 0;
		margin-bottom: 15px;
	}

	.doc-link br {
		display: none;
	}

	.faq-flex-wrapper .faq-box {
		margin-left: 0;
	}

	.faq-flex-wrapper {
		display: block;
	}

	.block-14-image {
		top: 170px;
	}

	.submit-application {
		font-size: 20px;
	}

	.submit-application br {
		display: none;
	}

	.footer-title {
		font-size: 30px;
	}

	.footer-email {
		font-size: 36px;
	}

	.footer {
		height: 630px;
	}

	.profile-step {
		margin-right: 68px;
	}

	.line-in-profile {
		top: 56px;
	}

	.profile-step .icon {
		height: 110px;
	}

	.profile-step .title:after {
		right: -58px;
		top: 10px;
	}

	.profile-box .text {
		font-size: 15px;
	}

	.site-btn.main-btn {
		padding: 24px;
	}

	.main-btn .ar-right {
		height: 75px;
		width: 35px;
		right: -32px;
	}

	.main-btn .ar-right:after {
		width: 57px;
		height: 70px;
		right: 16px;
	}

	.popup-padding {
		padding: 15px 10px;
	}

	.popup-title {
		padding: 20px 30px 20px;
	}

	.popup-title {
		font-size: 30px;
	}

	.popup-style .fancybox-button {
		top: 15px;
		right: 6px;
	}

	.fancybox-content {
		overflow: visible !important;
	}

	.popup-tabs-wrapper {
		overflow: hidden;
		border-radius: 30px;
	}

	.popup-style .fancybox-button {
		background-size: contain !important;
		width: 40px !important;
		height: 20px !important;
	}

	.popup-tab {
		padding: 10px 15px;
	}

	.popup-tab .title {
		font-size: 15px;
	}

	.popup-content-title {
		padding: 15px;
	}

	.popup-tab .icon {
		width: 30px;
		height: 30px;
		background-size: contain !important;
	}

	.form-content label {
		margin-bottom: 0;
	}

	.file-input-wrapper .btn-file {
		padding: 12px 10px;
		width: 150px;
	}

	.file-btn-wrapper .file-label {
		font-size: 13px;
	}

	.row-file .title {
		font-size: 16px;
	}

	.popup-footer {
		padding: 15px;
	}

	.popup-footer-text {
		margin: 0 0 20px;
	}

	.popup-btn {
		padding: 16px 15px;
		font-size: 20px;
	}

	.row-input {
		margin-bottom: 0;
	}

	.switch-btn-wrapper {
		display: block;
	}

	.switch-btn-wrapper .left-box {
		margin-right: 0;
		margin-bottom: 10px;
		font-size: 18px;
	}

	.switch-btn {
		width: 250px;
	}

	.popup-style > div {
		overflow: hidden;
		border-radius: 30px;
	}

}

@media only screen and (max-width : 575px) {
	.footer {
		height: 590px;
	}

	.school-descr {
		font-size: 17px;
	}

	.header-title-wrapper {
		padding-left: 0;
	}

	.school-descr {
		padding: 0;
		text-align: left;
		margin-bottom: 20px;
	}

	.program-descr {
		text-align: left;
		line-height: 1.3;
	}

	.header-title span {
		font-size: 26px;
		padding: 0;
		background: transparent;
		margin-top: 0;
		line-height: initial;
	}

	header-title br {
		display: none;
	}

	.header-title span.first-span {
		padding-top: 0;
	}

	.header-title {
		background: #1c4f9b;
		border-radius: 15px;
		padding: 15px;
		line-height: 1;
	}

	.header-descr {
		font-size: 15px;
		margin-left: 5px;
	}

	.header {
		padding-top: 60px;
	}

	.year-open .text {
		font-size: 12px;
		margin-left: 15px;
	}

	.year-open .lock {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 20px;
		-ms-flex: 0 0 20px;
		flex: 0 0 20px;
	}

	.block-3 .section-title h2 {
		font-size: 32px;
	}

	.bg-layer-2 {
		display: none;
	}

	.block-3 {
		padding-top: 0;
	}

	.block-2 {
		padding-top: 35px;
	}

	.block-4 {
		padding-bottom: 0;
	}

	.modul-wrapper {
		padding: 20px;
		border-radius: 10px;
	}

	.modul-image {
		display: none;
	}

	.modul-wrapper .text {
		margin-left: 0;
	}

	.modul-wrapper .modul-level {
		font-size: 42px;
		margin-left: 114px;
	}

	.modul-number-wrapper .modul-number {
		font-size: 37px;
		width: 50px;
		height: 50px;
		padding: 9px 4px 0 0;
		position: relative;
		top: 9px;
	}

	.modul-number-wrapper {
		left: -144px;
	}

	.modul-number-text {
		font-size: 16px;
	}

	.modul-number-text .pointer {
		height: 6px;
		width: 69px;
		margin-bottom: 3px;
	}

	.modul-wrapper-2 .modul-level {
		padding-left: 0;
	}

	.section-title h2 {
		font-size: 32px;
	}

	.block-7 {
		margin-top: 0;
		padding-top: 80px;
	}

	.branch-wrapper-inner {
		padding: 20px 25px 20px 35px;
		height: 76px;
	}

	.count-branch .hidden-mobile {
		display: none;
	}

	.inline-mobile {
		display: inline;
	}

	.branch-gerb {
		left: -21px;
		top: 17px;
		width: 35px;
	}

	.branch-wrapper {
		margin-left: 22px;
	}

	.branch-wrapper-inner .count-branch {
		padding-right: 17px;
		padding-left: 15px;
		font-size: 15px;
	}

	.text-wrapper {
		display: block;
	}

	.branch-info-row .text {
		margin-left: 0;
	}

	.branch-info-row {
		padding: 15px 0;
	}

	.text-wrapper .image {
		display: none;
	}

	.branch-content .site-btn {
		margin-left: 0;
		margin-top: 10px;
	}

	.branch-info-row .text-wrapper-not-open .text br {
		display: none;
	}

	.branch-content .site-btn {
		-webkit-box-shadow: 4px 4px 15px rgba(28, 79, 156, 0.3);
		box-shadow: 4px 4px 15px rgba(28, 79, 156, 0.3)
	}

	.partners-logos .logo-box {
		margin-left: 5%;
		margin-right: 5%;
	}

	.hr-line-3 {
		margin: 30px 0 40px;
	}

	.partners-wrapper-univer {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.partners-wrapper-univer .logo-box {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 29%;
		-ms-flex: 0 0 29%;
		flex: 0 0 29%;
		height: 60px;
		background-position: center !important;
	}

	.profile-box {
		padding: 35px 15px;
		border-radius: 20px;
	}

	.profile-bg {
		width: 60px;
		height: 73px;
	}

	.profile-step .icon {
		display: none;
	}

	.line-in-profile {
		display: none;
	}

	.profile-step .title:after {
		display: none;
	}

	.profile-step {
		margin-right: 0;
	}

	.profile-steps {
		display: block;
	}

	.profile-step .title {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		padding-left: 10px;
	}

	.profile-step .title span {
		display: block;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25px;
		-ms-flex: 0 0 25px;
		flex: 0 0 25px;
		height: 25px;
		border-radius: 50%;
		color: #fff;
		background: #1C4F9C;
		text-align: center;
		padding-top: 4px;
		margin-right: 10px;
		margin-top: -4px;
	}

	.hr-line-4 {
		margin: 30px 0 40px;
	}

	.faq-row-inner .title {
		font-size: 15px;
	}

	.faq-content {
		padding: 15px;
		font-size: 13px;
	}

	.block-14 {
		padding-top: 80px;
		background-position: center -20px;
	}

	.block-14 .content-block {
		padding-right: 0;
	}

	.block-14 .title {
		font-size: 18px;
	}

	.block-14 .descr {
		font-size: 16px;
		margin: 30px 0;
	}

	.block-14 .text {
		padding-right: 0;
		font-size: 14px;
	}

	.block-14-image {
		display: none;
	}

	.site-btn.main-btn {
		font-size: 14px;
	}

	.main-btn .ar-right:after {
		width: 52px;
	}

	.main-btn .ar-right {
		height: 70px;
		width: 35px;
		right: -30px;
	}

	.block-15 {
		padding-top: 35px;
	}

	.block-15 .title-flex .section-title {
		margin-bottom: 35px;
	}

	.block-15 .title-flex .descr {
		font-size: 20px;
	}

	.block-15 .info-box {
		margin-top: 20px;
	}

	.cooperation-status .image img {
		height: 100px;
	}

	.cooperation-status .image {
		height: 85px;
	}

	.submit-application {
		font-size: 16px;
	}

	.footer-title {
		font-size: 20px;
		line-height: 1.3;
	}

	.footer-email {
		font-size: 22px;
	}

	.footer .text {
		line-height: 1.2;
		margin: 30px 0;
	}

	.header-title-wrapper .site-btn {
		margin-left: 5px;
		-webkit-box-shadow: 14px 0px 26px rgba(237, 121, 40, 0.3);
		box-shadow: 14px 0px 26px rgba(237, 121, 40, 0.3)
	}

	.year-open {
		margin-left: 5px;
	}

	.top-vk-wrapper {
		margin-left: 0;
	}

	.hamburger {
		padding: 5px 10px;
		margin-right: -10px;
	}

	#directions {
		top: 50px;
	}

	#cooperation {
		top: 30px;
	}

	.send-info .title {
		font-size: 27px;
		margin: 27px 0 20px;
	}

	.send-info-wrapper .image img {
		width: 90px;
	}

	.send-info-wrapper .image {
		margin-top: 20px;
	}
}

@media only screen and (max-width : 348px) {
	.top-line .top-btn {
		line-height: 1;
		padding-top: 9px;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1920px) {
	.bg-layer-2 {
		height: 38vw;
	}
}