

.section-header {
  line-height: 1.2 !important;
  min-height: 2.4em;
}


h1,
h2,
h3,
h4,
h5 {
	font-family: Reforma;
	font-weight: normal;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small {
	font-family: Reforma;
	font-weight: normal;
}

.section {
	padding-top: 80px;
	padding-bottom: 80px;
}

.width {
	max-width: 1160px;
	margin-left: auto;
	margin-right: auto;
}

.text-block {
	max-width: 760px;
}

.custom-page {
	font-size: 17px;
	font-family: roboto;
	line-height: 1.5;
}

.custom-page p {
	margin-bottom: 1.2em;
}

#cssmenu li:hover>ul>li {
	height: auto;
}

#cssmenu ul ul li a {
	color: #000;
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
	color: #fff;
}

/*.custom-page .h1,
.custom-page h1{
  font-size: 45px;
  text-transform: uppercase;
  font-family: roboto;
  position: relative;
  margin-bottom: 25px;
  color: #163879;
  font-weight: bold;
  text-transform: none;
}
.custom-page .h1 span,
.custom-page h1 span{
  display: inline-block;
  position: relative;
  padding-bottom: 6px;
}
.custom-page .h1 span:after,
.custom-page h1 span:after{
  content: '';
  height: 5px;
  width: calc(100% - 65px);
  background:#EBA044;
  position: absolute;
  left: 0;
  bottom: 0;
}*/
.benefits-list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.benefits-list li {
	width: 125px;
	text-align: center;
}

.benefits-list .icon-placeholder {
	width: 90px;
	height: 90px;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 11px;
	position: relative;
}

.benefits-list .icon-placeholder img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 90%;
	max-height: 90%;
}

.benefits-list .icon-description {
	display: block;
	font-family: roboto;
	line-height: 1.2;
}

.m1 {
	margin-bottom: 60px;
}

.m2 {
	margin-bottom: 120px;
}

.m3 {
	margin-bottom: 180px;
}

.m4 {
	margin-bottom: 240px;
}

.blue-curved {
	color: #CBD4E2;
	background: #163879;
	position: relative;
	padding-top: 75px;
	padding-bottom: 150px;
	overflow: hidden;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: right center;

	background-image: none !important;
}

.blue-curved:before {
	background: url(../images/wcurve-t.png) no-repeat top right;
	content: '';
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 0;
	width: 100%;
	height: 197px;
	min-width: 1930px;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;

	display: none !important;
}

.blue-curved:after {
	background: url(../images/wcurve-b.png) no-repeat top right;
	content: '';
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
	width: 100%;
	height: 197px;
	min-width: 1930px;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;

	display: none !important;
}

.blue-curved .tabs {}

.blue-curved .tabs-header {
	display: flex;
	line-height: 1;
	border-bottom: 0;
	margin: auto;
	justify-content: center;
}

.blue-curved .tabs-controls {
	font-size: 40px;
	text-transform: none;
	line-height: 1;
	font-family: roboto;
}

.blue-curved .tabs-controls li {
	line-height: 1;
	margin: 0px !important;
}

.blue-curved .tabs-controls a {
	color: #fff;
	font-size: 40px;
	text-transform: none;
	padding-right: 30px;
	padding-left: 30px;

}

.blue-curved .tabs-controls .active a {
	color: #EBA044;
}

.blue-curved .tabs-content {}

.blue-curved .tab {
	padding-top: 18px;
}

.on {}

.programm-description--z {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 86px;
	margin-top: 46px;

}

.programm-description h3 {
	margin-top: 8px;
}

.programm-description a {
	color: #fff;
}

.programm-scheme {
	width: 288px;
	flex-shrink: 0;
}

.programm-scheme-proper {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 17px;
	counter-reset: list;
}

.programm-scheme-proper>li {
	counter-increment: list;
}

.programm-scheme-proper>li:not(:last-child)>.programm-scheme-unit {
	padding-bottom: 70px;
	position: relative;
}

.programm-scheme-proper>li:not(:last-child)>.programm-scheme-unit:after {
	content: '';
	background: #EBA044;
	width: 1px;
	left: 30px;
	bottom: 0;
	position: absolute;
	height: calc(100% - 60px);
}

.programm-scheme-proper ul {
	padding: 0;
	margin: 0;
	margin-left: 60px;
	list-style-type: none;
}

.programm-scheme-proper ul li {
	margin-bottom: 20px;
	position: relative;
}

.programm-scheme-proper ul li:before {
	width: 27px;
	height: 50px;
	content: '';
	position: absolute;
	left: -30px;
	bottom: calc(100% - 15px);
	border: 1px dashed #EBA044;
	border-top: 0;
	border-right: 0;
	border-radius: 0 0 0 15px;
}

.programm-scheme-proper ul li:first-child:before {
	border-style: solid;
}

.programm-scheme-proper ul li:not(:last-child):after {
	content: 'or';
	position: absolute;
	color: #9CACC6;
	font-size: 14px;
	left: -35px;
	top: 20px;
}

