

html {
	
	font-size: 16px;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	color: #000;
	background-color: #fff;
	box-sizing: border-box;
	scroll-behavior: smooth;
}

* {
	line-height: 1.3 !important;
}

body {
	margin: 0;
/*	font-family: 'Commissioner', sans-serif;*/
	scroll-behavior: smooth;
	font-size: 25px;
	font-weight: 400;
	letter-spacing: -0.03em;
	color: #1D1E1B;
}
@media (min-width: 1200px) {
	body {
		font-size: 20px;
		max-width: 19200px;
		margin: 0 auto;

	}
}

@media (min-width: 1400px) {
	.container {
		max-width: 1200px;
	}
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

progress {
	vertical-align: baseline
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:active,
a:hover {
	outline-width: 0
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: inherit;
	font-weight: bolder
}

dfn {
	font-style: italic
}

mark {
	background-color: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

button,
input,
select,
textarea {
	font: inherit;
	margin: 0
}

.iq_points {
	width: 25%;
}

optgroup {
	font-weight: 700
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: .54;
	line-height: 1;
	padding-top: 5px;
}

:-moz-placeholder {
	color: inherit;
	opacity: .54;
	line-height: 1;
	padding-top: 5px;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

* {
	box-sizing: inherit
}

h1 {
	font-weight: 500;
	font-size: 40px;
	line-height: 48;
	letter-spacing: -0.03em;
	color: #FFFFFF;
}

.h1_sub {
	font-weight: 400;
	font-size: 25px;
	line-height: 38px;
	letter-spacing: -0.03em;
	color: #FFFFFF;
}

h2 {
	margin: 0 0 1em;
	font-weight: 700;
	font-size: 2rem;
	margin-bottom: 1em;
	/*	text-transform: uppercase;*/
}

@media screen and (min-width: 1023px) {
	h2 {
		font-size: 2.5rem;
		margin-bottom: 1rem;
	}
}

h3 {
	font-size: 1.6em;
}



a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #ff4527;
}

p {
	margin: 0 0 1em
}

p:last-child {
	margin: 0
}

img {
	display: block;
	max-width: 100%
}

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

:focus {
	outline: none !important;
}

.button {
	display: inline-block;
	box-sizing: border-box;
	margin: 0;
	padding: 0 70px;
	height: 60px;
	border: none;
	background: #ff4527;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	line-height: 58px !important;
	cursor: pointer;
	outline: none !important;
}

.button:hover {
	background: #F44336;
	color: #fff;
}

.button:active {
	background: #000;
}

@media screen and (max-width: 576px) {
	.button {
		width: 100%;
		font-weight: 700;

	}
}

picture {
	display: block
}

.hidden {
	display: none
}






.lh-1-3 {
	line-height: 1.3
}

.lh-1-5 {
	line-height: 1.5
}

.text-colored {
	color: #ff4527;
}

.text-upper {
	text-transform: uppercase;
}

.bg-grey {
	background: #F6F6F6;
}

.color-w {
	color: #fff;
}

.text-red-bg {
	color: #ffffff;
	background-color: #971212;
	padding: 0 5px;
	margin: 0 -5px;
}

.text-grey-bg {
	color: #ffffff;
	background-color: #BDB4B4;
	padding: 0 10px;
	/*    margin: 0 -5px;*/
}

.bg-black {
	background: #000000;
	color: #ffffff;
}

.phone-number {
	color: #fff;
	position: relative;
	font-weight: 700;
}

.phone-number-bottom {
	font-size: 24px;
	font-weight: 700;
}

.phone-number-color {
	color: #000;
	margin-left: 33px;
}

.phone-number,
.phone-number-color {
	font-size: 21px;
}

.phone-number:before {
	/*.phone-number-bottom:before {*/
	content: "";
	background-image: url(../images/icons/XMLID_166_.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	left: -45px;
	top: -2px;
	position: absolute;
}

.phone-number-color:before {
	background-image: url(../images/phone.svg);
	top: -1px;
}

/*
.phone-number-bottom:before {
	left: 14px;
	top: -1px;
}
*/

.phone-number_wrapper {
	line-height: normal;
}

.page-wrapper {
	overflow: hidden;
}

@media screen and (max-width:860px) {
	::-webkit-input-placeholder {
		padding-top: 5px;
	}

	:-moz-placeholder {
		padding-top: 5px;
	}
}

@media screen and (max-width:480px) {
	.ul-center {
		width: 100%;
	}
}

@media screen and (max-width:321px) {
	.phone-number {
		font-size: 13px;
		/*        position: absolute;*/
		right: 26px;
		bottom: 2px;
	}

	.phone-number:before {
		left: -11px;
	}

	/*
	.phone-number-bottom {
		right: 0;
		bottom: 15px;
		position: relative;
	}

	.phone-number-bottom:before {
		left: 17px;
		top: -3px;
	}
*/
}
.nav-link {
	text-transform: uppercase;
	letter-spacing: 1px;
}

.button-header {
	width: 100%;
	height: 81px;
	margin-bottom: 25px;
	/*    font-size: 18px;*/
	color: #fff;
	background-color: #ff4527;
	padding: 10px 50px;
	/*letter-spacing: 1px;*/
	/*  border-radius: 5px;*/
}

.button-header:hover {
	color: #f4f4f4;
	background-color: #F44336;
	text-decoration: none;
}

.button-middle {
	padding: 15px 50px;
	width: max-content;
	height: auto;
	display: block;
	margin: 0 auto;
}


.form {
	padding: 25px 40px;
	background-color: #efefef;
}

label {
	margin-bottom: 0;
}

.form button {
	width: 100%;
	height: 81px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #fff;
	background-color: #ff4527;
	padding: 0;
}

.form button:hover {
	color: #f4f4f4;
	background-color: #F44336;
}

.form__field {
	margin: 0 0 20px;
	padding: 0;
	border: none
}

.form__field input {
	width: 100%;
	height: 61px;
	padding: 0 10px;
	border: 2px solid #000;
	color: #000;
	background-color: #fff;
	outline: none
}

.form__field--checkbox {
	position: relative;
	font-size: 0;
	height: 32px
}

.form__field--checkbox label {
	position: absolute;
	left: 0;
	top: 50%;
	display: inline-block;
	vertical-align: middle;
	padding-left: 43px;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.form__field--checkbox span {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	border: 2px solid #000;
	background-color: #fff
}

.form__field--checkbox span img {
	position: absolute;
	top: 50%;
	left: 50%;
	display: none;
	margin-top: -7px;
	margin-left: -9px
}

.form__checkbox {
	display: none
}

.form__checkbox:checked + label span img {
	display: block
}

.form a {
	color: #da215a
}

.form input,
.form select,
.form textarea {
	height: 45px;
	border: 1px solid #D6D6D6;
	padding: 0 10px;
	background-color: #ffffff;
}

.selectric {
	height: 55px;
	border: 1px solid #D6D6D6;
	font-size: 14px;
	padding: 0 10px;
	background-color: none;

}

.selectric .label {
	margin: 0;
	font-size: inherit;
	line-height: 45px;
	opacity: .54;
	color: #000;
}

/*
.selectric .label.active {
    opacity: 1;
}
*/

.selectric .button {
	background: #fff;
	padding: 0;
	height: 5px;
	width: 5px;
	top: 47%;
	right: 20px;
}

.selectric .button:after {
	content: '\f0dd';
	font-family: "Font Awesome 5 Free";

}

.form button {
	height: 60px;
	position: relative;
	vertical-align: middle;
	border: 0;
	box-sizing: border-box;
}

.selectric .label {
	height: 55px;
	color: rgba(29, 30, 27, 0.5);
	opacity: 1;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: start;
	align-items: center;
}

/*
.form button::before,
.form button::after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}
*/

@media screen and (max-width:860px) {
	.form {
		width: 100%;
		padding: 30px 20px
	}
}

@media screen and (max-width:480px) {

	.form__field input {
		height: 51px
	}

	.form__field--checkbox label span {
		-webkit-transform: translateY(-3px);
		transform: translateY(-3px)
	}
}

.header {
	position: relative;
	height: auto;
	/*		min-height: 700px;*/
	/*	color: #fff;*/
	/*
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
*/
	/*	padding-bottom: 2rem;*/
}

.header__top {
	z-index: 101;
	position: relative;
	padding-top: 50px;
	padding-bottom: 70px;
}

.hero {
	background-size: cover;
	z-index: 3;
	position: relative;
	color: #fff;
}

.image_bg {
	position: relative;
	z-index: 1;
}

.h1small {
	font-size: 2rem;
}

.sub_h1_info {
	font-size: 1.6rem;
	font-weight: 100;
	line-height: 1.2;
}

.dateDate,
.dateTime,
.sity_sity {
	font-size: 1.6em;
}

.organaise_grey_block {
	width: calc(50% - .5em);
	background: #F6F6F6;
	padding: 2em;
	margin-bottom: 1em;
	/*
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
*/
	/*    justify-content: center;*/
}

.organaise_grey_block p {
	width: fit-content;
}

@media screen and (max-width:480px) {

	.header {
		position: relative;
		min-height: 700px;
	}

	.hero__address span {
		color: #bcbcbc;
	}
}

.hero .form {
	color: #000;
}

/*Slider*/

.owl-carousel,
.owl-carousel.owl-loaded {
	/*	border: 10px solid #ffffff;*/
}

.owl-dots {
	display: flex;
	justify-content: center;
	/*    margin-top: 15px;*/
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	width: fit-content;
	padding: 7px 0 7px 7px;
	background: #ffffff;
	margin: 15px auto 0;
	position: absolute;
	left: calc(50% - 70px);
	bottom: -9.2%;
}

.owl-carousel button.owl-dot {
	width: 11px !important;
	height: 11px !important;
	border-radius: 10px;
	/*  background: rgba(255, 255, 255, 0);*/
	/*    background-color: #ff4527 !important;*/
	background-color: inherit !important;
	border: 1px solid #C4C4C4;
	/*	opacity: .4;*/
	margin-right: 8px;
	display: block !important;
	/*    margin-top: 7px;*/

}

.owl-carousel button.owl-dot.active {
	opacity: 1;
	border: none;
	background-color: #ff4527 !important;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
	position: absolute;
	top: 46%;
	width: 40px;
	height: 40px;
	content: '';
	/*	transform: rotate(45deg);*/
	/*	transition: border-color .3s;*/
}

.owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-next span {
	content: '';
	display: none;
}

.owl-carousel .owl-nav .owl-prev {
	left: 20px;
	background: url(../images/icons/left_arrow_slider.svg) !important;
	/*	border-left: 5px solid #000 !important;*/
	/*	border-bottom: 5px solid #000 !important;*/
}

.owl-carousel .owl-nav .owl-next {
	right: 20px;
	background: url(../images/icons/right_arrow_slider.svg) !important;
	/*	border-right: 5px solid #000 !important;*/
	/*	border-top: 5px solid #000 !important;*/
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
	/*	border-color: #be1e2d !important;*/
	opacity: .8;
}

.slider-link {
	position: absolute;
	left: 51%;
	bottom: 6.1%;

}

.slider-link a {
	color: #B02926;
}

.slider-link a:hover {
	color: #a53f3d;
}







/*VIDEO*/

header .video,
header .poster {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	z-index: 2;
}

header .poster {
	background-image: url('../images/bg/header_bg.jpg');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

header .poster {
	z-index: 1;
}

#video-background {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

header .background {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .2);
}

header .page_header__inner1 {
	z-index: 3;
	position: relative;
}

header .page_header__inner2 {
	z-index: 3;
}

/*
.header-slider_item01 {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url('../images/hslider/slide_01.jpg');
}
.header-slider_item02 {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url('../images/hslider/slide_01.jpg');
}
.header-slider_item03 {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url('../images/hslider/slide_01.jpg');
}

#header-slider.owl-carousel {
	height: 100%;
}
*/


/*VIDEO*/

@media screen and (max-width: 640px) {
	header .video {
		display: none;
	}

	header .poster {
		display: block;
		/*		background-image: url('../images//bg/Group_416.jpg');*/
		/*        background-size: 180%;*/
		background-size: cover;
		background-position: center;
	}
}


/***************NEW FORM STYLE******************/

.form_register__top .field_wrapper {
	margin: 9px 0 20px;
}

.form_register {
	/*	padding: 35px 24px;*/
	font-weight: normal;
	font-size: 16px;
	/*    height: 550px;*/
	/*
    position: absolute;
    right: 0;
    bottom: -275px;
    width: 400px;
*/
}

.form_register .field_wrapper {
	margin: 9px 0 0;
}

.form_register .field_wrapper:first-child {
	margin: 0;
}

.form_register .field,
.form_register__top .field {
	display: block;
	width: 100%;
}

.ask_questions_wrapper {
	text-align: left;
}

.form_register .ask_questions_wrapper {
	margin-top: 18px;
	line-height: 1.28571;
}

.form_register .ask_questions_wrapper label {
	display: inline-block;
}

.form_register .ask_questions_wrapper .checkbox_wrapper {
	float: left;
}

.form_register__top .ask_questions_wrapper {
	/*
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
*/
}

.form_register__top .ask_questions_wrapper .checkbox_label {
	text-align: left;
}

.form_register .submit_wrapper {
	margin-top: 19px;
}

.form_register .submit_wrapper button {
	width: 100%;
}

.form_register .guarantee_wrapper {
	margin-top: 0;
	text-align: center;
	font-size: 10px;
}

.form_register .guarantee_wrapper a {
	color: #be1e2d;
	text-decoration: none;
}

/*
@media screen and (max-width: 1199.98px) {
    .form_register {
        position: relative;
        bottom: 0;
        margin: 0 auto;
        width: 100%;
    }
}
*/

@media (min-width: 1180px) {
	.form_register {
		/*		padding: 37px;*/
	}
}

.wrapper_all-field,
.middle-colunm__form {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-flow: column nowrap;
}

.wrapper_all-field .left-colunm__form,
.wrapper_all-field .right-colunm__form {
	width: 100%;
}

.middle-colunm__form .left-colunm__form,
.middle-colunm__form .right-colunm__form {
	width: 47%;
}


/* -----------------------------------------------------------------------------
    2.3. Checkbox
----------------------------------------------------------------------------- */

.checkbox_wrapper {
	position: relative;
	display: inline-block;
	margin: 10px 20px 10px 0;
}

.checkbox_wrapper input[type="checkbox"],
.checkbox_wrapper input[type="radio"] {
	position: absolute;
	z-index: 1;
	visibility: hidden;
	clip: rect(0, 0, 0, 0);
	opacity: 0;
}

.checkbox_wrapper .checkbox_view {
	position: relative;
	display: inline-block;
	box-sizing: box;
	/*  margin-right: 14px;*/
	width: 34px;
	height: 34px;
	border: 1px solid #000;
	background: #fff;
	vertical-align: middle;
	cursor: pointer;
}

.checkbox_wrapper .checkbox_view:before {
	position: absolute;
	top: 9px;
	left: 7px;
	width: 18px;
	height: 14px;
	background: url(../images/check_mark.svg) 0 0/100% no-repeat;
	content: '';
	opacity: 0;
	transition: opacity .2s;
}

.checkbox_wrapper input[type="checkbox"]:checked + .checkbox_view:before {
	opacity: 1;
}

.checkbox_wrapper input[type="radio"]:checked + .checkbox_view:before {
	opacity: 1;
}

.checkbox_label {
	vertical-align: middle;
	cursor: pointer;
	margin-bottom: 10px;
}

.form_register__top .checkbox_label {
	font-size: 16px;
}

.form_register__top .checkbox_wrapper .checkbox_view {
	width: 35px;
	height: 35px;
	margin-right: 0;
}

.form_register__top .checkbox_wrapper .checkbox_view:before {
	position: absolute;
	top: 9px;
	left: 9px;
}

.lang-prog__title {
	font-size: 38px;
	line-height: 1.3;
	color: #fff;
	padding: 40px 0;
}

@media screen and (max-width: 860px) {
	.lang-prog__title {
		margin-top: 30px;
	}
}

@media screen and (max-width: 480px) {
	.mob-button {
		position: relative;
		padding: 0;
		top: 33px;
		width: 80%;
		margin: 0 auto;
		margin-bottom: 50px;
	}

	.mob-button button {
		margin-bottom: 0;
	}
}

.footer {
	/*  margin-top: 50px;*/
	/*  background-color: rgb(229, 227, 223);*/
	background-color: #000;
}

.footer__top {
	/*
    padding: 45px 0;
    font-size: 30px;
    line-height: 1.3;
    color: #fff;
    
*/
	background-color: #ffffff;
}

.footer__top strong {
	font-weight: 700
}

.footer_info {
	/*  background-color: rgb(229, 227, 223);*/
	color: rgb(229, 227, 223);
}

.footer__middle {
	height: 560px;
	background: url(../images/map.jpg) no-repeat 50% 50%;
	background-size: cover
}

.footer__bottom {
	padding: 40px 0;
	font-size: 14px;
	color: #030303;
	background-color: rgb(229, 227, 223);
}

.footer__info {
	position: absolute;
	left: 33px;
	top: 55px;
	max-width: 340px;
	padding: 30px 15px;
	font-size: 0;
	text-align: center;
	color: #000;
	background-color: #fff;
	box-shadow: 0 15px 20px rgba(0, 0, 0, .2)
}

.footer__info:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -24px;
	border: solid transparent;
	border-color: hsla(0, 0%, 100%, 0);
	border-top-color: #fff;
	border-width: 24px;
	pointer-events: none
}

.footer__title {
	margin-bottom: 30px;
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.4
}


.footer__address {
	/*    margin-bottom: 15px;*/
	font-size: 18px;
	line-height: 1.38;
}

.footer__address span {
	border-bottom: 1px dashed #0d2b50
}

.footer__free {
	margin: 25px 0;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase
}

.footer__free span {
	color: #da215a
}

.footer__phone {
	display: inline-block;
	font-size: 0;
	font-weight: 500
}

.footer__phone span {
	display: inline-block;
	vertical-align: middle
}

.footer__phone span:last-child {
	margin-top: 7px;
	font-size: 21px
}

.footer__icon {
	float: left;
	margin-right: 7px;
	color: #da215a
}

#map2 {
	height: 550px;
	width: 100%;

}

.gmnoprint,
gm-control-active {
	display: none;
}

/*
footer .container {
        margin-right: 0;
    }
*/

@media screen and (max-width:1173px) {
	.footer__middle {
		background-position: 45% 50%
	}
}

.large_numbers div {
	padding-right: 20px;
}

@media screen and (max-width:991px) {

	.order_2 {
		order: 2;
	}



	.order_1 {
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.h2like {
		font-size: 95px;
		margin-bottom: 0px;
		margin-right: 15px;
		justify-content: start;
		line-height: 0.8;
		color: #ff4527;
		min-width: 60px;
		text-align: center;
	}


	#organisator {
		padding-bottom: 3rem !important;
		padding-top: 3rem !important;
	}

	.footer__middle {
		background-position: 38% 50%
	}

	footer .container {
		width: 100%;
		max-width: none;

	}

	#map2 {
		width: auto;
	}

	.gmnoprint,
	gm-control-active {
		display: inherit;
	}

	.snoska {
		margin-bottom: 3rem !important;
	}
}

@media screen and (max-width:860px) {
	.footer__top {
		padding: 25px 0;
		font-size: 22px
	}

	.footer__top p {
		max-width: 100%;
		text-align: center
	}

	.footer__middle {
		margin-top: 478px;
		background-position: 20% 50%
	}

	.footer__info {
		left: 50%;
		margin-left: -155px
	}

	.footer__bottom {
		text-align: center
	}

	.footer__phone {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-weight: 500
	}

	.footer__phone span,
	.footer__phone span:last-child {
		margin-top: 0
	}
}

@media screen and (max-width:580px) {
	.footer__middle {
		background-position: 25% 50%
	}

	#organisator .new_about_iq {
		width: 100%;
	}

	#organisator .naiq2,
	#organisator .naiq3,
	#organisator .naiq4 {
		padding-top: 20px;
	}
}

