:root {
	--font_color : #404040;
	--brand_color : #f7a937;
	--brand_color2 : #4f95b5;
}

* {
	box-sizing: border-box;
	outline: 0!important;
	transition: all 400ms ease-in-out 0s;
	color: var(--font_color);
}
html {
	font-family: 'Arial'; font-weight:400;
	font-size: 20px; line-height:1.5;
}
body {
	margin: 0;
	background-color: #f4f6f9;
}

a{text-decoration:none;}
a:hover {
	color: var(--brand_color);
}
p, ol, ul{margin-bottom:35px;}
button, summary {
	cursor: pointer;
}
form input::placeholder,
form textarea::placeholder {
  color: var(--brand_color2);
  opacity: 1;
  font-family: 'Arial'; font-weight:400;
  font-size: 20px;
}
form input::-ms-input-placeholder,
form textarea::placeholder {
  color: var(--brand_color2);
  font-family: 'Arial'; font-weight:400;
  font-size: 20px;
}
.toggle_menu {
	display: none;
}
.container {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
}
.full_100{width:100%; text-align:center;}
.full_100:hover{color:#fff!important;}
@media (min-width:1199px) {
    main {
    margin-top:245px;
}

header {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background-color:#f4f6f9;
    z-index:5;
    box-shadow:0 0 14px 0 rgba(0,0,0,.15);
}

header.scroll_hide_menu {
    padding-bottom:5px;
}

header.scroll_hide_menu .main_navigation_section {
    display:none;
}
}

.row {
	display: flex;
	flex-wrap: wrap;
}
.content_text_area a, .content_text_area_navigation a{color: var(--brand_color2); text-decoration:none;}
.content_text_area a:hover, .content_text_area_navigation a:hover{color: var(--brand_color);}
#header_top_row {
	justify-content: space-between;
	align-items: center;
	gap:10px 15px;
}
#first_content_header_top_row {
	justify-content: flex-end;
	align-items: center;
	gap:0 10px;
	width: 100%;
	padding-top: 15px;
}
.worktime {
	font-size: 16px;
}
#icons_first_content_header_top_row {
	justify-content: flex-end;
	align-items: center;
	gap:0 25px;
}
#icons_first_content_header_top_row a {
	text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:16px;
}
#icons_first_content_header_top_row a img {
	width: 24px;
	height: 16px;
}
.logo_header_top_row {
	max-width: 255px;
	width: 100%;
	display: block;
}
.logo_header_top_row img {
	width: 100%;
}
#second_content_header_top_row {
	justify-content: flex-end;
	align-items: center;
	gap:0 40px;
}
#second_content_header_top_row a {
	font-family: 'Arial'; font-weight:700;
	color: var(--brand_color2);
	text-decoration: none;
}
#second_content_header_top_row a:hover {
	color: var(--brand_color);
}
.callback_btn {
	font-family: 'Arial'; font-weight:700;
	font-size: 16px;
	border:2px solid var(--brand_color2);
	padding: 10px 20px;
	color: var(--brand_color2);
	background-color: #fff;
	box-shadow: 2px 4px 12px 0px rgba(0, 0, 0, 0.25);
	border-radius:10px;
}
.callback_btn:hover {
	background-color: var(--brand_color);
	color: #fff;
	border-color: var(--brand_color);
}
.main_navigation_section {
	width: 100%;
	position:relative;
}
/* start megamenu */

.white_list_menus {
    position:absolute;
    width:70%;
    left:0;
    top:80px;
    background-color:#fff;
    box-shadow:1px 1px 14px 1px rgba(0,0,0,.15);
    z-index:3;
    height:450px;
    padding:40px 50px;
    display:none;
    gap:0 60px;
}
li.megamenu:hover .white_list_menus {
    display:flex;
}
.layer_menu {
    height:100%;
    overflow-y:scroll;
    flex: 1 1 0;
}
.layer_menu .layer_menu_li a {
    padding:0;
    text-transform:inherit;
    font-size:16px;
}
li.layer_menu_li {
    display:flex;
    gap:10px;
    align-items:center;
    flex-wrap:wrap;
    padding:5px 0;
}
li.layer_menu_li .quadro_click {
    width: 15px;
    height: 15px;
    cursor: pointer;
    font-size: 10px;
    border: 1px solid var(--brand_color2);
    align-items: center;
    display: flex;
    justify-content: center;
    color: var(--brand_color2);
}
li.layer_menu_li > a {
    width: calc(100% - 25px);
}
li.layer_menu_li > ul {
    width:100%;
    padding:0;
}
ul.layer_parent_menu {
    column-count: 1;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    padding:0;
    display:none;
}
ul.layer_parent_menu.active_layer_menu {
    display:block;
}
ul.layer_parent_menu,
li.layer_menu_li > ul {
    list-style:none;
}
li.layer_menu_li > ul {
    display:none;
}
ul.sublist_full {
    list-style:none;
    padding:0;
}
ul.sublist_full li.parent_sublist_level_1 > .flex_sublist_level_1 > a {
    padding:0;
    text-transform: inherit;
    font-size: 16px;
    font-family: 'Arial'; font-weight:700;
    flex: 1 1 0;
}
.flex_sublist_level_1 {
    display:flex;
    gap:0 30px;
    padding:10px 20px;
}
li.parent_sublist_level_1 {
    max-width:275px;
    width:100%;
}
.flex_sublist_level_1.active_elem_parent_megamenu {
    background-color:#f4f6f9;
}
.flex_sublist_level_1.active_elem_parent_megamenu:hover a {
    color:var(--brand_color2);
}
.flex_sublist_level_1 svg {
    width:20px;
    cursor:pointer;
}
.flex_sublist_level_1 svg path {
    fill:var(--font_color);
}
.flex_sublist_level_1:hover svg path,
.flex_sublist_level_1.active_elem_parent_megamenu svg path {
    fill:var(--brand_color2);
}
.quadro_click.active_quadro ~ ul {
    display:block;
    padding-left:25px;
    padding-bottom:15px;
}
.layer_menu::-webkit-scrollbar,
.cf-cities.cf-show::-webkit-scrollbar {
  width: 10px;
  background-color: #f9f9fd;
}

.layer_menu::-webkit-scrollbar-thumb,
.cf-cities.cf-show::-webkit-scrollbar-thumb{
  background-color: var(--brand_color);
}

.layer_menu::-webkit-scrollbar-track,
.cf-cities.cf-show::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
  background-color: #f9f9fd;
}
/* end megamenu */
ul.main_nav {
	margin: 0;
	padding: 0;
	list-style: none;
	justify-content: center;
	align-items: center;
	gap:0 80px;
}
ul.main_nav li a {
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	padding: 40px 0;
	font-size: 20px;
}
ul.main_nav > li:hover > a {
	color: var(--brand_color2);
}
/**************************/
/* home page styles start */
/**************************/

