@charset "utf-8";

body {
	background: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #000;
}
body._disable {
	padding-right: 17px;
	overflow: hidden;
}
a,
img {
	outline: none;
	vertical-align: top;
}

[class*="-map-copyrights-promo"],
[class*="-gotoymaps-container"] {
    display: none !important;
}
.announcement {
    position: relative;
    display: none;
    background: #00abdf;
}
.announcement-wrap {
    margin: 0 auto;
    max-width: 1024px;
    height: 100%;
}
.announcement-close {
    position: absolute;
    top: 26px;
    right: 30px;
    width: 24px;
    height: 24px;
    background: url(/local/templates/main/img/close-icon.png) 0 0 no-repeat;
    cursor: pointer;
}
.announcement-body {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 77px;
}
.announcement-body a {
	color: #000;
	text-decoration: underline;
}
.announcement-body div {
    padding: 0 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #000;
}
.announcement-body div b {
    font-size: 30px;
}
.announcement-body div.announcement-body__icon {
    flex: 0 0 30px;
    margin-right: 0;
    padding: 0;
    width: 30px;
    height: 26px;
    background: url(../img/warning-icon.png) 0 0 no-repeat;
}
@media (max-width: 1150px) {
    .announcement-wrap {
        padding: 0 80px 0 20px;
    }
}
@media (max-width: 992px) {
    .announcement-body div {
        padding: 0 10px;
    }
    .announcement-body div b {
        font-size: 20px;
    }
}
@media (max-width: 768px) {
    .announcement-body {
        padding: 10px 0;
        height: auto;
    }
    .announcement-body div {
        font-size: 13px;
        line-height: 16px;
    }
}
@media (max-width: 650px) {
    .announcement-wrap {
        padding: 0 20px;
    }
    .announcement-close {
        top: 10px;
        right: 10px;
    }
    .announcement-body {
        display: block;
        text-align: center;
    }
    .announcement-body div {
        display: inline-block;
        vertical-align: middle;
    }
    .announcement-body div:last-child {
        margin-top: 20px;
    }
}

.page {
	position: relative;
	width: 100%;
	min-height: 1000px;
}
.wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0 15px;
	width: 100%;
	max-width: 960px;
	min-width: 313px;
}
._clear:after {
	content: "";
	display: table;
	clear: both;
}
.wow {
    visibility: hidden;
}
.ic {
	display: inline-block;
	vertical-align: middle;
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
}
.ic-clock {
	width: 16px;
	height: 16px;
	background-position: 0 0;
}

.head {
	background: #fff;
}
.head-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 90px;
}
.head-logo--mobile {
	display: none;
}
.head-info {
	text-align: right;
}
.head-info li {
	display: inline-block;
	vertical-align: middle;
}
.head-info li:first-child {
	margin-right: 10px;
	text-align: right;
	font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #000;
}
.head-info__phone {
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	color: inherit;
}
.head-info__email {
	font-size: 12px;
	line-height: 140%;
	text-decoration: underline;
	font-weight: 500;
	color: #8f8f8f;
}

.nav {
	height: 45px;
	border-top: 1px solid #f4fafd;
    border-bottom: 1px solid #afa6cc;
    background: #f2f8fc;
}
.nav-toggle {
	display: none;
	width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    transition: all .3s ease-out;
}
.nav-toggle span,
.nav-toggle span:after,
.nav-toggle span:before {
	width: 30px;
	height: 2px;
	background: #000;
}
.nav-toggle span:before,
.nav-toggle span:after {
	content: '';
	position: absolute;
	top: -8px;
	left: 0;
	transition: .3s all ease;
	-webkit-transition-duration: 0.3s,0.3s;
	transition-duration: 0.3s,0.3s;
	-webkit-transition-delay: 0.3s,0s;
	transition-delay: 0.3s,0s;
	-webkit-transition-property: top,-webkit-transform;
	transition-property: top,transform;
}
.nav-toggle span:after {
	top: 8px;
}
.nav-toggle span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: auto;
	transition: .3s all ease;
}
.nav-toggle._active span {
	transition: background .3s 0s ease;
	background: transparent;
}
.nav-toggle._active span:before,
.nav-toggle._active span:after {
	top: 0;
	-webkit-transition-delay: 0s,0.3s;
	transition-delay: 0s,0.3s;
}
.nav-toggle._active span:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nav-toggle._active span:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.nav-wrap {
	position: relative;
	display: table;
	width: 100%;
	height: 45px;
}
.nav-wrap li {
	display: table-cell;
	vertical-align: middle;
	line-height: 45px;
	text-align: center;
}
.nav-wrap > li > a {
	display: block;
	font-size: 16px;
	color: #0c3056;
	font-weight: 600;
	transition: all .15s ease-out;
}
.nav-wrap > li > a._active,
.nav-wrap > li > a:hover {
	background: #0c3056;
    color: #fff;
}
.nav-sub {
	position: absolute;
	top: 100%;
	left: -999999px;
	z-index: 10;
	padding: 15px;
	width: 100%;
	opacity: 0;
	background: #fff;
	transition: opacity .25s ease-out;
	text-align: left;
	font-size: 0;
	box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}
.nav-wrap li:hover .nav-sub {
	left: 0;
	opacity: 1;
}
.nav-sub li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	text-align: left;
}
.nav-sub li a {
	display: block;
	padding: 5px 15px;
	font-size: 13px;
	line-height: 15px;
	font-weight: 600;
	color: #000;
}
.nav-sub li a._active,
.nav-sub li a:hover {
	color: #2385bf;
}

.panel {
	padding: 40px 0;
	border: solid #ebebeb;
	border-width: 1px 0;
	font-size: 12px;
	line-height: 15px;
	font-weight: 500;
}
.panel-wrap h1 {
	margin: 0;
	font-size: 26px;
	line-height: 1.1;
	font-weight: 600;
}
.panel-wrap h1._long {
	font-size: 24px;
}
.breadcrumbs {
	margin: 0 0 20px;
	font-size: 0;
}
.breadcrumbs li {
	display: inline-block;
	vertical-align: middle;
    font-size: 12px;
    line-height: 15px;
}
.breadcrumbs li + li {
	margin-left: 9.5px;
}
.breadcrumbs li a {
    text-decoration: none;
    color: #a4a4a4;
}
.breadcrumbs li a:hover {
	color: #000;
}

.btn {
	display: inline-block;
	padding: 0 50px;
	height: 80px;
	background-color: #0063b0;
	border-radius: 4px;
	text-align: center;
	font-size: 20px;
    line-height: 80px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: all .3s ease;
}
.btn--sprint {
	margin: 30px 0;
	padding: 16px 35px;
	height: auto;
	font-size: 16px;
	line-height: 1.2;
}
.btn--small {
	padding: 0 35px;
	height: 53px;
	font-size: 16px;
	line-height: 53px;
}
.btn--center {
	display: table;
	margin: 40px auto;
}
.btn:hover {
	background: #02346d;
}
.mobile-btn {
	display: none;
	text-align: center;
}

