/*Gresbi.css-2019-created by Andrey Naranovich*/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap&subset=cyrillic');
@font-face {
	font-family: 'Days';
	src: url('fonts/Days.eot?#iefix') format('embedded-opentype'),  url('fonts/Days.otf')  format('opentype'),
	url('fonts/Days.woff') format('woff'), url('fonts/Days.ttf')  format('truetype'), url('fonts/Days.svg#Days') format('svg');
	font-weight: normal;
	font-style: normal;
	/** display text if font is not loaded **/
	font-display: swap;
}
@font-face {
    font-family: 'TT Days Sans';
    src: url('fonts/subset-TTDaysSans-Black.eot');
    src: url('fonts/subset-TTDaysSans-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/subset-TTDaysSans-Black.woff2') format('woff2'),
        url('fonts/subset-TTDaysSans-Black.woff') format('woff'),
        url('fonts/subset-TTDaysSans-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

body{
	font-family: 'Roboto', sans-serif;
	line-height: 36px;
	font-size: 18px;
	width: 100%;
	color: #2B2F43;
	background: #fff;
	font-weight: normal;
	overflow-x: hidden;
}
body.no_scroll,
body.no_scroll .pagewrapper{
	overflow-y: hidden;
	height: 100%;
}

p{
	max-width: 800px;
	margin: 36px 0;
}
b, strong{
	font-weight: 700;
}
a,
.btn,
.more,
#hum span,
.accordion_block header{
	color: #0D3A8A;
	text-decoration: none;
}
a:hover, .more:hover,
.news_ctn:hover .news_title,
.news_ctn:hover .more,
#hum:hover span,
.accordion_block header:hover,
.project_list_ctn:hover .title{
	color:#216AEC;
}
h1, h2{
	margin-top: 50px;
}
h1{
	font-size: 38px;
	line-height: 50px;
	text-shadow: 0 16px 25px rgba(56,64,79,0.16);
}
h2{
	font-size: 30px;
	line-height: 40px;
}

input, textarea{
	border: none;
	width: 100%;
	outline: none;
	background:none;
}
input,
textarea{
	padding:14px 0;
	font-family: 'Roboto', sans-serif;
	line-height: 1;
	margin: 0;
}
textarea{
	height: 100px;
	margin-top:10px;
}
blockquote{
	font-style: italic;
}
hr{
	margin:100px 0;
}

.flex{
	display: flex;
	flex-wrap: wrap;
}

.col_4{
	display: block;
	width: 25%;
	float: left;
}
.col_2{
	width: 50%;
	float: left;
}
.pad_r{
	padding-right: 50px;
}
.clear{
	clear: both;
}

/*transitions*/
.btn, a,
.messenger,
.messenger svg.white,
a.main span,
.input_wrapper div,
.news_title,
.more,
.accordion_description,
#hum span, #hum div, #hum div:after, #hum div:before,
.project_list_ctn .title,
.select_options .option,
.point:before,
.point:after{
	transition: all 0.3s ease-in-out;
}

/*radius*/
.lang_ctn span,
.pagination span,
.social_links a,
.messenger,
.messenger:after,
.sidebar nav a.active:before,
.accordion_icon,
.route div:before,
.static_ctn ul li:before,
.content_w_aside ul li:before,
.point:after,
.point:before,
.rezonans_ctn ul li:before{
	border-radius: 100%;
}
/*fonts*/
h1, h2,
.news_title,
.btn,
.lang_ctn a,
.lang_ctn span,
.cta_into header,
.pagination a, .pagination span,
.main_menu,
#hum span,
#main_menu_full a.main,
.title,
.vacancy_offer,
.red_block,
.weight,
.project_description header,
.project_spec_block header,
.project_spec_bold,
.service_block,
.timeline_date_ctn .date,
.map_tooltip_ctn header{
	font-family: 'TT Days Sans', sans-serif;
}


.btn{
	display: inline-block;
	padding: 18px 30px;
	border: 1px solid #0D3A8A;
	box-sizing: border-box;
	line-height: 1;
	text-decoration: none;
	background: none;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.btn:hover{
	border-color: #1350BC;
	color: #216AEC;
}
.primary{
	background-color: #0D3A8A;
	color: #DAE7FF;
	box-shadow: 0 10px 20px 0 rgba(37,100,213,0.50);
}
.btn.primary:hover{
	background: #1350BC;
	box-shadow: 0 10px 20px 0 rgba(39,117,255,0.50);
	color: #DAE7FF;
}
.btn.primary_dark{
	background-color: #fff;
}
.btn.primary_dark:hover{
	color: #216AEC;
}
.btn.dark{
	border-color: #fff;
	color: #fff;
}
.right_nav{
	width: 100px;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}
.lang_ctn{
	width: 40px;
	margin: auto;
	position: absolute;
	bottom: 110px;
	left: 0;
	right: 0;
}
.lang_ctn a, .lang_ctn span,
.pagination a, .pagination span{
	color: #8FA4C9;
	font-size: 10px;
	display: block;
	text-align: center;
	text-decoration: none;
	width: 29px;
	height: 29px;
	line-height: 2.9;
	margin: 7px auto;
}
.lang_ctn a:hover,
.pagination a:hover{
	color: #1350BC;
}
.lang_ctn span,
.pagination span{
	border: 1px solid #0D3A8A;
	color: #0D3A8A;
}
.pagewrapper{
	width: calc(100% - 99px);
	background: #fff;
	position: relative;
	z-index: 2;
}
.into{
	padding: 0 3% 0 9%;
}
.max_img{
	margin: 0 0 0 -13.3%;
	right: -3% !important;
	padding: 0;
	position: relative;
}
.max_img img{
	width: 100%;
}
.date{
	font-size: 12px;
	color: #9497A4;
}
.more{
	font-size: 14px;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}
.more svg{
	fill:#FF2126;
	height: 8px;
	width: 16px;
	margin-left: 7px;
}
.more:hover svg,
.news_ctn:hover .more svg{
	fill: #1350BC;
}
.news_ctn_wrapper{
	padding-top: 60px;
}
.news_ctn{
	text-decoration: none;
	margin: 20px 0;
	position: relative;
	padding-bottom: 50px;
}

.news_ctn .more{
	position: absolute;
	bottom: 0;
}
.news_title{
	color:#2B2F43;
	line-height: 25px;
}

.cta_wrapper{
	position: relative;
	width: 75%;
}
.cta_wrapper:before{
	content: '';
	position: absolute;
	border:1px solid red;
	height: 100px;
	width: 84%;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: auto;
	box-shadow: 0 30px 50px 0 rgba(37,100,213,0.3);
}
.cta{
	margin: 100px 0;
	padding: 70px 50px 70px 0px;
	position: relative;
	overflow: hidden;
	background: #0D3A8A;
	color: #fff;
}
.cta_into{
	padding-left: 35%;
}
.cta_into header{
	font-size: 30px;
	line-height: 40px;
	color: #fff;
}
.cta .btn{
	margin-top: 30px;
}
.cta .svg,
.modal_message .svg{
	position: absolute;
	width: 50%;
	height: 330px;
	top:-100%;
	bottom: -100%;
	left: -180px;
	margin: auto;
}
.cta p{
	margin-bottom: 0;
}

.svg.white{
	fill: #fff;
	padding: 0;
}
.svg.dark{
	fill:#E6E8F3;
	padding: 0;
}
#footer{
	color: #A3A4AD;
	line-height: 20px;
	font-size: 12px;
	padding-bottom: 150px;
}
#footer .col_4, #footer .col_2{
	align-items: center;
	display: flex;
	height: 63px;
}
.footer_logo{
	background: url(../images/logo_footer.svg) left center no-repeat;
	height: 63px;
}
.footer_logo div{
	margin: 0 50px 0 88px;
}
.pagination{
	margin: 100px 0 0 25%;
	padding: 30px 0;
}
.pagination div{
	margin: 0 30px;
}

.pagination a, .pagination span{
	display: inline-block;
	margin: 0 10px 0 0;
}

.page_header,
.pagination,
.accordion_description,
.accordion_icon,
.accordion_block.active{
	background-color: #F5F6FB;
}

.page_header{
	position: relative;
	overflow: hidden;
}

.page_header h1,
.bread_crumbs,
.content_w_aside,
.project_description{
	margin-left: 25%;
}

.page_header h1{
	margin-top: 20px;
	margin-bottom: 70px;
}
.page_header.custom{
	color: #fff;
	padding: 100px 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.page_header.custom h1{
	margin: 0;
}
.page_header.custom p{
	max-width: 540px;
}

.bread_crumbs{
	color: #585D78;
	font-size: 12px;
	margin-top: 20px;
	margin-right: 30px;
	display: flex;
	align-items: center;
}
.bread_crumbs a:after{
	content: '';
	background:#9095B2;
	height: 1px;
	width: 23px;
	display: inline-block;
	margin: 0 10px;
	margin-bottom: 2px;
	opacity: 0.4;
}
.bread_crumbs span{
	max-width: 250px;
	text-overflow: ellipsis;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
}

.page_header .svg{
	position: absolute;
	top:-100%;
	bottom: -100%;
	height: 500px;
	width: 500px;
	left: -100px;
	margin: auto;
}
.page_header .into{
	position: relative;
}
#header {
	width: calc(100% - 100px);
	position: relative;
	z-index: 0;
}
#header .logo{
	padding: 20px 0;
	left: 9%;
	position: absolute;
}
.main_menu, #hum span{
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
}
.main_menu{
	text-align: right;
	margin-right:160px;
	float: right;
}
.main_menu a,
#hum span{
	padding: 28px 20px;
	display: inline-block;
}
.main_menu a{
	position: relative;
}
.main_menu a.active:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 18px;
	height: 2px;
	right: 18px;
	background:#FF2126;
}

