
/*============================================ 
	Основные стили
============================================*/
body{
	font-family: "GipercomRegular", sans-serif;
	line-height: 1.5;
	color: #222;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

h1{
	color: #505157;
	font-size: 51px;
	line-height: 57px;
	/*font-weight: bold;*/
	margin: 0;
	margin-bottom: 20px;
	font-family: "GipercomExtrabold";
}
input,
button,
textarea {
	border: none;
	outline: none;
}
button[disabled] {
	opacity: 0.6;
}
button.next_question[disabled]:hover,
button.send_modal[disabled]:hover  {
	background: #4686c1;
}
::-webkit-input-placeholder {
  color: #0d679e;
}
::-moz-placeholder {
  color: #0d679e;
}
:-ms-input-placeholder {
  color: #0d679e;
}
:-moz-placeholder {
  color: #0d679e;
}
.overlay {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: .8;
	z-index: 9;
	cursor: pointer;
}
.title {
	color: #505157;
	font-size: 48px;
	font-family: 'GipercomExtrabold';
	min-height: 94px;
	line-height: 94px;
	padding: 0 20px;
	border-left: 8px solid #4686c1;
	position: relative;
}
.title::before {
	content: "";
	display: block;
	height: 0;
	width: 1000px;
	border-bottom: 1px solid #4686c1;
	position: absolute;
	top: 50%;
	right: 100%;
	transform: translateX(-20px);
}

/* header */
header {
	background-color: #fff;
	position: fixed;
	z-index: 8;
	top: 0;
	left: 0;
	right: 0;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); */
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
header .row {
	display: flex;
	align-items: center;
	min-height: 65px;
}
header .logo_1 {
	text-decoration: none;
	display: block;
	max-width: 500px;
}
.logo_1 img {
	max-width: 100%;
}
.menu_block {
	display: flex;
	align-items: center;
}
.header_contacts_block {
	padding: 0;
	margin-bottom: 5px;
}
.header_links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-family: 'GipercomMedium';
}
.header_links a {
	display: block;
	text-decoration: none;
	padding: 10px 15px;
	font-size: 21px;
	text-align: center;
	color: #505157;
	white-space: nowrap;
	border-bottom: 5px solid transparent;
	transition: all .1s linear;
}
.header_links a:hover {
	color: #4686c1;
	border-color: #4686c1;
}
.header_contacts {
	overflow: hidden;
	max-width: 280px;
	margin-left: auto;
}
.header_contacts a {
	text-decoration: none;
	color: #505157;
	font-size: 20px;
}
.header_contacts a.viber,
.header_contacts a.telegram {
	float: left;
	width: 55px;
	height: 55px;
	background: url('../images/social_sprite.png') no-repeat;
}
.header_contacts .links {
	float: right;
}
.header_contacts .links a {
	display: block;
	font-family: 'GipercomMedium';
}
.header_contacts a.viber {
	background-position: 0px 0px;
}
.header_contacts a.telegram {
	background-position: -83px 0px;
}
/* section_1 */
.section_1 {
	padding-top: 60px !important;
	background: url(../images/bg1.png) no-repeat center 0px;
	background-size: cover;
	overflow: hidden;
}
.section_1 h1 {
	font-size: 42px;
	line-height: 40px;
}
.flex-row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.section_1 .flex-row {
	min-height: 540px;
	align-items: center;
}
.section_1 .description_block {
	padding: 85px 15px;
}
.section_1 p {
	font-family: "GipercomItalic";
	font-size: 22px;
	line-height: 28px;
	color: #000;
	text-align: justify;
}
.utp_list {
	font-family: "GipercomItalic";
	font-size: 22px;
	line-height: 28px;
	color: #000;
}
.utp_list li::before {
	content: "\2714";
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.section_1 .img_block {
	position: relative;
	display: flex;
	align-items: center;
}
.section_1 .img_block img {
	position: relative;
	z-index: 2;
	display: block;
	margin: 0 auto;
	max-width: 100%;
	/*max-width: 130%;*/
}
.section_1 .start_test_block {
	margin-top: 30px;
	width: 240px;
	position: relative;
}
.section_1 .start_test {
	display: block;
	text-decoration: none;
	width: 240px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	color: #fff;
	background: #4686c1;
	font-size: 23px;
	border-radius: 4px;
	transition: all .1s linear;
}
.section_1 .start_test_block .graph {
	display: block;
	width: 425px;
	height: 105px;
	background: url('../images/graph.png') no-repeat center;
	position: absolute;
	top: 45%;
	left: 105%;
	color: #505157;
	font-size: 17px;
	line-height: 20px;
	padding-top: 55px;
	padding-left: 75px;
	padding-bottom: 5px;
	text-align: left;
	font-family: 'GipercomExtrabold';
}

/* section_2 */
.section_2 {
	min-height: 635px;
	background-color: #f5f6f9;
	padding: 30px 0 0px;
}

.section_2 .article {
	padding: 25px 15px;
}
.section_2 .article .img_block {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}
.section_2 .article img {
	max-width: 60%;
	display: block;
	margin: 0 auto;
}
.section_2 .article h1 {
	font-size: 34px;
	line-height: 40px;
	margin-bottom: 10px;
}
.section_2 .article p {
	font-size: 20px;
	line-height: 24px;
	color: #000;
	font-family: "GipercomRegular";
	margin: 0;
	text-align: left;
}
span.marker {
	text-decoration: underline;
	display: inline-block;
	vertical-align: middle;
}
span.marker_2 {
	color: #fff;
	background: #4686c1;
}
/* section_3 */

.section_3 {
	background: url('../images/bg2.png') no-repeat;
	background-position: center;
}
.section_3 .flex-row {
	padding: 35px 15px;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
}
.section_3 .flex-row .title-col {
	font-size: 30px;
	line-height: 35px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.section_3 .flex-row p {
	color: #fff;
	font-size: 22px;
	margin: 0;
}
a.download {
	text-decoration: none;
	display: block;
	width: 290px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	color: #4686c1;
	font-size: 23px;
	background: #fff;
	border-radius: 4px;
	transition: all .1s linear;
}
a.download:hover {
	background: #c5c5c5;
}
a.download::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 25px;
	width: 35px;
	height: 35px;
	background: url('../images/sprite.png') no-repeat -5px -4px;
}

/* section_4 */

.section_4 .title h1 {
	font-size: 28px;
	line-height: 40px;
	margin: 0;
}
.section_4 .bg_gray {
	padding-top: 30px;
}
.more_info_block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}
.more_info_block > div {
	font-size: 30px;
}