.programm-scheme-unit {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.programm-scheme-icon {
	display: inline-block;
	border: 1px solid #EBA044;
	border-radius: 60px;
	height: 60px;
	width: 60px;
	flex-shrink: 0;
	position: relative;
}

.on>div>.programm-scheme-icon {
	background: #EBA044;
}

.programm-scheme-icon:before {
	content: counter(list)'.';
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.programm-scheme-name {
	padding-left: 15px;
	padding-right: 15px;
	-ms-align-self: center;
	align-self: center;
}

.programm-scheme-proper li:not(:last-child) ul li:last-child:after {
	position: absolute;
	height: calc(100% + 20px);
	width: 1px;
	background: #EBA044;
	content: '';
	left: -30px;
	top: 0;
}


.programm-scheme-name:before {}

.programm-description {
	flex-grow: 1;
	max-width: 510px;
}

.programm-description h3 {
	font-size: 20px;
	text-transform: none;
	font-family: roboto;
	font-weight: bold;
}

.programm-description h4 {
	font-size: 17px;
	text-transform: none;
	font-family: roboto;
}

.programm-pricing {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	max-width: 1080px;
}

.programm-pricing-unit {
	width: 310px;
	font-size: 13px;
}

.programm-pricing-unit .h {
	font-size: 30px;
}

.programm-pricing-unit .h strong {
	font-size: 44px;
	font-weight: normal;
}

.programm-pricing-unit .h small {
	font-size: 17px;
	display: block;
}

.btn {}

.btn-gold {
	background: #EBA044;
	color: #163879;
}

.custom-page .btn-reg.btn-reg {
	padding-left: 17px;
	padding-right: 17px;
	border-radius: 5px;
	font-weight: bold;
	font-family: roboto;
	text-transform: none;

}

.h1 {}

.row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.row>div {
	padding-left: 15px;
	padding-right: 15px;
}

.col-4 {
	width: 33.33334%;
}

.bq-picture {}

.img-rnd {}

.testimonial {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 17px;
	line-height: 30px;
}

.testimonial cite {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin-top: 45px;
	font-style: normal;
}

.testimonial cite img {
	width: 85px;
	height: 85px;
	border-radius: 85px;
	flex-shrink: 0;
}

.bq-text {
	padding-left: 23px;
}

.bq-text .name {
	font-size: 15px;
	font-weight: bold;
	display: block;
}

.bq-text .role {
	font-size: 12px;
	color: #9FABB9;
}

.col-6 {
	width: 50%;
}

.push-2 {
	margin-left: 16.666667%;
}

form .row>.col:only-child {
	width: 100%;
}

@media (max-width: 1024px) {
	.width {
		padding-left: 15px;
		padding-right: 15px;
	}

	.custom-page {
		font-size: 15px;
	}

	/*  .custom-page .h1 span, .custom-page h1 span{
    font-size: 24px;
    text-transform: none;
  }*/
	.custom-page .section {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.benefits-list {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.blue-curved {
		padding-top: 20px;
		padding-bottom: 20px;
		background-position: 0 bottom;
		background-repeat: no-repeat;
		-webkit-background-size: auto;
		background-size: auto;
	}

	.blue-curved:before,
	.blue-curved:after {
		display: none;
	}

	.programm-description--z {
		-webkit-flex-direction: column-reverse;
		-moz-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		-o-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.blue-curved .tabs-controls li a {
		font-size: 20px;
	}

	.programm-pricing {
		display: block;
	}

	.programm-pricing-unit {
		width: 100%;
		margin-bottom: 20px;
	}

	.programm-pricing-unit .h strong {
		font-size: 34px;
	}

	.col-sm-12 {
		width: 100%;
	}

	.push-sm-0 {
		margin-left: 0;
	}

	.push-sm-0.col-sm-12 img {
		width: 100%;
	}

	.m4 {
		margin-bottom: 80px;
	}

	.mob-t-slider {}

	.mob-t-slider-ph {
		padding-bottom: 50px;
		position: relative;
		margin-bottom: 80px;
	}

	.mob-t-slider-ph .bx-controls {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 28px;
		line-height: 28px;
	}

	.mob-t-slider-ph .bx-controls:before {
		content: '';
		background: #000;
		height: 1px;
		width: 100%;
		z-index: -1;
		top: 0;
		bottom: 0;
		margin: auto;
		left: 0;
		position: absolute;
	}

	.mob-t-slider-ph .bx-prev {
		background: #fff;
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		text-align: left;
		padding-right: 15px;
	}

	.mob-t-slider-ph .bx-next {
		background: #fff;
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		text-align: right;
		padding-left: 15px;
	}

	.mob-t-slider-ph .bx-pager {
		position: absolute;
		left: 77px;
		bottom: 0;
		height: 28px;
		line-height: 28px;
		font-size: 15px;
		background: #fff;
		padding-left: 10px;
		padding-right: 10px;
		vertical-align: middle;
	}

	.mob-t-slider-ph .bx-pager .sep {
		display: inline-block;
		vertical-align: middle;
		font-size: 20px;
		padding-left: 5px;
		padding-right: 5px;
	}

	.blue-curved {
		background-position: center bottom;
		background-size: 210%;
	}

}



.topbanner {
	width: 100%;
	height: 400px;
	background-size: cover;
}

.inner-pages-style {
	line-height: 30px !important;
	font-size: 16px;
	min-height: 500px;
}

.inner-pages-style h1 {
	text-transform: uppercase;
	font-size: 80px;
}

.inner-pages-style h1 small {
	text-transform: none;
}

.inner-pages-style h2 {
	font-size: 70px;
	text-transform: uppercase;
}

.inner-pages-style h3 {
	padding-bottom: 0px;
	margin-bottom: 0;
	font-size: 26px;
	padding-left: 0px;
}

.inner-pages-style h3 small {
	font-family: roboto;
	display: block;
	font-size: 0.6em;
	margin-bottom: 10px;
}

.inner-pages-style p {
	margin-top: 5px;
	padding-top: 0;
	margin-bottom: 20px;
	text-align: justify;
}

.inner-pages-style .btn {
	padding: 5px 20px 10px;
	font-size: 18px;
	color: #FFF !important;
	text-transform: none;
	background-color: #000;
	border-radius: 5px;
}

.inner-pages-style .btn:hover {
	background-color: #e8911c;
}

.inner-pages-style ul:not([class]),
.inner-pages-style ol {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	counter-reset: list;
}

.inner-pages-style ol li {
	padding-left: 48px;
	position: relative;
}

.inner-pages-style ol li:before {
	counter-increment: list;
	content: counter(list);
	width: 30px;
	height: 30px;
	background: #fbcf4d;
	text-align: center;
	line-height: 30px;
	position: absolute;
	border-radius: 30px;
	text-align: center;
	left: 0;
}

.inner-pages-style ol ol li,
.inner-pages-style ul:not([class]) li {
	padding-left: 25px;
	position: relative;
}

.inner-pages-style ol ol li:before,
.inner-pages-style ul:not([class]) li:before {
	content: '';
	width: 10px;
	height: 10px;
	background: #FBCF4D;
	transform: rotate(-45deg);
	position: absolute;
	left: 3px;
	top: 0.6em;
	border-radius: 0;
}


.ul-background ul {
	margin-bottom: 25px;
	list-style: none;
	padding: 0px 30px;
}

.ul-background li {
	background-color: #e6e9e9;
	margin-bottom: 1px;
	padding: 5px 15px;
	list-style: none;
}

ul.sidelinks {
	margin-bottom: 25px;
	list-style: none;
	padding: 0px 10px;
}

ul.sidelinks li {
	margin-bottom: 1px;
	list-style: none;
	display: block;
	border-left: 10px solid #fbcf4e;
}

ul.sidelinks li a {
	background-color: #e6e9e9;
	text-decoration: none;
	color: #000;
	padding: 5px 5px 5px 10px;
	display: block;
	font-size: 16px;
	line-height: 24px;
	width: 100%;
	transition: all 0.2s;
}

ul.sidelinks li a:hover {
	background-color: #fbe9b6;
}

.air-craft-boxes {
	padding: 1px 20px !important;
	border-radius: 5px;
}

.imgBorder {
	border: 15px solid #f2f5f8;
	width: 100%;
	position: relative;
	height: 200px;
	object-fit: cover;
}

.separator-block {
	background-color: #f2f5f8;
	padding: 30px 30px 7px 30px;
	margin-bottom: 30px;
}

.separator-block h2,
.separator-block h3,
.separator-block h4 {
	margin-top: 0;
	padding-top: 0;
}

table.table p {
	margin-bottom: 0;
}

table.table .bg-highlight,
table.table .bg-highlight td {
	background-color: #fbcf4e !important;
	color: #000 !important;
}

.fixed-r-tabs {
	position: fixed;
	right: -125px;
	top: 35%;
	z-index: 999;
	transform: rotate(90deg);
	height: 54px;
}

.fixed-r-tabs a {
	display: inline-block;
	color: #FFF;
	padding: 8px 10px;
	text-decoration: none !important;
	margin-right: 10px;
	transition: all 0.2s;
	background: #000;
}

.fixed-r-tabs a:hover {
	background: #fbcc54 !important;
	text-decoration: none !important;
	color: #000 !important;
}

a.quicklinks {
	background: #ebecef;
	border-bottom: 2px solid #fbcf4e;
	color: #000;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 17px;
	display: block;
	margin-bottom: 30px;
	text-decoration: none;
	line-height: 34px;
	transition: all 0.2s;
	opacity: 1;
	filter: alpha(opacity=100);
}

a.quicklinks:hover {
	background: #ccc;
}

a.quicklinks:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.inner-pages-style a,
.sidelinks a {
	color: #000;
	text-decoration: underline;
}

.inner-pages-style a:hover,
.sidelinks a:hover {
	color: #fbcf4e;
}

.inner-pages-style a.btn,
.inner-pages-style a.quicklinks,
.sidelinks a.btn,
.sidelinks a.quicklinks {
	text-decoration: none;
	color: #000;
}

.sidelinks a:hover {
	color: #000;
}

.accommodation div {
	margin-bottom: 10px;
}

.accommodation div.card {
	border: 1px solid #000;
	border-radius: 3px;
	padding: 8px;
}

.accommodation div img {
	height: 97px;
	width: auto;
	margin-bottom: 10px;
}

#scroller {
	width: 2383px !important;
}

.border-0 {
	border: none !important;
}

.bg-white {
	background-color: white !important;
}

.icon-x2 {
	font-size: 24px;
	margin-top: 5px;
}

ul.highlights {
	margin-bottom: 5px;
	list-style: none;
	padding: 0px 10px;
}

ul.highlights li {
	margin-bottom: 1px;
	list-style: none;
	display: inline-block;
	border-left: 10px solid #fbcf4e;
	background-color: #e6e9e9;
	color: #000;
	padding: 5px 5px 5px 10px;
	display: block;
	font-size: 16px;
	line-height: 24px;
	width: inherit;
}

@media all and (max-width: 768px) {
	header {
		height: 151px;
		position: relative;
		background: #000;
	}

	header .logo img {
		width: 83%;
		margin: 0 auto;
		padding-right: 30px;
	}

	header .schedule {
		margin-top: 190px;
	}

	header .schedule h1 {
		font-size: 50px;
		letter-spacing: 0;
		margin: 0 !important;
	}

	header .schedule h3 {
		font-size: 32px;
		margin: 0 !important;
	}

	header .schedule h4 {
		font-size: 28px;
		margin: 0 !important;
	}

	header .contact {
		display: block;
	}

	header.inner {
		height: 151px;
		position: relative;
		background: #000;
	}

	.topbanner {
		height: 110px;
		background-position: center top;
	}

	.eachSlide {
		height: 100vh !important;
		background-position: center top !important;
		background-size: cover !important;
	}

	.fixed-r-tabs {
		display: none;
	}

	.inner-pages-style .col-md-9 {
		padding-right: 0 !important;
	}

	.inner-pages-style .col-md-9 ul.ul-background {
		padding-left: 0;
	}

	.air-craft-boxes {
		padding: 5px 0px;
	}

	.air-craft-boxes img {
		height: inherit !important;
	}

	.sslider .eachSlide {
		height: 22vh !important;
	}
}

/*# sourceMappingURL=custom.css.map */

.scroller-holder {
	overflow: hidden;
}

.container {}

.bg-gray {
	background-color: #f0f0f0;
}

.tabs {}

.custom-page .h1,
.custom-page h1,
.h1 {
	font-size: 48px;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: normal;

	font-family: reforma;
	font-size: 70px;
	font-style: normal;
	font-weight: 500;
	line-height: 72px;
	letter-spacing: 0px;
	text-align: left;

	text-transform: uppercase;

}

.tabs-header {
	margin-bottom: 0px;
	border-bottom: 5px solid #fff;
}

.tabs-controls {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-weight: normal;
	text-align: center;
}

.tabs-controls li {
	display: inline-block;
	vertical-align: top;
	font-family: roboto;
	font-size: 18px;
	text-transform: uppercase;
}

.tabs-controls li:not(:last-child) {
	margin-right: 40px;
}

.tabs-controls li a {
	color: #000;
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	cursor: pointer;
}

.tabs-controls li.active a:after {
	content: '';
	background: #fbcf4d;
	height: 5px;
	width: 100%;
	left: 0;
	top: 100%;
	z-index: 2;
	position: absolute;
}

.tabs-controls li:not(.active) a:after {
	content: '';
	background: #fff;
	height: 3px;
	width: 100%;
	left: 0;
	top: 100%;
	z-index: 2;
	position: absolute;
	margin-top: 1px;
	opacity: 0.5;
}

@media (max-width:991px) {
	.tabs-header {
		overflow: hidden;
		max-width: calc(100vw - 15px);
		margin-left: -15px;
	}

	.tabs-controls {
		white-space: nowrap;
		overflow-x: auto;
		min-height: 62px;
	}
}

.tabs-content {}

.tab {
	display: none;
}

.tab.on {
	display: block;
}

.course-thumb img {
	border-radius: 8px 8px 0 0;
	display: block;
}

.course-thumb {
	background: #fff;
	border-radius: 8px;
	display: block;
	text-decoration: none;
	color: #000;
	background: #fff;
	margin-bottom: 30px;
}

.container.py-4 .course-thumb {
	background: #ebecef;
}

.container.py-4 .courses-section {
	padding-bottom: 0;
	padding-top: 0;
}

.course-thumb:hover {
	box-shadow: 5px 5px 26px 5px rgba(0, 0, 0, 0.18);
	text-decoration: none;
}

.course-thumb-description {
	padding: 13px 16px;
}

.courses-row>div {
	display: flex;
}

.courses-row>div:before {
	content: '';
	position: relative;
	width: 1px;
	display: inline-block;
	padding-top: 104.5%;
	margin-left: -1px;
}

.course-thumb-hvr {
	flex-grow: 1;
}

.course-thumb p {
	margin: 0;
	padding: 0;
	font-size: 16px;
}

.course-thumb p.h {
	font-weight: bold;
}

.courses-section {
	padding-top: 60px;
	padding-bottom: 62px;
}

.courses-list .col-xs-12 {
	padding-left: 13px;
	padding-right: 13px;
}

.courses-list .row {
	margin-left: -13px;
	margin-right: -13px;
}

/*.courses-row:not(.opened) .col-xs-12:nth-child(6)~.col-xs-12{
  display: none;
}
*/
.courses-row.opened .col-xs-12:nth-child(6)~.col-xs-12 {}

.courses-row.opened+.row {
	display: none;
}

.courses-section:not(.bg-grey) .courses-row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 0;
}


.courses-section .courses-row>div {
	padding-left: 0;
	padding-right: 0;
}


.courses-section:not(.bg-grey) .courses-row .col-xs-12 {}


.price-block {
	background-color: #e7e9e9;
	padding: 25px 38px;
	font-weight: normal;
	margin-left: 10px;
	margin-right: 10px;
}

.price-block .h {
	font-size: 25px;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-family: reforma, sans-serif;
}

.price-row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 25px;
	font-family: reforma, sans-serif;
}

.price-itself {
	font-size: 90px;
	line-height: 0.7;
	margin-right: 70px;
}

.price-itself small {
	font-size: 0.66em;
}

.btn {}

.btn-reg.btn-reg {
	height: 51px;
	line-height: 47px;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 20px;
	padding: 0 10px;

}

.btn-yellow.btn-yellow {
	background-color: #fbcf4d;
	color: #000 !important;
}

.icon-pdf {
	width: 32px;
	height: 37px;
	display: inline-block;
	background: url(../images/pdf.svg) no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
}

.price-detail {
	max-width: 540px;
	font-weight: normal;
}

ul+.price-block {
	margin-top: 45px;
}

.sub-tab {
	display: none;
}

.sub-tab.on {
	display: block;
}

@media (max-width: 991px) {

	.inner-pages-style h1 {
		font-size: 36px;
	}

	.section-header,
	.inner-pages-style h2 {
		font-size: 32px;
		padding-inline: 12px;
		line-height: 1.4;
	}

	.inner-pages-style p {
		text-align: left;
	}

	.programm-scheme-name {
		display: none;
	}

	.programm-scheme-proper ul li:not(:last-child):after {
		left: 0;
		top: 60px;
		width: 60px;
		text-align: center;
	}

	.programm-scheme-proper ul li:before {
		left: 30px;
		top: -27px;
		width: 1px;
		height: 27px;
	}

	.programm-scheme-proper ul li {
		padding-bottom: 50px;
		margin-bottom: 0;
	}

	.programm-scheme-proper ul li .programm-scheme-icon {
		border-style: dashed;
	}

	.programm-scheme-proper ul {
		margin-left: 0;
	}

	.programm-scheme {
		width: 60px;
	}

	.programm-description--z {
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		-o-flex-direction: row;
		flex-direction: row;
		margin-bottom: 25px;
	}

	.programm-description {
		padding-left: 15px;
	}
}

.application-form {
	padding-bottom: 85px;
}

.application-form form {}

.form-in {
	max-width: 558px;
	margin-left: auto;
	margin-right: auto;
}

.form-row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 14px;
	text-align: left;
	position: relative;
}

.hasreq:after {
	content: '*';
	position: absolute;
	left: 100%;
	margin-left: 5px;
	color: red;
	font-size: 15px;
}

.btn-warning {
	background: #FBCF4D;
	border-radius: 5px;
	color: #000;
	text-shadow: none;
}

.form-cell {}

.application-form select,
.application-form input[type="text"] {
	width: 100%;
}

.application-form textarea,
.application-form select::placeholder,
.application-form input[type="text"]::placeholder {
	color: #999;
}

.application-form textarea,
.application-form select,
.application-form input {
	font-size: 18px;
	background: #FFFFFF;
	border: 1px solid #D3D3D3;
	box-sizing: border-box;
	border-radius: 5px;
	padding-left: 14px;
	padding-right: 14px;
	height: 48px;
}

.application-form textarea {
	height: 96px;
	padding-top: 10px;
	padding-bottom: 10px;
	resize: none;
	width: 100%;
}

.form-cell:only-child {
	width: 100%;
}

.form-cell-small {
	width: 30%;
	margin-right: 30px;
}

.form-cell-big {
	width: 70%;
}

.flabel {
	display: inline-block;
	vertical-align: middle;
	margin-right: 25px;
	line-height: 1.2;
	align-self: center;
}

.flabel+label {
	margin-right: 30px;
}

[data-id="expform"] label input[type="checkbox"],
label.rd-custom input[type="radio"],
.application-form label input[type="radio"] {
	display: none;
}

[data-id="expform"] label input[type="checkbox"]+span,
label.rd-custom input[type="radio"]+span,
.application-form label input[type="radio"]+span {
	display: inline-block;
	position: relative;
	padding-left: 25px;
}

[data-id="expform"] label input[type="checkbox"]+span:before,
label.rd-custom input[type="radio"]+span:before,
.application-form label input[type="radio"]+span:before {
	content: '';
	width: 17px;
	height: 17px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 17px;
	border: solid 2px #ed9d2d;
}

[data-id="expform"] label input[type="checkbox"]:checked+span:before,
label.rd-custom input[type="radio"]:checked+span:before,
.application-form label input[type="radio"]:checked+span:before {
	background: #ed9d2d;
	box-shadow: inset 0 0 0 3px #fff;
}

[data-id="expform"] label input[type="checkbox"]+span:before {
	border-radius: 0;
}

.custom-select {}

.btn {}

.btn-warning {}

.btn-lg {}

.form-row:last-child {
	text-align: right;
}

@media (max-width: 768px) {
	.tabs-controls {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}

	.tabs-controls li:not(:last-child) {
		margin-right: 0px;
	}

	.tabs-controls li {
		font-size: 16px;
		flex-grow: 1;
	}

	.tabs-controls li a {
		width: 100%;
		text-decoration: none !important;
	}

	.h1 {
		font-size: 36px;
	}

	.tabs-header {
		margin-bottom: 20px;
	}

	.courses-section {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	h1.huge {
		font-size: 50px;
	}

	footer img.logo {
		width: 170px;
	}

	footer {
		padding-top: 30px;
	}

	.application-form header {
		background: none;
		margin-bottom: 0px;
		font-size: 16px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.application-form {
		padding-bottom: 25px;
	}

	.application-form .h {
		font-size: 28px;
	}

	.application-form header p {
		text-align: center;
	}

	.application-form form {
		margin-left: 10px;
		margin-right: 10px;
		padding: 20px 15px;
	}

	.form-row {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 16px;
	}

	.form-cell:not(:last-child) {
		margin-bottom: 16px;
	}

	.form-cell,
	.form-cell-small,
	.form-cell-big {
		width: 100%;
		margin-right: 0;
	}

	.application-form input,
	.application-form select {
		background-color: transparent;
	}

	.application-form .btn {
		width: 100%;
	}

	.price-block {
		padding: 20px;
		margin-bottom: 30px;
	}

	.price-itself {
		margin-right: 0;
		margin-bottom: 25px;
	}

	.inner-pages-style a.btn {
		width: 100%;
	}

	.price-row {
		display: block;
	}

	.price-detail p:last-child {
		margin-bottom: 0;
	}

	.price-itself {
		font-size: 70px;
	}

	.price-block {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width: 370px) {
	h1.huge {
		font-size: 40px;
	}

	.row.menu>.col-sm-6 {
		width: 100%;
	}

	.separator {
		height: 20px;
	}

	label input[type="radio"]+span {
		padding-left: 20px;
	}

	.flabel {
		margin-right: 10px;
	}

	.flabel+label {
		margin-right: 10px;
	}


}

.ui-selectmenu-button.ui-button {
	width: 100%;
	background: none;
	border-radius: 5px;
	font-family: 'open sans', sans-serif;
	color: #999;
	font-weight: 200;
	height: 48px;
	padding-right: 10px;
	border: 1px solid #D3D3D3;
	line-height: 48px;
	padding: 0 16px;
	display: block;
}

.ui-selectmenu-button-open.ui-button {
	background-color: #f2f2f2;
	border-color: #d2d2d2;
	border-bottom-color: #000;
}

.ui-corner-top.ui-button {
	border-radius: 8px 8px 0 0;
	padding-left: 14px;
	padding-right: 14px;
}

.ui-selectmenu-menu {
	background-color: #f2f2f2;
	border-radius: 0 0 8px 8px;
}

.ui-selectmenu-menu .ui-widget.ui-widget-content {
	background: none;
	border: solid 1px #d2d2d2;
}

.ui-menu .ui-menu-item-wrapper {
	padding-left: 14px;
	padding-right: 14px;
}

.ui-front {}

.ui-selectmenu-open {}

.ui-menu {}

.ui-corner-bottom {}

.ui-widget {}

.ui-widget-content {}

.ui-state-disabled {}

.ui-menu-item {}

.ui-menu-item-wrapper {}

.ui-state-active {}

.ui-button .ui-icon {
	background: none !important;
	position: absolute;
	right: 10px;
	top: 10px;
	/* bottom: 0; */
	margin: auto;
}

.ui-button .ui-icon:after {
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
	right: 5px;
	top: 6px;
}

.sub-h {}

.course-thumb-hvr {
	position: relative;
	color: #fff;
	text-align: left;
	text-decoration: none;
	height: 100%;
}

.course-thumb-hvr p,
.course-thumb-hvr .h {
	text-align: left;
}

.course-thumb-hvr figure {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.course-thumb-hvr figure img {
	border-radius: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.course-thumb-hvr .course-thumb-description {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	padding: 80px 23px 20px 63px;
}

.course-thumb-hvr .course-thumb-description .h {
	font-family: reforma;
	text-transform: uppercase;
}

.course-thumb-hvr .course-thumb-description .h~* {
	opacity: 0;
	font-size: 0;
	transition: all 0.3s;
}

.course-thumb-hvr img {
	opacity: 0;
	transition: all 0.3s;
}

.course-thumb-hvr.previously-inverted:not(:hover) .h {
	color: #000;
}


.course-thumb-hvr .course-thumb-description .h+p {
	min-height: 54px;
}

.course-thumb-hvr .course-thumb-description .h {
	font-size: 0;
	line-height: 1;
	transition: all 0.3s;
}

.course-thumb-hvr .course-thumb-description .h b {
	font-size: 100px;
	font-family: reforma;
	text-transform: uppercase;
	font-weight: normal;
	display: block;
	transition: all 0.3s;
}

.course-thumb-hvr .course-thumb-description ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 40px;
}

.course-thumb-hvr .course-thumb-description ul li {
	padding-left: 25px;
	position: relative;
}

.course-thumb-hvr .course-thumb-description ul li:before {
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	background-color: #fbcf4d;
	left: 0;
	top: 8px;
}

@media (min-width:767px) {
	.course-thumb-hvr:hover .course-thumb-description .h~* {
		font-size: 20px;
		opacity: 1;
	}

	.course-thumb-hvr:hover img {
		opacity: 1;
	}

	.course-thumb-hvr:hover .course-thumb-description .h {
		font-size: 25px;
	}

	.course-thumb-hvr:hover .course-thumb-description .h b {
		font-size: 50px;
	}

}


.ig-module {
	padding-top: 50%;
	position: relative;
}

.ig-module iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

[data-id="expform"] .form-in {
	max-width: 100%;
}

[data-id="expform"] .flabel {
	display: block;
	font-weight: bold;
	font-size: 120%;
	width: 100%;
}

[data-id="expform"] .ui-selectmenu-button.ui-button {
	height: 41.6px;
}

@media (max-width: 768px) {
	[data-id="expform"] .ui-selectmenu-button.ui-button {
		height: 36px;
	}
}





[data-id="expform"] .flabel~.form-cell label {
	display: block;
}

[data-id="expform"] .flabel+.form-cell:not(:first-child) {
	margin-left: 0;
}

[data-id="expform"] .form-row {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

[data-id="expform"] .form-cell {}

[data-id="expform"] .form-cell:not(:first-child) {
	margin-left: 20px;
	width: calc(50% - 20px);
}

[data-id="expform"] .form-cell:not(:last-child) {
	width: 50%;
}




.exp-table {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
	font-size: 14px;
}

.exp-table th {
	font-weight: normal;
	border: 1px solid #ccc;
}

.exp-table thead th {
	text-align: center;
	padding: 10px;
	position: sticky;
	top: 0;
	background: white;
	z-index: 100;
}

.tbl-legend,
.exp-table tfoot,
.exp-table thead th abbr {
	display: none;
}

.exp-table tbody th {
	text-align: left;
	padding: 10px;
}

.exp-table tbody td {
	position: relative;
	border: 1px solid #ccc;
}

.input-exp.input-exp {
	border: 0;
	width: 100%;
	text-align: center;
	height: 100%;
	position: absolute;
	box-sizing: border-box;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	text-overflow: ellipsis;
	background: #fff;

	padding: 0;
	font-size: 12px;
}

/*.input-exp.input-exp:focus{
  width: 420px;
      z-index: 10;
      box-shadow: 0 0 30px 5px rgba(0,0,0,0.2);
}*/
/*.exp-table{
  min-width: 900px;
}*/
.exp-table tbody td:first-of-type .input-exp.input-exp {
	left: 0;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.exp-table tbody td:last-child .input-exp.input-exp {
	left: auto;
	right: 0;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}



@media (max-width: 991px) {
	.col-md-12[style="padding-right: 40px"] {
		padding-right: 5px !important;
	}


	.exp-table tfoot {
		display: table-footer-group;
	}

	.tbl-legend,
	.exp-table tfoot th abbr,
	.exp-table thead th abbr {
		display: block;
		text-decoration: none;
		border: 0;
	}

	.tbl-legend {
		margin-top: 25px;
	}

	.exp-table tfoot th span,
	.exp-table thead th span {
		display: none;
	}

	.exp-table tbody th {
		font-size: 12px;
		line-height: 1.1;
		padding: 5px;
	}

	.exp-table tfoot th {
		text-align: center;
	}

	/*  .input-exp.input-exp:focus{
    width: 150px;
  }*/

	/*  .exp-table-holder{
    overflow-x: auto;
  }
*/
}

.mob-slider {
	display: none;
}

@media (max-width: 991px) {
	[data-id="expform"] .form-cell:not(:first-child) {
		margin-left: 0px;
		width: 100%;
	}

	[data-id="expform"] .form-cell:not(:last-child) {
		width: 100%;
	}

	.exp-table {
		table-layout: auto;
	}

	.exp-table-holder {
		margin-left: -15px;
		margin-right: -15px;
	}

	.exp-table tbody th {
		width: 60px;
	}

	.exp-table tfoot th:not(:first-child),
	.exp-table thead th:not(:first-child) {
		width: 30px;
		padding: 0;
		font-size: 10px;
	}

	.exp-table tbody th {
		font-size: 10px;
	}
}

@media (max-width: 991px) {
	#menu-button {
		display: none !important;
	}

	#cssmenu {
		position: fixed;
		right: 0;
		top: 0;
		width: calc(100% - 40px);
		height: 100%;
		background: #fff;
		max-width: 600px;
		margin: 0;
		transition: all 0.5s;
		transform: translateX(100%);
	}

	.mob-navi-called #cssmenu {
		transform: translateX(0);
	}

	#cssmenu>ul {
		display: block !important;
		padding: 20px 19px 4px 40px;
		font-family: din;
		overflow-y: auto;
		height: 100%;
	}

	.icon-home:before {
		content: 'Main';
		font-family: din;
		color: #0868C2;
	}

	#cssmenu>ul>li.hidden-xs {
		display: block !important;
	}

	#cssmenu>ul>li:first-child {
		border-top: 0;
	}

	#cssmenu ul li {
		margin-bottom: 4px;
		padding-top: 4px;
	}

	#cssmenu ul li li {
		border: 0;
		padding-top: 7px;
		padding-bottom: 7px;
	}

	#cssmenu>ul>li:last-child {
		border-top: 0;
	}

	#cssmenu ul li a {
		font-size: 12px;
		color: #000 !important;
		text-transform: none;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}

	#cssmenu ul li a:hover {
		color: #000;
	}

	#cssmenu .submenu-button {
		border-left: 0;
	}

	#cssmenu .submenu-button.submenu-opened {
		background-color: transparent !important;
	}

	#cssmenu ul ul {
		padding-top: 8px;
		padding-bottom: 8px;
		position: static;
	}

	#cssmenu ul ul li a {
		border-bottom: 0;
	}

	#cssmenu ul ul li:hover>a,
	#cssmenu ul ul li a:hover {
		background: none;
	}

	#cssmenu ul ul li a {
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 17px;
		font-size: 16px;
		position: relative;
		color: #000;
	}

	#cssmenu ul ul li a:before {
		content: '';
		width: 8px;
		height: 8px;
		border-radius: 8px;
		background: #48a5e8;
		position: absolute;
		left: 0;
		top: 1px;
	}

	#cssmenu .submenu-button:before,
	#cssmenu .submenu-button:after {
		display: none !important;
	}

	#cssmenu .submenu-button.submenu-button {
		background-image: url("data:image/svg+xml,%3Csvg width='23' height='16' viewBox='0 0 23 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0.852026C4 0.640905 4.07899 0.414703 4.25276 0.248822C4.60032 -0.0829406 5.15324 -0.0829406 5.50079 0.248822L11.5039 5.96418L17.4913 0.248822C17.8389 -0.0829406 18.3918 -0.0829406 18.7393 0.248822C19.0869 0.580584 19.0869 1.10839 18.7393 1.44015L12.1359 7.75872C11.9621 7.9246 11.7409 8 11.5039 8C11.267 8 11.0458 7.90952 10.872 7.75872L4.25276 1.44015C4.07899 1.27427 4 1.06315 4 0.852026Z' fill='black'/%3E%3C/svg%3E");
		width: 23px;
		height: 10px;
		position: absolute;
		right: 0;
		top: 16px;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}

	#cssmenu .submenu-button.submenu-opened {
		background-image: url("data:image/svg+xml,%3Csvg width='23' height='16' viewBox='0 0 23 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0.852026C4 0.640905 4.07899 0.414703 4.25276 0.248822C4.60032 -0.0829406 5.15324 -0.0829406 5.50079 0.248822L11.5039 5.96418L17.4913 0.248822C17.8389 -0.0829406 18.3918 -0.0829406 18.7393 0.248822C19.0869 0.580584 19.0869 1.10839 18.7393 1.44015L12.1359 7.75872C11.9621 7.9246 11.7409 8 11.5039 8C11.267 8 11.0458 7.90952 10.872 7.75872L4.25276 1.44015C4.07899 1.27427 4 1.06315 4 0.852026Z' fill='black'/%3E%3C/svg%3E");
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.has-sub>a:after {
		display: none !important;
	}

	.menu-toggle {
		position: absolute;
		left: -20px;
		top: 0;
		width: 40px;
		height: 45px;
		background: #fff;
		display: none;
		top: 20px;
		bottom: auto;
		right: 15px;
		margin: auto;
		background: #FFFFFF;
		box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
		transform: rotate(-45deg);
		width: 40px;
		height: 40px;
		right: auto;

	}


	.mob-navi-called .menu-toggle {
		display: block;
	}

	.menu-toggle i {
		position: absolute;
		width: 17px;
		height: 15px;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		font-size: 20px;
		color: #000;
	}

	.menu-toggle i:after {
		content: '+';
		position: absolute;
		color: #000;
		font-size: 20px;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		text-align: center;
		line-height: 20px;
		width: 20px;
		height: 20px;
	}

	.header-row {
	    width: 100%;
		height: 45px;
		position: relative;

	}

	header {
		height: auto;
	}

	header .logo {
		width: 131px;
		height: 45px;
		background: url(../images/moblogo.png) no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
		/*  margin-left: 35px;*/
	}

	header .logo img {
		display: none;

	}

	.mob-navi-call {
		position: fixed;
		/*    left: 5px;
    top: 0;
    bottom: 0;
    margin: auto;*/
		bottom: auto;
		width: 17px;
		height: 15px;
		background: url(../images/burger.svg) no-repeat;
		-webkit-background-size: contain;
		background-size: contain;

		top: 0;
		bottom: 0;
		right: 5px;
		margin: auto;

	}

	.mob-wu {
		position: absolute;
		width: 26px;
		height: 26px;
		top: 0;
		bottom: 0;
		margin: auto;
		right: 5px;
		background: url(../images/wu.png) no-repeat;

	}

	.mob-phone {
		position: absolute;
		width: 26px;
		height: 26px;
		top: 0;
		bottom: 0;
		right: 5px;
		margin: auto;
		background: url(../images/tel.svg) no-repeat;

		display: none;
	}

	.dsk-slider {
		display: none;
	}

	.mob-slider {
		display: block;
	}

	.schedule {
		display: none;
	}

	.mob-slide {
		height: 450px;
		-webkit-background-size: cover;
		background-size: cover;
		background-repeat: no-repeat;
		color: #fff;
		padding: 80px 12px 20px;
		text-transform: uppercase;
	}

	.mob-slide-h {
		font-family: din;
		font-style: normal;
		font-weight: bold;
		font-size: 26px;
		line-height: 33px;
		margin-bottom: 12px;
	}

	.mob-slide-features {
		font-family: din;
		font-style: normal;
		font-weight: normal;
		font-size: 14px;
		line-height: 23px;
		list-style-type: none;
		padding: 0;
		margin: 0;
	}

	.mob-slide-features li {
		position: relative;
		padding-left: 15px;
		margin-bottom: 5px;
	}

	.mob-slide-features li:before {
		content: '';
		width: 8px;
		height: 8px;
		border-radius: 8px;
		position: absolute;
		left: 0;
		top: 7px;
		background: #ECAB1C;
		border-radius: 4px;
	}

	.bx-wrapper .bx-viewport {
		height: auto;
	}

	.mob-slider-itself {
		padding: 0;
		list-style-type: none;
		margin: 0;
	}

	.header-so {
		background: #F0F4F7;
		padding: 40px 15px;
		text-align: left;
	}

	header {
		margin-bottom: -20px;
	}

	header .contact {
		margin-top: 0;
	}

	header .contact h2,
	.contact h2 {
		text-align: left;
		color: #1D2A5D;
		font-family: din;
		font-weight: bold;
		margin-bottom: 30px;
		padding-bottom: 30px;
		position: relative;
		border-left: none !important;
	}

	header .contact h2:after,
	.contact h2:after {
		content: '';
		height: 2px;
		width: 100px;
		background: #DFB655;
		position: absolute;
		left: 0;
		bottom: 0;
	}

	header .contact p {
		color: #000;
		text-align: left;
		font-family: din;
	}

	header .contact h2 span {
		color: #1D2A5D;
	}

	.mob-navi-called {}

	header.inner {
		background: #fff;
		height: 45px;
		margin-bottom: 0;
	}

	.mob-slider {
		position: relative;
	}

	.mob-slider .bx-wrapper .bx-controls {
		display: block;
		position: absolute;
		left: 0;
		bottom: 30px;
		width: 100%;
		text-align: center;
	}

	.mob-slider .bx-wrapper .bx-pager {
		bottom: 0;
	}

	.bx-wrapper .bx-pager .bx-pager-item {
		display: inline-block;
		margin: 0 3px;
	}

	.bx-wrapper .bx-pager.bx-default-pager a,
	.bx-wrapper .bx-pager.bx-default-pager a.active {
		text-align: left;
		width: 34px;
		height: 4px;
		background: #fff;
		display: block;
	}

	.bx-wrapper .bx-pager.bx-default-pager a:not(.active) {
		opacity: 0.5;
	}


	header.index-header .container-fluid .row {
		padding-left: 32px;
		padding-right: 32px;
		padding-top: 10px;

	}

}