#hum{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: auto;
	height: 92px;
	cursor: pointer;
}
#hum:after{
	content: '';
	background:#DBDEE3;
	left: -120px;
	top:15px;
	bottom: 15px;
	width: 1px;
	position: absolute;
}
#hum span{
	right: 80px;
	position: absolute;
}
#hum div, #hum div:after, #hum div:before{
	height: 3px;
	width: 20px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background:#0D3A8A;
	position: absolute;
	content: '';
}
#hum div:after{
	top: -12px;
	border-top-left-radius: 5px;
}
#hum div:before{
	bottom: -12px;
	width: 10px;
	left: -10px;
	border-bottom-right-radius: 5px;
}
#hum:hover div, #hum:hover div:after, #hum:hover div:before{
	background-color: #216AEC;
}
#hum:hover div:after{
	width: 10px;
	transform: translateX(5px);
}
#hum:hover div:before{
	width: 20px;
	transform: translateX(5px);
}

.social_links a{
	display: block;
	border: 1px solid #E1E3EB;
	width: 38px;
	height: 38px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 44%;
	margin-right: 20px;
}
.ic_facebook{
	background-image: url(../images/ic_facebook.svg);
}
.ic_linkedin{
	background-image: url(../images/ic_linkedin.svg);
}
.ic_instagram{
	background-image: url(../images/ic_insta.svg);
}
.messenger{
	background: #0D3A8A;
	box-shadow: 0 10px 20px 0 rgba(37,100,213,0.50);
	display: block;
	width: 42px;
	height: 42px;
	position: absolute;
	bottom: 40px;
	left:0;
	right: 0;
	margin: auto;
	cursor: pointer;
}
.messenger:after{
	content: '';
	position: absolute;
	top: -7px;
	bottom: -7px;
	left: -7px;
	right: -7px;
	border: 1px solid #0D3A8A;
	margin: auto;
	opacity: 0.4;
}
.messenger:hover{
	background: #1350BC;
	box-shadow: 0 10px 20px 0 rgba(39,117,255,0.50);
}
.messenger:hover svg.white{
	fill: #fff;
}
.messenger svg.white{
	height: 16px;
	width: 16px;
	fill: #DAE7FF;
	margin: auto;
	left: 0;
	right: 0;
	top: 2px;
	bottom: 0;
	position: absolute;
}

