* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-display: swap;
}

b {
	font-family: 'GothamPro';
}

html, body {
	overflow-x: hidden;
}

body.fixed {
	padding-top: 60px;
}

.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;	
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.container {
	width: 1140px;
	margin: 0 auto;
	position: relative;
}

/* Header */

header {
	position: relative;
	z-index: 10;
}

.header__mobile {
	display: none;
}

.header__top {
	background: #fff;
}

.header__address {
	width: 210px;
	position: relative;
	padding-left: 30px;
	color: #101010;
	font-size: 12px;
	line-height: 16px;
	margin-right: 45px;
}

.header__address:before {
	position: absolute;
	display: block;
	content: "";
	height: 31px;
	width: 23px;
	background: url(../img/icons/location.svg) center center no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	top: 0;
	left: 0;
}

.header__time {
	width: 190px;
	color: #101010;
	font-size: 12px;
	line-height: 16px;
	padding-left: 40px;
	position: relative;
	margin-right: 45px;
}

.header__time span {
	font-weight: 600;
}

.header__time:before {
	position: absolute;
	display: block;
	content: "";
	width: 32px;
	height: 32px;
	top: 0;
	left: 0;
	background: url(../img/icons/clock.svg) center center no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.header__whatsapp_number {
	display: none;
}

.header__whatsapp {
	position: relative;
	padding-left: 40px;
	margin-right: 45px;
}

.header__whatsapp:before {
	position: absolute;
	display: block;
	content: "";
	width: 34px;
	height: 34px;
	top: 50%;
	margin-top: -17px;
	left: 0;
	background: url(../img/icons/whatsapp.svg) center center no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.header__whatsapp_link a {
	font-weight: 600;
	font-size: 12px;
	text-decoration: none;
	color: #101010;
	text-decoration: none;
	transition: all ease 0.3s;
	display: inline-block;
	border-bottom: 1px solid #101010;
}

.header__whatsapp_link a:hover {
	border-color: transparent;
}

.header__menu.flex {
	margin-left: auto;
	align-items: stretch;
}

.header__menu a {
	display: block;
	padding: 18px 12px;
	color: #101010;
	font-size: 14px;
	line-height: 24px;
	transition: all ease 0.3s;
	text-decoration: none;
}

.header__menu a:hover {
	color: #fff;
	background: #0065b3;
}

.header__bottom {
	background: #353645;
	width: 100%;
	top: 0;
	left: 0;
}

.header__bottom.fixed {
	position: fixed;
}

.logo {
	padding-left: 45px;
	background: url(../img/logo.svg) left center no-repeat;
	-webkit-background-size: 40px auto;
	background-size: 40px auto;
	display: block;
	color: #fff;
	text-decoration: none;
	padding-top: 10px;
}

.logo__title {
	display: block;
	font-family: 'BebasNeueBold';
	color: #ffffff;
	font-size: 40px;
	line-height: 20px;
}

.logo__signature {
	font-weight: 300;
	font-size: 9px;
	margin-top: -10px;
	letter-spacing: 2px;
}

.menu__item {
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
}

.menu__link {
	padding: 20px;
	display: block;
	text-decoration: none;
	position: relative;
	color: #fff;
	background-color: transparent;
	transition: all ease 0.3s;
}

.menu__link.menu__link-consultation {
	background-image: url(../img/icons/consultation.svg);
	-webkit-background-size: 22px auto;
	background-size: 22px auto;
	background-repeat: no-repeat;
	background-position: 9px center;
	padding-left: 40px;
}

.menu__item:hover .menu__link {
	background-color: #0065b3;
}

.has-children .menu__link {
	padding-right: 35px;
}

.has-children .menu__link:after {
	position: absolute;
	display: block;
	content: "";
	width: 7px;
	height: 7px;
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	margin-top: -5px;
	right: 13px;
}

.menu__block {
	position: absolute;
	top: 100%;
	right: 0;
	background: #0065b3;
	width: 300px;
	display: none;
}

.menu__item:hover .menu__block {
	display: block;
}

.menu__block a {
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	padding: 8px 18px;
	text-decoration: none;
	transition: all ease 0.3s;
}

.menu__block a:hover {
	background: #353645;
}

.header__tel {
	text-align: right;
}

.header__tel_number a {
	color: #fff;
	font-size: 19px;
	text-decoration: none;
	line-height: 20px;
	transition: all ease 0.3s;
}

.header__tel_number a:hover {
	opacity: 0.7;
}

.header__tel_callback a {
	text-decoration: none;
	color: #8dd0be;
	border-bottom: 1px solid #8dd0be;
	font-size: 12px;
	transition: all ease 0.3s;
}

.header__tel_callback a:hover {
	border-color: transparent;
}

/* Первый экран */

.main {
	background: url(../img/main-bg.jpg) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 45px;
}

.main .container {
	padding-bottom: 130px;
}

.main__block {
	width: 655px;
	min-height: 600px;
	position: relative;
	z-index: 2;
}

.main .container:after {
	position: absolute;
	display: block;
	content: "";
	width: 1045px;
	height: 570px;
	background: url(../img/main-owner.png) center center no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	bottom: 0;
	right: -130px;
}

.main__block h1 {
	color: #101010;
	font-size: 60px;
	line-height: 60px;
	text-transform: uppercase;
	font-family: 'BebasNeueBold';
	margin-bottom: 20px;
}

.main__block h1 span {
	font-family: 'BebasNeueBold';
	color: #0065b3;
}

.main__description {
	margin-bottom: 20px;
	color: #101010;
	font-size: 17px;
	line-height: 26px;
	font-weight: 300;
}

.main__advantages.flex {
	justify-content: flex-start;
	align-items: stretch;
}

.main__advantage {
	margin-right: 20px;
	width: 295px;
	margin-bottom: 20px;
	background: #fff;
	padding: 10px 40px 10px 55px;
	-webkit-box-shadow: 8px 0px 24px 0px rgba(0,0,0,0.11);
	-moz-box-shadow: 8px 0px 24px 0px rgba(0,0,0,0.11);
	box-shadow: 8px 0px 24px 0px rgba(0,0,0,0.11);
	position: relative;
}

.main__advantage:before {
	position: absolute;
	display: block;
	content: "";
	width: 27px;
	height: 27px;
	left: 14px;
	top: 50%;
	margin-top: -13px;
	background-position: center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.main__advantage-one:before {
	background-image: url(../img/icons/main-advantage-one.svg);
}
.main__advantage-two:before {
	background-image: url(../img/icons/main-advantage-two.svg);
}
.main__advantage-three:before {
	background-image: url(../img/icons/main-advantage-three.svg);
}
.main__advantage-four:before {
	background-image: url(../img/icons/main-advantage-four.svg);
}

.main .form.flex {
	width: 535px;
}

.input {
	display: block;
	margin-bottom: 20px;
	width: 260px;
	height: 50px;
	background-color: #fff;
	background-position: 15px center;
	background-repeat: no-repeat;
	outline: none;
	border: 2px solid #d7d7d7;
	padding-left: 42px;
	padding-right: 12px;
	font-size: 13px;
	font-weight: 500;
	color: #101010;
}

.input.name {
	background-image: url(../img/main-user-icon.png);
}
.input.tel {
	background-image: url(../img/main-tel-icon.png);
	font-family: 'GothamPro';
}

.input::-webkit-input-placeholder {color:#b7b7b7;}
.input::-moz-placeholder {color:#b7b7b7;}/* Firefox 19+ */
.input:-moz-placeholder {color:#b7b7b7;}/* Firefox 18- */
.input:-ms-input-placeholder {color:#b7b7b7;}

.form button {
	display: block;
	min-width: 210px;
	font-size: 17px;
	line-height: 24px;
	font-weight: 700;
	cursor: pointer;
	transition: all ease 0.3s;
	outline: none;
	color: #fff;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	background: #f15a22;
	border: 2px solid #f15a22;
	padding: 10px;
}

.form button:hover {
	background: transparent;
	color: #f15a22;
}

.form__privacy {
	width: 290px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}

.form__privacy input {
	position: absolute;
	top: 50%;
	left: -100000px;
}

.form__privacy label {
	display: block;
	position: relative;
	color: #101010;
	font-size: 11px;
	line-height: 14px;
	font-weight: 300;
	padding-left: 24px;
}

.form__privacy label:before {
	position: absolute;
	display: block;
	content: "";
	width: 16px;
	height: 16px;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #c3c6c9;
	z-index: 1;
	top: -1px;
	left: 0;
}

.form__privacy input:checked + label:after {
	position: absolute;
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	top: 3px;
	left: 4px;
	background: #0065b3;
	z-index: 2;
}

.form__privacy label a {
	text-decoration: none;
	color: #101010;
	display: inline-block;
	border-bottom: 1px solid #101010;
	transition: all ease 0.3s;
}

.form__privacy label a:hover {
	border-color: transparent;
}

/* Услуги */

.products {
	margin-top: -75px;
	position: relative;
	z-index: 2;
	padding-bottom: 75px;
}

.btn {
	display: block;
	text-align: center;
	width: 165px;
	color: #fff;
	text-decoration: none;
	transition: all ease 0.3s;
	padding: 13px;
	background: #f15a22;
	border: 2px solid #f15a22;
	font-weight: 700;
	font-size: 17px;
	line-height: 24px;
	text-transform: uppercase;
}

.btn:hover {
	background: transparent;
	color: #f15a22;
}

.products__block.flex {
	align-items: stretch;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}

.product {
	padding: 20px 45px;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.product-one {
	width: 50%;
	background-image: url(../img/main-service-one.png);
	background-color: #f1f4f8;
}

.product-two {
	width: 50%;
	background-image: url(../img/main-service-two.png);
	background-color: #e9ecf0;
}

.product-three {
	width: 100%;
	background-image: url(../img/main-service-three.png);
	background-color: #ffffff;
}

.product__title {
	margin-bottom: 15px;
	font-family: 'BebasNeueBold';
	color: #252525;
	font-size: 32px;
	text-transform: uppercase;
}

.product__table {
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 25px;
}

.product__table table {
	width: 100%;
}

.product__table table tr td {
	padding: 5px;
	color: #101010;
	font-size: 19px;

}

.product__table table tr td:nth-child(2) {
	text-align: right;
	font-weight: 600;
	white-space: nowrap;
}

.product__button.flex {
	justify-content: flex-end;
}

/* Преимущества */

.section__top.flex {
	align-items: stretch;
	margin-bottom: 15px;
}

.section__title {
	padding: 20px 50px;
	background-color: #0065b3;
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 460px;
}

.section__title span {
	display: block;
	color: #fff;
	font-size: 32px;
	font-family: 'BebasNeueBold';
	text-transform: uppercase;
	text-align: center;
}

.section__top_description {
	background: #fff;
	width: 680px;
	padding: 20px 30px;
	color: #101010;
	font-size: 17px;
	line-height: 26px;
	font-weight: 300;
}

.advantages {
	padding-top: 75px;
	padding-bottom: 120px;
	background: url(../img/advantages-bg.jpg) center 120px no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 5;
	position: relative;
}

.advantages .section__top {
	margin-bottom: 40px;
}

.advantage {
	width: 350px;
	background-color: #fff;
	padding: 40px 30px;
	-webkit-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.14);
	-moz-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.14);
	box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.14);
	background-repeat: no-repeat;
	background-position: right bottom;
	position: relative;
}

.advantage-one {
	background-image: url(../img/advantage-one.png);
}
.advantage-two {
	background-image: url(../img/advantage-two.png);
}
.advantage-three {
	background-image: url(../img/advantage-three.png);
}

.advantage.advantage-two {
	padding-top: 50px;
	padding-bottom: 50px;
}

.advantage-two:before {
	position: absolute;
	display: block;
	content: "";
	background: url(../img/icons/crown.svg) center center no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	width: 66px;
	height: 39px;
	top: 12px;
	right: 14px;
}

.advantage__title {
	margin-bottom: 20px;
	color: #101010;
	font-size: 22px;
	line-height: 26px;
	font-weight: 600;
}

.advantage ul li {
	display: block;
	list-style: none;
	margin-bottom: 5px;
	color: #101010;
	font-size: 17px;
	line-height: 26px;
}

.advantage ul li span {
	font-size: 28px;
	position: relative;
	top: 1px;
}

.advantage ul li span.plus {
	color: #018a5c;
	top: 4px;
}

.advantage ul li span.minus {
	color: #c2252c;
}

.advantage.advantage-two ul li span {
	display: inline-block;
	width: 18px;
	text-align: center;
	line-height: 18px;
	height: 18px;
	border-radius: 18px;
	color: #fff;
	background: #018a5c;
	top: 2px;
}

/* Информация */

.info {
	position: relative;
	z-index: 6;
	padding-bottom: 60px;
	margin-top: -50px;
}

.page .info {
	margin-top: 0;
}

.info__title,
.contacts__title {
	margin-bottom: 20px;
	padding: 20px;
	text-align: center;
	background-color: #0065b3;
}

.info__block.flex {
	padding-left: 30px;
	padding-right: 30px;
	align-items: flex-start;
	margin-bottom: 60px;
}

.info__title span,
.contacts__title span {
	display: block;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-family: 'BebasNeueBold';
	font-size: 32px;
}

.info__description {
	width: 770px;
	color: #101010;
	font-size: 17px;
	line-height: 26px;
	font-weight: 300;
}

.info__data {
	width: 246px;
	text-align: center;
}

.info__img {
	width: 246px;
	height: 246px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 246px;
	overflow: hidden;
	margin-bottom: 15px;
}

.info__img {
	display: block;
	width: 246px;
	height: 246px;
}

.info__name {
	color: #101010;
	font-size: 17px;
	line-height: 26px;
}

.info__signature {
	color: #101010;
	font-size: 12px;
	font-weight: 300;
}

.info__slider_item {
	padding: 10px;
	outline: none;
	cursor: pointer;
	position: relative;
}

.info__slider_item:before {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../img/zoom-icon.png) center center no-repeat;
	z-index: 1;
	transition: all ease 0.3s;
	opacity: 0;
}

.info__slider_item:hover:before {
	opacity: 1;
}

.info__slider_item img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	transition: all ease 0.3s;
}

.info__slider_item:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

/* Контакты */

.contacts {
	position: relative;
	z-index: 8;
	padding-bottom: 20px;
}

.contacts__title {
	margin-bottom: 20px;
}

.contacts__block.flex {
	align-items: stretch;
}

.contacts__item {
	width: 540px;
	padding-bottom: 15px;
	padding-top: 15px;
}

.contacts__links_title {
	margin-bottom: 15px;
	color: #101010;
	font-size: 17px;
	line-height: 26px;
	width: 100%;
}

.contacts__links_title span {
	font-weight: 600;
}

.contacts__links a {
	position: relative;
	color: #101010;
	font-size: 19px;
	font-family: 'GothamPro-Medium';
	text-decoration: none;
	line-height: 30px;
	padding: 5px 10px 5px 50px;
	transition: all ease 0.3s;
}

.contacts__links a:hover {
	opacity: 0.7;
}

.contacts__links a:before {
	position: absolute;
	display: block;
	content: "";
	width: 40px;
	height: 40px;
	top: 0;
	left: 0;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}

.contacts__links_tel:before {
	background-image: url(../img/icons/tel.svg);
}

.contacts__links_mail:before {
	background-image: url(../img/icons/mail.svg);
}

.contacts__time {
	position: relative;
	margin-bottom: 15px;
	color: #101010;
	font-size: 19px;
	line-height: 24px;
	font-weight: 600;
	padding-left: 40px;
}

.contacts__time b {
	font-family: 'GothamPro-Medium';
}

.contacts__time:before {
	position: absolute;
	display: block;
	content: "";
	width: 32px;
	height: 32px;
	left: 0;
	top: 50%;
	margin-top: -16px;
	background: url(../img/icons/clock.svg) center center no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.contacts__address {
	font-weight: 500;
	color: #101010;
	font-size: 19px;
	line-height: 24px;
	padding-left: 40px;
	position: relative;
}

.contacts__address:before {
	position: absolute;
	display: block;
	content: "";
	height: 32px;
	width: 24px;
	background: url(../img/icons/location.svg) center center no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	top: 50%;
	margin-top: -16px;
	left: 5px;
}

.contacts__form_title {
	margin-bottom: 30px;
	font-size: 300px;
	color: #101010;
	font-size: 17px;
	line-height: 26px;
}

.contacts__map div {
	position: absolute;
	top: 0;
	left: 0;
}

.contacts__map iframe {
	border: none;
	height: 190px;
}

/* Footer */

footer {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #353645;
}

.footer___links {
	max-width: 250px;
	margin-left: 10px;
	margin-right: 10px;
}

.footer__links a,
.footer__seo a {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid #fff;
	transition: all ease 0.3s;
	font-size: 11px;
}

.footer__links a:hover,
.footer__seo a:hover {
	border-color: transparent;
}

.footer__logo {
	width: 217px;
}

.footer__logo img {
	display: block;
	width: 100%;
}

.footer__seo {
	max-width: 140px;
	margin-left: 10px;
	margin-right: 10px;
}

.footer__seo img {
	max-width: 100%;
	display: block;
}

.footer__social {
	max-width: 110px;
	margin-left: 10px;
	margin-right: 10px;
}

.footer__social_title {
	color: #fff;
	margin-bottom: 5px;
	font-size: 13px;
}

.footer__social_links.flex {
	justify-content: flex-start;
}

.footer__social_links a {
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 2px;
	margin-right: 10px;
	transition: all ease 0.3s;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	background-position: center center;
}

.footer__social_vk {
	background-image: url(../img/icons/vk.svg);
}
.footer__social_instagram {
	background-image: url(../img/icons/instagram.svg);
}
.footer__social_youtube {
	background-image: url(../img/icons/youtube.svg);
}

.footer__social_links a:hover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.footer__callback .btn {
	width: 210px;
}

/* Модальное окно */

.modal-wrapper {
	position: fixed;
	z-index: 500;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.modal__block.flex {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	justify-content: center;
	align-content: center;
}

.modal__blackout {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
}

.modal {
	position: relative;
	z-index: 2;
	width: 340px;
	background: #fff;
	padding: 40px;
	overflow-y: auto;
}

.modal__title {
	text-align: center;
	color: #101010;
	font-size: 21px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 20px;
}

.modal .input {
	margin-bottom: 15px;
	width: 100%;
}

.modal .form__privacy {
	width: 100%;
	margin-bottom: 10px;
}

.modal .form button {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

.modal__close {
	position: absolute;
	width: 15px;
	height: 15px;
	cursor: pointer;
	transition: all ease 0.3s;
	top: 15px;
	right: 15px;
}

.modal__close:before {
	position: absolute;
	display: block;
	content: "";
	width: 20px;
	height: 3px;
	border-radius: 3px;
	background: #0065b3;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 7px;
	left: -3px;
}

.modal__close:after {
	position: absolute;
	display: block;
	content: "";
	width: 20px;
	height: 3px;
	border-radius: 3px;
	background: #0065b3;
	-moz-transform: rotate(315deg);
	-webkit-transform: rotate(315deg);
	-o-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg);
	top: 7px;
	left: -3px;
}

/* Страница услуги */

.service-main {
	padding-top: 40px;
	padding-bottom: 55px;
}

.service-main__block.flex {
	align-items: flex-start;
}

.service-main__info {
	width: 630px;
}

.service-main__info h1 {
	margin-bottom: 10px;
	color: #0065b3;
	font-size: 85px;
	line-height: 90px;
	font-family: 'BebasNeueBold';
}

.service-main__info h1.small {
	font-size: 65px;
	line-height: 75px;
}

.service-main__description p {
	margin-bottom: 10px;
	color: #101010;
	font-size: 17px;
	line-height: 26px;
}

.service-main__description p:last-child {
	margin-bottom: 0;
}

.service-main__img {
	width: 460px;
}

.service-main__img img {
	max-width: 100%;
	display: block;
}

.price {
	padding-bottom: 80px;
}

.price__block-wrapper {
	padding: 20px;
	background: #0065b3;
}

.price__block {
	border: 1px solid #353645;
	padding: 15px;
}

.price__top.flex {
	align-items: flex-start;
}

.price__img.flex {
	width: 430px;
	justify-content: center;
}

.price__top.flex {
	margin-bottom: 15px;
}

.price__img img {
	display: block;
	max-width: 100%;
}

.price__info {
	width: 610px;
}

.price__title {
	margin-bottom: 10px;
	display: block;
	color: #fff;
	font-size: 25px;
	font-weight: 600;
}

.price__description p {
	margin-bottom: 10px;
	color: #fff;
	font-size: 17px;
	line-height: 26px;
	font-weight: 300;
}

.price__table {
	overflow-y: auto;
}

.price__table table {
	min-width: 100%;
	table-layout: fixed;
}

.price__table tr td {
	color: #fff;
	padding: 15px;
	border-bottom: 1px solid #fff;
	font-size: 15px;
	line-height: 22px;
	font-weight: 300;
	vertical-align: top;
}

.price__table table tr:last-child td {
	border: none;
}

.price__table table tr.price__table_title td {
	font-weight: 600;
	background: #353645;
	border: none;
}

.price__table table tr td.price__table_value {
	font-weight: 600;
}

.price__table table tr td.price__table_value b {
	font-family: 'GothamPro-Medium';
}

.price__table table tr td.price__table_description {
	text-align: center;
	font-weight: 600;
	background: #4b4c61;
	border: none;
}

.price__table table tr.not-border td {
	border: none;
}

.order {
	background: url(../img/order-bg.jpg) #262626 center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.order__block {
	padding-top: 25px;
	padding-bottom: 25px;
	width: 545px;
	margin-left: auto;
	position: relative;
	margin-right: 90px;
}

.order__block:before {
	position: absolute;
	display: block;
	content: "";
	background: url(../img/order-img.png) center center no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	bottom: 0;
	left: -350px;
	width: 267px;
	height: 266px;
}

.order__title {
	color: #fff;
	margin-bottom: 20px;
	font-weight: 300;
	font-size: 17px;
	line-height: 26px;
}

.order__title span {
	font-weight: 600;
}

.order .form__privacy label {
	color: #fff;
}

.order .form__privacy label a {
	color: #fff;
	border-color: #fff;
}

.order .form__privacy label a:hover {
	border-color: transparent;
}

.steps {
	padding-top: 75px;
	padding-bottom: 20px;
}

.steps .info__title {
	margin-bottom: 50px;
}

.steps__items.flex {
	align-items: stretch;
	padding-left: 80px;
	padding-right: 80px;
}

.step {
	margin-bottom: 30px;
	width: calc(50% - 15px);
	-webkit-box-shadow: 0px 0px 24px 5px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 24px 5px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 24px 5px rgba(0,0,0,0.05);
	background: #fff;
	position: relative;
	padding: 35px 35px 35px 100px;
}

.step__number {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	padding: 15px 5px;
	text-align: center;
	color: #fff;
	font-family: 'GothamPro-Medium';
	font-size: 17px;
	line-height: 30px;
	background: #0065b3;
	border-bottom-right-radius: 15px;
}

.step p {
	color: #101010;
	font-size: 17px;
	line-height: 26px;
	font-weight: 300;
}

.docs {
	padding-bottom: 50px;
}

.docs__block {
	width: calc(100% - 30px);
	margin-left: 15px;
	padding: 40px 50px 20px 50px;
	background: #fbfbfb;
}

.docs__title {
	margin-bottom: 25px;
	font-family: 'BebasNeueBold';
	color: #252525;
	font-size: 32px;
}

.docs__items.flex {
	align-items: stretch;
}

.doc.flex {
	align-items: center;
	padding-bottom: 20px;
	width: calc(50% - 10px);
}

.doc__img {
	width: 95px;
}

.doc__img img {
	display: block;
	max-width: 100%;
	max-height: 95px;
}

.doc p {
	width: calc(100% - 110px);
	color: #101010;
	font-size: 17px;
	line-height: 26px;
	font-weight: 300;
}

/* Остальные страницы */

.content {
	background: url(../img/content-bg.jpg) #f9f9f9 center top repeat-y;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 35px;
	padding-bottom: 65px;
}

.breadcrumbs ul.flex {
	justify-content: center;
	margin-bottom: 30px;
}

.breadcrumbs ul li {
	display: block;
	position: relative;
	list-style: none;
	padding-left: 20px;
	padding-right: 20px;
	color: #0065b3;
	font-size: 14px;
	line-height: 20px;
}

.breadcrumbs ul li:after {
	position: absolute;
	display: block;
	content: ">";
	width: 20px;
	text-align: center;
	right: -10px;
	font-size: 14px;
	color: #000000;
	top: 0;
	line-height: 20px;
	font-family: 'Raleway', sans-serif;
}

.breadcrumbs ul li:last-child:after {
	display: none;
}

.breadcrumbs ul li a {
	color: #101010;
	text-decoration: none;
}

.content h1 {
	margin-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'BebasNeueBold';
	color: #0065b3;
	font-size: 45px;
	line-height: 45px;
}

.content__description {
	margin-bottom: 30px;
}

.content__description p {
	font-weight: 300;
	font-size: 17px;
	line-height: 26px;
}

.content .contacts__map iframe {
	height: 300px;
}

.content .calc {
	-webkit-box-shadow: 0px 0px 24px 3px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 24px 3px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 24px 3px rgba(0,0,0,0.15);
}

.contacts__item_title {
	font-size: 17px;
	margin-bottom: 15px;
	font-weight: 300;
	padding-left: 35px;
}

.content .contacts__links.flex {
	width: 590px;
	align-items: stretch;
}

.contacts__data {
	width: 500px;
}

.contacts__data_block.flex {
	align-items: flex-start;
}

.contacts__data_block p {
	padding-right: 10px;
	font-weight: 300;
	color: #101010;
	font-size: 17px;
	line-height: 26px;
}

.contacts__data_block p span {
	font-weight: 600;
}

.content .contacts__info {
	width: 320px;
}

.content .contacts__map {
	width: 780px;
}

.content .contacts__form {
	width: 100%;
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
}

.content .form button {
	margin-bottom: 20px;
}

.content .form__privacy {
	width: 170px;
	margin-bottom: 20px;
}

.content .contacts__form_title {
	text-align: center;
}

.contacts__form_title span {
	font-weight: 600;
}

.info__advantages.flex {
	align-items: flex-start;
}

.info__advantage {
	margin-bottom: 40px;
	background-repeat: no-repeat;
	background-position: left top;
	width: 320px;
	padding-left: 100px;
	-webkit-background-size: 75px auto;
	background-size: 75px auto;
}

.info__advantage-one {
	background-image: url(../img/about-one.svg);
}

.info__advantage-two {
	background-image: url(../img/about-two.svg);
}

.info__advantage-three {
	background-image: url(../img/about-three.svg);
}

.info__advantage_title {
	margin-bottom: 15px;
	color: #101010;
	font-size: 21px;
	font-weight: 500;
}

.info__advantage ul li {
	display: block;
	list-style: none;
	position: relative;
	padding-left: 15px;
	font-weight: 300;
	font-size: 17px;
	line-height: 25px;
}

.info__advantage ul li:before {
	position: absolute;
	display: block;
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background: #f15a22;
	top: 10px;
	left: 0;		
}

.service {
	margin-bottom: 15px;
}

.service__top.flex {
	background: #f1f4f8;
	padding: 10px 10px 10px 50px;
}

.service__icon {
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background: #fff;
	border: 2px solid #076699;
	position: relative;
	cursor: pointer;
}

.service__icon:before {
	position: absolute;
	display: block;
	content: "";
	width: 14px;
	height: 2px;
	top: 50%;
	left: 50%;
	margin-top: -1px;
	margin-left: -7px;
	transition: all ease 0.3s;
	background: #076699;
}

.service__icon.active:before {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.service__icon:after {
	position: absolute;
	display: block;
	content: "";
	height: 14px;
	width: 2px;
	top: 50%;
	left: 50%;
	margin-left: -1px;
	margin-top: -7px;
	transition: all ease 0.3s;
	background: #076699;
}

.service__icon.active:after {
	-moz-transform: rotate(450deg);
	-webkit-transform: rotate(450deg);
	-o-transform: rotate(450deg);
	-ms-transform: rotate(450deg);
	transform: rotate(450deg);
}

.service__title {
	width: 600px;
	color: #101010;
	font-size: 19px;
	line-height: 24px;
}

.service__price {
	width: 160px;
	color: #101010;
	font-size: 19px;
	line-height: 24px;
	font-weight: 600;
}

.service__price b {
	font-family: 'GothamPro-Medium';
}

.service__table {
	background: #f3f3f3;
	display: none;
}

.service__table table {
	min-width: 100%;
}

.service__table table.center {
	text-align: center;
}

.service__table table tr td {
	padding: 8px 13px;
	color: #101010;
	font-size: 17px;
	line-height: 25px;
	font-weight: 300;
}

.service__table table tr:nth-child(even) td {
	background: #e9e9e9;
}

.service__table table tr.title td {
	background: #d7d8d9;
	font-weight: 600;
}

.service__table table tr td span {
	font-weight: 600;
}

.service__table table tr td span b {
	font-family: 'GothamPro-Medium';
}

.service__table table tr td:nth-child(1) {
	padding-right: 15px;
}

.service__table_block {
	overflow-x: auto;
}

.service__table_title {
	text-align: center;
	padding: 8px;
	font-weight: 600;
	color: #101010;
	font-size: 17px;
	background: #d7d8d9;
}

.service__table_title b {
	font-family: 'GothamPro-Medium';
}

.service__table_info {
	padding: 13px;
}

.service__table_info p {
	margin-bottom: 20px;
	color: #101010;
	font-size: 17px;
	line-height: 25px;
	font-weight: 600;
}

.service__table_info ol,
.service__table_info ul {
	margin-bottom: 20px;
	list-style: none;
}

.service__table_info ol:last-child,
.service__table_info ul:last-child,
.service__table_info p:last-child {
	margin-bottom: 0;
}

.service__table_info ol li {
	color: #101010;
	font-size: 17px;
	line-height: 25px;
	display: block;
}

.service__table_info ul li {
	color: #101010;
	font-size: 17px;
	line-height: 25px;
	position: relative;
	display: block;
	padding-left: 18px;
}

.service__table_info ul li:before {
	position: absolute;
	display: block;
	content: "";
	width: 5px;
	height: 5px;
	top: 10px;
	left: 0;
	border-radius: 5px;
	background: #018a5c;
}

input.error {
 border: 2px solid #F00;
}