a.more_info {	
	display: block;
	text-decoration: none;
	width: auto;
	min-height: 78px;
	background: #4686c1;
	color: #fff;
	padding: 26px 15px;
	font-size: 28px;
	line-height: 24px;
	text-align: center;
	border-radius: 4px;
	transition: all .1s linear;
}
.section_8 a.more_info {
	width: 250px;
	font-size: 35px;
}
a.more_info > span {
	font-size: 23px;
	text-transform: uppercase;
	font-family: "GipercomExtrabold";
}
/* Схема Т-ТЕХНОЛОГИИ */

.scheme_block {
	position: relative;
	padding: 70px 0;
	padding-bottom: 0;
	margin-bottom: -40px;
}
.scheme_block img {
	display: block;
	margin: 0 auto;
	max-width: 70%;
}
.scheme_block [class^="point"] {
	width: 270px;
	height: auto;
}
.scheme_block [class^="point"]::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 200px;
	height: 0px;
	border-bottom: 3px dotted #505157;
	opacity: 0;
	transition: all .2s linear;
}
.scheme_block [class^="point"]::after {
	opacity: 0;
	transition: all .2s linear;
}
.scheme_block [class^="point"].ready::before,
.scheme_block [class^="point"].ready::after {
	opacity: 1;
}

.scheme_block [class^="point"] .first_text {
	color: #262626;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	padding: 25px 15px;
	background: #fff;
	border-radius: 5px;
	border: 2px solid #c3d6e8;
	transition: all .15s linear;
}
.scheme_block [class^="point"] {
	position: absolute;
}
.scheme_block [class^="point"] .second_text {
	display: none;
	position: absolute;
	z-index: 2;
	top: 102%;
	left: 0;
	color: #262626;
	font-size: 20px;
	line-height: 20px;
	text-align: left;
	padding: 25px 15px;
	background: #e6e6e6;
	border-radius: 5px;
	border: 2px solid #c3d6e8;
}
.scheme_block [class^="point"].ready:hover {
	z-index: 10;
}
.scheme_block [class^="point"].ready:hover .first_text {
	background: #e6e6e6;
}


/*1*/
.scheme_block .point_1 {
	top: 175px;
	left: 650px;
}
.scheme_block .point_1::before {
	top: 100%;
	left: 50%;
	transform-origin: left;
	transform: rotate(54deg);
	width: 63px;
}
.scheme_block .point_1::after {
	content: "";
	display: block;
	position: absolute;
	width: 200px;
	height: 0px;
	border-bottom: 3px dotted #505157;
	top: 100%;
	left: 49%;
	transform-origin: left;
	transform: rotate(135deg);
	width: 165px;
}