.modal{
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	overflow-y: scroll;
	background: rgba(245,246,251,0.80);
}
.modal.active{
	display: block;
	z-index: 999;
}
.modal_right{
	top:0;
	right: 0;
	width: 100%;
	max-width: 600px;
	min-height: 100%;
	color: #fff;
	position: absolute;
	overflow: hidden;
}
.modal_right .modal_into,
.modal_right .modal_head{
	z-index: 2;
	position: relative;
}
#main_menu_full.active .modal_right:after,
.mess_anima{
	content: '';
	position: absolute;
	background: red;
	width: 90px;
	height: 90px;
	right: 3px;
	top: 3px;
	border-radius: 100%;
	animation: x 0.7s ease-in;
	z-index: 1;
	background:#0D3A8A;
	transform: scale(30);
}
#main_menu_full.active .modal_right .modal_into,
#messenger_modal.active .modal_right .modal_into{
	animation: x_nav 1s ease-out;
}
.mess_anima{
	margin-top: -20px;
}
@keyframes x{
	0%{
		transform: scale(0);
	}
	100%{
		transform: scale(25);
	}
}
@keyframes x_nav{
	0%{
		opacity: 0;
		transform: translateY(30px);
	}
	50%{
		opacity: 0;
		transform: translateY(30px);
	}
	100%{
		opacity: 1;
		position: fixed;
	}
}
#main_menu_full a{
	color: #fff;
	display: block;
	font-size: 18px
}
#main_menu_full a.cat{
	font-family: 'Roboto', sans-serif;
	color: #709AE3;
}
#main_menu_full a.cat:hover{
	color: #c2d4f3;
}
#main_menu_full nav{
	padding-left: 45px;
	padding-bottom: 40px;
}
a.main{
	text-transform: uppercase;
	letter-spacing: 1.8px;
	position: relative;
	padding: 7px 0;
	opacity: 0.8;
}
a.main:hover{
	opacity: 1;
}
a.main:hover span{
	color: #fff;
}
a.main span{
	position: absolute;
	left: -45px;
	top: 7px;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #709AE3;
}
a.main.active{
	opacity: 0.3;
}

