@font-face {
	font-family: "Museo Sans";
	font-style: normal;
	font-weight: 500;
	src: local("Museo Sans Medium"),
		url("../fonts/museosans-500.woff") format("woff");
}

@font-face {
	font-family: "Museo Sans";
	font-style: normal;
	font-weight: 700;
	src: local("Museo Sans Bold"),
		url("../fonts/museosans-700.woff") format("woff");
}

@font-face {
	font-family: "Museo Sans";
	font-style: normal;
	font-weight: 900;
	src: local("Museo Sans Black"),
		url("../fonts/museosans-900.woff") format("woff");
}

/* yeseva-one-regular - cyrillic-ext_latin_cyrillic */
@font-face {
	font-family: 'Yeseva One';
	font-style: normal;
	font-weight: 400;
	src: local('Yeseva One Regular'), local('YesevaOne-Regular'),
		url('./fonts/yeseva-one-v14-cyrillic-ext_latin_cyrillic-regular.woff2') format('woff2'),
		/* Chrome 26+, Opera 23+, Firefox 39+ */
		url('./fonts/yeseva-one-v14-cyrillic-ext_latin_cyrillic-regular.woff') format('woff');
	/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

html {
	font-size: 18px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Yeseva One", Georgia, 'Times New Roman', Times, serif;
}

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

body {
	font-size: 1rem;
	line-height: 1.2;
	color: #000;
	font-family: "Museo Sans", Arial, sans-serif;
	font-weight: 400;
	height: 100%;
	background-color: #fff;
	width: 100%;
	min-width: 320px;
	max-width: 1920px;
	margin: 0 auto;
}

section,
nav,
footer,
header,
article,
main {
	display: block;
}

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

.visually-hidden {
	position: absolute;
	clip: rect(0 0 0 0);
	width: 1px;
	height: 1px;
	margin: -1px;
}

.container {
	width: 100%;
	max-width: 1366px;
	margin: 0 auto;
	padding: 0 20px;
}

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

.overlay--active {
	display: block;
}

.success-message {
	position: fixed;
	top: 0;
	left: 50%;
	width: 95%;
	max-width: 380px;
	-webkit-transform: translate(-50%, -250%);
	-ms-transform: translate(-50%, -250%);
	transform: translate(-50%, -250%);
	-webkit-box-shadow: 0 5px 61px 0 rgba(0, 0, 0, .18), 0 4px 45px 0 rgba(0, 0, 0, .25);
	box-shadow: 0 5px 61px 0 rgba(0, 0, 0, .18), 0 4px 45px 0 rgba(0, 0, 0, .25);
	background-color: #fff;
	border: 2px solid #ffaa0f;
	color: #000;
	font-weight: 700;
	z-index: 12;
	padding: 160px 15px 30px;
	background-repeat: no-repeat;
	background-size: 100px 100px;
	background-position: top 35px center;
	background-image: url("../img/done.svg");
	font-size: 1.5rem;
	text-align: center;
	-webkit-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
	transition: all 0.6s linear;
	opacity: 0;
	font-family: "Yeseva One", Georgia, 'Times New Roman', Times, serif;
}

.success-message--show {
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 1;
}

.btn--mobile {
	display: none;
}

.main-header {
	padding: 25px 0;
	position: relative;
	background: #fff;
}

.main-header--fixed {
	padding: 15px 0;
	position: fixed;
	background-color: #fff;
	-webkit-box-shadow: 5px 15px 20px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 5px 15px 20px 5px rgba(0, 0, 0, 0.15);
	z-index: 2;
	width: 100%;
	left: 0;
	top: 0;
}

.main-header__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000;
	text-decoration: none;
	font-weight: 900;
	line-height: 1.1;
	position: relative;
}

.main-logo__text {
	text-align: left;
}

.main-logo__img {
	max-width: 100px;
	margin-right: 10px;
}

.main-logo__name {
	font-size: 2rem;
	display: block;
	color: #000;
	text-transform: none;
	font-family: "Yeseva One", Georgia, 'Times New Roman', Times, serif;
}