.content {
	position: relative;
}
.content h1 {
	margin: 20px 0 10px;
	font-size: 36px;
	line-height: 1;
	color: #252525;
	font-weight: 400;
}
.title {
	margin: 0 0 80px 0;
	text-align: center;
	font-size: 28px;
	line-height: 140%;
	font-weight: 600;
}
.descr {
	padding: 65px 0 45px;
}
.descr-bord {
	border-top: 1px solid #cecece;
}
.descr-date {
	margin-bottom: 25px;
	font-size: 14px;
	line-height: 160%;
	color: #4747E2;
	font-weight: 600;
}
.descr img {
	display: inline;
	vertical-align: top;
	max-width: 100%;
	height: auto;
	outline: none;
}
.descr img._right {
	float: right;
	margin: 0 0 20px 20px;
}
.descr img._left {
	float: left;
	margin: 0 20px 20px 0;
}
.descr h2,
.descr h3,
.descr h4,
.descr h5,
.descr h6 {
	margin: 20px 0 10px;
	color: #252525;
}
.descr h2 {
	margin: 0 0 20px;
	font-size: 20px;
	line-height: 140%;
	font-weight: 600;
}
.descr h3 {
	margin: 40px 0 20px;
	font-size: 18px;
	line-height: 160%;
	font-weight: 600;
}
.descr h4,
.descr h5,
.descr h6 {
	margin: 30px 0 20px;
	font-size: 16px;
	line-height: 160%;
	font-weight: 600;
}
.descr p {
	margin-bottom: 25px;
	font-size: 16px;
	line-height: 160%;
}
.descr b,
.descr strong {
	font-weight: bold;
}
.descr ul,
.descr ol {
	margin: 0 0 20px;
}
.descr li {
	position: relative;
	margin-bottom: 7px;
	padding-left: 18px;
}
.descr ul > li:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #e03624;
}
.descr ol {
	counter-reset: item;
}
.descr ol > li:before {
	content: counter(item) ". ";
	counter-increment: item;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	color: #e03624;
}
.descr .note {
	position: relative;
	margin: 40px 0;
	padding: 15px 15px 15px 45px;
	background: #2862ac;
	border-radius: 7px;
	color: #fff;
}
.descr .note,
.descr .note p {
	font-size: 18px;
	line-height: 160%;
}
.descr .note p {
	margin: 0;
}
.descr .note:before {
	content: '—';
	position: absolute;
	top: 15px;
	left: 22px;
	margin-right: 5px;
}
.descr .img-left {
	float: left;
	margin: 0 20px 20px 0;
	max-width: 380px;
}
.descr .img-right {
	float: right;
	margin: 0 0 20px 20px;
	max-width: 380px;
}
.descr table {
	margin-bottom: 20px;
	width: 100%;
	border-collapse: collapse;
}
.descr table th,
.descr table td {
	padding: 10px;
	text-align: left;
}
.descr table th {
	background-color: #7BAF3A;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#8FC44F),to(#7BAF3A));
    background-image: -webkit-linear-gradient(top,#8FC44F,#7BAF3A);
    background-image: -moz-linear-gradient(top,#8FC44F,#7BAF3A);
    background-image: -ms-linear-gradient(top,#8FC44F,#7BAF3A);
    background-image: -o-linear-gradient(top,#8FC44F,#7BAF3A);
    background-image: linear-gradient(top,#8FC44F,#7BAF3A);
    border: 1px solid #7baf3a;
    color: #fff;
}
.descr table td {
	border: 1px solid #ccc;
}

.list-item h4 {
	margin: 0;
	font-size: 12px;
	line-height: 140%;
	font-weight: bold;
}
.list-item a {
	font-size: 12px;
	line-height: 140%;
	text-decoration: underline;
	color: #4747e2;
}

.infobar {
	padding: 70px 0;
}
.infobar-wrap {
	display: flex;
	align-items: center;
	margin: 0 -15px;
}
.infobar-left {
	float: left;
	padding: 0 15px;
	width: 75%;
	font-size: 22px;
	line-height: 27px;
	font-weight: 600;
}
.infobar-right {
	float: left;
	padding: 0 15px;
	width: 25%;
	text-align: right;
	white-space: nowrap;
}

.slider {
    position: relative;
    background: url(../img/slide.jpg) 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}
.slider:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
}
.slider .wrapper {
	padding-top: 80px;
	padding-bottom: 80px;
	z-index: 4;
}
.slider h1 {
	margin-bottom: 50px;
	max-width: 680px;
	font-size: 40px;
	line-height: 49px;
	font-weight: bold;
}
.slider h1 span {
	position: relative;
	display: inline-block;
	transition: color .5s ease;
}
.slider h1 span:after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	display: block;
	width: 0%;
	height: 3px;
	background-color: #fff;
	transition: all .5s ease;
}
.slider h1 span._active:after {
	width: 100%;
}
.slider h3 {
	margin-bottom: 50px;
	font-size: 30px;
	line-height: 37px;
}
.slider-imgs {
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	margin-right: 95px;
	width: 712px;
	height: 595px;
	margin-left: auto;
	overflow: hidden;
}
.slider-imgs--inner {
	flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 520px;
    height: 520px;
    z-index: 1;
}
.slider-img {
	position: relative;
	margin-left: auto;
	z-index: 3;
}
.slider-img--2 {
	margin-top: -296px;
	margin-right: 223px;
	z-index: 2;
}
.slider-img--3 {
	margin-top: -163px;
	margin-left: 0;
	z-index: 1;
}
.slider-imgs__inner {
	display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 180px;
    border: 12px solid #FF3838;
    border-radius: 20px;
    background: #fff;
    transform: translate(0px, 0px) rotate(45deg);
    box-shadow: 12px 14px 35px rgba(0, 0, 0, 0.3);
    transition: all .3s ease;
}
.slider-imgs__inner img {
	transform: rotate(-45deg);
}
.slider-imgs__inner:hover {
	box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.3);
	transform: translate(0px, 10px) rotate(45deg);
}

.plus {
	padding: 40px 0;
	background: #fbfbfb;
}
.plus .wrapper {
	padding: 0;
}
.plus-item {
	float: left;
	padding: 0 15px;
	width: calc(100% / 2);
}
.plus-item-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 260px;
	margin-left: auto;
	margin-right: auto;
}
.plus-item__img {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
}
.plus-item__img img {
	max-height: 40px;
}
.plus-item__title {
	max-width: 200px;
	font-size: 14px;
	line-height: 17px;
	font-weight: 500;
}

.services {
	margin-top: 40px;
	overflow: hidden;
}
.services-wrap {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.service {
    display: flex;
	flex: 0 0 calc(100% / 3);
	margin-bottom: 30px;
	padding: 0 15px;
	max-width: calc(100% / 3);
}
.service-wrap {
	position: relative;
	padding: 20px;
	width: 100%;
	min-height: 250px;
	border: 1px solid #d8d8d8;
	border-radius: 8px;
	transition: all .25s ease-out;
}
.service-wrap:hover {
	border-color: transparent;
	box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}
.service-wrap__title {
	display: block;
	margin: 0 0 30px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	color: #000;
}
.service-wrap__title:hover {
	color: #2385bf;
}
.service-wrap__price {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 600;
}
.service-wrap__time {
	font-size: 13px;
	color: #8e8e8e;
}
.service-wrap__btn {
	position: absolute;
	bottom: 20px;
	left: 50%;
	display: inline-block;
	margin: 0 0 0 -65px;
	width: 130px;
	height: 45px;
	background: transparent;
	border: 1px solid #0c3056;
	border-radius: 4px;
	text-align: center;
	font-size: 14px;
	line-height: 45px;
	color: #000;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
	transition: all .3s ease;
}
.service-wrap__btn:hover {
	background: #02346d;
	color: #fff;
}

.services-list {
	padding: 70px 0 35px;
	background: #e5e5e5;
}
.services-list-wrap {
	margin: 0 -15px;
}
.services-list-item {
	float: left;
	padding: 0 15px;
	width: 50%;
}
.services-list-item-wrap {
	position: relative;
	margin-bottom: 35px;
	padding: 5px 5px 50px 60px;
	height: 460px;
	background: #fff;
}
.services-list-item-wrap._dark {
	background: #787896;
	color: #fff;
}
.services-list-item__img {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 1;
	display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    border: 9px solid #ff3838;
    border-radius: 20px;
    background: #fff;
    box-shadow: 12px 14px 35px rgba(0, 0, 0, 0.3);
    transform: translate(0px, 0px) rotate(45deg);
    transition: all .3s ease;
}
.services-list-item__img img {
	transform: rotate(-45deg) scale(.7);
}
.services-list-item__img:hover {
	transform: translate(0px, 10px) rotate(45deg);
	box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.3);
}
.services-list-item__info {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 55px 55px 0 0;
	height: 100%;
}
.services-list-item__info h3 {
	padding-right: 107px;
	font-size: 23px;
	line-height: 29px;
	font-weight: 600;
}
.services-list-item__info__price {
	font-size: 18px;
	line-height: 140%;
	font-weight: 600;
}
.services-list-item__info__time {
	font-size: 12px;
	line-height: 140%;
	color: #ababd6;
	font-weight: 600;
}
.services-list-item__info__text {
	font-size: 12px;
	line-height: 140%;
}
.services-list-item__info__btn {
	display: inline-block;
	padding: 0 35px;
	height: 60px;
	background: transparent;
	border: 1px solid #787896;
	border-radius: 40px;
	text-align: center;
	font-size: 16px;
	line-height: 60px;
	color: #000;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
	transform: translateY(0px);
	transition: all .3s ease;
}
.services-list-item__info__btn:hover {
	background: #787896;
	color: #fff;
}
.services-list-item-wrap._dark .services-list-item__info__btn {
	border: 1px solid #fff;
	color: #fff;
}
.services-list-item-wrap._dark .services-list-item__info__btn:hover {
	background: #fff;
	color: #787896;
}
.service-nav {
	padding: 0 0 70px;
}
.service-nav h2 {
	margin: 0 0 50px;
	font-size: 22px;
	line-height: 120%;
	font-weight: 600;
}
.service-nav-wrap {
	margin: 0 -15px;
}

.necessity {
	padding: 70px 0 25px;
	background: #fbfbfb;
}
.necessity-wrap {
	margin: 0 -15px;
}
.necessity-item {
	float: left;
	padding: 0 15px;
	width: calc(100% / 3);
}
.necessity-item-wrap {
	display: block;
	margin: 0 auto 45px;
	padding: 25px;
	max-width: 190px;
	height: 215px;
	text-align: center;
	line-height: 190px;
}
.necessity-item-wrap__img {
	margin-bottom: 20px;
	width: 100%;
	height: 100px;
	line-height: 100px;
}
.necessity-item-wrap__img img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.15);
	transform: translateY(0px);
	transition: 0.3s all ease;
}
.necessity-item-wrap._no-shadow .necessity-item-wrap__img img {
	margin-bottom: -20px;
}
.necessity-item-wrap._no-shadow img {
	box-shadow: none;
}
.necessity-item-wrap p {
	display: block;
	margin: 10px 0;
	min-height: 35px;
	text-align: center;
	font-size: 12px;
	line-height: 140%;
	font-weight: 600;
	color: #000;
}
.necessity-item-wrap:hover img {
	box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
	transform: translateY(10px);
}
.necessity-item-wrap._no-shadow:hover img {
	box-shadow: none;
	transform: translateY(10px);
}