/*2*/
.scheme_block .point_2 {
	top: 70px;
	left: 80px;
}
.scheme_block .point_2::before {
	top: 100%;
	left: 60%;
	transform-origin: left;
	transform: rotate(25deg);
}

/*3*/
.scheme_block .point_3 {
	top: 35px;
	left: 720px;
}
.scheme_block .point_3::before {
	top: 50%;
	left: -1px;
	transform-origin: left;
	transform: rotate(140deg);
	width: 180px;
}

/*4*/
.scheme_block .point_4 {
	top: 0px;
	left: 420px;
}
.scheme_block .point_4::before {
	top: 100%;
	left: 40%;
	transform-origin: left;
	transform: rotate(115deg);
	width: 110px;
}

/*5*/
.scheme_block .point_5 {
	top: 300px;
	left: 55px;
}
.scheme_block .point_5::before {
	top: -2px;
	left: 50%;
	transform-origin: left;
	transform: rotate(-35deg);
	width: 135px;
}

/*6*/
.scheme_block .point_6 {
	top: 450px;
	left: 760px;
}
.scheme_block .point_6::before {
	top: -3px;
	left: 45%;
	transform-origin: left;
	transform: rotate(199deg);
	width: 125px;
}
.scheme_block .point_6 .second_text {
	top: auto;
	bottom: 101%;
}

/*7*/
.scheme_block .point_7 {
	top: 435px;
	left: 175px;
}
.scheme_block .point_7::before {
	display: none;
}
.scheme_block .point_7 .second_text {
	top: auto;
	bottom: 101%;
	width: 340px;
}

.scheme_block .list_num {
	display: none;
	width: 46px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	border-radius: 50%;
	background: #f2f3f3;
	color: #262626;
	font-size: 20px;
	font-family: "GipercomBold";
	position: absolute;
	top: -10px;
	left: 0;
}



/* section_5 */

.section_5 {
    background-color: #f5f6f9;
	padding: 30px 0 10px;
}
.section_5 .article {
	padding: 25px 15px;	
}
.section_5 .article .wrap {
	position: relative;
	max-width: 400px;
	margin: 0 auto;
}
.section_5 .article .img_block {
	width: 100%;
	overflow: hidden;
}
.section_5 .article img {
	display: block;
	width: 100%;
	margin: 0 auto;
	border: 3px solid #f3f5f6;
	transition: all .2s linear;
}
.section_5 .article .text_block {
	position: absolute;
	background: rgba(0, 0, 0, .7);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	padding: 15px;
	transition: all .2s linear;
	z-index: 10;
}
.section_5 .article .wrap:hover .text_block {
	opacity: 1;
	transform: scale(1.4);
	
}
.section_5 .article .wrap:hover .img_block img {
	transform: scale(1.1);
}
.section_5 .article .text_block h1 {
	font-size: 28px;
	line-height: 40px;
	margin-bottom: 10px;
}
.section_5 .article .text_block p {
	font-size: 15px;
	line-height: 15px;
	color: #fff;
	font-family: "GipercomRegular";
	margin: 0;
	/*text-align: justify;*/
	max-height: 100%;
	overflow: hidden;
}
.area_name {
	font-size: 23px;
	margin-bottom: 5px;
	font-weight: bold;
	text-align: center;height: 60px;
	overflow: hidden;
	color: #505157;
}

/* section_6 */

