@font-face {
	// название шрифта(чтобы не запутаться лучше указать название папки со шрифтом) 
	font-family: "Nunito";
	// адрес шрифта и тип 
	src: url("../font/Nunito-ExtraLight.ttf");
}

@media screen and (min-width: 1400px) {
	.container {
		max-width: 1140px !important;
	}
}


.page-wrapper {
	overflow: hidden;
}

.header {
	position: relative;
	color: #000;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

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

header .white_doublecorner {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 5;
	transform: translate(-52%, 1%) rotate(180deg) scale(1);
}

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

.header__top {
	z-index: 3;
	position: relative;
}

.iq_logo {
	height: 54px;
	margin-right: 20px;
}

.contact_info {
	font-size: 12px;
}

.copy_icon {
	padding-left: 10px;
}

.copy_icon img {
	height: 13px;
}

.copy_icon:hover {
	cursor: pointer;
}

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

h1 {
	font-weight: 600;
	font-size: 40px;
	margin-top: 114px;
}

.sub_h1_info {
	font-size: 24px;
	font-weight: 400;
	line-height: 33.07px;
	margin-top: 10px;
	margin-bottom: 50px;
}


.button {
	display: inline-block;
	box-sizing: border-box;
	margin: 0;
	padding: 15px;
	height: 48px;
	border: none;
	border-radius: 5px;
	background: #EC5438;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	cursor: pointer;
	outline: none !important;
}

.telegramm {
	font-size: 14px;
	padding: 15px;
	height: auto;
	line-height: 1.3;
	border-radius: 5px;
}

.header_button {
	margin-bottom: 140px;
}

h2 {
	font-size: 30px;
	font-weight: 600;
	line-height: 41.34px;
}

.section_01 {
	padding: 55px 0;
}

.section_01 h2 {
	margin-bottom: 45px;
}

.section_01 .line_brake {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	/*	justify-content: center;*/
	padding: 0 30px;
}

.section_01 .big_number_wrapp {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: row nowrap;
}

.section_01 .big_number_wrapp > div:last-of-type {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	/*	justify-content: center;*/
	padding: 0 30px;
}

.section_01 .big_number {
	font-size: 60px;
	font-weight: 500;
	line-height: 82.68px;
	margin-bottom: 20px;
}

.section_01 .big_number .dop {
	font-size: 25px;
	font-weight: 500;
	line-height: 34.45px;
}

.section_01 .text {
	font-size: 18px;
	font-weight: 400;
	line-height: 24.8px;
}

.section_02 .red_bg_img {
	background: #EC5438;
	border-radius: 16px;
	position: relative;
	padding: 45px 45px 30px;
	width: calc(100% + 48px);
	margin: 0 auto;
	transform: translate(-24px, 0px);
	overflow: hidden;
}

.red_bg_img .bg_abstract {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	min-height: 100%;
	/*	width: 55%;*/
}

.section_02 {
	z-index: 2;
	position: relative;
}

.section_02 h2 {
	color: #fff;
}

.section_02 .tags_wrapp {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	width: 70%;
	margin-top: 60px;
	position: relative;
	z-index: 2;
}

.section_02 .tag_box {
	background: #fff;
	padding: 14px 35px 14px 35px;
	border-radius: 63px;
	font-size: 16px;
	font-weight: 400;
	line-height: 22.05px;
	margin-right: 11px;
	margin-bottom: 15px;
}

.section_03 {
	position: relative;
	z-index: 1;
	padding-top: 93px;
	padding-bottom: 40px;
	/*	transform: translate(0px, -110px);*/
	background: #F6F6F6;
}

.section_03:before {
	position: absolute;
	content: '';
	background: #F6F6F6;
	height: 132px;
	width: 100%;
	left: 0;
	top: -110px;
}

.section_03 h2 {
	margin-bottom: 50px;
}

.section_03 .about_info_box_wraapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;

}

.section_03 .about_info_box {
	border-radius: 16px;
	background: #fff;
	padding: 35px 22px;
	width: 32%;
}

.section_03 .about_info_box .title {
	font-size: 20px;
	font-weight: 600;
	line-height: 27.56px;
	margin-bottom: 24px;
}

