* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	line-height: 1.6;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	color: #000;
	position: relative;
}

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
	margin: 0;
	padding: 0;
}
article, aside, figure, footer, header, nav, section, details, summary {display: block;}

html {
	box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
object,
embed {max-width: 100%; height: auto;}

ul {list-style: none;}

blockquote, q {quotes: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

input, select {vertical-align: middle;}

small {font-size: 85%;}

strong {font-weight: bold;}

td, td img {vertical-align: top;}

sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

pre, code, kbd, samp {font-family: monospace, sans-serif;}

.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {cursor: pointer;}

button, input, select, textarea {
	font-family: 'Lato', sans-serif;
	margin: 0;
}

a {
	color: #029084;
}

a:hover {
	text-decoration: none;
}

button,
input[type=button] {width: auto; overflow: visible;}

.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.btn {
	line-height: 1;
	color: #fff;
	padding: 14px 52px;
	font-size: 24px;
	text-decoration: none;
	border: 0;
	background-color: #029084;
	text-align: center;
	display: inline-block;
	letter-spacing: 1px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

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

.container{
	max-width: 905px;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.container-xl {
	max-width: 1285px;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.row:before {
	content: " ";
	display: table;
}
.row:after {
	content: " ";
	display: table;
	clear: both;
}
.col-3, .col-6 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}
.col-3 {
	width: 25%;
}
.col-6 {
	width: 50%;
}
.logo_block {
	max-width: 18%;
}
.header-phones {
	font-family: 'Raleway', sans-serif;
	line-height: 1.3;
	color: #000;
	margin: 0 17px;
	font-weight: 600;
	letter-spacing: -0.7px;
	text-align: right;
}
.header-phones  a {
	color: #000;
	text-decoration: none;
}
.header-inner {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2px;
}

.main-section {
	background: #60afaa;
	color: #fff;
	padding: 30px 0 30px;
	min-height: 565px;
	position: relative;
	overflow: hidden;
}
.content-box {
	max-width: 680px;
}
.hero-logo {
	position: absolute;
	left: 58%;
	width: 40%;
	max-width: 495px;
	bottom: 10%;
}
.page-title {
	font-size: 54px;
	line-height: 1;
	margin: 0 0 37px;
	font-weight: bold;
	letter-spacing: 0.8px;
}
.main-section-text {
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.5px;
}

.support-section {
	padding: 72px 0;
}

.offer-section {
	padding: 32px 0;
	color: #fff;
	background-position: 0 77%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: flex;
	align-items: flex-end;
	font-size: 42px;
	line-height: 1.2;
	font-weight: bold;
	min-height: 588px;
	letter-spacing: 0.6px;
}

.offer-section:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 300px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );

}

.expert-section {
	padding: 52px 0 89px;
}

.section-title {
	text-align: center;
	font-size: 30px;
	line-height: 1.2;
	font-weight: bold;
	margin: 0 0 21px;
	letter-spacing: 1px;
}
.section-text {
	margin-bottom: 30px;
}

.logos-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logos-list img {
	max-width: 19%;
	margin-bottom: 42px;
}

.expert-section-list {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 53px 0 0;
}

.expert-section-title {
	color: #029084;
	font-size: 28px;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 27px;
	letter-spacing: 1px;
}
.expert-list {
	letter-spacing: -0.5px;
}
.expert-list li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 8px;
}
.expert-list li:before {
	position: absolute;
	content: '';
	top: 9px;
	left: 0;
	width: 20px;
	height: 20px;
	background-image: url(../images/arrow_right.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.testimonials-section {
	background: #029084;
	padding: 35px 0 38px;
	font-size: 22px;
}
.testimonials-slider {
	margin: 36px 0 0;
}
.slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 40px 0 0;
}
.slick-dots li {
	list-style: none;
	margin: 0 7px;
}
.slick-dots button{
	border-radius: 50%;
	width: 14px;
	height: 14px;
	font-size: 0;
	background: #fff;
	border: 0;
}
.slick-dots .slick-active button{
	background: #000;
}
.testimonials-slider-item {
	letter-spacing: 0.3px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.testimonials-slider-title {
	width: 100%;
	max-width: 32%;
	flex: 0 0 32%;
	padding-right: 54px;
	text-align: right;
	line-height: 1.2;
	padding-top: 6px;
}
.testimonials-slider-text {
	color: #fff;
	line-height: 1.35;
}
.footer {
	background: #4d4d4d;
	padding: 60px 0;
	color: #fff;
	font-family: 'Raleway', sans-serif;
}
.footer-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.footer-title {
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 4px;
	min-height: 24px;
	letter-spacing: 1px;
}

.footer-text {
	font-size: 16px;
	line-height: 1.64;
	margin-bottom: 20px;
	letter-spacing: .3px;
}


.copyright-box {
	font-size: 12px;
	line-height: 1.2;
	margin: 65px 0 0;
	letter-spacing: 0.1px;
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){

}



@media (max-width: 1199px) {
	.col-3 {
		width: 50%;
	}
}
@media (max-width: 991px) {

}
@media (max-width: 767px) {
	body {
		font-size: 22px;
	}
	.main-section {
		padding: 35px 0;
		min-height: 0;
	}
	.hero-logo {
		position: static;
		max-width: 50%;
		width: 100%;
		float: right;
		margin-right: 24px;
		margin-top: 20px;
	}
	.header-inner {
		margin-bottom: 50px;
	}
	.page-title {
		font-size: 7.6vw;
	}
	.main-section-text {
		font-size: 3.3vw;
	}
	.footer-row, .expert-section-list, .testimonials-slider-item {
		display: block;
	}
	.testimonials-slider-item {
		text-align: center;
	 }
	.logos-list img {
		max-width: 28%;
		margin-bottom: 35px;
	}
	.testimonials-slider-text {
		text-align: left;
	}
	.testimonials-slider-title {
		max-width: none;
		padding: 0;
		margin-bottom: 20px;
		text-align: left;
		display: inline-block;
		width: auto;
	}
	.expert-section-col {
		max-width: 180px;
		margin: 0 auto 30px;
	}
	.expert-section-title {
		margin-bottom: 20px;
	}
	.header-phones span {
		display: block;
	}
	.offer-section {
		font-size: 34px;
	}
	.section-title {
		font-size: 28px;
	}
	.expert-section {
		padding: 52px 0 60px;
	}
	.slick-dots {
		margin: 30px 0 0;
	}
	.footer-title {
		min-height: 0;
	}
	.footer-text {
		margin-bottom: 0;
	}
	.footer-col:last-child {
		margin-top: 40px;
	}
	.logo_block {
		max-width: 40%;
	}
}
@media (max-width: 350px){

}