table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
q:before, q:after { content:''}
strong { font-weight: bold }
em { font-style: italic }
div { position:relative } 
a{text-decoration:none;}
a:hover{text-decoration:underline;}
a:active,a:focus{outline: none;}

article, aside, figure, footer, header, hgroup, nav, section {display: block;}

*{ 
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

html{-webkit-font-smoothing:antialiased;}

.column-clear{clear:both;}
.clear{overflow: hidden;}

.mainWrap{
    width:960px;
    margin:0 auto;
}

.back{
    text-align:center;
}

@media (min-width: 768px) and (max-width: 979px) {

    .mainWrap{
        width:768px;
    }
}

@media (max-width: 760px) {

    .mainWrap{
        width:auto;
        padding:50px 20px;
    }
}

@media (max-width: 480px) {}
@media (max-width: 320px) {}
.font_small{font-size:16px;}
.font_average{font-size:20px;}
.font_big{font-size:24px;}

a {
  text-decoration: underline;
}
 a:hover,
 a:active {
  text-decoration: none;
}


.image-off img {
  display: none !important;
}
.image-off .slider-item {
  background-image: none !important;
}
.image-off .kontakty img {
  display: block !important;
}

.settings {
    margin-left: 20px;
    margin-top: 15px;
}

.font a {
  float: left;
  text-decoration: none;
}
.font-small {
  font-size: 20px;
}
.font-normal {
  font-size: 24px;
 /* font-weight: bold;*/
}
.font-big {
  font-size: 28px;
 /* font-weight: bold;*/
}
.style {
  padding-left: 0;
  padding-right: 0;
}
.style a {
  padding: 4px;
}
.style a span {
  display: inline-block;
  padding: 4px .5em;
 /* font-weight: bold;*/
}
.image-off > body > .grayscale.grayscale-replaced > svg {
  display: none;
} 
.image-off > body > .grayscale.grayscale-replaced {
  height: 1px !important;
} 
.font-small body,
.font-small .breadcrumb ul {
  font-size: 16px;
  line-height: 1.4;
}
.font-big.kerning-big > body > main > .content-wrap > .section-menu > ul > li > a {
  padding-left: 0;
}
.tab-nav {
  display: none !important;
}
.tab-panels {
  padding: 0 !important;
}
.tbl-txt > tbody > tr > td {
  color: black !important;
}
.tbl-txt > tbody > tr > td > p {
  color: black !important;
}
.tbl-txt > tbody > tr > td > div {
  color: black !important;
}
.font-small .font a {
  line-height: 22.4px;
}

.font-small .style a {
  padding-left: 4px;
  padding-right: 4px;
}

.font-normal body,
.font-normal .news-item,
.font-normal .breadcrumb ul{
  font-size: 20px;
  line-height: 1.4;
}


.font-normal .font a {
  line-height: 28px;
}
.font-normal .aa-block a {
  padding-left: 20px;
  padding-right: 20px;
}
.font-normal .style a {
  padding-left: 4px;
  padding-right: 4px;
}

.font-big body,
.font-big .breadcrumb ul {
  font-size: 24px;
  line-height: 1.4;
}


.font-big .font a {
  line-height: 33.6px;
}
.font-big .aa-block a {
  padding-left: 24px;
  padding-right: 24px;
}
.font-big .style a {
  padding-left: 4px;
  padding-right: 4px;
}

 .sub-menu>li{
     /* border-bottom: 1px solid #000 !important; */
}
.choose-colors {
  list-style: none;
  margin: 0;
  padding: 0;
}
.choose-colors li {
  margin-top: .5em;
}
h1,.h1 {
  font-size: 42px;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    /* width: 970px; */
	width: 1060px;
	margin: 0 -56px;
    padding: 0;
  }

  
}
@media (max-width: 1279px) {/**/
   .main-menu .main-menu__head-item {
		font-size: .71em;
	}
	.font-big.image-off.kerning-big .main-menu {
		width: 100%;
		margin-left: -260px;
	}
	.image-on .main-menu {
		margin-left: -233px !important;
	}
	.image-off .main-menu {
		margin-left: -260px !important;
	}
	.font-small.image-on .main-menu, 
	.font-small.image-on .main-menu, 
	.font-small.image-on .main-menu{
		width: 140% !important;
	}
	.font-small.image-off .main-menu, 
	.font-small.image-off .main-menu, 
	.font-small.image-off .main-menu{
		width: 146% !important;
	}
	html[data-special="true"] .social-buttons{
		display:none;
	}

}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media (max-width: 1281px) {
	.font-small .logo-wrap{
		margin-top: -2px;
	}
}

img{margin:5px;}


.special-settings .theme {
    padding: 5px;
    border: 1px solid #eeeeee;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
}

.special-settings .theme.white {
    background: #fff !important;
    color: #000 !important;
}