.section_03 .about_info_box .point {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	line-height: 22.05px;
	padding-left: 37px;
	margin-bottom: 18px;
}

.section_03 .about_info_box .point:last-of-type {
	margin-bottom: 0;
}

.section_03 .about_info_box .point:before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background: url(../images/point_check.svg);
	width: 20px;
	height: 20px;
}

.section_04 {
	padding-top: 40px;
	background: #F6F6F6;
	padding-bottom: 55px;
}

.section_04 h2 {
	margin-bottom: 74px;
}

.section_04 .wrapper {
	position: relative;
	top: 54px;
}

.section_04 .info_form_middle {
	position: relative;
	/*	width: 50%;*/
}

.section_04 .info_form_middle_bg {
	position: absolute;
	left: 50%;
	transform: translate(-132%, 0px);
}

.section_04 .consult_tablet_options {
	position: relative;
	left: 25%;
}

.section_04 .consult_bg,
.section_04 .consult_tablet {
	position: relative;
    width: 350px;
}

.section_04 .consult_arrow {
	position: absolute;
	left: -17px;
	top: 45px;
}

.section_04 .info_form_text_box {
	position: absolute;
	top: 20px;
	left: 40px;
}

.section_04 .info_form_text_box div {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 16px;
}

.section_04 .info_form_text_box p {
	font-size: 16px;
	font-weight: 400;
	line-height: 23.36px;
}

.section_04 .info_form_text_box span {
	color: #EC5438;
	font-weight: 600;
	margin-right: 15px;
	position: relative;
	top: -4px;
}

.form_middle_wrapp {
	max-width: 445px;
	position: relative;
}

.section_05 {
	position: relative;
	margin-top: 110px;
}

.section_05_bg {
	position: relative;
	width: 100%;
	z-index: 1;
}

.section_05_bot {
	position: absolute;
	left: 0;
	bottom: -1.1px;
	width: 100%;
	z-index: 2;
}

.section_05_dots {
	position: absolute;
	top: 20px;
	right: 10%;
	z-index: 2;
}

.section_06 {
	margin-top: 25px;
	margin-bottom: 73px;
}

.section_06 h2 {
	width: 20%;
}

.faq_point {
	border: 1px solid #DBDBDB;
	border-radius: 11px;
	padding: 34px 27px;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 8px;
}

.collapse_img_wrap:before {
	display: none;
}

.collapse_img_wrap .collapse_title:after {
	border: none;
	/*	transform: none;*/
	content: '+';
	color: #EC5438;
	/*		font-family: Nunito;*/
	font-size: 43px;
	font-style: normal;
	font-weight: 200;
	line-height: 0;
	transform: rotate(45deg);
	transition: .3s;
	position: absolute;
	right: 0;
	top: 9px;
	text-align: center;
}

.collapse_img_wrap .collapse_title.collapsed::after {
	border: none;
	/*	transform: none;*/
	content: '+';
	color: #EC5438;
	/*	font-family: Nunito;*/
	font-size: 43px;
	font-style: normal;
	font-weight: 200;
	line-height: 0;
	transform: rotate(0deg);
	transition: .3s;
	text-align: center;
}

.collapse_img_wrap ~ div {
	padding-left: 0;
	color: #474747;
	font-size: 14px;
	font-weight: 400;
	line-height: 19.29px;


}

.section_07 {
	background: #F6F6F6;
	padding-top: 79px;
	padding-bottom: 100px;
	position: relative;
	overflow-x: hidden;
}

.section_07 .white_doublecorner {
	position: absolute;
	top: 0;
	right: 0;
	transform: scale(.7) translate(-60%, -22%);
}

.section_07 .container {
	position: relative;
}

.section_07 h2 {
	margin-bottom: 42px;
}

.section_07 .partners {
	overflow-x: auto;
	width: 115%;
	position: relative;
}

.section_07 .partners .scroll_box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 3400px;
	position: relative;
}

.section_07 .partners::-webkit-scrollbar {
	width: 40%;
	position: absolute;
	left: 0px;
	bottom: 10px;
	height: 3px;
	border-radius: 1.5px;
	display: none;
	opacity: 0;
}