@media screen and (max-width:480px) {
	.footer__title {
		margin-bottom: 20px
	}

	.footer__middle {
		margin-top: 0px
	}

	.footer__info {
		max-width: 280px;
		margin-left: -140px;
		padding: 30px 10px
	}

	.footer__address {
		font-size: 16px
	}

	.footer__address span {
		font-size: 14px
	}

	.footer__phone span:last-child {
		font-size: 18px
	}
}

/****************/

/**** #mobile-menu ***/

/****************/

header .header__top .menu {
	display: none;
}

#mobile-menu {
	display: none;
	position: absolute;
	width: 100%;
	max-height: 100%;
	background-color: rgba(0, 0, 0, .99);
	padding: 25px;
	z-index: 999;
}

#mobile-menu ul {
	list-style-type: none;
	margin: 10px 0px 30px 5px;
}

#mobile-menu a {
	color: white;
	font-size: 24px;
}

#mobile-menu a::before {
	content: "— ";
}

#mobile-menu.active {
	display: block;
}

#mobile-menu .menu {
	margin: 35px 0px 0px 5px;
}

#mobile-menu .menu img {
	width: 34px;
	height: 34px;
	margin-top: 5px;
}

#mobile-menu .menu {
	margin: -6px 0 0 -0px;
}

/*
#mobile-menu {
    padding-left: 15px;
}
*/