@media (max-width: 991px) {
	.topbanner-mob {
		padding-top: 63.75%;
		-webkit-background-size: cover;
		background-size: cover;
		display: block;
		margin-bottom: 0px;
		width: 100%;
	}

	.topbanner-mob~.topbanner {
		display: none;
	}

	.prog-page-prepared .custom-page h1 {
		padding-bottom: 0;
	}

	.prog-page-prepared .custom-page h1:after {
		display: none;
	}

	.prog-page-prepared h1+p {
		position: relative;
	}

	/*  .prog-page-prepared h1+p:before{
    background: #F0F4F7;
    content: '';
    position: absolute;
    left: -15px;
    bottom: -12px;
    height: 1000px;
    width: calc(100% + 30px);
    z-index: -1;
    }*/
	.prog-page-prepared .inner-pages-style .col-md-9 {
		padding-right: 5px !important;
	}
}

@media (max-width: 991px) {

	header:not(.inner) .header-row,
	header.inner {
		background: none;
		position: absolute;
		top: 0;
		z-index: 100;
		width: 100%;
	}

	header:not(.inner) .header-row .logo,
	header.inner .logo {
		position: relative;
		top: 0px;
		background: url(../images/logo--w.png) no-repeat;
		-webkit-background-size: contain;
		background-size: contain;

	}

	header:not(.inner) .header-row .logo img,
	header.inner .logo img {
		opacity: 0;
	}

	.mob-navi-call {
		position: fixed;
		top: 20px;
		bottom: auto;
		right: 15px;
		margin: auto;
		background: #FFFFFF;
		box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
		transform: rotate(-45deg);
		width: 40px;
		height: 40px;
	}

	.mob-navi-call:after {
		content: '';
		width: 18px;
		height: 2px;
		background: #000;
		transform: rotate(45deg);
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		box-shadow: 0 -5px #000, 0 5px #000;
	}
}





