@font-face {font-family: 'Proxima Nova';src: url("../fonts/ProximaNova-Regular.eot");src: local("../fonts/Proxima Nova Regular"), local("ProximaNova-Light"), url("../fonts/ProximaNova-Regular-1.eot") format("embedded-opentype"), url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.bin") format("truetype");font-weight: bold;font-style: normal;}
@font-face {font-family: 'Proxima Nova Light';src: url("../fonts/ProximaNova-Light.eot");src: local("../fonts/Proxima Nova Light"), local("ProximaNova-Light"), url("../fonts/ProximaNova-Light-1.eot") format("embedded-opentype"), url("../fonts/ProximaNova-Light.woff2") format("woff2"), url("../fonts/ProximaNova-Light.woff") format("woff"), url("../fonts/ProximaNova-Light.bin") format("truetype");font-weight: bold;font-style: normal;}
@font-face {font-family: 'Proxima Nova Semibold';src: url("../fonts/ProximaNova-Semibold.eot");src: local("../fonts/Proxima Nova Semibold"), local("ProximaNova-Bold"), url("../fonts/ProximaNova-Semibold-1.eot") format("embedded-opentype"), url("../fonts/ProximaNova-Semibold.woff2") format("woff2"), url("../fonts/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNova-Semibold.bin") format("truetype");font-weight: bold;font-style: normal;}
@font-face {font-family: 'Proxima Nova Bold';src: url("../fonts/ProximaNova-Bold.eot");src: local("../fonts/Proxima Nova Bold"), local("ProximaNova-Bold"), url("../fonts/ProximaNova-Bold-1.eot") format("embedded-opentype"), url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.bin") format("truetype");font-weight: bold;font-style: normal;}
@font-face {font-family: 'Proxima Nova Black';src: url("../fonts/ProximaNova-Black.eot");src: local("../fonts/Proxima Nova Black"), local("ProximaNova-Black"), url("../fonts/ProximaNova-Black-1.eot") format("embedded-opentype"), url("../fonts/ProximaNova-Black.woff2") format("woff2"), url("../fonts/ProximaNova-Black.woff") format("woff"), url("../fonts/ProximaNova-Black.bin") format("truetype");font-weight: 900;font-style: normal;}
@font-face {font-family: 'Proxima Nova Extrabld';src: url("../fonts/ProximaNova-Extrabld.eot");src: local("../fonts/Proxima Nova Extrabold"), local("ProximaNova-Extrabld"), url("../fonts/ProximaNova-Extrabld-1.eot") format("embedded-opentype"), url("../fonts/ProximaNova-Extrabld.woff2") format("woff2"), url("../fonts/ProximaNova-Extrabld.woff") format("woff"), url("../fonts/ProximaNova-Extrabld.bin") format("truetype");font-weight: 800;font-style: normal;}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box; 
}
body {
	font-family: 'Proxima Nova';
	line-height: 1; 
}
ol, ul {
	list-style: none; 
}
blockquote, q {
	quotes: none; 
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none; 
}
p {
	margin-top: 70px;
	font-size: 32px;
	line-height: 47px; 
}
p:first-child {
	margin-top: 0; 
}
table {
	border-collapse: collapse;
	border-spacing: 0; 
}
.noscroll {
	overflow: hidden; 
}
html {
	height: 100%; 
}
article, aside, details, figcaption, figure, footer, footer_copy, headers, hgroup, main, nav, section, summary {
	display: block; 
}
body {
	font-family: 'Proxima Nova';
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	height: 100%; 
}
.wrapper {
	margin: 0 auto;
	min-height: 100%;
	overflow: hidden; 
}
.container_block {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 20px; 
}
img {
	max-width: 100%; 
}
h1, .h1 {
	font-size: 74px;
	font-family: 'Proxima Nova Bold'; 
}
h2, .h2 {
	font-size: 70px;
	font-family: 'Proxima Nova Bold'; 
}
h3, .h3 {
	font-size: 58px;
	line-height: 67px;
	font-family: 'Proxima Nova Bold'; 
}
h4, .h4 {
	font-size: 45px;
	line-height: 50px;
	font-family: 'Proxima Nova Bold'; 
}
.text-center {
	text-align: center; 
}
.btn {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 33px 60px;
	background: #edd136;
	font-family: 'Proxima Nova Bold';
	font-size: 21px;
	line-height: 24px;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	transition: 0.3s;
	border: 0;
	border-radius: 10px;
	cursor: pointer; 
}
.btn:hover {
	opacity: 0.7; 
}
.btn span {
	color: #ffffff;
	text-transform: uppercase; 
}
.btn.btn-empty {
	background: none;
	border: 1px solid;
	color: #000; 
}
.btn.btn-white {
	background: #fff;
	color: #000; 
}
.btn.btn-white.btn-empty {
	background: none;
	border: 1px solid #fff;
	color: #fff; 
}
.btn.btn-yellow {
	background: #edd136;
	color: #000; 
}
.btn.btn-yellow.btn-empty {
	background: none;
	border: 1px solid #edd136;
	color: #000; 
}
.btn.btn-small {
	padding: 18px 40px;
	font-size: 20px; 
}
ul {
	margin-top: 20px; 
}
ul:first-child {
	margin-top: 0; 
}
ul li {
	margin-top: 10px;
	font-size: 18px; 
}
ul li:first-child {
	margin-top: 0; 
}
.headers {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px 40px 0;
	color: #ffffff;
	z-index: 9999; 
}
.headers .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 1800px;
	min-height: 90px;
	margin: 0 auto; 
}
.headers .left_block {
	display: flex;
	align-items: center; 
}
.headers .contacts_wraper {
	display: flex;
	align-items: flex-end; 
}
.headers .contacts_wraper .phone {
	margin-left: 170px;
	font-family: 'Proxima Nova Extrabld';
	font-size: 34px;
	color: #ffffff;
	text-decoration: none; 
}
.whatsapp {
	margin-left: 40px;
	padding: 8px 10px 8px 38px;
	font-size: 18px;
	background: #00a884 url("../img/whatsapp.png") no-repeat 10px center;
	color: #fff;
	background-size: 21px;
	border-radius: 5px;
}
.whatsapp a{
	color:#fff;
	text-decoration:none;
}
.whatsapp a:hover{
	cursor:pointer;
}
.headers .right_block {
	display: flex;
	align-items: center; 
}
.headers .btn {
	padding: 13px 20px;
	border-width: 5px;
	font-size: 14px;
	border-radius: 5px; 
}
.headers .btn:active {
	margin-bottom: 0; 
}
.section1_block {
	position: relative;
	display: flex;
	width: 100%;
	*min-height: 100vh;
	margin-bottom: 120px;
	padding: 330px 0 176px;
	*background-image: url("../img/bg.jpg");
	*background-size: cover;
	*background-position: center;
	background: linear-gradient(to right,#060114 0, #3b4785 100%);
	color: #fff;
	overflow: hidden; 
}
.section1_block {
	padding: 230px 0 120px;
}
.section1_block .wrap {
	display: flex;
	flex-wrap: wrap; 
}
.section1_block .left_block {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 2; 
}
.section1_block .title {
	max-width: 1210px; 
}
.section1_block .title p {
	margin-top: 60px;
	font-size: 43px; 
}				
.section1_block .mobilka_block {
	position: relative;
	display: none;
	margin-top: 230px;
	color: #ffffff;
	text-align: center;
	z-index: 5; 
}
.section1_block .mobilka_block .btn {
	width: 100%;
	padding: 36px 20px;
	font-size: 25px; 
}
.section1_block .mobilka_block .phone {
	display: block;
	margin-top: 60px;
	font-family: 'Proxima Nova Bold';
	font-size: 36px;
	color: #ffffff;
	text-decoration: none; 
}
.section1_block .mobilka_block .whatsapp {
	margin-top: 15px;
	font-family: 'Proxima Nova Bold';
	font-size: 20px;
	color: #ffffff; 
}
.section1_block .form {
	margin-top: 90px; 
}
.form {
	width: 100%; 
}
.form .row {
	display: flex;
	margin: 20px 0 0 0; 
}
.form .row:first-child {
	margin-top: 0; 
}
.form .row .col {
	flex: 1;
	padding: 0 10px; 
}
.form .btn {
	width: 100%;
	max-width: none;
	outline: none; 
}
.input_wrap {
	position: relative; 
}
.input_wrap .icon {
	display: flex;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 36px;
	transform: translateY(-50%); 
}
.input_wrap .input {
	padding-left: 80px; 
}
.input {
	width: 100%;
	height: 90px;
	padding: 0 30px;
	font-family: 'Proxima Nova';
	font-size: 18px;
	color: #000;
	border: 0;
	border-radius: 5px;
	outline: none; 
}
.input::placeholder {
	color: #000;
	text-transform: uppercase; 
}
.sogl_polit{
	font-size:12px;
	padding-top:15px;
}
.yeow_bloks {
	display: inline-block;
	margin-top: 10px;
	padding: 4px 16px;
	background: #edd136;
	font-size: 22px;
	border-radius: 3px;
	text-transform: uppercase;
	text-align: center; 
}
.statistics {
	display: flex;
	margin: 100px 0 0 0; 
}
.statistics .item {
	display: flex;
	align-items: center;
	flex: 1;
	margin: 0 0 0 35px;
	padding: 50px;
	border: 1px solid #939393;
	border-radius: 10px;
	font-family: "Proxima Nova Semibold"; 
}
.statistics .num {
	margin-right: 30px;
	font-size: 91px;
	color: #323b71; 
}
.statistics .label {
	font-size: 25px;
	line-height: 30px;
	color: #000;
	text-transform: uppercase; 
}
.section2_block {
	padding: 100px 0 0; 
}
.section2_block .section2_block_title {
	max-width: 950px;
	margin: 0 auto;
	font-size: 67px;
	line-height: 64px; 
}
.section2_block_list_item {
	position: relative;
	margin-top: 50px;
	padding: 100px 0 0;
	border-top: 1px solid #ccc; 
}
.section2_block_list_item:first-child {
	border: 0; 
}
.section2_block_list_item.active .vigodno.mobile {
	opacity: 0; 
}
.condition-block {
	*width: 700px;
}
.condition-block .title {
	font-family: 'Proxima Nova Bold';
	font-size: 35px;
	line-height: 40px; 
}
.condition-block p {
	margin-top: 20px;
	font-size: 18px;
	line-height: 26px; 
}
.condition-block .button-wrap {
	display: flex;
	align-items: center;
	margin-top: 30px; 
}
.condition-block .button-wrap .btn {
	margin: 0 20px 0 0;
	padding: 10px 20px;
	font-size: 14px; 
}
.condition-block .button-wrap .close {
	color: #979797;
	font-size: 16px; 
}
.section2_block_list .head {
	display: flex; 
}
.section2_block_list .head .left_block .title-wrap {
	display: none; 
}
.section2_block_list .head .right_block {
	flex: 1; 
}
.section2_block_list .head .num {
	font-family: 'Proxima Nova Semibold';
	padding-right: 135px;
	font-size: 230px; 
}
.section2_block_list .head .title-wrap {
	display: flex;
	align-items: flex-end; 
}
.section2_block_list .head .title-wrap .label {
	font-family: 'Proxima Nova Semibold';
	font-size: 25px;
	text-transform: uppercase;
	letter-spacing: 10px;
	color: #6f6f6f; 
}
.section2_block_list .head .title-wrap .title {
	margin-left: 50px;
	font-family: 'Proxima Nova Semibold';
	font-size: 34px;
	line-height: 30px; 
}
.section2_block_list .head .title-wrap .button-wrap {
	display: flex;
	align-items: center;
	align-self: center;
	margin-left: 50px; 
}
.section2_block_list .head .list_ben_preim {
	display: flex;
	margin-top: 70px; 
}
.section2_block_list .head .list_ben_preim .item {
	flex: 1;
	padding: 0 0 0 20px;
	border-left: 3px solid #323b71;
	font-family: 'Proxima Nova Bold';
	font-size: 22px;
	line-height: 25px; 
}
.section2_block_list .body {
	display: flex;
	margin-top: 50px; 
}
.section2_block_list .body .left_block {
	flex: 2;
	padding-right: 70px; 
}
.section2_block_list .body .right_block {
	flex: 1; 
}
.section2_block_list .body .alert-text {
	margin-top: 40px; 
}
.section2_block_list .body .alert-text .gray-text {
	margin-top: 10px;
	color: #9b9b9b;
	font-size: 24px; 
}
.section2_block_list .body .alert-text .gray-text:first-child {
	margin-top: 0; 
}
.yow_bloks {
	display: inline-block;
	margin-top: 10px;
	padding: 4px 16px;
	background: #edd136;
	font-size: 22px;
	border-radius: 3px;
	text-transform: uppercase;
	text-align: center; 
}
.yow_bloks:first-child {
	margin-top: 0; 
}
.section2_block_list .body .cost-wrap {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 45px; 
}
.section2_block_list .body .cost-wrap .cost {
	font-family: 'Proxima Nova Semibold';
	font-size: 58px; 
}
.section2_block_list .body .cost-wrap .cost span {
	font-size: 27px; 
}
.section2_block_list .body .cost-wrap .vat {
	padding: 0 0 10px 20px;
	font-family: 'Proxima Nova Light';
	font-size: 17px; 
}
.section2_block_list .body .cost-wrap .vat span {
	display: block; 
}
.section2_block_list .body .button-wrap .condition-btn {
	display: none; 
}
.section2_block_list .vigodno {
	padding: 5px 20px;
	background: #edd136;
	color: #000;
	font-size: 18px;
	text-align: center;
	border-radius: 10px; 
}
.section2_block_list .vigodno:first-child {
	margin: 0; 
}
.section2_block_list .vigodno.mobile {
	display: none; 
}
.section2_block_list .condition-btn {
	display: inline-block;
	margin-left: 18px;
	padding: 5px 20px;
	font-family: 'Proxima Nova Light';
	font-size: 18px;
	color: #000;
	text-align: center;
	border: 1px solid #000;
	border-radius: 10px;
	text-decoration: none; 
}
.section2_block_list .condition-btn:first-child {
	margin: 0; 
}
.karta_wrapers {
	padding: 130px 0 0;
	text-align: center; 
}
.karta_wrapers .title {
	max-width: 750px;
	margin: 0 auto; 
}
.karta_wrapers .map {
	margin-top: 100px; 
}
.section3_block {
	position: relative;
	padding: 140px 0 150px; 
}
.section3_block:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: #f6f6f6;
	background: linear-gradient(to bottom, #f6f6f6 0%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0 ); 
}
.section3_block:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: #ffffff;
	background: linear-gradient(to bottom, #f6f6f6 0%, #ffffff 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0 ); 
}
.section3_block .section3_block_title {
	*max-width: 720px; 
	text-align: center;
}
.section3_block_list_pop {
	margin-top: 130px; 
}
.section3_block_list_pop .item {
	display: flex;
	padding-top: 120px; 
}
.section3_block_list_pop .item p {
	font-size: 35px;
	line-height: 45px; 
}
.section3_block_list_pop .item .text {
	max-width: 1210px; 
}
.section3_block_list_pop .item .mobilka_block {
	display: none; 
}
.section3_block_list_pop .item.press-left {
	padding-right: 70px; 
}
.section3_block_list_pop .item.press-left .text {
	max-width: 510px;
	margin-left: 0;
	padding-top: 120px; 
}
.section3_block_list_pop .item.press-right {
	justify-content: flex-end;
	padding: 120px 0 0 70px; 
}
.section3_block_list_pop .item.press-right .text {
	position: relative;
	max-width: 830px;
	margin-right: 0;
	z-index: 5; 
}
					.section3_block_list_pop .item.press-right{
						padding: 120px 0 0 114px;
					}
					.section3_block_list_pop .item.press-right .text{
						margin-right: 0;
					}
.section3_block_list_pop .item.press-right .text p {
	max-width: 700px; 
}
.section3_block_list_pop .item.press-right .text .button-wrap {
	max-width: 290px;
	margin-top: 290px; 
}
.section3_block_list_pop .item.press-right .text .button-wrap .btn {
	width: 100%;
	margin-top: 20px; 
}
.section3_block_list_pop .title {
	font-family: 'Proxima Nova Semibold';
	font-size: 50px;
	line-height: 55px; 
}
.section3_block_list_pop .button-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 200px; 
}
.section3_block_list_pop .button-wrap .label {
	margin-bottom: 30px;
	font-family: 'Proxima Nova Semibold';
	font-size: 24px;
	text-transform: uppercase; 
}
.section3_block_list {
	margin-top: 90px; 
}
.section3_block_list .item {
	display: flex;
	margin-top: 50px; 
}
.section3_block_list .item:first-child {
	margin-top: 0; 
}
.section3_block_list .image {
	flex: 20%;
	padding: 0 20px 0 0;
}
.section3_block_list .image.right {
	padding: 0; 
}
.section3_block_list .text {
	flex: calc(20% - 20px);
	padding: 130px 50px 0 50px;
}
.section3_block_list .title {
	font-family: 'Proxima Nova Bold';
	font-size: 35px;
	line-height: 33px; 
}
.section3_block_list p {
	margin-top: 40px;
	font-size: 24px;
	line-height: 30px; 
}
.shagi_job {
	margin-top: 10px; 
}
.shagi_job .wrap {
	display: flex;
	flex-wrap: wrap;
}
.shagi_job .item {
	flex: 14.6667%;
	padding: 40px 0 0;
	margin: 0 1%;
}
.shagi_job .image {
	margin-bottom: 20px;
	text-align: center;
}
.shagi_job .image img {
  max-width: 65%;
}
.shagi_job .title {
	margin-bottom: 10px;
	font-family: 'Proxima Nova Bold';
	font-size: 25px;
	text-align: center;
}
.shagi_job p {
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}
.mt-120{
	margin-top:60px;
}
.podhodit {
	display: flex;
	align-items: flex-end;
	padding: 20px 0 20px; 
}
.podhodit .col {
	flex: 1; 
}
.podhodit .right-col {
	padding: 0 30px; 
}
.podhodit p {
	max-width: 500px;
	font-size: 34px;
	line-height: 40px; 
}
.podhodit .btn {
	max-width: 590px;
	height: 110px; 
}
.section4_block .section4_block_title {
	max-width: 1230px;
	margin: 0 auto;
	text-align: center; 
}
.section4_block_list {
	margin: 100px 0 0 0; 
}
.section4_block_list .wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0; 
}
.section4_block_list_items {
	flex: 33.333%;
	max-width: 33.333%;
	padding: 100px 0 0 100px;
	overflow: hidden; 
}
.section4_block_list .icon {
	margin-bottom: 50px; 
}
.section4_block_list .title {
	margin: 0 0 40px;
	font-family: 'Proxima Nova Bold';
	font-size: 34px;
	line-height: 40px; 
}
.section4_block_list p {
	margin: 0;
	font-size: 22px;
	line-height: 28px; 
}
.zvoni_skoree {
	padding: 100px 0 30px;
	text-align: center; 
}
.zvoni_skoree .cost {
	font-family: 'Proxima Nova Semibold';
	font-size: 155px; 
}
.zvoni_skoree .text {
	margin-top: 60px;
	font-size: 34px;
	line-height: 50px; 
}
.zvoni_skoree .text span {
	display: block; 
}
.section5_block_faq {
	padding-top: 40px; 
}
.section5_block_faq .faq_bloks {
	margin-top: 80px; 
}
.faq_bloks_items {
	margin-top: 35px;
	border: 1px solid #bababa;
	border-radius: 10px; 
}
.faq_bloks_items:first-child {
	margin: 0; 
}
.faq_bloks_items.active .head .icon {
	justify-content: flex-start;
	transform: rotate(180deg); 
}
.faq_bloks_items.active .body {
	display: block; 
}
.faq_bloks .head {
	display: flex;
	align-items: center;
	padding: 35px 70px;
	font-weight: bold;
	font-size: 18px;
	line-height: normal;
	overflow: hidden;
	cursor: pointer; 
}
.faq_bloks .head .num {
	width: 100px;
	font-size: 72px;
	line-height: 60px;
	font-weight: 400; 
}
.faq_bloks .head .title {
	flex: 1;
	font-family: 'Proxima Nova Semibold';
	font-size: 25px;
	line-height: 37px;
	text-transform: uppercase; 
}
.faq_bloks .head .icon {
	display: flex;
	justify-content: flex-end;
	width: 100px; 
}