.special-settings .theme.black {
    background: #000 !important;
    color: #fff !important;
}
.special-settings .theme.yellow {
    background: #000 !important;
    color: #FFF705 !important;
}
.special-settings .theme.blue {
    background: #9FD7FF !important;
    color: #143c5a !important;
}
.span3{
    line-height: 2.5em;
    display: inline-block;
}
.special-settings{
    display: table;
    width:100%;
    font-size: 20px !important;
}
.link-button-2 {
    border: 3px solid #000;
    padding: 8px 8px;
}
.special-settings .span2,
.special-settings .span3 {
	display: table-cell;
}
.special-settings .span2:first-child{
    width: 18%;
}
.special-settings .span3:first-child{
    width: 16%;
}
.special-settings .span3:nth-child(2){
    width: 16%;
}
.special-settings .span3:nth-child(3){
    width: 16%;
}
.special-settings .span3:nth-child(4){
    width: 19%;
}
.special-settings .span3:nth-child(5){
    width: 8%;
}
.special-settings .span3:nth-child(6){
    width: 19%;
}

.span3 .svg-search-btn {
  position: relative;
  vertical-align: middle;
  display: inline-block;
}

@media (max-width: 767px) {
  .special-settings .span3 {
    width: 98% !important;
    text-align: center !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .special-settings .span3 {
    width: 48% !important;
  }
  .special-settings .span3:nth-child(2){
    text-align: right;
  }
}

.c-cont{
    position: relative;
    display: inline-block;
    top: 5px;
}


/* dmr style */

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.link-button{
    padding: 8px 12px;
    border: 3px solid;
    text-decoration: none;
}



.link-button:hover{
    background: #000;
    color: #fff !important;
    cursor: pointer;
}

.open-status{
    display: none;
}

@media (max-width: 767px){
    .open-status{
        display: inline-block;
        margin-right: 32px;
        float: right;
    }
    .sub-visible{
        border-bottom: 3px solid #000;
    }
}
.font-small.image-on > body > .company-services.filial > .content-wrap.filial > .filial-nav-title > a {
  font-size: 36px;
  color: white !important;
}
.font-small.image-on > body > .company-services.filial > .content-wrap.filial > .filial-nav-block > .menu-nav-filial > ul > li > a {
  border-color: white;
  color: white !important;
}
.font-normal.image-on > body > .company-services.filial > .content-wrap.filial > .filial-nav-title > a {
  font-size: 36px;
  color: white !important;
}
.font-normal.image-on > body > .company-services.filial > .content-wrap.filial > .filial-nav-block > .menu-nav-filial > ul > li > a {
  border-color: white;
  color: white !important;
}
.font-big.image-on > body > .company-services.filial > .content-wrap.filial > .filial-nav-title > a {
  font-size: 36px;
  color: white !important;
}
.font-big.image-on > body > .company-services.filial > .content-wrap.filial > .filial-nav-block > .menu-nav-filial > ul > li > a {
  border-color: white;
  color: white !important;
}
.color-yellow.font-small.image-on > body > .company-services.filial > .content-wrap.filial > .filial-nav-title > a {
  font-size: 36px;
  color: #ff0 !important;
}
.color-yellow.font-small.image-on > body > .company-services.filial > .content-wrap.filial > .filial-nav-block > .menu-nav-filial > ul > li > a {
  border-color: #ff0;
  color: #ff0 !important;
}


img{
   -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.kerning-small{
    letter-spacing:normal;
}
.kerning-normal{
    letter-spacing:2px;
}
.kerning-big{
    letter-spacing:3px;
}

/*footer*/
.footer-list,
.footer-copyright {
	display:inline-block !important;
}
.footer-contacts-block{
	display:block !important;
}
.footer-slide,
footer.hidden-background .hidden-copyright{
	display:none;
}
.footer-list__menu{
	margin-top: 1em;
	padding-top: 1em;
    border-top: 1px solid;
}
.footer-copyright__links{
	width:70%;
}
#gototop {
    opacity: 1;
}

.image-on .company-services-body__card.active .company-services-body__card-content {
	background-color:black;
}
.image-on .company-services-full:hover{
	background-color:black;
}

#owl-news,
#owl-project,
#owl-filial {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    /* height: 900px; */
    width: 100%;
    height: auto;
}

.company-news__item,
.company-filial-news__item{
	width:300px;
	/* height:380px; */
	margin-bottom: 20px;
	border: 2px black dashed;
	overflow: hidden;
}
.company-projects__card_link{
	width: 300px;
    height: 380px;
    margin-bottom: 20px;
    border: 2px black dashed;
    overflow: hidden;
}
.image-off .font-big.kerning-big .company-filial-news__item{
	height: 390px;
}

.font-small.image-on .company-projects__card_link{
	height: auto;
}


.image-on .company-news__item{
	height: auto;
}
.image-on .company-projects__card_link{
	height:auto;
}

.main_menu__filials-menu{
	border:3px solid;
}

html[data-special="true"] .main-menu__head-item {
	border:0;
	padding:22px 5px;
	width: 14%;
}
.main-menu{
	border: 1px solid;
}
.image-on .main-menu{
	/* top: 20px; */
}

.sub-menu__item,
.sub-menu__item:visited,
.filials-menu-pool__item,
.filials-menu-pool__item:visited {
    font-size: .7rem;
}

.header{
	box-shadow: none; 
}