.how {
	padding: 70px 0;
}
.how-wrap {
	margin: 0 -15px;
}
.how-wrap--top {
	margin-bottom: 75px;
}
.how-wrap--top .how-item {
	position: relative;
	float: left;
	margin: 0 0 25px;
	padding: 0 15px;
	width: calc(100% / 3);
}
.how-wrap--top .how-item:nth-child(2):before,
.how-wrap--top .how-item:nth-child(3):before,
.how-wrap--top .how-item:nth-child(5):before,
.how-wrap--top .how-item:nth-child(6):before {
	content: '\f178';
	position: absolute;
	left: -15px;
	font-family: FontAwesome;
	font-size: 20px;
	color: #888;
}
.how-wrap--top .how-item__text {
	margin: 0 auto;
	max-width: 210px;
	font-size: 14px;
	line-height: 120%;
	font-weight: 600;
}
.how-wrap--bottom .how-item {
	position: relative;
	float: left;
	margin: 0 0 25px;
	padding: 0 15px;
	width: 50%;
}
.how-wrap--bottom .how-item + .how-item:before {
	content: 'VS';
	position: absolute;
	top: 60px;
	left: -15px;
	font-size: 24px;
	font-weight: 600;
}
.how-wrap--bottom .how-item-wrap {
	margin: 0 auto;
	max-width: 320px;
}
.how-wrap--bottom .how-item-wrap img {
	display: block;
	margin: 0 auto 50px;
	max-width: 100%;
	height: auto;
}
.how-wrap--bottom .how-item-wrap h4 {
	margin: 10px 0;
	font-size: 24px;
	line-height: 120%;
	font-weight: 600;
}