.course-thumb-help {
	text-align: center;
	box-sizing: border-box;
	border-radius: 0px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	font-size: 17px;
	line-height: 26px;
	padding: 25px 29px;
	height: 100%;
}

.course-thumb-help img {
	margin-bottom: 25px;
}

.course-thumb-help .h {
	font-family: reforma;
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	line-height: 26px;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.btn-green {
	background: #67C55F;
	color: #fff;
}

.btn-green:hover {
	text-decoration: none;
	color: #fff;
	background: #32862b;
}

.btn-call {
	border-radius: 5px;
	height: 45px;
	line-height: 45px;
	padding: 0 23px;
	display: inline-block;
}

.icon-tel {
	width: 31px;
	height: 31px;
	margin-left: 20px;
	display: inline-block;
	position: relative;
	background-image: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.0625 14.6842C30.0625 22.7578 23.4647 29.2936 15.3415 29.2936C12.762 29.2936 10.3312 28.6363 8.2229 27.4705L0.0625 30.0625L2.72889 22.2245C1.38949 20.017 0.620582 17.4374 0.620582 14.6842C0.60818 6.61062 7.20595 0.0624542 15.3415 0.0624542C23.4771 0.0624542 30.0625 6.61062 30.0625 14.6842ZM15.3415 2.394C8.50814 2.394 2.96453 7.90041 2.96453 14.6842C2.96453 17.3754 3.84506 19.8682 5.32087 21.8897L3.77064 26.4535L8.53294 24.9405C10.4924 26.2303 12.824 26.9744 15.3415 26.9744C22.1625 26.9744 27.7186 21.468 27.7186 14.6842C27.7186 7.90041 22.1625 2.394 15.3415 2.394ZM22.7826 18.0451C22.6958 17.8963 22.4478 17.8095 22.0881 17.6234C21.7285 17.4498 19.955 16.5817 19.6202 16.4577C19.2853 16.3336 19.0497 16.284 18.8016 16.6313C18.566 16.9909 17.8715 17.7971 17.6607 18.0327C17.4499 18.2683 17.239 18.3055 16.8794 18.1195C16.5197 17.9459 15.3539 17.5614 13.9773 16.346C12.8984 15.3911 12.1791 14.2253 11.9682 13.8657C11.7574 13.506 11.9434 13.3076 12.1295 13.134C12.2907 12.9728 12.4891 12.7123 12.6751 12.5015C12.8612 12.2907 12.9108 12.1418 13.0348 11.9062C13.1588 11.6706 13.0968 11.4597 13.01 11.2737C12.9232 11.1001 12.1915 9.32662 11.8938 8.61971C11.5962 7.90041 11.2985 8.02442 11.0877 8.02442C10.8769 8.02442 10.6413 7.99962 10.3932 7.99962C10.1576 7.99962 9.76072 8.08643 9.42587 8.44609C9.09102 8.80574 8.16089 9.67387 8.16089 11.4349C8.16089 13.196 9.45068 14.895 9.6367 15.1431C9.82273 15.3787 12.1295 19.1117 15.8004 20.5503C19.4713 21.9889 19.4713 21.5052 20.1286 21.4432C20.7859 21.3812 22.2618 20.5751 22.5718 19.7441C22.8694 18.9132 22.8694 18.1939 22.7826 18.0451Z' fill='white'/%3E%3C/svg%3E");
	vertical-align: middle;
}

@media (max-width: 991px) {
	.course-thumb-help {
		height: auto;
	}
}


.product-list__offer-wrap {
	max-width: 13.375rem;
	text-align: left;
	line-height: 1;
	bottom: 0;
	z-index: 1;
	background-color: #fa0137;
	font-size: 14px;
}


@media (max-width: 991px) {
	.mob-suspendable {
		max-height: 9.3em;
		display: -webkit-box;
		-webkit-line-clamp: 6;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.expand {
		width: 30px;
		height: 30px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		border-radius: 30px;
		background: #ECA54C;
		position: relative;
		margin-top: 10px;
	}

	.expand:after {
		content: '';
		width: 10px;
		height: 10px;
		border-right: 2px solid #fff;
		border-bottom: 2px solid #fff;
		position: absolute;
		transform: rotate(45deg);
		left: 0;
		top: -4px;
		right: 0;
		bottom: 0;
		margin: auto;
	}


}

@media (min-width: 768px) {
	.mob-suspendable {
		max-height: 100% !important;
		overflow: visible !important;
	}
}



.application-pop * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.modal-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.2);
	z-index: 1000;
}

.app-called {
	overflow: hidden;
}

.application-pop {
	background: url(../images/pop-form-bg.png) no-repeat right 220px #fff;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 1050px;
	border-radius: 10px;
	z-index: 1010;
	font-family: roboto;
	max-height: 96%;
}

.application-pop-inner {
	padding-top: 56px;
	padding-left: 95px;
	padding-bottom: 35px;
	padding-right: 54px;
	overflow-y: auto;
	max-height: 96vh;
}

.application-pop .h {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 25px;
}

.form-steps {
	background: #F6F6F6;
	border-radius: 20px;
	padding: 16px 16px 16px 45px;
	list-style-type: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 0;
	margin-bottom: 56px;
	counter-reset: list;
	font-size: 14px;
	line-height: 16px;
	margin-left: -45px;
}

.form-steps li a {
	position: relative;
	padding-left: 43px;
	display: table-caption;
	text-decoration: none;
	color: #000;
}

.form-steps li a:before {
	counter-increment: list;
	content: counter(list);
	color: #000;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	text-align: center;
	line-height: 28px;
	background: #fff;
	box-shadow: inset 0 0 0 1px #000;
	position: absolute;
	left: 0;
}

.form-steps li a.current:before {
	background: #EBA044;
	color: #fff;
	box-shadow: none;
}

.form-steps li:not(:last-child) {
	margin-right: 30px;
}

.form-steps li:not(:last-child) a {
	padding-right: 35px;
}

.application-form-body {}

.application-form-step {
	display: none;
}

.application-form-step.current {
	display: block;
}