.footer-content__social-network{
	display:none;
}
.image-on main .company-services{
	filter: grayscale(100%);
}


/*dropdown menu mainpage*/
#filialsDropDownMenu > div {
	width:33%;
}

#filialsDropDownMenu{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
	width:100%;
	position:relative;
	max-width:none;
	box-shadow:none;
	border: 2px dashed;
}

.filial-news__drop-menu{
	width:100%;
}
#filialsDropDown{
	display:none;
}

.image-off .company-news__item-picture,
.image-off .company-projects__pic,
.bacground_section{
	 display:none;
 }
 
 
 
 /*main blocks*/
 .company-news__item,
 .company-news__item-title,
 .company-filial-news__item{
	 height:auto;
 }
 .company-projects__card_link,
 .company-projects__card{
	 height:auto;
 }
 
 
 
 .company-services-body__card:nth-child(3n) {
     margin: 0 20px 30px 20px; 
   
}
 .company-services-body__card:nth-child(1), .company-services-body__card:nth-child(4n) {
	margin: 0 20px 30px 20px;  
}
 .company-services-body{
	 text-align:center;
 }
 .company-services-body__card{
	 width:40%;
 }
 
 body .slick-slider{
	 display:none;
 }
 
   .arrow--nav-pag{
	   filter: grayscale(100%);
   }
   .has-sub-menu:after {
	     filter: grayscale(100%);
   }
   
   
html[data-special="true"] body .tbl-txt {
    width: 100% !important;
    overflow-x: auto;
    display: block;
    border: none;
}

iframe {
	display:none;
}

.social-buttons {
    display: none !important;
}

.search-set > .btn.link-button-2 {
    text-decoration: none;
    cursor: pointer;
}

@media (min-width: 1200px) {
    .logo-wrap-text {
        left: 5px;
    }
}

@media (max-width: 1199px) {
    .logo-wrap-text {
        left: 40px;
    }
}

/*menu_filials*/
.company-services>.filial .menu-filial>.menu-head-item-filial:nth-last-of-type(1)>ul>li>.sub-menu.under-menu {
    z-index: 1;
    left: -99%;
}



.menu-head-item-filial:nth-last-of-type(1):hover > .sub-menu__navigate,
.menu-head-item-filial:nth-last-of-type(2):hover > .sub-menu__navigate {
    display: block;
    margin-left: -180px;
}

.image-off .filial-nav-title__link {
	margin-top:0;
}
.image-off .content-wrap.filial{
	height: auto;
}
.image-off .filial-nav-title {
	margin-bottom: 40px;
}
/*menu_filials*/

.bacground_section > .outer > img {
    width: auto;
}

html[data-special="true"] .body--news--comp-name {
    height: auto;
}

.content-wrap .section-menu {
    margin-left: 9%;
}
@media (max-width:1200px){
	.content-wrap .section-menu {
		margin-left: 0%;
	}
}
.map-for-aaVersion .page-content {
	width:100%;
}
/*Из aaVersion*/
 .logo-wrap-text{
  margin-left: 27px; 
 }
 @media (min-width: 1100px) {
  .special-version-panel{
    padding: 0 23px; 
  }
 }
.image-off .department-link-container{
   padding-left: 50px;
   text-align: center;
 }
.image-off .nav-wrap{
    padding-left: 30px;
    margin-top: -30px;
 }
 
 .department-link-container{
    margin-right: 30%;
    margin-left: auto;
    width: 442px;
    float:none;

 }
 .owl-dots{
	 display:none;
 }
 .font-small.image-off.kerning-small .main-menu{
  width: 100%;
 }
 .font-small.image-off .main-menu, .font-small.image-off .main-menu, .font-small.image-off .main-menu{
  width: 100% !important; 
 }
 .image-off .main-menu{
  margin-left: 0 !important;
 }
 .menu-nav{
  width: 100%;
  padding-left: 15px;
}
@media (min-width: 1300px) {  
  .logo-wrap-text{
    left:-12px !important;
  }
}
 .nav-wrap{
  width: 100%;
 }
 .font-small.kerning-big > body > main > .content-wrap > .company-news > .company-news__slider.owl-carousel > .company-news__item > a > .company-news__item-title {
  word-break: break-word;
 }
  .font-normal.kerning-big > body > main > .content-wrap > .company-news > .company-news__slider.owl-carousel > .company-news__item > a > .company-news__item-title {
  word-break: break-word;
 }
  .font-big.kerning-big > body > main > .content-wrap > .company-news > .company-news__slider.owl-carousel > .company-news__item > a > .company-news__item-title {
  word-break: break-word;
 } 
   .font-big.kerning-normal.image-on > body > main > .content-wrap > .company-news > .company-news__slider.owl-carousel > .company-news__item > a > .company-news__item-title {
  word-break: break-word;

 } 
 /*-----05.02 шапка ----*/
