@charset "utf-8";
@font-face {
	font-family: 'Circe';
	src: url('../fonts/Circe-Regular.eot');
	src: local('Circe'), local('Circe-Regular'),
		url('../fonts/Circe-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Circe-Regular.woff') format('woff'),
		url('../fonts/Circe-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Circe';
	src: url('../fonts/Circe-ExtraLight.eot');
	src: local('Circe ExtraLight'), local('Circe-ExtraLight'),
		url('../fonts/Circe-ExtraLight.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Circe-ExtraLight.woff') format('woff'),
		url('../fonts/Circe-ExtraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: 'Circe';
	src: url('../fonts/Circe-Thin.eot');
	src: local('Circe Thin'), local('Circe-Thin'),
		url('../fonts/Circe-Thin.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Circe-Thin.woff') format('woff'),
		url('../fonts/Circe-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: 'Circe';
	src: url('../fonts/Circe-Light.eot');
	src: local('Circe Light'), local('Circe-Light'),
		url('../fonts/Circe-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Circe-Light.woff') format('woff'),
		url('../fonts/Circe-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Circe';
	src: url('../fonts/Circe-Bold.eot');
	src: local('Circe Bold'), local('Circe-Bold'),
		url('../fonts/Circe-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Circe-Bold.woff') format('woff'),
		url('../fonts/Circe-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Circe';
	src: url('../fonts/Circe-ExtraBold.eot');
	src: local('Circe ExtraBold'), local('Circe-ExtraBold'),
		url('../fonts/Circe-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Circe-ExtraBold.woff') format('woff'),
		url('../fonts/Circe-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}
@font-face {
    font-family: 'Futura PT Demi';
    src: url('../fonts/FuturaPT-Demi.eot');
    src: local('Futura PT Demi'), local('FuturaPT-Demi'),
        url('../fonts/FuturaPT-Demi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaPT-Demi.woff') format('woff'),
        url('../fonts/FuturaPT-Demi.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPT-Light.eot');
    src: local('Futura PT Light'), local('FuturaPT-Light'),
        url('../fonts/FuturaPT-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaPT-Light.woff') format('woff'),
        url('../fonts/FuturaPT-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

body {
	background: #f7f7f7;
	font-family: 'Circe';
	font-size: 16px;
	line-height: 1.2;
	color: #232323;
}

.page {
	position: relative;
	width: 100%;
	min-height: 100%;
}
.wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1140px;
	min-width: 323px;
	height: 100%;
}
._clear:after {
	content: "";
	display: table;
	clear: both;
}
.privacy-banner {
    padding: 30px 0;
    background: #fff;
    text-align: left;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    opacity: .35;
}
@media (max-width: 650px){
    .privacy-banner {
        padding: 15px 0;
        font-size: 12px;
        line-height: 14px;
    }
}
.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;
}
.btn {
	position: relative;
	display: table;
	margin: 40px auto;
	padding: 16px 40px;
	clear: both;
	overflow: hidden;
	background: transparent;
	border: 1px solid #de2021;
	text-align: center;
	font-size: 16px;
	line-height: 1.2;
	color: #de2021;
}
.btn p {
	position: relative;
	z-index: 1;
}
.btn--white p {
	color: #fff;
}
.btn:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 0%;
	height: 100%;
	background: #de2021;
	transition: all .3s ease-in-out;
}
.btn:hover {
	color: #fff;
}
.btn:hover:before {
	width: 100%;
}
[class*="-map-copyrights-promo"] {
    display: none !important;
}

/* Header block */
.head {
	position: relative;
	margin-bottom: -120px;
	padding: 30px 0;
	height: 450px;
	background-image: url(../img/head-bg.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.head._home {
	height: 650px;
	background-position: 50% 8%;
}
.head:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.65);
}
.head._404 {
	position: absolute;
	width: 100%;
	height: 100%;
}
.head .wrapper {
	z-index: 2;
}
.head-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.head-logo {
	flex: 1;
	min-width: 370px;
}
.head-logo img,
.head-logo p {
	display: inline-block;
	vertical-align: middle;
}
.head-logo img {
	max-width: 69px;
}
.head-logo-text {
	padding: 0 0 0 10px;
	color: #fff;
}
.head-logo-text b,
.head-logo-text span {
	display: block;
}
.head-logo-text b {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}
.head-logo-text span {
	font-size: 13px;
}
.head-city {
	flex: 1;
	text-align: center;
}
.head-city a {
	display: inline-block;
	border-bottom: 1px dotted #fff;
	font-size: 13px;
	line-height: 1;
	color: #fff;
}
.head-city a:hover {
	border-color: transparent;
}
.head-info {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.head-phone {
	margin-right: 30px;
	font-size: 20px;
	color: #fff;
	transition: all .15s ease-out;
}
.head-phone:hover {
	color: #de2021;
}
.head-phone .fa {
	margin-right: 10px;
	color: #de2021;
}
.head-btn {
	position: relative;
	padding: 12.5px 20px;
	overflow: hidden;
	border: 1px solid #de2021;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
.head-btn p {
	position: relative;
	z-index: 1;
}
.head-btn:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 0%;
	height: 100%;
	background: #de2021;
	transition: all .3s ease-in-out;
}
.head-btn:hover:before {
	width: 100%;
}
.head-promo {
	padding: 60px 0 0;
	width: 100%;
	text-align: left;
	font-size: 0;
}
.head-promo h1 {
	margin: 0 auto;
	max-width: 880px;
	text-align: center;
	font-size: 28px;
	color: #fff;
}
.head._home .head-promo {
	padding: 120px 0;
}
.head._home .head-promo h1 {
	font-size: 50px;
}
.head._404 .head-promo {
	padding: 16% 0 0;
	text-align: center;
}
.head._404 .head-promo h1 {
	font-size: 160px;
}
.head._404 .head-promo h2 {
	margin: 0 0 15px;
	font-size: 30px;
	color: #fff;
}
.head._404 .head-promo a {
	font-size: 18px;
	color: #fff;
	text-decoration: underline;
}

/* Content block */
.content {
	position: relative;
	z-index: 2;
	margin: 0 auto;
	padding: 50px;
	overflow: hidden;
	background: #fff;
	box-shadow: 2px 1px 25px 5px rgba(57,62,75,.1);
}
.content--top {
	margin-bottom: 100px;
}
.content-bar {
	position: relative;
	z-index: 2;
	padding: 50px;
	height: 120px;
	background: #fff;
}
.content-bar--home {
	margin: 80px 0 0;
	padding: 0;
	height: auto;
	background: transparent;
}
.content-title {
	color: #252525;
	font-weight: 600;
	font-size: 30px;
	line-height: 28px;
}
.content-title .fa {
	margin-right: 10px;
	font-size: 26px;
	color: #de2021;
}
.content-icon {
	position: absolute;
	z-index: 0;
	display: block;
	background-repeat: no-repeat;
	pointer-events: none;
}
.content-icon--city {
	bottom: 20px;
	right: 20px;
	width: 250px;
	height: 250px;
	opacity: .035;
	background-image: url(../img/city-icon.png);
}

.title {
	margin: 20px 0 65px;
    font-size: 36px;
    line-height: 1;
    color: #252525;
    font-weight: 400;
}
.text {
	margin: 0 0 58px;
	line-height: 26px;
}
.text h1 {
	margin: 20px 0 10px;
	font-size: 36px;
	line-height: 1;
	color: #252525;
	font-weight: 400;
}
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
	margin: 40px 0 10px;
	color: #252525;
	font-weight: 600;
}
.text h2 {
	font-size: 30px;
	line-height: 34px;
}
.text h3 {
	font-size: 26px;
	line-height: 30px;
}
.text h4 {
	font-size: 22px;
	line-height: 26px;
}
.text h5,
.text h6 {
	font-size: 18px;
}
.text blockquote {
	margin: 0 0 20px;
	padding: 10px 20px;
	background: #f7f7f7;
	border-left: 3px solid #de2021;
	text-align: center;
}
.text .info {
	position: relative;
	margin: 0 0 20px;
	padding: 10px 20px 10px 70px;
	background: #e4f5ff;
	border: 1px solid #2385bf;
}
.text .info:before {
	content: 'i';
	position: absolute;
	top: 20px;
	left: 20px;
	display: block;
	width: 23px;
	height: 23px;
	background: #2385bf;
	border-radius: 100%;
	text-align: center;
	font-size: 20px;
	line-height: 25px;
	color: #fff;
	font-weight: 600;
}
.text .info h2,
.text .info h3,
.text .info h4,
.text .info h5,
.text .info h6 {
	margin: 10px 0;
}
.text blockquote p,
.text .info p {
	margin: 10px 0;
}
.text a:not(.btn) {
    color: #2385bf;
    transition: all .15s ease-out;
    text-decoration: underline;
}
.text a:not(.btn):hover {
	text-decoration: none;
	color: #de2021;	
}
.text p {
	margin: 0 0 15px;
}
.text a.btn p {
	margin: 0;
}
.text b,
.text strong {
	font-weight: bold;
}
.text ul,
.text ol {
	margin: 0 0 20px;
	padding-left: 3px;
}
.text li {
	position: relative;
	margin: 0;
	padding-left: 18px;
	list-style-type: none;
}
.text ul > li:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #e03624;
}
.text ol {
	counter-reset: item;
}
.text ol > li:before {
	content: counter(item) ". ";
	counter-increment: item;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	color: #e03624;
}
.text .stitle {
	margin-bottom: 5px;
	font-weight: bold;
}
.text .img-left {
	float: left;
	margin: 0 20px 20px 0;
	max-width: 380px;
}
.text .img-right {
	float: right;
	margin: 0 0 20px 20px;
	max-width: 380px;
}
.text .download {
	position: relative;
	z-index: 1;
	float: right;
	margin: 0 0 20px 20px;
	padding: 20px;
	width: 380px;
	border: 1px solid #ccc;
	text-align: center;
}
.text .download--small {
	padding: 10px;
	width: 300px;
	clear: both;
}
.text .download-title {
	display: block;
	margin-bottom: 30px;
	line-height: 1;
	font-weight: 600;
}
.text .download-wrap {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
}
.text .download-wrap__item {
	display: block;
	margin: 0 10px;
}
.text .download--small .download-wrap__item {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	text-align: left;
}
.text .download-wrap__item:before {
	content: '';
	display: table;
	margin: 0 auto;
	padding-bottom: 10px;
	width: 60px;
	height: 60px;
	background: url(../img/download.svg) 0 0 no-repeat;
}
.text .download--small .download-wrap__item:before {
	margin: 0 10px 0 0;
	padding-bottom: 0;
}
.text .download--small .download-wrap__item span {
	display: inline-block;
}
.text table {
	margin-bottom: 20px;
	width: 100%;
	border-collapse: collapse;
}
.text table tr:first-child {
    background: #2385bf;
    color: #fff;
}
.text table tr:first-child th:last-child,
.text table tr:first-child td:last-child {
	border-right: 0;
}
.text table tr:first-child th,
.text table tr:first-child td {
	padding: 20px 10px;
}
.text table tr:not(:first-child):hover {
    background: #f7f7f7;
    color: #000;
}
.text table th,
.text table td {
	padding: 10px;
	border: 1px solid #2385bf;
	text-align: left;
	line-height: 1;
}
.text table td b,
.text table td strong {
	white-space: nowrap;
}
.text.content--110 table tr td:nth-child(1) {
	width: 40%;
}
.text.content--110 table tr td:last-child {
	white-space: nowrap;
}
.text .company {
	position: relative;
	margin: 40px -25px;
	padding: 5px;
}
.text .company:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	background: #0099f7;
	background: -moz-linear-gradient(left,  #0099f7 0%, #f11712 100%);
	background: -webkit-linear-gradient(left,  #0099f7 0%,#f11712 100%);
	background: linear-gradient(to right,  #0099f7 0%,#f11712 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099f7', endColorstr='#f11712',GradientType=1 );
	opacity: .5;
}
.text .company-wrap {
	position: relative;
	z-index: 2;
	padding: 20px;
	background: #fff;
	box-shadow: 0 0 12px 0 rgb(0 0 0 / 75%);
}
.text .company-wrap h3 {
	margin-top: 0;
}
.text .company-wrap .btn {
	margin-bottom: 0;
}

.address {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	clear: both;
	margin: 20px 0;
	background: #f7f7f7;
	border: 1px solid #ccc;
}
.address-list {
    position: relative;
	flex: 0 0 280px;
	overflow: hidden;
	overflow-y: scroll;
	direction: rtl;
}
.address-list::-webkit-scrollbar {
    width: 2px;
	background: transparent;
}
.address-list::-webkit-scrollbar-thumb {
    background-color: #de2021;
	border-radius: 2px;
}
.address-list::-webkit-scrollbar-track {
    border-width: 0;
}
.address-list-wrap {
	position: absolute;
	width: 100%;
	max-height: 100%;
}
.address-list-wrap a {
	position: relative;
	z-index: 1;
	display: block;
	padding: 10px 15px;
	background: #f7f7f7;
	text-align: left;
	font-size: 13px;
	line-height: 1.2;
}
.address-list-wrap a p {
	display: none;
	margin: 0;
}
.text .address-list-wrap a {
	text-decoration: none;
}
.address-list-wrap a._active {
	margin-right: 0;
	background: #fff;
	color: #de2021;
}
.address-wrap {
	flex-grow: 1;
	padding: 40px;
	background: #fff;
}
.address-wrap-item {
	display: none;
}
.address-wrap-item._active {
	display: block;
}
.address-wrap-item p {
	margin: 0 0 10px;
}
.address-wrap-item table td {
	border: 0;
	padding: 2px 8px;
	font-size: 14px;
}
.address-wrap-item table tr:nth-child(odd) {
	background: #f7f7f7;
}
.address-wrap-item .map {
	width: 100%;
	height: 450px;
}
.address-wrap-item iframe {
	margin: 0 0 10px;
	width: 100% !important;
	border: 0 !important;
}

.faq {
	margin: 20px 0 40px;
}
.faq-item {
	margin-bottom: 20px;
}
.faq-item__title {
	position: relative;
	padding: 10px 20px 10px 50px;
	background: #f7f7f7;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
}
.faq-item__title:before {
	content: '+';
	position: absolute;
	top: 25px;
	left: 20px;
	font-size: 26px;
	line-height: 0;
}
.faq-item__title._active,
.faq-item__title:hover {
	color: #de2021;
}
.faq-item__title._active:before {
	content: '-';
	top: 23px;
	left: 23px;
}
.faq-item__text {
	display: none;
	padding: 20px;
}
.faq-item__text._active {
	display: block;
}

.breadcrumbs {
	margin: 20px 0;
	width: 100%;
	text-align: center;
	font-size: 0;
}
.breadcrumbs li {
	display: inline-block;
	vertical-align: top;
}
.breadcrumbs li a,
.breadcrumbs li span {
	font-size: 14px;
    color: #fff;
    transition: all .25s ease-out;
}
.breadcrumbs li a {
	text-decoration: underline;
}
.breadcrumbs li + li:before {
	content: '/';
	position: relative;
	top: -1px;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
	font-size: 14px;
    color: #fff;
}
.breadcrumbs li a:hover {
	color: #de2021;
	text-decoration: none;
}

.cities {
	margin: 40px 0 0;
	column-count: 5;
	column-gap: 20px;
}
.cities a {
	display: block;
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 1.2;
	color: #2385bf;
	transition: all .15s ease-out;
	text-decoration: underline;
}
.cities a:hover {
	color: #de2021;
	text-decoration: none;
}

.services {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	margin: 40px -10px 120px;
}
.services--bottom {
	margin-bottom: 40px;
}
.services--inner {
	margin: 0 -10px 20px;
}
.services-item {
	flex: 0 0 calc(100% / 3);
	margin-bottom: 20px;
	padding: 0 10px;
}
.services--col--2 .services-item {
	flex: 0 0 calc(100% / 2);
}
.services--col--3 .services-item {
	flex: 0 0 calc(100% / 3);
}
.services--col--4 .services-item {
	flex: 0 0 calc(100% / 4);
}
.services--col--5 .services-item {
	flex: 0 0 calc(100% / 5);
}
.services--col--6 .services-item {
	flex: 0 0 calc(100% / 6);
}
.services--inner.services--col--5 .services-item-wrap,
.services--inner.services--col--6 .services-item-wrap {
	min-height: 70px;
}
.services-gibdd .services-item {
	flex: 0 0 50%;
}
.services-item-wrap {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px;
	height: 100%;
	min-height: 125px;
	background: #fff;
	border: 2px solid transparent;
	box-shadow: 2px 1px 25px 5px rgba(57,62,75,.1);
	transition: all .3s ease-out;
	text-align: center;
	text-decoration: none !important;
}
.services-item-wrap:hover {
	border-color: #de2021;
	box-shadow: none;
}
.services-gibdd .services-item-wrap {
	flex-wrap: wrap;
	padding-left: 140px;
	text-align: left;
}
.services-item__img {
	position: absolute;
	top: 0;
	left: 0;
}
.services-item__noimg {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 121px;
	height: 121px;
	background: #f7f7f7;
}
.services-item__noimg:after {
	content: '';
	display: block;
	width: 50px;
	height: 41px;
	background: url(../img/no-photo.svg) 0 0 no-repeat;
	opacity: .1;
}
.services-item__title {
	font-size: 18px;
	line-height: 1.2;
	color: #232323;
	font-weight: 600;
}
.services-item__address {
	flex: 0 0 100%;
	margin-top: 5px;
	font-size: 14px;
	color: #999;
}
.services-gibdd .services-item__title {
	flex: 0 0 100%;
	font-size: 15px;
}
.services--inner .services-item-wrap {
	min-height: 100px;
}
.services--inner .services-item__title {
	font-size: 16px;
}

.services-form {
	margin: 40px auto;
	padding: 40px;
	max-width: 600px;
	background: #e4f5ff;
	border: 1px solid #2385bf;
}
.services-form-title {
	margin: 0 0 30px;
	font-size: 26px;
    line-height: 30px;
	font-weight: 600;
	color: #252525;
	text-align: center;
}
.services-form form label {
	font-size: 14px;
	margin: 0;
}
.services-form form input[type=text],
.services-form form select {
	margin-bottom: 15px;
	padding: 10px 20px;
	width: 100%;
	height: 44px;
	border: 1px solid #ccc;
	background: #fff;
	font-size: 16px;
	transition: all .25s;
}
.services-form form textarea {
	margin-bottom: 15px;
	padding: 10px 20px;
	width: 100%;
	height: 120px;
	border: 1px solid #ccc;
	background: #fff;
	font-size: 16px;
	resize: none;
	transition: all .25s;
}
.services-form form textarea:focus,
.services-form form textarea._focus {
	height: 120px;
	text-align: left;
}
.services-form form input[type=text]::-webkit-input-placeholder,
.services-form form textarea::-webkit-input-placeholder {
	color: #767676;
}
.services-form form input[type=text]:-ms-input-placeholder,
.services-form form textarea:-ms-input-placeholder {
	color: #767676;
}
.services-form form input[type=text]::-ms-input-placeholder,
.services-form form textarea::-ms-input-placeholder {
	color: #767676;
}
.services-form form input[type=text]._error,
.services-form form select._error,
.services-form form textarea._error {
	border-color: #de2021;
}
.services-form form .btn {
	margin: 40px auto 0;
}
.services-form form .btn p {
	margin: 0;
}

.services-map {
	margin: 0 0 58px;
	width: 100%;
	height: 600px;
}

.gibdd-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.gibdd-top-left {
	flex: 0 0 48%;
}
.gibdd-top-right {
	flex: 0 0 48%;
}
.gibdd-top__panorama iframe {
	width: 100%;
	height: 400;
}
.gibdd-top__img {
	max-width: 100%;
	height: auto;
}
.gibdd-top__noimg {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 500px;
	height: 400px;
	background: #f7f7f7;
}
.gibdd-top__noimg:after {
	content: '';
	display: block;
	width: 200px;
	height: 165px;
	background: url(../img/no-photo.svg) 0 0 no-repeat;
	opacity: .1;
}
.gibdd-top__props li {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 15px 0;
	border-bottom: 1px solid #f7f7f7;
	line-height: 1.2;
}
.gibdd-top__props li:after {
	display: none;
}
.gibdd-top__props li b {
	flex: 0 0 40%;
	font-weight: 600;
}
.gibdd-top__props li span {
	flex: 1;
	padding-left: 20px;
	display: block;
}
.gibdd-map {
	margin: 40px 0;
	width: 100%;
	height: 400px;
}
.gibdd-route {
	margin: 40px 0;
}
.gibdd-more {
	margin: 80px 0 0;
}
.gibdd-services {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	margin: 20px 0 60px;
}
.gibdd-services-item {
	flex: 0 0 48%;
	margin-bottom: 40px;
	padding: 20px;
	border: 1px solid #ccc;
}
.gibdd-services-item:nth-child(2n) {
	margin-left: 4%;
}
.gibdd-services-item__title {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
}

.tags {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0 -5px 40px;
}
.tags a {
	display: block;
	margin: 0 5px 10px;
	padding: 8px 16px;
	background: #f7f7f7;
	font-size: 14px;
	color: #232323 !important;
	text-decoration: none !important;
	transition: all .15s ease-out;
}
.tags a:hover {
	background: #dadada;
}

.blog {
	position: relative;
	margin: 80px 0;
	padding: 60px 0;
	background: #fff;
}
.blog h2 {
	margin: 0 0 40px;
	text-align: center;
	font-size: 32px;
	line-height: 36px;
	font-weight: 600;
}
.blog-wrap {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.blog-item {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 50px;
	width: 49%;
	overflow: hidden;
	background: #fff;
	transition: all .3s ease-out;
	text-decoration: none !important;
}
.blog-item--inner {
	margin-bottom: 2%;
	border: 2px solid transparent;
    background: #f7f7f7;
}
.blog-item__img {
	flex: 0 0 150px;
	margin: 0 30px 0 0;
}
.blog-item-descr__title {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 600;
	color: #2385bf;
}
.blog-item-descr__text {
	font-size: 14px;
	line-height: 1.4;
	color: #232323;
}
.blog-item:hover {
	z-index: 2;
	box-shadow: 2px 1px 25px 5px rgba(57,62,75,.1);
}
.blog-item:hover .blog-item-descr__title {
	color: #de2021;
}
.blog-item--inner:hover {
    border-color: #de2021;
    box-shadow: none;
}

.reviews {
	position: relative;
	margin: 80px 0;
}
.reviews h2 {
	margin: 0 0 40px;
	text-align: center;
	font-size: 32px;
	line-height: 36px;
	font-weight: 600;
}
.reviews-list-item {
	display: block;
	margin: 0 0 20px;
	padding: 20px;
	width: 100%;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 2px 8px -2px rgba(57,62,75,.1);
	transition: all .3s ease-out;
}
.reviews-list-item__title {
	margin: 0 0 15px;
	font-size: 15px;
	font-weight: 600;
}
.reviews-list-item__text {
	font-size: 14px;
}

.map {
	width: 100%;
	height: 900px;
}

/* Popup */
.dark {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(0,0,0,.83);
	z-index: 150;
}
.dark._active {display: block; }
.popup {
	position: absolute;
	left: -999999px;
	margin: 0 0 0 -250px;
	display: none;
	padding: 40px;
	width: 500px;
	background: #fff;
	opacity: 0;
	transition: opacity .15s;
	cursor: default;
}
.popup._active {
	left: 50%;
	opacity: 1;
	display: block;
	z-index: 180;
}
.popup-close {
	position: absolute;
    top: 20px;
	right: 20px;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background: url(../img/close.png) 0 0 no-repeat;
    cursor: pointer;
}
.popup-title {
	margin: 0 0 30px;
	font-size: 22px;
}
.popup-form button {
	margin: 30px auto 0;
	background: transparent;
}
.popup-form label {
	font-size: 13px;
	margin: 0;
}
.popup-form input[type=text],
.popup-form select {
	margin-bottom: 15px;
	padding: 10px 20px;
	width: 100%;
	height: 44px;
	border: 1px solid #ccc;
	background: #fff;
	font-size: 16px;
	transition: all .25s;
}
.popup-form textarea {
	margin-bottom: 15px;
	padding: 10px 20px;
	width: 100%;
	height: 120px;
	border: 1px solid #ccc;
	background: #fff;
	font-size: 16px;
	resize: none;
	transition: all .25s;
}
.popup-form textarea:focus,
.popup-form textarea._focus {
	height: 120px;
	text-align: left;
}
.popup-form input[type=text]::-webkit-input-placeholder,
.popup-form textarea::-webkit-input-placeholder {
	color: #767676;
}
.popup-form input[type=text]:-ms-input-placeholder,
.popup-form textarea:-ms-input-placeholder {
	color: #767676;
}
.popup-form input[type=text]::-ms-input-placeholder,
.popup-form textarea::-ms-input-placeholder {
	color: #767676;
}
.popup-form input[type=text]._error,
.popup-form select._error,
.popup-form textarea._error {
	border-color: #de2021;
}
.popup-form__policy {
	margin: 51px 0 42px;
	font: 14px/17px Lato-Regular;
	color: #848484;
}

.callback-form {
	margin: 40px 0;
	padding: 40px;
	width: 100%;
	background: #e4f5ff;
	border: 1px solid #2385bf;
}
.callback-form-title {
	margin: 0 0 30px;
	font-size: 26px;
    line-height: 30px;
	font-weight: 600;
	color: #252525;
	text-align: center;
}
.callback-form-wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.callback-form-wrap input[type=text] {
	padding: 10px 20px;
	flex: 0 0 35%;
	width: 100%;
	height: 44px;
	border: 1px solid #ccc;
	background: #fff;
	font-size: 16px;
	transition: all .25s;
}
.callback-form-wrap input[type=text]._error {
	border-color: #de2021;
}
.callback-form-wrap .btn {
	margin: 0;
	padding: 0 40px;
	flex: 0 0 25%;
	height: 44px;
}
.callback-form-wrap .btn p {
	margin: 0;
}

.feedback {
	background: #2385bf;
}
.feedback-wrap {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 50px 0;
}
.feedback-text {
	padding-right: 20px;
}
.feedback-text__title {
	font-size: 50px;
	font-weight: 600;
	color: #fff;
}
.feedback-text__subtitle {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}
.feedback-btn {
	margin: 0;
	border-color: #fff;
	color: #fff;
	white-space: nowrap;
}
.feedback-btn:hover {
	border-color: #de2021;
}

/* Footer block */
.foot {
    padding: 40px 0;
    background: #143344;
}
.foot-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.foot-copy {
	font-size: 14px;
	line-height: 1.4;
	color: #c5c5c5;
}
.foot-copy b {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}
.foot-phone {
	display: inline-block;
	padding: 0 40px;
	white-space: nowrap;
	font-size: 20px;
	color: #fff;
	transition: all .15s ease-out;
}
.foot-phone:hover {
	color: #de2021;
}
.foot-phone .fa {
	margin-right: 10px;
	color: #de2021;
}
.foot-nav {
	display: flex;
}
.foot-nav li {
	padding-left: 20px;
}
.foot-nav li a {
	font-size: 14px;
	color: #fff;
	text-decoration: underline;
}
.foot-nav li a:hover {
	color: #de2021;
	text-decoration: none;
}

@media (max-width: 1024px) {
	.cities {
    	column-count: 4;
	}
	.blog-item {
		padding: 20px;
	}
	.blog-item__img {
		margin-right: 20px;
	}
	.services-gibdd .services-item__title {
		font-size: 14px;
	}
}
@media (max-width: 992px) {
	.head._home {
	    height: 560px;
	    background-position: 100% 100%;
	}
	.head .head-promo,
	.head._home .head-promo {
	    padding: 80px 0;
	}
	.head._home .head-promo h1,
	.feedback-text__title {
		font-size: 34px;
	}
	.head-phone {
		font-size: 16px;
	}
	.callback-form-wrap {
		flex-wrap: wrap;
	}
	.callback-form-wrap input[type=text] {
		flex: 0 0 48%;
	}
	.callback-form-wrap .btn {
		flex: 0 0 161px;
		margin: 40px auto 0;
		width: 161px;
	}
}
@media (max-width: 850px) {
	.head-city {
		position: absolute;
		top: 60px;
		left: 98px;
	}
	.content {
		padding: 30px;
	}
	.cities a {
		font-size: 15px;
	}
	.blog-wrap {
		flex-wrap: wrap;
	}
	.blog-item {
		width: 100%;
	}
	.services--inner .services-item {
		flex: 0 0 calc(100% / 3);
	}
	.services-gibdd .services-item {
		flex: 0 0 100%;
	}
}
@media (max-width: 768px) {
	.head {
		margin-bottom: -70px;
		height: 400px;
	}
	.head._home {
	    height: 472px;
	    background-position: 83% 50%;
	}
	.head-phone {
		position: absolute;
		top: -2px;
		right: 15px;
		margin: 0;
	}
	.head-btn {
		position: absolute;
		top: 26px;
		right: 15px;
	}
	.text {
		font-size: 15px;
		line-height: 1.2;
	}
	.text li {
		margin-bottom: 10px;
	}
	.text ul > li:after {
		top: 6px;
	}
	.text .download {
		float: none;
		margin-left: 0;
		width: 100%;
	}
	.text blockquote p.title {
		font-size: 30px;
	}
	.text .sp-block-table {
		overflow: hidden;
		overflow-x: auto;
	}
	.text .sp-block-table table {
		min-width: 650px;
	}
	.faq-item__title {
		font-size: 15px;
	}
	.address {
		flex-wrap: wrap;
	}
	.address-list {
		flex: 0 0 100%;
		height: 231px;
	}
	.address-list._overflow {
		height: auto;
		overflow-y: unset;
	}
	.address-list._overflow .address-list-wrap {
		position: relative;
	}
	.address-list-wrap a p {
		display: block;
	}
	.address-wrap {
		flex: 0 0 100%;
	}
	.content-bar {
	    padding: 24px 30px;
	    height: 70px;
	}
	.cities {
    	column-count: 3;
	}
	.services {
		margin-left: -10px;
		margin-right: -10px;
	}
	.services-item {
		flex: 0 0 50%;
		padding: 0 10px;
	}
	.services-item-wrap {
		min-height: 85px;
	}
	.services-gibdd .services-item-wrap {
		min-height: 125px;
	}
	.callback-form-wrap input[type=text] {
		flex: 0 0 100%;
		margin-bottom: 15px;
	}
	.callback-form-wrap .btn {
		flex: 0 0 161px;
		margin: 40px auto 0;
		width: 161px;
	}
	.foot {
		padding: 20px 0;
	}
	.foot-wrap {
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}
	.foot-copy {
		flex: 0 0 100%;
	}
	.foot-phone {
		padding: 20px 0;
	}
	.foot-nav {
		flex: 0 0 100%;
		justify-content: center;
		flex-wrap: wrap;
		margin: 0;
		padding: 0;
	}
	.foot-nav li {
		flex: 0 0 100%;
		margin: 4px 0;
		padding: 0;
	}
}
@media (max-width: 650px) {
	.head-logo {
		position: absolute;
		top: -2px;
		left: 15px;
		min-width: auto;
		text-align: center;
	}
	.head-logo img,
	.head-logo p {
		display: inline-table;
	}
	.head-logo img {
		max-width: 50px;
	}
	.head-logo p {
		margin: 7px 0 0;
		padding: 0;
	}
	.head-logo p b {
		font-size: 14px;
	}
	.head-logo p span {
		display: none;
	}
	.head-city {
		top: 75px;
		left: 31px;
	}
	.head .head-promo,
	.head._home .head-promo {
	    padding: 135px 0 35px 0;
	}
	.head .head-promo h1,
	.head._home .head-promo h1,
	.feedback-text__title {
	    font-size: 24px;
	}
	.feedback-text__subtitle {
		font-size: 16px;
	}
	.text .img-left,
	.text .img-right {
		float: none;
		display: block;
		margin: 0 auto 20px;
		max-width: 100%;
		height: auto;
	}
	.address-list-wrap a {
		padding: 10px 15px;
	}
	.address-wrap {
		padding: 17px;
	}
	.services--inner .services-item {
		flex: 0 0 calc(100% / 2);
	}
}
@media (max-width: 550px) {
	.btn {
		margin: 20px auto;
		padding: 12px 28px;
	}
	.head._home {
	    background-position: 70% 50%;
	}
	.head-logo p b {
		font-size: 12px;
	}
	.head-phone {
		font-size: 14px;
	}
	.head-btn {
	    padding: 12.5px 16px;
	    font-size: 13px;
	}
	.text h2 {
	    font-size: 24px;
	    line-height: 28px;
	}
	.text h3 {
		font-size: 22px;
		line-height: 26px;
	}
	.text h4,
	.text h5,
	.text h6 {
		font-size: 18px;
		line-height: 22px;
	}
	.text blockquote p.title {
		font-size: 24px;
	}
	.text table th,
	.text table td {
		padding: 4px;
		font-size: 11px;
	}
	.content--top {
		margin-bottom: 60px;
	}
	.content-title {
		font-size: 24px;
	}
	.content-icon--city {
		display: none;
	}
	.services-item__title {
		font-size: 16px;
	}
	.services-gibdd .services-item__title,
	.services-gibdd .services-item__address {
		font-size: 12px;
	}
	.cities {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		margin: 20px 0 0;
    	column-count: unset;
    	column-gap: 0;
    	text-align: center;
	}
	.cities a {
		flex: 0 0 49%;
		margin-bottom: 8px;
		padding: 8px;
		border: 1px solid #2385bf;
		text-decoration: none;
	}
	.blog {
		margin: 60px 0;
		padding: 30px 0;
	}
	.reviews {
		margin: 60px 0;
	}
	.feedback-wrap {
		flex-wrap: wrap;
		justify-content: center;
		padding: 50px 0 30px;
		text-align: center;
	}
	.feedback-text {
		padding-right: 0;
	}
	.popup._active {
		left: 0;
		width: 100%;
		margin: -70px 0 0 0;
	}
}
@media (max-width: 450px) {
	.content {
		padding: 30px 15px;
	}
	.text h2,
	.text h3,
	.text h4,
	.text h5,
	.text h6 {
		font-size: 20px;
		line-height: 24px;
	}
	.text table th:nth-child(even),
	.text table td:nth-child(even) {
		white-space: normal;
	}
	.content-bar {
		background: #f7f7f7;
		text-align: center;
	}
	.content-title .fa {
		font-size: 20px;
	}
	.content-title {
	    font-size: 18px;
	}
	.text blockquote p.title {
	    font-size: 20px;
	}
	.services {
		margin-top: 20px;
	}
	.services--inner {
		margin-top: 0;
	}
	.services-item,
	.services--inner .services-item {
		flex: 0 0 100%;
	}
	.services-item-wrap,
	.services--inner .services-item-wrap {
		min-height: 60px;
	}
	.cities {
		padding-right: 15px;
		max-height: 432px;
		overflow-y: auto;
	}
	.cities::-webkit-scrollbar {
	    width: 2px;
		background: transparent;
	}
	.cities::-webkit-scrollbar-thumb {
	    background-color: #de2021;
		border-radius: 2px;
	}
	.cities::-webkit-scrollbar-track {
	    border-width: 0;
	}
	.cities a {
		flex: 0 0 100%;
	}
	.blog-item__img {
	    margin-right: 15px;
	    max-width: 55px;
	    height: auto;
	}
	.blog-item-descr__title {
		margin-bottom: 10px;
	}
}