.home_banner {
	height: 490px;
	align-items: center;
	position: relative;
	display: flex;
}
.title_home {
	max-width: 590px;
	width: 100%;
}
.title_home h1 {
	position: relative;
	font-family: 'Arial'; font-weight:600;
	font-size: 45px;
	margin: 0 0 44px 0;
	line-height: 1.15;
}
.title_home h1::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -20px;
	width: 100px;
	height: 4px;
	background-color: var(--brand_color);
}
.title_home p.after_text_title {
	margin: 0;
	font-size: 24px;
}
.position_banner {
	right: -85px;
	width: 100%;
	max-width: 650px;
	height: 100%;
	position: absolute;
	z-index: -1;
}
.more_about_us {
	margin: 55px auto 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 245px;
	width: 100%;
	height: 50px;
	color: var(--brand_color2);
	font-family: 'Arial'; font-weight:700;
	text-decoration: none;
	background-color: #fff;
	border: 2px solid var(--brand_color2);
	font-size:inherit;
	box-shadow: 2px 4px 12px 0px rgba(0, 0, 0, 0.25);
	border-radius:10px;
}
.more_about_us:hover {
	background-color: var(--brand_color);
	color: #fff;
	border-color: var(--brand_color);
}
section {
	margin: 50px 0;
}
section.home_main_screen {
	margin: 0;
	overflow: hidden;
}
section.white_bg {
	background-color: #fff;
	padding: 50px 0;
}
.white_bg_into .item_do_content {
    background:#fff;
}
h2.template_center,
h2.template_left {
	position: relative;
	font-size: 40px;
	font-family: 'Arial'; font-weight:600;
	text-align: center;
	/*text-transform: uppercase;*/
	margin: 0 auto 30px auto;
}
h2.template_left {
	text-align: left;
}
h2.template_center::before,
h2.template_left::before {
	content: "";
	position: absolute;
	width: 100px;
	height: 4px;
	background-color: var(--brand_color);
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
}
h2.template_left::before {
	left: 0;
	transform: none;
}
.container_service {
	padding: 100px;
	background-color: var(--brand_color2);
	height: 440px;
}
.container_service_title {
	font-size: 30px;
	font-family: 'Arial'; font-weight:700;
	text-transform: uppercase;
	margin-bottom: 30px;
	color: #fff;
}
.container_service_descr {
	font-size: 24px;
	color: #fff;
}
.services_swiper .swiper-button-next,
.services_swiper .swiper-button-prev {
	color: #fff!important;
}
.swiper-pagination {
	bottom: 25px!important;
}
.swiper-pagination-bullet {
	background: #fff!important;
	opacity: 1!important;
	width: 15px!important;
	height: 15px!important;
}
.swiper-pagination-bullet-active,
.swiper-pagination-bullet:hover {
	background: var(--brand_color)!important;
}

#section_flex_company_numbers {
	justify-content: center;
	gap:30px 100px;
}
#section_flex_company_numbers > * {
	/*width: calc(50% - 100px);*/
}
.about_company_numbers_text > *{
	line-height: 1.35;
	font-size:18px;
}
.item_do_content_text{
    min-height:150px;
    font-size:18px; line-height:25px;
}
.link_brand_color_two {
	font-family: 'Arial'; font-weight:700;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--brand_color2);
    line-height: 1;
    width: 115px;
    display: block;
    margin: 40px auto 0 0;
}
.info_project .link_brand_color_two {
    margin: 40px 0 0 auto;
}
.link_brand_color_two:hover {
	color: var(--brand_color);
}
.numbers_flex_company {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap:15px 30px;
	margin-bottom: 10px;
}
.numbers_flex_company .number {
	font-size: 50px;
    font-family: 'Arial'; font-weight:600;
    line-height: 1;
    width: 60px;
}
.numbers_flex_company .descr {
	flex: 1 1 0;
}
.numbers_percent_line {
	width: 100%;
}
.line_pic {
	height: 4px;
	background-color: var(--brand_color);
}
#block_what_we_do_content {
	justify-content: center;
	gap:40px;
}
.item_do_content {
	max-width: 353.3px;
    width: 100%;
    display: flex;
    align-items: center;
    align-self: baseline;
    flex-wrap: wrap;
    gap: 20px 15px;
    padding: 25px;
    box-shadow: 2px 4px 12px 0px rgba(0, 0, 0, 0.25);
    background: rgba(244, 246, 249, 1);
    border-radius: 10px;
}
.item_do_content .item_do_content_title {
	flex: 1 1 0;
	font-size: 24px;
	font-family: 'Arial'; font-weight:700;
	line-height: 1;
}
.item_do_content img {
	width: 60px;
	height: 60px;
	aspect-ratio: 1 / 1;
}
#consult_section_flex {
	justify-content: center;
	gap:30px 100px;
}
.consult_form_section {
	flex: 1 1 0;
}
.right_slider_serts {
	max-width: 460px;
	width: 100%;
}
.container_serts img {
	width: 100%;
}
.container_serts {
	padding: 0 0 70px 0;
}
.right_slider_serts .swiper-pagination-bullet {
	background: #000!important;
	opacity: .2!important;
}
.right_slider_serts .swiper-pagination-bullet-active,
.right_slider_serts .swiper-pagination-bullet:hover {
	background: var(--brand_color)!important;
	opacity: 1!important;
}
form input,
form textarea,
form select {
	border:none;
	border: 2px solid var(--brand_color2);
	border-radius:10px;
	padding: 10px;
	background: #fff;
	width: 100%;
	margin-bottom: 15px;
	color: var(--font_color);
	font-size: 20px;
}
p.preform_text a {
	color: var(--brand_color2);
}
p.preform_text a:hover {
	color: var(--brand_color);
}
.submit_form_btn {
	font-size: 18px;
	margin: 30px auto 0 0;
}
.container_video_iframe_home {
	height: 560px;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 100px auto;
}
.container_video_iframe_home.two{width:48%; margin-left:1%; margin-right:1%; float:left; height: 310px;}
.slides_partner.swiper  {
	padding-bottom: 70px;
}
.right_slider_serts .swiper-pagination-bullet,
.slides_partner .swiper-pagination-bullet{
	background: #000!important;
	opacity: .2!important;
}
.right_slider_serts .swiper-pagination-bullet-active,
.right_slider_serts .swiper-pagination-bullet:hover,
.slides_partner .swiper-pagination-bullet-active,
.slides_partner .swiper-pagination-bullet:hover {
	background: var(--brand_color)!important;
	opacity: 1!important;
}
.testimonial_wrapp {
	min-height: 440px;
	padding: 50px 20px;
	margin: 15px;
	box-shadow: 1px 1px 14px 1px rgba(0,0,0,.15);
	background: #fff;
}
.testimonial_wrapp * {
	font-size: 16px;
}
.info_text_testimonial {
	margin-top: 30px;
	text-align: right;
}

.testimonials_arrow.swiper-button-next,
.other_posts_arrow.swiper-button-next,
.other_services_arrow.swiper-button-next,
.other_posts_arrow_query.swiper-button-next,
.other_services_arrow_work.swiper-button-next {
	right: -45px;
	color: var(--brand_color)!important;
}

