<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    padding: 0;
    font-family: 'ProximaNova-Regular';
    color: #12203A;
    box-sizing: border-box;
}

html {
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	width: 100%;
	overflow: hidden;
	position: relative;
}

@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('../font/ProximaNova-Regular.eot');
    src: url('../font/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
         url('../font/ProximaNova-Regular.woff2') format('woff2'),
         url('../font/ProximaNova-Regular.woff') format('woff'),
         url('../font/ProximaNova-Regular.ttf') format('truetype'),
         url('../font/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'ProximaNova-Bold';
  src: url('../font/ProximaNova-Bold.eot');
  src: url('../font/ProximaNova-Bold.woff2') format('woff2'),
       url('../font/ProximaNova-Bold.woff') format('woff'),
       url('../font/ProximaNova-Bold.ttf') format('truetype'),
       url('../font/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg'),
       url('../font/ProximaNova-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

a {
	transition: all ease .3s;
}

.mob__menu__btn {
  display: none;
  position: fixed;
  top: 25px;
  right: 15px;
  width: 28px;
  height: 28px;
  border-radius: 0;
  cursor: pointer;
  z-index: 5;
  transform: rotate(0deg);
  transition: .47s ease-in-out;
}

.mob__menu__btn span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #70AFEE ;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.mob__menu__btn span:nth-child(1) {
	top: 3px;
}

.mob__menu__btn span:nth-child(2),
.mob__menu__btn span:nth-child(3) {
	top: 12px;
}

.mob__menu__btn span:nth-child(4) {
	top: 21px;
}

.mob__menu__btn.active span:nth-child(1) {
	top: 12px;
	width: 0%;
	left: 50%;
}

.mob__menu__btn.active span:nth-child(2) {
	transform: rotate(45deg);
}

.mob__menu__btn.active span:nth-child(3) {
	transform: rotate(-45deg);
}

.mob__menu__btn.active span:nth-child(4) {
	top: 12px;
  	width: 0%;
  	left: 50%;
}

@media screen and (max-width: 991px) {
	.mob__menu__btn {
		display: block;
	}

	.mob__menu__btn.active {
		top: 50px;
	}
}

@media screen and (max-width: 576px) {
	.mob__menu__btn,
	.mob__menu__btn.active {
		top: 9px;
	}
}

button,
.btn {
	display: block;
	outline: none;
	border-radius: 0px;
	border: none;
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
	min-width: 200px;
	min-height: 45px;
	line-height: 45px;
	transition: all ease .3s;
}

.btn.cyan {
	color: #fff;
	background-color: #66CCCC;
}

.btn.white {
	background: #FFFFFF;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
	color: #1B1B1B;
}

.btn:hover,
.btn:focus,
.btn:active {
	color: #fff;
	background-color: #415A6B;
}

button.cyan:disabled,
.btn.cyan:disabled {
	color: #fff;
	background-color: #66CCCC;
	opacity: .5;
	pointer-events: none;
}

p {
	padding: 0;
	margin: 0;
}

h1, h2,h3{
	font-family: 'ProximaNova-Bold';
}

.block__title {
	text-align: center;
	font-weight: 700;
}

.slick-arrow {
	font-size: 0;
	outline: none;
	border: none;
	background-color: transparent;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	cursor: pointer;
	z-index: 3;
	min-width: auto;
	min-height: auto;
}

.slick-arrow:focus,
.slick-arrow:active {
	outline: none;
}

.slick-arrow::before {
	display: none;
}

.slick-prev {
	left: -43px;
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff;
	transform: rotate(45deg) translate(0%, -50%);
}

.slick-next {
	right: -43px;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	transform: rotate(-45deg) translate(0%, -50%);
}

.slick-slide {
	outline: none;
}

input,
input:hover,
input:focus,
input:active {
	outline: none;
}

.input-error {
	border: 1px solid red!important;
}

/*HEADER*/

header {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 76px;
}

header .btn {
	min-width: 200px;
}

@media screen and (max-width: 1199px) {
	header .btn {
		min-width: auto;
	}
}

@media screen and (max-width: 991px) {
	header .row {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.header__col.number {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

@media screen and (max-width: 576px) {
	header {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.header__col.number .btn {
		display: none;
	}
}

.header__col {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.menu__col .btn {
	display: none;
}

.menu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: center;
	margin-bottom: 0;
	padding-left: 45px;
}

.menu .menu__item {
	list-style-type: none;
	margin-right: 29px;
}

@media screen and (max-width: 1199px) {
	.menu .menu__item {
		margin-right: 15px;
	}
}

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

	.menu__col {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 4;
		padding: 0 30px;
    	min-height: 40px;
    	box-shadow: 0 9px 7.92px 0.08px rgba(0, 0, 0, 0.2);
    	transform: translateY(-200px);
    	transition: all ease-in-out .35s;
	}

	.menu__col.active {
		transform: translateY(0);
	}

	nav {
		width: 100%;
	}

	.menu {
    	display: -webkit-flex;
    	display: -moz-flex;
    	display: -ms-flex;
    	display: -o-flex;
    	display: flex;
    	-webkit-box-align: center;
    	-ms-flex-align: center;
    	align-items: center;
    	padding: 0;
	}
}

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

	.menu__col {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.menu__col .btn {
		display: block;
	}

	.menu {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		padding-bottom: 10px;
	}

	.menu .menu__item {
		margin-bottom: 7px;
		margin-right: 0;
	}

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

.menu .menu__item a{
	font-size: 17px;
	color: #12203A;
	text-decoration: none;
}

@media screen and (max-width: 1199px) {
	.menu .menu__item a {
		font-size: 16px;
	}
}

.menu .menu__item a:hover{
	color: #3D89D5;
}

.menu .menu__item:last-child {
	margin-right: 0;
}

.number a {
	color: #3BB2B2;
	font-size: 20px;
	font-weight: 700;
	flex-shrink: 0;
	margin-right: 23px;
}

@media screen and (max-width: 1199px) {
	.number a {
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.number a {
		font-size: 17px;
		margin-right: 15px;
	}
}
@media screen and (max-width: 576px) {
	.number a {
		margin-right: 0;
	}
}
/*FIRST BLOCK*/

.first {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}

@media screen and (max-width: 1199px) {
	.first {
		background-position: 40%;
	}
}

@media screen and (max-width: 991px) {
	.first {
		background-position: 35%;
	}
}

.utp {
	margin: 95px 0 55px 0;
}

h1 {
	font-size: 44px;
	font-weight: 700;
	letter-spacing: 0.03em;
}

@media screen and (max-width: 1199px) {
	h1 {
		font-size: 39px;
	}
}

@media screen and (max-width: 767px) {
	h1 {
		font-size: 36px;
	}
}

@media screen and (max-width: 576px) {
	h1 {
		font-size: 32px;
	}
}

.first .utp span {
	display: block;
	max-width: 520px;
	font-size: 33px;
	letter-spacing: 0.02em;
}

.first__text {
	font-size: 20px;
	margin-bottom: 40px;
}

.advantages {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	max-width: 800px;
	max-height: 320px;
}

.advantages.animate .advantages__block {
	opacity: 1;
	transform: translateX(0);
}

.advantages__block {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 26px;
	font-size: 18px;
	max-width: 390px;
	margin-bottom: 23px;
	opacity: 0;
	transition: all ease-in-out .6s;
	transform: translateX(-1500px);
}

.advantages__block:nth-child(n+4) {
	max-width: 370px;
}

.advantages__block:nth-child(1) .advantages__block__text {
	max-width: 200px;
}


@media screen and (max-width: 991px) {
	.advantages {
		max-height: 280px;
	}

	.advantages__block {
		max-width: 350px;
		padding-right: 30px;
	}	
}

@media screen and (max-width: 767px) {
	.advantages {
		max-height: 100%;
	}

	.advantages__block,
	.advantages__block:nth-child(n+3),
	.advantages__block:nth-child(1) .advantages__block__text {
		max-width: 100%;
	}	
}

.advantages__block__icon {
	width: 50px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.advantages__block__text {
	margin-left: 15px;
}

.first__button {
	margin-top: 25px;
	margin-bottom: 105px;
}

.first__button .btn {
	width: 100%;
	max-width: 270px;
}

.end {
	text-align: right;
}

/*SECOND BLOCK*/

.second {
	background-size: cover;
	background-position: center;
	padding: 90px 0 80px 0;
}

.second h2 {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 30px;
}

@media screen and (max-width: 1199px) {
	.second h2 {
		font-size: 37px;
	}
}

@media screen and (max-width: 767px) {
	.second h2 {
		font-size: 32px;
	}	
}

.second p {
	font-size: 18px;
	line-height: 26px;
	text-align: justify;
}

.second .info__block {
	padding-left: 70px;
}

@media screen and (max-width: 767px) {
	.second .info__block {
		padding-left: 15px;
	}
}

/*THIRD BLOCK*/

.third {
	padding: 80px 0px 0px 0px;
}

.third .block__title{
	margin-bottom: 65px;
}


.bot-line {
	border-bottom: 2px solid #EAF4FF;
	margin-top: 100px;
}

.wecan {
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
	padding: 0;
}

.wecan .body {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	padding: 40px 40px 35px 40px;
	height: calc(100% - 70px);
}

.wecan:first-of-type .body {
	background-image: url(../img/wecan-bg.svg);
	background-repeat: no-repeat;
	background-position: -20px 320px;
}

@media screen and (max-width: 1199px) {
	.wecan:first-of-type .body {
		background-position: -20px 390px;
	}
}

@media screen and (max-width: 991px) {
	.wecan .body {
		padding: 40px 20px 35px 20px;
	}

	.wecan:first-of-type .body {
		background-position: -25px 430px;
	}
}

@media screen and (max-width: 767px) {
	.wecan {
		margin-bottom: 50px;
	}

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

	.wecan:first-of-type .body {
		background-image: none;
	}
}

@media screen and (max-width: 576px) {
	.wecan__row {
		padding: 0 15px;
	}
}

.wecan:first-of-type ul li {
	max-width: 280px;
}

.wecan:nth-child(2) ul li {
	max-width: 320px;
}

.wecan:nth-child(2) ul li:nth-child(1) {
	max-width: 250px;
}

.wecan:nth-child(2) ul li:nth-child(2) {
	margin-bottom: 24px;
}

.wecan:nth-child(2) ul li:nth-child(4) {
	max-width: 350px;
}

.wecan ul {
	padding: 0;
	padding-left: 27px;
	margin: 0;
	margin-bottom: 34px;
	list-style: none;
	list-style-image: url(../img/check-mark.svg);
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.wecan ul li {
	padding-left: 10px;
	margin-bottom: 15px;
}

.wecan ul li:last-of-type {
	margin-bottom: 0;
}

.wecan .btn {
	display: block;
	max-width: 200px;
	margin: 0 auto;
}

.header {
	position: relative;
}

.header.cyan::after {
	border-top-color: #99CCFF;
}

.header.light-blue::after {
	border-top-color: #70AFEE;
}

.header::after {
	top: 55px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #88b7d5;
	border-width: 30px;
	margin-left: -30px;
}


.body {
	padding: 40px 15px 35px 40px;
}

.body__title {
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	margin-bottom: 30px;
}
.body ul li{
	margin-bottom: 15px;
}

.post__title {
	margin-top: 20px;
	margin-bottom: 30px;
}

.srok {
	width: 100%;
	font-weight: 700;
	text-align: center;
	padding: 28px 0;
	border-top: 5px solid #EAF4FF;
	border-bottom: 5px solid #EAF4FF;
	margin-bottom: 36px;
}

.third .header {
	font-size: 24px;
	font-family: 'ProximaNova-Bold';
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 17px 0;
}

.cyan{
	background-color: #99CCFF;
}

.light-blue{
	background-color: #70AFEE;
}


/*FOURTH BLOCK*/

.stages {
	padding-top: 60px;
}

.stages .block__title {
	margin-bottom: 120px;
}

.stages__list__col {
	position: relative;
}

.stages__list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
	list-style: none;
	padding: 0;
	padding-left: 150px;
	margin: 0;
	counter-reset: list1;
	min-height: 430px;
}

.stages__list__item {
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	opacity: 0;
	transform: translateX(-1500px);
	transition: all ease-in-out .6s;
}

.stages__list__col.animate .stages__list__item {
	opacity: 1;
	transform: translateX(0);
}

.stages__list__item:nth-child(1) {
	max-width: 130px;
}

.stages__list__item:nth-child(2) {
	max-width: 200px;
	margin-left: -15px;
}

.stages__list__item:nth-child(3) {
	max-width: 170px;
	margin-left: -45px;	
}

.stages__list__item:nth-child(4) {
	max-width: 160px;
	margin-left: -25px;
}

.stages__list__item:nth-child(5) {
	max-width: 285px;
	margin-left: -85px;
}

.stages__list__item:nth-child(6) {
	max-width: 220px;
	margin-left: -115px;	
}

.stages__list__item:nth-child(2n) {
	transform: translateX(2000px) translateY(300px);
}

.stages__list__col.animate .stages__list__item:nth-child(2n) {
	transform: translateX(0) translateY(300px);
}

.stages__list__item::before {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	counter-increment: list1;
	content: counter(list1) "";
	position: absolute;
	top: -63px;
	left: 50%;
	width: 49px;
	height: 49px;
	transform: translateX(-50%);
	border-radius: 50%;
	font-size: 30px;
	text-align: center;
	color: #fff;
	background-color: #70AFEE;
	flex-shrink: 0;
}

.stages__list__item__content {
	font-size: 18px;
	line-height: 1.3em;
	color: #12203A;
	text-align: center;
	position: relative;
}

.stages__list__item__content::before,
.stages__list__item__content::after {
	content: "";
	top: 87px;
	left: 50%;
	transform: translateX(-50%) translateY(-50px);
	position: absolute;
	background-color: #999999;
	opacity: 0;
}

.stages__list__item__content::before {
	transition: transform ease-in-out 1s, opacity ease-in-out 1.2s;
}

.stages__list__item__content::after {
	transition: transform ease-in-out 1s, opacity ease-in-out .8s;
}

.stages__list__item:nth-child(2n) .stages__list__item__content::before,
.stages__list__item:nth-child(2n) .stages__list__item__content::after {
	top: -155px;
	transform: translateX(-50%) translateY(50px);
}

.stages__list__col.animate .stages__list__item__content::before,
.stages__list__col.animate .stages__list__item__content::after {
	opacity: 1;
	transform: translateX(-50%) translateY(0);
}

.stages__list__item__content::before {
	width: 3px;
	height: 66px;
}

.stages__list__item__content::after {
	top: 145px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
}

.stages__list__col .stages__line {
	opacity: 0;
	transition: all ease-in-out .55s;
}

.stages__list__col.animate .stages__line {
	opacity: 1;
}

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

	.stages__list__item:nth-child(1) {
		margin-left: -20px;
	}

	.stages__list__item:nth-child(2) {
		margin-left: -40px;
	}

	.stages__list__item:nth-child(3) {
		margin-left: -70px;
	}

	.stages__list__item:nth-child(4) {
		margin-left: -50px;
	}

	.stages__list__item:nth-child(5) {
		margin-left: -110px;
	}

	.stages__list__item:nth-child(6) {
		margin-left: -140px;
	}
}

@media screen and (max-width: 991px) {
	.stages__list {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		min-height: auto;
		padding-left: 0;
		margin-bottom: 80px;
	}

	.stages__list__item__content::before,
	.stages__list__item__content::after {
		display: none;
	}

	.stages__list__item:nth-child(1),
	.stages__list__item:nth-child(2),
	.stages__list__item:nth-child(3),
	.stages__list__item:nth-child(4),
	.stages__list__item:nth-child(5),
	.stages__list__item:nth-child(6) {
		margin: 0 auto;
		margin-bottom: 110px;
		max-width: 100%;
	}

	.stages__list__item:nth-child(6) {
		margin-bottom: 0;
	}

	.stages__list__item {
		transform: translateX(-700px);
		transition: all ease-in-out .65s;
	}

	.stages__list__item:nth-child(2n) {
		transform: translateX(1000px);
	}

	.stages__list__col.animate .stages__list__item {
		transform: translateX(0);
	}

	.stages__list__col.animate .stages__list__item:nth-child(2n) {
		transform: translateX(0) translateY(0);
	}

	.stages__line {
		display: none;
	}
}

.stages__line {
	width: 100%;
	height: 3px;
	position: absolute;
	top: 150px;
	background: linear-gradient(89.85deg, #999999 0%, rgba(153, 153, 153, 0) 0.01%, #999999 24.31%, #999999 70.17%, rgba(153, 153, 153, 0) 100%);
}

.line {
	background: linear-gradient(89.85deg, #999999 0%, rgba(153, 153, 153, 0) 0.01%, #999999 24.31%, #999999 70.17%, rgba(153, 153, 153, 0) 100%);
	height: 3px;
	margin-bottom: 60px;
}

.step-top {
	text-align: center;
	padding-bottom: 60px;
}

.step-bottom {
	text-align: center;
	padding-bottom: 60px;
}

.ball {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #70AFEE;
	font-size: 30px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
}

.top .ball:before {
	content: "";
	height: 13px;
	width: 13px;
	border-radius: 50%;
	background-color: #999999;
	position: absolute;	
	left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
}

.top .ball:after {
	content: "";
	height: 66px;
	width: 3px;
	background-color: #999999;
	position: absolute;	
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.bottom .ball:before {
	content: "";
	height: 13px;
	width: 13px;
	border-radius: 50%;
	background-color: #999999;
	position: absolute;	
	left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
}

.bottom .ball:after {
	content: "";
	height: 66px;
	width: 3px;
	background-color: #999999;
	position: absolute;	
	left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.fifth {
	background-size: cover;
	padding: 67px 0 90px 0;
	position: relative;
}

.fifth:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #70AFEE;
	opacity: .8;
}

.fifth .block__title {
	margin-bottom: 50px;
}

.fifth .block__title h2 {
	color:#fff;
}

.reviews__slider {
	margin: 20px auto;
	max-width: 1060px;
}

@media screen and (max-width: 1199px) {
	.reviews__slider {
		padding: 0 30px;
	}

	.reviews__slider .slick-prev {
		left: 0;
	}

	.reviews__slider .slick-next {
		right: 0;
	}
}

.reviews__slider__item__wrap {
	/*padding: 15px;*/
}

.reviews__slider__item {
	background-color: #fff;
	padding: 30px 40px 20px 40px;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
}

.reviews__slider__item__title {
	margin-bottom: 25px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

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

	.reviews__slider__item {
		padding: 30px 20px 20px 20px;
	}

	.reviews__slider__item__title {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-align-items: flex-start;
		align-items: flex-start;
		margin-bottom: 15px;
	}

	.reviews__slider__item__title p {
		margin-bottom: 10px;
	}	
}

.reviews__slider__item__title span {
	text-align: right;
}

.reviews__slider__item__text {
	text-align: left;
}

/*SIXTH BLOCK*/

.sixth {
	padding: 85px 0 95px 0;
}

.sixth .block__title {
	margin-bottom: 50px;
	font-weight: 700;
}

.accordion__item {
	margin-bottom: 10px;
	font-size: 22px;
	color: #fff;
	cursor: pointer;
}

.accordion__item.active .accordion__item__title {
	background-color: #70AFEE;
}

.accordion__item.active .accordion__item__title:after {
	margin-top: 5px;
	transform: translateY(-50%) rotate(-135deg);
}

.accordion__item__title {
	font-size: 22px;
	line-height: 24px;
	color: #fff;
	background-color: #66CCCC;
	padding: 18px 35px;
	padding-right: 150px;
	position: relative;
	transition: all ease-in-out .4s;
}

@media screen and (max-width: 991px) {
	.accordion__item__title {
		padding-right: 65px;
	}
}

@media screen and (max-width: 576px) {
	.accordion__item__title {
		font-size: 20px;
		padding: 18px 20px;
		padding-right: 60px;
	}

	.accordion__item__title::after {
		right: 20px;
	}	
}

.accordion__item__title::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 30px;
	border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    margin-top: -4px;
    transform: translateY(-50%) rotate(45deg);
}

.accordion__item__text {
	display: none;
	font-size: 18px;
	background-color: #F2F2F2;
	padding: 20px 35px;
}

/*SEVENTH BLOCK*/

.seventh {
	background-size: cover;
	padding: 57px 0 10px 0;
	min-height: 503px;
	position: relative;
}

@media screen and (max-width: 767px) {
	.seventh {
		min-height: 280px;
	}
}

.seventh input {
	display: block;
}

.seventh .btn {
	margin: 0 auto;
	margin-bottom: 20px;
}

.seventh .conf__policy {
	display: block;
	font-size: 13px;
	line-height: 16px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	color: #fff;
	max-width: 510px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.seventh .conf__policy a {
	text-decoration: underline;
}

.seventh__col:first-of-type input {
	margin-left: auto;
	margin-right: 0;
}

.seventh__col:last-of-type input {
	margin-left: 0;
	margin-right: auto;
}

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

	.seventh__col .btn {
		min-width: auto;
		max-width: 100%;
	}
}

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

	.seventh .cost__calc__form {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}

	.seventh__col:first-of-type input,
	.seventh__col:last-of-type input,
	.seventh__col .btn {
		margin: 0 auto;
		margin-bottom: 20px;
	}
}


.seventh::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(112, 175, 238, 0.2);
}

.seventh .form__reminder {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	color: #fff;
}

@media screen and (max-width: 576px) {
	.seventh .form__reminder {
		font-size: 33px;
	}
}

.cost__calc__form input {
	font-size: 18px;
	min-height: 45px;
	line-height: 45px;
	text-align: center;
}

.form h2{
	margin-bottom: 15px;
}

.form {
	text-align: center;
	margin: 0 auto;
	color: #fff;
}

.form p{
	letter-spacing: 0.02em;
	color: #fff;
	font-size: 20px;
	margin-bottom: 50px;

}

.form__info{
	display: block;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
}

input {
	width: 100%;
	max-width: 265px;
	margin-bottom: 30px;
	height: 38px;
}

button {
	width: 265px;
}

/*EIGHTH BLOCK*/

.eighth {
	padding-top: 32px;
	padding-bottom: 32px;
}

.eighth__col {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 991px) {
	.eighth {
		padding-top: 20px;
	}

	.eighth__col {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.eighth__col:first-of-type {
		-webkit-box-align: start;
		-ms-align-items: flex-start;
		align-items: flex-start;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 576px) {
	.eighth {
		padding-top: 20px;
		padding-bottom: 25px;
	}
}

.question {
	padding-left: 40px;
}

.social {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-left: auto;
}

.eighth__col.contacts,
.eighth__col.question,
.eighth__col.social {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.contacts a {
	font-size: 20px;
	color: #333333;
	position: relative;
}

.contacts a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -45px;
	width: 30px;
	height: 30px;
	transform: translateY(-50%);
	border-radius: 50%;
	background-size: 30px;
	background-position: center;
	background-repeat: no-repeat;
}

.contacts a:hover {
	text-decoration: none;
}

.phone{
	width: 100%;
}

.phone a {
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.phone a::before {
	background-image: url(../img/phone.svg);
}

.mail{
	width: 100%;
}

.mail a::before {
	background-image: url(../img/mail.svg);
}

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

	.eighth p {
		text-align: left;
	}

	.eighth__col {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.eighth__col:first-of-type {
		margin-bottom: 15px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.social {
		margin-left: 0;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		width: 221px;
		margin-bottom: 20px;
	}

	.question {
		width: 221px;
	}

	.contacts {
		padding-left: 20px;
	}

	.phone,
	.mail {
		width: 200px;
		padding-left: 25px;
	}

	.phone a {
		margin-bottom: 12px;
	}

	.footer__logo {
		margin-bottom: 20px;
	}
}

.question {
	text-align: center;
}

.question p {
	margin-bottom: 18px;
}

.social {
	text-align: right;
}

.social p {
	margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
	.question p,
	.social p {
		margin-bottom: 15px;
	}

	.question p {
		text-align: left;
	}
}

@media screen and (max-width: 576px) {
	.question p,
	.social p {
		margin-bottom: 10px;
	}
}

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

.social__item {
	margin-right: 18px;
}

.social__item:last-of-type {
	margin-right: 0;
}

.eighth p{
	font-size: 20px;
	color: #333333;
}

.social a span{
	width: 30px;
	height: 30px;
}

/*NINTH BLOCK*/

.ninth {
	background-color: #E9F3FE;
	padding: 15px 0;
}

.ninth .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ninth p {
	font-size: 15px;
	color: #333;
	padding-right: 50px;
}

@media screen and (max-width: 991px) {
	.ninth p {
		padding-right: 0;
		margin-bottom: 5px;
	}
}

.ninth__col:last-of-type {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: right;
}

@media screen and (max-width: 991px) {
	.ninth__col:last-of-type {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

/*TENTH BLOCK*/

.tenth {
	background-color: #7190B0;
	text-align: center;
	min-height: 38px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-align-items: center;
	align-items: center;
}

.tenth p {
	font-size: 13px;
	color: #fff;
}

.tenth img {
	width: 60px;
	height: 14px;
	margin-left: 10px;
	margin-top: -8px;
}

.conf__policy {
	font-size: 15px;
	color: #333;
	text-decoration: underline;
}

.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	z-index: 5;
}

.popup,
.popup__reminder {
  display: none;
  width: 100%;
  max-width: 350px;
  background-color: #fff;
  bottom: 50%;
  right: 50%;
  transform:  translateY(50%) translateX(50%);
  position: fixed;
  max-height: 100vh;
  overflow: auto;
  z-index: 10;
}

.popup input {
	font-size: 18px;
	line-height: 45px;
	text-align: center;
	border: 1px solid #E4E4E4;
	min-height: 45px;
}

.popup .conf__policy {
	display: block;
	font-size: 12px;
	color: #949494;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
	margin-bottom: 24px;
}

.popup__heading {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background-color: #70AFEE;
	min-height: 63px;
}

.popup__title__under {
	font-size: 18px;
	line-height: 1.3em;
	text-align: center;
	margin-bottom: 20px;
}

.popup__inner__content {
	padding: 32px 44px 31px 44px;
}

.popup__close {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 8px;
	right: 8px;
	cursor: pointer;
	transform: rotate(-45deg);
}

.popup__close::before,
.popup__close::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 16px;
    height: 3px;
    background-color: #C3E1FF;
}

.popup__close::before {
	transform: rotate(90deg);
}

.order__call__popup {
	/*display: block;*/
}

.leave__request__popup {
	/*display: block;*/
}

.leave__request__popup input {
	margin-bottom: 20px;
}

.order__call__popup__reminder {
	/*display: block;*/
}

.order__call__popup__reminder .popup__reminder__heading {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 63px;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #fff;
	text-align: center;
	background-color: #70AFEE;
}

.order__call__popup__reminder .popup__reminder__inner__content {
	padding: 28px 55px 22px 55px;
	font-size: 18px;
	line-height: 1.3em;
	text-align: center;
}

.leave__request__popup__reminder {
	/*display: block;*/
	background-color: #70AFEE;
	min-height: 105px;
}

.leave__request__popup__reminder .popup__reminder__content {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	text-align: center;
}

.footer__logo {
	width: 100%;
	max-width: 221px;
	margin-right: 136px;
}

@media screen and (max-width: 1199px) {
	.footer__logo {
		margin-right: 70px;
	}

	.question {
		padding-left: 20px;
	}
}

@media screen and (max-width: 991px) {
	.footer__logo {
		margin-right: 0;
	}

	.question {
		padding-left: 0;
	}
}

@media screen and (max-width: 767px) {
	.utp {
		margin: 55px 0 35px 0;
	}

	.first .utp span {
		font-size: 29px;
		line-height: 1.4em;
	}

	.advantages__block {
		padding-right: 0;
	}

	.first__button {
		margin-bottom: 80px;
	}

	.second {
		padding: 60px 0 60px 0;
	}

	.third {
		padding-top: 60px;
	}

	.third .block__title {
		margin-bottom: 50px;
	}

	.bot-line {
		margin-top: 70px;
	}

	.stages {
		padding-top: 55px;
	}

	.stages__list {
		margin-bottom: 60px;
	}

	.fifth {
		padding: 55px 0 60px 0;
	}

	.fifth .block__title {
		margin-bottom: 35px;
	}

	.sixth {
		padding: 60px 0 65px 0;
	}
}

@media screen and (max-width: 576px) {
	.popup .btn {
		min-width: auto;
		max-width: 100%;
	}

	.first .utp span {
		font-size: 27px;
	}

	.second h2 {
		font-size: 29px;
	}
}</pre></body></html>