@media (min-width: 1100px) {
   .aaVersion-on > body > .special-version-panel {
    padding-left: 20px;
   }
}
@media (min-width: 1250px) {
  .aaVersion-on > body > .special-version-panel {
    padding-left: 40px;
  }
}
@media (min-width: 1300px) {
  .aaVersion-on > body > .special-version-panel {
    padding-left: 80px;
  }
}@media (min-width: 1350px) {
  .aaVersion-on > body > .special-version-panel {
    padding-left: 110px;
  }
}
 /*----small-font----*/
 .font-small.kerning-small > body > header > .content-wrap.header-wrap > .nav-wrap > .common-nav > .department-link-container { 
   height: 40px;
  }
  .font-small.kerning-small > body > header > .content-wrap.header-wrap > .nav-wrap > .common-nav > .menu-nav {
  padding-left: 0;
  padding-right: 15px;
  }
  .font-small.kerning-small > body > header > .content-wrap.header-wrap > .logo-wrap-text {
    top: 5px;
  }
 .font-small.kerning-big > body > header > .content-wrap.header-wrap > .nav-wrap > .common-nav > .department-link-container {
	width: 495px;
	height: 60px;
 }
 .font-small.kerning-normal > body > header > .content-wrap.header-wrap > .nav-wrap > .common-nav > .department-link-container { 
   height: 55px;
  }
  .font-small.kerning-normal > body > header > .content-wrap.header-wrap > .nav-wrap > .common-nav > .menu-nav {
  padding-left: 0;
  padding-right: 15px;
  }
  .font-small.kerning-big.aaVersion-on > body > header > .content-wrap.header-wrap > .nav-wrap > .common-nav > .menu-nav {
  padding-left: 0;
  padding-right: 15px;
  }
  @media (min-width: 1300px){
      .font-small.kerning-big.aaVersion-on > body > header > .content-wrap.header-wrap > .logo-wrap-text {
        top: 8px;
        left: 3px !important;
    }
    .font-small.kerning-small.aaVersion-on > body > header > .content-wrap.header-wrap > .logo-wrap-text {
        left: 0 !important;
    }
    .font-small.kerning-normal.aaVersion-on > body > header > .content-wrap.header-wrap > .logo-wrap-text {
        left: 0 !important;
    }
  }
 /*------normal-font------*/
.font-normal.aaVersion-on > body > header > .content-wrap.header-wrap > .nav-wrap > .common-nav > .department-link-container {
	margin-right: 0;
	width: 570px;
 }
