@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	src: local("Montserrat Regular"), local("Montserrat-Regular"),
		url("../fonts/montserrat-v13-latin_cyrillic-regular.woff2") format("woff2"),
		url("../fonts/montserrat-v13-latin_cyrillic-regular.woff") format("woff");
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	src: local("Montserrat Bold"), local("Montserrat-Bold"),
		url("../fonts/montserrat-v13-latin_cyrillic-700.woff2") format("woff2"),
		url("../fonts/montserrat-v13-latin_cyrillic-700.woff") format("woff");
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 900;
	src: local("Montserrat Black"), local("Montserrat-Black"),
		url("../fonts/montserrat-v13-latin_cyrillic-900.woff2") format("woff2"),
		url("../fonts/montserrat-v13-latin_cyrillic-900.woff") format("woff");
}

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

a,
a:hover {
	color: #0c84cc;
}

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

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

body {
	font-size: 1rem;
	line-height: 1.2;
	color: #000;
	font-family: "Montserrat", 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;
}

.map {
	height: 450px;
	width: 100%;
	margin: 0 auto;
}

.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: #333;
	color: #000;
	-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;
	background-color: #f5f5f5;
	text-align: center;
}

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

.order-form--modal {
	width: 100%;
}

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

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

.order-form__label {
	display: block;
	width: 100%;
	max-width: 450px;
	margin: 10px auto 30px;
}

.order-form__input {
	color: #000;
	background-color: transparent;
	border: 0;
	border-bottom: 2px solid #000;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 1.1rem;
	padding: 10px 15px;
}

.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 {
	background-color: transparent !important;
	color: #000;
	outline: none;
	border-color: #0c84cc;
}

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;
}

.order-form__btn {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}

.modal-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 34px;
	height: 34px;
	background-color: transparent;
	border: 0;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.6;
	background-image: url("../img/close-2.svg");
}

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

.success-message {
	position: fixed;
	top: 0;
	left: 50%;
	width: 280px;
	height: 280px;
	background-repeat: no-repeat;
	background-size: 160px 160px;
	background-position: center center;
	background-image: url("../img/done.svg");
	-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, .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);
	background-color: #666;
	color: #fff;
	border-radius: 50%;
	font-weight: 700;
	z-index: 12;
	padding: 20px 15px;
	font-size: 0;
	text-align: center;
	-webkit-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
	transition: all 0.6s linear;
	opacity: 0;
}

.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: 20px 0;
}

.main-header--fixed {
	padding: 15px 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	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;
}

.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-header__contacts {
	text-align: right;
}

.main-logo {
	color: #000;
	text-decoration: none;
}

.main-header__logo {
	margin-right: 20px;
}

.main-logo__name {
	font-size: 2rem;
	display: block;
	font-weight: 900;
	color: #0c84cc;
	text-transform: uppercase;
}

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

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

.main-header__text {
	display: inline-block;
	vertical-align: top;
	margin-top: 3px;
	margin-bottom: 8px;
	text-decoration: none;
	color: inherit;
	font-weight: 700;
	padding-left: 30px;
	position: relative;
	font-size: 0.9rem;
}

.main-header__text--phone {
	font-size: 1.1rem;
}

.main-header__text::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 22px;
	height: 22px;
	background-repeat: no-repeat;
	background-size: cover;
}

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

.main-header__text--mail::before {
	background-image: url("../img/email.svg");
}

.main-header__text--adress::before {
	background-image: url("../img/adress.svg");
}

.main-header__text--time::before {
	background-image: url("../img/time.svg");
}

.main-header__text:hover {
	color: #0c84cc;
}

.btn {
	display: inline-block;
	vertical-align: top;
	padding: 1rem 1.5rem;
	text-align: center;
	line-height: 1;
	background-color: #0c84cc;
	color: #fff;
	border: 0;
	border-radius: 50px;
	font-size: 1.2rem;
	font-weight: 700;
	cursor: pointer;
	-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 {
	-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);
}

.main-slide {
	padding: 150px 0 200px;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #666;
	background-position: right center;
	background-image: -o-linear-gradient(135deg, transparent 50%, rgba(255, 255, 255, 0) 50%), url("../img/main-bg.jpg");
	background-image: linear-gradient(-45deg, transparent 50%, rgba(255, 255, 255, 0) 50%), url("../img/main-bg.jpg");
	min-height: 640px;
}

.main-slide__content {
	max-width: 600px;
	background-color: rgb(255, 255, 255, .8);
	padding: 40px;
	-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.8rem;
	margin-bottom: 1rem;
	padding: 0;
	font-weight: 900;
}

.main-slide__text {
	margin-top: 0;
	font-size: 1.5rem;
}

.main-footer {
	background-color: #0c84cc;
}

.main-footer__top {
	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;
	padding: 35px 0;
	border-bottom: 1px solid #7fd0ff;
}