.main-logo__sub {
	font-size: 0.9rem;
	font-weight: 400;
	color: #666;
}

.contact-link {
	color: #323232;
	display: inline-block;
	vertical-align: top;
	padding-left: 35px;
	position: relative;
	text-decoration: none;
	font-size: 1.2rem;
}

.contact-link--phone,
.contact-link--mail {
	font-weight: 700;
}

.contact-link::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-size: cover;
}

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

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

.contact-link__time {
	display: block;
	font-size: 0.9rem;
	font-weight: 400;
}

.contact-link:hover {
	color: #3979ca;
}

.main-header__contacts {
	text-align: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.main-header__link {
	margin: 0 10px 5px 10px;
}

.btn {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	line-height: 1;
	border: 0;
	cursor: pointer;
	padding: 1.4rem;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	font-size: 1.1rem;
	color: #fff;
	background-color: #3979ca;
	background-image: -o-linear-gradient(bottom, #3979ca 0%, #8abeff 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, from(#3979ca), to(#8abeff));
	background-image: linear-gradient(to top, #3979ca 0%, #8abeff 100%);
	-webkit-box-shadow: 0px 10px 30px 5px rgba(57, 121, 202, 0.4);
	box-shadow: 0px 10px 30px 5px rgba(57, 121, 202, 0.4);
	border-radius: 40px;
	position: relative;
	margin-right: -1px;
	overflow: hidden;
}

.order-form__btn {
	width: 38%;
	max-width: 300px;
	margin: 0;
	background-color: #fff;
	-webkit-box-shadow: 5px 15px 20px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 5px 15px 20px 5px rgba(0, 0, 0, 0.15);
}

.btn:hover {
	color: #fff;
	-webkit-box-shadow: inset 5px 15px 20px 5px rgba(0, 0, 0, 0.15);
	box-shadow: inset 5px 15px 20px 5px rgba(0, 0, 0, 0.15);
}

.btn:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.sub-text {
	text-align: center;
	font-size: 2rem;
	font-weight: 900;
	margin-top: 0;
	margin-bottom: 20px;
	text-transform: none;
	color: #ffaa0f;
}

.main-slide {
	padding: 200px 0 100px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #f2f2f4;
	background-image: url("../img/main-bg.jpg");
	color: #000;
	min-height: 740px;
}

.main-slide__content {
	max-width: 800px;
	margin: 0;
	background-clip: padding-box;
	padding: 30px;
	background-color: rgba(255, 255, 255, 0.85);
	-webkit-box-shadow: 5px 15px 20px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 5px 15px 20px 5px rgba(0, 0, 0, 0.15);
}

.main-slide__title {
	margin-top: 0;
	font-size: 2.1rem;
	margin-bottom: 0.5rem;
	padding: 0;
	font-weight: 900;
	color: #000;
}

.main-slide__text {
	margin-top: 0;
	font-size: 1.3rem;
	color: #666;
}

.main-footer__bottom {
	background-color: #f2f2f4;
	padding: 22px 0 20px;
	color: #666;
}

.main-footer__bottom .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-footer__copy {
	margin: 5px 0;
}

.orvin {
	color: inherit;
	text-decoration: none;
	font-size: 0.9rem;
}

.orvin:hover {
	color: #3979ca;
}

.features {
	padding: 40px 0;
	background-color: #f2f2f4;
}

.block-title {
	text-align: center;
	font-size: 2.2rem;
	color: #000;
	margin-bottom: 1rem;
	font-weight: 900;
	margin-bottom: 0;
}

.block-center {
	text-align: center;
}

.block-center--main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.block-text {
	font-size: 1.5rem;
	color: #666;
	text-align: center;
	margin: 0;
	margin-bottom: 20px;
}

.block-title-sub {
	text-align: center;
	font-size: 2rem;
	color: #3979ca;
	margin-bottom: 0;
}

.features-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.features-list__item {
	width: 31%;
	margin-bottom: 20px;
	padding: 90px 5px 0;
	background-repeat: no-repeat;
	background-size: 80px 80px;
	background-position: top center;
	text-align: center;
}

.features-list__name {
	font-size: 1rem;
	text-transform: none;
}

.features-list__text {
	font-size: 0.9rem;
}

.features-list__item--one {
	background-image: url("../img/feature-1.svg");
}

.features-list__item--two {
	background-image: url("../img/feature-2.svg");
}

.features-list__item--three {
	background-image: url("../img/feature-3.svg");
}

.features-list__item--four {
	background-image: url("../img/feature-4.svg");
}

.features-list__item--five {
	background-image: url("../img/feature-5.svg");
}

.features-list__item--six {
	background-image: url("../img/feature-6.svg");
}

.features-list__item--seven {
	background-image: url("../img/feature-7.svg");
}

.features-list__item--eight {
	background-image: url("../img/feature-8.svg");
}

.features-list__item--nine {
	background-image: url("../img/feature-9.svg");
}

.portfolio {
	padding: 30px 0 50px;
	background-color: #f2f2f4;
}

.gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.portfolio__gallery {
	margin: 40px 0 0;
}

.gallery__item {
	width: 23%;
	margin-bottom: 2%;
}

.gallery img {
	-webkit-box-shadow: 5px 15px 20px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 5px 15px 20px 5px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}

.map {
	min-height: 450px;
	background-color: #f2f2f4;
}

.main-footer__accent {
	font-weight: 700;
	display: block;
	margin-bottom: 3px;
	font-size: 1.1rem;
}

.services__adress {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	color: #000;
	min-height: 25px;
	padding-left: 35px;
	text-align: center;
	margin-top: 0;
	font-size: 1.3rem;
}

.services__adress::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	z-index: 1;
	background-image: url("../img/adress.svg");
}

.contacts-list {
	list-style: none;
	padding: 0;
	margin: 30px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.contacts-list__item {
	width: 31%;
	padding: 25px;
	border: 2px solid #ffaa0f;
	text-align: center;
	margin: 1%
}

.contacts-list__title {
	font-size: 1.3rem;
	margin: 0 0 10px;
	text-transform: none;
	color: #3979ca;
}

.contacts-list__text {
	display: block;
	text-decoration: none;
	color: inherit;
	font-size: 1rem;
}

.services__text {
	font-size: 1.5rem;
	font-weight: 700;
}

.services {
	padding: 20px 0 60px;
}

.services-list__sub {
	text-align: center;
	font-size: 1.5rem;
	margin: 0;
	color: #666;
}

.services-list {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1000px;
}

.services-list__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 48%;
	margin: 1%;
	padding: 25px 20px;
	-webkit-box-shadow: 5px 15px 20px 5px rgba(0, 0, 0, 0.05);
	box-shadow: 5px 15px 20px 5px rgba(0, 0, 0, 0.05);
	border: 2px solid #ffaa0f;
}

.services-list__item--best {
	-webkit-box-shadow: 5px 15px 20px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 5px 15px 20px 5px rgba(0, 0, 0, 0.15);
	width: 34%;
	border: 10px solid #3979ca;
	padding: 50px 20px;
}

.services-list__img {
	margin-bottom: 20px;
}

.services-list__title {
	text-align: center;
	text-transform: none;
	color: #000;
	font-weight: 900;
	font-size: 1.7rem;
	margin-top: 0;
	margin-bottom: 20px;
}

.services-list__btn {
	width: 90%;
	padding: 1rem;
	margin: 0 auto;
	display: block;
	margin-top: auto;
}

.services-list__price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.services-list__cost {
	position: relative;
	margin: 5px 0;
	text-decoration: none;
	font-weight: 700;
	line-height: 1;
}

.services-list__cost--old {
	color: #666;
	font-size: 1.7rem;
	padding: 2px 10px;
}

.services-list__cost--old::after {
	content: "";
	position: absolute;
	top: 40%;
	left: 0;
	-webkit-transform: rotate(-6deg);
	-ms-transform: rotate(-6deg);
	transform: rotate(-6deg);
	width: 100%;
	height: 3px;
	background-color: #5FA7EF;
}

.services-list__cost--new {
	color: #ffaa0f;
	font-size: 2.1rem;
	font-weight: 900;
}

.styled-list {
	list-style: none;
	padding: 0;
	margin: 20px 0;
}

.styled-list li {
	position: relative;
	padding-left: 28px;
	margin-bottom: 8px;
}

.styled-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("../img/check.svg");
}

.services-list__parametres li {
	font-size: 0.8rem;
	margin-bottom: 10px;
	margin: 0 0 20px;
}

.price {
	padding: 40px 0;
}

.table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 50px;
}