.section_07 .partners::-webkit-scrollbar-track {

	background-color: #D9D9D9;
	/* Цвет фона полосы прокрутки */
}

.section_07 .partners::-webkit-scrollbar-thumb {
	background-color: #6C6C6C;
	/* Цвет полосы прокрутки */
	border-radius: 1.5px;
	/* Радиус скругления углов */
	width: 100px;
}

.section_07 .partners::-webkit-scrollbar-thumb:hover {
	background-color: #555;
	/* Цвет полосы прокрутки при наведении курсора */
}

/* Стили для полосы прокрутки */
.scrollbar {
	width: 45%;
	/* Ширина полосы прокрутки в 40% от ширины блока */
	height: 3px;
	border-radius: 1.5px;
	/* Высота полосы прокрутки */
	background-color: #D9D9D9;
	/* Цвет фона полосы прокрутки */
	position: absolute;
	/* Абсолютное позиционирование относительно родительского контейнера */
	bottom: -58px;
	/* Расположение полосы прокрутки внизу блока */
	left: 17px;
	/* Начало позиционирования полосы прокрутки слева */
}

/* Стили для ползунка */
.scrollbar-thumb {
	width: 117px;
	/* Фиксированная ширина ползунка */
	height: 100%;
	border-radius: 1.5px;
	/* Высота ползунка */
	background-color: #666;
	/* Цвет ползунка */
	position: absolute;
	/* Абсолютное позиционирование относительно полосы прокрутки */
	top: 0;
	/* Расположение ползунка вверху полосы прокрутки */
	left: 0;
	/* Начало позиционирования ползунка слева */
	cursor: pointer;
	/* Курсор указывает на то, что элемент можно перетаскивать */
}

.section_07 .partners_box {
	width: 265px;
	min-height: 273px;
	border-radius: 11px;
	background: #FFF;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 18px;
	z-index: 3;
	overflow-y: hidden;
}

.section_07 .partners_box.overflow-y {
	overflow-y: auto;
}

.section_07 .partners_box .read_more {
	color: #8C8C8C;
	font-size: 16px;
	font-weight: 400;
	line-height: 137.8%;
	position: absolute;
	z-index: 4;
	left: 50%;
	bottom: 16px;
	transform: translate(-65%, 0%);
}

.section_07 .partners_box .read_more:hover {
	cursor: pointer;
}

.section_07 .partners_box .read_more:before {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: -30%;
	background: url(../images/partners/read_more_arrow.svg);
}

.section_07 .partners_box .more_info {
	background: #fff;
	width: 100%;
	min-height: 100%;
	height: fit-content;
	padding: 13px 13px 22px;
	position: absolute;
	top: 0;
	opacity: 0;
	transition: opacity 0.7s ease;
	z-index: 2;
	/*	display: none;*/
}

.section_07 .partners_box .more_info.active {
	/*	display: block;*/
	min-height: 100%;
	height: fit-content;
	opacity: 1;
	z-index: 5;
	transition: opacity 0.7s ease;
}

.section_07 .partners_box .more_info img {
	/*	margin-bottom: 20px;*/
}

.section_07 .partners_box .more_info .grey_separate {
	width: 100%;
	height: 1px;
	background: #C5C5C5;
	margin-bottom: 14px;
}

.section_07 .partners_box .more_info p {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 137.8%;
}


.img_top {
	height: 80px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}