.price {
	padding: 70px 0 40px;
	background: #fff;
	background-size: cover;
	color: #000;
}
.price .title {
	margin-bottom: 60px;
}
.price-wrap {
	margin: 0 -15px;
}
.price-item {
	float: left;
	padding: 0 15px;
	width: calc(100% / 3);
}
.price-item-wrap {
	margin-bottom: 50px;
	height: 130px;
}
.price-item-text {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 30px 20px 40px 30px;
	height: 220px;
	background: transparent;
	box-shadow: none;
	transition: .5s all ease;
}
.price-item-text:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	width: 0;
	height: 0;
	background: #fff;
	border-radius: 100px;
	box-shadow: none;
	transition: .5s all ease;
}
.price-item-text * {
	position: relative;
	z-index: 2;
}
.price-item-text__title {
	display: block;
	margin: 0 0 5px;
	min-height: 50px;
	font-size: 16px;
	line-height: 20px;
	color: inherit;
	font-weight: 600;
}
.price-item-text__title._smallest {
	margin-bottom: 5px;
	min-height: 50px;
	font-size: 12px;
	line-height: 13px;
}
.price-item-text__title._smaller {
	margin-bottom: 5px;
	min-height: 50px;
	font-size: 14px;
	line-height: 17px;
}
.price-item-text__price {
	font-size: 16px;
	line-height: 140%;
	font-weight: 600;
}
.price-item-text__time {
	margin-bottom: 25px;
	font-size: 12px;
	line-height: 140%;
	color: #8e8e8e;
	font-weight: 600;
}
.price-item-text__btn {
	visibility: hidden;
	opacity: 0;
	transition: .5s all ease;
}
.price-item-text:hover {
	z-index: 10;
	color: #000;
}
.price-item-text:hover:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
}
.price-item-text:hover .btn {
	visibility: visible;
	opacity: 1;
}

.promo-contact {
	display: flex;
	align-items: center;
	margin-top: 30px;
	min-height: 320px;
	background: url(/local/templates/main/img/i3u2kg2iccoo4_2zr6s2.jpg) 50% 50% no-repeat;
	overflow: hidden;
	color: #fff;
}
.promo-contact--small {
	min-height: 400px;
}
.promo-contact__img {
	display: inline-flex;
	align-items: center;
    justify-content: center;
    flex: 0 0 90px;
    max-width: 90px;
    height: 90px;
    background: #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 90px;
}
.promo-contact__img img {
	display: inline-block;
	vertical-align: middle;
	outline: none;
	max-width: 40px;
}
.promo-contact__img--left {
	float: left;
}
.promo-contact-wrap {
	display: flex;
	align-items: flex-end;
	margin-right: -15px;
	margin-left: -15px;
}
.promo-contact-wrap--right {
	float: left;
	margin-left: 105px;
	width: 50%;
}
.promo-contact-wrap__text {
	float: left;
	margin: 0;
	padding: 0 15px;
	width: 58.33333333%;
	font-size: 22px;
	line-height: 140%;
	font-weight: 600;
}
.promo-contact-wrap--right .promo-contact-wrap__text {
	margin: 0;
	width: 100%;
}
.promo-contact-wrap__text h3 {
	margin: 7px 0 30px;
	font-size: 22px;
	line-height: 140%;
	font-weight: 600;
}
.promo-contact-wrap__text p {
	max-width: 350px;
	font-size: 20px;
	line-height: 140%;
	font-weight: normal;
}
.promo-contact-wrap__text p b {
	font-weight: 900;
}
.promo-contact-wrap__text a {
	color: #6363ff;
	text-decoration: underline;
}
.promo-contact-wrap__text a:hover {
	color: #2d2db9;
}
.promo-contact-wrap__btn {
	float: right;
	padding: 0 15px;
	width: 41.66666667%;
	text-align: right;
}

.promo-question {
	display: flex;
	align-items: center;
	height: 560px;
	background: url(../img/cons-img.jpg) no-repeat;
	color: #000;
}
.promo-question-wrap {
	padding: 0 30px;
	max-width: 500px;
}
.promo-question-wrap__title {
	margin: 0 0 22px;
	font-size: 28px;
	line-height: 140%;
	font-weight: 600;
}
.promo-question-wrap__text {
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 140%;
	font-weight: 500;
}
.promo-question-wrap__phone {
	margin: 25px 0 50px 0;
	font-size: 28px;
	line-height: 140%;
	font-weight: 600;
}
.promo-question-wrap__phone a {
	color: inherit;
}
.promo-question-wrap__btn {
	float: right;
	padding: 0 15px;
	width: 41.66666667%;
	text-align: right;
}

.numbers {
	padding: 20px 0 40px;
}
.numbers-imgs {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
	padding: 0 15px;
	height: 600px;
	background: url(../img/giloszuje1.png) 50% 50% no-repeat;
}
.numbers-img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 0;
	opacity: 0;
	transition: all 1s ease;
}
.numbers-img--1 {
	transform: rotate(21.78deg) scale(.2);
	transition-delay: .2s;
}
.numbers-img--2 {
    transform: rotate(-22.42deg) scale(.2);
    transition-delay: .5s;
}
.numbers-img--3 {
    transform: rotate(22.58deg) scale(.2);
    transition-delay: .8s;
}
.numbers-img--4 {
    transform: rotate(-50deg) scale(.2);
    transition-delay: 1.1s;
}
.numbers-imgs._active .numbers-img {
	opacity: 1;
}
.numbers-imgs._active .numbers-img--1 {
	top: 63px;
	left: 155px;
	transform: rotate(-21.78deg) scale(1);
	box-shadow: -5px 14px 20px rgba(0, 0, 0, 0.15);
}
.numbers-imgs._active .numbers-img--2 {
	top: 340px;
    left: 110px;
    transform: rotate(22.42deg) scale(1);
    box-shadow: 10px 15px 20px rgba(0, 0, 0, 0.15);
}
.numbers-imgs._active .numbers-img--3 {
	top: 422px;
    left: 653px;
    transform: rotate(-22.58deg) scale(1);
    box-shadow: -8px 15px 20px rgba(0, 0, 0, 0.15);
}
.numbers-imgs._active .numbers-img--4 {
	top: 100px;
    left: 600px;
    transform: rotate(50deg) scale(1);
}
.numbers-clients {
	position: relative;
	text-align: center;
	color: #4747e2;
}
.numbers-clients__digits {
	font-size: 150px;
	font-weight: bold;
	text-shadow: 0 20px 20px rgba(0,0,0,.15);
}
.numbers-clients__text {
	margin: -35px auto;
	max-width: 350px;
	font-size: 30px;
	line-height: 140%;
	font-weight: bold;
}
.numbers-list {
	margin-right: -15px;
	margin-left: -15px;
}
.numbers-list-item {
	float: left;
	width: calc(100% / 3);
}
.numbers-list-item-wrap {
	margin: 0 auto 40px auto;
	max-width: 170px;
	text-align: center;
}
.numbers-list-item__digits {
	font-size: 60px;
	color: #4747e2;
	text-shadow: 0px 20px 20px rgba(0, 0, 0, 0.15);
	font-weight: bold;
}
.numbers-list-item__text {
	margin: -10px auto 23px auto;
	font-size: 16px;
	font-weight: bold;
	color: #4747e2;
}
.numbers-list-item__info {
	font-size: 14px;
	line-height: 140%;
	font-weight: 600;
}
.numbers-text {
	margin: 50px auto 40px;
	max-width: 370px;
	text-align: justify;
	line-height: 140%;
}