.faq_bloks .body {
	*display: none;
	padding: 0 200px 35px; 
}
.faq_bloks .body p {
	font-family: 'Proxima Nova';
	font-size: 24px;
	line-height: 35px; 
}
.section6_block_partnery {
	position: relative;
	padding: 100px 0 150px; 
}
.section6_block_partnery:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: #ffffff;
	background: linear-gradient(to bottom, #f6f6f6 0%, #ffffff 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0 ); 
}
.section6_block_partnery .section6_block_partnery_title {
	max-width: 1230px;
	margin: 0 auto;
	text-align: center; 
}
.section6_block_partnery_list {
	margin-top: 120px; 
}
.section6_block_partnery_list_items {
	display: flex;
	margin-top:70px;
	padding-top: 70px;
	border-top: 1px solid #e6e6e6; 
}
.section6_block_partnery_list_items:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0; 
}
.section6_block_partnery_list .image {
	flex: 1;
	max-width: 350px;
	padding-right: 130px; 
}
.section6_block_partnery_list .text .name {
	flex: 100%;
	margin-top: 40px;
	font-family: 'Proxima Nova';
	font-size: 27px; 
}
.section6_block_partnery_list .text {
	flex: 1; 
}
.section6_block_partnery_list .text p {
	margin-top: 30px;
	font-family: 'Proxima Nova';
	font-size: 24px;
	line-height: 35px; 
}
.section6_block_partnery_list .text p:first-child {
	margin-top: 0; 
}
.section6_block_partnery_list .section6_block_partnery_zayavka {
	flex: 1;
	max-width: 290px;
	padding-left: 100px; 
}
.section6_block_partnery_list .section6_block_partnery_zayavka .item {
	margin-top: 75px; 
}
.section6_block_partnery_list .section6_block_partnery_zayavka .item:first-child {
	margin-top: 0; 
}
.section6_block_partnery_list .section6_block_partnery_zayavka .num {
	padding-bottom: 30px;
	font-size: 85px; 
}
.section6_block_partnery_list .section6_block_partnery_zayavka .label {
	font-family: 'Proxima Nova Bold';
	font-size: 20px;
	line-height: 27px;
	text-transform: uppercase; 
}
.kak_rabotaty_block {
	position: relative;
	padding:40px 40px 50px; 
}
.kak_rabotaty_block .title {
	position: relative;
	margin: 0 auto;
	z-index: 9; 
}
.kak_rabotaty_block p {
	max-width: 1400px;
	margin: 70px auto 0; 
}
.form_block {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 1800px;
	margin: 70px auto 0;
	padding: 120px 0 150px;
	background-size: cover;
	border-radius: 10px; 
}
.form_block .form {
	max-width: 613px; 
}
.form_block .input {
	height: 110px; 
}
.form_block .btn {
	margin-top: 10px;
	padding: 43px 100px; 
}
.form_block{
	background: url("../img/form-bg.png") no-repeat right top;
}
.footer {
	position: relative;
	display: flex;
	align-items: center;
	max-width: 1880px;
	margin: 0 auto;
	padding: 0 40px 5px; 
}
.footer .col {
	flex: 1; 
}
.footer .right-col {
	display: flex;
	justify-content: flex-end; 
}
.footer .phone {
	font-family: 'Proxima Nova Bold';
	font-size: 26px; 
}
.footer .phone a {
	color: #000;
	text-decoration: none; 
}
.footer .phone span {
	display: block;
	margin-top: 7px;
	font-family: 'Proxima Nova';
	font-size: 20px;
	color: #a0a0a0; 
}
.footer .btn {
	display: flex;
	min-height: 50px;
	padding: 0 20px;
	font-size: 14px;
	border-radius: 5px; 
}
.footer .btn:active {
	margin-bottom: 0; 
}
.footer_copy{
	float: left;
	width: 100%;
	margin: 0 auto;
	padding: 0 40px 20px;
}
.politicos{
	float: right;
}
@media (max-width: 1661px) {
	h1, .h1 {
		font-size: 59px;
		line-height: 66px; 
	}
	h2, .h2 {
		font-size: 50px;
		line-height: 58px; 
	}
	h3, .h3 {
		font-size: 48px;
		line-height: 57px; 
	}
	h4, .h4 {
		font-size: 45px;
		line-height: 50px;
		font-family: 'Proxima Nova Bold'; 
	}
	p {
		margin-top: 40px;
		font-size: 27px;
		line-height: 38px; 
	}
	.headers .contacts_wraper .phone {
		margin-left: 0; 
	}
	.headers .contacts_wraper .whatsapp {
		margin-left: 40px; 
	}
	.headers .phons_wraper {
		margin-left: 30px; 
	}
	.section1_block {
		padding-top: 250px; 
	}
	.section1_block .title p {
		margin-top: 40px;
		font-size: 36px; 
	}
	.section1_block .form {
		margin-top: 40px; 
	}
	.input_wrap .icon {
		left: 25px; 
	}
	.input_wrap .input {
		padding-left: 60px; 
	}
	.statistics {
		margin-top: 60px; 
	}
	.statistics .item {
		padding: 35px; 
	}
	.statistics .num {
		font-size: 70px; 
	}
	.statistics .label {
		font-size: 20px;
		line-height: 25px; 
	}
	.karta_wrapers {
		padding-top: 80px; 
	}
	.karta_wrapers .map {
		margin-top: 60px; 
	}
	.section3_block {
		padding: 80px 0 130px;
	}
	.section3_block:after {
		height: 30px;
	}
	.section3_block_list_pop {
		margin-top: 0; 
	}
	.section3_block_list_pop .item {
		padding-top: 80px; 
	}
	.section3_block_list_pop .item.press-right .text {
		margin-right: 0; 
	}
	.section3_block_list_pop .item.press-right .button-wrap {
		margin-top: 100px; 
	}
	.section3_block_list_pop .item.press-right .text .button-wrap {
		margin-top: 100px; 
	}
	.section3_block_list_pop .button-wrap {
		margin-top: 100px; 
	}
	}
	.mt-120 {
		margin-top: 30px;
	}
	.podhodit p {
		font-size: 30px; 
	}
	.podhodit .btn {
		display: inline-block;
		max-width: none;
		height: auto; 
	}
	.section4_block_list .wrap {
		margin: 0; 
	}
	.section4_block_list_items {
		padding: 50px 0 0 50px; 
	}	
	.zvoni_skoree {
		padding: 30px 0; 
	}
	.zvoni_skoree .text {
		margin-top: 40px;
		font-size: 30px;
		line-height: 46px; 
	}
	.zvoni_skoree .cost {
		font-size: 140px; 
	}
	.kak_rabotaty_block .left-image {
		top: 80px; 
	}
	.kak_rabotaty_block .left-image img {
		max-height: 200px; 
	}
	.table-wrap {
		padding: 80px; 
	}
	.shagi_job p {
		font-size: 16px;
	}
}
@media (max-width: 1661px){
	.section3_block_list_pop .item.press-right .text {
		margin-right: 30px;
	}
}
@media (max-width: 1661px){
	p {
		margin-top: 32px;
		font-size: 24px;
		line-height: 36px;
	}
	h4, .h4 {
		font-size: 36px;
		line-height: 42px;
		font-family: 'Proxima Nova Bold';
	}
	.podhodit p {
		font-size: 26px;
		line-height: 35px;
		margin-top: 28px;
	}
	h3, .h3 {
		font-size: 42px;
		line-height: 52px;
	}
}
@media (max-width: 1441px) {
	.headers .contacts_wraper .phone {
		font-size: 30px; 
	}
	.headers .contacts_wraper .whatsapp {
		font-size: 18px; 
	} 
	.section3_block {
		padding: 80px 0 130px;
	}
	.section1_block .title p {
		font-size: 32px; 
	}	
	.input {
		height: 64px; 
	}
	.btn {
		padding: 20px 40px; 
	}
	.section2_block .section2_block_title {
		font-size: 50px;
		line-height: 58px; 
	}
	.section2_block_list .head .num {
		padding-right: 100px;
		font-size: 200px; 
	}
	.section2_block_list .head .title-wrap .title {
		font-size: 53px;
		line-height: 45px; 
	}
	.section2_block_list .head .list_ben_preim .item {
		padding-right: 20px; 
	}
	.section3_block {
		padding-top: 30px; 
	}
	.section3_block:before {
		display: none; 
	}
	.section3_block .section3_block_title {
		font-size: 47px;
		line-height: 52px; 
	}
	.section3_block_list_pop {
		margin-top: 0; 
	}
	.section3_block_list_pop .item.press-right .text .button-wrap {
		margin-top: 60px; 
	}
	.section3_block_list_pop .item .title {
		font-size: 45px;
		line-height: 50px; 
	}
	.section3_block_list_pop .item p {
		font-size: 26px;
		line-height: 35px; 
	}
	.section3_block_list_pop .button-wrap {
		margin-top: 60px; 
	}
	.zvoni_skoree .cost {
		font-size: 90px; 
	}
	.zvoni_skoree .text {
		margin-top: 30px;
		font-size: 26px;
		line-height: 36px; 
	}
	.section6_block_partnery_list {
		margin-top: 80px; 
	}
	.section6_block_partnery_list .image {
		max-width: 300px;
		padding-right: 60px; 
	}
	.section6_block_partnery_list .section6_block_partnery_zayavka {
		padding-left: 60px; 
	}
	.kak_rabotaty_block .right-top-image {
		right: 80px; 
	}
	.footer {
		padding: 40px; 
	} 
}
@media (max-width: 1301px) {
	.headers {
		align-items: flex-start; 
	}
	.headers .right_block {
		flex-direction: column-reverse;
		align-items: flex-end; 
	}
	.headers .right_block .contacts_wraper {
		padding-bottom: 20px; 
	}
	.headers .right_block .phons_wraper {
		margin-left: 0; 
	} 
}
@media (max-width: 1281px) {
	h1, .h1 {
		font-size: 57px;
		line-height: 60px; 
	}
	p {
		font-size: 23px;
		line-height: 34px; 
	}
	.btn {
		font-size: 16px; 
	}
	.headers .logo {
		max-width: 400px; 
	}
	.headers .phons_wraper {
		margin-left: 20px; 
	}
	.headers .contacts_wraper .phone {
		font-size: 26px; 
	}
	.headers .contacts_wraper .whatsapp {
		margin-left: 20px;
		padding-bottom: 5px; 
	}
	.section1_block {
		margin-bottom: 80px;
		padding-top: 200px;
		padding-bottom: 120px; 
	}
	.section1_block .left_block {
		max-width: none; 
	}
	.section1_block .form .input {
		height: 52px;
		font-size: 14px; 
	}	
	.statistics {
		margin: 100px 0 0 0; 
	}
	.statistics .item {
		margin: 0 0 0 20px;
		padding: 25px;
		border-radius: 10px; 
	}
	.statistics .num {
		margin-right: 20px;
		font-size: 60px; 
	}
	.statistics .label {
		font-size: 16px;
		line-height: 23px; 
	}
	.section2_block_list {
		margin-top: 0; 
	}
	.section2_block_list .head .num {
		padding-right: 70px;
		font-size: 150px; 
	}
	.section2_block_list .head .title-wrap .label {
		font-size: 20px;
		letter-spacing: 7px; 
	}
	.section2_block_list .head .title-wrap .title {
		margin-left: 30px;
		font-size: 43px;
		line-height: 37px; 
	}
	.section2_block_list .head .title-wrap .button-wrap {
		margin-left: 30px; 
	}
	.section2_block_list .head .title-wrap .vigodno {
		font-size: 16px;
		line-height: normal; 
	}
	.section2_block_list .head .title-wrap .condition-btn {
		font-size: 16px;
		line-height: normal; 
	}
	.section2_block_list .head .list_ben_preim .item {
		padding-right: 20px;
		font-size: 18px;
		line-height: 22px; 
	}
	.section2_block_list .body {
		margin-top: 60px; 
	}
	.section2_block_list .body .alert-text {
		margin-top: 20px; 
	}
	.section2_block_list .body .alert-text .gray-text {
		font-size: 18px; 
	}
	.yow_bloks {
		font-size: 18px; 
	}
	.yeow_bloks {
		font-size: 18px; 
	}
	.section2_block_list .body .cost-wrap {
		margin-bottom: 30px; 
	}
	.section2_block_list .body .cost-wrap .cost {
		font-size: 45px; 
	}
	.section2_block_list .body .cost-wrap .vat {
		font-size: 14px; 
	}
	.section2_block_list .vigodno {
		padding: 5px 20px; 
	}
	.section3_block_list_pop .item {
		padding-top: 60px; 
	}
	.section3_block_list_pop .item p {
		font-size: 21px;
		line-height: 30px; 
	}
	.section4_block_list .title {
		margin-bottom: 30px;
		font-size: 26px;
		line-height: 32px; 
	}
	.section4_block_list p {
		font-size: 18px; 
	}
	.section5_block_faq {
		padding-top: 60px; 
	}
	.section5_block_faq .faq_bloks {
		margin-top: 60px; 
	}
	.faq_bloks .head {
		padding: 15px 30px; 
	}
	.faq_bloks .head .num {
		padding-right: 20px;
		font-size: 60px; 
	}
	.faq_bloks .head .title {
		padding-right: 20px;
		font-size: 20px;
		line-height: 30px; 
	}
	.faq_bloks .body {
		padding: 0 150px 25px; 
	}
	.faq_bloks .body p {
		font-size: 20px;
		line-height: 30px; 
	}
	.faq_bloks .head .num{
		line-height: 55px;
	}
	.section6_block_partnery_list .text .name {
		margin-top: 20px;
		font-size: 27px;
		line-height: 30px; 
	}
	.section6_block_partnery_list .text p {
		font-size: 23px;
		line-height: 34px; 
	}
	.section6_block_partnery_list .section6_block_partnery_zayavka .num {
		font-size: 78px;
		line-height: 60px; 
	}
	.section6_block_partnery_list .section6_block_partnery_zayavka .label {
		font-size: 20px;
		line-height: 23px; 
	}
	.kak_rabotaty_block {
		padding-bottom: 40px; 
	}
	.fonyty{
		background:#f0eef1;
	}
	.form_block {
		padding: 70px 20px; 
	}
	.form_block .form {
		max-width: none; 
	}
	.form_block .form .row {
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center; 
	}
	.form_block .form .col {
		width: 100%;
		flex: 100%;
		max-width: 500px;
		margin-top: 20px; 
	}
	.form_block .form .col:first-child {
		margin-top: 0; 
	}
	.form_block .form .input {
		height: 70px;
		font-size: 14px; 
	}
	.form_block .form .btn {
		padding: 20px; 
	} 
	.footer .phone {
		font-size: 33px; 
	}
	.footer .phone span {
		font-size: 20px; 
	} 
	.shagi_job p {
		font-size: 15px;
	}
}
@media (min-width:1026px) and (max-width:1200px){
	h1, .h1 {
		font-size: 48px;
	}
	.headers .logo {
		max-width: 260px;
	}
	.section3_block_list .text {
		padding: 30px 50px 0 50px;
	}
	.section3_block_list .title {
		font-size: 32px;
	}
	.section3_block_list_pop .item .title {
		font-size: 32px;
		line-height:40px;
	}
	.podhodit {
		align-items: center;
	}
	.podhodit .btn {
		width: 100%;
	}
}
@media (max-width: 1025px) {
	h1, .h1 {
		font-size: 52px;
		line-height: 60px; 
	}
	h2, .h2 {
		font-size: 40px;
		line-height: 45px; 
	}
	h3, .h3 {
		font-size: 35px;
		line-height: 45px; 
	}
	h4, .h4 {
		font-size: 35px;
		line-height: 40px; 
	}
	p {
		font-size: 28px;
		line-height: 38px; 
	}
	.headers .left_block {
		display: block;
		width: 100%;
	}
	.headers .contacts_wraper {
		display: block;
	}
	.headers .logo {
		max-width: 340px;
		float: left;
	}
	.headers .contacts_wraper, .headers .btn {
		float: right;
		text-align: center;
	}
	.headers .right_block{
		display: none; 
	}
	.section1_block .title p {
		margin-top: 30px;
		font-size: 41px;
		line-height: 41px; 
	}
	.yow_bloks {
		padding: 2px 5px;
		font-size: 14px; 
	}
	.yeow_bloks {
		padding: 2px 5px;
		font-size: 14px; 
	} 
	.statistics {
		flex-wrap: wrap;
		margin-top: 60px; 
	}
	.statistics .item {
		flex: calc(31% - 10px);
		max-width: calc(31% - 10px);
		margin-top: 20px; 
		display: block;
		text-align: center;
	}
	.section2_block {
		padding: 40px 0 0; 
	}
	.section2_block .section2_block_title {
		font-size: 40px;
		line-height: 45px; 
	}
	.section2_block_list .head .list_ben_preim {
		flex-wrap: wrap;
		margin-top: 50px; 
	}
	.section2_block_list .head .list_ben_preim .item {
		flex: calc(50% - 20px);
		margin: 20px 20px 0 0;
		padding: 0 0 0 20px; 
	}
	.section2_block_list_item:first-child{
		margin:0;
	}
	.section2_block_list .body {
		flex-direction: column;
		align-items: flex-start;
		margin-top: 30px; 
	}
	.section2_block_list .body .right_block {
		width: 100%;
		padding-top: 40px; 
		text-align:center;
	}
	.section2_block_list .body .cost-wrap {
		display: block;
	}
	.section2_block_list .body .cost-wrap .vat {
		padding: 0;
		font-size: 18px;
	}
	.section2_block_list .body p {
		font-size: 18px;
		line-height: 24px; 
	}
	.section2_block_list .body .alert-text {
		margin-top: 15px; 
	}
	.karta_wrapers .map {
		margin-top: 45px; 
	}
	.section3_block {
		padding-bottom: 100px; 
	}
	.advantages-block-item {
		flex: 50%;
		max-width: 50%; 
	}
	.section3_block_list .image {
		padding: 0; 
	}
	.section3_block_list .text {
		padding: 20px; 
	}
	.section3_block_list_pop .item.press-right .image {
		margin: 0; 
	}
	.section3_block_list_pop .item.press-right .text .button-wrap {
		max-width: none;
		flex-direction: row;
		justify-content: center;
		margin-left: 0; 
	}
	.section3_block_list_pop .item.press-right .text .button-wrap .btn {
		flex: calc(50% - 15px);
		max-width: 260px;
		margin-left: 15px;
		padding: 15px 20px;
		font-family: 'Proxima Nova';
		font-size: 20px; 
	}
	.section3_block_list_pop .item.press-right .image {
		display: none; 
	}
	.section3_block_list_pop .item.press-right .mobilka_block, .section3_block_list_pop .item.press-right .mobilka_block .image {
		display: block; 
	}
	.section3_block_list_pop .item.press-right .button-wrap {
		flex-wrap: wrap; 
	}
	.section3_block_list_pop .item .title {
		font-size: 38px;
		line-height: 44px; 
	}
	.section3_block_list_pop .item p {
		margin-top: 40px; 
	}
	.section3_block_list_pop .button-wrap {
		max-width: 190px; 
	}
	.section3_block_list_pop .item.press-right {
		justify-content: center;
		padding: 70px 20px 0;
	}
	.section3_block_list_pop .item.press-right .text p {
		max-width: 100%;
	}
	.btn.btn-small {
		padding: 5px 20px;
		font-size: 14px; 
	}
	.shagi_job {
		margin-top: 60px; 
	}
	.shagi_job .wrap {
		margin: 0; 
	}
	.shagi_job .item {
		padding: 40px 0 0 40px; 
		flex: 31%;
	}
	.shagi_job p {
		font-size: 17px;
	}
	.shagi_job .image img {
		max-width: 90%;
	}
	.podhodit {
		padding: 40px 0; 
	}
	.podhodit .right-col {
		display: flex;
		justify-content: flex-end; 
	}
	.podhodit p {
		font-size: 26px;
		line-height: 32px; 
	}
	.section4_block_list {
		margin: 80px 0 0 0; 
	}
	.section4_block_list .wrap {
		margin-left: .; 
	}
	.section4_block_list_items {
		padding: 50px 0 0 30px; 
	}
	.zvoni_skoree {
		padding: 60px 0; 
	}
	.section5_block_faq {
		padding-top: 30px;
	}
	.faq_bloks .head {
		padding: 10px 20px;
	}
	.faq_bloks .head .num {
		padding-right: 12px;
		font-size: 30px;
		width: 70px;
	}
	.faq_bloks .head .title {
		padding-right: 10px;
		font-size: 20px;
		line-height: 25px;
		text-transform: none;
	}
	.faq_bloks .body {
		padding: 0 120px 20px;
	}
	.faq_bloks .body p {
		font-size: 15px;
		line-height: 25px;
	}
	.zvoni_skoree .cost {
		font-size: 80px;
	}
}
@media (min-width:770px) and (max-width:970px){
	.section2_block_list .head .title-wrap .label, .section2_block_list .head .title-wrap .title{
		display:none;
	}
}
@media (max-width: 769px) {
	h1, .h1 {
		font-size: 41px;
		line-height: 46px;
		text-align: center;
		margin-bottom: 70px;
	}
	h2, .h2 {
		font-size: 29px;
	}
	.section1_block .title p {
		margin-top: 30px;
		font-size: 30px;
		line-height: 32px;
	}
	.btn {
		padding: 36px 30px;
		font-size: 24px; 
	}
	.headers .contacts_wraper, .headers .btn {
		display: none;
	}
	.headers .logo {
		max-width: 100%;
		text-align: center;
		width: 100%;
	}
	.section1_block {
		background-position: right; 
	}
	.section1_block:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: 0.50;
		z-index: 1; 
	}
	.section1_block .wrap {
		position: relative;
		z-index: 5; 
	}
	.section1_block .form {
		display: none; 
	}
	.section1_block .mobilka_block {
		display: block; 
		margin-top: 70px;
	}
	.section1_block {
		padding-top: 160px; 
	}
	.section1_block .form .row {
		flex-wrap: wrap; 
	}
	.section1_block .form .row .col {
		flex: 100%;
		margin-top: 20px; 
	}
	.section1_block .form .row .col:first-child {
		margin-top: 0; 
	}
	.whatsapp {
		margin-left: 0;
		padding: 30px;
		font-size: 18px;
		background-size: 40px;
	}
	.yow_bloks {
		font-size: 16px; 
	}
	.yeow_bloks {
		font-size: 16px; 
	}
	.statistics .item {
		flex: 100%;
		max-width: 100%;
		justify-content: center; 
		margin:10px 0;
	}
	.statistics .num {
		width: 100%;
		margin-right: 0;
		font-size: 80px;
		text-align: center;
	}
	.statistics .label {
		max-width: 100%;
		font-family: 'Proxima Nova Bold';
		font-size: 23px;
		line-height: 28px;
		text-align: center;
		width: 100%;
	}
	.section2_block {
		padding: 20px 0 0; 
	}
	.section2_block_list {
		margin: 20px 0 0; 
	}
	.section2_block_list_item {
		margin-top: 30px;
		padding: 60px 20px;
		border: 1px solid #bababa;
		border-radius: 10px; 
	}
	.section2_block_list_item:first-child {
		border: 1px solid #bababa; 
	}
	.section2_block_list .head {
		flex-wrap: wrap; 
	}
	.section2_block_list .head .left_block {
		display: flex;
		flex: 100%; 
	}
	.section2_block_list .head .left_block .title-wrap {
		display: block;
		padding-left: 50px; 
	}
	.section2_block_list .head .right_block .title-wrap {
		display: none; 
	}
	.section2_block_list .head .num {
		padding: 0;
		font-size: 115px;
		line-height: 84px; 
	}
	.section2_block_list .head .title {
		margin-left: 20px;
		font-size: 35px; 
	}
	.section2_block_list .head .title-wrap {
		flex-wrap: wrap;
		flex-direction: column;
		align-items: flex-start; 
	}
	.section2_block_list .head .title-wrap .label {
		font-size: 18px; 
	}
	.section2_block_list .head .title-wrap .title {
		margin: 10px 0 0;
		font-size: 34px; 
	}
	.section2_block_list .head .title-wrap .button-wrap {
		flex-direction: column;
		align-items: flex-start;
		align-self: flex-start;
		margin: 20px 0 0; 
	}
	.section2_block_list .head .title-wrap .condition-btn {
		margin: 10px 0 0; 
	}
	.section2_block_list .body {
		margin-top: 40px; 
	}
	.section2_block_list .body .left_block {
		flex: 1;
		padding-right: 20px; 
	}
	.section2_block_list .body .cost-wrap {
		justify-content: flex-start; 
	}
	.section2_block_list .body .cost-wrap .cost {
		font-size: 38px; 
	}
	.section2_block_list .body .button-wrap {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		margin-left: 0; 
	}
	.section2_block_list .body .button-wrap .condition-btn {
		display: block; 
	}
	.section2_block_list .body .btn {
		margin-left: 20px;
		padding: 13px 30px;
		font-size: 15px; 
	}
	.section2_block_list .body .condition-btn {
		margin-left: 20px;
		padding: 13px 30px; 
	}
	.section2_block_list .vigodno.mobile {
		display: block;
		position: absolute;
		top: 0;
		right: 25px;
		font-size: 14px; 
	}
	.section3_block {
		padding-bottom: 50px; 
	}
	.section3_block:after {
		display: none; 
	}
	.section3_block .section3_block_title {
		margin-bottom: 40px; 
		font-size:32px;
	}
	.advantages-block {
		margin-left: 0; 
	}
	.advantages-block-item {
		padding: 40px 0 0 40px; 
	}
	.advantages-block .title {
		font-size: 31px; 
	}
	.advantages-block p {
		font-size: 13px; 
	}
	.section3_block_list .item {
		flex-direction: column;
		margin-top: 30px; 
	}
	.section3_block_list .item:nth-child(2n) {
		flex-direction: column-reverse; 
	}
	.section3_block_list .item .image {
		position: relative;
		margin: 0;
		z-index: 1; 
	}
	.section3_block_list .item .text {
		position: relative;
		padding: 0 0 10px;
		z-index: 5; 
	}
	.section3_block_list .title {
		font-size: 25px;
		line-height: 30px; 
	}
	.section3_block_list p {
		margin-top: 20px;
		font-size: 18px;
		line-height: 25px; 
	}
	.section3_block_list + .section3_block_list_pop {
		margin-top: 30px; 
	}
	.section3_block_list_pop .item {
		display: block;
		padding-top: 40px; 
	}
	.section3_block_list_pop .item:first-child {
		padding-top: 0; 
	}
	.section3_block_list_pop .item.press-left {
		padding: 0; 
	}
	.section3_block_list_pop .item.press-left .image {
		max-width: 100%; 
	}
	.section3_block_list_pop .item.press-left .text {
		max-width: none;
		margin: 0 0 0;
		padding: 20px 70px; 
	}
	.section3_block_list_pop .item.press-right {
		display: flex;
		flex-direction: column;
		padding: 0; 
	}
	.section3_block_list_pop .item.press-right .text {
		max-width: none;
		margin-top: 20px;
		padding: 20px 20px; 
	}
	.section3_block_list_pop .item.press-right .text .button-wrap {
		margin-top: 50px; 
	}
	.section3_block_list_pop .item p {
		font-size: 30px;
		line-height: 40px; 
	}
	.section3_block_list_pop .button-wrap {
	max-width: none;
	margin-top: 80px; 
	}
	.section3_block_list_pop .button-wrap .btn {
		width: 100%;
		max-width: 500px;
		padding: 36px 30px;
		font-size: 24px; 
	}
	.shagi_job .item {
	    flex: 48%;
		max-width: 48%;
		padding: 40px 0 0 0;
	}
	.shagi_job .image {
		margin-bottom: 30px; 
	}
	.shagi_job .title {
		margin-bottom: 20px;
		font-size: 18px; 
	}
	.shagi_job p {
		font-size: 16px;
		line-height: 24px; 
	}
	.podhodit {
		flex-direction: column;
		align-items: flex-start;
		padding: 60px 0; 
	}
	.podhodit .right-col {
		padding: 30px 0 0; 
	}
	.podhodit p {
		margin-top: 30px; 
	}
	.section4_block .section4_block_title {
		text-align: left; 
	}
	.section4_block_list_items {
		flex: 100%;
		max-width: 100%; 
	}
	.section4_block_list .icon {
		display: none; 
	}
	.section4_block_list .title {
		padding-left: 32px;
		font-size: 23px;
		line-height: 26px;
		border-left: 5px solid #323b71; 
	}
	.section4_block_list p {
		font-size: 16px;
		line-height: 20px; 
	}
	.section5_block_faq {
		padding-top: 20px; 
	}
	.section5_block_faq .faq_bloks {
		margin-top: 40px; 
	}
	.faq_bloks .head {
		padding: 30px; 
	}
	.faq_bloks .head .num {
		display: none; 
	}
	.faq_bloks .head .title {
		font-size: 15px;
		line-height: 20px;
		font-family: 'Proxima Nova Bold'; 
	}
	.faq_bloks .head .icon {
		width: 30px; 
	}
	.faq_bloks .body {
		padding: 0 30px 50px; 
	}
	.faq_bloks .body p {
		font-size: 16px;
		line-height: 25px; 
	}	
	.section6_block_partnery {
		padding-bottom: 40px; 
	}
	.section6_block_partnery:after {
		display: none; 
	}
	.section6_block_partnery_list_items {
		flex-wrap: wrap;
		margin-top: 50px;
		padding-top: 0;
		border: 0; 
	}
	.section6_block_partnery_list_items .image {
		display: flex;
		align-items: center;
		justify-content: center;
		flex: 100%;
		max-width: none;
		padding: 0;
		order: 1; 
	}
	.section6_block_partnery_list_items .image img {
		max-width: 130px; 
	}
	.section6_block_partnery_list_items .image .name-wrap {
		padding-left: 40px; 
	}
	.section6_block_partnery_list_items .text .name {
		margin: 0; 
		text-align: center;
	}
	.section6_block_partnery_list_items .text {
		flex: 100%;
		padding: 40px 0 0;
		order: 3; 
	}
	.section6_block_partnery_list_items .text.active .mobilka_block {
		display: block; 
	}
	.section6_block_partnery_list_items .text.active .button-wrap {
		display: none; 
	}
	.section6_block_partnery_list_items .text p {
		font-size: 20px;
		line-height: 30px; 
	}
	.section6_block_partnery_list_items .text .mobilka_block {
		display: none;
		margin-top: 20px; 
	}
	.section6_block_partnery_list_items .text .button-wrap {
		display: flex;
		justify-content: center; 
	}
	.section6_block_partnery_list_items .section6_block_partnery_zayavka {
		display: block;
		flex: 100%;
		max-width: none;
		margin-left: 0;
		padding: 40px 0 0;
		order: 2; 
	}
	.section6_block_partnery_list_items .section6_block_partnery_zayavka .item {
		max-width: none;
		margin-top: 0;
		padding: 0; 
		text-align:center;
	}
	.kak_rabotaty_block {
		padding: 60px 70px 20px; 
	}
	.kak_rabotaty_block p {
		margin-top: 30px; 
	}
	.kak_rabotaty_block .title {
		max-width: 330px;
		margin: 0 auto; 
	}
	.form_block {
		margin: 70px 0 0;
		padding: 40px 0 40px;
		background-position: right; 
	}
	.form_block .form .btn {
		padding: 25px 20px;
		font-size: 20px; 
	}
	.footer {
		flex-direction: column; 
	}
	.footer .left-col {
		padding: 0 0 30px;
		text-align: center; 
	}
	.footer .btn {
		min-height: 68px;
		padding: 0 30px;
		font-family: 'Proxima Nova Semibold';
		font-size: 16px;
		color: #a3a3a3;
		border-color: #a3a3a3; 
	} 
	.zvoni_skoree .cost {
		font-size: 63px;
	}
}
@media (max-width: 561px) {
	.container_block, .content-block {
		padding: 0 20px; 
	}
	h1, .h1 {
		font-size: 32px;
		line-height: 40px; 
	}
	h2, .h2 {
		font-size: 28px;
		line-height: 34px; 
	}
	h3, .h3 {
		font-size: 22px;
		line-height: 26px; 
	}
	p {
		margin-top: 20px;
		font-size: 16px;
		line-height: 26px; 
	}
	.headers {
		padding-right: 30px;
		padding-left: 30px; 
	}
	.headers .logo {
		font-size: 30px; 
	}
	.headers .logo span {
		font-size: 15px; 
	}
	.headers .logo .red {
		margin-left: 10px; 
	}
	.btn {
		padding: 20px;
		font-size: 16px; 
	}
	.section1_block {
		margin-bottom: 60px;
		padding-top: 130px;
		padding-bottom: 80px; 
	}
	.section1_block .title p {
		font-size: 20px;
		line-height: 25px; 
	}
	.section1_block .mobilka_block {
		margin-top: 60px; 
	}
	.section1_block .mobilka_block .btn {
		padding: 20px 10px;
		font-size: 20px; 
	}
	.statistics {
		margin-top: 20px; 
	}
	.statistics .num {
		margin-right: 20px;
		font-size: 50px; 
	}
	.statistics .label {
		font-size: 16px;
		line-height: 20px; 
	}
	.section2_block {
		padding: 0; 
	}
	.section2_block .section2_block_title {
		font-size: 28px;
		line-height: 35px; 
	}
	.section2_block_list_item {
		margin-top: 40px;
		padding: 40px 20px; 
	}
	.section2_block_list .head .left_block {
		flex-direction: column; 
	}
	.section2_block_list .head .left_block .title-wrap {
		padding: 10px 0 0; 
	}
	.section2_block_list .head .num {
		font-size: 100px; 
	}
	.section2_block_list .head .title-wrap .title {
		font-size: 35px; 
	}
	.section2_block_list .head .list_ben_preim {
		margin-top: 30px; 
	}
	.section2_block_list .body {
		flex-direction: column;
		margin-top: 30px; 
	}
	.section2_block_list .body .left_block {
		padding: 0 0 20px; 
	}
	.section2_block_list .body .cost-wrap .cost {
		font-size: 30px; 
	}
	.section2_block_list .body .button-wrap {
		margin: 0; 
	}
	.section2_block_list .body .button-wrap .condition-btn {
	    flex: 100%;
		padding: 10px;
		margin: 2% 0;
	}
	.section2_block_list .body .btn{
		margin-left: 0px;
		padding: 13px 30px;
		font-size: 15px; 
		width: 100%;
	}
	.karta_wrapers {
		padding-top: 60px; 
	}
	.section3_block {
		padding: 60px 0 0 0; 
	}
	.section3_block .section3_block_title {
		font-size: 26px;
		line-height: 40px; 
	}
	.section3_block_list_pop .item .title {
		font-size: 35px; 
	}
	.section3_block_list_pop .item p {
		font-size: 20px;
		line-height: 30px; 
	}
	.section3_block_list_pop .item.press-left .text {
		padding: 20px; 
	}
	.section3_block_list_pop .item.press-right .image {
		margin: 0; 
	}
	.section3_block_list_pop .item.press-right .text {
		padding: 20px; 
	}
	.section3_block_list_pop .item.press-right .text .button-wrap {
		margin: 40px 0 0; 
	}
	.section3_block_list_pop .item.press-right .text .button-wrap .btn {
		padding: 10px;
		font-size: 16px; 
	}
	.section3_block_list_pop .button-wrap {
		margin-top: 40px; 
	}
	.section3_block_list_pop .button-wrap .btn {
		padding: 20px;
		font-size: 16px; 
	}
	.section3_block_list {
		margin-top: 60px; 
	}
	.section3_block_list .item {
		flex-direction: column;
		margin-top: 20px; 
	}
	.section3_block_list .item:nth-child(2n) {
		flex-direction: column-reverse; 
	}
	.section3_block_list .text {
		margin-top: 0;
		padding: 0 0 20px; 
	}
	.section3_block_list .title {
		font-size: 20px;
		line-height: 26px;
		text-align: center;
	}
	.section3_block_list p {
		margin-top: 15px;
		font-size: 18px;
		line-height: normal; 
	}
	.section3_block_list_pop .item .title {
		font-size: 20px;
		line-height: 26px;
		text-align: center;
	}
	.section3_block_list_pop .item.press-right .text p{
		margin-top: 15px;
		font-size: 18px;
		line-height: normal;
	}
	.shagi_job .wrap {
		margin: 0; 
	}
	.shagi_job .item {
		flex: 100%;
		max-width: 100%;
		padding: 20px 0 0 20px; 
	}
	.shagi_job .image {
		margin-bottom: 20px; 
	}	
	.section4_block_list {
		margin: 60px 0 0 0; 
	}
	.section4_block_list_items {
		flex: 100%;
		max-width: 100%; 
	}
	.section4_block_list .icon {
		margin-bottom: 30px; 
	}	
	.zvoni_skoree .cost {
		font-size: 30px; 
	}
	.section1_block .mobilka_block .phone{
		font-size:31px;
	}
	.zvoni_skoree .text {
		margin-top: 20px;
		font-size: 16px;
		line-height: 25px; 
	}	
	.faq_bloks_items {
		margin-top: 20px; 
	}
	.faq_bloks .head {
		padding: 20px; 
	}
	.faq_bloks .head .num {
		width: 50px;
		font-size: 30px; 
	}
	.faq_bloks .head .title {
		font-size: 14px;
		line-height: 22px; 
	}
	.faq_bloks .head .icon {
		width: 30px; 
	}
	.faq_bloks .body {
		padding: 0 20px 30px; 
	}
	.faq_bloks .body p {
		font-size: 14px;
		line-height: 22px; 
	}
	.section6_block_partnery_list_items {
		margin-top: 50px;
		padding-top: 50px; 
	}
	.section6_block_partnery_list_items .image {
		flex-direction: column;
		align-items: center; 
	}
	.section6_block_partnery_list_items .image .name-wrap {
		padding-left: 0; 
	}
	.section6_block_partnery_list_items .text .name {
		flex: 100%;
		padding-left: 0; 
	}
	.section6_block_partnery_list_items .text p {
		font-size: 16px;
		line-height: 26px; 
	}
	.section6_block_partnery_list_items img {
		margin-bottom: 20px; 
	}
	.section6_block_partnery_list_items .section6_block_partnery_zayavka {
		flex-direction: column;
		margin: 0;
		padding: 20px 0 0; 
	}
	.section6_block_partnery_list_items .section6_block_partnery_zayavka .item {
		padding: 40px 0 0; 
	}	
	.kak_rabotaty_block {
		padding: 60px 20px 20px; 
	}
	.form_block {
		margin: 70px 0 0;
		padding: 40px 30px; 
	}
	.form_block .container_block {
		padding: 0; 
	}
	.form_block .form .btn {
		padding: 20px;
		font-size: 16px; 
	}
	.footer {
		padding: 40px 20px; 
	}
	.footer .phone {
		font-size: 30px; 
	}
	.footer .phone span {
		font-size: 15px; 
	} 
}
@media (max-width: 561px){
	.headers .logo {
		position: relative;
		left: 0;
	}
	.section1_block {
		padding: 130px 0 176px;
	}
	.section3_block_list_pop .item.press-right {
		padding: 120px 0 0 00px;
	}
	.section3_block_list_pop .item.press-right .image {
		margin: 0;
	}
	.section3_block_list_pop .item.press-right {
		padding: 30px 0 0 00px;
	}
	.footer .btn {
		margin-top: 30px;
	}
	.section3_block_list_pop {
		display: none;
	}
	.shagi_job {
		margin-top: 0;
		display: none;
	}
}
@media (max-width: 375px) {
	.section2_block_list .body .button-wrap {
		margin: 0; 
	}
	.section2_block_list .body .button-wrap .condition-btn {
		flex: 100%;
		margin-left: 0;
		padding: 10px; 
	}
	.section2_block_list .body .button-wrap .btn {
		flex: 100%;
		margin: 10px 0 0; 
	}
	.section3_block_list_pop .item.press-right .text .button-wrap .btn {
		flex: 100%;
		margin: 10px 0 0; 
	}
	.section3_block_list_pop .item.press-right .text .button-wrap .btn:first-child {
		margin-top: 0; 
	} 
	.section3_block_list_pop {
		display: none;
	}
	.shagi_job {
		margin-top: 0;
		display: none;
	}
	.section3_block {
		padding: 40px 0 0 0; 
	}
	.section2_block_list .body .button-wrap .btn {
	    flex: 100%;
		padding: 10px;
		margin: 2% 0;
	}
	.section2_block_list .head .list_ben_preim .item{
		flex:100%;
		margin: 20px 0px 0 0;
	}
}
.section3_block_list_pop .button-wrap{margin-top: 50px;}
.section4_block_list p {font-size: 18px;line-height: 27px;}
.section4_block_list .title {margin: 0 0 25px;font-size: 28px;line-height: 32px;}
.section4_block_list .icon {margin-bottom: 15px;}
.section3_block_list_pop .item p {font-size: 24px;line-height: 34px;}
.section3_block_list_pop .title {font-size: 34px;line-height: 42px;}
.section3_block_list_pop .item{padding-top: 70px;}
.section3_block_list_pop .text p{margin-top: 40px;}
.section2_block_list_item  p{font-size: 24px;line-height: 36px;}
.section6_block_partnery_list .text p {font-size: 20px;line-height: 34px;}