.modal_into{
	padding: 40px 100px;
}
.modal_head{
	display: flex;
	width: 100%;
	align-items: center;
}
.modal_head .title{
	width: calc(100% - 140px);
	padding: 0 30px;
}
.close{
	height: 80px;
	width: 80px;
	position: relative;
	cursor: pointer;
}
.close:after,
.close:before{
	width: 20px;
	height: 3px;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background:#fff;
	margin: auto;
	transform: rotate(45deg);
	transition: all 0.3s ease-in-out;
}
.close:before{
	transform: rotate(-45deg);
}
.close:hover:after{
	transform:rotate(-45deg);
}
.close:hover:before{
	transform:rotate(-135deg);
}


.input_wrapper{
	position: relative;
	margin-bottom: 30px;
	border-bottom: 1px solid #8FA4C9;
	color: #585D78;
}
.input_wrapper.dark{
	color: #fff;
}
.input_wrapper.error{
	border-color: #FF2126;
}

.input_wrapper .input:focus ~ div:last-child,
.input_wrapper.active .input ~ div:last-child{
	transform: translate(0, 20px);
	opacity: 0;
}
.input_wrapper .input:focus ~ div.it_first,
.input_wrapper.active .input ~ div.it_first{
	transform: translate(0, 10px);
	opacity: 1;
	transition-delay: 0.3s;
}
.input_wrapper .input{
	z-index: 2;
	position: relative;
}
.input_wrapper.dark .input{
	color: #fff;
}
.input_wrapper.error div.it_first,
.input_wrapper.error input,
.input_wrapper.error div{
	color: #FF2126;
}
.input_wrapper div.it_first{
	opacity: 0;
	font-size: 14px;
	top: -32px;
	color: #8FA4C9;
}
.input_wrapper div{
	position: absolute;
	top: 8px;
	left: 0;
	right: 0;
	z-index: 1;
}
.input_wrapper.error div.error_message{
	position: absolute;
	top:50px;
	background:#FF2126;
	font-size: 14px;
	color: #fff;
	padding: 4px 10px;
	line-height: 1;
}
.contacts_content{
	display: flex;
	padding-bottom: 100px;
}
.contacts_content .left{
	width: 40%;
	background:#F5F6FB;
}
.contacts_content .left .into{
	padding-left: 23%;
}
.contacts_content .right{
	width: 60%;
}
.contacts_content .right form{
	padding: 80px 10% 50px 15%;
}
.contacts_content .right .input_wrapper{
	margin-right: 40px;
}