.reviews {
	padding: 70px 0;
	background: #fbfbfb;
	overflow: hidden;
	text-align: center;
}
.reviews .title .btn {
	height: 40px;
    line-height: 40px;
    vertical-align: middle;
    padding: 0 15px;
    font-size: 14px;
    margin-left: 20px;
}
.reviews h3 {
	margin: 0 0 80px;
	font-size: 28px;
	line-height: 140%;
	font-weight: 600;    
}
.reviews-item__img {
	margin: 0 auto 20px;
	border-radius: 100%;
}
.reviews-item__name {
	margin: 0 0 35px;
	font-size: 16px;
	line-height: 140%;
	font-weight: 600;
}
.reviews-item__text {
	position: relative;
	margin: 0 auto;
	padding: 0 15px;
	font-size: 16px;
	line-height: 1.4;
}
.reviews-item__text p {
	margin: 0 0 10px;
}

.reason {
	padding: 70px 0 0;
	margin-bottom: -15px;
	text-align: center;
}
.reason-wrap {
	margin: 0 -15px;
}
.reason-item {
	float: left;
	padding: 0 15px;
	width: calc(100% / 3);
}
.reason-item__title {
	margin: 15px 0 10px;
	font-size: 14px;
	line-height: 120%;
	font-weight: 600;
	color: #0c3056;
}
.reason-item__text {
	margin-bottom: 60px;
	min-height: 90px;
	font-size: 12px;
	line-height: 140%;
}

.news {
	padding: 70px 0;
	background-color: #e5e5e5;
}
.news-wrap {
	margin: 0 -15px;
	text-align: center;
	font-size: 0;
}
.news-item {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 40px;
	padding: 0 15px;
	width: 100%;
	max-width: 300px;
	text-align: left;
}
.news-item-wrap img {
	max-width: 100%;
	height: auto;
}
.news-item__info {
	padding: 20px;
	background: #fff;
}
.news-item__info__title {
	display: table;
	margin: 0 0 20px;
	height: 52px;
	font-size: 14px;
	line-height: 120%;
	color: #000;
	font-weight: 600;
}
.news-item__info__date {
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 12px;
	line-height: 140%;
	color: #4747e2;
}
.news-item__info__text {
	height: 100px;
    font-size: 12px;
    line-height: 140%;
    color: #727272;
}

.contacts {
	padding: 50px 0 70px;
}
.contacts .wrapper {
	padding: 0;
}
.contacts-info {
	display: flex;
	align-items: center;
}
.contacts-info > div {
	padding: 0 15px;
}
.contacts-info__left {
	/*float: left;
	width: 66.66666667%;*/
}
.contacts-info__left > div {
	line-height: 140%;
	font-weight: 500;
}
.contacts-info__left a {
	color: inherit;
}
.contacts-info__left__phone > div {
	float: left;
	width: 50%;
	font-size: 24px;
}
.contacts-info__left__address {
	padding-top: 40px;
	margin-top: 40px;
	border-top: 1px solid #ebebeb;
}
.contacts-info__left__address p {
	float: left;
	padding: 0 20px 20px 0;
	width: 50%;
	font-size: 16px;
}
.contacts-info__right {
	float: right;
	width: 33.33333333%;
}
.contacts-info__right img {
	display: block;
	max-width: 100%;
	height: auto;
}

.interviews {
	position: relative;
	margin: 30px 0;
}
.interviews:before {
	content: '';
	position: absolute;
	top: 0;
	left: -999999px;
	z-index: 5;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(255,255,255,.8);
	transition: opacity .25s ease-out;
}
.interviews._loaded:before {
	left: 0;
	opacity: 1;
}
.interviews-title {
	margin: 0 0 20px;
    font-size: 20px;
    line-height: 140%;
    font-weight: 600;
    color: #252525;
}
.interviews-wrap {
	position: relative;
}
.interviews-wrap:before {
	content: '';
	position: absolute;
	top: 0;
	left: 60px;
	height: 100%;
	border-left: 1px dashed #ebebeb;
}
.interviews-wrap._result:before {
	display: none;
}
.interviews-item input {
	display: none;
}
.interviews-item label {
	position: relative;
	display: block;
	margin-bottom: -1px;
	padding: 20px 20px 20px 80px;
	border: 1px solid #ebebeb;
	cursor: pointer;
}
.interviews-item:first-child label {
	border-radius: 6px 6px 0 0;
}
.interviews-item:last-child label {
	border-radius: 0 0 6px 6px;
}
.interviews-item span {
	position: absolute;
	top: 22px;
	left: 22px;
	width: 16px;
	height: 16px;
	border: 1px solid #d4d4d4;
	border-radius: 100%;
	text-align: center;
	line-height: 16px;
}
.interviews-item label:hover,
.interviews-item input:checked + label {
	background: #fbfbfb;
}
.interviews-item input:checked + label span:before {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	display: block;
	width: 8px;
	height: 8px;
	background: #2385bf;
	border-radius: 100%;
}
.interviews-item._result label {
	padding: 10px 20px;
}
.interviews-item__percent {
	position: relative;	
	margin-top: 8px;
	height: 20px;
}
.interviews-item__percent span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 0%;
	height: 20px;
	background: rgb(35,133,191);
	background: -moz-linear-gradient(left,  rgba(35,133,191,1) 0%, rgba(31,103,165,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(35,133,191,1) 0%,rgba(31,103,165,1) 100%);
	background: linear-gradient(to right,  rgba(35,133,191,1) 0%,rgba(31,103,165,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2385bf', endColorstr='#1f67a5',GradientType=1 );
	border: 0;
	border-radius: 20px;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	font-weight: 500;
	transition: all .5s ease-in-out;
}
.interviews-item__percent span._small {
	text-indent: 120%;
	color: #000;
}
.interviews-btns {
	margin: 20px 0 0;
	text-align: right;
	font-size: 0;
}
.interviews-btn {
	display: inline-block;
	vertical-align: middle;
}
.interviews-btn__result {
    width: 130px;
    height: 45px;
    background: transparent;
    border: 1px solid #2385bf;
    border-radius: 45px;
    text-align: center;
    font-size: 14px;
    line-height: 45px;
    color: #000;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: all .3s ease;
}
.interviews-btn__result:hover {
	background: #2385bf;
	color: #fff;
}
.interviews-btn__vote {
	margin-left: 20px;
    width: 160px;
    height: 45px;
    background: #2385bf;
    border: 0;
    border-radius: 45px;
    text-align: center;
    font-size: 14px;
    line-height: 45px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: all .3s ease;
}
.interviews-btn__vote:hover {
	background: #2ca1e6;
}

.ya-share2__list {
	display: block !important;
	margin: 20px auto !important;
	text-align: center !important;
}
.ya-share2__list li {
	margin: 0 5px !important;
	padding: 0 !important;
}
.ya-share2__list li:after {
	display: none !important;
}

.sitemap {
	margin: 35px 0;
}
.sitemap > li {
    margin: 0 0 60px;
    display: block;
    clear: both;
}
.sitemap > li:after {
    content: '';
    display: table;
    clear: both;
}
.sitemap-title {
    float: left;
    width: 20%;
}
.sitemap-title a,
.sitemap-title p {
    font-size: 18px;
    font-weight: bold;
    color: #151515;
    text-decoration: none;
}
.sitemap-title a:hover {
    color: #f86a23;
}
.sitemap-child {
    float: right;
    margin-top: 7px;
    width: 80%;
    font-size: 0;
}
.sitemap-child li {
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 3);
    padding: 0 10px 0 0;
    margin: 0 0 20px;
}
.sitemap-child li a {
	padding-right: 10px;
    font-size: 13px;
    color: #151515;
}
.sitemap-child li a:hover {
    color: #f86a23;
}

.map {
	width: 100%;
	height: 400px;
}
.map canvas {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(100%);
}

.dark {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(30,30,30,.9);
	z-index: 150;
}
.dark._active {display: block; }
.popup {
	position: absolute;
	left: -999999px;
	margin: 0 0 0 -300px;
	padding: 60px;
	width: 600px;
	background: #fff;
	background-size: auto;
	opacity: 0;
	transition: opacity .15s;
	cursor: default;
}
.popup._active {
	left: 50%;
	opacity: 1;
	z-index: 180;
}
.popup-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	padding: 10px;
	opacity: .8;
	color: #000;
	cursor: pointer;
}
.popup-close svg {
	position: relative;
	display: block;
	width: 24px;
	height: 24px;
	overflow: visible;
}
.popup-close:hover {
	opacity: 1;
}
.popup-title {
	margin: 0 0 15px;
	font-size: 28px;
	line-height: 34px;
	font-weight: 600;
}
.popup-subtitle {
	margin: 0 0 45px;
	max-width: 245px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
}