@media screen and (max-width: 800px) {
	header .header__top .menu {
		display: block;
		cursor: pointer;
	}

	header div.menu img {
		width: 30px;
	}
}


.guest_data .photo img {
	border-radius: 50%;
}

.guest_data .title {
	color: #bcbcbc;
	font-weight: 300;
	font-size: 18px;
}




.header_date {
	background-color: rgba(0, 0, 0, 0);
	color: #fff;
	/*    font-weight: bold;*/
	/*    font-size: 30px;*/
	line-height: 1;
}

@media screen and (max-width: 430px) {

	.form_register {
		/*        height: 500px;*/
	}

	.form_register .guarantee_wrapper {
		font-size: 8px;
	}
}




.header_select .selectric-wrapper {
	width: 280px;
	/*    margin: 0 auto;*/
}

.header_select .selectric {
	/*    background: rgba(255, 255, 255, .4);*/
	background: none;
	border: none;
	font-size: inherit;
	position: relative;
	padding: 0;
}

.header_select .selectric .label {
	color: #fff;
	opacity: 1;
	font-size: 1.6em;
	font-weight: bold;
}

.header_select .selectric .button {
	display: none;
}

.header_select .selectric-wrapper:before {
	position: absolute;
	top: 28%;
	right: 6px;
	content: '';
	width: 15px;
	height: 15px;
	border: 3px solid #fff;
	border-bottom: none;
	border-left: none;
	border-radius: 0;
	transition: border-color .3s;
	transform: rotate(135deg);
}

nav {
	display: none;
	color: #fff;
}

nav.fixed {
	display: block;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .99);
	z-index: 29;
	border-bottom: 2px solid rgba(0, 0, 0, .1);
	padding: 8px 0px 7px;
	transition: .3s;
}

nav.fixed a.nav_link {
	color: #fff;
	font-size: 1rem;
	text-transform: uppercase;

}

nav.fixed a.nav_link:hover {
	color: #be1e2d;
}