#file{
	display: none;
}
.contact_block{
	padding: 0 50px 0 40px;
	margin: 40px 0;
	background-repeat: no-repeat;
	background-position: left 5px;
}

.container{
	border:1px solid #E6E8F3;
	padding: 30px;
	margin: 40px 0;
}

.vacancy_ctn{
	padding-bottom: 60px;
	position: relative;
	max-width: 740px;
}
.vacancy_title{
	font-size: 22px;
}
.vacancy_ctn p{
	margin-top: 20px;
}
.vacancy_ctn_opt{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-top:1px solid #E6E8F3;
	font-size: 14px;
	display: flex;
}
.vacancy_ctn_opt a{
	border-right: 1px solid #E6E8F3;
	padding: 13px 30px;

}
.vacancy_offer{
	color: #8FA4C9;
	position: absolute;
	right: 30px;
	bottom: 13px;
}
.vacancy_cta .svg,
.modal_message .svg{
	fill:#2151A4;
}
.sidebar{
	position: absolute;
	left: 9%;
	width: 18%;
	font-size: 14px;
	padding: 30px 0;
}
.sidebar nav a,
.sidebar nav a.active{
	display: block;
	position: relative;
}
.sidebar nav a.active{
	padding-left: 15px;
}
.sidebar nav a.active:before{
	content: '';
	width: 5px;
	height: 5px;
	display: block;
	background: #FF2126;
	box-shadow: 0 3px 4px 0 rgba(255,33,38,0.40);
	position: absolute;
	left: 0;
	top:15px;
}

.sidebar .select_wrapper{
	margin-bottom: 20px;
}


.sidebar-fixed{
	position:fixed;
	top:0;
	z-index:2;
	/*margin-top: 30px;*/

}


.stop {
	position: relative;
	z-index: 2;
}

.accordion_block{
	padding: 0;
	margin: 20px 0;
	position: relative;
}
.accordion_block header{
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
}
.accordion_block header span{
	width: 30px;
	padding: 0 15px;
	text-align: center;
}
.accordion_block header div{
	padding: 10px 30px;
	border-left: 1px solid #E6E8F3;
}
.accordion_description{
	overflow:hidden;
	padding: 0 30px;
	position: relative;
	height: 0;
}
.accordion_description_into{
	overflow:hidden;
}
.accordion_description:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background:#E6E8F3;
}
.accordion_icon{
	position: absolute;
	right: 15px;
	top:12px;
	border: none !important;
	width: 30px;
	height: 30px;
}
.accordion_icon:after,
.accordion_icon:before{
	content:'';
	position: absolute;
	height: 2px;
	width: 12px;
	left: 0;
	right: 0;
	bottom: 0;
	top:0;
	background:#8FA4C9;
	margin:auto;
}
.accordion_icon:before{
	transform: rotate(90deg);
}
.accordion_block.active .accordion_icon:after{
	background-color: #0D3A8A;
}
.accordion_block.active .accordion_icon:before{
	display: none;
}
.hero_wrapper{
	position: relative;
}
.hero_text{
	position: absolute;
	bottom: 0;
	right: 0;
	background: rgba(245,246,251,0.40);
	width: 50%;
	overflow:hidden;
}
.hero_text .into{
	padding-left: 6%;
	padding-bottom: 55px;
	padding-top: 30px;
	position: relative;
	z-index: 2;
}
.hero_text .svg{
	position: absolute;
	top:-100%;
	bottom: -100%;
	margin: auto;
	left: -20%;
	height: 120%;
}
.hero_text h1{
	margin-top: 0;
}
.red_block{
	background:#FF2126;
	color: #fff;
	padding: 5px 10px;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#canvas{
	position: absolute;
	top:0;
	height: 100%;
	right: 0;
	left: 0;
	margin: auto;
}
.hero_wrapper .cloud_img{
	left: -100%;
}
.cloud_img{
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	z-index: 3;
}
.cloud_1, .cloud_3{
	background-image: url(../images/cloud_1.png);
	width: 525px;
	height: 150px;
}
.cloud_2, .cloud_4{
	background-image: url(../images/cloud_2.png);
	height: 130px;
	width: 300px;
}
.cloud_4{
}
@keyframes clouds{
	0%{
		left: 0%;
	}
	100%{
		left: 100%;
	}
}
@keyframes clouds_b{
	from{
		left: 50%;
	}
	to{
		left: 100%;
	}
}
@keyframes clouds_x{
	from{
		left: -525px;
	}
	to{
		left: 100%;
	}
}