.sub-h {
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	text-transform: uppercase;
	margin-bottom: 27px;
}

.application-form-table {
	margin-bottom: 26px;
}

.application-form-table th {
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	padding-bottom: 10px;
	width: 133px;
	padding-right: 15px;
	padding-top: 12px;
}

.application-form-table th.t {
	padding-top: 0;
}

.application-form-table td {
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	padding-bottom: 13px;
}

.application-form-table td input[type="text"],
.application-form-table td input[type="number"],
.application-form-table td input[type="tel"] {
	width: 334px;
	height: 44px;
	left: 230px;
	top: 305px;
	padding: 0 18px;
	border: 1px solid #D3D3D3;
	box-sizing: border-box;
	border-radius: 5px;
}

.application-pop .error {
	display: block;
	color: #f00;
}

.application-pop .error input[type="text"] {
	border-color: #f00;
}

.application-pop .error:after {
	content: attr(data-error);
	display: block;
	font-size: 11px;
	padding-top: 3px;
}

.application-pop.success .h {
	text-align: center;
	margin-bottom: 0;
}

.submit-row {
	margin-top: 60px;
}

.submit-row .btn i {
	display: inline-block;
	background-image: url("data:image/svg+xml,%3Csvg width='19' height='10' viewBox='0 0 19 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19 5.23499L13.5867 0.482666V4.41562L0 4.41562L0 6.05435L13.5867 6.05435V9.9873L19 5.23499Z' fill='white'/%3E%3C/svg%3E%0A");
	width: 19px;
	height: 10px;
	position: relative;
	vertical-align: middle;
	margin-left: 40px;
}

table+.submit-row {
	padding-left: 133px;
	margin-top: -8px;
}

.submit-row .btn {
	padding: 0;
	text-transform: uppercase;
	font-family: roboto;
}

.fatached {
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: center;
}

.fatached img {
	max-width: 120px;
	margin-bottom: 10px;
	max-height: 110px;
}

.btn {
	display: inline-block;
	text-decoration: none;
	border: 0;
	position: relative;
}

.f--icn {
	width: 80px;
	height: 80px;
	background-size: contain;
	background-position: center;
}

.application-pop.success {
	padding: 30px;
}

.f--doc {
	background-image: url(../images/doc.svg)
}

.f--pdf {
	background-image: url(../images/pdf.svg)
}

.f--txt {
	background-image: url(../images/txt.svg)
}

.btn-next {
	width: 184px;
	height: 40px;
	border-radius: 0px;
	line-height: 40px;
	font-family: roboto;
	font-size: 14px;
	text-align: center;
}

.btn-gold {
	background: #EBA044;
	color: #fff;
}

.btn-gold:hover {
	background: #EBA044;
	color: #fff;
}

.datepicker {}

.courses-selection {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.courses-list {}

.courses-list:not(:only-child) {
	width: 50%;
}

.courses-list:only-child ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 560px;
}

.courses-list:only-child ul li {
	width: 50%;
}

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

.courses-list ul li {
	margin-bottom: 20px;
}

.courses-h {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	/* identical to box height */

	display: flex;
	align-items: center;

	color: #191919;
	margin-bottom: 12px;
}

.short-underlined {
	max-width: 174px;
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #000;
}

.courses-swt {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 30px;
}

.courses-swt .label {
	width: 180px;
}

.subs-h {
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
}

.gb:not(.iti-flag) {
	padding: 11px 37px 10px 16px;
	background: #F6F6F6;
	border-radius: 10px;
	max-width: 560px;
	margin-top: 8px;
}

.gb+.submit-row {
	margin-top: 20px;
}

.upload-bricks {
	padding-top: 13px;
}


.inp-tb {
	table-layout: fixed;
}

.inp-tb th,
.inp-tb td {
	padding-left: 13px;
	padding-right: 13px;
	padding-bottom: 14px;
}

input.short {
	width: 87px;
	text-align: center;
}

.upload-bricks {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 530px;
}

.upload-brick {
	max-width: 230px;
	margin-bottom: 50px;
	min-width: 50%;
}

.upload-brick:last-child:nth-child(odd) {
	max-width: 100%;
	margin-top: 15px;
}

.upload-brick .title {
	font-size: 16px;
	line-height: 23px;
	min-height: 46px;
	margin-bottom: 6px;
}

.upload-brick .upload-brick-body input {
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	font-size: 1000px;
	opacity: 0;
}

.upload-brick .upload-brick-body {
	width: 100%;
	max-width: 230px;
	height: 110px;
	border-radius: 8px;
	border: 1px dashed #000;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	padding: 0 20px;

}

.upload-brick .upload-brick-body span {
	position: relative;
	padding-top: 44px;
}

.upload-brick .upload-brick-body span:before {
	background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.5 35C27.165 35 35 27.165 35 17.5C35 7.83502 27.165 0 17.5 0C7.83502 0 0 7.83502 0 17.5C0 27.165 7.83502 35 17.5 35Z' fill='%23EF4937'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.1871 9.60791H17.5009V17.6009H9.60889V18.0854H17.5009V26.0785H18.1871V18.0854H26.0795V17.6009H18.1871V9.60791Z' fill='white'/%3E%3Cpath d='M17.5009 9.60791V8.60791H16.5009V9.60791H17.5009ZM18.1871 9.60791H19.1871V8.60791H18.1871V9.60791ZM17.5009 17.6009V18.6009H18.5009V17.6009H17.5009ZM9.60889 17.6009V16.6009H8.60889V17.6009H9.60889ZM9.60889 18.0854H8.60889V19.0854H9.60889V18.0854ZM17.5009 18.0854H18.5009V17.0854H17.5009V18.0854ZM17.5009 26.0785H16.5009V27.0785H17.5009V26.0785ZM18.1871 26.0785V27.0785H19.1871V26.0785H18.1871ZM18.1871 18.0854V17.0854H17.1871V18.0854H18.1871ZM26.0795 18.0854V19.0854H27.0795V18.0854H26.0795ZM26.0795 17.6009H27.0795V16.6009H26.0795V17.6009ZM18.1871 17.6009H17.1871V18.6009H18.1871V17.6009ZM17.5009 10.6079H18.1871V8.60791H17.5009V10.6079ZM18.5009 17.6009V9.60791H16.5009V17.6009H18.5009ZM9.60889 18.6009H17.5009V16.6009H9.60889V18.6009ZM10.6089 18.0854V17.6009H8.60889V18.0854H10.6089ZM17.5009 17.0854H9.60889V19.0854H17.5009V17.0854ZM18.5009 26.0785V18.0854H16.5009V26.0785H18.5009ZM18.1871 25.0785H17.5009V27.0785H18.1871V25.0785ZM17.1871 18.0854V26.0785H19.1871V18.0854H17.1871ZM26.0795 17.0854H18.1871V19.0854H26.0795V17.0854ZM25.0795 17.6009V18.0854H27.0795V17.6009H25.0795ZM18.1871 18.6009H26.0795V16.6009H18.1871V18.6009ZM17.1871 9.60791V17.6009H19.1871V9.60791H17.1871Z' fill='white'/%3E%3C/svg%3E%0A");
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	margin: auto;
}

.pop-close {
	background-image: url("data:image/svg+xml,%3Csvg width='33' height='33' viewBox='0 0 33 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9392 15.3621L0 3.41379L3.41379 0L15.3621 11.9483H17.6425L29.5862 0L33 3.41379L21.0517 15.3621V17.6379L33 29.5862L29.5862 33L17.6379 21.0517L15.3621 21.0563L3.41379 33L0 29.5862L11.9483 17.6379L11.9392 15.3621Z' fill='white'/%3E%3C/svg%3E%0A");
	width: 33px;
	height: 33px;
	position: absolute;
	right: 0;
	bottom: 100%;
	transform: translateY(-16px);
	cursor: pointer;
}

.application-pop label+label {
	margin-left: 32px;
}

.application-pop label [type="checkbox"],
.application-pop label [type="radio"] {
	display: none;
}

.application-pop label [type="checkbox"]+span,
.application-pop label [type="radio"]+span {
	display: inline-block;
	position: relative;
	padding-left: 27px;
}

.application-pop label [type="checkbox"]+span:before,
.application-pop label [type="radio"]+span:before {
	width: 15px;
	height: 15px;
	content: '';
	position: absolute;
	left: 0;
	border: 1.5px solid #979797;
	border-radius: 2px;
}

.application-pop label [type="checkbox"]:checked+span:before,
.application-pop label [type="radio"]:checked+span:before {
	background: #FF2626;
	border-color: #FF2626;
	background-image: url("data:image/svg+xml,%3Csvg width='11' height='9' viewBox='0 0 11 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.2191 0.945281C10.3749 1.11452 10.5306 1.28377 10.6863 1.45301C10.9379 1.7264 10.9379 2.15602 10.6863 2.42941C8.96125 4.30411 7.23619 6.1788 5.49914 8.06652C4.66056 8.97783 4.58869 8.97783 3.73813 8.06652C2.85164 7.09011 1.95317 6.11371 1.05469 5.13731C0.815102 4.87693 0.815102 4.4343 1.05469 4.17392C1.21043 4.00468 1.36617 3.83544 1.5219 3.66619C1.77347 3.40582 2.1688 3.40582 2.40839 3.66619C3.15113 4.47335 3.88189 5.26749 4.62463 6.07465C6.19396 4.35618 7.76329 2.65073 9.33262 0.945281C9.58419 0.684906 9.97952 0.684906 10.2191 0.945281Z' fill='white'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center center;
}

.step-2 .application-form-table th {
	width: 180px;
}

.step-2 .sub-h {
	margin-bottom: 10px;
}

.sub-t th,
.sub-t td {
	padding-top: 20px;
}

.sub-t .t~td {
	padding-top: 0;
}


.sub-t th,
.sub-t~tr th {
	padding-bottom: 23px;
	line-height: 1.1;
}

.step-2 .application-form-table~.submit-row {
	padding-left: 180px;
}

.step-3 .form-steps {
	margin-bottom: 40px;
}

.step-3 .sub-h {
	margin-bottom: 18px;
}

.step-3 .courses-list ul li {
	margin-bottom: 14px;
}

.step-3 .courses-selection {
	max-width: 610px;
}

.step-4 .courses-swt .label {
	width: 130px;
	color: #000;
	text-align: left;
	font-size: 16px;
	padding-left: 0;
}

.step-4 .gb {
	margin-top: 8px;
}

.inp-tb th:first-child {
	width: 154px;
}

.modal-bg,
.application-pop {
	display: none;
}

@media (max-height: 1000px) {
	.application-pop-inner {
		padding-top: 30px;
	}

	.pop-close {
		right: 20px;
		top: 20px;
		transform: translateY(0);
		background-image: url("data:image/svg+xml,%3Csvg width='33' height='33' viewBox='0 0 33 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9392 15.3621L0 3.41379L3.41379 0L15.3621 11.9483H17.6425L29.5862 0L33 3.41379L21.0517 15.3621V17.6379L33 29.5862L29.5862 33L17.6379 21.0517L15.3621 21.0563L3.41379 33L0 29.5862L11.9483 17.6379L11.9392 15.3621Z' fill='black'/%3E%3C/svg%3E%0A");
	}
}

@media (max-width: 991px) {
	.col-sm-6[style*="height"] {
		height: auto !important;
	}

	.air-craft-boxes {
		padding: 0 !important;
	}

	.programm-pricing {
		overflow: auto;
		display: flex;
		margin-right: -15px;
		margin-left: -15px;
		padding-left: 15px;
	}

	.programm-pricing:after {
		content: '';
		display: inline-block;
		width: 1px;
		height: 10px;
		flex-shrink: 0;
	}

	.programm-pricing-unit {
		background: #fff;
		width: 213px;
		word-spacing: initial;
		border-radius: 5px;
		color: #000;
		font-family: Roboto;
		font-size: 15px;
		font-style: normal;
		font-weight: 400;
		line-height: 21px;
		letter-spacing: 0em;
		text-align: left;
		flex-shrink: 0;
		margin-right: 18px;
		padding: 15px;
	}

	.programm-pricing-unit .h small {
		font-family: Roboto;
		font-size: 15px;
		font-style: normal;
		font-weight: 700;
		line-height: 21px;
		letter-spacing: 0em;
		text-align: left;
	}

	.programm-pricing-unit .h {
		font-family: reforma;
		font-size: 40px;
		font-style: normal;
		font-weight: 500;
		line-height: 26px;
		letter-spacing: 0em;
		text-align: left;
	}


	.application-pop-inner {
		padding-top: 40px;
		padding-left: 14px;
		padding-right: 14px;
		padding-bottom: 30px;
	}

	.application-pop {
		max-height: 100%;
		border-radius: 0;
		top: 0;
		transform: none;
		left: 0;
		width: 100%;
		max-width: 100%;
		background: #fff;
	}

	.pop-close {
		width: 17px;
		height: 17px;
		right: 10px;
		top: 10px;
		background-size: contain;
		background-repeat: no-repeat;
	}

	.application-pop .h {
		font-size: 26px;
		font-weight: bold;
		margin-bottom: 12px;
		text-transform: uppercase;
	}

	.form-steps {
		background: none;
		overflow: auto;
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 0;
		margin-left: 0;
		border-radius: 0;
		margin-bottom: 22px;
	}

	.application-form-table,
	.application-form-table tbody,
	.application-form-table tr,
	.application-form-table th,
	.application-form-table td {
		display: block;
	}

	.application-form-table th {
		font-weight: bold;
	}

	.submit-row,
	table+.submit-row {
		padding: 0;
		margin: 0;
	}

	.step-2 .application-form-table~.submit-row {
		padding-left: 0;
	}

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

	.step-2 .application-form-table th {
		width: 100%;
	}

	.application-pop-inner {
		max-height: 100vh;
	}

	.application-pop label [type="checkbox"]+span:before,
	.application-pop label [type="radio"]+span:before {
		top: 3px;
	}

	.courses-list:only-child ul,
	.courses-selection {
		display: block;
	}

	.courses-list:not(:only-child) {
		width: 100%;
		margin-bottom: 20px;
	}

	.courses-list:only-child ul li {
		width: 100%;
	}

	.gb {
		padding: 0;
		background: none;
		border-radius: 10px;
		max-width: 560px;
		margin-top: 8px;
		font-size: 12px;
		line-height: 1.2;
	}

	input.short {
		width: 70px;
	}

	.gb .inp-tb th:first-child {
		width: 90px;
		padding-left: 0;
		padding-right: 10px;
	}

	.step-4 .gb {
		margin-top: 28px;
	}

	.upload-brick {
		max-width: 100%;
		margin-bottom: 30px;
	}

	.upload-brick .title {
		font-size: 16px;
		line-height: 23px;
		min-height: 0;
		margin-bottom: 6px;
	}

	.upload-brick .upload-brick-body {
		max-width: 100%;
	}

	.upload-brick:last-child:nth-child(odd) {
		margin-top: 0;
	}

	#cssmenu li:last-child:hover>ul {
		left: 0 !important;
	}

}