nav.fixed .button-text {
	font-size: 0.9rem;
	padding: 0 1rem;
	margin: 0;
	height: auto;
	line-height: 2.2rem;
}

nav.fixed .mobile-phone {
	content: '';
	position: relative;
	width: 43px;
	height: 43px;
}

nav.fixed .mobile-phone:before {
	position: relative;
	top: 11px;
	font-weight: 900;
	font-family: "Font Awesome 5 Pro";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-size: 1.2rem;
	content: '\f879';

}

nav.fixed .logo-wrapper {
	width: 150px;
}

nav.fixed a.mobile-menu-button {
	display: flex;
	position: relative;
	cursor: pointer;
}

nav.fixed a.mobile-menu-button span.burger {
	width: 43px;
	padding: 15px 10px;
}

nav.fixed a.mobile-menu-button span.burger::before,
nav.fixed a.mobile-menu-button span.burger span,
nav.fixed a.mobile-menu-button span.burger::after {
	display: block;
	height: 2px;
	background: #fff;
	transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}

nav.fixed a.mobile-menu-button span.burger::before,
nav.fixed a.mobile-menu-button span.burger::after {
	content: '';
	-webkit-transform-origin: 20px;
	transform-origin: 20px;
}

nav.fixed a.mobile-menu-button span.burger span {
	margin: 4px 0;
}

nav.fixed a.mobile-menu-button.active span.burger span {
	opacity: 0;
}

nav.fixed a.mobile-menu-button.active span.burger::before,
nav.fixed a.mobile-menu-button.active span.burger::after {
	background: #be1e2d;
}

nav.fixed a.mobile-menu-button.active span.burger::before {
	transform: rotate(-45deg);
}

nav.fixed a.mobile-menu-button.active span.burger::after {
	transform: rotate(45deg);
}

/****************/

/**** #mobile-menu ***/

/****************/

#mobile-menu {
	height: 0;
	opacity: 0;

	position: fixed;
	width: 100%;
	max-height: 100%;
	background-color: rgba(0, 0, 0, .99);
	padding: 24px 1rem 1rem;
	z-index: -99;
	top: 3rem;
	transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}

#mobile-menu ul {
	list-style-type: none;
	margin: 10px 0px 30px 5px;
}

#mobile-menu ul li {
	margin: 0 0 1rem;
}

#mobile-menu a {
	color: #fff;
	font-size: 1.2rem;
}

#mobile-menu a::before {
	content: "— ";
}

#mobile-menu a.button::before {
	content: "";
}

#mobile-menu a.button-text {
	font-size: 0.8rem;
	position: absolute;
	left: 0;
	right: 0;
}

#mobile-menu.active {
	height: auto;
	opacity: 1;
	transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
	z-index: 99;
}

#mobile-menu .menu {
	margin: 35px 0px 0px 5px;
	text-align: right;
}

#mobile-menu .menu img {
	width: 34px;
	height: 34px;
	margin-top: 5px;
}

#mobile-menu .menu {
	margin: -6px 0 0 -0px;
}

#mobile-menu {
	padding-left: 15px;
}

@media screen and (max-width: 320px) {
	nav.fixed .logo-wrapper {
		width: 100px;
	}

}



@media screen and (max-width:768px) {

	.header {
		position: relative;
		/*		color: #fff;*/
		/*		height: 100vh;*/
		display: flex;
		flex-direction: column;
		justify-content: space-around;
	}

	.hero {
		background-size: cover;
		z-index: 3;
		position: relative;
		/*		height: 55vh;*/
	}

	

}

.flag_slider {
	width: 33px;
}

#univer-slider-mobile .flag_slider {
	width: 22px;
	top: 0px;
	position: relative;
}

.text-slider-wraap {
	padding-left: 10px;
}

.new_popup .ms-choice > span {
	line-height: 2 !important;
}

.new_popup .ms-choice > span.placeholder {
	color: #000;
	opacity: 1;
	background: #ececec;
}

.new_popup input[type=text].select_birth_date {
	height: 40px !important;
}

.owl-stage {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.steps_wrapper {
	border-radius: 0px 60px 0px 0px;
	background: #F6F6F6;
	/*		width: 80%;*/
	padding: 1.5rem;
	margin-right: 1rem;
	color: #000;
	height: 100%;
}

.steps_wrapper .title {
	color: #00B0A6;
}

.title_desc {
	position: relative;
	display: block;
	background: #DADADA;
	width: 60px;
	height: 60px;
	text-align: center;
	font-size: 24px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.owl-item.active .steps_wrapper {
	background: #F6F6F6;
	color: #000;
}

.owl-item.active.center .steps_wrapper {
	background: #00B1A7;
	color: #fff;
}

.owl-item.active.center .steps_wrapper .title {
	color: #fff;
}

@media screen and (min-width: 1025px) {
	.section_08 .bg_image {
		position: absolute;
		bottom: 27%;
		height: 114px;
	}
}

@media screen and (max-width: 1024px) {
	.section_08 .bg_image {
		position: absolute;
		bottom: 28%;
		/*	height: 114px;*/
	}
}

.scroll-block {
	overflow-x: scroll;
	flex-flow: row nowrap;
	padding-bottom: 15px;
}

.scroll-block::-webkit-scrollbar-track {
	border-radius: 2px;
	background: #D9D9D9;
	margin: 0.75rem;
}

.scroll-block::-webkit-scrollbar {
	height: 4px;
}

.scroll-block::-webkit-scrollbar-thumb {
	border-radius: 2px;
	background: #ff4527;
}

.scroll-block:hover::-webkit-scrollbar-thumb {
	background: #ff4527;
}




@media screen and (min-width: 1025px) {
	.header {
		min-height: 700px;
	}

	.section_03 {
		background: #EBEBEB;
		border-radius: 0 0 60px 0;
	}

	.title_desc_arrow {
		position: relative;
	}

	
}


/*#############_NEW_STYLE_################*/


.red_big_numbers {
	font-weight: 600;
	color: #FF4527;
	font-size: 3em;
	margin-right: .5em;

}

.red_big_numbers_wrap {
	margin-bottom: 53px;
}

.red_big_numbers_text {
	font-weight: 500;
}

.h2_underline {
	font-weight: 600;
	border-bottom: 1px solid #D6D6D6;
	padding-bottom: 1em;
	font-size: 1.25em;
	margin-bottom: 2em;
}

.bg-grey_block {
	background: #F6F6F6;
	padding: 5.65em 0;
}

.sub_title {
	font-size: 1.25em;
	font-weight: 600;
	margin-bottom: 1rem;
}

.sub_title_big {
	font-size: 1.5em;
	font-weight: 600;
	margin-bottom: 1em;
}

.mb-1_5em {
	margin-bottom: 1.5em;
}

.mb-2em {
	margin-bottom: 2em;
}

.mb-3em {
	margin-bottom: 3em;
}

.mt-6em {
	margin-top: 6em;
}

.mb-05em {
	margin-bottom: .5em;
}

.mr-3em {
	margin-right: 3em;
}

.mt-5em {
	margin-top: 5em;
}

.ml-5em {
	margin-left: 5em;
}

/*
.pt #footer .container > div {
	padding: 5em 2.5em;
}
*/

.text_underline {
	padding-bottom: .25em;
	border-bottom: 1px solid #ffffff;
}

.red_popup_open_block {
	height: 100px;
}

.col-6p {
	width: 51%;
}

.top_red_line {
	position: relative;
	padding-top: 1em;
}

.top_red_line:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 3px;
	width: 150px;
	background: #FF4527;
}

.advantages_box {
	display: flex;
	align-items: flex-end;
	padding: 1em;
	width: 100%;
	max-width: 360px;
	height: 390px;
	color: #fff;
}


.header_menu a {
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	text-align: right;
	letter-spacing: -0.02em;
	text-transform: lowercase;
	position: relative;
}

.header_menu a:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 3px;
	bottom: -10px;
	left: 0;
	background: #1D1E1B;
	transform: translate(0%, -120%);
	opacity: 0;
	transition-property: all;
	transition-duration: 1s;
	transition-delay: .1s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.header_menu a:hover::before {
	opacity: 1;
	transform: translate(0%, 0%);
}


#header-slider .owl-dots,
#header-slider-m .owl-dots {
	width: 100%;
	left: 0;
	margin: 0;
	bottom: 0;
	padding: 0;
}