.dop_box {
	background: linear-gradient(to right, #F6F6F6 50%, #fff 50%);
	background-color: #F6F6F6;
	/* Цвет заливки */
	/*    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);*/
}

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

.grey_corner {
	background-color: #F6F6F6;
	border-radius: 0 0 35px 0;
	height: 63px;
	width: 65%;
}

.parnters_number {
	font-size: 25px;
	font-weight: 300;
	line-height: 137.8%;
	text-align: right;
	background: #fff;
	border-radius: 35px 0 0 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	height: 63px;
	justify-content: center;
	align-items: center;
	/*	padding-left: 25px;*/
	position: relative;

}

.bg_brey {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #F6F6F6;
	z-index: 1;
}

.white_corner {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 35px 0 0 0;
	z-index: 2;
}

.parnters_number .img_wrap {
	width: 45px;
	height: 45px;
	background: #EC5438;
	border-radius: 50%;
	margin-right: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
	margin-left: 15px;
}

.parnters_number_text {
	color: #000;
	font-size: 25px;
	font-weight: 300;
	line-height: 137.8%;
	position: relative;
	z-index: 2;
}

.section_08 {
	margin-top: 85px;
}

.section_08 .main_text {
	font-size: 20px;
	font-weight: 400;
	line-height: 172%;
}

.section_08 .experts_box_wrapp {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	margin-top: 75px;
}

.experts_box_wrapp .experts_box {
	width: 24%;
	position: relative;
	margin-bottom: 14px;
	overflow: hidden;
}

.red_info_box {
	width: 24%;
	border-radius: 15px;
	background: #EC5438;
	padding: 24px 16px;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	line-height: 137.8%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-flow: column;
	margin-bottom: 14px;
}

.red_info_box a {
	font-size: 16px;
	font-weight: 400;
	line-height: 137.8%;
	position: relative;
	width: fit-content;
}

.red_info_box a:after {
	position: absolute;
	content: '';
	right: -30px;
	top: 0;
	width: 24px;
	height: 24px;
	background: url(../images/left_arrow.svg);
}

.experts_box_wrapp .experts_box img {
	border-radius: 15px;
	width: 100%;
	position: relative;
	z-index: 1;
}
.experts_box_wrapp .experts_box .shadow_bot_experts {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.59) 100%);
	height: 130px;
	width: 100%;
	z-index: 2;
	border-radius: 0 0 15px 15px;
}


.experts_box_wrapp .experts_box .name_and_sub_info {
	position: absolute;
	bottom: 20px;
	left: 15px;
	z-index: 3;
}

.experts_box_wrapp .experts_box .name {
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
	line-height: 137.8%;
	margin-bottom: 7px;
}

.experts_box_wrapp .experts_box .sub_info {
	color: #FFF;
	font-size: 12px;
	font-weight: 400;
	line-height: 137.8%;
}

.section_08 .red_bg_info {
	border-radius: 13px;
	background: #EC5438;
	padding: 19px 10px 20px 18px;
	color: #FFF;
	font-size: 13px;
	font-weight: 400;
	line-height: 137.8%;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 4;
	transform: translate(0, 100%);
	transition: .2s;
}

.section_08 .experts_box:hover > .red_bg_info {
	transform: translate(0, 0);
}

.section_08 .red_bg_info .title {
	font-weight: 700;
}

.section_08 .red_bg_info.small_text {
	font-size: 11.5px;
	font-weight: 400;
	line-height: 137.8%;
}

.section_09 {
	margin-top: 64px;
}

.section_09 .red_box {
	border-radius: 18px;
	background: #EC5438;
	padding: 39px 39px 39px 51px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.section_09 h2 {
	color: #fff;
	width: 300px;
}

.section_09 .why_box {
	border-radius: 21px;
	background: #FFF;
	padding: 6px 10px 10px 8px;
	width: 345px;
}

.section_09 .why_box img {
	border-radius: 20px;

	box-shadow: 0px 0px 19.3px 0px rgba(0, 0, 0, 0.04) inset;
}

.section_09 .why_box .text_wrapp {
	margin-top: 25px;
	padding-left: 8px;
	/*	padding-right: 8px;*/
}

.section_09 .why_box .text_wrapp .title {
	font-size: 20px;
	font-weight: 600;
	line-height: 137.8%;
	margin-bottom: 5px;
}

.section_09 .why_box .text_wrapp .check_round {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	line-height: 137.8%;
	padding-left: 40px;
	margin: 15px 0;
	display: block;
}

.section_09 .why_box .text_wrapp .check_round:before {
	position: absolute;
	content: '';
	top: 4px;
	left: 0;
	background: url(../images/check_round.svg);
	width: 20px;
	height: 20px;
}

.section_09 .why_box .text_wrapp .check_round.borderd {
	border-top: 1px solid #8C8C8C;
	border-bottom: 1px solid #8C8C8C;
	padding: 15px 0px 15px 40px;
}

.section_09 .why_box .text_wrapp .check_round.borderd:before {
	top: 19px;
}

.section_form_footer {
	margin-top: 56px;
}

.section_form_footer h2 {
	color: #fff;
	margin-bottom: 30px;
}

.section_form_footer img {
	border-radius: 18px;
}

.section_form_footer .form_wrapp {
	border-radius: 18px;
	background: #272727;
	padding: 44px 40px 57px;
	position: relative;
}

/* Стили для полей ввода */
input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
	height: 51px;
	border-radius: 5px;
	border: 1px solid #C5C5C5;
	font-size: 16px;
	font-weight: 400;
	padding: 10px;
	margin-bottom: 14px;
	width: 100%;
	box-sizing: border-box;
	width: 100%;
	/* Учитывать padding и border внутри указанных размеров */
}