.testimonials_arrow.swiper-button-prev,
.other_posts_arrow.swiper-button-prev,
.other_services_arrow.swiper-button-prev,
.other_posts_arrow_query.swiper-button-prev,
.other_services_arrow_work.swiper-button-prev {
	left: -45px;
	color: var(--brand_color)!important;
}
.logo_partners img {
	width: 100%;
}
#project_rows_home,
#services_rows_home {
	justify-content: center;
	align-items: center;
	gap:30px;
	margin-bottom: 60px;
}
.project_item_home {
	max-width: 550px;
	width: 100%;
	box-shadow: 1px 1px 14px 1px rgba(0,0,0,.15);
	border-radius:10px;
	background:#fff;
}
.project_item_home:hover {
    box-shadow: 1px 1px 14px 1px rgba(247, 169, 55, .8);
}
.img_wrapper {
	display: block;
	height: 370px;
}
.img_wrapper img {
	width: 100%;
	height: 100%;
	aspect-ratio: 1.5 / 1;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}
.content_project_item_home {
	padding: 30px 30px 50px 30px;
}
#services_rows_home .content_project_item_home{padding-bottom:0px;}
.info_project {
	justify-content: space-between;
	gap:15px;
}
.title_content_project_item_home {
	font-family: 'Arial'; font-weight:600;
	font-size: 22px;
	min-height: 72px;
	text-decoration:none;
	display:block;
}
#services_rows_home .title_content_project_item_home{min-height: 0;}
.left_info_project > * {
	font-size: 20px;
}
.show_more_brand_two {
	font-family: 'Arial'; font-weight:700;
    font-size: 16px;
    border: 2px solid var(--brand_color2);
    color: var(--brand_color2);
    background-color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 250px;
    width: 100%;
    height: 50px;
    margin: 0 auto;
	box-shadow: 2px 4px 12px 0px rgba(0, 0, 0, 0.25);
	border-radius:10px;
}
.show_more_brand_two:hover {
	background-color: var(--brand_color);
	color: #fff;
	border-color: var(--brand_color);
}
#footer_form_items {
	justify-content: space-between;
	gap:40px;
}
.map_script {
	max-width: 580px;
	width: 100%;
}
.map_script_full {
    width:100%;
    height:400px;
    margin-top:40px;
}
.breadcrumbs_valid {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap:0 10px;
	flex-wrap: wrap;
	line-height:12px;
	font-size:12px;
}
.breadcrumbs_valid li *,
.breadcrumbs_valid > span {
	font-size: 12px;
	text-decoration: none;
}
.breadcrumbs_valid li > span {
	color: var(--brand_color2);
}
section.blog_parent {
	margin-top: 0;
}
h1.template_tag {
	font-family: 'Arial'; font-weight:600;
	font-size: 40px;
	position: relative;
	text-align: center;
	/*text-transform: uppercase;*/
	margin: 0 0 40px 0;
}
h1.template_tag::before {
	content: "";
	position: absolute;
	width: 100px;
	height: 4px;
	background-color: var(--brand_color);
	left: 50%;
	bottom: -20px;
	transform: translateX(-50%);
}
#articles_parent_row {
	justify-content: center;
	gap:60px 55px;
}
.article_parent_row {
	display: block;
	max-width: 343px;
	width: 100%;
	box-shadow: 2px 4px 12px 0px rgba(0, 0, 0, 0.25);
	text-decoration: none;
	border-radius:10px;
	background:#fff;
}
.other_posts_slides,
.other_services_slides,
.other_posts_slides_query,
.other_services_slides_work {
    padding:35px!important;
}
.other_posts_slides .article_parent_row,
.other_services_slides .article_parent_row,
.other_posts_slides_query .article_parent_row,
.other_services_slides_work .article_parent_row {
    max-width:100%;
}
.other_posts_slides .swiper-button-next:after,
.other_posts_slides .swiper-button-prev:after,
.other_posts_slides_query .swiper-button-prev:after{
    color:var(--brand_color);
}
.article_parent_row:hover {
	box-shadow: 1px 1px 14px 1px rgba(247, 169, 55, .8);
}
.container_img_article_parent_row img {
	height: 225px;
	object-fit:cover;
	width: 100%;
	display:block;
	border-radius:10px 10px 0 0;
}
.container_content_article_parent_row {
	padding: 25px 15px 35px 15px;
}
.title_content_article_parent_row {
	font-family: 'Arial'; font-weight:600;
	font-size: 16px;
	color: var(--brand_color2);
	min-height: 40px;
	margin-bottom: 30px;
}
.intro_content_article_parent_row {
	font-size: 14px;
}
#contacts_items_row {
	justify-content: center;
	gap:75px 260px;
}
.contacts_item_row {
	max-width: 297px;
	width: 100%;
}
.title_contacts_item_row {
	font-family: 'Arial'; font-weight:600;
	font-size: 18px;
	line-height: 1;
	margin-bottom: 25px;
}
.value_contacts_item_row,
.value_contacts_item_row a {
	text-decoration: none;
	color: var(--brand_color2);
	font-family: 'Arial'; font-weight:600;
	font-size: 24px;
}
.value_contacts_item_row a:hover {
	color: var(--brand_color);
}
.footer_form_column_full p.consult_form_section_after_text {
	text-align: center;
}
.two_col_items {
	gap:15px 45px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}
.two_col_items > * {
	margin: 0;
}
.two_col_items .preform_text {
	max-width: 550px;
	width: 100%;
}
#navigation_projects {
	justify-content: center;
	align-items: center;
	gap:15px 80px;
	margin: 50px 0;
}
.project_nav {
	font-family: 'Arial'; font-weight:600;
	font-size: 16px;
	max-width: 176px;
	width: 100%;
	position: relative;
	text-align: center;
	text-decoration: none;
	min-height: 58px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.project_nav:hover,
.project_nav.active_project_razdel {
	color: var(--brand_color2)
}
.project_nav:hover::before,
.project_nav.active_project_razdel::before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: var(--brand_color);
	bottom: -10px;
}
.price_table_wrapper {
	padding: 50px 100px;
	background-color: #fff;
	margin:50px 0;
}
.title_price_table_wrapper {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap:0 20px;
	margin-bottom: 20px;
}
.text_price_table_wrapper {
	font-family: 'Arial'; font-weight:600;
	font-size: 30px;
}
.icon_price_table_wrapper {
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.icon_price_table_wrapper img {
	width: 100%;
	height: 100%;
}
.head_price td {
	font-family: 'Arial'; font-weight:700;
	font-size: 18px;
	text-align: center;
}
table {
	border-collapse: collapse;
	border: 1px solid var(--brand_color2);
	max-width: 100%;
	width: 100%;
	background: transparent;
}
table tr,
table tr td,
table tr th {
	border: 1px solid var(--brand_color2);
}
table tr th {
	font-size: 18px;
	background-color: #f4f6f9;
	font-family: 'Arial'; font-weight:700;
	padding: 20px 10px 5px 30px;
}
table tr td {
	font-size: 16px;
	font-family: 'Arial'; font-weight:400;
	padding: 20px 10px 5px 30px;
	background:#fff;
}
.bold_center,
.bold_center * {
	font-family: 'Arial'; font-weight:700;
	text-align: center;
	color: var(--brand_color2);
}
#about_company_first_screen {
	justify-content: center;
	gap:30px 120px;
}
.text_left_about_company {
	flex: 1 1 0;
}
.icon_right_about_company {
	width: 100%;
	max-width: 165px;
	display: flex;
	gap:30px;
	flex-direction: column;
	margin-top: 25px;
}
.item_icon_about_company {
	text-decoration: none;
	font-family: 'Arial'; font-weight:700;
	font-size: 24px;
	text-align: center;
	line-height: 1;
}
.item_icon_about_company img {
	margin-bottom: 15px;
	width: 70px;
	height: 70px;
	object-fit: contain;
}
.item_icon_about_company span {
	width: 100%;
	display: inline-block;
}
.item_icon_about_company:hover span {
	color: var(--brand_color);
}
.pre_text_about {
	text-align: center;
}
.item_our_team {
	max-width: 355px;
	width: 100%;
}
.item_our_team img {
	width: 100%;
	/*height: 440px;*/
	object-fit: cover;
	display: block;
}
.item_our_team_info {
	background-color: #fff;
	padding: 30px 20px;
}
.name_item_our_team_info {
	color: var(--font_color);
	font-family: 'Arial'; font-weight:700;
	font-size: 28px;
	min-height: 51px;
}
.spec_item_our_team_info {
	color: var(--font_color);
	font-size: 18px;
	min-height:71px;
}
#our_team_flex {
	justify-content: center;
	align-items: center;
	gap:30px;
}


