.name_forms{
	text-align:center;
	font-size:23px;
	margin-bottom:10px;
	line-height:1.2;
	font-family: 'Proxima Nova Bold';
}
.inputse {
	width: 100%;
	height: 40px;
	padding: 0 15px;
	font-family: 'Proxima Nova';
	font-size: 16px;
	color: #000;
	border-radius: 4px;
	border: 1px solid #000;
	margin-bottom: 10px;
}
.btns{
	padding: 10px 0px;
	background: #323b71;
	font-family: 'Proxima Nova Bold';
	font-size: 17px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	border: 0;
	border-radius: 4px;
	cursor: pointer;
	width: 100%;
}




.input_job {
	width: 100%;
	height: 65px;
	padding: 0 15px;
	font-family: 'Proxima Nova';
	font-size: 16px;
	color: #000;
	border-radius: 5px;
	border: 1px solid #000;
	margin-bottom: 15px;
}
.btn_job{
	padding: 20px 0px;
	background: #323b71;
	font-family: 'Proxima Nova Bold';
	font-size: 17px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	border: 0;
	border-radius: 4px;
	cursor: pointer;
	width: 100%;
}
#cookie_notification{
	display: none;
	position: fixed;
	bottom: 15px;
	left: 0;
	width: 90%;
	padding: 15px;
	background: #323b71;
	border-radius: 5px;
	z-index: 9;
	color:#fff;
}
#cookie_notification p{
	font-size: 14px;
    line-height: 1.5;
}
@media (min-width: 576px){
	#cookie_notification.show{
		display: flex;
	}
	.cookie_accept{
		float: right;
		padding: 7px 21px;
	}	
}
@media (max-width: 575px){
	#cookie_notification.show{
		display: block;
		text-align: left;
	}
	.cookie_accept{
		margin: 10px 0 0 0;
		float: right;
		padding: 7px 21px;
	}
}