.cloud_1{
	animation: clouds 200s linear;
}
.cloud_2{
	animation: clouds_b 200s linear;
}
.cloud_3{
	animation: clouds_x 280s linear infinite;
}
.cloud_4{
	animation: clouds_x 300s linear infinite;
	animation-delay: 200s;
}


.tile{
	display: flex;
	margin-top: 30px;
	flex-flow: wrap;
	/*	align-content: space-between;
        height: 1900px;*/
}
.project_list_ctn{
	margin: 30px 0;
	position: relative;
}
/*.project_list_ctn:nth-child(2n) {order: 3;}

.tile::before,
.tile::after {
  content: "";
  flex-basis: 100%;
  width: 0;
  order: 2;
}*/

.project_list_ctn_border{
	position: absolute;
	left: 0;
	right: 90px;
	bottom: 0;
	top:0;
	border:10px solid #F1F2F7;
}
.red_color{
	color: #FF2126;
}
.project_list_ctn .into{
	position: relative;
	z-index: 2;
	padding-top: 30px;
	padding-bottom: 40px;
}
.project_list_ctn .title{
	font-size: 25px;
	line-height: 36px;
	margin: 10px 20px 10px 0;
	color: #2B2F43;
}
.weight{
	border: 1px solid #FF2126;
	font-size: 10px;
	padding: 2px 3px;
}
.route{
	font-size: 12px;
	color: #565B76;
	line-height: 20px;
	margin-top: 20px;
	position: relative;
}
.route:after{
	content: '';
	border-left:1px dashed #0D3A8A;
	position: absolute;
	left: 3px;
	top:8px;
	bottom:8px;
}
.route div {
	position: relative;
	padding-left: 22px;
	margin: 4px 0;
	z-index: 2;
}
.route div:before,
.static_ctn ul li:before,
.rezonans_ctn ul li:before,
.content_w_aside ul li:before{
	content: '';
	background: #0D3A8A;
	box-shadow: 0 3px 5px 0 rgba(37,100,213,0.50);
	height: 7px;
	width: 7px;
	position: absolute;
	top:6px;
	left: 0;
}

.project_description{
	margin-top:-40px;
	margin-bottom: 50px;
	font-weight: 700;
	color: #585D78;
	text-transform: uppercase;
	line-height: 30px;
	font-size: 14px;
}
.project_description header,
.project_spec_block header{
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #2B2F43;
}

.rezonans_ctn img{
	width: 100%;
}
.static_ctn p,
.static_ctn h2,
.static_ctn blockquote,
.static_ctn ul,
.static_ctn ol{
	padding-left: 25%;
}
.static_2col{
	display: flex;
	position: relative;
}
.static_2col div{
	width: 50%;
}
.static_2col p{
	padding: 0;
}
.static_ctn blockquote{
	padding-right: 10%;
}
.static_ctn ul,
.static_ctn ol,
.rezonans_ctn ul{
	padding-top: 10px;
	padding-bottom: 10px;
	max-width: 800px;
}
.static_ctn ul li,
.rezonans_ctn ul li,
.content_w_aside ul li{
	padding-left: 40px;
	position: relative;
}
.static_ctn ul li:before,
.rezonans_ctn ul li:before,
.content_w_aside ul li:before{
	top:13px;
}
.static_ctn li,
.content_w_aside li{
	margin: 15px 0;
}
.static_ctn ol li{
	list-style-type: none;
	counter-increment: list;
	position: relative;
	padding-left: 40px;
}
.static_ctn ol li:after {
	content: counter(list) ".";
	position: absolute;
	left: 0;
	text-align: right;
	color: #0D3A8A;
}

