/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*
Theme Name: netcompany
Theme URI: 
Author: SoFuWa
Author URI: ускорить.рф
Description: 
Version: 2.0
License: 
License URI: 
Tags: 
Text Domain: netcompany

*/
* {-webkit-box-sizing: border-box;box-sizing: border-box;}
body {
	padding: 0px;
	margin: 0px;
	position: relative;
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	color: #203647;
	font-size: 16px;
	line-height: 24px;
}
h1 {
	font-weight: bold;
	font-size: 32px;
	line-height: 39px;
	margin: 0px 0px 26px 0px;
}
h1.entry-title { 
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	margin: 0px 0px 20px 0px;
}
h2 {
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
}
a {
	color: #0783CA;
	text-decoration: none;
}
.grey {
	color: #A3BCC3;
}
.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.row a {
	color: #0783ca;
}
.column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.page  h1.entry-title { 
	font-weight: bold;
	font-size: 32px;
	line-height: 39px;
	margin: 0px 0px 40px 0px;
}
.alignleft  {
	float: left;
	margin: 0px 24px 0px 32px;
}
.alignright  {
	float: right;
	margin: 0px 32px 0px 24px;
}

.wrapper {
	width: 1128px;
	margin: 0 auto;
	position: relative;
}
.intro  {
	overflow-y: hidden;
}
.logo_intro {
	width: 1128px;
	height: 168px;
	margin: 0 auto;
	padding: 32px 0px 0px 185px;
}	
.intro_screen .header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.intro_screen .footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.logo_intro .row:first-child {
	font-weight: 300;
	font-size: 31px;
	line-height: 38px;
	text-align: center;
	letter-spacing: 0.08em;
	margin: 0px 0px 30px 0px;
}
.logo_intro .row:nth-child(2) {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 7.4px;
}


