.social-footer {
    display: none;
}

@media (max-width: 767px) {
    .social-footer {
        padding-top: 48px;
        padding-bottom: 48px;
        display: none;
        max-width: 400px;
        margin: 0 auto;
		text-align: center;
    }
    .social-footer>a:first-child {
    }
    .social-footer>a {
        margin: 0 10px;
    }
    .social-footer>a>img {
        opacity: 0.8;
    }
}

.slick-slider .prev {
    /*left: 6px !important; */
}

.slick-slider .next {
    /*right: 6px !important; */
}

.company-news__slider>.next.slick-arrow {
    right: 0;
}

.company-news__slider>.prev.slick-arrow {
    left: 0;
}

.company-filial-news__slider>.next.slick-arrow {
    right: -26px;
}

.company-filial-news__slider>.prev.slick-arrow {
    left: -26px;
}
@media (min-width: 1023px) and (max-width: 1025px) {
    .company-filial-news__slider>.next.slick-arrow {
        right: -20px;
    }

    .company-filial-news__slider>.prev.slick-arrow {
        left: -8px;
    }
}
@media (min-width: 767px) and (max-width: 769px) {
    .company-filial-news__slider>.next.slick-arrow {
        right: -20px;
    }

    .company-filial-news__slider>.prev.slick-arrow {
        left: -20px;
    }
}
@media (min-width: 1023px) and (max-width: 1025px) {
    .filial-news {
        width: 101% !important;
        margin: 0 auto;
    }
}


mark {
    background-color: #fff;
    color: red;
    font-weight: bold;
}
.main-company-news__item:hover mark {
    background-color: #ccf1f4;
}
html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    font-family: "Montserrat";
    font-size: 16px;
}