.section_6 {
    padding: 30px 0;
}
.section_6 .title {
	margin-bottom: 60px;
}
.section_6 .img_block_wrap {
	margin: -20px -30px;
	padding: 20px 30px;
	background: url('../images/line1.png') no-repeat center;
}
.section_6 .img_block {
	border: 3px solid #f3f5f6;
	background: #fff;
	max-width: 370px;
	max-height: 465px;
	overflow: hidden;
}
.section_6 img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	top: -60px;
}
.section_6 .person_name,
.person_prof {
	display: block;
	text-align: center;
	font-size: 25px;
	margin-top: 30px;
	font-family: 'GipercomMedium';
}
.person_prof {
	margin-top: 0px;
	font-weight: normal;
	font-style: italic;
	font-family: 'GipercomItalic';
}
.section_6 .text_block {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.section_6 .text_block p {
	font-size: 23px;
	line-height: 27px;
	color: #000;
	font-family: "GipercomRegular";
	margin: 0;
	text-align: justify;
}
.section_6 p.mrg_bot {
	margin-bottom: 10px;
}
.section_6 .text_block .marker a {

}
.section_6 a.submit,
.next_question {
	display: block;
	text-decoration: none;
	width: 240px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	color: #fff;
	background: #4686c1;
	font-size: 23px;
	border-radius: 4px;
	transition: all .1s linear;
}
.section_6 a.submit {
	width: auto;
	max-width: 400px;
}
a.more_info:hover,
.section_6 a.submit:hover,
.section_1 .start_test:hover,
.next_question:hover {
	background: #2464a0;
}

/* section_7 */
.section_7 {
	padding: 30px 0;
}
.section_7 ul {
	display: none;
	margin: 0;
	padding: 10px 0;
}
.section_7 .more_info {
	margin: 0;
}
.section_7 .more_info::before {
	content: "";
	display: inline-block;
	vertical-align: bottom;
	width: 30px;
	height: 30px;
	margin-right: 30px;
	background: url('../images/download.png') no-repeat center;
}
.section_7 ul li {
	display: block;
	padding: 10px 15px;
}
.section_7 ul a {
	color: #000;
	font-size: 23px;
}

/* section_8 */
.section_8 {
    padding: 30px 0;
	background: #f5f6f9;
}
.section_8 .section_header  {
	margin-bottom: 15px;
}
.section_8 p.text {
	margin-bottom: 15px;
	font-size: 28px;
}
.section_header {
	display: flex;
	justify-content: space-between;
}
.slide_controls {
	display: flex;
	align-items: center;
}
.slide_controls a {
	display: block;
	text-decoration: none;
	width: 75px;
	height: 75px;
	background: #fff;
	border: 3px solid #e5e5e5;
	transition: all .1s linear;
	line-height: 75px;
	text-align: center;
}

.slide_controls a.prev i {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	background: url('../images/sprite.png') no-repeat -59px -111px;
}
.slide_controls a.next i {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	background: url('../images/sprite.png') no-repeat -59px -73px;
}

.slide_controls a.active,
.slide_controls a:hover {
	background-color: #4686c1;
	border-color: #4686c1;
}
.slide_controls a.active i,
.slide_controls a:hover i {
	background-position-x: -10px;
}

#slider_1 img {
	display: block;
	position: absolute;
	max-width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.section_8 .item {
	position: relative;
	padding-bottom: 35%;
	overflow: hidden;
}

/* section_9 */
.section_9 {
    padding: 30px 0;
    overflow: hidden;
}
.section_9 .owl-stage {
	display: flex;
	align-items: flex-end;
}
.section_9 .title {
	margin-bottom: 40px;
}
.section_9 img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.section_9 .article {
	margin-bottom: 15px;
}
.article > a {
	text-decoration: none;
	display: block;
	transition: all .2s linear;
}
.article > a:hover .img_block {
	border-color: #ccc;
}
.section_9 .article h1 {
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 10px;
}
.section_9 .article p {	
	font-size: 19px;
	line-height: 24px;
	color: #000;
	font-family: "GipercomRegular";
	margin: 0;
	margin-top: 30px;
	height: 170px;
	overflow: hidden;
}
.section_9 .article .wrap {
	margin: -7px -25px;
	padding: 7px 25px;
	background: url('../images/line2.png') no-repeat center;
}
.section_9 .article .img_block {
	border: 3px solid #f3f5f6;
	height: 245px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	transition: all .2s linear;
	overflow: hidden;
}
#slider_2 .owl-nav div {
	position: absolute;
	width: 60px;
	height: 60px;
	background: #fafafa;
	top: 50%;
	transform: translateY(-50%);
	line-height: 58px;
	text-align: center;
	border-radius: 50%;
	color: #505157;
	transition: all .1s linear;
}
#slider_2 .owl-nav div:active,
#slider_2 .owl-nav div:hover {
	background: #4686c1;
	color: #fff;
}
#slider_2 .owl-nav .owl-next {
	right: -30px;
}
#slider_2 .owl-nav .owl-next::before {
	content: "\00BB";
	display: inline-block;
	vertical-align: middle;
	font-size: 50px;
	font-weight: bold;
}
#slider_2 .owl-nav .owl-prev {
	left: -30px;
}
#slider_2 .owl-nav .owl-prev::before {
	content: "\00AB";
	display: inline-block;
	vertical-align: middle;
	font-size: 50px;
	font-weight: bold;
}
/* News */
.news {
	padding: 110px 0 40px;
	background: url('../images/bg3.png') no-repeat center;
	background-color: #f5f6f9;
}

.gallery {

}
.gallery .large_photo {
	background: #fff;
	border: 2px solid #ccc;
	margin-bottom: 10px;
	overflow: hidden;
}
.gallery .large_photo img {
	display: block;
	max-width: 100%;
	object-fit: cover;
	margin: 0 auto;
}
.gallery .small_photo_block {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	cursor: pointer;

}
.gallery .small_photo {
	width: 25%;
	background: #fff;	
	filter: grayscale(100%);
	transition: all .2s linear;
}
.gallery .small_photo.active {
	filter: grayscale(0%);
}
.gallery .small_photo img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	min-height: 100%;
	object-fit: cover;
	border: 1px solid #ccc;
}