form {
	display: flex;
	flex-direction: column;
	width: 100%;
}

/* Убираем стандартное оформление полей */
input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
	border: none;
	border-radius: 5px;
	background-color: #F7F7F7;
	padding: 10px;
	margin-bottom: 14px;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	width: 100%;
	box-sizing: border-box;
	width: 100%;
}

/* Убираем стандартное оформление кнопки */
input[type="submit"] {
	border: none;
	border-radius: 5px;
	background-color: #EC5438;
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	padding: 16px 21px;
	width: 249.121px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

input[type="submit"]:hover {
	background-color: #C4452D;
}

/* Стили для всех полей ввода и textarea */
input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
	height: 51px;
	/* Высота поля */
	border-radius: 5px;
	/* Скругление углов */
	border: 1px solid #C5C5C5;
	/* Граница */
	padding: 0 10px;
	/* Внутренние отступы */
	font-size: 16px;
	/* Размер шрифта */
	font-weight: 400;
	/* Нормальное начертание */
	color: #000;
	/* Цвет текста */
	background-color: #FFF;
	/* Цвет фона */
	margin-bottom: 14px;
	/* Вертикальный отступ между полями */
	/*	width: calc(100% - 22px);*/
	/* Ширина поля с учетом внутренних отступов */
	box-sizing: border-box;
	/* Размеры включая границы и отступы */
}

/* Стили для плейсхолдера */
input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder,
textarea::placeholder {
	color: #C5C5C5 !important;
	font-size: 16px !important;
	font-weight: 400 !important;
}

/* Стили для поля комментария */
textarea {
	height: 51px;
	/* Новая высота поля комментария */
	margin-bottom: 25px;
	/* Вертикальный отступ между полями */
	padding: 10px;
	/* Внутренний отступ */
	font-size: 16px;
	font-weight: 400;
	border-radius: 5px;
	border: 1px solid #C5C5C5;
	line-height: 28px;

}

button {
	border: none;
	outline: none;
	/* Дополнительно убираем обводку при фокусе */
}

button {
	display: flex;
	min-width: 50%;
	padding: 16px 21px;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	background: #EC5438;
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	margin-right: 23px;

}


.privacy {
	color: #D0D0D0;
	font-size: 10px;
	font-weight: 300;
	line-height: 171.754%;
}

.form_middle_wrapp button {
	width: 45%;
	background: #000;
}

.form_middle_wrapp .privacy {
	color: #000;
}

.form_sucsess, .form_sucsess_middle {
	background: #272727;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 18px;
	opacity: 0;
	z-index: -1;
	color: #fff;
}

.form_sucsess_middle {
	background: #F6F6F6;
	color: #000;
	width: 101%;
	height: 101%;
	border-radius: 0;
}

.form_sucsess.active {
	opacity: 1;
	z-index: 1;
}

.title_form_sucsess {
	
	font-size: 30px;
	font-weight: 700;
	line-height: 38.1px;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 18px;
}

.text_form_sucsess {
	font-size: 18px;
	font-weight: 400;
	line-height: 24.8px;
	text-align: left;
	
}

.form_sucsess img {
	max-width: 66px !important;
}