.font-normal.kerning-small.aaVersion-on > body > header > .content-wrap.header-wrap > .nav-wrap > .common-nav > .menu-nav {
  padding-left: 0;
  padding-right: 15px;
  }

 .font-normal.kerning-small.aaVersion-on > body > header > .content-wrap.header-wrap > .nav-wrap > .common-nav > .department-link-container {
	height: 45px;
 }
 .font-normal.kerning-small.aaVersion-on > body > header > .content-wrap.header-wrap > .logo-wrap-text {
      top: 10px;
    }
  .font-normal.kerning-normal.aaVersion-on > body > header > .content-wrap.header-wrap > .nav-wrap > .common-nav > .department-link-container {
    margin-left: 300px;
 }
 .font-normal.kerning-normal.aaVersion-on > body > header > .content-wrap.header-wrap > .nav-wrap > .common-nav > .menu-nav {
  padding-left: 0;
  padding-right: 33px;
  }
 .font-normal.kerning-normal.aaVersion-on > body > header > .content-wrap.header-wrap > .logo-wrap-text {
   left: 0px !important;
 }
  .font-normal.kerning-normal.aaVersion-on > body > header > .content-wrap.header-wrap > .nav-wrap > .common-nav > .department-link-container {
	width: 650px;
	height: 55px;
 }
 .font-normal.kerning-big.aaVersion-on > body > header > .content-wrap.header-wrap > .nav-wrap > .common-nav > .menu-nav {
  padding-left: 0;
  padding-right: 33px;
  }
  @media ( min-width: 1300px) {
     .font-normal.kerning-big.aaVersion-on > body > header > .content-wrap.header-wrap > .logo-wrap-text {
   left: 0px !important;
 }
  }
 /*------font-big-------*/
 .font-big.kerning-small.aaVersion-on > body > header > .content-wrap.header-wrap > .logo-wrap-text {
  left: 14px;
 }
 .font-big.kerning-small.aaVersion-on > body > header > .content-wrap.header-wrap > .nav-wrap > .common-nav > .department-link-container {
	width: 630px;
	height: 60px;
	margin-right: 0;
  margin-left: 285px;
 }
 .font-big.kerning-normal.aaVersion-on > body > header > .content-wrap.header-wrap > .logo-wrap-text {
  left: 14px;
 }
 @media ( min-width: 1300px) {
    .font-big.kerning-normal.aaVersion-on > body > header > .content-wrap.header-wrap > .logo-wrap-text {
      left: 15px !important;
  }
  .font-big.kerning-normal.aaVersion-on > body > .special-version-panel {
      padding-left: 94px;
    }
 }

 .font-big.kerning-small.aaVersion-on > body > header > .content-wrap.header-wrap > .nav-wrap > .common-nav > .menu-nav > ul {
 	width: 125%;
 }
 .font-big.kerning-normal.aaVersion-on > body > header > .content-wrap.header-wrap > .nav-wrap > .common-nav > .department-link-container {
	width: 600px;
	margin-right: 0;
	height: 60px;
	margin-left: 352px;
 }
  .font-big.kerning-big.aaVersion-on > body > header > .content-wrap.header-wrap > .nav-wrap > .common-nav > .department-link-container {
	width: 655px;
	height: 60px;
	margin-left: 352px;
 }
  .font-big.kerning-big.aaVersion-on > body > header > .content-wrap.header-wrap > .nav-wrap > .common-nav > .menu-nav > ul {
 	width: 125%;

 }
  .font-big.kerning-big.aaVersion-on > body > header > .content-wrap.header-wrap > .nav-wrap {
 	padding-left: 0;
 }
 .font-big.kerning-big.aaVersion-on > body > header > .content-wrap.header-wrap > .nav-wrap > .common-nav > .menu-nav {
  padding-left: 10px;
 }
 @media (min-width: 1300px) {
    .font-big.kerning-big.aaVersion-on > body > .special-version-panel {
      padding-left: 94px;
    }
 }
 /*----image-on----*/
 .image-on.font-small.aaVersion-on > body > header > .content-wrap.header-wrap > .nav-wrap {
    width: 68%;
 }
  .image-on.aaVersion-on > body > header > .content-wrap.header-wrap > .nav-wrap > .common-nav > .menu-nav {
    /*width: 79%;*/
    display: block;
    width: 93%;
    margin: 0 auto;
 }
 .image-on .bacground_section > .outer > img {
  top: 0;
 }
 .image-on.aaVersion-on > body > .main-wallpaper {
    top:-115px;
 }
 .image-on.font-normal.kerning-small.aaVersion-on > body > header {
     padding: 25px 23px 0 80px;
 }
  .image-on.font-normal.kerning-normal.aaVersion-on > body > header {
     padding: 25px 23px 0 80px;
 }
   .image-on.font-normal.kerning-big.aaVersion-on > body > header {
     padding: 25px 23px 0 80px;
 }
    .image-on.font-big.kerning-small.aaVersion-on > body > header {
     padding: 25px 23px 0 60px;
 }
 .image-on.font-big.kerning-normal.aaVersion-on > body > header {
     padding: 25px 23px 0 40px;
 }
 .image-on.font-big.kerning-big.aaVersion-on > body > header {
     padding: 25px 23px 0 40px;
 }
 .image-on.font-normal.kerning-small.aaVersion-on > body > header > .content-wrap.header-wrap > .nav-wrap > .common-nav > .department-link-container {
  margin-left: 150px;
 }
 .image-on.font-normal.kerning-small.aaVersion-on > body > header > .content-wrap.header-wrap > .nav-wrap > .common-nav > .menu-nav {
  width: 100%;  
 }
  .image-on.font-normal.kerning-normal.aaVersion-on > body > header > .content-wrap.header-wrap > .nav-wrap > .common-nav > .menu-nav {
  width: 100%;  
 }
  .image-on.font-normal.kerning-normal.aaVersion-on > body > header > .content-wrap.header-wrap > .nav-wrap > .common-nav > .department-link-container {
  margin-left: 150px;
 }
  .image-on.font-normal.kerning-big.aaVersion-on > body > header > .content-wrap.header-wrap > .nav-wrap > .common-nav > .department-link-container {
  margin-left: 150px;
 }
   .image-on.font-normal.kerning-big.aaVersion-on > body > header > .content-wrap.header-wrap > .nav-wrap > .common-nav > .menu-nav {
  width: 100%;
 }
  .image-on.font-big.kerning-small.aaVersion-on > body > header > .content-wrap.header-wrap > .nav-wrap > .common-nav > .department-link-container {
    margin-left: 115px;
  }
  .image-on.font-big.kerning-small.aaVersion-on > body > header > .content-wrap.header-wrap > .nav-wrap > .common-nav > .menu-nav {
    width: 100%;
  }
  .image-on.font-big.kerning-normal.aaVersion-on > body > header > .content-wrap.header-wrap > .nav-wrap > .common-nav > .department-link-container {
    margin-left: 115px;
  }
   .image-on.font-big.kerning-big.aaVersion-on > body > header > .content-wrap.header-wrap > .nav-wrap > .common-nav > .department-link-container > .department-link__item {
    text-align: center;
  }
    .image-on.font-big.kerning-normal.aaVersion-on > body > header > .content-wrap.header-wrap > .nav-wrap > .common-nav > .menu-nav {
  width: 100%;  
 }
 .image-on.font-big.kerning-big.aaVersion-on > body > header > .content-wrap.header-wrap > .nav-wrap > .common-nav > .department-link-container {
    margin-left: 115px;
  }
  .font-small.aaVersion-on > body > main > .content-wrap > .company-news:after {
    display: none;
  }
   .font-normal.aaVersion-on > body > main > .content-wrap > .company-news:after {
    display: none;
  }
   .font-big.aaVersion-on > body > main > .content-wrap > .company-news:after {
    display: none;
  }
 .font-small.aaVersion-on > body > main > .content-wrap > .filial-news:after {
    display: none;
  }
   .font-normal.aaVersion-on > body > main > .content-wrap > .filial-news:after {
    display: none;
  }
  .font-big.aaVersion-on > body > main > .content-wrap > .filial-news:after {
    display: none;
  }
  .body--news--comp-name > div {
    word-break: break-word;
  }
  /*----цвета стрелок---*/