.select_wrapper{
	font-size: 14px;
}
.select_wrapper.active{
	z-index: 999;
	position: relative;
}
.select_wrapper input{
	visibility: hidden;
	position: absolute;
}
.select_options .option{
	cursor: pointer;
	color: #0D3A8A;
	font-size: 12px;
	line-height: 20px;
	padding: 5px 15px;
	padding-right: 35px;
}
.select_options .option:hover{
	background-color: #F5F6FB;
}
.select_options .option.active{
	color: red;
}
.select_value{
	font-weight: bold;
	cursor: pointer;
	color: #565B76;
}
.select_value span{
	display: inline-block;
	border-bottom:1px dashed #565B76;
}
.select_value span:after{
	content: '';
	margin-left: 10px;
	width: 10px;
	display: inline-block;
	height: 7px;
	background: url(../images/select_arrow.svg) center no-repeat;
}
.select_options{
	background: #FFFFFF;
	box-shadow: 0 10px 20px 0 rgba(37,100,213,0.10);
	border-radius: 5px;
	display: none;
	position: absolute;
	max-height: 200px;
	overflow-y: scroll;
}
.select_options.active{
	display: block;
}
.project_spec_block:first-child{
	margin-top: -20px;
}
.project_spec_block{
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 40px 0;
}
.project_spec_block p{
	margin: 15px 0;
}
.project_spec_bold{
	font-size: 30px;
	line-height: 35px;
}

.static_2col h1, .static_2col h2{
	padding: 0 10% 0 25%;
	margin-top: 29px;
}
.static_2col h1:before, .static_2col h2:before{
	content: '';
	position: absolute;
	width: 7%;
	background: #0D3A8A;
	height: 1px;
	left: 0;
	margin-top: 20px;
}

.table_wrapper{
	overflow-x: scroll;
}
.static_ctn table{
	width: 100%;
}
.static_ctn table td{
	padding: 14px 30px;
	min-width: 100px;
}
.static_ctn table tr:nth-child(even),
.static_ctn table thead{
	background:#F5F6FB;
}
.static_ctn table thead{
	color: #878A9F;
	font-size: 16px;
}