.news .text_block h1 {
	font-size: 35px;
	line-height: 40px;
	color: #505157;
	font-weight: bold;
	margin-bottom: 15px;
}
.news .text_block p {
	margin: 0;
	font-size: 22px;
	line-height: 28px;
	color: #000;
	font-family: "GipercomRegular";
	text-align: justify;
}
.news .buttons {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
a.new_btn {
	display: block;
	text-decoration: none;
	width: auto;
	height: 58px;
	line-height: 58px;
	text-align: center;
	color: #fff;
	background: #4686c1;
	font-size: 23px;
	border-radius: 4px;
	transition: all .1s linear;
	margin-top: 20px;
	padding: 0 20px;
}
a.new_btn:hover {
	background: #2464a0;
}
.popular_news {
	padding: 30px 0;
	background: url('../images/bg4.png') no-repeat center 0px;
}
.popular_news .title {
    font-size: 40px;
    min-height: auto;
    line-height: 50px;
    margin-bottom: 40px;
}
.popular_news img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.popular_news .article {
	margin-bottom: 15px;
}
.popular_news .article h1 {
	font-size: 25px;
	line-height: 40px;
	margin-bottom: 10px;
}
.popular_news .article p {	
	font-size: 19px;
	line-height: 24px;
	color: #000;
	font-family: "GipercomRegular";
	margin: 0;
	margin-top: 30px;
}
.popular_news .article .wrap {
	margin: -7px -25px;
	padding: 7px 25px;
	background: url('../images/line2.png') no-repeat center;
}
.popular_news .article .img_block {
	border: 3px solid #f3f5f6;
	height: 245px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;	
}


/* section_10 */
.section_10 {
	padding: 100px 0;
	background-color: #f5f6f9;
}
.section_10 .title {
	margin-bottom: 60px;
}
.section_10 .wrap {
	margin: -20px -30px;
	padding: 20px 30px;
	background: url('../images/line3.png') no-repeat center;
}
.section_10 .presentation {
	background: #fff;
	max-width: 670px;
	margin: 0 auto;
}
.section_10 .presentation_header {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 122px;
	background: #0067aa;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}
.section_10 .presentation_body {
	padding: 60px 45px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.section_10 .presentation_body img {
	max-width: 100%;
	display: block;
}
.section_10 .presentation_body img:first-of-type {
	margin-bottom: 45px;
	width: 293px;
	height: 193px;
}
.section_10 .presentation_body img:last-of-type {
	margin-top: 45px;
	width: 253px;
	height: 193px;
}

.section_10 p {
	margin: 0;
	font-size: 15px;
	line-height: 28px;
	color: #000;
	font-family: "GipercomRegular";
	text-align: justify;
}

/* footer */
footer {
	font-size: 15px;
    padding: 20px 0;
	background-color: #f5f6f9;
}
footer p {
	margin: 0;
}
footer .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.footer_links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center; 
}
.footer_links a {
	display: block;
	text-decoration: none;
	padding: 10px 15px;
	font-size: 16px;
	text-align: center;
	color: #505157;
	border-bottom: 5px solid transparent;
	transition: all .1s linear;
}
.footer_links a:hover {
	color: #4686c1;
	border-color: #4686c1;
}

footer .search_block {
	padding: 0;
}
footer .footer_search {
	position: relative;
	max-width: 215px;
	margin-left: auto;
}
footer .search {
	display: block;
	height: 48px;
	line-height: 48px;
	padding: 0 40px 0 15px;
	color: #0d679e;
	font-size: 16px;
	font-family: "GipercomRegular";
	border-bottom: 1px solid #0d679e;
}
footer .search_link {
	display: block;
	width: 35px;
	height: 48px;
	background: url('../images/sprite.png') no-repeat -12px -167px;
	position: absolute;
	top: 0;
	right: 0;
}

.modal_window,
.modal_window_2,
.modal_window_3 {
	display: none;
	width: 400px;
	height: auto;
	background: #fff;
	position: fixed;
	z-index: 11;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 30px;
}
.modal_window_3 {
	width: 650px;
	outline: 10px solid rgba(205, 205, 205, .5);
}
.modal_window_3 .modal_title{
	padding-left: 300px;
}
.modal_window_3 .modal_title_2{
	padding-left: 200px;
}
.modal_window_3 p {
	padding-left: 270px;
}
.modal_window_3 fieldset {
	margin-left: 270px;
}
.modal_window_3 .modal_person_img {
	position: absolute;
	left: -30px;
	bottom: 0px;
}
.modal_window_3 .modal_textarea {
    min-height: 130px;
}
.modal_window_2,
.modal_window {
	width: 740px;
	outline: 10px solid rgba(205, 205, 205, .5);
}
.modal_window_2 p {
	padding-left: 265px;
}
.modal_window_2 form,
.modal_window form {
	margin-left: 265px;
}
.modal_window_2 .modal_person_img,
.modal_window .modal_person_img {
	position: absolute;
	left: -30px;
	bottom: 40px;
}
.modal_window .modal_person_img {
	bottom: 0;
}
.modal_window .send_modal {
	width: auto;
	padding: 0 15px;
	line-height: normal;
}
.modal_title,
.modal_title_2 {
	color: #505157;
	font-size: 27px;
	line-height: 26px;
	text-align: center;
	margin-bottom: 25px;
}
.modal_window p,
.modal_window_2 p,
.modal_window_3 p {
	color: #505157;
	font-size: 20px;
	line-height: 24px;
	font-family: "GipercomRegular";
	text-align: center;
	margin: 0;
	margin-bottom: 15px;
}
.modal_window p {
	font-size: 21px;
	font-family: "GipercomRegular";
}
.modal_window_2 p {
	text-align: left;
}
.modal_window_3 p {
	font-size: 19px;
}
.modal_input {
	display: block;
	width: 100%;
	border: 1px solid #e9e9e9;
	border-radius: 4px;
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	color: #7e7f83;
	font-size: 19px;
	margin-bottom: 20px;
	font-family: "GipercomRegular";
}
.modal_textarea {
	display: block;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	min-height: 200px;
	border: 1px solid #e9e9e9;
	border-radius: 4px;
	padding: 15px 20px;
	color: #7e7f83;
	font-size: 19px;
	margin-bottom: 20px;
	font-family: "GipercomRegular";
}
.modal_close {
	text-decoration: none;
	color: #000;
	background: none;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 30px;
	height: 30px;
	padding: 0;
	text-align: center;
	line-height: 30px;
	font-size: 20px;
	z-index: 10;
}
.modal_close:hover {
	text-decoration: none;
}
.modal_input::-webkit-input-placeholder,
.modal_textarea::-webkit-input-placeholder {
  color: #7e7f83;
}
.modal_input::-moz-placeholder,
.modal_textarea::-moz-placeholder {
  color: #7e7f83;
}
.modal_input:-ms-input-placeholder,
.modal_textarea:-ms-input-placeholder {
  color: #7e7f83;
}
.modal_input:-moz-placeholder,
.modal_input:-moz-placeholder {
  color: #7e7f83;
}

.send_modal {
	display: block;
	margin: 0 auto;
	width: 240px;
	height: 58px;
	line-height: 58px;
	background: #4686c1;
	color: #fff;
	border-radius: 4px;
	text-align: center;
	font-size: 23px;
	transition: all .1s linear;
}
.send_modal:hover {
	background: #2464a0;
}
/* Окно опроса */
.test_modal {
	display: none;
	position: fixed;
	z-index: 11;
	background: url('../images/modal_bg.png') no-repeat 100% 100%;
	background-color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.test_modal .counter {
	color: #b2b2b2;
	font-size: 27px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
.test_modal .counter .sum{
	color: #4686c1;
	font-size: 48px;
	line-height: 24px;
}
.question_block {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.question_block .test {
	padding-top: 45px;
	padding-bottom: 45px;
	padding-left: 45px;
}
.question_block .person_card {
	padding-top: 245px;
	margin-left: 100px;
}
.question {
	display: none;
}
.question.active {
	display: block;
}

.question p {
	font-size: 27px;
	font-weight: bold;
	color: #505157;
	line-height: 30px;
	margin-bottom: 20px;
}

.question label {
	display: block;	
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
}
.question label span {	
	display: block;
	padding: 10px;
	color: #7e7f83;
	font-size: 20px;
	font-family: "GipercomRegular";
	transition: all .1s linear;
}
.question label span:hover {
	background: #e6e6e6;
}
.question label input {
	display: none;
}
.question label input:checked + span {
	background: #4686c1;
	color: #fff;
}

.question_controls {
	overflow: hidden;
	display: flex;
}
.prev_question {
	background: transparent;
	margin-top: 30px;
	margin-right: 20px;
	font-size: 16px;
	color: #505157;
}
.prev_question::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 20px;
	background: url('../images/prev.png') no-repeat center;
	margin-right: 5px;
}
.next_question {
	width: 140px;
	margin-top: 30px;
}
.test_modal .card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.question_img_block  {
	display: block;
	margin: 0 auto;
	position: relative;
	margin-bottom: 15px;
}
.question_img_block img {
	display: block;
	margin: 0 auto;
}

.person_card .name,
.person_card .profession {
	display: block;
	text-align: center;
	margin-bottom: 5px;
}
.person_card .name {
	font-size: 27px;
	line-height: 24px;
	color: #505157;
	font-weight: bold;
}
.person_card .profession {
	font-size: 20px;
	line-height: 24px;
	color: #505157;
	font-family: "GipercomRegular";
	margin-bottom: 15px;
}
.advice_block {
	font-size: 20px;
	line-height: 24px;
	color: #505157;
	text-align: center;
	max-height: 210px;
	overflow: hidden;
	width: 370px;
	height: 160px;
	margin: 43px auto 0px;
	display: flex;
	align-items: center;
}
.cloud {
	background: url('../images/cloud.png') no-repeat center;
	height: 305px;
	width: 480px;
	position: absolute;
	z-index: 1;
	top: 10px;
	right: 82px;
}
.advice_block p {
	margin: 0;
}
.advice {
	display: none;
}
.advice.active {
	display: block;
}
@media screen and (max-width: 1200px) {
	.header_contacts .links {
		float: none;
	}
	.header_contacts .links a {
		margin: 0 30px;
		padding: 5px 15px;
		text-align: center;
	}
	.scheme_block img,
	.scheme_block [class^="point"]::before,
	.scheme_block [class^="point"]::after {
		display: none;
	}
	.scheme_block .list_num {
		display: block;
	}
	.scheme_block [class^="point"] {
		position: relative;
		left: auto;
		top: auto;
		bottom: auto;
		right: auto;
		width: auto;
		text-align: left;
		padding-left: 60px;
		margin-bottom: 30px;
	}
	.scheme_block [class^="point"] .first_text {
		text-align: left;
		border: none;
		font-size: 18px;
		font-weight: bold;
		padding: 0px;
	}
	.scheme_block [class^="point"].ready:hover .first_text {
		background: transparent;
	}
	.scheme_block [class^="point"] .second_text {
		display: block;
		position: static;
		border: none;
		text-align: left;
		padding: 0px;
	}
	.scheme_block .point_7 .second_text {
		width: auto;
	}
	.options {
		margin: 20px 0;
	}
	.section_3 .flex-row {
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}
	.header_contacts > a {
		display: block;
		float: none !important;
		margin: 0 auto;
		text-align: center;
	}
	.section_10 .text_block {
		margin-top: 30px;
	}
	.scheme_block {
		margin: 0;
	}
	.section_1 .img_block img {
		max-width: 100%;
	}
	.header_links a {
		margin: 0 30px;
	}
	.header_contacts {
		width: 240px;
		margin: 0 auto;
	}
	header .menu_block {
		display: block;
		width: 0px;
		overflow: hidden;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		background: #f5f6f9;
		z-index: 10;
		padding: 0;
		transition: all .2s linear;
	}
	header .menu_block.open {
		width: 280px;
	}
	.header_links {
		display: block;
		padding: 0;
	}
	.header_links li {
		display: block;
	}
	.logo_block {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.logo_1 img {
		display: block;
		max-width: 100%;
	}
	.menu_link {
		padding: 10px;
		border-radius: 5px;
		transition: all .1s linear;
	}
	.humb {
		display: block;
		width: 35px;
		height: 20px;
		position: relative;
	}
	.menu_link:hover {
		background-color: #f5f6f9;
	}
	.humb span {
		display: block;
		width: 100%;
		height: 4px;
		position: absolute;
		top: 50%;
		margin-top: -2px;
		background: #2464a0;
		border-radius: 2px;
	}
	.humb::before {
		content: "";
		display: block;
		width: 100%;
		height: 4px;
		position: absolute;
		top: 0;
		background: #2464a0;
		border-radius: 2px;
	}
	.humb::after {
		content: "";
		display: block;
		width: 100%;
		height: 4px;
		position: absolute;
		bottom: 0;
		background: #2464a0;
		border-radius: 2px;
	}
	footer .row {
		justify-content: space-between;
	}
	footer .row::before,
	footer .row::after {
		display: none;
	}
	.footer_links {
		display: none;
	}
	.section_7 {
		padding: 0;
		background-size: cover;
	}
	.section_7 .flex-row .title-col,
	.section_7 .button-col {
		width: 100%;
		text-align: center;
	}
	.section_7 .flex-row .dotted-col {
		display: none;
	}
	.section_7 .button-col {
		padding: 0 15px;
	}
	.section_1 .flex-row {
		justify-content: center;
	}
	.section_3 .flex-row .text_col {
		margin-bottom: 20px;
		width: 100%;
		text-align: center;
	}
	.section_1 .img_block {
		padding: 20px 15px 40px;
	}
}
@media screen and (max-width: 992px) {
	.modal_window .modal_person_img {
		display: none;
	}
	.modal_window {
		width: 95%;
		max-height: 95%;
		overflow: scroll;
	}
	.modal_window form {
		margin: 0;
	}
	.test_modal {
		max-height: 95%;
		overflow-x: hidden;
	}
	.question_block .test {
		padding: 20px 10px;
	}
	.section_3 .flex-row {
		justify-content: center;
		min-height: auto;
		padding: 20px 0;
	}
	.section_6 .flex-row {
		justify-content: center;
	}
	.section_6 .text_block {
		display: block;
		margin-top: 40px;
	}
	.section_6 a.submit {
		margin: 10px auto 0;
	}
	.section_header {
		flex-wrap: wrap;
		justify-content: center;
	}
	.section_header .title {
		width: 100%;
		margin-bottom: 20px;
	}
	.section_9 .article .img_block {
		max-width: 360px;
		margin: 0 auto;
	}
	footer .row > div {
	    width: 100%;
	    display: flex;
	    justify-content: center;
	    margin-bottom: 20px;
	}
	footer .menu_block {
		margin: 0;
	}
	.news,
	.popular_news {
		background-image: none;
	}
	.new_article {
		justify-content: center;
	}
	.new_article .img_block {
		margin-bottom: 15px;
	}
	.new_article:nth-of-type(even) .img_col {
	    order: 0;
	}
	.popular_news .article .wrap {
		margin: 0;
		padding: 0;
		background: none;
	}
	.popular_news {
		padding: 30px 0;
	}
	.test_modal .card {
		display: none;
	}
	.news {
		padding-top: 100px;
	}
	.news .row {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	.news .gallery_col {
		order: 1;
		margin: 20px 0;
	}
}

@media screen and (max-width: 768px) {
	#slider_2 .owl-nav .owl-prev {
		left: 0;
	}
	#slider_2 .owl-nav .owl-next {
		right: 0;
	}
	.section_1 {

	}
	.section_1 .description_block {
	    padding: 15px;
	}
	section {
		padding: 30px 0 !important;
	}
	.section_4 .bg_gray {
		padding-top: 30px;
	}
	.section_10 .presentation_body {
		padding: 20px;
		display: block; 
	}
	.section_10 .presentation_body img {
		display: block;
		margin: 10px auto;
		width: auto !important;
		max-width: 100% !important;
		height: auto !important;
	}
	.section_10 .wrap {
		background: none;
	}
	.section_2 .article > div,
	.section_5 .article > div {
		width: 100%;
	}
	.section_2 .article .img_block,
	.section_5 .article .img_block {
		margin-bottom: 15px;
	}
	h1,
	.title,
	.section_3 .flex-row .title-col,
	.popular_news .title {
		font-size: 30px;
		line-height: normal;
		min-height: auto;
		padding: 0 15px;
	}
	.section_2 .article .text_block h1 {
		font-size: 25px;
	}
	.test_modal {
		width: 95%;
	}
	/* Адаптация модального окна */
	.modal_window_3 {
		width: 100%;
	}
	.modal_window_2 {
		width: 95%;
	}
	.modal_window_2 .modal_person_img,
	.modal_window_3 .modal_person_img,
	.section_1 .start_test_block .graph {
		display: none;
	}
	.section_1 .start_test_block {
		width: 100%;
	}
	.section_1 .start_test {
		margin: 0 auto;
	}
	.modal_window_2 p,
	.modal_window_3 p,
	.modal_window_3 .modal_title {
		padding: 0;
	}
	.modal_window_2 form,
	.modal_window_3 form,
	.modal_window_3 fieldset {
		margin: 0;
		width: 100%;
	}
	.scheme_block img {
		max-width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.news .buttons {
		display: block;
	}
	.section_9 .article .img_block {
		height: auto;
	}
	.modal_window,
	.modal_window_2 {
		width: 95%;
		max-height: 100%;
		overflow: auto;
	}
}
@media screen and (max-width: 480px) {
	.modal_title,
	.question p {
		font-size: 20px;
	}
	.modal_window p,
	.modal_window_2 p,
	.modal_window_3 p {
		font-size: 18px;
	}
	.test_modal {
		padding: 20px;
	}
	.section_10 .presentation_header {
		padding: 0 20px;
	}
	.section_10 .wrap,
	.section_6 .img_block_wrap,
	.section_9 .article .wrap {
		margin: 0;
		padding: 0;
	}
	.section_5 .article .text_block p {
		font-size: 14px;
		line-height: normal;
	}
}

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