.bid-row {
	position: relative;
	margin-bottom: 35px;
}
.bid .good {
	text-align: center;
	font-size: 16px;
	color: #32302f;
}
.bid-policy {
	margin-top: 45px;
	font-size: 12px;
	line-height: 15px;
	font-weight: 500;
}
.bid input[type=text] {
	padding: 6px 12px;
	width: 100%;
	height: 48px;
	background: #dadada;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.15);
	font-size: 14px;
	line-height: 1.42857143;
	color: #000;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bid textarea {
	padding: 12px;
	width: 100%;
	height: 140px;
	background: #dadada;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.15);
	font-size: 14px;
	line-height: 1.42857143;
	color: #000;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bid input[type=text]._error,
.bid textarea._error {
	border-color: red;
}
.bid input[type=text]:focus,
.bid textarea:focus {
	background: #fff;
}
.bid .btn {
	border: 0;
}
input[type=text]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #9a9a9a;
}
input[type=text]::-moz-placeholder,
textarea::-moz-placeholder {
	color: #9a9a9a;
}
input[type=text]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #9a9a9a;
}
input[type=text]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #9a9a9a;
}

.foot {
	display: flex;
	align-items: center;
	padding: 10px;
	height: 160px;
	text-align: center;
	font-size: 12px;
}
.foot-wrap {
	display: flex;
	align-items: center;
	margin: 0 -15px;
}
.foot-col {
	float: left;
	padding: 0 15px;
	color: #000;
}
.foot-col--info {
	width: 46%;
}
.foot-col--info p {
	margin: 10px 0;
	font-size: 9px;
	line-height: 140%;
}
.foot-col--info p b {
	font-size: 10px;
	font-weight: 600;
}
.foot-col--info p a {
	color: inherit;
	text-decoration: underline;
}
.foot-col--pay {
	width: 50%;
}
.foot-col--pay img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.foot-col--empty {
	width: 27%;
}

.scroll-up {
	position: fixed;
	bottom: -100px;
	right: 25px;
	z-index: 110;
	width: 45px;
	height: 45px;
	background: #d09300;
	border-radius: 100%;
	opacity: 0;
	text-align: center;
	font-size: 25px;
	line-height: 40px;
	color: #fff;
	cursor: pointer;
	transition: all .8s cubic-bezier(.6,-0.32,.81,.22);
	transform: scale(1);
	filter: alpha(opacity=0);
}
.scroll-up:hover {
	opacity: 1;
	transform: scale(1.1);
}
.scroll-up._active {
	bottom: 100px;
	opacity: .5;
	filter: alpha(opacity=100);
	transition: all .8s cubic-bezier(0.175,0.885,0.32,1.275);
}