.upload-brick .upload-brick-body.filled {
	border: 0;
	padding: 0;
	border-radius: 0;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	font-size: 12px;
}

.upload-brick .upload-brick-body.filled span {
	display: none;
}

.ig-feed {}

.ig-feed ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: relative;
	padding-top: 42.18%;
}

.ig-feed ul li {
	position: absolute;
}

.ig-feed ul li:nth-child(1),
.ig-feed ul li:nth-child(2),
.ig-feed ul li:nth-child(5),
.ig-feed ul li:nth-child(6) {
	width: 25%;
	height: 33.3334%;
}

.ig-feed ul li:nth-child(3),
.ig-feed ul li:nth-child(4) {
	width: 50%;
	height: 66.6667%;
}

.ig-feed ul li:nth-child(1) {
	left: 0;
	top: 0;
}

.ig-feed ul li:nth-child(2) {
	left: 25%;
	top: 0;
}

.ig-feed ul li:nth-child(5) {
	left: 50%;
	bottom: 0;
}

.ig-feed ul li:nth-child(6) {
	bottom: 0;
	right: 0;
}

.ig-feed ul li:nth-child(3) {
	left: 0;
	bottom: 0;
}

.ig-feed ul li:nth-child(4) {
	right: 0;
	top: 0;
}

.ig-feed ul li img {
	object-fit: cover;
}

.tac {
	text-align: center;
}

/*.ig-feed ul li:after{
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  content: '';
  width: 100%;
  height: 60px;
  left: 0;
  top: 0;
  z-index: 2;
  position:absolute;
}
.ig-feed ul li:before{
  content: '';
  width: 100%;
  height: 90px;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  position:absolute;
}*/
.ig-feed ul li img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.ig-feed-date {
	position: absolute;
	z-index: 3;
	right: 10px;
	top: 10px;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
	display: none !important;
}

.ig-feed-likes {
	position: absolute;
	z-index: 3;
	bottom: 0;
	left: 0;
	width: 50%;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-weight: bold;
	font-size: 15px;

	display: none !important;
}

.ig-feed-likes i {
	width: 16px;
	height: 16px;
	display: inline-block;
	background-image: url("data:image/svg+xml,%0A%3Csvg id='Capa_1' enable-background='new 0 0 512 512' height='512' viewBox='0 0 512 512' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cg%3E%3Cpath d='m246.122 477.289c-144.417-126.367-246.122-193.304-246.122-299.774 0-80.513 57.4-146.515 136-146.515 54.544 0 95.017 33.497 120 81.015 24.981-47.515 65.454-81.015 120-81.015 78.609 0 136 66.015 136 146.515 0 106.457-101.572 173.291-246.122 299.773-5.657 4.949-14.1 4.949-19.756.001z' fill='white'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-size: contain;
	margin-right: 6px;
	position: relative;

	display: none !important;
}

.ig-feed-comments i {
	width: 16px;
	height: 16px;
	display: inline-block;
	background-image: url("data:image/svg+xml,%0A%3Csvg height='682pt' viewBox='-21 -47 682.66669 682' width='682pt' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m552.011719-1.332031h-464.023438c-48.515625 0-87.988281 39.464843-87.988281 87.988281v283.972656c0 48.414063 39.300781 87.816406 87.675781 87.988282v128.863281l185.191407-128.863281h279.144531c48.515625 0 87.988281-39.472657 87.988281-87.988282v-283.972656c0-48.523438-39.472656-87.988281-87.988281-87.988281zm50.488281 371.960937c0 27.835938-22.648438 50.488282-50.488281 50.488282h-290.910157l-135.925781 94.585937v-94.585937h-37.1875c-27.839843 0-50.488281-22.652344-50.488281-50.488282v-283.972656c0-27.84375 22.648438-50.488281 50.488281-50.488281h464.023438c27.839843 0 50.488281 22.644531 50.488281 50.488281zm0 0'/%3E%3Cpath d='m171.292969 131.171875h297.414062v37.5h-297.414062zm0 0'/%3E%3Cpath d='m171.292969 211.171875h297.414062v37.5h-297.414062zm0 0'/%3E%3Cpath d='m171.292969 291.171875h297.414062v37.5h-297.414062zm0 0'/%3E%3C/svg%3E");
	background-size: contain;
	margin-right: 6px;
	position: relative;

	display: none !important;
}

.ig-feed-comments {
	position: absolute;
	z-index: 3;
	position: absolute;
	z-index: 3;
	bottom: 0;
	right: 0;
	width: 50%;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-weight: bold;
	font-size: 15px;

	display: none !important;
}

.ig-feed-caption {
	position: absolute;
	z-index: 5;
	bottom: 0;
	left: 0;
	color: #fff;
	background: #000;
	padding: 10px;
	font-size: 12px;
	display: none;

	display: none !important;
}


@media (max-width: 991px) {
	.ig-feed ul li {
		width: 50%;
		padding-top: 50%;
		position: relative;
		overflow: hidden;
	}

}

#cssmenu {
	float: none !important;
}

#cssmenu ul li {
	font-family: Roboto;
	font-size: 12px;
	font-style: normal;
	font-weight: 900;
	line-height: 18px;
	letter-spacing: 0.1em;
	text-align: left;
}

#cssmenu>ul>li {
	margin-right: 30px;
}

header.inner,
header.index-header {
	padding-left: 32px;
	padding-right: 32px;
	padding-top: 10px;
}

header.index-header:after {
	content: '';
	width: calc(100% - 30px);
	background: #fff;
	left: 15px;
	bottom: 0;
	position: absolute;
	height: 1px;
}

header .row {
	flex-wrap: nowrap;
}

header #cssmenu ul li a {
	font-size: 12px;

}

header.inner #cssmenu ul li a {
	color: #333;
	cursor: pointer;
}

#cssmenu ul ul {
	background: #fff;
}

.navi-placeholder {
	flex-grow: 1;
}

header .application-call {
	width: 144px;
	height: 40px;
	left: 128px;
	top: 0px;
	background: #FBCF4D;
	border-radius: 12px;
	align-self: center;
	font-family: Roboto;
	font-size: 12px;
	font-style: normal;
	font-weight: 900;
	line-height: 18px;
	letter-spacing: 0.1em;
	text-align: center;
	color: #000;
	text-decoration: none;
	line-height: 40px;
}


.has-sub>a:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: currentColor transparent transparent transparent;
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;

}

header.container-fluid {
	padding: 10px;
	max-width: 1600px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
	height: 87px;

}

.index-header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: auto;
}

.index-page {
	padding-top: 0;
}


.index-banner {
	background: url(../images/index-title.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	text-align: center;
	height: 800px;
	color: #fff;
}

.index-banner-content {
	padding-top: 195px;
}

.width {}

.index-banner .h0 {
	font-family: reforma;
	text-transform: uppercase;
	font-size: 120px;
	font-style: normal;
	font-weight: 500;
	line-height: 124px;
	letter-spacing: 0em;
	margin-bottom: 10px;
}

.color-yellow {
	color: #fbcf4d;
}

.index-banner .text {
	/* font-family: Roboto; */
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 31px;
	letter-spacing: 0em;
	text-align: center;
}

.section-program-head-index {
	font-family: Roboto;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 31px;
	letter-spacing: 0em;
	text-align: left;
}

.section-program-head+.section h2.h1 {
	text-align: center;
}

.section-program-head-index h1 {
	font-family: reforma;
	font-size: 80px;
	font-style: normal;
	font-weight: 500;
	line-height: 83px;
	letter-spacing: 0em;
	text-align: left;
}

.section-program-head.section-program-head-index .text-block h1 {
	width: calc(100% + 190px);
	margin-bottom: 34px;
}

.section-program-head.section-program-head-index .text-block p {
	margin-bottom: 22px;
}

.section-program-head.section-program-head-index .text-block .btn-lg {
	font-family: roboto;
	font-size: 24px;
	padding: 12px 32px;
}

.section-program-head.section-program-head-index .stars {
	background-image: url("data:image/svg+xml,%3Csvg width='102' height='18' viewBox='0 0 102 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.02469 13.6102L3.72011 16.3233L4.7332 10.577L0.4417 6.50743L6.3724 5.66906L9.02469 0.440918L11.677 5.66906L17.6077 6.50743L13.3162 10.577L14.3293 16.3233L9.02469 13.6102Z' fill='%23FBCF4D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M30.0125 13.6102L24.7079 16.3233L25.721 10.577L21.4295 6.50743L27.3602 5.66906L30.0125 0.440918L32.6648 5.66906L38.5955 6.50743L34.304 10.577L35.3171 16.3233L30.0125 13.6102Z' fill='%23FBCF4D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M50.9998 13.6102L45.6952 16.3233L46.7083 10.577L42.4168 6.50743L48.3475 5.66906L50.9998 0.440918L53.6521 5.66906L59.5828 6.50743L55.2913 10.577L56.3044 16.3233L50.9998 13.6102Z' fill='%23FBCF4D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M71.9876 13.6102L66.683 16.3233L67.6961 10.577L63.4046 6.50743L69.3353 5.66906L71.9876 0.440918L74.6399 5.66906L80.5706 6.50743L76.2791 10.577L77.2922 16.3233L71.9876 13.6102Z' fill='%23FBCF4D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M92.9754 13.6102L87.6708 16.3233L88.6839 10.577L84.3924 6.50743L90.3231 5.66906L92.9754 0.440918L95.6277 5.66906L101.558 6.50743L97.2669 10.577L98.28 16.3233L92.9754 13.6102Z' fill='%23FBCF4D'/%3E%3C/svg%3E%0A");
	width: 102px;
	height: 18px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: 10px;
}

.btn {}

.btn-yellow {}


@media (min-width:991px) {
	.logo-placeholder .logo {
		width: auto;
		filter: greyscale(1), saturate(0);
		width: 145px;
		height: 67px;
		margin-right: 80px;
		position: relative;
		top: -4px;
	}

	.navi-placeholder {
		padding-right: 15px;
		padding-top: 0;
		align-self: center;
	}

	#cssmenu {
		margin-top: 0;
		padding-right: 6px;
	}
}

body {
	padding-top: 87px;
}

header.inner {
	position: absolute;
	background: #fff;
	height: 87px;
}

.topbanner {
	display: none;
}


.width {}

.h1-hero {
	/*color:#163879;*/
	text-transform: uppercase;
	font-size: 80px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 20px;
}

/*.h1-hero span{
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}
.h1-hero span:after{
  content: '';
  width: calc(100% - 20px);
  height: 5px;
  background: #eba044;
  position: absolute;
  left: 0;
  bottom: 0;
}*/
.payment-page {
	background: #f6f6f6;
	padding-bottom: 70px;
	padding-top: 50px;
}

.payment-form .form-steps {
	background: none;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 26px;
}

.payment-form .form-steps a {
	pointer-events: none;
}