.intro_screen .lk {
	background: url("img/lk_intro.png") left center no-repeat;
	padding: 0px 0px 0px 32px;
	height: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.intro_screen .lk a{
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	text-decoration: none;
	color: #EEF8FB;
}
.intro_screen .burger {
	width: 24px;
	height: 28px;
	cursor: pointer;
	background: url("img/burger.png") center center no-repeat;
	-webkit-transform: translateY(-7px);
	    -ms-transform: translateY(-7px);
	        transform: translateY(-7px);
}
.intro_screen .phone {
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	color: #EEF8FB;
}
.intro_screen .adress {
	background: url("img/footer-room_24px.png") left center no-repeat;
	padding: 0px 32px;
	height: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.intro_screen .feedback {
	background: url("img/feedback.png") left center no-repeat;
	padding: 0px 0px 0px 32px;
	height: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.intro_screen .feedback a{
	color: #EEF8FB;
	text-decoration: none;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;

}
.intro_screen.hide {
	top:-100vh;
	-webkit-transition: top 1s ease;
	-o-transition: top 1s ease;
	transition: top 1s ease; 
}
.intro_screen .arrow {
	width: 40px;
	height: 41px;
	background: url("img/arrow.png") center top no-repeat;
	cursor: pointer;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-20px);
	    -ms-transform: translateX(-20px);
	        transform: translateX(-20px);
	bottom: 24px;
}



header {
	width: 100%;
	-webkit-box-shadow: 0px 2px 8px rgba(207, 216, 224, 0.15);
	        box-shadow: 0px 2px 8px rgba(207, 216, 224, 0.15);
}
header .logo {
	font-weight: 900;
	font-size: 20px;
	line-height: 24px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #0783CA;
	padding: 0px;
	text-decoration: none;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
}
.top_header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack:end;
	    -ms-flex-pack:end;
	        justify-content:flex-end;
	height: 87px;
	border-bottom: 1px solid #C4E2F2;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
}
.top_header .link {
	margin: 0px 55px 0px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.top_header .link a {
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #2A3F50;
	text-decoration: none;
	padding: 0px 0px 0px 30px;
	display: block;
	height: 24px;
	
}
.top_header .link a.lk {
	background: url("img/user-business.png") left center no-repeat;
	margin: 0px 50px 0px 0px;
}
.top_header .link a.internet {
	background: url("img/headset-one.png") left center no-repeat;
}
.top_header .phone .row:nth-child(1) {
	font-weight: bold;
	font-size: 27px;
	line-height: 33px;
	text-align: right;
	color: #0783CA;
	background: url("img/phone.png") left center no-repeat;
	padding: 0px 0px 0px 28px;

}
.top_header .phone .row:nth-child(2) {
	font-size: 12.5px;
	line-height: 15px;
	color: #0783CA;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
header .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style: none;
    padding: 0px 20px;
    margin: 0px 0px 3px 0px;
    height: 54px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
header .nav-list a {
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #2A3F50;
	text-decoration: none;
}
.main_slider {
	height: 488px;
}
.main_slider .swiper-slide {
	height: 488px;
	background-size: cover;
}
.swiper-button-prev {
	background: url("img/left.svg") center center no-repeat;
	width: 36px;
	height: 48px;
}
.swiper-button-next {
	background: url("img/left.svg") center center no-repeat;
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg); 
	width: 36px;
	height: 48px;
}
.swiper-button-prev:after, .swiper-button-next:after {
	content: ''!important;
}
.slider_content {
	color: #EEF8FB;
	width: 475px;
}
.main_slider .swiper-slide {
	padding: 112px 0px 0px 155px;
}

.slider_content .title{
	font-weight: bold;
	font-size: 32px;
	line-height: 39px;
	color: #EEF8FB;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.slider_content .text{
	font-size: 16px;
	line-height: 24px;
	color: #EEF8FB;
}
.slider_content .button{
	width: 168px;
	height: 48px;
	background: #0783CA;
	border-radius: 2px;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 16px;
	line-height: 24px;
	color: #EEF8FB;
	margin: 32px 0px 0px 0px;
}
footer {
	width: 100%;
	height: 192px;
	background: #8697A4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
footer .link {
	margin: 0px 51px 0px 0px;
	max-width: 488px;
}
footer .text {
	max-width: 488px;
	font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    color: #eef8fb;
	padding: 6px 0px;
}
footer .logo {
	font-weight: 900;
	font-size: 20px;
	line-height: 24px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 0px;
	text-decoration: none;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 193px
		
}

footer .link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

footer .wrapper {
	height: 68px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
footer .link a {
	width: 224px;
	height: 48px;
	border-radius: 2px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	text-decoration: none;
	color: #0783CA;
	padding: 0px 0px 0px 31px;
}
footer .link a:first-child {
	margin: 0px 40px 0px 0px;
	background: url("img/footer-headset-one.png") 20px center no-repeat #EEF8FB;
}
footer .link a:nth-child(2) {
	background: url("img/phone.png") 36px center no-repeat #EEF8FB;

}

footer .phone {
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	text-align: right;
	color: #EEF8FB;
	margin-top: -8px;
	max-width: 360px;
}
footer .phone .row:first-child {
	font-weight: bold;
	font-size: 27px;
	line-height: 33px;
	text-align: right;
	color: #EEF8FB;
	margin: 0px 0px 6px 0px;
}

footer .phone .row:nth-child(2) {
	background: url("img/footer-room_24px.png") 5px center no-repeat;
	padding: 0px 0px 0px 32px;
}
.sidebar { 
	-webkit-box-flex: 0; 
	    -ms-flex: 0 0 288px; 
	        flex: 0 0 288px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;}
.sidebar_logo {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 900;
    font-size: 16px;
    line-height: 24px;
    padding: 9px 0px 0px 0px;
    color: #0783CA;
    border-bottom: 4px solid #EEF8FB;
    letter-spacing: 0.4px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	min-height: 80px;
}
.sidebar_logo img {
    height: 56px;

}
main .wrapper{
	padding: 56px 0px 76px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.sidebar_menu {background: white}
.sidebar_menu ul.menu {
	list-style: none;
	padding: 11px 0px 0px 30px;
	margin: 0px;
}
.sidebar_menu ul.menu li a {
	text-decoration: none;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #2A3F50;
}
.sidebar_menu ul.menu li  {
	padding: 9px 0px;
}
.bottom_header > .nav-list > li:first-child {
	display: none;
}
.sidebar_butons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin: 9px 0px 0px 0px;
	background: white;
	min-height: 192px;
	flex:0 0 192px;
}
.sidebar_butons .button {
	width: 224px;
	height: 48px;
	min-height: 48px;
	border-radius: 2px;	
	display: -webkit-box;	
	display: -ms-flexbox;	
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	text-decoration: none;
	color: #0783CA;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	padding: 0px 0px 0px 59px;
	margin: 0px 0px 16px 30px;
}

.news {
	margin: 0px 0px 77px 0px;	
}
.about {
	margin: 0px 0px 77px 0px;	
}
.news article {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0px 0px 18px 0px;
}
.news article .column:first-child{
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 264px;
	        flex: 0 0 264px;
}
.news article .column:first-child a{
	display: block;
	width: 100%;
}

.news article img{
	margin: 0px 32px 0px 0px;
	-o-object-fit: cover;
	   object-fit: cover;
	width: 	264px;
	height: 184px;
}
.news article .title {
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	color: #2A3F50;
	text-decoration: none;
	margin: 11px 0px 12px 0px;
	display: block;
}
.news article .title:hover  {
	color: #0783CA;
}
.news article .date {
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #A3BCC3;
}
.news article .text {
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	color: #2A3F50;
}
.news article .column:nth-child(2) {
	padding: 18px 0px;
}
.news .all_news {
	background: #4DA8DA;
	-webkit-box-shadow: 0px 0px 4px rgba(207, 216, 224, 0.2);
	        box-shadow: 0px 0px 4px rgba(207, 216, 224, 0.2);
	border-radius: 2px;
	widht:100%;
	height: 52px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	color: #EEF8FB;
	text-decoration: none;
}

.about_company {
	background: #4DA8DA;
	-webkit-box-shadow: 0px 0px 4px rgba(207, 216, 224, 0.2);
	        box-shadow: 0px 0px 4px rgba(207, 216, 224, 0.2);
	border-radius: 2px;
	widht:100%;
	height: 52px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	color: #EEF8FB;
	margin: 50px 0px 0px 0px;
	text-decoration: none;
}
.wrapper .content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 0px 0px 0px 32px;
	width: 840px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 840px;
	        flex: 0 0 840px;
}
.about_content, .contacts_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 31px 0px 0px 32px;
}

.contacts_content .column:nth-child(1){
	margin: 0px 24px 0px 0px;
}
.contacts_content p {
	margin: 12px 0px;
}
.about_content .column:nth-child(1){
	margin: 0px 32px 0px 0px;
}
.about_content .column:nth-child(2){
	padding: 23px 0px 0px 0px;
	font-size: 16px;
	line-height: 24px;
	color: #2A3F50;
}

.about_content .name {
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	color: #2A3F50;
	margin: 24px 0px 0px 0px;
}
.about_content .position {
	font-size: 14px;
	line-height: 24px;
	color: #A3BCC3;
}
.contact_buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin: 47px 0px 0px 0px;
}
.contact_buttons .button{
	width: 100%;
	height: 52px;
	-webkit-box-shadow: 0px 0px 4px rgba(207, 216, 224, 0.2);
	        box-shadow: 0px 0px 4px rgba(207, 216, 224, 0.2);
	border-radius: 2px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0px 0px 24px 0px;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	color: #EEF8FB;
	text-decoration: none;
	background: #4DA8DA;
}
.contact_buttons .button span { padding: 0px 0px 0px 40px;}
.entry-content {
	font-size: 16px;
	line-height: 24px;
	color: #2A3F50;
}
.entry-content p{
	margin: 10px 0px;
}
.article-container {
	margin: 0px 0px 0px 32px;
}
ol.num {
 	list-style-type: none; /* Убираем исходные маркеры */
    counter-reset:  item; /* Обнуляем счетчик списка */
}
ol.num li {
  	position: relative;
}
ol.num li:before {
	content: counter(item) ' ';
    counter-increment: item;
    position: absolute;
    left: -22px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 16px;
    height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 16px;
    background: #0783CA;
    color: white;
    font-size: 9px;
    line-height: 24px;
    top: 4px;
}



.item_service {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	color: #2A3F50;
	text-decoration: none;
	position: relative;
	height: 40px;
	margin: 0px 0px 32px 0px;
}
.item_service:hover  {
	color: #0783CA;
}


.item_service .ico_hover {
	display: none;
	margin: 0px 12px 0px 0px;
}
.item_service .ico {
	display: block;
	margin: 0px 12px 0px 0px;

}

.item_service:hover .ico_hover {
	display: block;
}
.item_service:hover .ico {
	display: none;
}
.breadcrumbs {
	font-size: 11px;
	line-height: 13px;
	color: #8697A4;
	margin: 0px 0px 19px 0px;
}
.breadcrumbs a {
	color: #007CC7;
	text-decoration: none;
}

.single-post .name_cat {
	font-weight: bold;
	font-size: 32px;
	line-height: 39px;
	margin: 0px 0px 21px 0px;
}
.single-post article {
	padding: 26px 32px 32px 32px;
}
.single-post main .wrapper {
	padding: 56px 0px 124px 0px;
}
main {
	background: url("img/bg.png") left top no-repeat;
}

.date {
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #A3BCC3;
	margin: 0px 0px 10px 0px;
}
.more_news {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.more_news article {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 392px;
	        flex: 0 0 392px;
	padding: 0px;
	margin: 0px;
}
.more_news article img{
	width: 392px;
	height: 184px;
	-o-object-fit: cover;
	   object-fit: cover;
}
.more_news article .img{
	display: block;
	width: 392px;
	height: 184px;
}
.more_news article .date {
	padding: 0px 0px 0px 24px;
	margin: 16px 0px 0px 0px;
}
.more_news article .title {
	padding: 0px 0px 0px 24px;
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	color: #203647;
	text-decoration: none;
    display: block;
}
.social  { 
	display: -webkit-box; 
	display: -ms-flexbox; 
	display: flex;
	margin: 10px 0px 0px 0px;
}
.social a {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0px 16px 0px 0px;
}
.wpcf7-form input {
	background: #FAFCFD;
	border: 1px solid #EEF8FB;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 2px;
	height: 56px;
	display: block;
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding: 10px;
	font-size: 18px;
}
.wpcf7-form label {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	color: #A3BCC3;
	margin: 22px 0px 0px 0px;
}
.wpcf7-form  textarea{
	height: 112px;
	background: #FAFCFD;
	border: 1px solid #EEF8FB;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 2px;
	display: block;
	width: 100%;
}
.wpcf7 {width: 100%;}
.wpcf7-form  .row {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between
}
.wpcf7-form  .column {
	-webkit-box-flex:0;
	    -ms-flex:0 0 49%;
	        flex:0 0 49%;
}
.wpcf7-form .wpcf7-submit {
    height: auto;
    background: #007cc7;
    border-radius: 2px;
    font-size: 16px;
    line-height: 24px;
    color: #eefbfb;
    padding: 13px 23px;
    width: auto;
	cursor: pointer;
}
.wpcf7-form .row:nth-child(5) {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	padding: 56px 0px 0px 0px;
}
.contact_block .row:first-child .column:nth-child(1),.contact_block .row:first-child .column:nth-child(2){
	padding: 0px 78px 0px 0px;
	margin: 0px 0px 24px 0px;
	
}
.ajax-loader {
	display: none!important;
}


.close > .sub_list {
	-webkit-transform: scaleY(0);
	    -ms-transform: scaleY(0);
	        transform: scaleY(0); 
	-webkit-transition: -webkit-transform 0.5s ease; 
	transition: -webkit-transform 0.5s ease; 
	-o-transition: transform 0.5s ease; 
	transition: transform 0.5s ease; 
	transition: transform 0.5s ease, -webkit-transform 0.5s ease; 
	-webkit-transform-origin: top; 
	    -ms-transform-origin: top; 
	        transform-origin: top;
}
.open > .sub_list {

	-webkit-transition: -webkit-transform 0.5s ease;

	transition: -webkit-transform 0.5s ease;

	-o-transition: transform 0.5s ease;

	transition: transform 0.5s ease;

	transition: transform 0.5s ease, -webkit-transform 0.5s ease; 
	-webkit-transform-origin: top; 
	    -ms-transform-origin: top; 
	        transform-origin: top;

}

.file {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.file_ico {
	display: inline-block;
	background: url("img/ico_doc.png") left top no-repeat;
	margin: 0px 12px 0px 8px;
	width: 24px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 24px;
	        flex: 0 0 24px;
	height: 24px;
}
.jstree-anchor {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.jstree-anchor .text {
	margin: 0px 10px 0px 0px;
}
.view_doc {
	margin: 0px 10px 0px 0px;
}
.info_list  {
	list-style: none;
}
.info_list li {
	position: relative;
}
.info_list li a {
	font-size: 16px;
	line-height: 24px;
	color: #0783CA;
	text-decoration: none;
	display: contents;
}
.info_list .date {
	font-size: 16px;
	line-height: 24px;
	color: #A3BCC3;
	display: inline-block;
	margin: 0px 8px 0px 0px;
}
.info_list ul {
	list-style: none;
}
.info_list .jstree-children  {
	margin: 24px 0px;
}
.info_list .jstree-children li {
	margin: 0px 0px 30px 0px;
}
.info_list .jstree-children  .jstree-children li {
	margin: 0px 0px 22px 0px;
}

.jstree-node > a {
	text-decoration: none;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #2A3F50!important;
}
.jstree-node > a:active,.jstree-node > a:focus {
	border: 0!important;outline: 0!important;
}


.jstree-ocl {
	position: absolute;
	left: -30px;
	top: 1px;
	content: '';
	width: 24px;
	height: 24px;
	display: block;
	cursor: pointer;
}
.info_list .jstree-closed > .jstree-ocl {
	position: absolute;
	left: -30px;
	top: 1px;
	content: '';
	width: 24px;
	height: 24px;
	display: block;
	background: url("img/open.png") no-repeat;
	cursor: pointer;
	
}
.info_list .jstree-open > .jstree-ocl {
	position: absolute;
	left: -30px;
	top: 1px;
	content: '';
	width: 24px;
	height: 24px;
	display: block;
	background: url("img/close.png") no-repeat;
	cursor: pointer;
	
}
.sub_list {
	list-style: none;
    padding: 0px;
	margin: 26px 0px;
}
.sub_list li{
    padding: 0px 0px 0px 29px;
}
.sub_list li.file{
    padding: 0px;
}
.top_header .burger {
	display: none;
}
.mobile_menu {
    height: 100vh;
    position: fixed;
    z-index: 99999999;
    background: white;
    top: 0px;
    padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 320px;
	right: -320px;
	-webkit-transition: right 0.5s linear;
	-o-transition: right 0.5s linear;
	transition: right 0.5s linear;

}
	.mobile_menu .nav-list{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		height: auto;
	}	
	.mobile_menu.open {
		right: 0px;
		-webkit-transition: right 0.5s linear;
		-o-transition: right 0.5s linear;
		transition: right 0.5s linear;
	}
.mobile_menu .close{
	width: 30px;
	height: 30px;
	background: url("img/menu-close.png") center center no-repeat;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}	
.mobile_menu .nav-list {
	list-style: none;
	padding: 0px;
}	
.mobile_menu .nav-list a {
    font-size: 20px;
    margin: 24px 0px;
    display: block;
	font-weight: 500;
	line-height: 19px;
	color: #2A3F50;
	text-decoration: none;
}	
.mobile_menu .nav-list li {
    width: 100%;
	text-align: right;
}	

@media screen and (max-width:1400px) {
	.intro_screen {
    	padding: 50px 20px 80px!important;
	}
}
@media screen and (max-width:1156px) {
	.logo_intro {
		width: 100%;
    	padding: 131px 0px 0px 0px;
    	background-size: 11%!important;
    	-webkit-transform: translateY(-70px);
    	    -ms-transform: translateY(-70px);
    	        transform: translateY(-70px);
		background-position: center top!important;
}
.intro_screen .arrow {
	display: none;
}	
.logo_intro .row:first-child {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 21px;
}	
.logo_intro .row:nth-child(2) {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 48px;
}	
	
}

@media screen and (max-width:1128px) {
footer .wrapper {
    height: auto;
	padding: 20px!important;
}	
footer {
    height: auto;
	}
	
footer .logo {
    position: relative;
    left: auto!important;
    top: auto;
}
footer .link a:first-child {
    margin: 0px 15px 10px 0px;
}	
footer .link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}	
footer .wrapper {
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
	padding: 0px 20px;
}
footer .link {
    margin: 0;
}	
.wrapper {
	width: 100%;
}
.wrapper .content {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
}	
.top_header {
	padding: 0px 20px;
}
.wrapper .content {
    padding: 0px 15px 0px 15px;
}
header .logo {
    font-size: 16px;
    left: 20px;}
	
footer .logo {
    font-size: 16px;
}	

}
@media screen and (max-width:980px) {
.intro_screen .phone {
    font-size: 18px;
	}
.logo_intro {
    background-size: 102px!important;
}	
.logo_intro .row:first-child {
	font-size: 16px;
}	
.logo_intro .row:nth-child(2) {
	font-size: 35px;
}		
	.top_header .link {
   	 margin: 0px 25px 0px 0px;
	}
footer .phone .row:first-child {
    font-size: 22px;		
}	
footer .phone .row:nth-child(2) {
    font-size: 9.5px;
}	
.top_header .phone .row:nth-child(1) {
    font-size: 22px;
}
footer .logo {
	left: 20px;
}	
footer .link {
    margin: 0px 20px 0px 0px;
}
.top_header .link a.lk {
    margin: 0px 10px 0px 0px;
}	
.top_header .phone .row:nth-child(2) {
    font-size: 9.5px;
	}
footer .wrapper {
	padding: 0px 20px;
}
}

@media screen and (max-width:850px) {
.sidebar {
	flex: none;
}
main .wrapper {
    padding: 0px 0 76px;
	}
.top_header {
    padding: 0px 58px 0px 20px;
}
	.bottom_header {
		display: none;
	}


.top_header .burger {
    width: 24px;
    height: 28px;
    cursor: pointer;
    background: url("img/burger_black.png") center center no-repeat;
    -webkit-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
            transform: translateY(-7px);
	display: block;
	position: absolute;
	right: 20px;
	top: 29px;
}
.logo_intro {
    background-size: 97px;
}	
	.top_header .link {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
.top_header .link a.lk {
    margin: 0px 10px 10px 0px;
}	
.top_header .link {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}	
.top_header .link a {
    font-size: 14px;	
	}
main .wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}	
	
}
@media screen and (max-width:768px) {
ul.jstree-children {
	padding: 0px 0px 0px 15px!important;
}

}
@media screen and (max-width:700px) {
	
footer .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}	
footer .link a:first-child {
    margin: 0 0px 10px 0;
}	
.mobile_menu .nav-list a {
    margin: 18px 0px;
}	
.intro_screen .adress { 
	height: auto;
	text-align: center;
	}
.logo_intro {
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
}	
.intro_screen {
    padding: 25px 20px 80px!important;
}	
.jstree-anchor {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}	
footer .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
	height: 100%;
	padding: 25px 0px;
}
.main_slider .swiper-slide {
    padding: 112px 0px 0px 0px;
}	
.slider_content {
    width: 90%;
    margin: 0 auto;
}	
footer .link {
    margin: 20px 0px;
}	
footer {
    height: auto;
}
.top_header .link a.lk {
    margin: 0px 10px 20px 0px;
}
.top_header .link a.internet {
    margin: 0px 10px 20px 0px;
}
	.top_header {
   		-webkit-box-orient: vertical;
   		-webkit-box-direction: normal;
   		    -ms-flex-direction: column;
   		        flex-direction: column;
	}
header .logo {
    left: auto;
    top:  auto;
    height: 52px;
	position: relative;
}
.top_header {
	height: auto;
	padding: 25px 0px;
	}
.top_header .link {
    margin: 20px 0px 0px 0px;
}	
.intro_screen .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
	.top_header .phone .row:nth-child(1) {
		background: none;
		padding: 0px;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}	
	
}
@media screen and (max-width:560px) {
.main_slider .swiper-slide {
    padding: 30px 0 0;
}	
.about_content .column:nth-child(1) {
    margin: 0px;
}
.contacts_content .column:nth-child(1) {
    margin: 0px;
}	
.contact_block .row {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.about_content .column:nth-child(1) img{
    width: 100%;
	height: auto;
}
.about_content, .contacts_content {
    padding: 0;
}	
.about_content .column:nth-child(2) {
    padding: 0;
}
.news article img {
    width: 100%;
    height: auto;
	margin: 0px;
}	
.news article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}	
.contacts_content .column:nth-child(1) img{
    width: 100%;
	height: auto;
}	
.about_content, .contacts_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}	
.news article .column:first-child {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
}	
.logo_intro .row:nth-child(2) {
    font-size: 58px;
    letter-spacing: 4px;
    padding: 20px 0px 0px 0px;
}
.logo_intro .row:first-child {
    font-size: 12px;
}	
.logo_intro .row:first-child {
    margin: 0px 0px 0px 0px;
}	
	
}

@media screen and (max-width:460px) {
	.contact_buttons .button span {
    	width: 100%;
		background-position: 20px center!important;
	}
.logo_intro .row:nth-child(2) {
    letter-spacing: 4px;
}	
.logo_intro .row:first-child {
    font-size: 9px;
}	
.logo_intro .row:nth-child(2) {
    letter-spacing: 0px;
	font-size: 47px;
}	
	
}
@media screen and (max-width:360px) {
	.contact_buttons .button {
   	 font-size: 16px;
	}
	
}


.topWindow {
    background: white;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
	left: 0px;
}
.topWindow .nav-list{
	width: 1128px;
	margin: 0 auto;
}
.jstree {
	border: 0;
	outline: 0;
}
.bottom_menu ul {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 0px;
    margin: 30px 0px 20px 0px;
}
.bottom_menu ul li  {
	margin: 0px 10px;
}
.bottom_menu ul li a {
	color: #eef8fb;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}