.footer {
	margin-top: 35px;
	background: #272727;
	color: #FFF;
	font-size: 12px;
	font-weight: 400;
	line-height: 137.8%;
	padding: 39px 0;
}

.footer .city p {
	max-width: 261px;
	margin-right: 24px;
}

.footer .city .title {
	font-weight: 700;
}

@media screen and (max-width: 765px) {
	h1 {
		font-size: 1.2em;
		margin-top: 44px;
	}

	h2 {
		font-size: 24px;
		line-height: 33.07px;
	}

	button {
		min-width: 43%;
		width: 43%;
	}

	.header {
		height: 515px;
		display: block;
	}

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

	.bg_grey {
		background: #F6F6F6;
		padding-bottom: 50px;
	}

	header .grey_doublecorner {
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 5;
		transform: translate(18%, 26%) rotate(180deg) scale(.5);
	}

	.section_01 {
		padding: 45px 0 42px;
		filter: drop-shadow(0px -13px 27.1px rgba(0, 0, 0, 0.04));
		width: 100%;
		border-radius: 36px;
		top: -30px;
		position: relative;
		background: #fff;
	}

	.section_01 h2 {
		margin-bottom: 39px;
		width: 80%;
	}

	.section_01 .big_number_wrapp {
		flex-flow: column nowrap;
	}

	.section_01 .big_number_wrapp > div:last-of-type {
		justify-content: flex-start;
		padding-left: 0;
		padding-right: 0;
	}

	.section_01 .line_brake {
		border-bottom: 1px solid #000;
		border-top: 1px solid #000;
		border-left: 0px solid #000;
		border-right: 0px solid #000;
		justify-content: flex-start;
		margin-top: 40px;
		margin-bottom: 31px;
		padding-top: 31px;
		padding-bottom: 48px;
	}

	.section_01 .big_number {
		font-size: 45px;
		line-height: 137.8%;
		margin-bottom: 10px;
	}

	.section_01 .big_number .dop {
		font-size: 24px;
	}

	.section_01 .text {
		font-size: 16px;
	}

	.section_01 .line_brake {
		padding-left: 0;
		padding-right: 0;
	}

	.sub_h1_info {
		color: #000;
		font-size: 16px;
		font-weight: 400;
		line-height: 137.8%;
	}

	.section_02 h2 {
		width: 70%;
		margin-bottom: 0;
	}

	.section_02 .red_bg_img {
		padding: 49px 21px 71px;
		width: calc(100% + 1.5rem);
		transform: translate(-.75rem, 0);
	}

	.section_02 .bg_abstract {
		display: none;
	}

	.section_02 .tags_wrapp {
		width: 100%;
		margin-top: 31px;
	}

	.section_02 .tag_box {
		padding: 14px 21px;
		font-size: 14px;
	}

	.section_03 {
		padding-top: 62px;
		padding-bottom: 20px;
	}

	.section_03 h2 {
		margin-bottom: 32px;
	}

	.section_03 .about_info_box_wraapper {
		flex-flow: column nowrap;
	}

	.section_03 .about_info_box {
		width: 100%;
		margin-bottom: 24px;
	}

	.section_03 .about_info_box:last-of-type {
		margin-bottom: 0;
	}

	.section_03 .about_info_box .point:before {
		top: 3px;
	}

	.section_04 {
		padding-top: 37px;
	}

	.section_04 h2 {
		width: 50%;
		margin-bottom: 22px;
		margin-top: 45px;
	}

	.section_04 .wrapper {
		top: 0;
	}

	.section_04 .info_form_middle_bg_mobile {
		border-radius: 0 75px 0 0;
		width: 100%;
	}

	.consult_tablet {
		border-radius: 16px;
		background: #FFF;
		width: 100%;
	}

	.consult_tablet_mobile {
		width: 100%;
		margin-bottom: 41px;
	}

	.consult_tablet .info_form_text_box {}

	.section_04 .info_form_text_box {
		position: relative;
		top: 0;
		left: 0;
		border-radius: 16px;
		background: #FFF;
		padding: 23px;
	}

	.form_middle_wrapp button {
		min-width: 40%;
		width: 40%;
	}

	.section_05_mobile {
		margin-top: 0px;
		position: relative;
	}

	.section_05_mobile .section_05_bot_mobile {
		position: absolute;
		right: 0;
		top: 170px;
		width: 35%;
		z-index: 2;
	}

	.section_05_mobile .section_05_dots_mobile {
		width: 100%;
		position: absolute;
		bottom: -24px;
		left: 0;
		z-index: 2;

	}

	.section_06 {
		margin-bottom: 50px;
	}

	.section_06 h2 {
		width: 50%;
		margin-bottom: 26px;
	}

	.faq_point {
		padding: 13px 14px 19px;
		margin-bottom: 10px;
	}

	.collapse_img_wrap {
		justify-content: space-between;
	}

	.collapse_img_wrap:after {
		font-size: 33px;
	}

	.collapse_img_wrap a {
		width: 80%;
	}

	.section_07 {
		padding-top: 48px;
	}

	.section_07 .white_doublecorner {
		transform: scale(.6) translate(40%, -34%);
	}

	.dop_body_wrapp {
		flex-direction: row-reverse;
	}

	.scrollbar {
		width: 92%;
	}

	.scrollbar-thumb {
		width: 102px;
	}

	.parnters_number {
		left: -.75rem;
		border-radius: 0 35px 0 0;
	}

	.dop_box {
		background: linear-gradient(to right, #fff 80%, #F6F6F6 80%);
	}

	.white_corner {
		border-radius: 0 35px 0 0;
	}

	.grey_corner {
		border-radius: 0 0 0px 45px;
		left: -15px;
		position: relative;
	}

	.parnters_number_text {
		font-size: 20.464px;
		padding-right: 25px;
	}

	.parnters_number .img_wrap {
		width: 36px;
		height: 36px;
	}

	.section_08 .main_text {
		font-size: 16px;
	}

	.section_08 .experts_box_wrapp {
		margin-top: 43px;
	}

	.experts_box_wrapp .experts_box {
		width: 49%;
	}

	.experts_box_wrapp .experts_box .name {
		font-size: 9.689px;
		font-weight: 600;
		line-height: 137.8%;
	}

	.experts_box_wrapp .experts_box .sub_info {
		font-size: 7.266px;
		font-weight: 400;
		line-height: 137.8%;
	}

	.red_info_box {
		width: 49%;
		order: 1;
		font-size: 16px;
		font-weight: 600;
		line-height: 137.8%;
	}

	.red_info_box a {
		font-size: 14px;
		font-weight: 400;
		line-height: 137.8%;
	}


	.section_08 .red_bg_info {
		font-size: 8px;
	}

	.section_08 .red_bg_info.small_text {
		font-size: 8px;
	}

	.section_09 {
		margin-top: 45px;
	}

	.section_09 .red_box {
		flex-flow: column;
		width: calc(100% + 1.5rem);
		position: relative;
		left: -.75rem;
		padding: 45px .75rem 65px;
	}

	.section_09 h2 {
		margin-bottom: 26px;
	}

	.section_09 .why_box {
		width: 100%;
		margin-bottom: 25px;
	}

	.section_09 .why_box:last-of-type {
		margin-bottom: 0;
	}

	.section_09 .why_box img {
		width: 100%;
	}

	.section_form_footer {
		margin-top: 39px;
	}

	.section_form_footer .footer_form_bg {
		border-radius: 0;
		width: calc(100% + 1.5rem);
		max-width: calc(100% + 1.5rem);
		position: relative;
		left: -.75rem;
	}

	.section_form_footer .form_wrapp {
		width: calc(100% + 1.5rem);
		position: relative;
		left: -.75rem;
		top: -.5px;
		border-radius: 0;
		padding: 51px .75rem 57px;
	}

	.form_wrapp .white_doublecorner {
		transform: scale(.25) translate(36%, 152%) rotate(180deg);
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 3;
	}

	.footer {
		margin-top: 1px;
		padding-bottom: 120px;
	}

	.phone-number:before {
		left: 0;
		top: -12px;
	}

	.privacy {
		font-size: 9px;
	}
}

.ms-drop.bottom ul {
	max-height: 100px !important;
}