footer {
	background-color: #fff;
	padding: 50px 0;
	overflow:hidden;
}
#footer_line {
	gap:65px 150px;
	justify-content: space-between;
}
#footer_line ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer_line ul li a {
	text-decoration: none;
}
#footer_line ul li:hover a {
	color: var(--brand_color2);
}
#first_line_footer {
	width: 100%;
	justify-content: space-between;
    align-items: center;
    gap:20px;
}
.big_col_footer {
	max-width: 330px;
	width: 100%;
}
.logo_footer {
	max-width: 210px;
	width: 100%;
	display: block;
}
.logo_footer img {
	width: 100%;
}
#first_line_footer_contacts {
	align-items: center;
	justify-content: flex-end;
	gap:20px 80px;
}
#first_line_footer_contacts > * {
	text-decoration: none;
	color: var(--brand_color2);
	font-family: 'Arial'; font-weight:700;
}
#first_line_footer_contacts a:hover {
	color: var(--brand_color);
}
.big_col_footer p {
	margin: 0;
	padding: 0;
	font-size: 14px;
}
.big_col_footer a.politics_footer {
	font-size: 14px;
	color: var(--brand_color2);
	margin: 25px 0;
	display: block;
	text-decoration:none;
}
.big_col_footer a.politics_footer:hover {
	color: var(--brand_color);
}
.sub_footer_pzf a {
	color: var(--brand_color2);
	text-decoration:none;
}
.sub_footer_pzf a:hover {
	color: var(--brand_color);
}
.small_col_footer li {
	margin-bottom: 0px;
}
.small_col_footer li a {
	font-size: 16px;
	line-height: 1;
	font-family: 'Arial'; font-weight:400;
}
.middle_col_footer li {
	margin-bottom: 0px;
}
.middle_col_footer li a {
	font-size: 16px;
	line-height: 1;
	font-family: 'Arial'; font-weight:400;
}
ul li::marker,
summary::marker {
    color:var(--brand_color);
}
ol li::marker {
    color:var(--font_color);
}
details {
    margin-bottom:15px;
}
details summary {
    font-family: 'Arial'; font-weight:700;
}
#flex_helpful_docs {
    justify-content:center;
    gap:30px;
}
.item_helpful_doc {
    width: calc(50% - 30px);
    gap:30px;
    align-items:center;
}
.item_helpful_doc .img_item_helpful_doc {
    width:calc(30% - 15px);
}
.item_helpful_doc .img_item_helpful_doc img {
    width:100%;
}
.item_helpful_doc .content_item_helpful_doc {
    width:calc(70% - 15px);
}
.item_helpful_doc .name_content_item_helpful_doc {
    font-family: 'Arial'; font-weight:700;
    margin-bottom:10px;
}
.post_image {
    max-width:100%;
    width:100%;
    margin:30px 0;
}
.container_project img {
    width:100%;
}
.project_slides .swiper-button-next,
.project_slides .swiper-button-prev {
    color: var(--brand_color)!important;
}
.responsive_table {
    overflow-x:auto;
}
.responsive_table table tr th {
    background:rgba(79, 149, 181, .1);
}
.need_order_now_footer .consult_text {
    max-width:525px;
    width:100%;
    margin:15px auto;
    text-align:center;
}
#bottom_order_form {
    justify-content:center;
    align-items:center;
    margin-top:70px;
    gap:70px;
}
.need_order_now_footer .cols_content {
    max-width:300px;
    width:100%;
    text-align:center;
}
.title_cols_content {
    font-weight:500;
    font-size:22px;
    margin-bottom:5px;
}
.link_cols_content {
    font-size:24px;
    text-decoration:none;
    color:var(--brand_color2);
    font-weight:600;
}
.need_order_now_footer .cols_content_btn {
    width:100%;
}
.need_order_now_footer .cols_content_btn button {
    margin-top:0;
}
.title_calc_form {
    position: relative;
    font-size: 26px;
    font-family: 'Arial';
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto 10px auto;
}
.title_calc_form::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 4px;
    background-color: var(--brand_color);
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}
.give_calc_montazh,
.reset_calc,
.calc_layer_2 button[type="submit"] {
    border: 2px solid var(--brand_color);
    padding: 15px 0;
    background: transparent;
    width: 100%;
    margin-bottom: 15px;
    color: #fff;
    text-align:center;
    font-size: 20px;
    background-color: var(--brand_color);
    cursor:pointer;
	border-radius:10px;
}
.montazh_calc {
    padding: 45px;
    background: url('/assets/images/bgcalc.jpg') no-repeat center;
    background-size: cover;
    margin: 50px 0;
    box-shadow: 2px 4px 12px 0px rgba(0, 0, 0, 0.25);
	border-radius:10px;
}
.calc_form {
    max-width:768px;
    width:100%;
    margin: 0 auto;
}
.calc_rows_form {
    justify-content:center;
    align-items:center;
    gap:30px;
}
.column_selects {
    width:calc(50% - 15px);
}
.calc_form input,
.calc_form select {
    border:2px solid var(--brand_color2);
    padding:15px;
    background-color:#fff;
}
.calc_form input::placeholder {
  color: var(--font_color);
  opacity: 1;
  font-family: 'Arial'; font-weight:400;
  font-size: 20px;
}
.calc_form input::-ms-input-placeholder {
  color: var(--font_color);
  font-family: 'Arial'; font-weight:400;
  font-size: 20px;
}
.select_styles {
    color:var(--font_color);
    font-family: 'Arial';
}
.low_summ_calculation {
    width:100%;
    text-align:center;
    display:none;
}
.calc_layer_2,
.reset_calc {
    display:none;
}
.low_summ_calculation .more_about_us {
    cursor:pointer;
}
.layer_form_action.calc_rows_form .calc_layer_1 {
    display:none;
}
.layer_form_action.calc_rows_form .calc_layer_2 {
    display:block;
}
.text_calc_politics {
    margin: 0 0 15px 0;
    font-size: 14px;
    text-align: center;
    height: 56.4px;
}
.price_calculation_layer {
    width:100%;
    font-weight:600;
    margin-bottom:15px;
}
.line_btn_submit_calc {
    width:100%;
}
/* modals */
dialog {
    border: none;
    max-width: 800px;
    width: 100%;
    padding: 35px 53px 23px 53px;
}
dialog::backdrop {
    background: rgba(255,255,255,.1);
}
.exit_form {
    cursor: pointer;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 38px;
    right: 47px;
}
.exit_form svg {
    width:100%;
    height:100%;
    fill:var(--brand_color);
}
.title_modal_form_class {
    padding: 0 30px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Arial'; font-weight:700;
    color: var(--font_color);
    font-size: 24px;
    margin-bottom:40px;
    position:relative;
}
.title_modal_form_class::before {
    content:"";
    width:100px;
    height:4px;
    background-color:var(--brand_color);
    left:50%;
    transform: translateX(-50%);
    bottom:-14px;
    position:absolute;
}

