@font-face {
	font-family: 'Circe';
	src: url('../fonts/Circe/Circe-Regular.eot');
	src: local('Circe'), local('Circe-Regular'),
		url('../fonts/Circe/Circe-Regular-1.eot') 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-1.eot') 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-1.eot') 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-1.eot') 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-1.eot') 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-1.eot') 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-1.eot') 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-1.eot') 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-1.eot') 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: #191919;
	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;}
.block-title {
	font-weight: 800;
	font-size: 28px;
	line-height: 28px;
	text-align: center;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.blue-button {
	display: inline-block;
	padding: 15px 45px;
	background: rgb(0,161,255);
	background: -moz-linear-gradient(top,  rgba(0,161,255,1) 0%, rgba(0,105,248,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,161,255,1) 0%,rgba(0,105,248,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,161,255,1) 0%,rgba(0,105,248,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a1ff', endColorstr='#0069f8',GradientType=0 );
	box-shadow: 0px 7px 18px 0px rgba(0, 186, 255, 0.35);
	font-weight: 800;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	position: relative;
	z-index: 5;
	border-radius: 30px;
}
.blue-button:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	background: rgb(0,105,248);
	background: -moz-linear-gradient(top,  rgba(0,105,248,1) 0%, rgba(0,161,255,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,105,248,1) 0%,rgba(0,161,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,105,248,1) 0%,rgba(0,161,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0069f8', endColorstr='#00a1ff',GradientType=0 );
	z-index: -1;
	opacity: 0;
	transition: all .3s;
}
.blue-button:hover:after {opacity: 1;}
.blue-button:hover {color: #fff;}

/* HEADER */
.header {
	padding-top: 35px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	transition: all .3s;
}
.header-logo img {
	margin-right: 20px;
}
.header-logo__text p {
	color: #fff;
	margin: 0;
}
.header-logo__text p:first-child {
	font-weight: 800;
	font-size: 16px;
	line-height: 16px;
}
.header-logo__text p:last-child {
	font-weight: 300;
	font-size: 14px;
	line-height: 14px;
}

.header-city {
	position: relative;
}
.header-city span {
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	margin-right: 10px;
	color: #fff;
}
.header-city__res {
	color: #0077d3;
	font-weight: bold;
	font-size: 26px;
	line-height: 26px;
	border-bottom: 1px solid #fff;
}
.header-city__list {
	list-style: none;
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 999;
	background: #fff;
    width: 75%;
    left: 79px;
    top: 25px;
}
.header-city__list li {
	padding: 5px 10px;
	cursor: pointer;
}
.header-city:hover .header-city__list {
	display: block;
}

.header-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}
.header-menu li:not(:last-child) {
	margin-right: 18px;
}
.header-menu li a {
	display: block;
	font-weight: 800;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
}
.header-menu li a:hover {
	color: #0077d3;
}
.header-phone svg {
	width: 11px;
	height: 11px;
	fill: #0077d3;
	margin-right: 7px;
	margin-top: -2px;
}
.header-phone span {
	font-size: 18px;
	line-height: 18px;
	color: #fff;
}
.header-call {
	padding: 8px 17px;
	border: 2px solid #0077d3;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	border-radius: 30px;
	margin-left: 13px;
}
.header-call:hover {
	background: #0077d3;
	color: #fff;
}
.header.fixed {
	padding: 15px 0;
	background: #000;
}
/* SLIDER */
.slider {
	padding: 165px 0 0;
	background: url('../img/slider-bg.jpg') center center no-repeat;
	background-size: cover;
}
.slider .container {
	position: relative;
}
.slider-title {
	margin: 0 0 30px;
	text-transform: uppercase;
}
.slider-title p {margin: 0;}
.slider-title p:first-child {
	font-size: 22px;
	line-height: 22px;
	font-weight: 800;
	color: #fff;
	margin-bottom: 7px;
}
.slider-title p:last-child {
	font-size: 55px;
	line-height: 55px;
	font-weight: 800;
	color: #0077d3;
}

.slider-form__title {
	font-weight: 800;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 5px;
	color: #fff;
}
.slider-form__price {
	font-size: 28px;
	line-height: 28px;
	color: #ffa700;
	font-weight: 800;
	margin-bottom: 20px;
}
.slider-form {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 9%;
}
.slider-form form {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}
.slider-form input {
	width: 205px;
	max-width: 100%;
	margin-right: 20px;
	height: 40px;
	border-radius: 30px;
	padding: 0 20px;
	font-size: 14px;
	border: 1px solid #fff;
}
.slider-form button {
	border: none;
	background: rgb(0,161,255);
	background: -moz-linear-gradient(top,  rgba(0,161,255,1) 0%, rgba(0,105,248,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,161,255,1) 0%,rgba(0,105,248,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,161,255,1) 0%,rgba(0,105,248,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a1ff', endColorstr='#0069f8',GradientType=0 );
	box-shadow: 0px 7px 18px 0px rgba(0, 186, 255, 0.35);
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	border-radius: 30px;
	padding: 12px 40px;
	font-weight: bold;
}
.slider-form__text {
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	color: #9a9a9a;
}
.slider-image {
	display: inline-block;
	margin-bottom: -35px;
}
/* WHY */
.why {
	background: url('../img/why/why-bg.jpg') center center no-repeat;
	background-size: cover;
	padding: 135px 0 55px;
}
.why-item {
	margin-bottom: 55px;
	text-align: center;
}
.why-item__icon {
	display: inline-block;
	height: 115px;
}
.why-item__title {
	font-weight: 800;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 15px;
}
.why-item p {
	font-size: 16px;
	line-height: 18px;
	margin: 0;
}

/* SERVICE */
.service {
	padding: 85px 0 80px;
}
.service .block-title {
	margin-bottom: 35px;
}
.service-item {
	padding: 2px;
	border-radius: 30px;
	border: 2px solid #0077d3;
	font-weight: 800;
	font-size: 22px;
	line-height: 22px;
	transition: all .3s;
	margin-bottom: 22px;
}
.service-item__title {
	padding-left: 70px;
}
.service-item__price {
	margin-right: 60px;
}
.service-item__price span {
	color: #009dfe;
}
.service-item__order {
	padding: 17px 30px;
	border-radius: 30px;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0);
	position: relative;
}
.service-item__order:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgb(0,161,255);
	background: -moz-linear-gradient(top,  rgba(0,161,255,1) 0%, rgba(0,105,248,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,161,255,1) 0%,rgba(0,105,248,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,161,255,1) 0%,rgba(0,105,248,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a1ff', endColorstr='#0069f8',GradientType=0 );
	box-shadow: 0px 7px 18px 0px rgba(0, 186, 255, 0.35);
	z-index: -1;
	border-radius: 30px;
	transition: all .3s;
}

.service-item:hover {
	background: #0077d3;
	color: #fff;
}
.service-item:hover .service-item__order {border-color: #fff;}
.service-item:hover .service-item__order:after {opacity: 0;}
.service-item:hover .service-item__price span {color: #fff;}
.service-item.no-view {
	display: none;
}

.service-more {
	display: inline-block;
	text-decoration: underline !important;
	font-size: 14px;
	color: #009dff;
}
.service-more:hover {
	text-decoration: none !important;
}
/* BRANDS */
.brands {
	padding: 75px 0 80px;
	background: url('../img/why/why-bg.jpg') center center no-repeat;
	background-size: cover;
}
.brands .d-flex {
	flex-wrap: wrap;
}
.brands .block-title {
	margin-bottom: 60px;
}
.brands-item {
	width: 20%;
	text-align: center;
	margin-bottom: 90px;
}
.brands-item img {
	display: inline-block;
	max-width: 60%;
}
.brands .text-center {
	margin-top: -40px;
}
.brands-more {
	display: inline-block;
	text-decoration: underline !important;
	font-size: 14px;
	line-height: 14px;
	color: #0099fe;
}
.brands-item.no-view {display: none;}
/* PROBLEM */
.problem {
	padding: 90px 0 105px;
}
.problem-block {
	padding: 58px 65px;
	border-radius: 30px;
	box-shadow: 0px 7px 18px 0px rgba(15, 121, 160, 0.15);
	max-width: 585px;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 5;
	background: #fff
}
.problem-block .block-title {
	margin-bottom: 30px;
}

.problem-block__icon {
	width: 87px;
	height: 87px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0px 7px 18px 0px rgba(15, 121, 160, 0.15);
	position: relative;
	margin: 0 auto 27px;
	border-radius: 50%;
}
.problem-block__icon > div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 74px;
	height: 74px;
	border: 1px dashed #0077d3;
	border-radius: 50%;
}
.problem-block__icon > div > svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 40px;
}
.problem-block__phone {
	font-weight: bold;
	color: #009fff;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 35px;
	position: relative;
}
.problem-block__phone:before {
	content: '';
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 1px;
	height: 15px;
	border-left: 1px dashed #0077d3;
}
.problem-block__phone a {
	color: #009fff;
}
.problem-block__or {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 45px;
	position: relative;
}
.problem-block__or:before {
	content: '';
	position: absolute;
	top: -22px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 1px;
	height: 15px;
	border-left: 1px dashed #0077d3;
}
.problem-block__or:after {
	content: '';
	position: absolute;
	bottom: -22px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 1px;
	height: 15px;
	border-left: 1px dashed #0077d3;
}
.proble-block__text {
	margin-top: 10px;
	font-size: 14px;
	line-height: 16px;
	color: #909090;
}
.proble-block .blue-button {
	width: 100%;
	text-align: center;
}

.problem .container {
	position: relative;
}
.problem-image {
	position: absolute;
	top: 50%;
	right: 0;
	z-index: -1;
	transform: translate(0, -50%);
}

/* REVIEWS */
.reviews {
	padding-bottom: 60px;
}
.reviews-item {
	box-shadow: 0px 7px 18px 0px rgba(15, 121, 160, 0.15);
	border-radius: 30px;
	padding: 30px 35px;
	margin-bottom: 30px;
}
.reviews-item__head {
	padding-bottom: 22px;
	margin-bottom: 22px;
	border-bottom: 1px solid #0077d3;
}
.reviews-item__head-image {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 20px;
}
.reviews-item__head-name {
	font-weight: 800;
	font-size: 22px;
	line-height: 22px;
}
.reviews-item__head-date {
	color: #a9a9a9;
	font-size: 14px;
	line-height: 14px;
}
.reviews-item p {
	font-size: 14px;
	line-height: 16px;
	margin: 0;
}

.reviews .text-center {
	margin-top: -5px;
}
.reviews-more {
	display: inline-block;
	text-decoration: underline !important;
	font-size: 14px;
	color: #0099fe;
}
/* CONTACTS */
.contacts {
	border-radius: 30px;
	box-shadow: 0px 7px 18px 0px rgba(15, 121, 160, 0.15);
	margin-bottom: 80px;
}
.contacts-map {
	height: 385px;
	background: #ebebeb;
}

.contacts-form {
	padding: 33px 39px 24px 66px;
}
.contacts-form__title {
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 15px;
}
.contact-form__subtitle {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 20px;
}
.contacts-form form span {
	display: block;
	margin-bottom: 10px;
}
.contacts-form form input {
	width: 100%;
	height: 45px;
	border-radius: 30px;
	border: 2px solid #0077d3;
	text-align: center;
	padding: 0 15px;
}
.contacts-form form button {
	width: 100%;
	border: none;
	padding: 15px 0;
}
.contacts-form__text {
	font-size: 12px;
	line-height: 14px;
	color: #b7b7b7;
}
.contacts-form__phone {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #0077d3;
	text-align: center;
}
.contacts-form__phone span {
	display: block;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 7px;
}
.contacts-form__phone  a {
	display: block;
	color: #0077d3;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
}
/* FOOTER */
.footer {
	padding-bottom: 45px;
}
.footer-logo img {
	margin-right: 22px;
}
.footer-logo p {
	margin: 0;
	color: #191919;
}
.footer-logo p:first-child {
	font-weight: 800;
	font-size: 16px;
	line-height: 16px;
}
.footer-logo p:last-child {
	font-size: 14px;
	line-height: 14px;
}

.footer-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-menu li:not(:last-child) {
	margin-right: 13px;
}
.footer-menu li a {
	display: block;
	font-weight: 800;
	color: #000;
	font-size: 14px;
	line-height: 14px;
}
.footer-menu li a:hover {
	color: #0077d3;
}

.footer-phone svg {
	width: 11px;
	height: 11px;
	fill: #0077d3;
	margin-top: -2px;
	margin-right: 7px;
}
.footer-phone span {
	color: #191919;
	font-size: 18px;
	line-height: 18px;
}

.footer-bottom {
	font-size: 14px;
	line-height: 14px;
	font-weight: 300;
	color: #8c8c8c;
	margin-top: 30px;
}
.footer-bottom__policy {
	color: #8c8c8c;
	text-decoration: underline !important;
}

.fotter-bottom_text {
	margin: 0;
}
/* POPUP */
.popup .modal-dialog {
	max-width: 745px;
}
.popup .modal-content {
	padding: 89px 15px 70px;
	border-radius: 15px;
	font-family: 'Montserrat', sans-serif;
}
.popup-title {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 25px;
	font-weight: bold;
}
.popup-subtitle {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 30px;
}
.popup-form {
	max-width: 230px;
	margin: 0 auto;
	width: 100%;
}
.popup-form input {
	width: 100%;
	height: 46px;
	border: 2px solid #c4c4c4;
	border-radius: 20px;
	padding: 0 15px;
	color: #000;
	font-weight: 600;
	font-size: 12px;
	text-align: center;
}
.popup-form span {
	display: block;
	margin-bottom: 20px;
}
.popup-form button {
	border-radius: 30px;
	color: #fff;
	width: 100%;
	border: none;
	cursor: pointer;
	background: rgb(68,68,82);
	background: -moz-linear-gradient(top,  rgba(68,68,82,1) 0%, rgba(44,42,56,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(68,68,82,1) 0%,rgba(44,42,56,1) 100%);
	background: linear-gradient(to bottom,  rgba(68,68,82,1) 0%,rgba(44,42,56,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444452', endColorstr='#2c2a38',GradientType=0 );
	position: relative;
	z-index: 5;
	font-size: 14px;
	line-height: 14px;
	font-weight: 800;
	padding: 15px 0;
}
.popup-form button:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	background: rgb(44,42,56);
	background: -moz-linear-gradient(top,  rgba(44,42,56,1) 0%, rgba(68,68,82,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(44,42,56,1) 0%,rgba(68,68,82,1) 100%);
	background: linear-gradient(to bottom,  rgba(44,42,56,1) 0%,rgba(68,68,82,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2a38', endColorstr='#444452',GradientType=0 );
	opacity: 0;
	transition: all .3s;
	z-index: -1;
}
.popup-form button:hover:after {opacity: 1;}
.popup p {
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	margin: 30px 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){
	.container {
		max-width: 1200px;
	}
	.header-city__res {
		font-size: 18px;
		line-height: 18px;
	}
	.header-logo img {
		width: 35px;
	}
	.contacts-form {
		padding: 33px 30px 28px;
	}
}
@media screen and (max-width: 991px) {
	.slider-image {
		display: none;
	}
	.slider {
		padding: 165px 0 30px;
	}
	.slider-form {
		position: relative;
		bottom: 0;
	}
	.why {
		padding: 60px 0;
	}
	.problem-image {
		display: none;
	}
	.problem-block {
		margin: 0 auto;
	}
	.contacts-form {
		text-align: center;
	}
	.contacts-form {
		max-width: 50%;
		margin: 0 auto;
	}
	.footer-menu {
		justify-content: center;
	}
	.footer-logo p:first-child {
		font-size: 15px;
	}
	.footer-logo p:last-child {
		font-size: 12px;
		line-height: 12px;
	}
	.footer-logo img {
		margin-right: 5px;
	}

  .mobile-menu__button.active > span:first-child {
    transform: translateY(5px) rotate(-45deg);
  }

  .mobile-menu__button.active > span:last-child {
    transform: translateY(-7px) rotate(45deg);
  }

  .mobile-menu__button.active > span:nth-of-type(2){
    transform: scale(0);
  }

	.mobile-menu__button span {
		display: block;
		width: 25px;
		height: 3px;
		background: #fff;
		border-radius: 4px;
		margin-bottom: 3px;
    transition: .3s ease-in;
	}
	.mobile-menu__button span:last-child {
		margin-bottom: 0;
	}
	.mobile-menu__block {
		display: none;
		position: absolute;
		top: 75px;
		right: 0;
		width: 100%;
		background: #000;
		padding: 30px 0;
	}
	.mobile-menu__block ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.mobile-menu__block ul li {
		display: block;
	}
	.mobile-menu__block ul li a {
		display: block;
		color: #fff;
		margin-bottom: 6px;
		text-align: center;
	}
	.header.fixed .mobile-menu__block {
		top: 50px;
	}
}

@media screen and (max-width: 767px){
	.slider {
		background: #1b1b1b;
		padding: 120px 0 30px;
	}
	.slider-title p:first-child {
		font-size: 18px;
		line-height: 18px;
	}
	.slider-title p:last-child {
		font-size: 22px;
		line-height: 22px;
	}
	.slider-form__price {
		font-size: 20px;
		line-height: 20px;
	}
	.slider-form form {
		flex-direction: column;
	}
	.slider-form input {
		margin-right: 0;
		margin-bottom: 15px;
	}
	.slider-form input,
	.slider-form button {
		width: 100%;
	}
	.block-title {
		font-size: 22px;
		line-height: 25px;
		margin-bottom: 30px;
	}
	.service-item {
		padding: 10px 3px;
		font-size: 18px;
		line-height: 18px;
	}
	.service-item .d-flex {
		flex-direction: column;
		flex-wrap: wrap;
	}
	.service-item__title {
		padding-left: 0;
		margin-bottom: 10px;
	}
	.service-item__price {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.service {
		padding: 40px 0;
	}
	.why-item {
		margin-bottom: 30px;
	}
	.why-item p br {
		display: none;
	}
	.brands {
		padding: 40px 0;
	}
	.brands .block-title {
		margin-bottom: 30px;
	}
	.brands-item {
		width: 50%;
		margin-bottom: 30px;
	}
	.brands .text-center {
		margin-top: 0;
	}
	.problem {
		padding: 40px 0 80px;
	}
	.problem-block {
		padding: 30px 15px;
	}
	.reviews-item__head-name {
		font-size: 18px;
		line-height: 18px;
	}
	.reviews-item__head-image {
		margin-right: 10px;
		width: 30px;
		height: 30px;
	}
	.reviews-item {
		padding: 20px 15px;
	}
	.contacts-form {
		max-width: 100%;
	}
	.footer-logo {
		justify-content: center;
		margin-bottom: 15px;
	}
	.footer-menu {
		flex-wrap: wrap;
		flex-direction: column;
		margin-bottom: 15px;
	}
	.footer-menu li:not(:last-child) {
		margin-right: 0;
	}
	.footer-menu li a {
		margin-bottom: 6px;
		text-align: center;
	}
	.footer-phone {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.footer-bottom {
		flex-wrap: wrap;
		flex-direction: column;
	}
	.footer-bottom__policy {
		margin: 15px 0;
	}
	.fotter-bottom_text {
		text-align: center;
	}
	.footer {
		padding-bottom: 30px;
	}
}