* {
    outline: none;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4 {
    margin: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

header a {
    text-decoration: none;
}

footer {
    position: relative;
    background-color: #003d7b;
    background-image: url('../img/svg/footer-watermark.svg');
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
}

footer.hidden-background {
    background-image: none;
}

.page-title {
    padding: 30px 0;
    color: #003d7b;
}

.page-content {
    width: 67%;
    display: inline-block;
}

.footer-content {
    position: relative;
}

.footer-list {
    display: inline-block;
    width: 33%;
    padding-bottom: 70px;
    vertical-align: top;
    padding-right: 2em;
}

.footer-content__social-network {
    position: absolute;
    right: 0;
    top: 0;
}

.footer-content__social-network img {
    opacity: .7;
}

.footer-content__social-network img:hover,
.footer-content__social-network a:focus img,
{
    opacity: 1;
}

.social-network-item {
    display: block;
    text-align: center;
    padding: 2px;
    margin-bottom: 43px;
}

.social-network-item:last-child {
    margin-bottom: 0;
}

.hidden-content .footer-content__social-network {
    top: -4.25em;
}

.hidden-content .social-network-item {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 0;
}

.hidden-content+.footer-copyright {
    display: none;
}

.footer-list__title {
    font-size: 1.625em;
    font-weight: bold;
    padding-bottom: 30px;
    color: #00b7c6;
}

.hidden-content .footer-list {
    display: none;
}

.footer-list__list li {
    padding-bottom: 12px;
}

.footer-list__list a {
    text-decoration: none;
    font-size: .9375em;
    color: #cbd2dd;
}

.footer-slide {
    padding: 30px 0 40px;
    text-align: center;
}

.footer-slide__item {
    display: none;
    font-weight: bold;
    font-size: 1.5625rem;
    color: #00b7c6;
    cursor: pointer;
}

.footer-slide_on .footer-slide__on {
    display: inline-block;
    width: auto;
}

.footer-slide_off .footer-slide__off {
    display: inline-block;
    width: auto;
}

.slide-icon {}

.footer-copyright {
    display: inline-block;
    width: 95%;
    padding: 12px 0 22px;
}

.hidden-content .footer-copyright {
    display: none;
}

.footer-contacts-block {
    display: block;
    margin: 0 auto;
}

.footer-copyright__rmp-copyright {
    /* width: 50%; */
    /* /* display: block; */
    /* display: none; */
    /* line-height: normal; */
    /* text-decoration: underline; */
    /* padding-top: 34px; */
    /* font-size: .625em; */
    /* color: #cbd2dd; */
    /* opacity: .7; */
    width: 30%;
    display: inline-block;
    /* display: none; */
    line-height: normal;
    text-decoration: underline;
    /* padding-top: 34px; */
    font-size: .625em;
    color: #cbd2dd;
    opacity: .7;
    vertical-align: top;
}

.footer-copyright__links {
    vertical-align: top;
    display: inline-block;
    /* width: 85%; */
    width: 55%;
}

.footer-list__menu .footer-copyright__links__notif {
    width: 60%;
}

.footer-list__menu .footer-copyright__links__feedback {
    width: 40%;
}

.footer-copyright__links a {
    vertical-align: top;
    display: inline-block;
    width: 50%;
    font-size: .75em;
    color: #00b7c6;
}

.footer-copyright__designdepot {
    display: inline-block;
    text-align: right;
    width: 15%;
}

.footer-copyright__designdepot img {
    vertical-align: middle;
}

.hidden-copyright {
    display: none;
    box-sizing: border-box;
    /* padding: 40px 56px 30px; */
    position: absolute;
    /* top: 0; */
    top: 45%;
}

footer.hidden-background .hidden-copyright {
    display: block;
    width: 100%;
}

.clearfix:after {
    display: table;
    clear: both;
    content: '';
}

.picture {
    width: 100%;
    height: auto;
}

.picture>img {
    width: 100%;
}

.header {
	position: relative;
    z-index: 100;
    width: 100%;
    height: 151px;
    /* position: fixed; *//*fix*/
    margin: 0;
    transition: .125s;
    box-sizing: border-box;
    background-color: #ffffff;
    padding: 25px 0 0;
}

.header:after {
	content: '';
	position: absolute;
	background-color: #f1f1f1;
	width: 100%;
	height: 1px;
	bottom: 0px;
}
.clear-fix-header{
	display:none;/*fix*/
}
.header-wrap {
    display: block;
    height: calc(100%);
}

.content-wrap {
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    padding-left: 56px;
    padding-right: 56px;
}

.logo-wrap,
.nav-wrap {
    display: block;
    float: left;
    /* display: flex;
    align-items: center; */
    /*position: relative;
    flex-direction: column;*/
}

.logo-wrap {
    /*width: 30%;*/
    width: 37.5%;
    height: 100%;
    /*max-height: 110px;*/
    margin-right: 1%;
    padding-bottom: 25px;
}

.sticky-header .logo-wrap {
    padding-bottom: 0;
}

.nav-wrap {
    height: inherit;
    /*width: 65%;*/
    width: 61.5%;
}

.nav-wrap:after {
    content: '';
    display: table;
    width: 100%;
}

.department-link-container {
    /*width: 65%;*/
    width: 71%;
}

.nav-container {
    width: 29%;
    padding-top: .75rem;
}

.nav-container .rmp-icon {
    margin-left: 16.5%;
}

.nav-container,
.department-link-container,
.menu-nav {
    float: left;
    /* justify-content: flex-end;
    align-items: stretch;
    flex-grow: 1;
    display: flex;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    order: 1; */
}

.common-nav {
    width: 100%;
    height: inherit;
    display: inherit;
    /* flex-wrap: wrap;
    align-items: inherit;
    flex-direction: row; */
}

.department-link__item {
    box-sizing: border-box;
    display: table;
    float: left;
    width: 50%;
}

.department-link__logo {
    margin-right: .75em;
    max-width: 54px;
    float: left;
    width: auto;
}

.department-link__title {
    vertical-align: middle;
    display: table-cell;
    font-size: .6875em;
    color: #3e3e3e;
    height: 100%;
    font-weight: 550;
}

.department-link__title:after {
    display: table;
    content: '';
    width: 100%;
}

.main-wallpaper {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.main-wallpaper {
    height: 560px;
    /* top: 151px; */
    background-image: url('../img/main-wallpaper.jpg');
}

.years-info {
    z-index: -1;
}

.company-news {
    margin: -196px -40px;
    position: relative;
    padding-top: 50px;
}

.filial-news__title-wrap,
.company-news__title-wrap,
.company-projects__title-wrap {
    padding: 0 38px;
}

.company-projects__title-wrap {
    padding: 0;
}

.company-news__slider {
    background-color: #ffffff;
}

.company-news:after {
    width: 100%;
    max-width: 1170px;
    display: block;
    content: '';
    margin: 0 auto;
    border-bottom: 1px solid #f1f1f1;
}

.company-news__title {
    font-size: 1.88em;
    font-weight: bold;
    padding: 14px 0 18px;
    color: #ffffff;
}

.company-news__item {
    color: inherit;
    padding: 14px 14px 0px 14px;
}

.company-news__item:hover,
.company-news__item:hover .company-news__item-date,
.company-news__item:hover .company-news__item-title {
    color: #fff;
    background-color: #003D7C;
}

.company-news__item a {
    text-decoration: none;
}

.company-news__item-date {
    padding-top: 26px;
    padding-bottom: 21px;
    font-size: 1em;
    color: #585858;
}

.company-news__item-picture {
    width: 100%;
}

.company-news__item-picture img {
    width: inherit;
}

.company-news__item-title {
    font-size: 1em;
    overflow: hidden;
    font-weight: bold;
    color: #003d7c;
    line-height: 28px;
}

.company-news__slider {
    box-sizing: border-box;
    padding: 24px 26px 40px;
}

.owl-carousel {
    box-sizing: border-box;
}

.owl-nav {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 50px;
    display: block;
    position: absolute;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    background-color: transparent;
    position: absolute;
    height: 100%;
}

.owl-dots {
	position: absolute;
    text-align: center;
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin: 32px auto;
}
/*<<<<<<< HEAD*/

@media (max-width: 375px) {
    .owl-dots {
        width: 100%;
    }
}

/*=======
@media (max-width: 375px){
	.owl-dots {
		width: 100%;
	}
}
>>>>>>> 43b1ca1a57187b699cf12ae48020fe2919113994*/
.owl-dot {
    width: 10px;
    height: 10px;
    opacity: .5;
    border-radius: 50%;
    margin-right: 32px;
    background-color: #00b7c6 !important;
}

.owl-dot:last-child {
    margin-right: 0;
}

.owl-dot.active,
.owl-dot:hover {
    opacity: 1;
}


/*.filial-news .owl-nav {
 top: 20%;
 height: 50px;
}*/

.owl-nav {
    top: 50%;
}

.owl-nav .owl-prev {
    left: 0;
}

.owl-nav .owl-next {
    right: 0;
}

.owl-carousel:not(.company-news__slider) .owl-nav .owl-prev {
    left: -40px;
}

.owl-carousel:not(.company-news__slider) .owl-nav .owl-next {
    right: -40px;
}

.footer-slider .owl-nav {
    top: 30%;
}

.company-projects .owl-dots {
    /*padding: 28px 0;*/
    /*margin-bottom: 18px;*/
}

.footer-slider .owl-dots {
    /*padding: 28px 0;*/
}

.footer-slider .owl-dots {
    display: block;
}

.slide__prev,
.slide__next {
    display: inline-block;
    width: 18px;
}

.slide__prev img,
.slide__next img {
    width: inherit;
    height: auto;
}

.rmp-icon {
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.svg-icon__humburger {
    display: none;
}

.svg-icon__en {
    /*width: 20%;*/
    width: 22%;
}

.svg-icon__search {
    /*width: 10%;*/
    width: 11%;
}

.svg-icon__eye {
    /*width: 12%;*/
    width: 13%;
}

.svg-icon__arrow-up,
.svg-icon__arrow-down {
    width: 2.5em;
    height: 1em;
}

.svg-icon__arrow-up img,
.svg-icon__arrow-down img {
    width: inherit;
    height: inherit;
    vertical-align: middle;
}

.nav-container__popup-search {
    border-bottom: 2px solid #00b7c6;
    background-color: #fff;
    position: absolute;
    display: none;
    z-index: 5;
    width: 46%;
    left: 38%;
    top: 0;
    z-index: 100;
}

.nav-container__popup-search.active {
    display: block;
    transition: .2s;
}

.nav-container__popup-search-form {
    display: inline-block;
    width: 85%;
}

.nav-container__popup-search-input {
    font-size: 1.125em;
    padding: 12px 0 13px 1em;
    border: none;
    width: 100%;
}

.nav-container__popup-search-icon {
    margin-left: 4px;
    vertical-align: middle;
    display: inline-block;
    width: 5%;
}

.nav-container__popup-search-close {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center left;
    background-image: url('../img/svg/close-button.svg');
    position: absolute;
    cursor: pointer;
    opacity: .5;
    display: block;
    height: 24px;
    width: 24px;
    top: 12px;
    right: 0;
}

.nav-container__popup-search .dropdown-menu {
    top: 105%;
}

.dropdown-menu {
    top: 100%;
    left: auto;
    width: 100%;
    display: none;
    padding: 20px 0;
    max-width: 360px;
    position: absolute;
    text-transform: none;
    background-color: #ffffff;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
}

.dropdown-menu__title {
    font-size: .8125rem;
    position: relative;
    padding: 9px 26px;
    font-weight: bold;
    color: #08437f;
    text-transform: uppercase;
}

.dropdown-menu__item {
    display: block;
    width: 100%;
    position: relative;
    padding: 9px 32px;
    font-weight: 500;
    font-size: .9375rem;
    line-height: normal;
    color: #003d7b;
}

.dropdown-menu__item:hover,
.dropdown-menu__item:focus {
    background-color: #ccf1f4;
}

.nav-container__popup-search-close:hover,
.nav-container__popup-search-close:focus {
    opacity: 1;
}

.menu-nav {
    width: 100%;
    display: block;
}

.main-menu {
    width: 100%;
    display: table;
    position: relative;
    text-align: center;
    top: 10px;
	z-index: 99;
    /* flex-wrap: wrap;
    justify-content: space-between; */
}

.main-menu .main-menu__head-item {
    cursor: default;
    padding: 11px 0;
    text-transform: uppercase;
    display: table-cell;
    font-size: .8125em;
    font-weight: bold;
    color: #2f558e;
    padding-left: 10px;
    vertical-align: middle;
    white-space: nowrap;
}

.main-menu li>a {
    color: inherit;
}

.filial-news {
    margin-top: 84px;
}

.filial-new__title {
    width: 68.5%;
    display: inline-block;
    color: #003d7c;
    font-size: 1.86em;
    font-weight: bold;
}

.filial-news__title-wrap {
    padding-top: 40px;
}

.filial-news__drop-menu {
    width: 31.5%;
    margin-top: 2px;
    display: inline-block;
    color: #003d7c;
    /* float: right; */
}

.filial-news__drop-menu-text {
    cursor: pointer;
    display: block;
    position: relative;
    line-height: 1.25em;
    padding: 0 1.25em 0 2.25em;
    font-size: 1em;
}

.filial-news__drop-menu-text:before,
.filial-news__drop-menu-text:after {
    content: '';
    height: 1em;
    position: absolute;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.filial-news__drop-menu-text:before {
    width: .875em;
    left: 0;
    background-image: url('../img/svg/geolocation.svg');
}

.filial-news__drop-menu-text:after {
    width: 1.25em;
    right: 0;
    background-image: url('../img/svg/arrow-down-min.svg');
}

.filial-news__drop-menu-text.active:after {
    background-image: url('../img/svg/arrow-up-min.svg');
}

.history-filials {
    color: #003d7b;
}

.history-filials:hover {
    opacity: 0.5;
}

.events_table__item a {
    color: #00b7c6;
    text-decoration: none;
    border-bottom: 3px solid #00b7c6;
    transition: all 0.3s ease;
}

.events_table__item a:hover {
    border-bottom: none;
    opacity: 0.5;
}

.underlink__subj {
    position: relative;
}

@media screen and ( max-width: 410px) {
    .underlink__subj {
        font-size: 13px;
    }
}

.underlink__subj:after {
    width: 18px;
    height: 12px;
    background-image: url(../../assets/img/png/1280/group/arrows_mini.png);
    background-position: 40px -6px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: -25px;
    top: 50%;
    margin-top: -6px;
}

.corruption-list li a {
    color: #003d7c;
}

.anti-corruption__content li a {
    color: #3dc1cd;
}

.anti-corruption__content li a:hover {
    opacity: 0.5;
}

.methodical-info li a,
.anti-corruption__docs li a {
    color: #003d7c;
}

.filial-news__title-wrap {
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
}

.company-filial-news__slider {
    padding-top: 34px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
@media (min-width: 1023px) and (max-width: 1025px) {
    .company-filial-news__slider {
        padding-left: 14px !important;
    }
}
.company-filial-news__item a {
    text-decoration: none;
}

.company-filial-news__item-date {
    padding-top: 0px;
    padding-bottom: 21px;
    font-size: 1em;
    color: #585858;
}

.company-filial-news__item-title {
    overflow: hidden;
    font-size: 1em;
    font-weight: bold;
    color: #003d7b;
    line-height: 1.75em;
    padding-bottom: 20px;
    height: 150px !important;
}

.company-filial-news__item-filial {
    color: #26bcca;
    display: block;
    font-size: 0.94em;
    font-weight: 500;
}

.company-projects__card {
    background-color: #00b7c6;
    box-sizing: border-box;
    cursor: pointer;
    padding: 20px;
    height: 454px;
    width: auto;
}

.company-projects__pic {
    padding-bottom: 1em;
}

.company-projects__pic img {
    width: 100%;
}

.company-projects__text {
    /* padding: 0 4px;
    padding-top: 4px; */
    overflow: hidden;
    color: #fff;
    font-size: 1.125em;
    font-weight: 500;
    line-height: 1.445em;
}

.company-projects__title {
    font-size: 1.88em;
    color: #003d7b;
    font-weight: 700;
    padding: 18px 0;
}

.company-projects__slider {
    padding: 0;
}


/*  services main */

.company-services.serv_item_1 {
    background-image: url(../../assets/img/services_pic/Дноуглубительные.jpg);
}

.company-services {
    /* margin-top: 73px; */
    padding-bottom: 40px;
    background-image: url(../../assets/img/ServicesWallpaper.jpg);
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 30px;
}

.company-services-header {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    padding-top: 36px;
    padding-bottom: 20px;
}

.company-services-header::selection,
.company-projects__title::selection {
    background: transparent;
}

.person-container {
    display: block;
    float: left;
}
.person__image {
    margin-bottom: 21px;
    margin-right: 18px;
}


/*.company-services-body {
    margin: 0 -16px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.company-services-body__card {
    border: 2px solid #fff;
    position: relative;
    height: 200px;
    width: 366px;
    margin: 15px 15px;
    margin: 15px auto;
}
.company-services-body__card img {
    position: absolute;
    width: 78px;
    top: 50%;
    left: 16%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.company-services-body__card a:link, .company-services-body__card a:visited {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    position: absolute;
    width: 170px;
    top: 50%;
    left: 54%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    text-align-last: auto;
}*/

.company-services-full {
    position: relative;
    height: 50px;
    width: 270px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-size: 10px;
    border: 2px solid #fff;
    margin: 0 auto;
    margin-top: 17px;
}

.company-services-full a:link,
.company-services-full a:visited {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    position: absolute;
    /*top: 50%;
    left: 50%;*/
    width: 100%;
    height: 100%;
    line-height: 46px;
    text-align: center;
    /*margin-right: -50%;*/
    /*transform: translate(-50%, -50%);*/
}

.company-services-full:hover {
    background-color: #003d7b;
}


/*  end services main */


/* geography */

.footer-car .company-geography {}

.company-geography-header {
    color: #003d7c;
    padding: 30px 0;
    font-size: 1.86em;
    font-weight: bold;
}

.company-geography-map {
    margin: 0 auto;
    padding: 0 20px;
}

.footer-slider-card {
    margin: 0 auto;
    height: 200px;
    width: 370px;
    background-color: #003d7b;
    position: relative;
}

.footer-slider-card img {
    position: absolute;
    top: 52%;
    left: 20.6%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    height: 86px;
    width: auto !important;
}

.footer-slider-card div {
    font-family: 'Qanelas';
    color: #fff;
    position: absolute;
    top: 51%;
    left: 68%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 700;
    width: 220px;
    letter-spacing: 1.3px;
}

.mail img {
    height: 58px;
    top: 50%;
    left: 20.4%;
    width: auto !important;
}

.compas img {
    height: 85px;
    top: 49%;
    left: 19%;
    width: auto !important;
}

.footer-slider-card .mail {}

.footer-slider-card .compas {}


/* end geography */

@media (min-width: 1025px) {
    .company-news__slider,
    .company-filial-news__slider {
        padding: 0 40px 122px;
    }
    .company-filial-news__slider {
        padding-top: 10px;
    }
    .company-news__item-title {
        height: 144px;
    }
    .sticky-header.header {
        transition: .25s;
        padding: 15px 0;
		position: fixed;/*fix*/
        height: 80px;
    }
    /*body.sticky-header {*/
    /*transition: .25s;*/
    /*padding: 15px 0;*/
    /*height: 80px;*/
    /*padding-top: 200px;*/
    /*}*/
    .sticky-header .logo-wrap {
        width: 22%;
        height: 80%;
        margin-right: 1%;
    }
    .sticky-header .nav-wrap {
        width: 77%;
    }
    .sticky-header+.clear-fix-header {
        height: 80px;
    }
    .sticky-header .common-nav {
        flex-wrap: nowrap;
    }
    .sticky-header .department-link__title {
        display: none;
    }
    .sticky-header .main-menu .main-menu__head-item {
        font-size: .6875em;
    }
    .sticky-header .nav-container {
        padding-top: 1em;
        float: right;
        width: 14%;
    }
    .sticky-header .department-link-container {
        padding-top: .65em;
        width: 12%;
    }
    .sticky-header .department-link__item {
        padding-left: 6px;
        padding-right: 6px;
        width: 50%;
    }
    .sticky-header .department-link__item>.department-link__logo {
        margin-right: 0;
        max-width: 28px;
    }
    .sticky-header .menu-nav {
        width: 74%;
    }
    .sticky-header .nav-container .rmp-icon {
        margin-left: 6%;
    }
    .sticky-header .svg-icon__search {
        width: 16%;
    }
    .sticky-header .svg-icon__eye {
        width: 20%;
    }
    .sticky-header .svg-icon__en {
        width: 30%;
    }
    .sticky-header .nav-container__popup-search {
        width: 54%;
        left: 34%;
        top: .5em;
    }
    .sticky-header .nav-container__popup-search-icon {
        width: 3%;
    }
    .sticky-header .nav-container__popup-search-close {
        width: 21px;
        height: 21px;
    }
    .sticky-header .nav-container__popup-search-input {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.main-menu__head-item {
    box-sizing: border-box;
    border-bottom: 3px solid transparent;
}

.main-menu__head-item.active-section>a,
.main-menu__head-item.active-focus>a,
.main-menu__head-item.active>a,
.main-menu__head-item:hover>a {
    color: #00b7c6;
    padding-bottom: 6px;
    border-bottom: 3px solid #00b7c6;
    font-weight: bold;
}

.sub-menu {
    top: 100%;
    left: auto;
    width: 100%;
    padding: 20px 0;
    text-transform: none;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    max-width: 360px;
    background-color: #ffffff;
    position: absolute;
    display: none;
    white-space: normal;
}

@media (max-width: 1024px) {
    .sub-menu {
        max-width: none;
    }
}

.sub-menu__navigate>li>.under-menu {
    top: -64%;
}

.sub-menu__navigate>li>a {
    font-weight: bold;
}

.sub-menu .sub-menu {
    width: 100%;
    left: 100%;
    top: 0;
}

.hide-list,
.show-list {
    text-decoration: underline;
}

.company-services>.filial .menu-filial>.menu-head-item-filial>ul>li>.sub-menu.under-menu {
    z-index: 1;
    left: 101%;
}

@media (max-width: 1024px) {
    .company-services>.filial .menu-filial>.menu-head-item-filial>ul>li>.sub-menu.under-menu {
        left: 0;
    }
}


/*.under-menu{
    z-index: 1;
    left: 101%;
*/


}
@media (max-width: 1024px) {
    .under-menu li:before {
        content: '';
        height: 5px;
        width: 5px;
        border-radius: 50%;
        background-color: #003d7b;
        position: absolute;
        top: 11px;
        left: -11px;
    }
}
.under-menu li a {
    text-decoration: underline;
    text-transform: none;
}
@media screen and (max-width: 1024px) {
    .under-menu {
        left: 20px;
    }
}
.main-menu__head-item:nth-child(n+2) .sub-menu .sub-menu {
    left: -100%;
}
.main-menu__head-item.active>.sub-menu,
.sub-menu__item.active>.sub-menu,
.main-menu__head-item.active-focus>.sub-menu,
.sub-menu__item.active-focus>.sub-menu {
    display: block;
}
.main-menu__head-item.active>.main_menu__filials-menu {
    display: table;
}
.sub-menu__item,
.sub-menu__item:visited,
.filials-menu-pool__item,
.filials-menu-pool__item:visited {
    position: relative;
    /*padding: 9px 32px;*/
    
    padding: 9px 26px;
    font-weight: 500;
    font-size: .9375rem;
    line-height: normal;
    color: #003d7b;
}
.filials-menu-pool__item,
.filials-menu-pool__item:visited {
    padding: 9px 26px;
}
.sub-menu__item:hover,
.sub-menu__item.active,
.filials-menu-pool__item:hover,
.filials-menu-pool__item.active {
    background-color: #ccf1f4;
}
.main_menu__filials-menu {
    top: 100%;
    right: 0;
    left: -63%;
    width: 200%;
    max-width: 1230px;
    padding: 20px 0;
    text-transform: none;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    background-color: #ffffff;
    position: absolute;
    display: none;
}
.sticky-header .main_menu__filials-menu {
    /*left: -75%;
    width: 350%;*/
    
    left: -60%;
    width: 180%;
}
.filials-menu-pool {
    display: table-cell;
    border-right: 1px solid #ebebeb;
    white-space: normal;
}
.filials-menu-pool__title {
    font-size: .8125rem;
    position: relative;
    padding: 9px 26px;
    font-weight: bold;
    text-transform: uppercase;
}
.font-small .filials-menu-pool__title,
.font-big .filials-menu-pool__title,
.font-normal .filials-menu-pool__title {
    font-size: .8125em;
}

/* geo */
#geo-map {
    z-index: 4;
    height: 650px;
    background-color: white;
}
@media (max-width: 767px) {
    #geo-map {
        z-index: 4;
        height: 300px;
        background-color: white;
    }
    
    .leaflet-right {
        /*right: unset; */
    }
    
    .company-geography-map {
        padding: 0 0;
        margin-left: -24px;
        margin-right: -24px;
    }
}
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
    text-indent: 1px;
}
.leaflet-touch .leaflet-bar a {
    width: 40px;
    height: 40px;
    font-size: 36px;
    line-height: 36px;
    font-weight: 100;
    color: white;
    background-color: #00b7c6;
}
body .leaflet-tooltip {
    /*background-color: rgba(0, 0, 0, 0) ;
    border:0 !important;
    box-shadow: unset ;*/
    
    font-weight: bold;
    color: #003a76;
}
.numbers a::after {
    content: "";
    background-image: url(/local/templates/rmp_responsive/assets/img/icons/right-arrow-type2.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 20px;
    vertical-align: middle;
    height: 20px;
    position: absolute;
    right: 10px;
    margin-top: 18px;
}
.leaflet-tooltip-right:before {
    display: none !important;
}
.leaflet-tooltip-left:before {
    display: none !important;
}
.leaflet-tooltip-top:before {
    display: none !important;
}
.leaflet-tooltip-bottom:before {
    display: none !important;
}
.leaflet-tooltip-top {
    margin-top: 10px !important;
}
body .leaflet-tooltip {
    box-shadow: 2px 4px 14px rgba(0, 0, 0, 0.4);
}
.rightLabel {
    /* padding-left: 10px; */
    /*white-space: normal;*/
    
    text-align: center;
    /* max-width: 166px; */
}
.topLabel {
    opacity: 1;
    /* width: 200px; */
    /* white-space: normal; */
    
    text-align: center;
    /* padding-bottom: 10px; */
}
.leftLabel {
    opacity: 1;
    /* max-width: 166px; */
    
    text-align: center;
    /* white-space: normal; */
    /* padding-right: 10px; */
}
.bottomLabel {}
.bottomLabelMain {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    background-color: #fff !important;
    margin: 5px;
    line-height: 0px;
    border: 1px solid white;
}
body .leaflet-div-icon {
    border: 0;
    background: transparent;
}
.leaflet-container .leaflet-control-attribution a {
    display: none !important;
}
@media screen and (max-width: 1279px) {
    .logo-wrap {
        margin-right: 2%;
        width: 27%;
    }
    
    .nav-wrap {
        width: 71%;
    }
    
    .main_menu__filials-menu {
        width: 145%;
        left: -45%;
    }
}
@media (min-width: 1025px) and (max-width: 1190px) {
    .sticky-header>.header-wrap {
        padding-left: 1%;
        padding-right: 1%;
    }
    
    .main-menu .main-menu__head-item {
        padding-left: 0;
        padding-right: 10px;
    }
}
@media screen and (max-width: 1030px) {
    .filial-news {
        margin-top: 150px;
    }
    
    .company-projects {
        margin-top: 40px;
    }
}
@media (max-width: 1024px) {
    .logo-wrap {
        padding-bottom: 0;
    }
}
@media screen and (max-width: 756px) {
    .company-services {
        background-color: #003d7b;
        background-image: none;
    }
    
    .company-services .content-wrap {
        padding-left: 24px;
        padding-right: 24px;
    }
}
@media (max-width: 767px) {
    .company-news {
        margin: 0 0;
    }
    
    .company-services-header {}
    
    .company-services .content-wrap {
        padding-left: 4.5%;
        padding-right: 4.5%;
    }
}
@media (max-width: 500px) {
    .company-news {
        margin: -10px 0;
    }
}
@media (max-width: 600px) {}
@media (max-width: 768px) {
    .company-news__item-title {
        line-height: 34px;
    }
    
    .filial-news__title-wrap {
        padding-bottom: 0;
    }
    
    .filial-news {
        margin-top: 56px;
    }
    
    .filial-news__title-wrap {
        margin-bottom: 60px;
    }
    
    .company-filial-news__item-filial {
        color: #003d7b;
    }
    
    .company-projects__title {
        margin-bottom: 22px;
        margin-top: 15px;
    }
    
    .company-services-header {
        font-size: 28px;
        display: 4.5%;
    }
}
@media (max-width: 560px) {
    .company-news::after {
        position: absolute;
        bottom: -46px;
    }
    
    .filial-news__title-wrap {
        padding-bottom: 8px !important;
    }
    
    .company-news__item-date,
    .company-filial-news__item-date {
        color: #000;
    }
}
.company-services {
    position: relative;
}
.bacground_section+.content-wrap {
    z-index: 20;
}
.bacground_section {
    z-index: 10;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.bacground_section>* {
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
    display: none;
}
.bacground_section>*.active {
    display: inline-block;
}
.logo-bg {
    width: 100%;
    height: 100%;
    display: block;
    background-position: center !important;
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../img/svg/logo-rus.svg');
}
/*<<<<<<< HEAD*/
.color-white.logo-bg,
.color-black.logo-bg,
.color-blue.logo-bg,
.color-yellow.logo-bg,
{
/*=======
@media (max-width: 768px) {
    .logo-bg {
        background-position: center !important;
    }
}
.color-white.logo-bg, .color-black.logo-bg, .color-blue.logo-bg, .color-yellow.logo-bg, {
>>>>>>> 43b1ca1a57187b699cf12ae48020fe2919113994*/
    width: 330px;
    height: 100px;
    background-size: 330px auto;
    background-position: 0px 0px;
}
.sticky-header .logo-bg {
    background-image: url('../img/svg/logo-mobile.svg');
    height: 100%;
}
@media (max-width: 500px) {
    .logo-bg {
        /*height: 69%;*/
    }
}
@media (min-width: 1080px) and (max-width: 1080px) {
    .sticky-header .logo-bg {
        height: 100%;
        /*margin-top: 5px;*/
    }
}
@media (max-width: 1280px) {
    .logo-bg {
        background-position: center;
    }
    
    .nav-container__popup-search {
        width: 48%;
        left: 36%;
    }
}
@media (max-width: 1024px) {
    #header {
        position: fixed;
    }
}
@media (max-width: 1024px) and (min-width: 768px) {
    .nav-container__popup-search {
        left: 43% !important;
        width: 33%;
        padding-bottom: 10px;
    }
}
@media (max-width: 1145px) and (min-width: 1025px) {
    .nav-container__popup-search {
        width: 47%;
        left: 37%;
    }
}
a {
    color: #003d7b;
}
a:hover {
    color: #3dc1cd;
}

/*1280 1279
    .nav-container__popup-search

    1145   1025*/
.captcha-sound-icon {
    background-image: url(../img/speaker_icon.svg);
    background-size: cover;
    width: 1.875em;
    vertical-align: middle;
    font-size: inherit;
    box-sizing: border-box;
    height: 1.875em;
    cursor: pointer;
}
.grayscale-replaced {
    background-image: none !important;
}
.after_projects .slider {
    margin-top: 0;
}
.color-white .company-filial-news__item-title,
.color-black .company-filial-news__item-title,
.color-yellow .company-filial-news__item-title,
.color-blue .company-filial-news__item-title {
    overflow: auto;
    height: auto;
}
@media (max-width: 381px) and (min-width: 376px) {
    .nav-container .rmp-icon{
        margin-left: 7% !important; 
    }
}
@media (max-width: 768px) {
    .company-filial-news__item-title {
        height: auto !important;
    }
}

.slick-arrow {
    background-color: rgba(0,0,0,0);
}

.image-off .header::after,
.image-on .header::after {
	display: none;
}
.news-one-img {
	max-width: 400px;
	height: 200px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	float: left;
	margin: 0px 16px 8px 0px;
	line-height: 0px;
}
.news-one-img img {
	max-width: 100%;
	max-height: 100%;
	line-height: 24px;
}
blockquote.blockquote {
	font-size: 14pt;
	border-left: 3px solid #00b7c6;
	margin: 32px 0px 32px 0px;
	padding-left: 40px;
	font-style: italic;
	clear: both;
}
.color-white blockquote.blockquote {
	border-color: #000;
}
.color-black blockquote.blockquote {
	border-color: #fff;
}
.color-yellow blockquote.blockquote {
	border-color: #ff0;
}
.color-blue blockquote.blockquote {
	border-color: #000;
}
.image-off .company-filial-news__item-title,
.image-on .company-filial-news__item-title,
.image-off .body--news--comp-name,
.image-on .body--news--comp-name {
	overflow: hidden;
	position: relative;
	height: 132px !important;
	margin-bottom: 16px;
	line-height: 22px;
}
.image-off .company-filial-news__item-title::after,
.image-on .company-filial-news__item-title::after,
.image-off .body--news--comp-name::after,
.image-on .body--news--comp-name::after {
	content: '';
	display: block;
	width: 100px;
	height: 20px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 1;
}
.color-yellow .company-filial-news__item-title::after,
.color-yellow .body--news--comp-name::after {
	background: rgb(0,0,0);
	background: -moz-linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 80%);
	background: -webkit-linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 80%);
	background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.color-black .company-filial-news__item-title::after,
.color-black .body--news--comp-name::after {
	background: rgb(0,0,0);
	background: -moz-linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 80%);
	background: -webkit-linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 80%);
	background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.color-blue .company-filial-news__item-title::after,
.color-blue .body--news--comp-name::after {
	background: rgb(159,215,255);
	background: -moz-linear-gradient(90deg, rgba(159,215,255,0) 0%, rgba(159,215,255,1) 80%);
	background: -webkit-linear-gradient(90deg, rgba(159,215,255,0) 0%, rgba(159,215,255,1) 80%);
	background: linear-gradient(90deg, rgba(159,215,255,0) 0%, rgba(159,215,255,1) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9fd7ff",endColorstr="#9fd7ff",GradientType=1);
}
.color-white .company-filial-news__item-title::after,
.color-white .body--news--comp-name::after {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%);
	background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff",endColorstr="#fff",GradientType=1);
}

.image-off .filial-news,
.image-on .filial-news {
	width: 1102px;
	margin: 0px auto;
	max-width: 100%;
}
.image-off #owl-filial,
.image-on #owl-filial,
.image-off #owl-news,
.image-on #owl-news,
.image-off #owl-project,
.image-on #owl-project {
	justify-content: space-between;
	width: 1102px;
	margin: 0px auto;
	max-width: 100%;
	padding: 0px;
}
.image-off .company-news,
.image-on .company-news{
	max-width: 100%;
	margin: 0px auto;
}
.image-off .content-wrap .company-news {
	padding-top: 116px;
	clear: both;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
.image-off .content-wrap .company-news {
	padding-top: 109px;
}
}
.image-off .company-services-body,
.image-on .company-services-body {
	text-align: center;
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.image-off .company-services-body__card,
.image-on .company-services-body__card {
	margin: 0 0px 30px 0px !important;
	width: calc(50% - 8px) !important;
}


.image-off .company-projects,
.image-on .company-projects {
	margin-top: 0px !important;
}
.image-off .company-projects__title-wrap,
.image-on .company-projects__title-wrap {
	margin: 0px auto 0px auto !important;
	padding: 8px 0px 28px 0px !important;
	width: 1102px;
	max-width: 100%;
}
.image-off .company-news__title, 
.image-on .company-news__title {
	margin: 0px 0px 0px 0px !important;
}
.image-off .company-news__title-wrap,
.image-on .company-news__title-wrap {
	padding: 0px 0px 28px 0px !important;
	margin: 0px auto 0px auto !important;
	width: 1102px;
	max-width: 100%;
}
.image-off .filial-new__title, 
.image-on .filial-new__title {
	margin: 0px auto 0px auto !important;
	padding: 8px 0px 28px 0px !important;
	width: 1102px;
	max-width: 100%;
}
.image-off .company-services-header, 
.image-on .filial-new__title {
	padding: 8px 0px 28px 0px !important;
	width: 1102px;
	max-width: 100%;
}

.image-off .company-services .content-wrap,
.image-on .company-services .content-wrap {
	width: 1102px;
	max-width: calc(100% - 110px);
	padding: 0px;
}
.image-off.font-small .company-projects__card {
	max-height: 226px;
}
.new_hr {
	margin: 4px 0px 17px 0px;
}
.image-off #after-filials-news,
.image-on #after-filials-news {
	display: none;
}
.image-off .filial-news::after,
.image-on .filial-news::after {
	display: none !important;
}
.image-off .company-news::after,
.image-on .company-news::after {
	display: none !important;
}


@media (max-width: 580px) {
    .news-one-img {
		max-width: 100%;
		height: auto;
	}
}
@media (max-width: 1060px) {
	.footer-content__social-network {
		right: 40px;
	}
	.footer-slide_off ~ .footer-content .footer-content__social-network {
		right: 0px;
	}
	.hidden-content .social-network-item {
		margin-right: 15px;
	}
}

.banners-mir {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
    width: calc(100% + 20px);
    margin-top: 40px;
}
.banner-mir {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	background: #003d7b;
	color: #fff !important;
    margin: 0 20px 20px 0;
    width: calc(50% - 20px);
    padding: 40px 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    transition: .2s;
}
.banner-mir:hover {
    background: #c20154;
}

.mir-img {
    margin-left: auto;
}
.krygsli .slick-c {
	width: 614px;
	max-width: 100%;
}
.krygo {
	background-image: none !important;
}
.krygo .content-wrap {
	background-image: url("/local/templates/rmp_responsive/assets/img/krygosvet.png");
	background-size: auto 100% !important;
	background-position: calc(100% - 46px) center !important;
	background-repeat: no-repeat;
}
.krygo .overback {
	display: none;
}
.krygo .filial-nav-title__link {
	color: #003d7b;
}

@media (max-width: 1360px) {	
	.krygo .filial-nav-title__link {
		width: calc(100% - 320px);
	}
}
@media (max-width: 767px) {	
	.krygo {
		background-color: #fff !important;
	}
}
@media (max-width: 640px) {	
	.krygo .filial-nav-title__link {
		width: calc(100% - 120px);
	}
	.krygo {
	background-size: auto 120px !important;
	}
	.krygo .content-wrap {
		background-size: auto 120px !important;
		background-position: 100% center !important;
	}
}



.aaVersion-on .krygo .bacground_section {
	display: none;
}
.color-white .banner-mir {
	color: #000000 !important;
	border: 1px solid #000000;
	background: #fff;
}
.color-white .mir-img {
    filter: brightness(0);
}
.color-black .banner-mir {
	color: #fff !important;
	border: 1px solid #fff;
	background: #000;
}
.color-yellow .banner-mir {
	color: #ff0 !important;
	border: 1px solid #ff0;
	background: #000;
}
.color-yellow .mir-img {
    filter: brightness(0) invert(82%) sepia(99%) saturate(6759%) hue-rotate(353deg) brightness(103%) contrast(109%);
}
.color-blue .banner-mir {
	border: 1px solid #000;
	background: #9FD7FF;
}
.color-blue  .mir-img {
    filter: brightness(0);
}
.krygo ~ #main-wrapper .pagination__items .pagination__item.active  {
    background: #c20154;
}
.krygo ~ #main-wrapper .pagination__items .pagination__item.active > a:hover {
    background: #c20154 !important;
}
.krygo ~ #main-wrapper .pagination__items .pagination__item a {
    color: #c20154 !important;
}
.krygo ~ #main-wrapper .pagination__items .pagination__item.active a {
    color: #fff !important;
}
.krygo ~ #main-wrapper .pagination__items .pagination__item > a:hover {
	background: rgba(194, 1, 85, 0.2) !important;
}
.krygo ~ #main-wrapper .pagination__items .pagination__item.pag_arrow {
    filter: brightness(0) invert(20%) sepia(95%) saturate(6653%) hue-rotate(326deg) brightness(75%) contrast(104%);
}
.color-white .krygo,
.color-black .krygo,
.color-yellow .krygo,
.color-blue .krygo {
padding-top: 150px !important;
}

.krygo ~ #main-wrapper .page-content .slick-arrow {
    filter: brightness(0) invert(20%) sepia(95%) saturate(6653%) hue-rotate(326deg) brightness(75%) contrast(104%);
}

.krygsli {
    width: 100%;
}

.source {
    margin-top: 26px;
}
br + .source {
    margin-top: 0px;
}