p.after_title_modal_form_class,
p.before_title_modal_form_class {
    text-align:center;
    margin:0;
}
.mini_width_content {
    max-width:420px;
    width:100%;
    margin:0 auto;
    text-align:center;
}
#vakans_row_text {
    margin:60px 0;
    gap:30px;
    justify-content:space-between;
    align-items:center;
}
.left_text_vakans_row {
    max-width:365px;
    width:100%;
}
.left_text_vakans_row ul {
    padding:0 0 0 20px;
}
.left_text_vakans_row ul li {
    margin-bottom:20px;
    font-weight:bold;
}
.left_text_vakans_row ul li:last-child {
    margin-bottom:0;
}
.right_text_vakans_row {
    max-width:338px;
    width:100%;
    text-align:center;
}
.right_text_vakans_row a {
    font-weight:bold;
    color:var(--brand_color2);
    text-decoration:none;
    font-size:1.1em;
}
.right_text_vakans_row img {
    max-width:75px;
    width:100%;
}
.input__file {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    margin:0;
    padding:0;
}
.resume_upload_files label {
    width: 100%;
    cursor: pointer;
    padding: 5px 0;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: start;
}
.input__file-icon-wrapper img {
    width:24px;
    margin-right:15px;
}
.input__file-button-text {
    color: var(--brand_color2);
    font-weight: 400;
    font-size:20px;
}
#row_salary {
    align-items:center;
    gap:40px;
    border-bottom: 2px solid var(--brand_color2);
    margin-bottom:15px;
}
.title_row_salary {
    width:100%;
    margin-top:40px;
    color:var(--brand_color2);
    font-size:20px;
    font-weight:400;
    padding-left:30px;
}
.input_checker_salary {
    max-width:310px;
    width:100%;
    position:relative;
}
.input_checker_salary input[type="checkbox"] {
    opacity:0;
    display:none;
}
.input_checker_salary label {
    padding:15px 15px 15px 45px;
    font-size:20px;
    color:var(--brand_color2);
    font-weight:400;
    width:100%;
    display:flex;
    position:relative;
}
.input_checker_salary label::before {
    height: 20px;
    width: 20px;
    border: 1px solid var(--brand_color2);
    padding: 5px;
    top: 22px;
    left: 0;
    content: "";
    position: absolute;
}
.input_checker_salary input[type="checkbox"] + label::after {
    content: none;
}
.input_checker_salary input[type="checkbox"]:checked + label::after {
    content: "";
    left: 5.5px;
    position: absolute;
    top: 27px;
    width: 21px;
    height: 21px;
    background-color: var(--brand_color2);
}
.btn_up_arrow.btn-up_hide {
    display: none;
}
.btn_up_arrow {
    display:flex;
    justify-content:center;
    align-items:center;
    margin: 0;
    position: fixed;
    right: 15px;
    bottom: 20vh;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: rgba(186, 197, 203, 0.5);
    cursor: pointer;
}
.btn_up_arrow:hover {
    background: rgba(255, 171, 58, 0.5);
}
.btn_up_arrow img {
    width:30px;
}
.content_text_area img {
    max-width:100%;
}
.other_services_slides_work .article_parent_row {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}
.other_services_slides_work .article_parent_row .container_img_article_parent_row {
    max-width:550px;
    width:100%;
}
.other_services_slides_work .article_parent_row .container_img_article_parent_row img {
    height:100%;
	border-radius:10px 0 0 10px;
}
.other_services_slides_work .article_parent_row .container_content_article_parent_row {
    flex: 1 1 0;
}
.other_services_slides_work .article_parent_row .intro_content_article_parent_row {
    font-size:20px;
}
.other_services_slides_work .article_parent_row .title_content_article_parent_row {
    font-size:30px;
    color:var(--font_color);
}
.intro_project_text {
    margin-top:30px;
    font-size:18px;
}
.show_detail_project_btn {
    text-transform: uppercase;
    color: var(--brand_color2);
    font-weight: 700;
    text-align: left;
    margin-top: 30px;
    font-size: 18px;
}
.cf-city .cf-confirm.cf-show {
    min-width: 290px;
    right: -29px;
    max-width: 290px;
}
.cf-city .cf-btn-group {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.cf-city .cf-btn-group > a {
    max-width:70px;
    width:100%;
}
.cf-modal.cf-show .cf-modal-dialog {
    max-width:900px;
    width:100%;
    margin:10px auto;
}
.cf-cities.cf-show {
    display:flex!important;
    flex-wrap:wrap;
    justify-content:flex-start;
    gap:5px 10px;
    height:60vh;
    overflow-y:scroll;
    align-content: baseline;
}
ul.cf-cities.cf-show > li {
    margin-bottom:0;
    width:calc( (100% - 30px) / 4);
}
ul.cf-cities.cf-show > li > a {
    justify-content:flex-start!important;
    font-size:16px;
    color:var(--brand_color2);
}
ul.cf-cities.cf-show > li:hover > a {
    color:var(--brand_color);
}
.hide_label {
    display:none!important;
}
.notyf {
    justify-content:center!important;
    align-items:center!important;
    z-index:99999!important;
    font-family:'Arial';
}
.notyf-announcer {
    z-index:99999!important;
}
.dialog_notyf.notyf {
    justify-content:flex-start!important;
}
form .is-invalid {
    border-color:red;
}
.notyf .notyf__toast--error {
    border: 1px solid red!important;
}
.notyf .notyf__toast--success {
    border: 1px solid green!important;
}
.notyf .notyf__toast--error .notyf__ripple,
.notyf .notyf__toast--success .notyf__ripple {
    background:#fff!important;
}
.notyf .notyf__wrapper {
    padding:15px 0!important;
}

@media screen and (max-width: 1300px) {
	.testimonials_arrow.swiper-button-next,
	.other_posts_arrow.swiper-button-next,
	.other_services_arrow.swiper-button-next,
	.other_posts_arrow_query.swiper-button-next,
	.other_services_arrow_work.swiper-button-next {
		right: -15px;
	}
	.testimonials_arrow.swiper-button-prev,
	.other_posts_arrow.swiper-button-prev,
	.other_services_arrow.swiper-button-prev,
	.other_posts_arrow_query.swiper-button-prev,
	.other_services_arrow_work.swiper-button-prev {
		left: -15px;
	}
}
@media screen and (max-width: 1200px) {
	.container {
		max-width: 991px;
	}
	ul.main_nav {
		gap:0 40px;
	}
	ul.main_nav li a {
		padding: 20px 0;
		font-size: 18px;
	}
	#first_line_footer_contacts {
		gap:20px;
	}
	#footer_line {
		gap:30px 75px;
	}
	.title_home h1,
	h1.template_tag {
		font-size: 38px;
	}
	.title_home p.after_text_title,
	.container_service_descr {
		font-size: 18px;
	}
	.position_banner {
		right: -250px;
	}
	.container_service_title {
		font-size: 24px;
	}
	.container_service {
		padding: 50px;
		height: 340px;
	}
	h2.template_center, h2.template_left {
		font-size: 30px;
	    margin-bottom: 40px;
	}
	.numbers_flex_company .number {
		font-size: 48px;
		width: 48px;
	}
	html {
		font-size: 16px;
	}
	.project_item_home {
		max-width: 465px;
	}
	.testimonials_arrow.swiper-button-next,
	.other_posts_arrow.swiper-button-next,
	.other_services_arrow.swiper-button-next,
	.other_posts_arrow_query.swiper-button-next,
	.other_services_arrow_work.swiper-button-next {
		right: 0;
	}
	.testimonials_arrow.swiper-button-prev,
	.other_posts_arrow.swiper-button-prev,
	.other_services_arrow.swiper-button-prev,
	.other_posts_arrow_query.swiper-button-prev,
	.other_services_arrow_work.swiper-button-prev {
		left: 0;
	}
	.title_content_project_item_home {
		font-size: 24px;
		min-height: 60px;
	}
	.left_info_project > * {
		font-size: 16px;
	}
	.img_wrapper {
		height: 300px;
	}
	#navigation_projects {
		gap:15px;
	}
	.project_nav {
		font-size: 14px;
	}
	.project_nav:hover::before, .project_nav.active_project_razdel::before {
		height: 2px;
	}
	.item_our_team {
		max-width: 290px;
	}
	.item_our_team img {
		height: 360px;
	}
	.name_item_our_team_info {
		font-size: 22px;
		min-height: 61px;
	}
	.spec_item_our_team_info {
		font-size: 16px;
		min-height:65px;
	}
	.item_our_team_info {
		padding: 15px;
	}
	.other_services_slides_work .article_parent_row .container_img_article_parent_row {
	    max-width:380px;
	}
	.other_services_slides_work .article_parent_row .title_content_article_parent_row {
	    font-size:24px;
	    margin-bottom:15px;
	}
	.other_services_slides_work .article_parent_row .intro_content_article_parent_row {
	    font-size:16px;
	}
	.other_services_slides_work .article_parent_row .intro_project_text {
	    font-size:16px;
	    margin-top:15px;
	}
}
@media screen and (max-width: 992px) {
	.container {
		max-width: 767px;
	}
	header {
		padding: 10px 0;
	}
	#first_content_header_top_row {
		padding-top: 0;
		flex: 1 1 0;
		order: 2;
	}
	.logo_header_top_row {
		max-width: 155px;
		order: 1;
	}
	#second_content_header_top_row {
		gap: 0 20px;
		order: 3;
		justify-content: space-between;
		width: 100%;
	}
	.main_navigation_section {
		display: none;
	}
	#second_content_header_top_row > * {
		order: 2;
	}
	#second_content_header_top_row > button.toggle_menu {
		border: none;
    	background: transparent;
    	padding: 0;
    	width: 23px;
    	height: 23px;
    	display: flex;
    	align-items: center;
    	justify-content: center;
    	order:1;
	}
	#footer_line > * {
		width: calc(50% - 30px);
	}
	#first_line_footer {
		order:1;
	}
	#first_line_footer_contacts {
		flex-direction: column;
		justify-content: flex-start;
	}
	.small_col_footer {
		order:2;
	}
	.middle_col_footer {
		order:3;
	}
	#footer_line > .big_col_footer {
		order: 4;
	}
	.middle_col_footer li {
		margin-bottom: 15px;
	}
	#footer_line {
		gap:30px 60px;
	}
	.position_banner {
		top: 150px;
		right: -350px;
	}
	.item_do_content {
		max-width: 348.3px;
	}
	.project_item_home {
		max-width: 100%;
	}
	.img_wrapper {
		height: 370px;
	}
	.map_script {
		max-width: 100%;
		height: 350px;
	}
	#contacts_items_row {
		gap:75px;
	}
	#navigation_projects {
		flex-wrap: nowrap;
		margin:25px 0;
	}
	.project_nav {
		font-size: 12px;
		width: auto;
	}
	.price_table_wrapper {
		padding: 25px 50px;
	}
	.text_price_table_wrapper {
		font-size: 20px;
	}
	.icon_price_table_wrapper {
		width: 40px;
		height: 40px;
	}
	#about_company_first_screen {
		flex-direction: column;
	}
	.icon_right_about_company {
		max-width: 100%;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap:30px;
	}
	.item_icon_about_company {
		font-size: 18px;
	}
	.other_services_slides_work .article_parent_row {
	    flex-flow:column;
	}
	.other_services_slides_work .article_parent_row .container_img_article_parent_row {
	    max-width:100%;
	}
	ul.cf-cities.cf-show > li {
        width:calc( (100% - 20px) / 3);
    }
}
@media screen and (max-width: 767px) {
	.container {
		max-width: 100%;
	}
	#footer_line > .middle_col_footer,
	#footer_line > .big_col_footer {
		width: 100%;
		max-width: 100%;
	}
	#second_content_header_top_row a {
		font-size: 12px;
	}
	.callback_btn {
		font-size: 12px;
		padding:5px 10px;
	}
	.position_banner {
		top: 50px;
		right: 0;
		opacity: .4;
	}
	.container_service {
		height: 440px;
	}
	#section_flex_company_numbers > * {
		width: 100%;
	}
	html {
		font-size: 14px;
	}
	.title_home p.after_text_title, .container_service_descr {
		font-size: 16px;
	}
	h2.template_center, h2.template_left {
		font-size: 26px;
	}
	.img_wrapper {
		height: 330px;
	}
	#articles_parent_row {
		gap:30px 55px;
	}
	#contacts_items_row {
		gap:30px;
	}
	.value_contacts_item_row, .value_contacts_item_row a {
		font-size: 18px;
	}
	table tr td,
	.head_price td {
		font-size: 14px;
		min-width: 100px;
	}
	table tr th {
		font-size: 16px;
	}
	.price_table_wrapper {
		padding: 25px 15px;
		margin: 50px 0;
	}
	.text_price_table_wrapper {
		font-size: 18px;
		flex: 1 1 0;
	}
    .item_helpful_doc {
        width:100%;
    }
    #bottom_order_form {
        gap:30px;
        margin-top:30px;
    }
    .calc_rows_form {
        flex-flow:column;
        gap:0;
    }
    .column_selects {
        width:100%;
    }
    .title_calc_form {
        font-size:20px;
    }
    .title_row_salary {
        margin-top:0;
        padding-left:0;
    }
    #row_salary {
        gap:0;
    }
    #vakans_row_text {
        margin:30px 0;
    }
    .map_script_full {
        height:200px;
    }
}
@media screen and (max-width: 575px) {
    .container_video_iframe_home.two{width:100%; margin-left:auto; margin-right:auto; float:none; height: auto;}
	.logo_header_top_row {
		max-width: 100px;
	}
	.worktime {
		display: none;
	}
	#icons_first_content_header_top_row {
		gap:0 10px;
	}
	#second_content_header_top_row > button.toggle_menu {
		order: 3;
	}
	#second_content_header_top_row > .callback_btn {
		order: 4;
	}
	#second_content_header_top_row {
		gap:10px 155px;
	}
	#icons_first_content_header_top_row a img {
		width: 19px;
		height: 19px;
	}
	#first_line_footer_contacts > * {
		font-size: 12px;
	}
	#first_line_footer {
		align-self: baseline;
	}
	.small_col_footer li,
	.middle_col_footer li {
		margin-bottom: 5px;
		line-height: 1;
	}
	.small_col_footer li a {
		font-size: 14px;
	}
	#first_line_footer_contacts {
		gap:10px;
	    align-items: flex-start;
	}
	#first_line_footer {
		gap:25px;
	}
	.middle_col_footer li a {
		font-size: 14px;
	}
	.big_col_footer p,
	.big_col_footer a.politics_footer {
		font-size: 12px;
	}
	footer {
		padding: 25px 0;
	}
	.title_home h1,
	h1.template_tag {
		font-size: 22px;
		margin-bottom: 40px;
	}
	h2.template_center, h2.template_left {
		font-size: 20px;
	}
	.title_home h1::before,
	h1.template_tag::before {
		height: 2px;
		width: 60px;
	}
	.home_banner {
		height: auto;
		padding-bottom: 40px;
	}
	.container_service_title {
		font-size: 16px;
	}
	.title_home p.after_text_title, .container_service_descr {
		font-size: 12px;
	}
	section {
		margin: 50px 0;
	}
	.container_video_iframe_home {
		margin-bottom: 50px;
		height: auto;
	}
	section.white_bg {
		padding: 50px 0;
	}
	.testimonial_wrapp * {
		font-size: 12px;
	}
	.testimonial_wrapp {
		min-height: 270px;
	}
	.more_about_us {
		font-size: 14px;
		margin: 30px auto 0 auto;
	}
	form input, form textarea, form select {
		font-size: 14px;
	}
	.container_service {
		height: 400px;
	}
	.img_wrapper {
		height: 200px;
	}
	.title_content_project_item_home {
		font-size: 16px;
		min-height: 40px;
	}
	.content_project_item_home {
		padding: 15px 15px 25px 15px;
	}
	.left_info_project > * {
		font-size: 12px;
	}
	.content_project_item_home .link_brand_color_two {
		margin: 0 0 0 auto;
		font-size: 12px;
		width: auto;
	}
	.info_project {
		gap:5px;
		align-items: flex-end;
	}
	.two_col_items {
		flex-wrap: wrap;
	}
	#navigation_projects {
		flex-wrap: wrap;
		justify-content: center;
		gap:15px 10px;
	}
	.project_nav {
		width: 100%;
		max-width: calc( 50% - 10px);
		min-height: auto;
	}
	#navigation_projects > .project_nav:first-child {
		max-width: 100%;
	}
	.text_price_table_wrapper {
		font-size: 14px;
	}
	table tr th,
	table tr td,
	.head_price td {
		padding: 5px;
		font-size: 12px;
	}
	.item_icon_about_company {
		font-size: 12px;
	}
	.item_icon_about_company img {
		width: 40px;
		height: 40px;
	}
	html {
        font-size:16px;	
	}
	.title_modal_form_class {
	    font-size:18px;
	    margin-bottom:30px;
	    padding:0;
	}
	.title_modal_form_class::before {
	    height:2px;
	    width:60px;
	}
	dialog {
	    padding:20px;
	}
	.exit_form {
	    top:5px;
	    right:5px;
	}
	.middle_col_footer,
	#footer_line > .big_col_footer {
	    position:relative;
	}
	.middle_col_footer::before,
	#footer_line > .big_col_footer::before {
	    content:"";
	    width:1000px;
	    height:1px;
	    background-color:var(--font_color);
	    left:50%;
	    top:-19px;
	    transform:translateX(-50%);
	    position: absolute;
	}
	#first_line_footer_contacts > *:nth-child(1) {
	    order:1;
	}
	#first_line_footer_contacts > *:nth-child(2) {
	    order:3;
	}
	#first_line_footer_contacts > *:nth-child(3) {
	    order:2;
	}
	.title_calc_form {
	    font-size:16px;
	}
	.montazh_calc {
	    padding:15px;
	    margin:50px 0;
	}
	.calc_form input::placeholder {
	    font-size:14px;
	}
	.calc_form input::-ms-input-placeholder {
	    font-size:14px;
	}
	.other_services_slides_work .article_parent_row .title_content_article_parent_row {
	    font-size:16px;
	    margin-bottom:5px;
	}
	.other_services_slides_work .article_parent_row .intro_content_article_parent_row,
	.other_services_slides_work .article_parent_row .intro_project_text {
	    font-size:12px;
	    margin-top:15px;
	}
	.show_detail_project_btn {
	    margin-top:15px;
	    font-size:16px;
	}
	ul.cf-cities.cf-show > li {
        width:calc( (100% - 10px) / 2);
    }
    .map_script_full {
        height:150px;
    }
}
@media screen and (max-width: 414px) {
	#second_content_header_top_row {
		gap:10px 75px;
	}
	.other_posts_slides, .other_services_slides, .other_posts_slides_query, .other_services_slides_work {
	    padding:15px!important;
	}
}