#header-slider.owl-carousel button.owl-dot,
#header-slider-m.owl-carousel button.owl-dot {
	width: 33% !important;
	height: 6px !important;
	margin: 0;
	border-radius: 0;

}

#univer-slider.owl-carousel .owl-nav {
	position: absolute;
	bottom: -5%;
	right: 5%;
}

#univer-slider.owl-carousel .owl-nav .owl-prev,
#univer-slider.owl-carousel .owl-nav .owl-next {
	width: 35px;
	height: 35px;
}


#univer-slider.owl-carousel .owl-nav .owl-prev {
	background: url(../images/icons/slider/prev.svg) !important;
	left: -35px;
}

#univer-slider.owl-carousel .owl-nav .owl-prev:hover {
	background: url(../images/icons/slider/prev_active.svg) !important;
}

#univer-slider.owl-carousel .owl-nav .owl-next {
	background: url(../images/icons/slider/next.svg) !important;
	right: -45px;
}

#univer-slider.owl-carousel .owl-nav .owl-next:hover {
	background: url(../images/icons/slider/next_active.svg) !important;
}

.popup_blur {
	display: none;
	opacity: 0;
	visibility: 0;
}

.popup_blur.active {
	display: block;
	opacity: 1;
	visibility: 1;
	z-index: 50;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(14, 14, 14, 0.8);
	/*	border: 1px solid rgba(0, 0, 0, 0.03);*/
	backdrop-filter: blur(7px);
	width: 100vw;
	height: 100vh;
}

.popup_under_red {

	display: block;
	height: 0;
	opacity: 0;
	visibility: 0;
	transform: scale(0);
	transition-property: all;
	transition-duration: 0s;
	transition-delay: 0s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.popup_under_red.active {

	display: block;
	opacity: 1;
	visibility: 1;

	margin: 0 auto;
	position: fixed;
	top: calc(50% - 354px);
	left: 0;
	right: 0;
	/*	outline: 999px solid rgba(0, 0, 0, .8);*/
	width: 1170px;
	max-width: 100%;
	background: #fff;
	padding: 3.5em;
	z-index: 60;
	transform: scale(1);
	height: auto;
	transition-property: all;
	transition-duration: .5s;
	transition-delay: 0.1s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}


.form_new_sh .form {
	padding: 0;
	background: none;
}

.form_register .field,
.form_register__top .field {
	background: none;
}

.form input,
.form select,
.form textarea {
	border: 1px solid #D6D6D6;
	height: 55px;
	/*	max-width: 450px;*/
	/*	margin-bottom: 20px;*/
	font-size: 14px;
}

#whatYear {
	color: rgba(29, 30, 27, 0.5);
}

.submit_wrapper button {
	width: 250px;
	display: block;
	margin: 0 auto;
}

.footer_photo {
	width: 98px;
	border-radius: 50%;
}

.left_fadein {
	transform: translate(-120%, 0%);
	opacity: 0;
	/*	transition: all 0.8s ease 0s;*/
	transition-property: all;
	transition-duration: 1s;
	transition-delay: .1s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);

}

@-webkit-keyframes scrollleft {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	100% {
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0)
	}
}

@-moz-keyframes scrollleft {
	0% {
		-moz-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	100% {
		-moz-transform: translate(-50%, 0);
		transform: translate(-50%, 0)
	}
}

@keyframes scrollleft {
	0% {
		transform: translate(0, 0);
	}

	100% {
		transform: translate(-50%, 0)
	}
}

.marquee {
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.marquee span {
	display: inline-block;
	padding-left: 100%;
	-webkit-animation: scroll 5s infinite linear;
	-moz-animation: scroll 5s infinite linear;
	animation: scroll 5s infinite linear;
}

.left_fadein_loop > div {
	/*	padding-left: 100%;*/
	width: 200%;
	-webkit-animation: scrollleft 15s infinite linear;
	-moz-animation: scrollleft 15s infinite linear;
	animation: scrollleft 15s infinite linear;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

}

.left_fadein_loop > div > div {
	width: 100%;
}

.left_fadein._active {
	transform: translate(0px, 0px);
	opacity: 1;
}

.right_fadein {
	transform: translate(120%, 0%);
	opacity: 0;
	transition-property: all;
	transition-duration: 1s;
	transition-delay: .1s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.right_fadein._active {
	transform: translate(0px, 0px);
	opacity: 1;
}

.top_fadein {
	transform: translate(0%, -120%);
	opacity: 0;
	transition-property: all;
	transition-duration: 1s;
	transition-delay: .1s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.top_fadein._active {
	transform: translate(0px, 0px);
	opacity: 1;
}

.bot_fadein {
	transform: translate(0%, 120%);
	opacity: 0;
	transition-property: all;
	transition-duration: 1s;
	transition-delay: .1s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.bot_fadein._active {
	transform: translate(0px, 0px);
	opacity: 1;
}

.fadein_back {
	transform: scale(0);
	opacity: 0;
}

.fadein_back._active {
	transform: scale(1);
	opacity: 1;
	transition-property: all;
	transition-duration: .3s;
	transition-delay: 0;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#post_form {
	/*	display: none;*/
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background: rgba(246, 246, 246, 0.83);
	backdrop-filter: blur(7.5px);
	/*	padding: 30px 30px;*/
	transform: translate(120%, 0%);
	/*	visibility: hidden;*/
	opacity: 0;
	transition-property: all;
	transition-duration: 1s;
	transition-delay: .1s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#post_form.active {
	display: block;
	transform: translate(0%, 0%);
	z-index: 999;
	/*	visibility: visible;*/
	opacity: 1;
}

#post_form .title {
	font-size: 25px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 22px;
}

#post_form .text {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 80px;

}

#post_form img {
	width: 46px;
	margin: 22px auto;
}

#post_form .pfbtn {
	width: 100%;
}

#post_form .pfbtn a {
	width: 80%;
	margin: 0 auto;
	display: block;
}

.iqlogo {
	z-index: 999;
}

.pf_wrapp {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
}

.grey_line {
	content: '';
	background: #D6D6D6;
	width: 100%;
	height: 1px;
	margin: 2em auto;
}