.table tr:nth-child(1),
.table tr:nth-child(2) {
	background-color: #f6fcff;
}

.table th {
	color: #000;
	padding: 15px 10px;
	border: 1px solid #dee2e6;
	font-weight: 400;
}

.table td {
	padding: 10px;
	text-align: center;
	border: 1px solid #dee2e6;
}

.price-text {
	margin-bottom: 50px;
}

.price-text p {
	font-size: 0.8rem;
	text-align: center;
}

.documents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.documents__item {
	width: 23%;
	margin: 1%;
	padding: 5px;
	border: 1px solid #666;
	line-height: 0;
}

.responsive-table {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.modal {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, 200%);
	-ms-transform: translate(-50%, 200%);
	transform: translate(-50%, 200%);
	opacity: 0;
	width: 100%;
	max-width: 680px;
	z-index: 11;
	background-color: #fff;
	color: #fff;
	-webkit-box-shadow: 0 5px 61px 0 rgba(0, 0, 0, .38), 0 4px 45px 0 rgba(0, 0, 0, .45);
	box-shadow: 0 5px 61px 0 rgba(0, 0, 0, .38), 0 4px 45px 0 rgba(0, 0, 0, .45);
	padding: 50px 30px 30px;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	text-align: center;
}

.order-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.order-form__title {
	margin-top: 5px;
	font-size: 2rem;
	padding-bottom: 0;
	margin-bottom: 10px;
}