.no--hover:hover {
  background-color: black !important;

}
.pagination__item.pag_arrow {
  height: 60px;
}
.font-small > body > main > .content-wrap > .section-menu > ul > .section-menu_item-parent > a:after{
  background: url(/local/templates/rmp_responsive/assets/img/arr_next_grey.svg) no-repeat;
  transform: rotate(90deg);
  background-size: 21px;
  top: 37%;
  height: 25px;
}
.font-small > body > main > .content-wrap > .section-menu > ul > .section-menu_item-parent > a:hover:after{
  background: url(/local/templates/rmp_responsive/assets/img/arr_next_black.svg) no-repeat;
  transform: rotate(90deg);
  background-size: 21px;
  top: 37%;
  height: 25px;
}
.font-normal > body > main > .content-wrap > .section-menu > ul > .section-menu_item-parent > a:after{
  background: url(/local/templates/rmp_responsive/assets/img/arr_next_black.svg) no-repeat;
  transform: rotate(90deg);
  background-size: 21px;
  top: 37%;
  height: 25px;
}
.font-normal > body > main > .content-wrap > .section-menu > ul > .section-menu_item-parent > a:hover:after{
  background: url(/local/templates/rmp_responsive/assets/img/arr_next_black.svg) no-repeat;
  transform: rotate(90deg);
  background-size: 21px;
  top: 37%;
  height: 25px;
}
.font-big > body > main > .content-wrap > .section-menu > ul > .section-menu_item-parent > a:after{
  background: url(/local/templates/rmp_responsive/assets/img/arr_next_black.svg) no-repeat;
  transform: rotate(90deg);
  background-size: 21px;
  top: 37%;
  height: 25px; 
}
.font-big > body > main > .content-wrap > .section-menu > ul > .section-menu_item-parent > a:hover:after{
  background: url(/local/templates/rmp_responsive/assets/img/arr_next_black.svg) no-repeat;
  transform: rotate(90deg);
  background-size: 21px;
  top: 37%;
  height: 25px;
}
.font-small > body > main > .content-wrap > .section-menu > ul > .section-menu_item-parent.active > a:after{
  background: url(/local/templates/rmp_responsive/assets/img/arr_next_grey.svg) no-repeat;
  transform: rotate(270deg);
  background-size: 21px;
  top: 37%;
  height: 25px;
}
.font-small > body > main > .content-wrap > .section-menu > ul > .section-menu_item-parent.active > a:hover:after{
  background: url(/local/templates/rmp_responsive/assets/img/arr_next_black.svg) no-repeat;
  transform: rotate(270deg);
  background-size: 21px;
  top: 37%;
  height: 25px;
}
.font-normal > body > main > .content-wrap > .section-menu > ul > .section-menu_item-parent.active > a:after{
  background: url(/local/templates/rmp_responsive/assets/img/arr_next_grey.svg) no-repeat;
  transform: rotate(270deg);
  background-size: 21px;
  top: 37%;
  height: 25px;
}
.font-normal > body > main > .content-wrap > .section-menu > ul > .section-menu_item-parent.active > a:hover:after{
  background: url(/local/templates/rmp_responsive/assets/img/arr_next_black.svg) no-repeat;
  transform: rotate(270deg);
  background-size: 21px;
  top: 37%;
  height: 25px;
}
.font-big > body > main > .content-wrap > .section-menu > ul > .section-menu_item-parent.active > a:after{
  background: url(/local/templates/rmp_responsive/assets/img/arr_next_grey.svg) no-repeat;
  transform: rotate(270deg);
  background-size: 21px;
  top: 37%;
  height: 25px; 
}
.font-big > body > main > .content-wrap > .section-menu > ul > .section-menu_item-parent.active > a:hover:after{
  background: url(/local/templates/rmp_responsive/assets/img/arr_next_black.svg) no-repeat;
  transform: rotate(270deg);
  background-size: 21px;
  top: 37%;
  height: 25px;
}
.font-small > body > main > .content-wrap > .page-content > .main-company-news.filial > .main-company-news__post-filial > .list_parent-info > .list_parent.li-one {
  background-image: none;

}
.font-normal > body > main > .content-wrap > .page-content > .main-company-news.filial > .main-company-news__post-filial > .list_parent-info > .list_parent.li-one {
  background-image: none;

}
.font-big > body > main > .content-wrap > .page-content > .main-company-news.filial > .main-company-news__post-filial > .list_parent-info > .list_parent.li-one {
  background-image: none;

}
.font-small > body > main > .content-wrap > .page-content > .main-company-news.filial > .main-company-news__post-filial > .list_parent-info > .list_parent.li-one:after{
  content: '';
  background: url(/local/templates/rmp_responsive/assets/img/arr_next_grey.svg) no-repeat;
  transform: rotate(90deg);
  background-size: 21px;
  width: 33px;
  top: 37%;
  right: 0;
  height: 25px;
  position: absolute;
}
.font-normal > body > main > .content-wrap > .page-content > .main-company-news.filial > .main-company-news__post-filial > .list_parent-info > .list_parent.li-one:after{
  content: '';
  background: url(/local/templates/rmp_responsive/assets/img/arr_next_grey.svg) no-repeat;
  transform: rotate(90deg);
  background-size: 21px;
  width: 33px;
  top: 37%;
  right: 0;
  height: 25px;
  position: absolute;
}
.font-big > body > main > .content-wrap > .page-content > .main-company-news.filial > .main-company-news__post-filial > .list_parent-info > .list_parent.li-one:after{
  content: '';
  background: url(/local/templates/rmp_responsive/assets/img/arr_next_grey.svg) no-repeat;
  transform: rotate(90deg);
  background-size: 21px;
  width: 33px;
  top: 37%;
  right: 0;
  height: 25px;
  position: absolute;
}
.font-small > body > main > .content-wrap > .page-content > .main-company-news.filial > .main-company-news__post-filial > .list_parent-info > .list_parent.li-one.active:after{
  content: '';
  background: url(/local/templates/rmp_responsive/assets/img/arr_next_grey.svg) no-repeat;
  transform: rotate(270deg);
  background-size: 21px;
  width: 33px;
  top: 18%;
  right: -3px;
  height: 25px;
  position: absolute;
}
.font-normal > body > main > .content-wrap > .page-content > .main-company-news.filial > .main-company-news__post-filial > .list_parent-info > .list_parent.li-one.active:after{
  content: '';
  background: url(/local/templates/rmp_responsive/assets/img/arr_next_grey.svg) no-repeat;
  transform: rotate(270deg);
  background-size: 21px;
  width: 33px;
  top: 18%;
  right: -3px;
  height: 25px;
  position: absolute;
}
.font-big > body > main > .content-wrap > .page-content > .main-company-news.filial > .main-company-news__post-filial > .list_parent-info > .list_parent.li-one.active:after{
  content: '';
  background: url(/local/templates/rmp_responsive/assets/img/arr_next_grey.svg) no-repeat;
  transform: rotate(270deg);
  background-size: 21px;
  width: 33px;
  top: 18%;
  right: -3px;
  height: 25px;
  position: absolute;
}
.font-small > body > main > .content-wrap > .page-content > .main-company-news.filial > .main-company-news__post-filial > .list_parent-info > .list_parent.li-one.active:hover a {
  color: black;
}
.font-normal > body > main > .content-wrap > .page-content > .main-company-news.filial > .main-company-news__post-filial > .list_parent-info > .list_parent.li-one.active:hover a {
  color: black;
}
.font-big > body > main > .content-wrap > .page-content > .main-company-news.filial > .main-company-news__post-filial > .list_parent-info > .list_parent.li-one.active:hover a {
  color: black;
}
/*----точки у меню -----*/
.font-small > body > main > .content-wrap > .section-menu > .section-menu_items > li > .section-menu_child > li.current::before {
  background-color: black !important;
}
.font-normal > body > main > .content-wrap > .section-menu > .section-menu_items > li > .section-menu_child > li.current::before {
  background-color: black !important;
}
.font-big > body > main > .content-wrap > .section-menu > .section-menu_items > li > .section-menu_child > li.current::before {
  background-color: black !important;
} 

