@font-face {
	font-family: 'Circe';
	src: url('../fonts/Circe/Circe-Regular.eot');
	src: local('Circe'), local('Circe-Regular'),
		url('../fonts/Circe/Circe-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Circe/Circe-Regular.woff') format('woff'),
		url('../fonts/Circe/Circe-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Circe';
	src: url('../fonts/Circe/Circe-Bold.eot');
	src: local('Circe Bold'), local('Circe-Bold'),
		url('../fonts/Circe/Circe-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Circe/Circe-Bold.woff') format('woff'),
		url('../fonts/Circe/Circe-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Circe';
	src: url('../fonts/Circe/Circe-ExtraBold.eot');
	src: local('Circe ExtraBold'), local('Circe-ExtraBold'),
		url('../fonts/Circe/Circe-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Circe/Circe-ExtraBold.woff') format('woff'),
		url('../fonts/Circe/Circe-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat/Montserrat-SemiBold.eot');
	src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
		url('../fonts/Montserrat/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Montserrat/Montserrat-SemiBold.woff') format('woff'),
		url('../fonts/Montserrat/Montserrat-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

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

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

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat/Montserrat-Medium.eot');
	src: local('Montserrat Medium'), local('Montserrat-Medium'),
		url('../fonts/Montserrat/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Montserrat/Montserrat-Medium.woff') format('woff'),
		url('../fonts/Montserrat/Montserrat-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat/Montserrat-ExtraBold.eot');
	src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'),
		url('../fonts/Montserrat/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Montserrat/Montserrat-ExtraBold.woff') format('woff'),
		url('../fonts/Montserrat/Montserrat-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat/Montserrat-Black.eot');
	src: local('Montserrat Black'), local('Montserrat-Black'),
		url('../fonts/Montserrat/Montserrat-Black.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Montserrat/Montserrat-Black.woff') format('woff'),
		url('../fonts/Montserrat/Montserrat-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}


* {
	outline: none !important;
}

body {
	font-family: 'Circe', sans-serif;
	color: #000;
	font-size: 14px;
	font-weight: normal;
}
a {
	text-decoration: none !important;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
a:hover {
	color: inherit;
}
img {
	max-width: 100%;
}
button {cursor: pointer;}
::-webkit-input-placeholder {color:#000;}
::-moz-placeholder          {color:#000;}
:-moz-placeholder           {color:#000;}
:-ms-input-placeholder      {color:#000;}
strong {font-weight: 800;}

.container {
	max-width: 1200px;
}
.block-title {
	font-weight: 800;
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 25px;
	text-align: center;
}
.purple-button {
    padding: 17px 30px 17px 44px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    border-radius: 4px;
    box-shadow: 0px 11px 36px 0px rgba(0, 105, 248, 0.64);
    border: none;
    background: rgb(119,55,251);
    background: -moz-linear-gradient(left, rgba(119,55,251,1) 0%, rgba(78,0,255,1) 100%);
    background: -webkit-linear-gradient(left, rgba(119,55,251,1) 0%,rgba(78,0,255,1) 100%);
    background: linear-gradient(to right, rgba(119,55,251,1) 0%,rgba(78,0,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7737fb', endColorstr='#4e00ff',GradientType=1 );
    position: relative;
    z-index: 5;
}
.purple-button:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: rgb(78,0,255);
    background: -moz-linear-gradient(left, rgba(78,0,255,1) 0%, rgba(119,55,251,1) 100%);
    background: -webkit-linear-gradient(left, rgba(78,0,255,1) 0%,rgba(119,55,251,1) 100%);
    background: linear-gradient(to right, rgba(78,0,255,1) 0%,rgba(119,55,251,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e00ff', endColorstr='#7737fb',GradientType=1 );
    transition: all .3s;
    opacity: 0;
    z-index: -1;
}
.purple-button:hover:after {opacity: 1;}
.purple-button img {
    margin-left: 15px;
}

/* HEADER */
.header {
	padding: 24px 0;
	font-family: 'Montserrat', sans-serif;
}
.header-logo img {width: 34px;}
.header-logo__text {margin-left: 13px;}
.header-logo__text p {
	margin: 0;
}
.header-logo__text p:first-child {
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	color: #000;
}
.header-logo__text p:last-child {
	color: #a2a2a2;
	font-size: 12px;
	line-height: 12px;
}
.header-logo__text p em {
	color: #fb263f;
	font-style: normal;
}

.header-city label {
	font-weight: bold;
	margin-right: 20px;
	line-height: 14px;
	margin-bottom: 0;
	position: relative;
}
.header-city__result {
	width: 225px;
	height: 44px;
	line-height: 44px;
	border-radius: 4px;
	background: #f5f7f9;
	padding: 0 30px;
	border: 1px solid #f5f7f9;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	position: relative;
}
.header-city__result:after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 13px;
	background: url('../img/icons/down-select.webp');
	width: 11px;
	height: 6px;
	transition: all .3s;
}
.header-city__result:hover:after {
	transform: translate(0, -50%) rotate(-180deg);
}
.header-city ul {
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	width: 225px;
	background: #e9eff3;
	display: none;
	z-index: 99;
}
.header-city ul li {
	display: block;
	padding: 10px 15px;
	border-bottom: 1px solid #fff;
	font-size: 12px;
	line-height: 12px;
	cursor: pointer;
	margin: 0 !important;
}
.header-city ul li.active {
	background: #000;
	color: #fff;
}
.header-city:hover > ul {display: block;}
.header-city ul li:last-child {border-bottom: none;}
.header-phone {
	font-weight: bold;
	padding-left: 20px;
	position: relative;
	color: #000;
	margin-right: 27px;
}
.header-phone:after {
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	width: 13px;
	height: 13px;
	background: url('../img/icons/phone.webp');
}
.header-call {
	border-radius: 4px;
	line-height: 14px;
	color: #fff;
	font-weight: bold;
	padding: 12px 22px;
	border-radius: 4px;
	background: rgb(248,105,0);
	background: -moz-linear-gradient(left,  rgba(248,105,0,1) 0%, rgba(255,156,0,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(248,105,0,1) 0%,rgba(255,156,0,1) 100%);
	background: linear-gradient(to right,  rgba(248,105,0,1) 0%,rgba(255,156,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f86900', endColorstr='#ff9c00',GradientType=1 );
	box-shadow: 0px 11px 35px 0px rgba(248, 105, 0, 0.64);
	position: relative;
	z-index: 5;
}
.header-call:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 4px;
	width: 100%;
	height: 100%;
	background: rgb(255,156,0);
	background: -moz-linear-gradient(left,  rgba(255,156,0,1) 0%, rgba(248,105,0,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,156,0,1) 0%,rgba(248,105,0,1) 100%);
	background: linear-gradient(to right,  rgba(255,156,0,1) 0%,rgba(248,105,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9c00', endColorstr='#f86900',GradientType=1 );
	transition: all .3s;
	opacity: 0;
	z-index: -1;
}
.header-call:hover {color: #fff;}
.header-call:hover:after {opacity: 1;}
/* MAIN MENU */
.main-menu {
	background: #f5f8fa;
	font-family: 'Montserrat', sans-serif;
}
.main-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.main-menu ul li a {
	display: block;
	padding: 15px 50px;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	position: relative;
}
.main-menu ul li a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: #000;
	opacity: 0;
	transition: all .3s;
}
.main-menu ul li a:hover {
	color: #4f02ff;
}
.main-menu ul li a.active:after {
	opacity: 1;
}
/* FIXED HEADER */
.fixed-header {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	padding: 15px 0;
	display: none;
}
.fixed-header ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.fixed-header ul li:not(:last-child) {
	margin-right: 15px;
}
.fixed-header ul li a {
	display: block;
	color: #000;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
}
.fixed-header .header-city select {
	width: 150px;
	font-size: 14px;
}
.fixed-header .header-city__result {
	width: 180px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	padding: 0 30px 0 15px;
}
/* SLIDER */
.slider {
	background: url('../img/slider/slider-bg.webp') center center no-repeat;
	background-size: cover;
	padding: 90px 0 67px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
}
.slider .container {
	position: relative;
}
.slider-title {
	font-weight: bold;
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 50px;
}
.slider-alert {
	padding: 22px 24px 22px 33px;
	border: 1px dashed #fa263f;
	margin-bottom: 30px;
	max-width: 358px;
}
.slider-list {
	list-style: none;
	padding: 0;
	margin: 0 0 55px;
}
.slider-list li {
	padding-left: 35px;
	position: relative;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 15px;
}
.slider-list li:last-child {margin: 0;}
.slider-list li:before {
	content: '';
	position: absolute;
	left: 0;
	top: -1px;
	width: 23px;
	height: 23px;
	background: url('../img/icons/correct.webp');
}
.slider-form__title {
	font-weight: 500;
	color: #fff;
	font-size: 25px;
	line-height: 25px;
	margin-bottom: 20px;
}


.slider-form input {
	width: 305px;
	max-width: 100%;
	height: 60px;
	border-radius: 4px;
	padding: 0 30px;
	font-weight: 500;
	margin-right: 22px;
	box-shadow: 0px 11px 35px 0px rgba(0, 105, 248, 0.35);
	border: 1px solid #fff;
}
.slider-form button {
	padding: 17px 30px 17px 44px;
	color: #fff;
	font-weight: bold;
	line-height: 14px;
	border-radius: 4px;
	box-shadow: 0px 11px 36px 0px rgba(0, 105, 248, 0.64);
	border: none;
	background: rgb(119,55,251);
	background: -moz-linear-gradient(left,  rgba(119,55,251,1) 0%, rgba(78,0,255,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(119,55,251,1) 0%,rgba(78,0,255,1) 100%);
	background: linear-gradient(to right,  rgba(119,55,251,1) 0%,rgba(78,0,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7737fb', endColorstr='#4e00ff',GradientType=1 );
	position: relative;
	z-index: 5;
}
.slider-form button:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	background: rgb(78,0,255);
	background: -moz-linear-gradient(left,  rgba(78,0,255,1) 0%, rgba(119,55,251,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(78,0,255,1) 0%,rgba(119,55,251,1) 100%);
	background: linear-gradient(to right,  rgba(78,0,255,1) 0%,rgba(119,55,251,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e00ff', endColorstr='#7737fb',GradientType=1 );
	transition: all .3s;
	opacity: 0;
	z-index: -1;
}
.slider-form button:hover:after {opacity: 1;}
.slider-form button img {
	margin-left: 15px;
}
.slider-form__policy {
	font-weight: 500;
	color: #a9b9c2;
	font-size: 12px;
	line-height: normal;
	margin-top: 15px;
}

.slider-image {
	position: absolute;
	bottom: -101px;
	right: 0;
}

/* ADVANTAGES */
.advantages {
	padding: 50px 0 30px;
}
.advantages .block-title {margin-bottom: 40px;}
.advantages .block-title span {color: #009cff;}
.advantages-item {
	border-radius: 7px;
	padding: 40px 0 35px;
	text-align: center;
	margin-bottom: 30px;
	background: rgb(241,246,249);
	background: -moz-linear-gradient(left, rgba(241,246,249,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(left, rgba(241,246,249,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(241,246,249,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f6f9', endColorstr='#ffffff',GradientType=1 );
	box-shadow: 0px 11px 35px 0px rgba(191, 206, 216, 0.64);
	transition: all .3s;
	cursor: pointer;
	height: 88%;
	position: relative;
	z-index: 5;
}
.advantages-item__icon {
	height: 60px;
}
.advantages-item p {
	font-weight: bold;
	font-size: 16px;
	line-height: normal;
	margin: 0;
}
.advantages-item:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 7px;
	background: rgb(78,0,255);
	background: -moz-linear-gradient(left,  rgba(78,0,255,1) 0%, rgba(119,55,251,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(78,0,255,1) 0%,rgba(119,55,251,1) 100%);
	background: linear-gradient(to right,  rgba(78,0,255,1) 0%,rgba(119,55,251,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e00ff', endColorstr='#7737fb',GradientType=1 );
	transition: all .3s;
	opacity: 0;
	z-index: -1;
}

.advantages-item:hover {color: #fff;}
.advantages-item:hover:after {
	opacity: 1;
}
.advantages-item:hover img,
.advantages-item:hover svg {
	filter: grayscale(1) brightness(1000%);
}
.advantages-item svg {
	width: auto;
	height: 32px;
	fill: #7433fb;
}
/* REASON */
.reason {
	padding-bottom: 60px;
}
.reason-block {
	background: #f1f6f9;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.reason .d-flex {
	flex-wrap: wrap;
}
.reason-form {
	background: #fff;
	border: 2px solid #7332fb;
	padding: 45px 55px 100px;
	height: 100%;
	border-radius: 4px;
}
.reason-form__title {
	font-weight: bold;
	font-size: 22px;
	line-height: 25px;
	margin-bottom: 37px;
}
.reason-form input {
	width: 100%;
	height: 60px;
	padding: 0 15px;
	text-align: center;
	font-size: 14px;
	border-radius: 4px;
	border: 1px solid #e8e8e8;
	margin-bottom: 10px;
}
.reason-form button {
	width: 100%;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 20px;
}
.reason-form__text {
	font-size: 12px;
	line-height: 14px;
}

.reason-item {
	width: 16.6667%;
	height: 210px;
	position: relative;
	z-index: 5;
	padding: 45px 15px 0;
	text-align: center;
	cursor: pointer;
	transition: all .3s;
}
.reason-item:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
    background: rgb(119,55,251);
    background: -moz-linear-gradient(left, rgba(119,55,251,1) 0%, rgba(78,0,255,1) 100%);
    background: -webkit-linear-gradient(left, rgba(119,55,251,1) 0%,rgba(78,0,255,1) 100%);
    background: linear-gradient(to right, rgba(119,55,251,1) 0%,rgba(78,0,255,1) 100%);
    box-shadow: 0px 11px 36px 0px rgba(0, 105, 248, 0.64);
    opacity: 0;
    z-index: -1;
    border-radius: 4px;
    transition: all .3s;
}
.reason-item:hover:after,
.reason-item.active:after {opacity: 1;}
.reason-item:hover,
.reason-item.active {color: #fff;}
.reason-item:hover img,
.reason-item.active img {
	filter: invert(1);
}
.reason-item__icon {
	height: 85px;
}
.reason-item__icon img {
	display: inline-block;
}
.reason-item__text {
	font-weight: 800;
	font-size: 14px;
	line-height: 15px;
}
/* ACCURATE */
.accurate {
	padding: 60px 0;
	background: url('../img/accurate-bg.webp') center center no-repeat;
	background-size: cover;
}
.accurate-alert {
	padding: 22px 52px;
	border-radius: 4px;
	border: 2px dashed #fb8200;
	max-width: 395px;
	margin-bottom: 50px;
}
.accurate-alert__icon {
	color: #ff9900;
	font-size: 50px;
	line-height: 50px;
	font-weight: 800;
	margin-right: 50px;
}
.accurate-alert__text {
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
}

.accurate-form__title {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
.accurate-form form {
	max-width: 395px;
}
.accurate-form input {
	width: 100%;
	height: 60px;
	padding: 0 20px;
	font-size: 14px;
	border-radius: 4px;
	border: 1px solid #fff;
	box-shadow: 0px 11px 35px 0px rgba(0, 105, 248, 0.18);
}
.accurate-form span {
	display: block;
	width: 100%;
	margin-bottom: 13px;
}
.accurate-form button {
	width: 100%;
}
.accurate-form__text {
	font-size: 13px;
	line-height: 15px;
}
/* BRANDS */
.brands {
	padding: 75px 0 80px;
}
.brands-item {
	border-radius: 4px;
	height: 80px;
	position: relative;
	box-shadow: 0px -3px 25px 0px rgba(165, 165, 165, 0.22);
	margin-bottom: 30px;
}
.brands-item img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
/* STEPS */
.gray-block {
	background: #f1f6f9;
}
.steps {
	padding: 60px 0 70px;
}
.steps-item {
	text-align: center;
	height: 350px;
    box-shadow: 0px 11px 36px 0px rgba(0, 105, 248, 0.64);
    background: rgb(119,55,251);
    background: -moz-linear-gradient(left, rgba(119,55,251,1) 0%, rgba(78,0,255,1) 100%);
    background: -webkit-linear-gradient(left, rgba(119,55,251,1) 0%,rgba(78,0,255,1) 100%);
    background: linear-gradient(to right, rgba(119,55,251,1) 0%,rgba(78,0,255,1) 100%);
    color: #fff;
    padding: 55px 15px 0;
    cursor: pointer;
    transition: all .3s;
}
.steps-item:hover {
	background: #e9eef4;
	box-shadow: none;
	color: #000;
}
.steps-item__title {
	height: 75px;
	font-size: 26px;
	line-height: 26px;
	font-weight: bold;
}
.steps-item__text {
	height: 115px;
	font-size: 16px;
	line-height: 18px;
}
.steps-item__nm {
	font-weight: 800;
	font-size: 74px;
	line-height: 74px;
}
/* DOCS */
.docs {
	padding-bottom: 100px;
}
.docs-item {
    box-shadow: 0px 11px 36px 0px rgba(0, 105, 248, 0.64);
    background: rgb(119,55,251);
    background: -moz-linear-gradient(left, rgba(119,55,251,1) 0%, rgba(78,0,255,1) 100%);
    background: -webkit-linear-gradient(left, rgba(119,55,251,1) 0%,rgba(78,0,255,1) 100%);
    background: linear-gradient(to right, rgba(119,55,251,1) 0%,rgba(78,0,255,1) 100%);
    color: #fff;
    padding: 50px 38px 0;
    height: 345px;
    position: relative;
    border-radius: 4px;
    cursor: pointer;
    transition: all .3s;
}
.docs-item:hover {
	background: #e9eef4;
	box-shadow: none;
	color: #000;
}
.docs-item__title {
	font-weight: bold;
	font-size: 26px;
	line-height: 28px;
	height: 75px;
}
.docs-item p {
	font-size: 24px;
	line-height: 28px;
	margin: 0;
}
.docs-item__image {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
}
/* HALF */
.half {
	position: relative;
	z-index: 5;
}
.half-title {
	font-weight: bold;
	font-size: 36px;
	line-height: 40px;
	margin-bottom: 30px;
}
.half-alert {
	padding: 70px 35px 70px 112px;
	border: 2px dashed #5c12fe;
	font-size: 18px;
	line-height: 25px;
	position: relative;
	max-width: 490px;
	width: 100%;
	border-radius: 7px;
}
.half-alert:after {
	content: '';
	position: absolute;
	left: 35px;
	top: 50%;
	transform: translate(0, -50%);
	width: 45px;
	height: 42px;
	background: url('data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAAcCAYAAADm63ZmAAACzklEQVRYhcWXW4hNURjHf3Nsg8HQECnDcISYXB7EmwclKUVCaphcIg8uxYsS5YEXt0SJkieXieLJqyeeRqJkcmuE1ChjhnEMZ+ibvlXLmrX23jP77PzrnNZe37r893ffVU11fQRQAxwF5nrEPUBvaCNQBrpj5J+Bq8BHnzCK2XgK2BMjz4pmYB7wyz2nEDh4NLAlR0KCWcBKnyBEaj0wJl9O/WjyTYZIba/QpbeA1UA9MFtN9sSSrwXGpiE1A1iekYwEwRpgJ1AETgIHgU5gCXBa141Uq/wDn6M3ZyQk2As8B57qSxrsBu4Cm4CZwDo14TV7s5sSRHOvgYYMhF6pqR4CywJrjgE3gTbgj5r3gxG6mpLD2vVnE61NICLROlzH19VkU6xzhjm+sxE4DrRqFIpvXTTCuOT532A0VQWcAQ54iHSpikP4CfxIeIHOBHlJNXwei9Q5YF9gQ5Lp0mB6ijVLgU9Ai5ivEXiW/d6K4J28gGhqkXWaRMML6zmyMvt8YGKGm7+oK7iQIJiqc9PEMpETgVtVayP02fYFyTGXdCzRcR/47blklO6f7HQYC4D3AcJXNNEKCm5K6NXsu9+Z3+ZU87fADnVyd3+PjiVHPbJk34DLniIsZei7PRFpqk9CtyY4g6I65WAxyeP01e4ZaUmVned21ZQ7byAN4kLgxBCID8jo1ZqrfPnqkDWeAKwIdJ/GhEWPbBdwxLm3TfNkkNRt4E3gBRqtsUTk4cC6EG6ohkse+QZr3CWkOqyJesd3KolVKc4SLfdJsb0DPMiJyGDR38KIpsapf9RoSRkQDRbcau+D3TH4EAVa7Q6TQmTBZs1LrZpLDB6bApkDaj0tt0TrBWCxcfQGT2M3PkdSdcDZkLDg++5SDCU5pkXozpIhJW3pS0f4VUtCXpDW1y5BBi3yZzpPccw5Vt6SPj3us7sSkMCSNlhKj0DalntA+S/mrYKRZ/jPPgAAAABJRU5ErkJggg==') center no-repeat;
	background-size: contain;
}

.half-form {
	color: #fff;
	padding: 90px 0 80px
}
.half-form__title {
	font-size: 28px;
	line-height: 29px;
	text-align: center;
	margin-bottom: 23px;
	font-weight: 800;
}
.half:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
    box-shadow: 0px 11px 36px 0px rgba(0, 105, 248, 0.64);
    background: rgb(119,55,251);
    background: -moz-linear-gradient(left, rgba(119,55,251,1) 0%, rgba(78,0,255,1) 100%);
    background: -webkit-linear-gradient(left, rgba(119,55,251,1) 0%,rgba(78,0,255,1) 100%);
    background: linear-gradient(to right, rgba(119,55,251,1) 0%,rgba(78,0,255,1) 100%);
	height: 100%;
	z-index: -1;
}
.half-form form {
	width: 375px;
	max-width: 100%;
	margin: 0 auto;
}
.half-form input {
	width: 100%;
	height: 63px;
	border: 1px solid #fff;
	text-align: center;
	padding: 0 15px;
	border-radius: 5px;
	font-size: 16px;
}
.half-form button {
	width: 100%;
	text-align: center;
	padding: 18px 0;
	border-radius: 5px;
	font-size: 16px;
	line-height: 16px;
	font-weight: 800;
	border: none;
	background: rgb(248,105,0);
    background: -moz-linear-gradient(left, rgba(248,105,0,1) 0%, rgba(255,156,0,1) 100%);
    background: -webkit-linear-gradient(left, rgba(248,105,0,1) 0%,rgba(255,156,0,1) 100%);
    background: linear-gradient(to right, rgba(248,105,0,1) 0%,rgba(255,156,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f86900', endColorstr='#ff9c00',GradientType=1 );
    box-shadow: 0px 11px 35px 0px rgba(248, 105, 0, 0.64);
	color: #fff;
}
.half-form button:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 4px;
	width: 100%;
	height: 100%;
	background: rgb(255,156,0);
	background: -moz-linear-gradient(left,  rgba(255,156,0,1) 0%, rgba(248,105,0,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,156,0,1) 0%,rgba(248,105,0,1) 100%);
	background: linear-gradient(to right,  rgba(255,156,0,1) 0%,rgba(248,105,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9c00', endColorstr='#f86900',GradientType=1 );
	transition: all .3s;
	opacity: 0;
	z-index: -1;
}
.half-form button:hover:after {opacity: 1;}
.half-form button img {
	margin-left: 10px;
}
.half-form span {
	display: block;
	margin-bottom: 19px;
}
.half-form__text {
	font-size: 13px;
	line-height: 15px;
}
.half-form:before {
	content: '';
	position: absolute;
	left: -40px;
	top: 50%;
	transform: translate(0, -50%);
	width: 69px;
	height: 134px;
	background: url('../img/icons/contact-arrow.webp');
}
/* MASTERS */
.masters {
	padding: 65px 0 70px;
}
.masters-item {
	font-family: 'Montserrat', sans-serif;
}
.masters-item__image {
	height: 230px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 4px;
	margin-bottom: 25px;
}
.masters-item__title {
	font-weight: 900;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 10px;
}
.masters-item__st {
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
}
.masters-slider {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}
.masters-slider .swiper-button-next:after,
.masters-slider .swiper-button-prev:after {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	transition: all .3s;
}
.masters-slider .swiper-button-prev,
.masters-slider .swiper-container-rtl .swiper-button-next {
	left: -60px;
}
.masters-slider .swiper-button-next,
.masters-slider .swiper-container-rtl .swiper-button-prev {
	right: -60px;
}
.masters-slider .swiper-button-next:hover:after,
.masters-slider .swiper-button-prev:hover:after {
	color: #5509fe;
}
/* REVIEWS */
.reviews {
	padding-bottom: 100px;
}
.reviews-item {
	box-shadow: 0px 11px 35px 0px rgba(157, 170, 188, 0.15);
	padding: 40px;
	background: #fff;
}
.reviews-item__name {
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 20px;
}
.reviews-item p {
	font-size: 16px;
	line-height: 20px;
	margin: 0;
}
.reviews .swiper-slide.swiper-slide-active {
	padding-left: 30px;
}
.reviews .swiper-slide.swiper-slide-next + .swiper-slide {
	padding-right: 30px;
}

.reviews .swiper-container {
	padding: 30px 0 60px;
}
.reviews .swiper-button-next,
.reviews .swiper-button-prev {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #fff;
	box-shadow: -11px 0px 35px 0px rgba(157, 170, 188, 0.37);
	opacity: 1 !important;
	z-index: 5;
	top: 43%;
}
.reviews .swiper-button-next {
	right: -15px;
}
.reviews .swiper-button-prev {
	left: -15px;
}
.reviews-slider {position: relative;}
.reviews .swiper-button-next:after,
.reviews .swiper-button-prev:after {
	color: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: bold;
	font-size: 20px;
	transition: all .3s;
}
.reviews .block-title {
	margin-bottom: 0;
}
.reviews .swiper-button-next:before,
.reviews .swiper-button-prev:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #009cff;
	box-shadow: 0px 11px 36px 0px rgba(0, 105, 248, 0.64);
	opacity: 0;
	z-index: -1;
	transition: all .3s;
}
/* FAQ */
.faq {
	padding-bottom: 44px;
}
.faq-item {
	margin-bottom: 11px;
}
.faq-item__head {
	padding: 24px 70px 24px 20px;
	font-size: 16px;
	line-height: 16px;
	background: #e9f2f5;
	border-radius: 4px;
	cursor: pointer;
	position: relative;
}
.faq-item__head:after {
	content: '+';
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translate(0, -50%);
	font-size: 16px;
	line-height: 16px;
	transition: all .3s;
}
.faq-item__head.active:after {
	transform: translate(0, -50%) rotate(45deg);
}
.faq-item__body {
	display: none;
	border: 1px solid #e9f2f5;
	padding: 30px;
	font-size: 14px;
	line-height: 18px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.faq-item__body p:last-child {margin-bottom: 0;}
/* QA */
.qa {
	padding-bottom: 80px;
}
.qa-block {
	border-radius: 10px;
	background: url('../img/qa-bg.webp') center center no-repeat;
	background-size: cover;
	padding: 49px 67px;
	color: #fff;
	position: relative;
	z-index: 5;
	box-shadow: 0px 8px 20px 0px rgba(187, 207, 222, 0.38);
}
.qa-block:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(41, 41, 41, 0.7);
	z-index: -1;
}
.qa-head {
	margin-bottom: 30px;
}
.qa-head p:first-child {
	font-weight: 800;
	font-size: 38px;
	line-height: 38px;
	margin: 0 23px 0 0;
}
.qa-head p:last-child {
	margin: 0;
	font-size: 14px;
	line-height: 16px;
}
.qa form {
	display: flex;
	flex-wrap: wrap;
}
.qa form span:first-child {
	width: calc(50% - 16px);
	margin-right: 16px;
}
.qa form span:nth-child(2) {
	width: calc(50% - 16px);
	margin-left: 16px;
}
.qa input {
	width: 100%;
	height: 52px;
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 0 30px;
	margin-bottom: 30px;
}
.qa textarea {
	min-height: 110px;
	max-height: 110px;
	padding: 15px 30px;
	border-radius: 4px;
	min-width: 100%;
	max-width: 100%;
	border-radius: 5px;
	resize: none;
	margin-bottom: 23px;
}
.qa form span:nth-child(3) {
	width: 100%;
}
.qa form span:last-child {
	display: flex;
	align-items: center;
}
.qa form button {
    text-align: center;
    padding: 16px 49px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 800;
    border: none;
    background: rgb(248,105,0);
    background: -moz-linear-gradient(left, rgba(248,105,0,1) 0%, rgba(255,156,0,1) 100%);
    background: -webkit-linear-gradient(left, rgba(248,105,0,1) 0%,rgba(255,156,0,1) 100%);
    background: linear-gradient(to right, rgba(248,105,0,1) 0%,rgba(255,156,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f86900', endColorstr='#ff9c00',GradientType=1 );
    box-shadow: 0px 11px 35px 0px rgba(248, 105, 0, 0.64);
    color: #fff;
    margin-right: 30px;
    position: relative;
}
.qa form button:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    background: rgb(255,156,0);
    background: -moz-linear-gradient(left, rgba(255,156,0,1) 0%, rgba(248,105,0,1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,156,0,1) 0%,rgba(248,105,0,1) 100%);
    background: linear-gradient(to right, rgba(255,156,0,1) 0%,rgba(248,105,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9c00', endColorstr='#f86900',GradientType=1 );
    transition: all .3s;
    opacity: 0;
    z-index: -1;
}
.qa form button:hover:after {
    opacity: 1;
}
.qa form p {
	font-size: 14px;
	line-height: 14px;
	margin: 0;
}
/* CONTACTS */
.contacts {
	position: relative;
	padding: 45px 0;
	background: #f1f6f9;
}
.contacts-title {
	font-weight: 800;
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 15px;
}
.contacts-subtitle {
	font-weight: 300;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 25px;
}
.contacts-phone {
	display: block;
	font-weight: bold;
	font-size: 26px;
	line-height: 26px;
	padding-left: 25px;
	color: #5307fe;
	position: relative;
	margin-bottom: 25px;
}
.contacts-phone:before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 14px;
	height: 19px;
	background: url('../img/icons/maps-and-flags.webp');
}
.contacts-form__title {
	font-weight: 800;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 13px;
}
.contacts-form form {
	display: flex;
	flex-wrap: wrap;
	max-width: 460px;
	width: 100%;
}
.contacts-form span {
	margin-bottom: 11px;
}
.contacts-form span:first-child {
	width: 48%;
	margin-right: 10px;
}
.contacts-form span:nth-child(2) {
	width: 48%;
}
.contacts-form span:nth-child(3) {
	width: 98%;
}
.contacts-form input {
	width: 100%;
	height: 45px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #fff;
	padding: 0 25px;
	font-size: 16px;
	box-shadow: 0px 11px 35px 0px rgba(0, 105, 248, 0.18);
}
.contacts-form textarea {
	min-height: 106px;
	max-height: 106px;
	resize: none;
	min-width: 100%;
	max-width: 100%;
	border-radius: 5px;
	border: 1px solid #fff;
	padding: 25px;
	font-size: 16px;
	box-shadow: 0px 11px 35px 0px rgba(0, 105, 248, 0.18);
}
.contacts-form button {
    border: none;
    background: rgb(248,105,0);
    background: -moz-linear-gradient(left, rgba(248,105,0,1) 0%, rgba(255,156,0,1) 100%);
    background: -webkit-linear-gradient(left, rgba(248,105,0,1) 0%,rgba(255,156,0,1) 100%);
    background: linear-gradient(to right, rgba(248,105,0,1) 0%,rgba(255,156,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f86900', endColorstr='#ff9c00',GradientType=1 );
    box-shadow: 0px 11px 35px 0px rgba(248, 105, 0, 0.64);
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    font-weight: 800;
    padding: 14px 29px;
    border-radius: 5px;
    margin-right: 20px;
    position: relative;
    z-index: 10;
}
.contacts-form button:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    background: rgb(255,156,0);
    background: -moz-linear-gradient(left, rgba(255,156,0,1) 0%, rgba(248,105,0,1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,156,0,1) 0%,rgba(248,105,0,1) 100%);
    background: linear-gradient(to right, rgba(255,156,0,1) 0%,rgba(248,105,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9c00', endColorstr='#f86900',GradientType=1 );
    transition: all .3s;
    opacity: 0;
    z-index: -1;
}
.contacts-form button:hover:after {
	opacity: 1;
}
.contacts-form p {
	margin: 0;
	font-weight: 300;
	font-size: 12px;
	line-height: 14px;
}
.contacts-map {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: #ebebeb;
}
/* POPUP */
.popup .modal-dialog {
	max-width: 745px;
}
.popup .modal-content {
	padding: 89px 15px 70px;
	border-radius: 4px;
}
.popup .block-title {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 30px;
	font-weight: 800;
}
.popup-subtitle {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 50px;
}
.popup-form {
	max-width: 230px;
	margin: 0 auto;
	width: 100%;
}
.popup-form input {
	width: 100%;
	height: 50px;
	border: 2px solid #d1d1d1;
	border-radius: 4px;
	padding: 0 15px;
	text-align: center;
	color: #000;
	font-weight: bold;
	font-size: 14px;
}
.popup-form span {
	display: block;
	margin-bottom: 10px;
}
.popup-form button.red-button {
	display: block;
	border: none;
	width: 100%;
    line-height: 14px;
    color: #fff;
    font-weight: bold;
    padding: 16px 22px;
    border-radius: 4px;
    background: rgb(251,39,64);
    background: -moz-linear-gradient(left, rgba(251,39,64,1) 0%, rgba(234,18,44,1) 100%);
    background: -webkit-linear-gradient(left, rgba(251,39,64,1) 0%,rgba(234,18,44,1) 100%);
    background: linear-gradient(to right, rgba(251,39,64,1) 0%,rgba(234,18,44,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb2740', endColorstr='#ea122c',GradientType=1 );
    box-shadow: 0px 11px 35px 0px rgba(251, 39, 64, 0.21);
}
.popup p {
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	margin: 33px 0 0;
}
.modal-backdrop {cursor: pointer;}
.popup .close {
	position: absolute;
	right: 24px;
	top: 17px;
}
.popup .close span {
	font-size: 40px;
	font-weight: 300;
	opacity: 1;
}
/* FOOTER */
.footer {
	padding: 35px 0 35px;
}
.footer-logo img {width: 34px;}
.footer-logo__text {margin-left: 13px;}
.footer-logo__text p {
	margin: 0;
}
.footer-logo__text p:first-child {
	font-weight: bold;
	font-size: 30px;
	line-height: 30px;
	color: #000;
}
.footer-logo__text p:last-child {
	color: #8c8c8c;
	font-size: 14px;
	line-height: 14px;
}
.footer-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-menu ul li:not(:last-child) {
	margin-right: 25px;
}
.footer-menu ul li a {
	display: block;
	color: #262626;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
}
.footer-text {
	font-weight: 300;
	color: #000;
	font-size: 12px;
	line-height: 12px;
	margin-top: 15px;
}
.footer-policy {
	display: block;
	color: #0075fa;
	text-decoration: underline !important;
	font-weight: 300;
	font-size: 12px;
	line-height: 12px;
	margin-top: 15px;
}
.footer .header-call {
	margin-left: 40px;
}
.footer-phone {
	display: block;
	font-size: 16px;
	line-height: 16px;
	font-weight: 800;
	padding-left: 23px;
	color: #000;
	position: relative;
}
.footer-phone:after {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 13px;
    height: 13px;
    background: url(../img/icons/phone.webp);
}
/* POPUP */
.popup .modal-dialog {
	max-width: 745px;
}
.popup .modal-content {
	padding: 89px 15px 70px;
	border-radius: 4px;
}
.popup .block-title {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 30px;
	font-weight: 800;
}
.popup-subtitle {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 50px;
}
.popup-form {
	max-width: 230px;
	margin: 0 auto;
	width: 100%;
}
.popup-form input {
	width: 100%;
	height: 46px;
	border: 2px solid #dddddd;
	border-radius: 4px;
	padding: 0 15px;
	color: #000;
	font-weight: bold;
	font-size: 14px;
}
.popup-form span {
	display: block;
	margin-bottom: 10px;
}
.popup-form button.red-button {
	display: inline-block;
    border-radius: 4px;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    font-weight: bold;
    padding: 12px 22px;
    border-radius: 4px;
    background: rgb(248,105,0);
    background: -moz-linear-gradient(left, rgba(248,105,0,1) 0%, rgba(255,156,0,1) 100%);
    background: -webkit-linear-gradient(left, rgba(248,105,0,1) 0%,rgba(255,156,0,1) 100%);
    background: linear-gradient(to right, rgba(248,105,0,1) 0%,rgba(255,156,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f86900', endColorstr='#ff9c00',GradientType=1 );
    box-shadow: 0px 11px 35px 0px rgba(248, 105, 0, 0.64);
    position: relative;
    z-index: 5;
}
.popup-form button.red-button img {
	margin-left: 10px;
}
.popup p {
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	margin: 33px 0 0;
}
.modal-backdrop {cursor: pointer;}
.popup .close {
	position: absolute;
	right: 24px;
	top: 17px;
}
.popup .close span {
	font-size: 40px;
	font-weight: 300;
	opacity: 1;
}
/* MEDIA */
@media screen and (max-width: 1024px) {
	.header-city label {
		font-size: 12px;
	}
	.header-city select {
		width: 170px;
		font-size: 12px;
	}
	.slider-image {
		display: none;
	}
	.slider .col-lg-8 {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 80%;
	    flex: 0 0 80%;
	    max-width: 80%;
	}
	.masters-slider .swiper-button-prev, .masters-slider .swiper-container-rtl .swiper-button-next {
	    left: 10px;
	}
	.masters-slider .swiper-button-next, .masters-slider .swiper-container-rtl .swiper-button-prev {
		right: 10px;
	}
	.reason-form button {
		font-size: 12px;
		line-height: 12px;
		padding: 17px 25px 17px 25px;
	}
	.purple-button img {
		width: 10px;
	}
	.reason-form {
    	padding: 45px 25px 100px;
	}
	.half-form:before {
		display: none;
	}
	.qa-head p:first-child {
		font-size: 32px;
		line-height: 32px;
	}
	.footer-logo__text p:first-child {
		font-size: 22px;
		line-height: 22px;
	}
	.footer-logo__text p:last-child {
		font-size: 12px;
		line-height: 12px;
	}
	.footer .col-lg-3 {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 22%;
	    flex: 0 0 22%;
	    max-width: 22%;
	}
	.footer .col-lg-4 {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 38.333333%;
	    flex: 0 0 38.333333%;
	    max-width: 38.333333%;
	}
	.footer .col-lg-5 {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 39.666667%;
	    flex: 0 0 39.666667%;
	    max-width: 39.666667%;
	}
	.footer-menu ul li a {
		font-size: 16px;
		line-height: 16px;
	}
	.footer-text {
		font-size: 10px;
		line-height: 10px;
	}
}

@media screen and (max-width: 991px) {
	.header-logo__text p:first-child {
		font-size: 14px;
		line-height: 14px;
	}
	.header-logo__text p:last-child {
		font-size: 7px;
		line-height: 12px;
	}
	.header-city label {
		display: none;
	}
	.header-city__result {
		width: 180px;
		max-width: 100%;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		padding: 0 30px 0 15px;
	}
	.header-phone {
		margin-right: 15px;
	}
	.main-menu ul li a {
		font-size: 12px;
		line-height: 12px;
		padding: 15px 25px;
	}
	.slider {
		padding: 50px 0;
	}
	.slider .col-lg-8 {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.slider-alert {
		text-align: left;
		margin: 0 auto 30px;
	}
	.slider-title {
		font-size: 30px;
		line-height: 35px;
	}
	.advantages-item p {
		font-size: 12px;
	}
	.reason-form {
		padding: 45px;
	}
	.brands {
		padding: 40px 0;
	}
	.steps-item {
		margin-bottom: 30px;
	}
	.steps {
		padding: 40px 0 30px;
	}
	.docs-item__image {
		display: none;
	}
	.docs-item p {
		font-size: 20px;
		line-height: 24px;
	}
	.docs-item {
		height: 290px;
	}
	.half:after {
		display: none;
	}
	.half {
		text-align: center;
		padding: 30px 0;
	}
	.half-alert {
		text-align: left;
		margin: 0 auto 30px;
	}
	.half-form {
		position: relative;
		padding: 40px 0;
	}
	.half-form:after {
	    content: '';
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    width: 100%;
	    background: rgb(119,55,251);
	    background: -moz-linear-gradient(left, rgba(119,55,251,1) 0%, rgba(78,0,255,1) 100%);
	    background: -webkit-linear-gradient(left, rgba(119,55,251,1) 0%,rgba(78,0,255,1) 100%);
	    background: linear-gradient(to right, rgba(119,55,251,1) 0%,rgba(78,0,255,1) 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7737fb', endColorstr='#4e00ff',GradientType=1 );
	    box-shadow: 0px 11px 35px 0px rgba(0, 105, 248, 0.64);
	    height: 100%;
	    z-index: -1;
	}
	.masters {
		padding: 40px 0 50px;
	}
	.masters-item__image {
		height: 155px;
	}
	.masters-item__title, .masters-item__st {
		font-size: 12px;
		line-height: 12px;
	}
	.reviews-item {
		padding: 15px;
	}
	.reviews-item__name {
		font-size: 16px;
		line-height: 16px;
	}
	.reviews-item p {
		font-size: 14px;
		line-height: 16px;
	}
	.reviews {
		padding-bottom: 40px;
	}
	.qa-block {
		padding: 30px 15px;
	}
	.qa-head p:last-child br {
		display: none;
	}
	.qa-head p:first-child {
	    font-size: 22px;
	    line-height: 26px;
	}
	.contacts-map {
		position: relative;
		width: 100%;
		height: 250px;
	}
	.contacts {
		text-align: center;
	}
	.contacts-form form {
		max-width: 460px;
		margin: 0 auto;
	}
	.contacts-phone {
		display: inline-block;
	}
	.footer .col-lg-4 {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 78%;
	    flex: 0 0 78%;
	    max-width: 78%;
	}
	.footer .col-lg-4 > .d-flex {
		justify-content: flex-end;
	}
}

@media screen and (max-width: 767px) {
	.mobile-menu {
		float: right;
	}
	.mobile-menu span {
		display: block;
		width: 28px;
		height: 4px;
		margin-bottom: 4px;
		background: #000;
	}
	.mobile-menu span:last-child {margin: 0;}
	.slider {
		background: #404040;
	}
	.slider-title {
		font-size: 22px;
		line-height: 26px;
	}
	.slider-subtitle {
		margin-bottom: 25px;
		line-height: 20px;
	}
	.slider-alert {
		padding: 22px 20px;
	}
	.slider-alert__text br {
		display: none;
	}
	.slider-form__title {
		font-size: 20px;
		line-height: 24px;
	}
	.slider-form form > .d-flex {
		flex-wrap: wrap;
	}
	.slider-form form > .d-flex > * {
		width: 100%;
	}
	.slider-form button {
		width: 100%;
	}
	.slider-form input {
		height: 45px;
		font-size: 14px;
		margin-right: 0;
		text-align: center;
	}
	.slider-form button {
		padding: 14px 0;
		text-align: center;
		margin-top: 20px;
		justify-content: center;
	}
	.slider-form__policy {
		font-size: 9px;
		margin-top: 10px;
	}
	.slider-form__policy br {display: none;}
	.block-title {
		font-size: 24px;
		line-height: 24px;
	}
	.advantages-item {
		padding: 20px 15px 15px;
		margin-bottom: 20px;
	}
	.advantages-item__icon  {
		height: 45px;
	}
	.advantages-item p {
		font-size: 12px;
		line-height: normal;
	}
	.advantages {
		padding: 40px 0 13px;
	}
	.advantages .block-title {
		margin-bottom: 25px;
	}
		.mobile-menu {
		position: relative;
	}
	.mobile-menu:before {
	    content: '';
	    position: absolute;
	    right: 0;
	    top: 10px;
	    width: 31px;
	    height: 3px;
	    background: #000;
	    transform: rotate(-45deg);
	    opacity: 0;
	    transition: all .3s;
	}

	.mobile-menu:after {
	    content: '';
	    position: absolute;
	    right: 0;
	    top: 10px;
	    width: 31px;
	    height: 3px;
	    background: #000;
	    transform: rotate(45deg);
	    opacity: 0;
	    transition: all .3s;
	}
	.mobile-menu.active span {opacity: 0;}
	.mobile-menu.active:after,
	.mobile-menu.active:before {opacity: 1;}


	.mobile-menu__block {
		display: none;
		position: absolute;
		left: 0;
		top: 70px;
		background: #fff;
		padding: 20px 15px;
		z-index: 99;
		width: 100%;
	}
	.mobile-menu__block ul {
		list-style: none;
		padding: 0;
		margin: 0 0 25px;
	}
	.mobile-menu__block ul li {
		margin-bottom: 10px;
		display: block;
	}
	.mobile-menu__block ul li a {
		display: block;
		font-size: 15px;
		line-height: 15px;
		color: #000;
		font-weight: bold;
		text-align: center;
	}
	.header .col-4 {position: static;}
	.mobile-menu__block ul li:last-child {
		margin-bottom: 0;
	}
	.mobile-menu__block .d-flex {
		display: block !important;
		text-align: center;
	}
	.header-phone {
		display: inline-block;
		margin-right: 0;
		text-align: center;
		margin-bottom: 10px;
	}
	.header-call {
		display: inline-block;
	}
	.fixed-header ul li:not(:last-child) {
		margin-right: 0;
	}
	.fixed-header .mobile-menu__block {
		top: 50px;
	}
	.slider-form__title {
		font-size: 14px;
		line-height: 16px;
	}
	.slider-list li {
		font-size: 14px;
		line-height: 16px;
	}
	.reason-item {
		width: 50%;
	}
	.reason-form__title {
		font-size: 20px;
		line-height: 22px;
	}
	.reason-form__title br {display: none;}
	.reason-form {
		padding: 45px 30px;
	}
	.accurate {
		background: #f1f6f9;
	}
	.block-title br {display: none;}
	.accurate-alert {
		padding: 22px;
	}
	.accurate-alert__text {
		font-size: 14px;
		line-height: 16px;
	}
	.accurate-alert__text br {display: none;}
	.accurate-alert__icon {margin-right: 20px;}
	.accurate-form__title br {display: none;}
	.accurate-form button {
		padding: 20px 0;
	}
	.accurate-form__text {
		font-size: 12px;
		line-height: 14px;
	}
	.accurate-form__text br {
		display: none;
	}
	.docs-item {
		height: auto;
		padding: 30px 15px;
		margin-bottom: 30px;
	}
	.docs-item__title {
		height: auto;
		margin-bottom: 15px;
		font-size: 22px;
		line-height: 24px;
	}
	.docs-item p {
		font-size: 16px;
		line-height: 20px;
	}
	.docs {padding-bottom: 20px;}
	.half-title {
		font-size: 24px;
		line-height: 26px;
		margin-bottom: 20px;
	}
	.half-alert {
		font-size: 16px;
		line-height: 22px;
		padding: 30px;
	}
	.half-alert:after {
		display: none
	}
	.half-alert br {
		display: none;
	}
	.half-form {
		padding: 25px 15px;
	}
	.half-form__title {
		font-size: 22px;
		line-height: 24px;
	}
	.half-form__title br {display: none;}
	.half-form input {
		height: 45px;
		font-size: 14px;
	}
	.half-form button {
		font-size: 14px;
		line-height: 14px;
		padding: 14px 0;
	}
	.half-form__text br {display: none;}
	.masters-slider .swiper-button-next,
	.masters-slider .swiper-button-prev {
		top: 34%
	}
	.reviews-slider .swiper-button-next, .reviews-slider .swiper-button-prev {
	    width: 30px;
	    height: 30px;
	}
	.reviews .swiper-button-next:after,
	.reviews .swiper-button-prev:after {
		font-size: 15px;
	}
	.reviews .swiper-slide.swiper-slide-active {
		padding-left: 0;
	}
	.qa-head {
		flex-wrap: wrap;
	}
	.qa-head p:last-child {
		font-size: 12px;
		line-height: 14px;
		margin: 10px 0 0;
	}
	.qa form span {
		width: 100% !important;
		margin: 0 !important;
	}
	.qa input {
		margin-bottom: 15px;
	}
	.qa form span:last-child {
		flex-wrap: wrap;
	}
	.qa form span:last-child > * {
		width: 100%;
	}
	.qa form button {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.footer .col-lg-3,
	.footer .col-lg-4,
	.footer .col-lg-5 {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.footer .col-lg-4 > .d-flex {
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}
	.footer-menu > .d-flex {
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: center;
	}
	.footer-menu ul li,
	.footer-text {
		text-align: center;
	}
	.footer-menu ul li:not(:last-child) {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.footer-logo {
		justify-content: center;
		margin-bottom: 15px;
	}
	.footer-info {
		text-align: center;
	}
	.footer-info > * {
		display: inline-block;
	}
	.footer-text {
		margin-bottom: 15px;
	}
	.footer-policy {
		margin-top: 10px;
	}
	.footer .header-call {
		margin-left: 0;
		width: 70%;
		display: block;
		margin: 10px auto 0;
	}
	.contacts-form span {
		width: 100% !important;
	}
	.contacts-form p {
		text-align: left;
	}
	.contacts-form p br {
		display: none;
	}
}