@media (max-width: 1200px) {
	.slider h1 {
		max-width: 500px;
	}
}
@media (max-width: 992px) {
	.wrapper {
		max-width: 750px;
	}
	.home .slider {
		display: flex;
		flex-direction: column-reverse;
		height: auto;
	}
	.slider-imgs {
		position: relative;
	}
	.slider h1 {
		max-width: 100%;
	}
	.slider-img--2 {
		position: absolute;
		bottom: 40%;
		margin: 0;
	}
	.slider-img--3 {
		position: absolute;
		bottom: 60%;
		margin: 0;
	}
	.slider--inner {
		flex-direction: column;
	}
	.slider--inner .slider-imgs {
		position: absolute;
		margin-right: 0;
		width: 310px;
		height: 480px;
	}
	.services-list-item-wrap {
		padding: 5px 5px 35px 35px;
		height: 540px;
	}
	.services-list-item__img {
		right: 50%;
		margin-right: -60px;
	}
	.services-list-item__info {
		padding-top: 155px;
	}
	.services-list-item__info h3 {
		padding-right: 0;
		font-size: 20px;
	}
	.necessity-item {
		width: calc(100% / 3);
	}
	.numbers-imgs._active .numbers-img--1 {
		top: 63px;
		left: 49px;
	}
	.numbers-imgs._active .numbers-img--2 {
		top: 355px;
		left: 8px;
	}
	.numbers-imgs._active .numbers-img--3 {
		top: 422px;
		left: 520px;
	}
	.numbers-imgs._active .numbers-img--4 {
		top: 100px;
		left: 493px;	
	}
	.reason-item {
		width: 50%;
	}
	.contacts-info {
		display: block;
	}
	.contacts-info__right,
	.contacts-info__left {
		width: 100%;
	}
	.contacts-info__left__phone > div,
	.contacts-info__left__address p {
		margin: 10px 0;
		padding: 0;
		float: none;
		width: 100%;
	}
	.promo-contact-wrap--right {
		margin-left: 30px;
	}
}
@media (max-width: 768px) {
	.wrapper {
		width: 100%;
	}
	.head-wrap {
		height: 90px;
	}
	.nav-toggle {
		top: 16px;
	}
	.nav-inner {
		padding-top: 100px;
		padding-left: 50px;
	}
	.nav-inner-col {
		width: 50%;
	}
	.nav-inner-col:first-child {
		margin-bottom: 50px;
		width: 100%;
	}
	.nav-inner-col__info li {
		margin-bottom: 7px;
	}
	.nav-inner-col__info li a {
		font-size: 22px;
	}
	.nav-inner-col__service li a .icon {
		display: none;
	}
	.nav-inner-col__service li a .text {
		margin-left: 0;
	}
	.mobile-btn {
		display: block;
		margin-bottom: 20px;
	}
	.home .slider {
		margin-bottom: 20px;
	}
	.slider h1 {
		font-size: 28px;
		line-height: 130%;
	}
	.slider h3 {
		margin-bottom: 10px;
		max-width: 200px;
		font-size: 20px;
		line-height: 24px;
	}
	.slider .btn {
		display: none;
	}
	.slider-imgs {
		position: relative;
		margin-right: 0;
		width: 100%;
		height: auto;
	}
	.slider-img--1 {
		margin-left: auto;
		max-width: 70%;
	}
	.slider-img--2 {
		bottom: 25%;
		margin-right: auto;
		margin-left: 13%;
		max-width: 50%;
	}
	.slider-img--3 {
		bottom: 32%;
		max-width: 27%;
	}
	.slider--inner {
		margin-bottom: 20px;
	}
	.slider--inner .slider-imgs {
		display: flex;
		width: 100%;
		height: 353px;
		text-align: center;
	}
	.panel {
		padding: 17px 0;
		text-align: center;
	}
	.panel-wrap {
		display: block;
	}
	.panel-wrap h1 {
		padding-right: 0;
	}
	.breadcrumbs {
		margin: 25px 0 15px;
	}
	.plus {
		padding: 40px 0;
	}
	.descr,
	.descr p,
	.descr .note,
	.descr .note p {
		font-size: 14px;
	}
	.how {
		padding: 40px 0;
	}
	.how-wrap--top .how-item {
		margin: 0;
		width: 100%;
	}
	.how-wrap--top .how-item + .how-item {
		margin-top: 60px;
	}
	.how-wrap--top .how-item:nth-child(2):before,
	.how-wrap--top .how-item:nth-child(3):before,
	.how-wrap--top .how-item:nth-child(4):before,
	.how-wrap--top .how-item:nth-child(5):before,
	.how-wrap--top .how-item:nth-child(6):before {
		content: '\f175';
		position: absolute;
		top: -45px;
		left: 50%;
		font-family: FontAwesome;
		font-size: 20px;
		color: #888;
	}
	.how-wrap--bottom .how-item {
		width: 100%;
	}
	.how-wrap--bottom .how-item + .how-item {
		margin-top: 60px;
	}
	.how-wrap--bottom .how-item-wrap h4 {
		font-size: 16px;
	}
	.how-wrap--bottom .how-item + .how-item:before {
		top: -70px;
		left: 50%;
		margin-left: -15px;
	}
	/*.price {
		padding: 40px 0;
		background-image: url(../img/price-bg-small.jpg);
		background-size: auto;
		background-position: center top;
		background-repeat: repeat;
	}*/
	.price-item {
		width: 50%;
	}
	.price-item-text {
		display: block;
		height: auto;
	}
	.services-list {
		padding: 40px 0 30px;
		overflow: hidden;
	}
	.services-list-item {
		width: 100%;
	}
	.services-list-item-wrap {
		padding: 5px 5px 50px 60px;
		height: auto;
	}
	.services-list-item__img {
		right: 5px;
		margin-right: 0;
	}
	.services-list-item__info {
		padding-top: 55px;
	}
	.services-list-item__info h3 {
		margin-bottom: 20px;
		padding-right: 107px;
	}
	.services-list-item__info__time {
		margin-bottom: 25px;
	}
	.services-list-item__info__text {
		margin-bottom: 25px;
	}
	.service {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.service .wrapper {
		padding: 0 35px;
	}
	.service-wrap {
		display: block;
	}
	.service-wrap > div {
		float: none;
		width: 100%;
	}
	.service:nth-child(even) .service-img,
	.service:nth-child(even) .service-info,
	.service:nth-child(even) .service-text {
		float: none;
		text-align: left;
	}
	.service-wrap-img {
		margin: 0;
		text-align: center;
	}
	.service-img {
		float: none;
		margin: 25px !important;
	}
	.service-info {
		display: block;
		margin-bottom: 35px;
		padding: 0;
		height: auto;
	}
	.service-info h3 {
		margin-top: 50px;
	}
	.service-info__time {
		font-size: 14px;
	}
	.service-text {
		display: block;
		height: auto;
	}
	.service-text p {
		margin-bottom: 40px;
		font-size: 14px;
		line-height: 140%;
	}
	.service-nav {
		display: none;
	}
	.promo-contact {
		display: block;
		padding: 55px 0 60px;
		min-height: 0;
		text-align: center;
	}
	.promo-contact-wrap {
		display: block;
	}
	.promo-contact-wrap > div {
		float: none;
		width: 100%;
	}
	/*.promo-contact__img {
		margin: 20px 0 40px;
		padding: 35px;
		height: 120px;
		width: 120px;
		text-align: center;
	}
	.promo-contact__img img {
	    transform: scale(.56);
	}*/
	.promo-contact-wrap__text {
		margin: 30px 0 70px;
		text-align: left;
		font-size: 20px;
	}
	.promo-contact-wrap__btn {
		text-align: center;
	}
	.promo-contact-wrap__btn .btn {
		margin-bottom: 20px;
	}
	.numbers {
		padding: 40px 0;
	}
	.numbers-imgs._active .numbers-img--1 {
		top: 3%;
		left: 5%;
	}
	.numbers-imgs._active .numbers-img--2 {
		top: 76%;
		left: 9%;
	}
	.numbers-imgs._active .numbers-img--3 {
		top: 84%;
		left: 60%;
	}
	.numbers-imgs._active .numbers-img--4 {
		top: 10%;
		left: 64%;
	}
	.title {
		margin-bottom: 40px;
		font-size: 24px;
	}
	.title br {
		display: none;
	}
	.reviews {
		padding: 40px 0;
	}
	.reviews-item__text {
		font-size: 16px;
	}
	.reason .wrapper {
		padding: 0 35px;
	}
	.news {
		padding: 40px 0;
	}
	.news-wrap {
		margin: 0;
	}
	.news-item {
		margin: 0 0 20px;
	}
	/*.promo-question {
		display: block;
		padding: 50px 0 420px;
		height: auto;
		background: #69687a url(../img/promo-question-bg-small.jpg) calc(50% + 12px) bottom no-repeat;
		text-align: center;
	}*/
	.promo-question-wrap {
		float: none;
		max-width: 100%;
	}
	.promo-question-wrap__title {
		font-size: 24px;
	}
	.contacts-info__right,
	.contacts-info__left {
		width: 100%;
	}
	.contacts-info__left {
		margin-bottom: 30px;
	}
	.infobar {
		padding: 40px 0;
	}
	.infobar-wrap {
		display: block;
	}
	.infobar-right,
	.infobar-left {
		width: 100%;
		text-align: center;
	}
	.infobar-right {
		margin-top: 30px;
	}
	.promo-contact__img--left {
		float: none;
	}
	.promo-contact-wrap--right {
		float: none;
		margin: 0;
		width: 100%;
	}
	.foot {
		display: block;
		padding-top: 32px;
		padding-bottom: 40px;
		height: auto;
		background-position: center 140%;
	}
	.foot-wrap {
		display: block;
	}
	.foot-col--info p {
		font-size: 12px;
	}
	.foot-col {
		float: none;
		width: 100%;
		text-align: center;
	}
}
@media (max-width: 650px) {
	.plus-item__title {
		max-width: calc(100% - 50px);
		font-size: 12px;
	}
	.promo-question-wrap {
		padding: 0;
	}
	.popup {
		margin: 0;
		padding: 60px 15px;
		width: 100%;
	}
	.popup._active {
		left: 0;
	}
	.nav {
		display: none;
	}
	.nav._active {
		position: absolute;
		top: 90px;
		left: 0;
		z-index: 5;
		display: block;
		width: 100%;
		height: auto;
		background: #fff;
		border: 0;
		box-shadow: 0 20px 20px -10px rgba(0,0,0,.3);
	}
	.nav-wrap {
		padding: 10px 0;
		height: auto;
	}
	.nav-wrap li {
		display: block;
		width: 100%;
		text-align: left;
		line-height: 1;
	}
	.nav-wrap li a {
		display: block;
		padding: 10px 0;
		color: #000;
	}
	.nav-wrap > li > a._active,
	.nav-wrap > li > a:hover {
		background: transparent;
		color: #115884;
	}
	.nav-sub {
	    position: relative;
	    top: auto;
	    left: auto;
	    padding: 0 10px 10px;
	    opacity: 1;
	    box-shadow: none;
	}
	.nav-toggle {
		display: block;
	}
}
@media (max-width: 570px) {
	.head-logo {
		display: none;
	}
	.head-logo.head-logo--mobile {
		display: block;
	}
	.head-logo img {
		max-width: 85%;
	}
	.btn:not(.btn--small):not(.btn--sprint) {
		height: 70px;
		line-height: 70px;
	}
	.head-info li:first-child {
		display: none;
	}
	.head-info__phone {
		font-size: 14px;
	}
	.nav-inner {
		padding-left: 15px;
	}
	.nav-inner-col {
		width: 100%;
	}
	.nav-inner-col:first-child {
		margin-bottom: 35px;
	}
	.nav-inner-col__info li {
		margin-bottom: 12px;
	}
	.nav-inner-col__info li a {
		font-size: 14px;
	}
	.nav-inner-col__service li {
		margin-bottom: 15px;
	}
	.necessity-item {
    	width: 50%;
	}
	.price-item {
		margin-bottom: 10px;
		width: 100%;
		height: 120px;
	}
	.price-item-text__title {
		max-width: 100%;
		min-height: 0;
	}
	.numbers {
		padding-top: 10px;
	}
	.numbers-imgs {
		height: 450px;
		background-size: 80%;
	}
	.numbers-imgs._active .numbers-img--1 {
		transform: rotate(-21.78deg) scale(.5);
	}
	.numbers-imgs._active .numbers-img--2 {
		transform: rotate(22.42deg) scale(.65);
	}
	.numbers-imgs._active .numbers-img--3 {
		top: 83%;
		left: auto;
		right: 0;
		transform: rotate(-22.58deg) scale(.85);
	}
	.numbers-imgs._active .numbers-img--4 {
		transform: rotate(50deg) scale(.65);
	}
	.numbers-clients__digits {
		font-size: 100px;
	}
	.numbers-clients__text {
		margin: -20px auto;
		max-width: 186px;
		font-size: 16px;
	}
	.numbers-list-item {
		width: 100%;
	}
	.reason-item {
		width: 100%;
	}
	.reason-item__title {
		margin-bottom: 15px;
	}
	.reason-item__text {
		margin-bottom: 40px;
		min-height: auto;
	}
	.service {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.service-wrap {
		min-height: auto;
	}
	.service-wrap__btn {
		position: relative;
		bottom: auto;
		left: auto;
		display: table;
		margin: 15px auto 0;
	}
}
@media (max-width: 500px) {
	.wrapper {
		padding: 0 10px;
	}
	.btn {
		font-size: 16px;
	}
	.slider h1 {
		font-size: 24px;
	}
	.slider--inner {
		flex-direction: column-reverse;
	}
	.slider--inner .slider-imgs {
		position: relative;
		height: 290px;
	}
	.slider-imgs__inner {
		transform: translate(0px, 0px) rotate(45deg) scale(.9);
	}
	.slider-imgs__inner img {
		transform: rotate(-45deg) scale(.9);
	}
	.plus-item {
		margin-bottom: 35px;
		width: 100%;
	}
	.plus-item__title {
		font-size: 14px;
		line-height: 17px;
	}
	.service-img {
		transform: translate(0px, 0px) rotate(45deg) scale(.9);
	}
	.service-img img {
		transform: rotate(-45deg) scale(.9);
	}
	.services-list-item-wrap {
		padding: 5px 5px 35px 25px;
	}
	.services-list-item__img {
		right: 50%;
		margin: 35px -60px 0 0;
		transform: translate(0px, 0px) rotate(45deg) scale(.85);
	}
	.services-list-item__info {
		padding-top: 200px;
		padding-right: 20px;
	}
	.services-list-item__info h3 {
		padding-right: 0;
	}
	.descr .img-right,
	.descr .img-left {
		float: none;
		margin: 20px auto;
		max-width: 100%;
		height: auto;
	}
	.necessity-item {
		width: 100%;
	}
	.numbers-clients__digits {
		font-size: 80px;
	}
	.numbers-imgs {
		height: 350px;
	}
	.numbers-imgs._active .numbers-img--1 {
		top: 0;
		left: 0;
		transform: rotate(-21.78deg) scale(.5);
	}
	.numbers-imgs._active .numbers-img--2 {
		top: auto;
		bottom: 0;
		left: 0;
		transform: rotate(22.42deg) scale(.65);
	}
	.numbers-imgs._active .numbers-img--3 {
		top: auto;
		bottom: 6%;
		left: auto;
		right: -25px;
		transform: rotate(-22.58deg) scale(.65);
	}
	.numbers-imgs._active .numbers-img--4 {
		top: 10%;
		left: auto;
		right: 0;
		transform: rotate(50deg) scale(.65);
	}
	.reviews-item__text {
		font-size: 14px;
	}
	.promo-question-wrap__phone {
		font-size: 22px;
	}
	.infobar-left {
		font-size: 16px;
	}
}