/*------выпадашки второго порядка------*/
.font-small > body > main > .content-wrap > .page-content > .main-company-news.filial > .main-company-news__post-filial > .list_parent-info > .list_parent-info > .list_parent.li-two {
  background-image: none;
}
.font-normal > body > main > .content-wrap > .page-content > .main-company-news.filial > .main-company-news__post-filial > .list_parent-info > .list_parent-info > .list_parent.li-two {
  background-image: none;
}
.font-big > body > main > .content-wrap > .page-content > .main-company-news.filial > .main-company-news__post-filial > .list_parent-info > .list_parent-info > .list_parent.li-two {
  background-image: none;
}
.font-small > body > main > .content-wrap > .page-content > .main-company-news.filial > .main-company-news__post-filial > .list_parent-info > .list_parent.li-one.active {
  background-color: #E9E9E9;
}
.font-normal > body > main > .content-wrap > .page-content > .main-company-news.filial > .main-company-news__post-filial > .list_parent-info > .list_parent.li-one.active {
  background-color: #E9E9E9 !important;
}
.font-big > body > main > .content-wrap > .page-content > .main-company-news.filial > .main-company-news__post-filial > .list_parent-info > .list_parent.li-one.active {
  background-color: #E9E9E9 !important;
}
.font-small > body > main > .content-wrap > .page-content > .main-company-news.filial > .main-company-news__post-filial > .list_parent-info > .list_parent-info > .list_parent.li-two:after{
  content: '';
  background: url(/local/templates/rmp_responsive/assets/img/arr_next_grey.svg) no-repeat;
  transform: rotate(90deg);
  background-size: 21px;
  width: 33px;
  top: 37%;
  right: 0;
  height: 25px;
  position: absolute;
}
.font-normal > body > main > .content-wrap > .page-content > .main-company-news.filial > .main-company-news__post-filial > .list_parent-info > .list_parent-info > .list_parent.li-two:after{
  content: '';
  background: url(/local/templates/rmp_responsive/assets/img/arr_next_grey.svg) no-repeat;
  transform: rotate(90deg);
  background-size: 21px;
  width: 33px;
  top: 37%;
  right: 0;
  height: 25px;
  position: absolute;
}
.font-big > body > main > .content-wrap > .page-content > .main-company-news.filial > .main-company-news__post-filial > .list_parent-info > .list_parent-info > .list_parent.li-two:after{
  content: '';
  background: url(/local/templates/rmp_responsive/assets/img/arr_next_grey.svg) no-repeat;
  transform: rotate(90deg);
  background-size: 21px;
  width: 33px;
  top: 37%;
  right: 0;
  height: 25px;
  position: absolute;
}
.font-small > body > main > .content-wrap > .page-content > .main-company-news.filial > .main-company-news__post-filial > .list_parent-info > .list_parent-info > .list_parent.li-two.active:after{
  content: '';
  background: url(/local/templates/rmp_responsive/assets/img/arr_next_grey.svg) no-repeat;
  transform: rotate(270deg);
  background-size: 21px;
  width: 33px;
  top: 12%;
  right: -3px;
  height: 25px;
  position: absolute;
}
.font-normal > body > main > .content-wrap > .page-content > .main-company-news.filial > .main-company-news__post-filial > .list_parent-info > .list_parent-info > .list_parent.li-two.active:after{
  content: '';
  background: url(/local/templates/rmp_responsive/assets/img/arr_next_grey.svg) no-repeat;
  transform: rotate(270deg);
  background-size: 21px;
  width: 33px;
  top: 12%;
  right: -3px;
  height: 25px;
  position: absolute;
}
.font-big > body > main > .content-wrap > .page-content > .main-company-news.filial > .main-company-news__post-filial > .list_parent-info > .list_parent-info > .list_parent.li-two.active:after{
  content: '';
  background: url(/local/templates/rmp_responsive/assets/img/arr_next_grey.svg) no-repeat;
  transform: rotate(270deg);
  background-size: 21px;
  width: 33px;
  top: 12%;
  right: -3px;
  height: 25px;
  position: absolute;
}
.font-small > body > main > .content-wrap > .page-content > .main-company-news.filial > .main-company-news__post-filial > .list_parent-info > .list_parent-info > .list_parent.li-two.active {
  background-color: #E9E9E9;
}