.payment-form .form-steps li a {
	display: inline-block;
	position: relative;
}

.payment-form .form-steps li:not(:last-child) a:after {
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.9357 4.32758L11.8066 0.0776039C11.7067 -0.0234453 11.5359 -0.0241703 11.4396 0.065854C11.3418 0.157328 11.3346 0.325252 11.4275 0.421376L15.1453 4.24948H0.258066C0.115536 4.24948 0 4.3614 0 4.49948C0 4.63755 0.115536 4.74948 0.258066 4.74948H15.1453L11.4275 8.57757C11.3346 8.67369 11.3403 8.84309 11.4396 8.93309C11.5389 9.02309 11.6986 9.02532 11.8066 8.92134L15.9357 4.67138C16.0338 4.55438 16.008 4.41098 15.9357 4.32758Z' fill='black'/%3E%3C/svg%3E%0A");
	width: 16px;
	height: 9px;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 0;
	content: '';
}

.form-steps li a:before {
	top: 50%;
	transform: translateY(-50%);
}

.current {}

.payment-form-body {
	background: #fff;
	border-radius: 6px;
	padding-top: 40px;
	padding-left: 58px;
	padding-right: 58px;
	padding-bottom: 40px;
	display: block;
	margin: 0;
}

.payment-form-body .btn-next {
	border-radius: 3px;
	font-weight: 600;
}

.payment-form-body input[type="text"] {
	margin-top: 0;
	margin-bottom: 0;
}

.payment-form-step.current {
	display: block;
}

.payment-form-step {
	display: none;
}

.payment-form-body .sub-h {
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: oswald;
}

.payment-form-wrap {
	max-width: 466px;
}

.payment-form-body .error {
	color: red;
}

.payment-form-body .error input {
	border-color: currentColor !important;
}

.payment-form-body .error:after {
	content: attr(data-error);
	display: block;
	font-size: 11px;
	padding-top: 3px;
}

.payment-form-body input {
	margin-left: 0;
}

.payment-form-body input.phone,
.payment-form-body input[type='tel'] {
	background-image: none;
}


.application-form-table {}

.submit-row {}

.btn {}

.btn-next {}

.btn-gold {}

.payment-form-wrap .options-list {
	padding-top: 12px;
}

.options-list {
	list-style: none;
	padding: 0;
	margin: 0;

}

.options-list li {
	margin-bottom: 18px;
}

.options-list label {
	position: relative;
}

.options-list label input {
	display: none;
}

.options-list label input~span {
	position: relative;
	display: inline-block;
	padding-left: 30px;
}

.options-list label input~span:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	left: 0;
	top: 1px;
	border: 1px solid #000;
}

.options-list label input:checked~span:before {
	border-color: #ff2626;
	border-width: 6px;
}

.payment-form-comment {
	font-size: 10px;
}

.card-container {
	position: relative;
}

.card-container .card-wrapper {
	position: absolute;
	left: 100%;
	margin-left: 25px;
}

.intl-tel-input {
	width: 100%;
	display: block;
}

.intl-tel-input input {
	width: 100%;
}

.payment-form-body form input[type='tel'] {
	background-image: none !important;
}

form .intl-tel-input input[type='tel'] {
	background: #fff url(../images/wuicon.png) no-repeat right 10px center;
	background-size: 24px 24px;
}

.card-container input {
	margin-bottom: 20px !important;
}

.jp-card-valid[name="number"] {
	padding-left: 30px !important;
}



@media (max-width:991px) {
	.h1-hero {
		font-size: 40px;
	}

	.payment-form-body {
		padding: 20px;
		margin: 0;
	}

	.payment-form-body .sub-h {
		font-size: 24px;
	}

	.payment-form .form-steps {
		white-space: nowrap;
		height: 40px;
		align-items: center;
	}

	.payment-form .application-form-table td input[type="text"],
	.payment-form .application-form-table td input[type="number"],
	.payment-form .application-form-table td input[type="tel"] {
		width: 100%;
	}

	.card-container .card-wrapper {
		position: relative;
		left: 0;
		margin-left: 0;
		margin-bottom: 15px;
	}

	.options-list label {
		font-size: 14px;
	}

	.options-list li {
		margin-bottom: 10px;
	}

	header.index-header {
		padding-top: 0;
	}

	#cssmenu ul li {
		float: none;
		width: 100%;
	}
}

@media (max-width:991px) {
	.payment-form .form-steps {
		display: none;
	}

	.payment-form-body {
		padding: 0;
		background: none;
	}

	.card-container .card-wrapper {
		transform: scale(0.9);
	}

	.section-program-head.section-program-head-index .stars {
		top: -10px;
	}

}

@media (max-width:360px) {
	.card-container .card-wrapper {
		margin-left: -11px;
	}

	.payment-form-body {}

}

.section-header {
	font-family: reforma;
	font-size: 70px;
	font-style: normal;
	font-weight: 500;
	line-height: 64px;
	letter-spacing: 0px;
	text-align: center;
	margin-bottom: 30px;
}

.application-form {
	background: #fff;
	position: relative;
}

.application-form:before {
	content: '';
	width: 50%;
	height: 100%;
	position: absolute;
	right: 50%;
	top: 0;
	background: url(../images/form-aside-2.JPG) no-repeat center;
	background-size: cover;
}

.custom-page-helicopter~.application-form:before {
	background-image: url(../images/helicopter-form.jpg);
}

.application-form .width {
	display: flex;
	justify-content: flex-end;
}

.applcation-form-side {
	width: 50%;
	box-sizing: border-box;
	padding: 70px 0 0 70px;
}

.application-form .width {
	max-width: 1160px;
	text-align: left;
}

.application-form .width header {
	text-align: left;
	position: static;
	height: auto;
}

.application-form .width header .h {
	font-family: reforma;
	font-size: 70px;
	font-style: normal;
	font-weight: 500;
	line-height: 64px;
	letter-spacing: 0px;
	text-align: left;
	margin-bottom: 19px;
	text-transform: uppercase;
}

.application-form .width header p {
	font-family: Roboto;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 31px;
	letter-spacing: 0px;
	text-align: left;
	margin-bottom: 30px;
}

.section-program-head {
	background: #1c1c1c;
	color: #fff;
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
}

.section-program-head .width {
	padding-top: 140px;
	padding-bottom: 110px;
}

.section-program-head .text-block {
	max-width: calc(50% - 70px);
	position: relative;
	z-index: 2;
	padding-left: 10px;
}

.section-program-head .text-block h1 {
	width: calc(100% + 140px);
}

.section-program-head .text-block h1 span {
	background: #1B1B1B;
	box-shadow: 15px 0 #1B1B1B;
}

.section-program-head:after {
	width: 50%;
	height: 100%;
	position: absolute;
	content: '';
	left: 50%;
	top: 0;
	background-size: cover;
	background-image: url(../images/titlepilots.jpg);
}

.custom-page-helicopter .section-program-head:after {
	background-image: url(../images/helicopter-txt.jpg);
}

.section-career {
	background: #1c1c1c;
	color: #fff;
	position: relative;
	padding: 0;
}

.section-career .width {
	position: relative;
	min-height: 770px;
	padding-top: 120px;
}

.section-career .width:before {
	content: '';
	position: absolute;
	width: 70%;
	height: 900px;
	right: 0px;
	bottom: 0;
	background: url(../images/careerpilot.png) no-repeat bottom center;
	background-size: contain;
}

.section-career .cntf {
	max-width: 530px;
	font-family: Roboto;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 31px;
	letter-spacing: 0em;
	text-align: left;
}

.col-3 {
	width: 25%;
}

.page-footer {
	background: #1c1c1c;
	padding-top: 160px;
	padding-bottom: 110px;
}

.page-footer .width {
	max-width: 1220px;
}

.page-footer .width .container {
	width: 100%;
}

.footer-main {
	position: relative;
	padding-bottom: 70px;
	margin-bottom: 25px;
}