.services_ctn{
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #E6E8F3;
	padding: 40px 0;
}
.services_ctn:nth-child(2){
	border: none;
}
.service_block{
	width: 20%;
	line-height: 15px;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.services_icon{
	height: 90px;
	display: flex;
	align-items: center;
}

.timeline{
	overflow: hidden;
	display: flex;
	padding-left: 10%;
	position: relative;
	color: #565B76;
	cursor: grab;
}
.timeline:active{
	cursor: grabbing;
}
.timeline:before{
	content: '';
	position: absolute;
	height: 100px;
	background: #0D3A8A;
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}

.timeline_date_ctn{
	width: 400px;
	float: left;
	height: 360px;
	position: relative;

}
.owl-stage-outer{
	z-index: 2;
}
.timeline_date_ctn .date{
	color: #fff;
	position: absolute;
	top:10px;
	bottom: 0;
	left: 30px;
	margin: auto;
	display: block;
	height: 1px;
	font-size: 100px;
}
.owl-item:nth-child(odd) .date{
	top:-100px;
}
.owl-item:nth-child(even) .content{
	bottom: 0;
}

.timeline_date_ctn .content{
	width: auto;
	display: flex;
	padding: 30px;
	padding-right: 40px;
	position: absolute;
	align-items: center;
	line-height: 25px;
	font-size: 16px;
}
.timeline_date_ctn .content:before{
	content: '';
	position: absolute;
	left: 0;
	top:30px;
	width: 1px;
	background: #0D3A8A;
	bottom: 0;
}
.owl-item:nth-child(even) .content:before{
	bottom: 30px;
	top:0;
}
.timeline_date_ctn .content img{
	width: 70px;
	height: 70px;
	margin-right: 30px;
}

.owl-nav.disabled{
	display: none;
}

.map_container{
	background: #F5F6FB;
	padding:30px 0 100px 0;
	position: relative;
	overflow: hidden;
}
.map_container .into{
	position: relative;
	z-index: 5;
}
.map_container .select_wrapper{
	margin-right: 40px;
	margin-top: 20px;
}
.map{
	position: relative;
	margin: -80px 0 0 0;
}
.point_map{
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 4;
}
.point{
	position: absolute;
	height: 10px;
	width: 10px;
	cursor: pointer;
}
.point:after{
	content:'';
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 4px;
	height: 4px;
	border:2px solid #0D3A8A;
	background: #fff;
	box-shadow: 0 5px 10px 0 rgba(37,100,213,0.50);
}
.point:before{
	content: '';
	width: 64px;
	height: 64px;
	left: -500%;
	right: -500%;
	top:-50%;
	bottom: -50%;
	margin: auto;
	position: absolute;
	background: rgba(255,33,38,0.0);
	border: 1px solid rgba(255,33,38,0.23);
	box-shadow: none;
	transform: scale(0);
}
.point:hover:after{
	border-color: #FF2126;
	box-shadow: 0 5px 10px 0 rgba(255,33,38,0.50);
}
.point:hover:before{
	transform: scale(1);
	background: rgba(255,33,38,0.12);
}
.map_tooltip_ctn{
	position: absolute;
	background: #FFFFFF;
	box-shadow: 0 10px 20px 0 rgba(37,100,213,0.10);
	border-radius: 5px;
	line-height: 20px;
	font-size: 12px;
	width: 220px;
	transform: translate(30px, -50%);
}
.map_tooltip_ctn.right{
	transform: translate(-100%, -50%);
	left: -20px;
}
.map_tooltip_ctn header{
	font-size: 14px;
	padding: 10px 20px;
	border-bottom:1px solid #E8ECF5;
	position: relative;
}
.map_tooltip_ctn .close{
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	bottom: 0;
	width: 40px;
}
.map_tooltip_ctn .close:after,
.map_tooltip_ctn .close:before{
	background: #999CAB;
	border-radius: 10px;
	width: 14px;
	height: 2px;
}
.tooltip_body{
	padding: 0 20px;
	padding-right: 40px;
	max-height: 200px;
	overflow-y: scroll;
	position: relative;
}
.tooltip_body a{
	display: block;
	padding: 5px 0;
}
.map_tooltip_ctn:before{
	content: '';
	position: absolute;
	height: 20px;
	width: 20px;
	background:#fff;
	border-radius: 5px;
	left: -6px;
	transform: rotate(45deg);
	top:10px;
	bottom: 0;
	margin: auto;
}
.map_tooltip_ctn.right:before{
	left: auto;
	right: -6px;
}

#svg_map_img{
	z-index: 2;
	position: relative;
}
.map_shadow{
	position: absolute;
	bottom: -50px;
	right: 0;
	width: 100%;
}

#messenger_modal .contact_block{
	width: 300px;
}
#messenger_modal .contact_block a{
	color: #fff;
}
#messenger_modal .btn{
	width: 100%;
}
#messenger_modal .title{
	padding-left: 100px;
}
.home_mobile_projects{
	display: none;
}
.modal_message{
	background: #0D3A8A;
	color: #fff;
	overflow: hidden;
	padding: 20px 0;
	max-width: 680px;
	margin: auto;
	position: relative;
	top: 100px;
	animation: modal_center .4s ease-out;
}
.modal_message .close{
	position: absolute;
	right: 0;
	top:0;
}
.modal_message .into{
	position: relative;
	z-index: 2;
}
@keyframes modal_center{
	0%{
		transform: scale(0.9);
		opacity: 0;
	}
	80%{
	}
}

.file_wrapper a,
.modal_right .file_wrapper a{
	color: #FF2126;
	font-size: 14px;
}
.file_wrapper{
	padding: 10px 20px;
	padding-top: 12px;
	background: #F5F6FB;
	display: inline-block;
	line-height: 25px;
	display: none;
	margin-bottom: 30px;
}
.modal_right .file_wrapper{
	color: #2B2F43;
}
.pagination.page_1 {background:#fff;}

.contact-success{
	padding: 5%;
}

.g-recaptcha{
    position: relative!important;
    width: 100%;
    min-height: 115px;
}

.error_g-recaptcha-response_contacts , .error_g-recaptcha-response_call  {
    font-size: 14px;color: #fff;padding: 4px 10px;line-height: 1;position: relative;
}