.main-footer__text {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	padding-left: 64px;
	position: relative;
}

.main-footer__text--phone,
.main-footer__text--mail {
	margin-left: 20px;
	white-space: nowrap;
}

.main-footer__text::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 54px;
	height: 54px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	background-position: center center;
	border-radius: 50%;
}

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

.main-footer__text--mail::before {
	background-image: url("../img/email.svg");
}

.main-footer__text--adress::before {
	background-image: url("../img/adress-2.svg");
}

.main-footer__text:hover {
	color: #7fd0ff;
}

.main-footer__bottom {
	padding: 20px 0;
	color: #f5f5f5;
	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;
	color: #fff;
}

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

.orvin:hover {
	color: #7fd0ff;
}

.features {
	position: relative;
	margin-top: -70px;
}

.block-title {
	text-transform: uppercase;
	text-align: center;
	font-size: 2.2rem;
	color: #323232;
}

.features-list {
	list-style: none;
	background-color: #f5f5f5;
	-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);
	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: 25%;
	margin: 0;
	padding: 140px 15px 25px;
	background-repeat: no-repeat;
	background-size: 90px 90px;
	background-position: top 30px center;
	text-align: center;
	border-right: 1px solid #ccc;
}

.features-list__item:last-child {
	border-right: 0;
}

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

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

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

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

.price {
	padding: 40px 0;
	text-align: center;
}

.price__link {
	display: inline-block;
	vertical-align: top;
	margin: 20px 0;
	text-decoration: none;
	color: inherit;
	font-weight: 700;
	border-bottom: 1px dashed #000;
	padding-left: 40px;
	position: relative;
}

.price__link::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
	height: 35px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	background-position: left center;
	background-image: url("../img/file.svg");
}

.price__link:hover {
	color: #0c84cc;
	border-color: #0c84cc;
}

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

.table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
	text-align: center;
}

.table th {
	border: 1px solid #ccc;
	padding: 10px;
	font-size: 1.1rem;
	text-transform: uppercase;
	background-color: #0c84cc;
	color: #fff;
}

.table td {
	border: 1px solid #ccc;
	padding: 10px;
}

.about {
	padding: 40px 0;
	background-color: #f5f5f5;
}

.about__content {
	padding-left: 50%;
	position: relative;
	min-height: 500px;
	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;
}

.about__content::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 45%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-image: url("../img/about.jpg");
}

.about__title {
	font-size: 2rem;
}

.about__link {
	display: block;
	margin-top: 10px;
	font-size: 1.5rem;
	text-decoration: none;
	color: #000;
	font-weight: 900;
}

.about .styled-list {
	font-size: 1.2rem;
}

.map-img {
	padding: 40px 0;
}

.map-img img {
	display: block;
	margin: 0 auto;
}

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

.styled-list li {
	padding: 0 0 0 50px;
	margin: 0 0 10px;
	list-style: none;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 40px;
}

.styled-list li::before {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0;
	left: 0;
	z-index: 1;
	background-image: url("../img/done.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

@media (max-width: 1199px) {
	html {
		font-size: 17px;
	}
}

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

@media (max-width: 850px) {
	.main-logo__name {
		font-size: 1.7rem;
	}

	.main-footer__text {
		font-size: 0.9rem;
	}
}

@media (max-width: 767px) {
	.block-title {
		font-size: 2rem;
	}

	.main-header__info--location {
		display: none;
	}

	.features-list__item {
		width: 50%;
	}

	.features-list__item:nth-child(1),
	.features-list__item:nth-child(2) {
		border-bottom: 1px solid #ccc;
	}

	.features-list__item:nth-child(2n) {
		border-right: 0;
	}

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

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

	.main-footer__top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-bottom: 10px;
	}

	.main-footer__text {
		margin-bottom: 35px;
		padding-left: 50px;
		margin-left: 0;
		text-align: center;
	}

	.main-footer__text::before {
		width: 40px;
		height: 40px;
		background-size: 20px 20px;
	}

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

	.map {
		height: 350px;
	}

	.about__content {
		padding-top: 380px;
		padding-left: 0;
		min-height: auto;
	}

	.about__content::before {
		width: 100%;
		height: 360px;
	}

	.main-slide__content {
		margin: 0 auto;
		padding: 20px;
	}
}

@media (max-width: 500px) {

	.main-header__info {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.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;
	}

	.features-list__item {
		width: 100%;
		border-right: 0;
		border-bottom: 1px solid #ccc;
	}

	.features-list__item:last-child {
		border-bottom: 0;
	}

	.table th {
		font-size: 0.9rem;
		padding: 1.5rem 0.8rem;
	}

	.table td {
		font-size: 0.8rem;
		padding: 1rem 0.8rem;
	}
}

@media (max-width: 400px) {
	.block-title {
		font-size: 1.5rem;
	}

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

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

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