.footer-main:after {
	content: '';
	width: calc(100% - 40px);
	height: 1px;
	background: #DBDBDB;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.footer-navi {}

.footer-navi-h {
	min-height: 23px;
	text-transform: uppercase;
	line-height: 22px;
	font-size: 22px;
	font-family: Reforma;
	margin-bottom: 14px;
	font-weight: normal;
}

.footer-navi ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.page-footer .address,
.footer-navi ul li {
	font-family: Roboto;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
	letter-spacing: 0px;
	text-align: left;
	text-transform: none;
}

.page-footer .phone {
	font-family: reforma;
	font-size: 42px;
	font-style: normal;
	font-weight: 500;
	line-height: 43px;
	letter-spacing: 0px;
	text-align: left;
	line-height: 35px;
}

.page-footer .address {}

.footer-bottom {}

.footer-bottom .width {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1220px;
}

.footer-bottom .copyright {
	width: 25%;
	text-transform: none;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0px;
	text-align: left;
}

.footer-bottom .footer-logo {
	width: 145px;
	height: 67.85px;
}

.footer-bottom .social-links {
	width: 25%;
	text-align: right;

}

.footer-bottom .social-links a {
	width: 44px;
	height: 44px;
	border-radius: 44px;
	background: #ffffff;
	text-align: center;
	line-height: 44px;
	display: inline-block;
	margin-left: 14px;
}

.footer-bottom .social-links a i {
	color: #1c1c1c;
	font-size: 22px;
}



@media (max-width:991px) {
	header.inner {
		background: none;
		position: absolute;
	}

	header.inner {}

	header:not(.inner) .header-row,
	header.inner {
		left: 0;
	}

	header .row {
		padding: 10px;
	}

	header .application-call {
		display: none;
	}

	html:not(.prog-page-prepared) header.inner {
		background: #1C1C1C;
	}

	.section-header {
		font-size: 40px;
		margin-bottom: 0.5em;
	}

	.section-program-head .text-block {
		padding-left: 0;
	}

	/*  .prog-page-prepared header.inner .logo{
    filter:invert(1);
  }*/
	header .container-fluid .row,
	header .container-fluid {
		padding: 0;
		width: 100%;
	}

	.index-banner {
	    position: relative;
		height: auto;
		padding-top: 25px;
		padding-bottom: 100px;
        min-height: 550px;
	}
	
	.mobile-buttons {
	    position: absolute;
	    left: 50%;
	    translate: -50% 0;
	    bottom: 25px;
	    z-index: 2;
	    width: 100%;
	}

	.index-banner-content {
		padding-top: 50px;
	}

	.index-banner .h0 {
		font-size: 50px;
		font-style: normal;
		font-weight: 500;
		line-height: 52px;
		letter-spacing: 0em;
		text-align: center;
	}

	.index-banner .text {
		font-size: 16px;
		margin-top: 20px;
	}

	.ig-feed ul {
		padding-top: 0;
	}

	.ig-feed ul li {
		height: auto !important;
		padding-top: 0;
		left: auto !important;
		bottom: 0 !important;
		right: 0 !important;
		top: 0 !important;
	}

	.ig-feed ul li a,
	.ig-feed ul li span {
		display: block;
		padding-top: 113%;
		position: relative;
	}

	.index-page .ig-feed .mob-t-slider-ph {
		margin-bottom: 0;
	}

	.index-page .ig-feed .mob-t-slider-ph .bx-controls:before {
		background: #fff;
		z-index: 0;
	}

	.index-page .ig-feed .mob-t-slider-ph .bx-pager {
		color: #fff;
	}

	.ig-feed .mob-t-slider-ph .bx-controls {
		width: calc(100% - 30px);
		left: 15px;
	}

	.ig-feed .mob-t-slider-ph .bx-prev {
		padding-right: 5px;
	}

	.ig-feed .mob-t-slider-ph .bx-next {
		padding-left: 5px;
	}

	.index-page .ig-feed .mob-t-slider-ph .bx-prev,
	.index-page .ig-feed .mob-t-slider-ph .bx-next {
		background: #1c1c1c;
	}

	.index-page .ig-feed .mob-t-slider-ph .bx-prev svg,
	.index-page .ig-feed .mob-t-slider-ph .bx-next svg {
		filter: invert(1);

	}

	.index-page .ig-feed .mob-t-slider-ph .bx-pager,
	.index-page .ig-feed .mob-t-slider-ph {
		background: #1c1c1c;
		z-index: 2;
	}

	.section-program-head .text-block {
		width: 100%;
		max-width: 100%;
		margin-bottom: 0;
	}

	.section-program-head .text-block h1 {
		width: 100%;
		max-width: 100%;
		font-size: 36px;
		line-height: 1;
	}

	.custom-page .h1,
	.custom-page h1,
	.h1 {
		font-size: 36px;
		line-height: 1;
	}


	.courses-section {
		background-color: #202020;
		padding-top: 40px;
	}

	.courses-section .h1 {
		color: #fff;
		text-align: left !important;
		font-size: 32px;
	}

	.course-thumb-hvr.previously-inverted:not(:hover) .h b,
	.course-thumb-hvr .course-thumb-description .h b {
		font-size: 26px;
		color: #fff;
	}

	.course-thumb-hvr .course-thumb-description .h b {
		margin-bottom: 6px;
	}

	.course-thumb-hvr.previously-inverted:not(:hover) .h,
	.course-thumb-hvr .course-thumb-description .h {
		font-size: 15px;
		color: #B7B7B7;
	}

	.course-thumb-hvr .course-thumb-description .h+p {
		min-height: 0;
	}

	.course-thumb-hvr .course-thumb-description .h~* {
		font-size: 13px;
		opacity: 1;
		line-height: 1.5;
	}

	.course-thumb-hvr .course-thumb-description .h~p strong {
		font-weight: normal;
	}

	.course-thumb-hvr .course-thumb-description {
		padding: 0px 15px 27px;
		border-bottom: 1px solid #464646;
		margin-bottom: 35px;
	}

	.courses-row:last-child .col-xs-12:last-child .course-thumb-hvr .course-thumb-description {
		padding-bottom: 0;
		border-bottom: 0;
		margin-bottom: 0;
	}

	.course-thumb-hvr .course-thumb-description,
	.course-thumb-hvr {
		height: auto;
	}

	.courses-section .courses-row .col-xs-12:before {
		display: none;
	}

	.course-thumb-hvr .course-thumb-description ul li {
		margin-bottom: 5px;
		padding-left: 20px;
	}

	.course-thumb-hvr .course-thumb-description ul li:before {
		width: 8px;
		height: 8px;
		border-radius: 8px;
		top: 5px;
	}

	.courses-section .courses-row .col-xs-12 {
		background: none !important;
	}

	.section-program-head-index.section-program-head:after {
		display: none;
	}

	.section-program-head.section-program-head-index .text-block h1 {
		max-width: 100%;
		font-size: 32px;
		line-height: 1.1;
		position: relative;
		padding-bottom: 65vw;
	}
	 

	/* .course-thumb-description .btn.btn-warning.btn-lg {
	    position: absolute;
	    right: 15px;
	    top: 0;
	    background: none !important;
	    width: 25px;
	    height: 25px;
	    border-radius: 0;
	    border: 0;
	    text-indent: -9999px;
	    text-align: left;
	    padding: 0 !important;
	}
	 */
	/* .course-thumb-description .btn.btn-warning.btn-lg:after {
	    content: '→';
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    transform: translate(-50%, -50%);
	    color: #fff;
	    text-indent: 0;
	    font-size: 24px;
	} */

    .course-thumb-description .btn.btn-warning.btn-lg {
        margin: 0 8px 8px 0;
    }

	.course-thumb-hvr .course-thumb-description ul {
		margin-bottom: 0;
	}



	.section-program-head.section-program-head-index .text-block h1:after {
		content: '';
		position: absolute;
		left: -15px;
		bottom: 0;
		height: 65vw;
		width: calc(100% + 30px);
		background: url(../images/titlepilots.jpg) no-repeat center;
		background-size: cover;
	}

	.section-program-head.section-program-head-index .text-block h1 span {
		max-width: 80%;
	}

	.section-program-head.section-program-head-index .width {
		padding-top: 24px;
		padding-bottom: 60px;
	}

	.section-program-head .width {
		padding-bottom: 30px;
		padding-top: 30px;
	}

	.benefits-list .icon-placeholder {
		width: 130px;
		height: 130px;
	}

	.benefits-list li {
		width: 150px;
	}

	.section {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.section-program-head.section-program-head-index .text-block h1 span {
		max-width: 80%;
		margin-bottom: 20px;
		display: block;
	}

	.prog-page-prepared body {
		padding-top: 0;
	}

	.custom-page .section-program-head:after {
		display: none;
	}

	.section-career .width {
		min-height: 0;
		padding-top: 0;
	}

	.section-career .cntf {
		position: relative;
	}


	.section-career .width:before {
		display: block;
		width: 100%;
		height: 300px;
		left: 0;
		margin: auto;
		position: relative;
		margin-bottom: -70px;
	}

	.application-form:before {
		display: none;
	}

	.applcation-form-side {
		width: auto;
		padding: 0;
		padding-top: 40px;
	}

	.application-form header {
		padding-left: 0;
		padding-right: 0;
	}

	.application-form .width header .h {
		font-size: 32px;
		line-height: 1;
	}


	.page-footer {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.footer-bottom .width {
		flex-wrap: wrap;
		align-items: center;
	}

	.footer-bottom .width .footer-logo {
		order: -1;
		flex-grow: 1;
	}

	.footer-bottom .width .copyright {
		order: 1;
		width: 100%;
		padding-left: 10px;
		margin-top: 10px;

	}

	.footer-bottom .social-links {
		width: auto;
	}

	.footer-main {
		position: relative;
		padding-bottom: 180px;
	}

	.footer-main {}

	.footer-main .row {
		overflow: auto;
		flex-wrap: nowrap;
		position: static;
	}

	.footer-main .col-3 {
		min-width: 170px;
		width: auto;
		padding: 0;
		margin-right: 60px;
	}

	.footer-main .col-3:last-child {
		position: absolute;
		bottom: 0;
		width: calc(100vw - 30px);
		margin-right: 0;
		left: 15px;
	}

}

.text-lead {
	position: relative;
	background: #1C1C1C;
	color: #fff;
	padding: 75px 0 80px;
	margin-bottom: 80px;
	box-shadow: 1000px 0 #1C1C1C, -1000px 0 #1C1C1C;
}


@media (max-width:1000px) {
	.text-lead {
		box-shadow: 100px 0 #1C1C1C, -100px 0 #1C1C1C;

	}

}

.text-lead h1 {
	margin-bottom: 30px;
}

.text-lead a {
	color: #fff;
}

.stats-list {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 50px;
	margin-bottom: 150px;
	flex-wrap: wrap;
}

.stats-list li {
	width: calc(25% - 15px);
}

.stats-unit {
	display: flex;
	padding-top: 28px;
	border-top: 2px solid #000;
	align-items: flex-start;
}

.stats-list li:not(:nth-child(4n)) {
	margin-right: 20px;
}

.stats-unit .number {
	font-size: 80px;
	text-transform: uppercase;
	font-family: reforma;
	margin-right: 30px;
	font-weight: normal;
	line-height: 0.8;
}

.stats-unit .def {
	font-size: 12px;
	line-height: 1.5;
}

.programm-features h2 {
	font-family: reforma;
	font-size: 50px;
	font-style: normal;
	font-weight: 500;
	line-height: 46px;
	letter-spacing: 0px;
	text-align: left;
	text-transform: none;
	border-bottom: 1px solid #979797;
	margin-bottom: 30px;
	text-transform: none;
	padding-bottom: 20px;
}

.programm-features {
	margin-bottom: 50px;
}

.programm-details {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	padding-left: 280px;
}

.programm-features {}

.programm-features li {
	width: 45%;
	margin-bottom: 15px;
}

.programm-features b {
	font-family: reforma;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 64px;
	letter-spacing: 0px;
	text-align: left;
	display: block;
	line-height: 1.2;
}

.programm-features small {
	font-family: Roboto;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0px;
	text-align: left;
	display: block;
}

.aircraft-details {
	display: flex;
	padding-left: 280px;
}

.aircraft-details figure,
.aircraft-details img.figure {
	margin-right: 50px;
}

.aircraft-details .text {
	font-size: 18px;
	line-height: 1.5;
	max-width: 280px;
}

.aircraft-details .text b {
	display: block;
	font-family: roboto;
	font-size: 18px;
	font-weight: bold;
}

.aircraft-details .text {}

.programm-price-block {
	background: #1c1c1c;
	color: #fff;
	position: relative;
	height: 720px;
	display: flex;
	align-items: center;
	margin-bottom: 120px;
	margin-top: 120px;
}

.programm-price-block:after {
	width: 50%;
	height: 100%;
	position: absolute;
	content: '';
	left: 50%;
	top: 0;
	background-size: cover;
	background-image: url(../images/titlepilots.jpg);
}

.programm-price-block.pr-sec:after {
	display: none;
}

.price-block--in {
	max-width: 1140px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
}

.programm-price-block.pr-sec .price-block--in {
	justify-content: center;
	padding-left: 10%;
}

.price-block--in .h {
	font-family: reforma;
	font-size: 70px;
	font-style: normal;
	font-weight: 500;
	line-height: 64px;
	letter-spacing: 0px;
	text-align: left;
	text-transform: uppercase;
}

.price-block--in>* {
	max-width: 400px;
}

.price-row {
	flex-direction: column;
	align-items: flex-start;
}

.price-itself {
	font-family: Oswald;
	font-size: 90px;
	font-style: normal;
	font-weight: 400;
	line-height: 0.85;
	letter-spacing: 0px;
	text-align: left;
	margin: 0px;
	margin-bottom: 20px;
}

.price-detail {}

@media (max-width:991px) {

	.programm-details,
	.aircraft-details {
		padding-left: 0;
	}

	.programm-price-block {
		min-height: 0;
		padding-top: 0;
	}

	.section-career .cntf {
		position: relative;
	}



	.programm-price-block {
		padding-top: 0;
		min-height: 0;
		height: auto;
		flex-direction: column-reverse;





	}

	.programm-price-block.pr-sec {
		flex-direction: column;
	}

	.programm-price-block:after {
		display: block;
		width: 100%;
		height: 365px;
		left: 0;
		margin: auto;
		position: relative;
		left: 0;
	}

	.price-block--in {
		padding: 20px 15px;
	}

	.programm-features li {
		width: 100%;
	}

	.aircraft-details {
		display: block;
	}

	.aircraft-details figure {
		margin-right: 0;
		margin-bottom: 20px;
		width: 100%;
	}

	.aircraft-details figure img {
		width: 100%;
	}

	.text-lead {
		margin-left: -15px;
		width: calc(100% + 30px);
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.price-block--in .h {
		font-size: 32px;
		line-height: 1;
	}

	.price-itself {
		font-size: 38px;
	}

	.programm-price-block {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.programm-features h2 {
		text-transform: uppercase;
		border-bottom: 0;
		padding-bottom: 0;
	}

	.stats-list {
		margin-bottom: 50px;
	}

	.stats-list li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.stats-list li:not(:nth-child(4n)) {
		margin-right: 0px;
	}

	.stats-unit {
		justify-content: space-between;
	}

	.stats-unit .def {
		width: 150px;
	}

	a,
	.separator-block a,
	.table-bordered a {
		word-break: break-word;
	}

}


[name="payment-goal"][readonly] {
	background: rgba(0, 0, 0, 0.025);
}

input[name=nospam].cos-field {
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
	max-width: 2px !important;
	max-height: 2px !important;
	opacity: 0.33;
}

@media (max-width: 420px) {
	.programm-price-block.pr-sec .price-block--in {
		padding-left: 15px;
	}
	
	.index-banner .h0 {
	    max-width: 350px;
	}
	
	#anniversary {
	    height: 96px;
	    overflow: hidden;
	}
}






/* 27.11.2025 */

body {
    overflow-x: clip;
    padding-top: 85px !important;
}

.text-lead:after {
    content: '';
    position: absolute;
    right: -50vw;
    top: 0;
    z-index: -1;
    width: 200vw;
    height: 100%;
    background: #1C1C1C;
}

.mob-phone {
    display: flex;
    align-items: center;
    gap: 5px;
}


@media (max-width: 991px) {
    .row {
        padding-top: 0 !important;
    }
}

.course-thumb-description .btn.btn-warning.btn-lg {
    margin: 0 8px 8px 0;
    
    display: inlin-block;
}


@media (max-width: 1300px) {
    .logo-placeholder .logo {
        margin-right: 0;
    }
    
    #cssmenu {
        padding-right: 0;
    }
    
    #cssmenu>ul>li {
        margin-right: 10px;
    }
    
    #cssmenu ul li a {
        padding: 5px;
        line-height: 1.3;
    }
    
    #cssmenu ul ul li a {
        width: 100%;
    }
    
    header .application-call {
        margin-left: 10px;
        min-width: 110px;
    }
}

@media (min-width: 992px) {
    .search-container-mobile {
        display: none !important;
    }    
}


@media (max-width: 991px) {
    #site-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: auto !important;
        min-height: 87px !important;
        padding-left: 12px;
    }
    
    .header-row {
        display: flex;
        justify-content: flex-start;
        min-height: 75px;
    }
    
    .search-container-mobile {
        display: flex !important;
        flex-wrap: wrap;
        padding: 20px 0 0 40px;
        gap: 12px;
        min-height: 35px;
        margin-bottom: -10px;
    }    
    
    .search-container-mobile button {
        min-height: 35px !important;
    }  
    
    a.logo-placeholder {
        display: flex;
        align-items: center;
        translate: 0 -2px;
        margin-right: 12px;
    }
    
    header .logo {
        width: 110px;
    }
    
    .mob-navi-call {
        top: 24px;
        width: 36px;
        height: 36px;
    }
}



