/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Web:      http://www.hmelii.ru
Email:    anufry@inbox.ru
Version:  6.00 29.05.21 n
----------------------------------------------- */
/*---------------------- basic styles --------------------------------------*/
@import url("bases.css");
@import url("jquery-ui.css");
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Roboto:wght@300;400;500;700&display=swap');
@import url("modals/blur.css");
/*---------------------- end basic styles ----------------------------------*/
/*---------------------- global --------------------------------------*/
html {
	height: 100%;
	overflow-y: scroll;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	background: #fff;
	height: 100%;
	color: #888888;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 2;
	text-align: left;
	word-wrap: break-word;
}
input, button, select, textarea, html {
	font-family: 'Roboto', sans-serif;
}
a {
	color: #009899;
	text-decoration: underline;
}
a:hover, a:hover:visited {
	text-decoration: none;
}
.nu a:hover, a.nu:hover {
	text-decoration: underline;
}
.nu a, a.nu {
	text-decoration: none;
}
a.link_dashed, .link_dashed a {
	text-decoration: none;
	border-bottom: 1px dashed;
}
a.link_dashed:hover, .link_dashed a:hover {
	border: 0;
	text-decoration: none;
}
.h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 3.8rem;
	font-weight: bold;
	color: #282828;
	margin: 0 0 3.4rem;
	line-height: 1.1;
}
.h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 3.8rem;
	font-weight: bold;
	color: #282828;
	margin: 0 0 3.4rem;
	line-height: 1.1;
}
.h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 3.8rem;
	font-weight: bold;
	color: #282828;
	margin: 0 0 3.4rem;
	line-height: 1.1;
}
.h4 {
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 0 1.33em;
}
.h5 {
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0 0 1.67em;
}
.h6 {
	font-size: 1.1rem;
	font-weight: bold;
	margin: 0 0 2.33em;
}
/*colors*/
/*end colors*/
/*fonts*/
.f-10 {
	font-size: 1.0rem;
}
.f-11 {
	font-size: 1.1rem;
}
.f-12 {
	font-size: 1.2rem;
}
.f-13 {
	font-size: 1.3rem;
}
.f-14 {
	font-size: 1.4rem;
}
.f-15 {
	font-size: 1.5rem;
}
.f-16 {
	font-size: 1.6rem;
}
.f-17 {
	font-size: 1.7rem;
}
.f-18 {
	font-size: 1.8rem;
}
.f-20 {
	font-size: 2.0rem;
}
/*end fonts*/
/*forms fields*/
.field {
	background: #f9f9f9;
	border: 0.1rem solid rgba(222,222,222,.71);
	border-radius: 0.3rem;
	padding: 0.8rem 1.0rem 0.9rem;
	-webkit-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
	font-size: 1.2rem;
	color: #4f4f4f;
}
.field:focus {
	border-color: #51cbee;
	-webkit-box-shadow: rgba(81, 203, 238, 1) 0px 0px 5px;
	box-shadow: rgba(81, 203, 238, 1) 0px 0px 5px;
}
 .field:-moz-placeholder {
 opacity: 1;
 font-size:1.2rem;
 color: #bcbcbc;
 font-style: normal;
}
 .field::-moz-placeholder {
 opacity: 1;
 font-size:1.2rem;
 color: #bcbcbc;
 font-style: normal;
}
 .field::-webkit-input-placeholder {
 opacity: 1;
 font-size:1.2rem;
 color: #bcbcbc;
 font-style: normal;
}
 .field:-ms-input-placeholder {
 opacity: 1;
 font-size:1.2rem;
 color: #bcbcbc;
 font-style: normal;
}
.field.placeholder {
	font-size: 1.2rem;
	color: #bcbcbc;
	font-style: normal;
}
.field.invalid {
	border-color: red;
}
.parent_field {
	display: inline-block;
	vertical-align: top;
}
.invalid_message {
	display: block;
	color: red;
	font-size: 11px;
	font-size: 11px;
	line-height: 1.2;
}
.valid_message {
	display: none;
	color: green;
	font-size: 11px;
	font-size: 11px;
	line-height: 1.2;
}
/*end forms fields*/
/*over blocks*/
.o {
	overflow: hidden;
}
.cx:before, .cx:after {
	content: "";
	display: table;
}
.cx:after {
	clear: both;
}
.ct {
	display: table;
}
.ct:after {
	content: '. . . . . . . . . . .';
	display: block;
	word-spacing: 99in;
	height: 0;
	overflow: hidden;
	font-size: 0.05em;
	line-height: 0.05em;
}
/*end over blocks*/
/*other*/
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	border: 0;
	height: 0;
	display: block;
	width: 100%;
	vertical-align: top;
	position:relative;
	
}
hr:before{
	content:"";
	border-top: 0.1rem solid #e7e7e7;
	display:block;
	position:absolute;
	top:0;
	right:-1000.0rem;
	left:-1000.0rem;
	z-index:1;
}
::-moz-selection {
 background-color: rgba(255, 0, 0, 0.5);
 color: #fff;
 text-shadow: none;
}
::selection {
	background-color: rgba(255, 0, 0, 0.5);
	color: #fff;
	text-shadow: none;
}
 img::-moz-selection {
 background-color: transparent;
 -moz-box-shadow: none;
}
img::selection {
	background-color: transparent;
	box-shadow: none;
}
ul {
	padding: 0;
}
li {
	background: url(../images/pic24.png) no-repeat 0 1.0rem;
	margin: 0 0 0.3rem;
	padding: 0 0 0 2.4rem;
	list-style: none;
}
.list li {
	background: none;
}
/*end other*/
/*---------------------- end global ----------------------------------*/
/*---------------------- wrapper ------------------------------------*/
.wrapper {
	min-width: 102.4rem;
	min-height: 100%;
	margin: auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.inner {
	min-width: 102.4rem;
	max-width: 128.0rem;
	margin: auto auto 19.9rem !important;
}
.inner:before, .inner:after {
	content: "";
	display: table;
}
.inner:after {
	clear: both;
}
/*---------------------- *** ----------------------------------------*/
/*---------------------- header -------------------------------------*/
.header {
	position: relative;
}
.header {
	min-width: 102.4rem;
	max-width: 128.0rem;
	padding: 16.5rem 0 0;
	position: relative;
}
.header_top {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: flex-start;
	flex-wrap: wrap;
	min-width: 102.4rem;
	max-width: 128.0rem;
	height: 16.5rem;
	margin: auto;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	line-height: 1.2;
	z-index: 111;
	-webkit-transition: height 0.3s ease;
	transition: height 0.3s ease;
}
.header_top:before {
	content: "";
	background: #fff;
	box-shadow: 0 0 1.5rem 0.1rem rgba(3,12,20,.34);
	display: none;
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: -1000.0rem;
	z-index: -1;
}
.nav {
	width: 100%;
	height: 6.8rem;
	position: relative;
	z-index: 11;
}
.nav:before {
	content: "";
	background: #f57e20;
	width: 100vw;
	position: absolute;
	top: 0;
	right: 50%;
	bottom: 0;
	transform: translate(50%, 0);
	z-index: -1;
}
.nav_toggle {
	display: none;
}
.nav> .sub_all {
	display: block;
}
body:not(.page_with-small-header) .sub_all {
	display: block !important;
}
.nav> .sub_all> .list {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	position: relative;
	z-index: 1;
}
.nav> .sub_all> .list> .item {
	width: 100%;
	position: relative;
	font-weight: normal;
}
.nav> .sub_all> .list> .item> .link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 6.8rem;
	position: relative;
	color: #fff;
	text-decoration: none;
	z-index: 2;
	transition: all 0.5s ease 0s;
}
.nav> .sub_all> .list> .item:hover> .link, .nav> .sub_all> .list> .active> .link {
	background: #f88e3a;
}
.nav .sub {
	position: absolute;
	top: 6.8rem;
	left: 0;
	width: 400px;
	display: none;
}
.nav> .sub_all> .list> .item:last-child .sub {
	left: auto;
	right: 0;
}
.nav .back_sub {
	display: none;
}
.nav .sub_menu {
	background: #fff;
	box-shadow: 0 1.1rem 2.9rem rgba(0,0,0,.09);
	display: block;
	padding: 0.4rem 0 0.9rem;
	float: left;
	position: relative;
}
.nav> .sub_all> .list> .item:last-child .sub_menu {
	float: right;
}
.nav .sub .item {
	position: relative;
	font-weight: 500;
	font-weight: normal;
}
.nav .sub .link {
	display: flex;
	align-items: center;
	height: 5.9rem;
	padding: 0 5.3rem 0 3.9rem;
	position: relative;
	font-weight: 500;
	color: #282828;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}
.nav .sub .item:hover .link {
	background: #f9f9f9;
}
.nav> .sub_all> .list> .item:hover .sub {
	display: block;
}
.logo {
	background: url(../images/logo.svg) no-repeat;
	width: 31.4rem;
	height: 6.7rem;
	margin: 1.7rem 0 1.3rem 1.5rem;
}
.logo .link {
	display: block;
	width: 31.4rem;
	height: 6.7rem;
}
.header_top .in {
	margin: 3.1rem 0 2.5rem;
}
.address {
	background: url(../images/pic1.png) no-repeat;
	min-height: 1.6rem;
	margin: 0 0 0.5rem 0.1rem;
	padding: 0.2rem 0 0 2.1rem;
	font-size: 1.2rem;
	color: #282828;
}
.time {
	background: url(../images/pic2.png) no-repeat;
	padding: 0.1rem 0 0 2.2rem;
	font-size: 1.2rem;
	color: #282828;
}
.phone {
	margin: 0 0 0.5rem;
	font-size: 1.6rem;
	font-weight: bold;
	color: #282828;
}
.phone .link {
	background: url(../images/pic3.png) no-repeat;
	display: inline-block;
	padding: 0 0 0 2.2rem;
	font-size: 1.6rem;
	font-weight: bold;
	color: #282828;
	text-decoration: none;
}
.mail {
	font-size: 1.2rem;
}
.mail .link {
	background: url(../images/pic4.png) no-repeat 0 0.2rem;
	display: inline-block;
	padding: 0 0 0 2.2rem;
	color: #009899;
}
.callback {
	margin: 2.4rem 1.5rem 2.6rem 0;
}
.callback .link {
	background: #5fb4ac url(../images/pic5.png) no-repeat 2.6rem 1.3rem;
	border-radius: 0.5rem;
	display: inline-block;
	width: 15.6rem;
	height: 4.7rem;
	padding: 0 0 0 4.8rem;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 4.7rem;
}
.carousel_1 {
	width: 100%;
	height: 37.5rem;
	margin: 0 0 6.0rem;
	padding: 3.0rem 0;
	position: relative;
	line-height: 1.5;
}
.carousel_1:before {
	content: "";
	background: #f9f9f9;
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: -1000.0rem;
	z-index: -1;
}
.carousel_1 p {
	margin: 0 0 4.8rem;
}
.carousel_1 .main_list> .item {
	visibility: hidden;
	position: absolute;
	top: 3.0rem;
	right: 0;
	bottom: 3.0rem;
	left: 0;
	-webkit-transition: visibility 1s ease;
	transition: visibility 1s ease;
}
.carousel_1 .main_list> .active {
	visibility: visible;
	z-index: 1;
}
.carousel_1 .fig {
	border-radius: 0.5rem;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.carousel_1 .fig:before {
	content: "";
	background: url(../images/pic6_small.png) repeat-y;
	width: 99.5rem;
	border-radius: 0.5rem 0 0 0.5rem;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.carousel_1 .active .fig {
	opacity: 1;
}
.carousel_1 .img {
	border-radius: 0.5rem;
	width: 100%;
	height: 100%;
	vertical-align: top;
}
.carousel_1 .text {
	width: 60.1rem;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	position: absolute;
	top: 7.5rem;
	left: 6.6rem;
	z-index: 2;
	-webkit-transition: all 1s ease .5s;
	transition: all 1s ease .5s;
	-webkit-transform: translate(0, 100%);
	transform: translate(0, 100%);
	opacity: 0;
}
.carousel_1 .active .text {
	opacity: 1;
	-webkit-transform: translate(0, 0%);
	transform: translate(0, 0%);
}
.carousel_1 .title_big {
	margin: 0 0 1.3rem;
	font-size: 3.8rem;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
}
.carousel_1 .title_small {
	margin: 0 0 2.9rem;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1;
}
.carousel_1 .btn_1 {
	background: #f57e20;
	border-radius: 0.5rem;
	display: inline-block;
	width: 19.5rem;
	height: 4.7rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	line-height: 4.7rem;
	text-align: center;
}
.carousel_1 .tabs {
	position: absolute;
	bottom: 6.8rem;
	right: 2.5rem;
	z-index: 3;
}
.carousel_1 .tabs .item {
	display: inline-block;
	margin: 0 1.0rem;
}
.carousel_1 .tabs .link {
	background: #fff;
	border-radius: 50%;
	display: block;
	vertical-align: middle;
	width: 1.0rem;
	height: 1.0rem;
}
.carousel_1 .tabs .active {
	background: #f57e20;
}
/*---------------------- end header ----------------------------------*/
/*---------------------- side ---------------------------------------*/
.side_1, .side_2 {
	width: 170px;
	position: relative;
	float: left;
}
.side_2 {
	float: right;
}
/*---------------------- end side ------------------------------------*/
/*---------------------- content -------------------------------------*/
.content {
	position: relative;
	padding: 0 1.5rem;
}
.services_box {
	display: flex;
	flex-direction: row;
	margin: 0 0 5.8rem;
}

.services_box .h2 {
	margin: 0 0 3.7rem;
	font-size: 2.8rem;
}
.services_box.grey_bg .h2 {
	margin: 0 0 3.7rem;
	font-size: 2.8rem;
}
.text_block {
	width: 30%;
	margin: 0 4.4rem 0 0;
	line-height: 1.8;
}
.main_page .services_list {
	width: calc(70% - 3.0rem);
	margin: 6.8rem 0 0 -1.4rem;
}
.grey_bg .services_list {
    width: calc(70% - 3.0rem);
    margin: 6.8rem 0 0 -1.4rem;
}
.main_page .services_list .item {
	
	width: calc(34% - 2.2rem);
	margin: 0 0 1.4rem 1.4rem;
	
}
.services_list {
	margin: 0 0 2.5rem -2.4rem;
}
.services_list .item {
	border: 0.1rem solid rgba(222,222,222,.71);
	border-radius: 0.3rem;
	width: calc(34% - 3.4rem);
	margin: 0 0 2.4rem 2.4rem;
	font-size: 1.6rem;
	font-weight: bold;
	transition: all 0.5s ease 0s;
}
.services_list .item:hover {
	border: 0.1rem solid #f57e20;
}
.services_list .link {
	color: #fff;
	text-decoration: none;
}
.services_list .fig {
	border-radius: 0.3rem;
	width: 100%;
	height: 24.8rem;
	position: relative;
	overflow: hidden;
}
.services_list .fig:before {
	content: "";
	background: url(../images/pic9.png) repeat-x;
	height: 15.7rem;
	border-radius: 0.3rem;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.services_list .fig .img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.services_list .in {
	padding: 0 1.5rem;
	position: absolute;
	bottom: 1.7rem;
	right: 0;
	left: 0;
	z-index: 2;
	text-align: center;
	transition: all 0.5s ease 0s;
}
.services_list .item:hover .in {
	background: #f57e20;
	display: flex;
	flex-direction: column;
	justify-content: center;
	bottom: 0;
	top: 0;
}
.services_list .iconka {
	display: none;
	width: 6.2rem;
	height: 6.2rem;
	position: relative;
	overflow: hidden;
	transition: all 0.5s ease 0s;
}
.services_list .iconka .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.services_list .item:hover .iconka {
	display: block;
	margin: 0 auto 2.1rem;
}
.more {
	color: #5cb3ab;
}
.why_choose_us {
	padding: 8.0rem 0 6.0rem;
	position: relative;
}
.why_choose_us:before {
	content: "";
	background: #f9f9f9;
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: -1000.0rem;
	z-index: -1;
}
.why_choose_us .h3 {
	margin: 0 0 4.6rem;
	font-size: 2.8rem;
}
.why_choose_us_list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0 -2.4rem;
}
.why_choose_us_list .item {
	background: #fff;
	border-radius: 0.5rem;
	width: calc(34% - 9.1rem);
	margin: 0 0 1.5rem 2.4rem;
	padding: 2.2rem 2.9rem;
	font-size: 1.2rem;
	transition: all 0.5s ease 0s;
}
.why_choose_us_list .item:hover {
	background: #f57e20;
	box-shadow: 0 1.3rem 2.7rem rgba(245,126,32,.36);
	color: #fff;
}
.why_choose_us_list .in {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 0 0 2.5rem;
}
.why_choose_us_list .fig {
	width: 5.3rem;
	height: 4.8rem;
	margin: 0 1.7rem 0 0;
	position: relative;
	overflow: hidden;
}
.why_choose_us_list .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.why_choose_us_list .title {
	width: 78%;
	font-size: 1.4rem;
	font-weight: normal;
	color: #282828;
	transition: all 0.5s ease 0s;
}
.why_choose_us_list .item:hover .title {
	color: #fff;
}
.why_choose_us_list .fig_white {
	display: none;
}
.why_choose_us_list .item:hover .fig_white {
	display: block;
}
.why_choose_us_list .item:hover .fig_blue {
	display: none;
}
.why_choose_us_list .text {
	border-top: 0.1rem solid #e7e7e7;
	padding: 1.8rem 0 0;
	transition: all 0.5s ease 0s;
	line-height: 1.8;
}
.why_choose_us_list .item:hover .text {
	border-top: 0.1rem solid #fff;
}
.project {
	margin: 0 0 9.3rem;
	padding: 8.8rem 0 0;
}
.project .container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.project .right_block {
	padding: 0.8rem 0 0;
}
.project .h3 {
	margin: 0 0 4.5rem;
	font-size: 2.8rem;
}
.carousel_2 {
	padding: 0 3.1rem;
	position: relative;
}
.carousel_2 .next, .carousel_2 .prev {
	background: #fff url(../images/pic23.png) no-repeat 50% 50%;
	border: 1px solid rgba(186,186,186,.71);
	border-radius: 0 0.3rem 0.3rem 0;
	border-left: none;
	width: 2.9rem;
	height: 4.7rem;
	position: absolute;
	top: 9.8rem;
	right: 0;
	z-index: 3;
}
.carousel_2 .prev {
	background: #fff url(../images/pic22.png) no-repeat 50% 50%;
	border-right: none;
	border-left: 1px solid rgba(186,186,186,.71);
	border-radius: 0.3rem 0 0 0.3rem;
	right: auto;
	left: 0;
}
.carousel_2 .in {
	position: relative;
	overflow: hidden;
}
.carousel_2 .main_list:before, .carousel_2 .main_list:after, .carousel_2 .main_list> .item:before, .carousel_2 .main_list> .item:after {
	display: none;
}
.carousel_2 .main_list {
	display: table;
	table-layout: fixed;
	width: 100%;
	position: relative;
}
.carousel_2 .main_list.animate {
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.carousel_2 .item {
	width: calc(34vw - 4.9rem);
	display: table-cell;
	padding: 0 1.8rem 0 0;
	vertical-align: top;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.1;
}
.carousel_2 .fig {
	border-radius: 0.5rem;
	display: block;
	width: 100%;
	height: 23.3rem;
	margin: 0 0 3.3rem;
	position: relative;
	overflow: hidden;
}
.carousel_2 .img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.carousel_2 .link {
	color: #282828;
	text-decoration: none;
}
.about {
	padding: 7.5rem 0 5.1rem;
	position: relative;
}
.about:before {
	content: "";
	background: #f9f9f9;
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: -1000.0rem;
	z-index: -1;
}
.about .h1 {
	width: 58.8rem;
	margin: 0 0 3.3rem;
	font-size: 2.8rem;
	line-height: 1.4;
}
.about .container {
	display: flex;
	flex-direction: row;
	line-height: 1.8;
}
.about .left_block {
	width: calc(60% - 8.9rem);
	margin: 0 8.9rem 0 0;
}
.about .right_block {
	width: 40%;
}
.about .title {
	margin: 0 0 1.4rem;
	font-weight: bold;
	color: #282828;
}
.map {
	position: relative;
	padding: 0 50% 0 0;
}
.map .text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 46.3rem;
	padding: 0 5.8rem 0 0;
	position: relative;
	color: #282828;
}
.map .text:before {
	content: "";
	background: #deeae6 url(../images/pic25.png) no-repeat 100% 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: -1000.0rem;
	z-index: -1;
}
.map .h3 {
	margin: 0 0 1.1rem;
	font-size: 2.8rem;
	text-transform: uppercase;
}
.address_map {
	background: url(../images/pic26.png) no-repeat 0 0.9rem;
	margin: 0 0 2.8rem;
	padding: 0 0 0 3.1rem;
	line-height: 1.4;
}
.phone_map {
	background: url(../images/pic27.png) no-repeat 0 1.2rem;
	margin: 0 0 2.3rem;
	padding: 0 0 0 2.9rem;
	font-size: 1.6rem;
	color: 282828;
	line-height: 1.5;
}
.link_phone {
	font-weight: 500;
	color: #282828;
	text-decoration: none;
}
.email_map {
	background: url(../images/pic28.png) no-repeat 0 1.9rem;
	padding: 0 0 0 3.2rem;
	line-height: 1.9;
}
.email_map .link {
	font-weight: 500;
}
.map .title {
	color: #009899;
}
.map .fig {
	width: 50vw;
	height: 46.3rem;
	right: 50%;
	transform: translate(100%, 0);
	position: absolute;
	top: 0;
}
.map .inn {
	margin: 0 0 3.3rem;
	font-size: 1.6rem;
	font-weight: normal;
	color: #009899;
	text-transform: uppercase;
}
.map .link {
	color: 009899;
}
form p {
	line-height: 1.2;
}
.c-66 {
	width: calc(66% - 0.6rem);
}
.c-33 {
	width: calc(33% - 0.6rem);
}
.label {
	font-size: 1.2rem;
	color: #bcbcbc;
	line-height: 1.2;
}
.star {
	background: url(../images/pic42.png) no-repeat;
	display: inline-block;
	vertical-align: top;
	width: 0.5rem;
	height: 0.5rem;
	margin: 0.4rem 0 0 0.2rem;
}
.h-89 {
	height: 8.9rem;
}
.captcha {
	display: inline-block;
	padding-left: 5.6rem;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.captcha .fig img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.captcha .field {
	width: 100%;
	border-left: 0;
	border-radius: 0 0.5rem 0.5rem 0;
}
.captcha .fig {
	background: #f9f9f9;
	border: 0.1rem solid rgba(222,222,222,.71);
	border-right: 0;
	border-radius: 0.5rem 0 0 0.5rem;
	width: 5.6rem;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
.button {
	background: #009899;
	border: none;
	border-radius: 0.5rem;
	display: inline-block;
	width: 100%;
	height: 4.7rem;
	font-size: 1.4rem;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 4.7rem;
	text-align: center;
}
.file {
	background: #f9f9f9;
	border: 0.1rem solid rgba(222,222,222,.71);
	border-radius: 0.3rem;
	display: inline-block;
	padding: 00 6.6rem 0 1.0rem;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.file input {
	clip: rect(0,0,0,0);
	position: absolute;
}
.file .value {
	display: block;
	height: 3.1rem;
	overflow: hidden;
	position: relative;
	font-size: 1.2rem;
	color: #4f4f4f;
	line-height: 3.1rem;
	white-space: nowrap;
	word-break: normal;
	text-overflow: ellipsis;
}
.file .btn {
	background: url(../images/pic44.png) no-repeat 50% 50%;
	width: 3.5rem;
	height: 3.2rem;
	position: absolute;
	top: 0;
	right: 0;
}
.file .delete {
	background: url(../images/pic45.png) no-repeat 50% 50%;
	width: 2.6rem;
	height: 3.2rem;
	position: absolute;
	top: 0;
	right: 3.5rem;
	display: none;
}
.file_added .delete {
	display: block;
}
.grey_block{
	margin:0 0 3.8rem;
	padding:1.9rem 0 2.5rem;
	position:relative;
}
.grey_block .h1{
	margin:0 0 1.0rem;
}
.grey_block:before{
	content:"";
	background:#f9f9f9;
	position:absolute;
	top:0;
	right:-1000.0rem;
	bottom:0;
	left:-1000.0rem;
	z-index:-1;
}
.crumbs {
	margin: 0 0 1.6rem;
}
.crumbs:before, .crumbs:after {
	display: none;
}
.crumbs:after {
	clear: both;
}
.crumbs .item {
	background: url(../images/pic46.png) no-repeat 0.7rem 0.6rem;
	display: inline;
	padding: 0 0 0 2.0rem;
	color: #888888;
	line-height: 1.6;
}
.crumbs .item:first-child {
	background: none;
	padding-left: 0;
}
.crumbs .item:before, .crumbs .item:after {
	display: none;
}
.crumbs .item:after {
	clear: both;
}
.crumbs .link {
	
	color: #282828;
}
.container_services{
	display:flex;
	flex-direction:row;
	margin:0 0 4.9rem
}
.container_services .left_block{
	width:22.9rem;
	margin:0.5rem 2.3rem 0 0;
}
.container_services .right_block{
	width:calc(100% - 25.2rem);
	
}
.services_list_left{
	background:#f9f9f9;
	border-top:0.1rem solid #e1e1e1;
	border-right:0.1rem solid #e1e1e1;
	border-left:0.1rem solid #e1e1e1;
	padding:1.1rem 0 0;
}
.services_list_left> .item{
	
	border-bottom:0.1rem solid #e1e1e1;
	position:relative;
	line-height:1.0;
}
.services_list_left> .item> .link{
	display:flex;
	align-items:center;
	height:6.2rem;
	padding:0 2.0rem;
	color:#282828;
	text-decoration:none;
}
.services_list_left> .item:hover> .link, .services_list_left> .active> .link{
	color:#009899;
}
.services_list_left> .active:before{
	content:"";
	border-left:0.3rem solid #009899;
	display:block;
	position:absolute;
	top:0;
	left:-0.1rem;
	bottom:0;
	z-index:1;
}
.services_list_left> .active:first-child:before{
	
	top:-1.2rem;
	
}
.services_list_left .list{
	margin:0.7rem 0 0.6rem 2.0rem;
}
.services_list_left .list .item{
	background: url(../images/pic47.png) no-repeat 0 0.5rem;
	margin:0 0 2.2rem;
	padding: 0 0 0 1.7rem;
}
.services_list_left .list .link{
	color:#282828;
	text-decoration:none;
}
.services_list_left .list .item:hover .link, .services_list_left .list .active .link{
	color:#009899;
}
.fig_1{
	border-radius: 0.5rem;
	float:left;
	margin:0 2.7rem 0 0;
	width:31.4rem;
	height:27.7rem;
	position:relative;
	overflow:hidden;
}
.fig_1 .img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.btn_2{
	background: #5fb3ab;
	border-radius: 0.5rem;
	display: inline-block;
	width:20.4rem;
	height:4.7rem;
	font-weight:normal;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	line-height:4.7rem;
	text-align:center;


}
.advantages_list{
	margin:0 0 1.6rem -3.8rem;
}
.advantages_list .item{
	width:calc(25% - 3.8rem);
	margin:0 0 2.8rem 3.8rem;
	font-weight:normal;
	color:#282828;
	text-align:center;
}
.advantages_list .fig{
	width:6.6rem;
	height:6.4rem;
	margin:0 auto 2.0rem;
	position:relative;
	overflow:hidden;
}
.advantages_list .img{
	max-width:100%;
	max-height:100%;
	margin:auto;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	vertical-align:top;
}
.gallerry_list{
	margin:0 0 0 -2.7rem;
}
.gallerry_list .item{
	width:calc(50% - 2.7rem);
	margin:0 0 2.7rem 2.7rem;
}
.gallerry_list .fig{
	border-radius:0.5rem;
	width:100%;
	height:35.1rem;
	position:relative;
	overflow:hidden;
}
.gallerry_list .img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.gallerry_list_2{
	margin:0 0 1.0rem -2.7rem;
}
.gallerry_list_2 .item{
	width:calc(34% - 3.1rem);
	margin:0 0 2.3rem 2.3rem;
}
.gallerry_list_2 .fig{
	border-radius:0.5rem;
	width:100%;
	height:30.6rem;
	position:relative;
	overflow:hidden;
}
.gallerry_list_2 .img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.title_1{
	font-weight:bold;
	color:#282828;
}
.fig_big{
	border-radius:0.5rem;
	width:100%;
	height:33.4rem;
	margin:0 0 2.0rem;
	position:relative;
	overflow:hidden;
}
.fig_big .img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.info_block{
	font-weight:500;
	color:#282828;
}
.info_block .link{
	color:#009899;
}
.how_work{
	margin:0 0 6.6rem;
}
.how_work .h3{
	margin:0 0 4.8rem;
	font-size:2.8rem;
}
.how_work_list{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	margin:0 0 0 -2.3rem;
}
.how_work_list .item{
	background:#fff;
	
	box-shadow: 0 0.8rem 2.1rem rgba(0,0,0,.13);
	border-radius:0.5rem;
	width:calc(25% - 8.7rem);
	margin:0 0 2.3rem 2.3rem;
	padding:2.7rem 3.2rem 1.5rem;
}
.how_work_list .number{
	margin:0 0 1.9rem;
	position:relative;
	font-size:2.4rem;
	font-weight:bold;
	color:#f57e20;
	text-transform:uppercase;
}
.how_work_list .number:before{
	content:"";
	border-top:0.4rem solid #5fb4ac;
	width:4.0rem;
	margin-top:-0.2rem;
	position:absolute;
	top:50%;
	right:-3.2rem;
}
.grey_bg {
	margin: 0 0 6.2rem;
	padding: 6.3rem 0 5.1rem;
	position: relative;
}
.grey_bg:before {
	content: "";
	background: #f9f9f9;
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: -1000.0rem;
	z-index: -1;
}
.documents{
	padding: 6.5rem 0 5.1rem;
	position: relative;
}
.documents:before {
	content: "";
	background: #f9f9f9;
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: -1000.0rem;
	z-index: -1;
}
.documents .h3{
	margin:0 0 4.7rem;
	font-size:2.8rem;
}
.documents_list{
	margin:0 0 0 -2.2rem;
}
.documents_list .item{
	width:calc(20% - 2.2rem);
	margin:0 0 2.2rem 2.2rem;
}
.documents_list .fig{
	width:100%;
	height:25.7rem;
	position:relative;
	overflow:hidden;
}
.documents_list .img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.consultation{
	display:flex;
	flex-direction:row;
	padding: 7.1rem 0 6.8rem;
	position: relative;
	font-size:1.8rem;
	color:#fff;
	line-height:1.4;
}
.consultation:before {
	content: "";
	background: #f57e20;
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: -1000.0rem;
	z-index: -1;
}
.consultation p{
	margin:0;
}
.consultation .btn_2{
	border: 2px solid #fff;
border-radius: 0.7rem;
width: 25.3rem;
}
.consultation .in:first-child{
	border-right:0.2rem solid #fff;
	width:37%;
	margin:0 3.8rem 0 0;
	padding:0 3.9rem 0 0;
 }
 .consultation .in:nth-child(2){
	margin:0 4.7rem 0 0;
	width:25%;
	line-height:1.2;
 }
 .consultation .h3{
	 margin:-1.4rem 0 1.9rem;
	 font-size:2.8rem;
	 color:#fff;
 }
 .consultation .number{
	 font-size:2.4rem;
	 font-weight:bold;
 }
 .consultation .link{
	 color:#fff;
	 text-decoration:none;
 }
 .project_list{
	 margin:0 0 0.4rem -2.4rem;
 }
 .project_list .item {
	width: calc(34% - 3.2rem);
	margin:0 0 2.2rem 2.4rem;
	line-height:1.8;
	
}
 .project_list .title{
	 margin:0 0 1.6rem;
	 font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.1;
 }
  .project_list .text{
	 height:3.6rem;
	
	overflow: hidden;
 }
.project_list .fig {
	border-radius: 0.5rem;
	display: block;
	width: 100%;
	height: 23.3rem;
	margin: 0 0 2.2rem;
	position: relative;
	overflow: hidden;
}
.project_list .img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.project_list .link {
	color: #282828;
	text-decoration: none;
}
.project_list .in{
	height:10.0rem;
	overflow:hidden;
}
.pages {
	margin: 0 0 3.7rem;
	text-align: center;
}
.pages .item {
	font-weight: 500;
	color: #282828;
	text-align: center;
}
.pages .item:first-child {
	margin: 0;
}
.pages .link {
	display: block;
	min-width: 1.7rem;
	height: 2.7rem;
	padding: 0 0.5rem;
	position: relative;
	color: #282828;
	text-decoration: none;
	line-height: 2.7rem;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.pages .next {
	background: url(../images/pic57.png) no-repeat 50% 50%;
	display: inline-block;
	width: 2.7rem;
	height: 2.7rem;
}


.pages .item:hover .link, .pages .active {
	background: #009899;
	min-width: 1.7rem;
	height: 2.7rem;
	padding: 0 0.5rem;
	color: #fff;
	line-height: 2.7rem;
}
.bg_none:before{
	background:none;
}


.bg_none {

    padding: 0 0 5.9rem;
    
}
.bg_none .why_choose_us_list .item {
   border: 0.1rem solid #e7e7e7;
    width: calc(34% - 9.3rem);
}
.table_1{
	border-bottom:0.1rem solid #e7e7e7;
	margin:0 0 2.4rem;
}
.table_1 td:first-child{
	padding:0 1.1rem 0.2rem 0;
	font-weight:normal;
	color:#282828;
}
.table_1 tr:last-child td{
	padding:0 1.1rem 2.0rem 0;
}
.modal {
	position: fixed;
	z-index: 1000;
}
.modal__inner {
	overflow: hidden;
	overflow-y: scroll;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.modal, .modal__bg {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.modal__horisontal_inner {
	display: table;
	height: 100%;
	margin: auto;
}
.modal__vertical_inner {
	display: table-cell;
	vertical-align: middle;
	-webkit-perspective: 1300px;
	perspective: 1300px;
}
.modal__bg {
	background: #1c1d1f;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.show .modal__bg {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.66;
}
.modal__content {
	background: #fff;
	border: 1px solid rgba(222,222,222,.71);
	padding: 24px;
	position: relative;
}
.modal_box_form .modal__content {
	width: 67.5rem;
	padding: 0 3.4rem 3.3rem;
}
.modal_box_form .info_text {
	font-size: 1.2rem;
	color: #bcbcbc;
	line-height: 1.2;
}
.modal_box_form .info_text .link {
	color: #009899;
}
.modal__content .h3 {
	background: #f9f9f9;
	border-bottom: 1px solid rgba(222,222,222,.71);
	margin: 0 -3.4rem 3.5rem;
	padding: 2.6rem 5.2rem 2.5rem 2.9rem;
	position: relative;
	font-size: 2.4rem;
	text-transform: none;
}
.box_thanks .modal__content {
	background: #fff url(../images/pic41.png) no-repeat 50% 4.2rem;
	width: 45.0rem;
	padding: 11.6rem 14.4rem 4.9rem;
	font-size: 1.8rem;
	font-weight: 500;
	color: #282828;
	text-align: center;
}
.modal__close_btn {
	background: url(../images/pic40.png) no-repeat 50% 50%;
	width: 5.1rem;
	height: 5.1rem;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.box_fig .modal__content {
	padding: 0;
	max-width: 80.0rem !important;
}
.box_fig .modal__content img {
	width: 100%;
	border: 1px solid rgba(222,222,222,.71);
}
.modal_lightbox__title {
	min-height: 1.8rem;
	padding: 1.7rem 5.2rem 1.7rem 2.5rem;
}
.modal_lightbox__image img {
	vertical-align: top;
}
.modal_lightbox__prev, .modal_lightbox__next {
	cursor: pointer;
	width: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
.modal_lightbox__next {
	left: auto;
	right: 0;
}
.modal_lightbox__prev:before, .modal_lightbox__next:before {
	content: "";
	background: #fff url(../images/pic22.png) no-repeat 50% 50%;
	border-right: none;
	border-left: 1px solid rgba(186,186,186,.71);
	border-radius: 0.3rem 0 0 0.3rem;
	width: 2.9rem;
	height: 4.7rem;
	margin-top: -2.4rem;
	position: absolute;
	top: 50%;
	left: -2.9rem;
}
.modal_lightbox__next:before {
	background: #fff url(../images/pic23.png) no-repeat 50% 50%;
	border: 1px solid rgba(186,186,186,.71);
	border-radius: 0 0.3rem 0.3rem 0;
	border-left: none;
	left: auto;
	right: -2.9rem;
}
/*---------------------- end content ----------------------------------*/
/*---------------------- footer ---------------------------------------*/
.footer {
	min-width: 102.4rem;
	max-width: 128.0rem;
	height: 19.9rem;
	margin: auto;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}

.footer_with_border:before{
	content:"";
	border-top:0.1rem solid #e7e7e7;
	display:block;
	position:absolute;
	top:0;
	right:-1000.0rem;
	left:-1000.0rem;
	z-index:-1;
}
.nav_footer {
	width: 26%;
	position: absolute;
	top: 4.5rem;
	left: 1.5rem;
}
.nav_footer_list {
	margin: 0 0 0 -3.9rem;
}
.nav_footer_list .item {
	width: calc(50% - 3.9rem);
	margin: 0 0 2.0rem 3.9rem;
	font-weight: bold;
	text-transform: uppercase;
}
.nav_footer_list .link {
	color: #282828;
	text-decoration: none;
}
.services_footer {
	width: 24%;
	position: absolute;
	top: 0.9rem;
	left: 29%;
}
.services_footer_list> .item {
	margin: 0 0 1.4rem;
	font-weight: bold;
	text-transform: uppercase;
}
.services_footer_list> .item> .link {
	color: #282828;
	text-decoration: none;
}
.services_footer_list .list {
	margin: 0.0rem 0 0;
}
.services_footer_list .list .item {
	font-weight: 300;
	text-transform: none;
    line-height: 1.0;
    margin: 10px 0 0;

}
.services_footer_list .list .link {
	color: #282828;
	text-decoration: none;
}
.social_networks {
	width: 21.4rem;
	position: absolute;
	top: 2.7rem;
	right: 24.4rem;
}
.social_networks .title {
	margin: 0 0 0.5rem;
	position: relative;
	font-weight: normal;
	color: #282828;
}
.social_networks_list {
	margin: 0 0 0 -2.2rem;
}
.social_networks_list .item {
	margin: 0 0 0 1.6rem;
}
.social_networks_list .fig {
	display: block;
	width: 2.2rem;
	height: 1.9rem;
	position: relative;
	overflow: hidden;
}
.social_networks_list .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.politics_privacies {
	width: 26%;
	position: absolute;
	top: 12.4rem;
	left: 1.5rem;
	color: #009899;
}
.politics_privacies .link {
	color: #009899;
}
.company_footer {
	width: 44.0rem;
	position: absolute;
	top: 11.0rem;
	right: 1.5rem;
	color: #282828;
	line-height: 1.3;
}
.counter {
	position: absolute;
	top: 3.9rem;
	right: 1.5rem;
}
.counter .item {
	display: inline-block;
	margin: 0 0 0 2.1rem;
}
.counter .img {
	vertical-align: top;
}

/*---------------------- end footer -----------------------------------*/
/* media queries */
/* small screens (portrait and landscape) */
/* small screens (landscape) */
/* small screens (portrait) */
/* medium small screens */
/* medium screens (excludes iPad & iPhone) */
/* ipads (portrait and landscape) */
/* ipads (landscape) */
/* ipads (portrait) */
/* medium large screens */
/* large screens */
/* extra large screens */
/* iphone 4 and high pixel ratio (1.5+) devices */
/* iphone 4 and higher pixel ratio (2+) devices (retina) */
/*CSS for serving the retina image to devices with a high "device-pixel-ratio":*/
/* print media */
@media (min-width: 768px) {
.page_with-small-header .header_top {
	height: 4.7rem;
}
.page_with-small-header .header_top::before {
	display: block;
}
.page_with-small-header .header_top .in:nth-child(2) {
	display: none;
}
.page_with-small-header .header_top .in:nth-child(3) {
	display: flex;
	flex-direction: row;
}
.page_with-small-header .header_top .in {
	margin: 1.4rem 0 0;
}
.page_with-small-header .logo {
	background: url(../images/logo_small.svg) no-repeat;
	width: 18.1rem;
	height: 3.8rem;
	margin: 0.6rem 0 0 1.5rem;
}
.page_with-small-header .logo .link {
	width: 18.1rem;
	height: 3.8rem;
}
.page_with-small-header .phone {
	margin: 0 4.3rem 0 0;
}
.page_with-small-header .mail {
	margin: 0.2rem 0 0;
}
.page_with-small-header .callback {
	margin: 0.5rem 8.4rem 0 0;
}
.page_with-small-header .callback .link {
	background: #5fb4ac url(../images/pic5.png) no-repeat 2.3rem 0.8rem;
	width: 15.3rem;
	height: 3.6rem;
	padding: 0 0 0 4.4rem;
	line-height: 3.6rem;
}
.page_with-small-header .nav {
	width: 4.7rem;
	height: 4.7rem;
	position: absolute;
	top: 0;
	right: 1.5rem;
}
.page_with-small-header .nav_active {
	width: 100%;
	margin: 0;
}
.page_with-small-header .nav:before {
	display: none;
}
.page_with-small-header .nav .nav_toggle {
	background: url(../images/pic37.png) no-repeat 50% 50%;
	border: none;
	display: block;
	width: 4.7rem;
	height: 4.7rem;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
}
.page_with-small-header .nav_active .nav_toggle {
	background: url(../images/pic38.png) no-repeat 50% 50%;
}
.page_with-small-header .nav .sub_all {
	display: none;
	height: 4.7rem;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 4.7rem;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.page_with-small-header .nav_active .sub_all {
	display: block;
}
.page_with-small-header .nav .sub_all:before {
	content: "";
	background: #f57e20;
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: -1000.0rem;
	z-index: -1
}
.page_with-small-header .nav> .sub_all> .list> .item> .link {
	height: 4.7rem;
}
.page_with-small-header .nav .sub {
	top: 4.7rem;
}
}

@media (min-width: 1280px) {
.logo {
	margin: 1.7rem 0 1.3rem 7.0rem;
}
.callback {
	margin: 2.4rem 7.0rem 2.6rem 0;
}
.page_with-small-header .logo {
	margin: 0.6rem 0 0 7.0rem;
}
.page_with-small-header .phone {
	margin: 0 9.3rem 0 0;
}
.page_with-small-header .callback {
	margin: 0.5rem 13.9rem 0 0;
}
.page_with-small-header .nav {
	right: 7.0rem;
}
.content {
	padding: 0 7.0rem;
}
.carousel_1 .fig::before {
	content: "";
	background: url(../images/pic6.png) repeat-y;
	width: 114.0rem;
	border-radius: 0.5rem 0 0 0.5rem;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.carousel_2 .item {
	width: 34.8rem;
}
.nav_footer {
	width: 26%;
	position: absolute;
	top: 4.5rem;
	left: 7.0rem;
}
.services_footer {
	left: 42.3rem;
}
.social_networks {
	right: 29.9rem;
}
.politics_privacies {
	left: 7.0rem;
}
.company_footer {
	right: 7.0rem;
}
.counter {
	right: 7.0rem;
}
}

@media print {
* {
	color: black !important;
	background: transparent !important;
	text-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
	float: none !important;
	clear: none !important;
}
html, body, article, header, section, footer, aside, div {
	width: 100% !important;
}
a, a:link, a:visited, a:hover, a:active, abbr, acronym {
	text-decoration: none;
	border-bottom: 0 none;
}
h1, h2, h3, h4, h5, h6, p, li {
	page-break-inside: avoid;
	orphans: 3;
	widows: 3;
}
h1, h2, h3, h4, h5, h6 {
	page-break-after: avoid;
}
thead {
	display: table-header-group;
}
tr, img {
	page-break-inside: avoid;
}
nav {
	display: none;
}
}