.line_burger {
	content: '';
	width: 20px;
	height: 2px;
	border-radius: 10px;
	margin-bottom: 5px;
	background: #ffffff;
	position: relative;
	transition-property: all;
	transition-duration: 1s;
	transition-delay: 0s;
	top: 0;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.burger {
	margin-bottom: 2em;
	transform: scale(1.1);
	z-index: 999;
}

.line_burger1.active {
	transform: rotate(45deg);
	top: 7px;
	transition-delay: 0s;
}

.line_burger3.active {
	transform: rotate(-45deg);
	top: -7px;
	transition-delay: 0s;
}

.line_burger2.active {
	opacity: 0;
	transition-delay: 0s;
}

.line_burger3 {
	margin-bottom: 0;
}

.burger_screen_menu {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(29, 30, 27, 0.6);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	z-index: 888;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: flex-start;
	color: #fff;
	padding: 1.2em;
	transform: translate(120%, 0%);
	opacity: 0;
	transition-property: all;
	transition-duration: 1s;
	transition-delay: .1s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.burger_screen_menu a {
	color: #fff;
	margin-bottom: 1em;
	font-size: 18px;
}

.burger_screen_menu.active {
	opacity: 1;
	transform: translate(0%, 0%);
}

.info_sub {
	display: inline-block;
	position: relative;
	top: 7px;
	left: 7px;
}

.info_sub_block {
	width: fit-content;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
	padding: 30px 25px;
	border: 1px solid #EAEAEA;
	backdrop-filter: blur(7.5px);
	position: absolute;
	top: -67%;
	right: 30%;

	opacity: 0;
}

.info_sub:hover {
	cursor: pointer;
}

.info_sub_block.active {
	opacity: 1;
}

/*
.info_sub_block:before {
	content: '';
	width: 10px;
	height: 10px;
	background: rgba(255, 255, 255, 0.8);
	border-right: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	backdrop-filter: blur(7.5px);
	transform: rotate(45deg);
}
*/


.date_header {
	position: relative;
	width: fit-content;
	width: -moz-fit-content;
	z-index: 2;
	background: #FF4527;
	box-shadow: 10px -10px 0px #FFFFFF;
	padding: 8px 18px 14px 14px;
	margin-bottom: 1em;
}

.date_header p {
	font-size: 2em;
	line-height: 2.4em;
	font-weight: 700;
}

.new_obertka {
	/*	margin-bottom: 5.5em;*/
	/*	margin-top: 8em;*/
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 3.44em 3.2em 3.2em;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-flow: column nowrap;
	z-index: 2;
}

.up_red_line {
	position: relative;
	padding-top: 20px;
}

.up_red_line:before {
	content: '';
	width: 140px;
	height: 2px;
	background: #FF4527;
	position: absolute;
	top: 0px;
	left: 0;
}

.button_header_wrapp {
	/*	text-align: center;*/
}

.button_header_wrapp span {
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: -0.03em;
	color: #D6D6D6;
}

.header_bottom_wrapp {
	margin-bottom: 6em;
}

.julia_wrapper {
	position: relative;
}

.julia_wrapper div {
	position: relative;
}

.jdot {
	position: absolute;
	z-index: 1;
}

.julia {
	position: relative;
	z-index: 2;
	right: -25%;
}

.julia_wrapper .text {
	position: relative;
	bottom: 15%;
	z-index: 3;
}

.red-point {
	position: relative;
	padding-left: 16px;
}

.red-point:before {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	left: 0;
	top: 12px;
	background: url('../images/icons/reddot.svg');
}

.title_wrap {
	background: #FF4527;
	transform: rotate(-2.25deg);
	width: -moz-fit-content;
	width: fit-content;
}

.title_wrap p {
	margin: 0;
	padding: 0;
	transform: rotate(2.25deg);
	color: #ffffff;
	font-weight: 600;
	padding: .5em;
}

.text_speaker {
	/*	background: #ffffff;*/
}

.text_speaker .title p {
	font-weight: 700;
	font-size: 25px;
}

.text_speaker .text p {
	font-weight: 500;
	font-size: 16px;
}

.text_speaker .title {
	width: -moz-fit-content;
	width: fit-content;
	background: #ffffff;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15)) drop-shadow(4px 4px 0px #FF4527);
	padding: 8px 19px;
}

.text_speaker .text {
	width: -moz-fit-content;
	width: fit-content;
	background: #ffffff;
	box-shadow: -1px 4px 4px rgba(0, 0, 0, 0.05), 4px 4px 0px #FF4527;
	padding: 8px 19px;
	position: relative;
	top: -9px;
}

.wn_wrapp_text .title p {
	width: -moz-fit-content;
	width: fit-content;
	font-weight: 700;
	color: #ffffff;
	background: #FF4527;
	padding: 5px 10px;
	margin-bottom: 10px;
}

.wn_wrapp_text .text p {
	width: -moz-fit-content;
	width: fit-content;
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	background: #FFFFFF;
	color: #000;
	box-shadow: 4px 4px 0px #FF4527;
	padding: 0px 7px 5px;
	margin: 0 0 -1px 0;
}

.bg_grey_round {
	background: #FAFAFA;
	border-radius: 110px 110px 0 0;
	max-width: 1440px;
	margin: 2.5em auto 0;
	padding: 50px 120px 10em;

}

.bg_white_round {
	background: #FAFAFA;
	box-shadow: 0px -4px 34px rgba(0, 0, 0, 0.05);
	border-radius: 110px 110px 0 0;
	max-width: 1440px;
	margin: -7em auto 2em;
	padding: 50px 0px;
}

.univer_header {
	margin-bottom: 2.5em;
	width: 360px;
	max-width: 100%;
}

.uni_icon {
	margin-right: 25px;
}

.uni_htext .title {
	font-weight: 600;
	font-size: 1.5em;
	margin-bottom: 0;
}

.red_bottom_line {
	padding-bottom: 10px;
	border-bottom: 3px solid #FF4527;
	margin-bottom: 15px;
	width: -moz-fit-content;
	width: fit-content;
}

.light_grey_bg {
	padding: 5px 10px 7px;
	background: #F4F4F4;
	margin-right: 5px;

}

.grey_line_double_block {
	max-width: 1440px;
	margin: 0 auto;
}

.grey_line_double_block > div {
	padding: 30px 0;
	border-top: 1px solid #F5F5F5;
	border-bottom: 1px solid #F5F5F5;
}

.cost {
	margin-top: 2.5em;
}

.cost p {
	font-weight: 600;
	font-size: 30px;
}

.cost p span {
	color: #FF4527;
}

.bg_image_full_screen {
	position: relative;
}

.bg_image_full_screen img {
	position: relative;
	left: 0;
	top: 0;
	z-index: 1;
}

.bg_image_full_screen > div {
	z-index: 2;
	position: absolute;
	top: 50px;
	left: 60px;
}

.bg_image_full_screen .red_bg_text.title {
	margin-bottom: 14px;
}

.bg_image_full_screen .red_bg_text.title p {
	font-weight: 600;
	font-size: 40px;
	color: #ffffff;
	padding: 0px 10px 3px;
	background: #FF4527;
	width: -moz-fit-content;
	width: fit-content;
	margin-bottom: 0;
}

.bg_image_full_screen .text p {
	width: -moz-fit-content;
	width: fit-content;
	font-weight: 400;
	font-size: 25px;
	line-height: 150%;
	background: #FFFFFF;
	color: #000;
	box-shadow: 4px 4px 0px #FF4527;
	padding: 0px 7px 5px;
	margin: 0 0 -1px 0;
}

.bg_image_full_screen .button_wrapp {
	text-align: center;
	margin-top: 9em;
	width: -moz-fit-content;
	width: fit-content;
}

.bg_image_full_screen .button_wrapp span {
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: -0.03em;
	color: #D6D6D6;
}

.button_white {
	background: #ffffff;
	color: #000000;
}

.mt-2em {
	margin-top: 2em;
}


@media screen and (max-width: 800px) {
	.col-6p {
		width: 100%;
	}

	.advantages_box {
		margin: 2em auto;
	}

	.header {
		min-height: 1240px;
	}

}


@media screen and (max-width: 767px) {

	.bg_image_full_screen > div {
		height: 100%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-flow: column;
		top: 0;
		left: 0;
		padding: 2em 1em;
		justify-content: space-between;
	}



/*
	#footer .container {
		padding: 0 !important;
	}
*/

	.header {
		min-height: 720px;
	}

	.text_underline {
		border-bottom: none;
	}

	body {
		font-size: 14px;
	}

	.red_big_numbers {
		font-size: 2.85em;

	}

	.red_big_numbers_wrap {
		margin-bottom: 25px;
	}

	.mt-6em {
		margin-top: 35px;
	}

	.sub_title {
		font-weight: 600;
		font-size: 26px;
		line-height: 120%;
		/* or 31px */

		letter-spacing: -0.03em;

		color: #1D1E1B;
		margin-bottom: 1em
	}

	.mb-2em {
		margin-bottom: 1em;
	}

	.bg-grey_block {
		padding: 2em 0;
	}

	.red_popup_open_block {
		margin-top: 6em;
	}

	#univer-slider.owl-carousel .owl-nav {
		right: 15%;
	}

	.col-6p {
		width: 100%;
	}

	.grey_number {
		width: 50px;
		height: 27px;
		font-size: 14px;
		margin-right: 1em;
	}

	.number_grey_point:before {
		width: 4px;
		left: 23px;
		z-index: 1;
		top: 10px;
	}

	.number_grey_point {
		align-items: flex-start;
	}

	.advantages_box {
		width: 100%;
		margin-bottom: 1rem;
	}

	.advantages_box_01,
	.advantages_box_02,
	.advantages_box_03 {
		background-size: cover;
	}

	.new_obertka {
		margin-bottom: 1em;
	}

	.up_red_line {
		width: 100%;
	}

	.shadow {
		position: absolute;
		left: 0px;
		top: 0px;
		z-index: 2;
		content: '';
		background: linear-gradient(79.08deg, #121111 -0.35%, rgba(0, 0, 0, 0) 60.67%);
		width: 100%;
		height: 100%;
	}

	.button_header_wrapp {
		margin-top: 3em !important;
	}

	header .poster {
		height: -moz-fit-content;
		height: fit-content;
		top: 0;
	}

	.mt-5em {
		margin-top: 2em;
	}

	.sub_title {
		margin-top: 1em;
	}

	.julia_wrapper .text {
		position: relative;
		bottom: 100px;
		z-index: 3;
	}



	.bg_grey_round {
		padding: 50px 0 10em;
	}

	.owl-carouse {
		margin: 2em auto 0;
	}

	.owl-carouse img {
		margin: 0 auto;
	}

	/*
	.bg_image_full_screen > div {
		top: 2em;
		left: 1em;
		width: 92%;
	}
*/

	.bg_image_full_screen img {
		width: 100%;

	}

	/*
	.bg_image_full_screen .button_wrapp {
		margin-top: 3em;
	}
*/

	.bg_image_full_screen .red_bg_text.title p {
		font-size: 30px;
	}

	.bg_image_full_screen .text p {
		font-size: 16px;
	}

	.ml-5em {
		margin-left: 0;
	}

	.header_bottom_wrapp {
		margin-bottom: 3em;
	}



	.light_grey_bg {
		font-size: 13px;
	}
}


/*#############NEW STYLE CREATIVE##############*/

.section_margin {
	margin-top: 70px;
	margin-bottom: 70px;
}

h2 {
	font-weight: 500;
	font-size: 40px;
	line-height: 48px;
	letter-spacing: -0.03em;
	color: #1D1E1B;
}

.grey_sub_info {
	font-weight: 500;
	font-size: 25px;
	line-height: 30px;
	letter-spacing: -0.03em;
	color: #949494;
}

.grey_separate_line {
	content: '';
	width: 100%;
	height: 1px;
	padding: 0;
	margin: 0 auto;
	background: #E9E7E7;
	max-width: 1440px;
}

.star_list p {
	position: relative;
	padding-left: 33px;
	font-weight: 400;
	font-size: 25px;
	line-height: 30px;
	display: flex;
	align-items: center;
	letter-spacing: -0.03em;
	color: #1D1E1B;
	padding-top: 28px;
	padding-bottom: 32px;
	margin-bottom: 0;
}

.star_list p:before {
	position: absolute;
	content: '';
	left: 0;
	top: calc(50% - 7px);
	width: 13px;
	height: 13px;
	background: url(../images/icons/star_list.svg);
}

.grey_text {
	font-weight: 500;
	font-size: 25px;
	line-height: 30px;
	letter-spacing: -0.03em;
	color: #949494;
}

.border_round_wrapp {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;

}

.border_tound_tag {
	font-weight: 300;
	font-size: 18px;
	line-height: 130%;
	letter-spacing: -0.03em;
	color: #1D1E1B;
	padding: 10px 20px 15px;
	display: flex;
	flex-direction: row;
	align-items: flex-start;

	border: 1px solid #1D1E1B;
	/*	backdrop-filter: blur(2px);*/
	border-radius: 30px;
	margin-bottom: 20px;
	margin-right: 10px;
}

.border_tound_tag:last-child {
	margin-bottom: 20px;
	margin-right: 0px;
}

.grey_planr_number_wrapp {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.grey_planr_number {
	background: #F9F9F9;
	padding: 30px 40px 42px;
	width: calc(50% - 30px);
	margin-bottom: 41px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
}

.grey_planr_number .big_number {
	font-weight: 500;
	font-size: 55px;
	line-height: 120%;
	letter-spacing: 0.01em;
	color: #1D1E1B;
	margin-bottom: 0;
}

.grey_planr_number .big_number_text {
	font-weight: 700;
	font-size: 25px;
	line-height: 120%;
	letter-spacing: -0.03em;
	color: #1D1E1B;
	margin-bottom: 0;
}

#s07 h2 {
	margin-bottom: 70px;
}

.main_text_grey_planr {
	margin-top: 75px !important;
	font-weight: 400;
	font-size: 25px;
	line-height: 130%;
	display: flex;
	align-items: flex-end;
	letter-spacing: -0.03em;
	color: #1D1E1B;
	margin-bottom: 0 !important;
}

.city_wrapp {
	width: 100%;
	max-width: 1440px;
	overflow: hidden;
	margin: 0 auto;
	border-top: 1px solid #E9E7E7;
	border-bottom: 1px solid #E9E7E7;
	padding: 30px 0;
	margin-top: 100px;
	/*	display: inline-block;*/
}

.city_part {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.city_part img {
	width: 50%;
	margin-right: 20px;
}

.city_part p {
	font-weight: 500;
	font-size: 25px;
	line-height: 130%;
	letter-spacing: -0.03em;
	color: #1D1E1B;
}


.university_card {
	background: #F9F9F9;
	border-radius: 60px;
	width: 100%;
	max-width: 1440px;
	padding: 70px 0;
	margin: 0 auto;
}

.university_card .univetsity_name {
	font-weight: 700;
	font-size: 40px;
	line-height: 120%;
	letter-spacing: -0.03em;
	color: #1D1E1B;
	margin-bottom: 0.5rem;
}

.univetsity_subtitle {
	font-weight: 500;
	font-size: 25px;
	line-height: 120%;
	letter-spacing: -0.03em;
	color: #949494;
	margin-bottom: 0;
}

.city_black_line {
	background: #1D1E1B;
	margin-top: 70px;
}

.city_black_line .city_part p {
	color: #ffffff;
}

.part_collapse_info {
	padding: 37px 0;
}

.part_collapse_info .title {
	font-weight: 700;
	font-size: 30px;
	line-height: 120%;
	letter-spacing: -0.03em;
	color: #1D1E1B;
	margin-bottom: 0px;
}

.info_box {

	/*
	height: 0;
	opacity: 0;
	transition-property: all;
	transition-duration: 1s;
	transition-delay: .1s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
*/
	display: none;

	padding-top: 50px;
}

.info_box.active {

	/*
	padding-top: 50px;
	height: auto;
	opacity: 1;
	transition-property: all;
	transition-duration: 1s;
	transition-delay: .1s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
*/
}

.but_line .img_btn {
	content: '';
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	background: url('../images/icons/collapse_open.svg');
}

.but_line.active .img_btn {
	content: '';
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	background: url('../images/icons/collapse_close.svg');
}

.person_wrapp {
	margin-top: 20px;
}

.person_wrapp > div {
	position: relative;
	margin-right: 25px;
}

.person_wrapp .person_text {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	padding: 30px 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	font-weight: 600;
	font-size: 20px;
	line-height: 120%;
	letter-spacing: -0.03em;
	color: #FFFFFF;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}

.person_wrapp .person_text .title {
	font-weight: 600;
	font-size: 20px;
	line-height: 120%;
	letter-spacing: -0.03em;
	color: #FFFFFF;
}

.programm_wrapp {
	margin-top: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;

}

.programm_box {
	border: 1px solid #E9E7E7;
	padding: 30px;
	width: calc(50% - 15px);
}

.programm_box .title {
	font-weight: 600;
	font-size: 25px;
	line-height: 120%;
	letter-spacing: -0.03em;
	color: #1D1E1B;
}

.programm_box .cost {
	font-weight: 500;
	font-size: 25px;
	line-height: 120%;
	letter-spacing: -0.03em;
	color: #1D1E1B;
	margin-top: 73px;
}

.container > div > .city_part {
	justify-content: start;
}

.uni_butt_wrap {
	margin-top: 70px;
	text-align: center;
}

#u01 {
	z-index: 1;
	position: relative;
}

#u02 {
	z-index: 2;
	position: relative;
}

#u03 {
	z-index: 3;
	position: relative;
}

.paralax_uni {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
}

.section_09 {
	background: #000;
	color: #fff;
}

@media screen and (max-width: 720px) {

	.container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.header {
		min-height: auto;
	}

	.header__top {

		padding: 0;
	}

	.image_bg_mobile img {
		width: 100%;
	}

	.mobile_header {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
		flex-flow: column nowrap;
		padding: 20px 30px;
	}

	.burger {
		margin-bottom: 0;
	}

	.h1_wrap {
		z-index: 5;
	}

	.button_header_wrapp {
		position: relative;
		z-index: 5;
	}

	.mobile_header h1 {
		font-weight: 600;
		font-size: 26px;
		line-height: 120%;
		letter-spacing: -0.03em;
		color: #FFFFFF;
	}

	.mobile_header .h1_sub {
		font-weight: 400;
		font-size: 20px;
		line-height: 130%;
		letter-spacing: -0.03em;
		color: #FFFFFF;
	}

	.section_margin {
		margin: 30px auto;
	}


	.section_margin#sity {
		margin: 0 auto;
	}

	#sity {
		width: 100%;
		overflow-x: scroll;
		margin: 0 auto;
		height: 80px;
	}



	.city_wrapp {
		padding: 20px 0px;
		width: 950px;
		margin: 0;
	}

	.city_part p {
		font-weight: 500;
		font-size: 16px;
		line-height: 130%;
		display: flex;
		align-items: center;
		letter-spacing: -0.03em;
		color: #1D1E1B;
	}

	h2 {
		font-weight: 500;
		font-size: 26px;
		line-height: 120%;
		letter-spacing: -0.03em;
		color: #1D1E1B;
		margin-bottom: 20px;
	}

	.grey_sub_info {
		font-weight: 500;
		font-size: 20px;
		line-height: 120%;
		letter-spacing: -0.03em;
		color: #949494;
	}

	.star_list p {
		font-weight: 400;
		font-size: 20px;
		line-height: 120%;
		display: flex;
		align-items: center;
		letter-spacing: -0.03em;
		color: #1D1E1B;
		padding-left: 28px;
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.star_list p:before {
		width: 8px;
		height: 8px;
		background-size: cover;
	}

	#s02 h2 {
		margin-bottom: 0;
	}

	#s03 {
		padding: 0;
		top: 0;

	}

	.university_card {
		padding: 37px 0;
		border-radius: 30px;
	}

	.university_card .univetsity_name {
		font-weight: 700;
		font-size: 26px;
		line-height: 120%;
		letter-spacing: -0.03em;
		color: #1D1E1B;
		width: 50%;
		margin-bottom: 0;
	}

	.university_card > div > div > img {
		width: 45%;
	}

	.univetsity_subtitle {
		margin-top: 20px !important;
		margin-bottom: 30px !important;
		font-weight: 500;
		font-size: 20px;
		line-height: 120%;
		letter-spacing: -0.03em;
		color: #949494;
	}

	.oweflow_box {
		width: 100%;
		overflow: scroll;
	}


	.part_collapse_info .title {
		font-weight: 700;
		font-size: 20px;
		line-height: 120%;
		letter-spacing: -0.03em;
		color: #1D1E1B;
	}

	.but_line .img_btn,
	.but_line.active .img_btn {
		width: 20px;
		height: 20px;
		background-size: cover;
	}

	.border_tound_tag {
		font-weight: 300;
		font-size: 14px;
		line-height: 130%;
		letter-spacing: -0.03em;
		color: #1D1E1B;
		padding: 7px 15px 10px;
		margin-bottom: 7px;
	}

	.border_tound_tag:last-child {
		margin-bottom: 7px;
		margin-right: 0px;
	}

	#u01 .university_card .border_round_wrapp {
		width: 1440px;
	}

	#u02 .university_card .border_round_wrapp {
		width: 1140px;
	}

	#u03 .university_card .border_round_wrapp {
		width: 620px;
	}

	.part_collapse_info {
		padding: 24px 0;
	}

	.info_box {
		padding-top: 36px;
	}

	.person_wrapp .person_text {
		padding: 20px 15px;
	}

	.person_wrapp .person_text .title {
		font-weight: 600;
		font-size: 14px;
		line-height: 120%;
		letter-spacing: -0.03em;
		color: #FFFFFF;
		mix-blend-mode: normal;
		text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
	}

	.person_wrapp .person_text .name {
		font-weight: 500;
		font-size: 14px;
		line-height: 120%;
		letter-spacing: -0.03em;
		color: #FFFFFF;
		mix-blend-mode: normal;
		text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
	}

	.person_wrapp {
		width: 780px;
	}

	.programm_box {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
		border: none;
		padding: 0;
		width: 100%;
		margin-top: 30px;
	}

	.programm_box .title {
		font-weight: 600;
		font-size: 18px;
		line-height: 120%;
		letter-spacing: -0.03em;
		color: #1D1E1B;
	}

	.programm_box .cost {
		font-weight: 500;
		font-size: 16px;
		line-height: 120%;
		text-align: right;
		letter-spacing: -0.03em;
		color: #1D1E1B;
		margin-top: 0px;
	}

	.uni_butt_wrap {
		margin-top: 50px;
	}


	.uni_butt_wrap a {
		width: fit-content;
	}

	.container > div > .city_part {
		width: 190px;
	}

	#u02 .university_card .univetsity_name {
		width: 58%;
	}

	#u02 .university_card > div > div > img,
	#u03 .university_card > div > div > img {
		width: 35%;
	}

	.person_wrapp {
		margin-top: 0;
	}

	.programm_wrapp {
		margin-top: 0;
	}

	.programm_box:first-child {
		margin-top: 0;
	}

	#s051 img {
		display: none;
	}

	.grey_text {
		font-weight: 500;
		font-size: 20px;
		line-height: 120%;
		letter-spacing: -0.03em;
		color: #949494;
	}

	#s07m h2 {
		margin-bottom: 50px;
	}

	.grey_planr_number {
		width: 100%;
		padding: 30px 20px;
		margin-bottom: 10px;
	}

	.grey_planr_number:last-child {
		margin-bottom: 0;
	}

	.grey_planr_number .big_number {
		font-weight: 500;
		font-size: 45px;
		line-height: 120%;
		letter-spacing: 0.01em;
		color: #1D1E1B;
	}

	.grey_planr_number .big_number_text {
		font-weight: 700;
		font-size: 20px;
		line-height: 120%;
		text-align: right;
		letter-spacing: -0.03em;
		color: #1D1E1B;
	}

	.main_text_grey_planr {
		margin-top: 40px !important;
		font-weight: 400;
		font-size: 20px;
		line-height: 120%;
		display: flex;
		align-items: center;
		letter-spacing: -0.03em;
		color: #1D1E1B;
	}

	#s07m.section_margin {
		margin-bottom: 10px;
	}
	
	.form_new_s {
		margin-top: 30px;
	}
	.section_09 {
		margin-top: 0;
	}
	
/*
	#footer .grey_line {
		margin: 20px auto;
	}
*/
}