.order-form__title--modal {
	color: #000;
}

.order-form__text {
	margin-top: 0;
	margin-bottom: 30px;
}

.order-form--modal .order-form__text {
	color: #666;
	font-size: 1.1rem;
	margin-bottom: 20px;
}

.order-form__label {
	display: block;
	width: 28%;
	max-width: 450px;
	margin: 0 10px;
}

.order-form__input {
	color: #000;
	text-shadow: 1px 1px 1px #fff;
	background-color: transparent;
	border: 2px solid #ffaa0f;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 1.1rem;
	padding: 1.2rem 0.5rem;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.order-form__input::-webkit-input-placeholder {
	color: #000;
}

.order-form__input:-ms-input-placeholder {
	color: #000;
}

.order-form__input::-ms-input-placeholder {
	color: #000;
}

.order-form__input::-moz-placeholder {
	color: #000;
}

.order-form__input::placeholder {
	color: #000;
}

.order-form__input:focus,
.order-form__input:hover {
	color: #000;
	border-color: #ffaa0f;
}

.order-form__input:focus {
	background-color: transparent !important;
	color: #000;
	outline: none;
	border-color: #ffaa0f;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	-webkit-transition: background-color 5000s ease-in-out 0s;
	-o-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
	-webkit-text-fill-color: #000;
}

.modal--active {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 1;
}

.order-form--modal {
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.order-form--modal .order-form__label {
	width: 100%;
	margin-bottom: 10px;
}


.order-form__btn {
	margin: 0 auto;
}

.modal-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	background-color: #ffaa0f;
	border: 0;
	background-repeat: no-repeat;
	background-size: 60%;
	opacity: 1;
	background-image: url("../img/close.svg");
	background-position: center center;
	border-radius: 50%;
}

.modal-close:hover,
.modal-close:focus {
	outline: none;
	opacity: 0.7;
	cursor: pointer;
}

.block-subtitle {
	font-size: 1.4rem;
	color: #ffaa0f;
	font-weight: 700;
	text-align: center;
}

@media (max-width: 1199px) {
	.contact-link--phone {
		font-size: 1.2rem;
	}

	.contact-link__time {
		font-size: 0.8rem;
	}

	.main-header__btn {
		margin: 5px;
	}

	.main-header {
		padding: 15px 0;
	}

	html {
		font-size: 17px;
	}

	.main-header__contacts {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media (max-width: 991px) {
	html {
		font-size: 15px;
	}

	.block-text {
		font-size: 1.1rem;
	}

	.block-title-sub {
		font-size: 1.4rem;
	}

	.services__text {
		font-size: 1.2rem;
	}

	.services-list__title {
		font-size: 1.5rem;
	}

	.services-list__sub {
		font-size: 1.3rem;
	}

	.main-slide__content {
		background-color: rgba(255, 255, 255, 0.8);
	}

	.contact-link {
		padding-left: 28px;
	}

	.contact-link::before {
		width: 20px;
		height: 20px;
	}

	.main-slide {
		min-height: 640px;
	}

	.block-title {
		font-size: 1.8rem;
	}


	.services-list__item {
		width: 48%;
	}
}

@media (max-width: 900px) {
	.main-header__btn {
		display: none;
	}
}

@media (max-width: 850px) {
	.main-logo__img {
		max-width: 80px;
	}

	.main-logo__name {
		font-size: 1.5rem;
	}

	.main-logo__sub {
		font-size: 0.8rem;
	}

	.contact-link {
		font-size: 1rem;
	}

	.success-message {
		font-size: 1.2rem;
	}
}

@media (max-width: 767px) {
	.main-logo {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.main-logo__text {
		text-align: center;
	}

	.main-header--fixed .main-logo {
		display: none;
	}

	.main-header__contacts {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.main-logo__img {
		margin: 0 0 10px;
	}

	.contact-link {
		margin-left: 0;
	}

	.contacts-list__item {
		width: 100%;
		margin: 0 auto 20px;
	}

	.main-footer__bottom .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}

	.features-list__item {
		width: 100%;
	}

	.gallery__item {
		width: 48%;
	}

	.map {
		min-height: 350px;
	}

	.main-slide {
		min-height: 600px;
	}

	.main-slide__content {
		text-align: center;
	}

	.main-slide__text {
		font-size: 1.3rem;
	}

	.order-form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}

	.order-form__label {
		width: 100%;
		margin-bottom: 20px;
	}

	.order-form__btn {
		width: 100%;
	}

	.services-list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.services-list__item {
		width: 100%;
		max-width: 400px;
		margin-bottom: 25px;
	}

	.main-header__container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}

	.main-header__logo {
		margin-right: 0;
		margin-bottom: 12px;
	}

	.main-header__contacts {
		text-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.main-slide__title {
		font-size: 2rem;
	}

	.features {
		padding-bottom: 10px;
	}

	.order-form__title {
		font-size: 1.5rem;
	}

	.documents__item {
		width: 20%;
	}
}

@media (max-width: 450px) {
	.main-slide__title {
		font-size: 1.6rem;
	}

	.main-slide__text {
		font-size: 1rem;
	}

	.main-slide__content {
		padding: 30px 15px;
	}

	.features-list__item {
		width: 100%;
	}

	.block-title {
		font-size: 1.4rem;
	}

	.sub-text {
		font-size: 1rem;
	}

	.table th,
	.table td {
		font-size: 0.8rem;
		padding: 5px;
	}

	.documents__item {
		width: 30%;
	}
}

@media (max-width: 374px) {
	.main-slide__title {
		font-size: 1.6rem;
	}

	.main-slide__text {
		font-size: 1rem;
	}

	.gallery__item {
		width: 100%;
	}

	.services-list__title {
		font-size: 1.5rem;
	}

	.services-list__parametres {
		margin: 0 0 10px;
	}

	.services-list__sub {
		font-size: 1.3rem;
	}
}