.swiper-button-next:after,.swiper-button-prev:after{font-weight:bold;font-size:60px!important;}

/*!
 * Mmenu Light
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */:root{--mm-ocd-width:80%;--mm-ocd-min-width:200px;--mm-ocd-max-width:440px}body.mm-ocd-opened{overflow-y:hidden;-ms-scroll-chaining:none;overscroll-behavior:none}.mm-ocd{position:fixed;top:0;right:0;bottom:100%;left:0;z-index:9999;overflow:hidden;-ms-scroll-chaining:none;overscroll-behavior:contain;background:rgba(0,0,0,0);-webkit-transition-property:bottom,background-color;-o-transition-property:bottom,background-color;transition-property:bottom,background-color;-webkit-transition-duration:0s,.3s;-o-transition-duration:0s,.3s;transition-duration:0s,.3s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-delay:.45s,.15s;-o-transition-delay:.45s,.15s;transition-delay:.45s,.15s}.mm-ocd--open{bottom:0;background:rgba(0,0,0,.25);-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}.mm-ocd__content{position:absolute;top:0;bottom:0;z-index:2;width:80%;width:var(--mm-ocd-width);min-width:200px;min-width:var(--mm-ocd-min-width);max-width:440px;max-width:var(--mm-ocd-max-width);background:#fff;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.mm-ocd--left .mm-ocd__content{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-ocd--right .mm-ocd__content{right:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-ocd--open .mm-ocd__content{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-ocd__backdrop{position:absolute;top:0;bottom:0;z-index:3;width:calc(100% - 80%);width:calc(100% - var(--mm-ocd-width));min-width:calc(100% - 440px);min-width:calc(100% - var(--mm-ocd-max-width));max-width:calc(100% - 200px);max-width:calc(100% - var(--mm-ocd-min-width));background:rgba(3,2,1,0)}.mm-ocd--left .mm-ocd__backdrop{right:0}.mm-ocd--right .mm-ocd__backdrop{left:0}.mm-spn,.mm-spn a,.mm-spn li,.mm-spn span,.mm-spn ul{display:block;padding:0;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box}:root{--mm-spn-item-height:50px;--mm-spn-item-indent:20px;--mm-spn-line-height:24px}.mm-spn{width:100%;height:100%;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;overflow:hidden;-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0);-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.mm-spn ul{-webkit-overflow-scrolling:touch;position:fixed;top:0;left:100%;bottom:0;z-index:2;width:130%;padding-right:30%;line-height:24px;line-height:var(--mm-spn-line-height);overflow:visible;overflow-y:auto;background:inherit;-webkit-transition:left .3s ease 0s;-o-transition:left .3s ease 0s;transition:left .3s ease 0s;cursor:default}.mm-spn ul:after{content:"";display:block;height:50px;height:var(--mm-spn-item-height)}.mm-spn>ul{left:0}.mm-spn ul.mm-spn--open{left:0}.mm-spn ul.mm-spn--parent{left:-30%;overflow-y:hidden}.mm-spn li{position:relative;background:inherit;cursor:pointer}.mm-spn li:before{content:"";display:block;position:absolute;top:25px;top:calc(var(--mm-spn-item-height)/ 2);right:25px;right:calc(var(--mm-spn-item-height)/ 2);z-index:0;width:10px;height:10px;border-top:2px solid;border-right:2px solid;-webkit-transform:rotate(45deg) translate(0,-50%);-ms-transform:rotate(45deg) translate(0,-50%);transform:rotate(45deg) translate(0,-50%);opacity:.4}.mm-spn li:after{content:"";display:block;margin-left:20px;margin-left:var(--mm-spn-item-indent);border-top:1px solid;opacity:.15}.mm-spn a,.mm-spn span{position:relative;z-index:1;padding:13px 20px;padding:calc((var(--mm-spn-item-height) - var(--mm-spn-line-height))/ 2) var(--mm-spn-item-indent)}.mm-spn a{background:inherit;color:inherit;text-decoration:none}.mm-spn a:not(:last-child){width:calc(100% - 50px);width:calc(100% - var(--mm-spn-item-height))}.mm-spn a:not(:last-child):after{content:"";display:block;position:absolute;top:0;right:0;bottom:0;border-right:1px solid;opacity:.15}.mm-spn span{background:0 0}.mm-spn.mm-spn--navbar{cursor:pointer}.mm-spn.mm-spn--navbar:before{content:'';display:block;position:absolute;top:25px;top:calc(var(--mm-spn-item-height)/ 2);left:20px;left:var(--mm-spn-item-indent);width:10px;height:10px;margin-top:2px;border-top:2px solid;border-left:2px solid;-webkit-transform:rotate(-45deg) translate(50%,-50%);-ms-transform:rotate(-45deg) translate(50%,-50%);transform:rotate(-45deg) translate(50%,-50%);opacity:.4}.mm-spn.mm-spn--navbar.mm-spn--main{cursor:default}.mm-spn.mm-spn--navbar.mm-spn--main:before{content:none;display:none}.mm-spn.mm-spn--navbar:after{content:attr(data-mm-spn-title);display:block;position:absolute;top:0;left:0;right:0;height:50px;height:var(--mm-spn-item-height);padding:0 40px;padding:0 calc(var(--mm-spn-item-indent) * 2);line-height:50px;line-height:var(--mm-spn-item-height);opacity:.4;text-align:center;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.mm-spn.mm-spn--navbar.mm-spn--main:after{padding-left:20px;padding-left:var(--mm-spn-item-indent)}.mm-spn.mm-spn--navbar ul{top:51px;top:calc(var(--mm-spn-item-height) + 1px)}.mm-spn.mm-spn--navbar ul:before{content:'';display:block;position:fixed;top:inherit;z-index:2;width:100%;border-top:1px solid currentColor;opacity:.15}.mm-spn.mm-spn--light{color:#444;background:#f3f3f3}.mm-spn.mm-spn--dark{color:#ddd;background:#333}.mm-spn.mm-spn--vertical{overflow-y:auto}.mm-spn.mm-spn--vertical ul{width:100%;padding-right:0;position:static}.mm-spn.mm-spn--vertical ul ul{display:none;padding-left:20px;padding-left:var(--mm-spn-item-indent)}.mm-spn.mm-spn--vertical ul ul:after{height:25px;height:calc(var(--mm-spn-item-height)/ 2)}.mm-spn.mm-spn--vertical ul.mm-spn--open{display:block}.mm-spn.mm-spn--vertical li.mm-spn--open:before{-webkit-transform:rotate(135deg) translate(-50%,0);-ms-transform:rotate(135deg) translate(-50%,0);transform:rotate(135deg) translate(-50%,0)}.mm-spn.mm-spn--vertical ul ul li:last-child:after{content:none;display:none}
/* End */


.default__form_accept_agree {
    display:flex;
    gap:15px;
    align-items:center;
    justify-content:center;
}
.default__form_accept_agree input {
    margin:0;
    padding:0;
    width:14px;
    height:14px;
}
.default__form_accept_agree label {
    flex: 1 1 0;
    font-size:12px;
}
.default__form_accept_agree label a {
    color:var(--brand_color2);
    text-decoration:underline;
}

.cookies_politics {
    display: none;
    position: fixed;
    right: 15px;
    bottom: 15px;
    padding:15px 25px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, .15);
    width: 100%;
    max-width:545px;
    z-index: 5147483649 !important;
}
.cookies_politics.open_cookie {
    display:flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 15px;
}
.ok_cookies_politics {
    display: flex;
    width: 50px;
    height: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: var(--brand_color);
    color: #fff;
    cursor: pointer;
    transition: all .6s;
}
.ok_cookies_politics:hover {
    transition: all.6s;
    opacity:.7;
}
.text_cookies_politics {
    font-size:12px;
    flex: 1 1 0;
    color:#666666;
    line-height:1.35;
}
@media screen and (max-width:576px) {
    .cookies_politics {
	    width:95vw;
	    right:2.5vw;
	    bottom:65px;
	    padding:15px;
	    gap:0!important;
	}
}
@media screen and (max-width:438px) {
    .ok_cookies_politics {
	    width:40px;
	    height:25px;
	}
}