.font-small > body > main > .content-wrap > .page-content > .main-company-news.filial > .main-company-news__post-filial > .list_parent-info > .list_parent-info > .list_parent.li-two.active:hover {
  background-color: #E9E9E9;
}
.font-small > body > main > .content-wrap > .page-content > .main-company-news.filial > .main-company-news__post-filial > .list_parent-info > .list_parent-info > .list_parent.li-two.active:hover a {
  color: black;
}
.font-normal > body > main > .content-wrap > .page-content > .main-company-news.filial > .main-company-news__post-filial > .list_parent-info > .list_parent-info > .list_parent.li-two.active:hover {
  background-color: #E9E9E9;
}
.font-normal > body > main > .content-wrap > .page-content > .main-company-news.filial > .main-company-news__post-filial > .list_parent-info > .list_parent-info > .list_parent.li-two.active:hover a {
  color: black;
}
.font-big > body > main > .content-wrap > .page-content > .main-company-news.filial > .main-company-news__post-filial > .list_parent-info > .list_parent-info > .list_parent.li-two.active:hover {
  background-color: #E9E9E9;
}
.font-big  > body > main > .content-wrap > .page-content > .main-company-news.filial > .main-company-news__post-filial > .list_parent-info > .list_parent-info > .list_parent.li-two.active:hover a {
  color: black;
}
.clear-fix-header{
  height: 100px !important;
}
/*tmp*/
.font-big > body > main > .content-wrap > .section-menu {
    width: 24.5%;
    margin-left: 7%;
}

.font-big .page-content ul:not(.pagination__items),
.font-normal .page-content ul:not(.pagination__items),
.font-small .page-content ul:not(.pagination__items) {
  margin: 0;
}

@media (max-width: 1080px) {
    .font-big > body > main > .content-wrap > .section-menu {
        width: 29%;
        margin-left: 0%;
    }
    .font-normal > body > main > .content-wrap > .section-menu {
        width: 27%;
        margin-left: 0%;
    }
    .font-big .page-content {
        width: 70%;
    }
    .font-normal .page-content {
        width: 72%;
    }
}

div.fancybox-navigation {
    position: relative !important;
    top: calc( 50% - 25px );
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
    background-color: #eee;
}

.fancybox-button {
    background-color: #ccc;
}

.fancybox-button:hover {
    background-color: #eee;
}
.fancybox-thumbs {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

