/*
$breakpoint-xs:               0;
$breakpoint-sm:               575px; // Small screen / mobile landscape
$breakpoint-md:               767px; // Medium screen / tablet portrait
$breakpoint-lg:               1023px; // Large screen / tablet landscape
$breakpoint-xl:               1199px; // Extra large screen / wide desktop
*/

.f-contacts > div {
  max-width: 500px;
}
body:not(.eng-version).main-page .l-wrapper_pagedesc .m-teaser p > br{
  display: none;
}
body:not(.eng-version).main-page .l-wrapper_pagedesc .m-teaser p:last-of-type a{
  display: none;
}

.main-slider-descriptions-item h1 a, .main-slider-descriptions-item h2 a{
  color: #fff;
  text-decoration: none;
}
.counter-stat{
  /*padding:0px 20px; */
  color: #545454;
  font-size:10px;
  text-transform: uppercase;
  height: 30px;
}
.counter-stat__text{
  padding-top:2px;
  float:left;
  line-height:26px;
  padding-right:2px;
}
.counter-stat__figure{
  padding-top:2px;
  float:left;
  line-height:24px;
  font-size:14px;
  padding-right:3px;
}
.counter-stat__figure-last{
  padding-top:2px;
  float:left;
  line-height:24px;
  font-size:14px;
  padding-right:1px;
}
.counter{
  position:absolute;
  padding-right:0px;
  background: #DBDBDB;
  bottom:0px;  
  z-index:150;
}
.l-container_subheader_menu .l-col-1.counter-stat{
  background: #fff;
  padding: 0;
}
.counter .l-col-1-wrapper{
  width: 350px;
}
.counter .subheader-menu-title{
  text-align: center;
}
.m-news-list-item p{
  font-weight: 600;
}
.carousel-pagination{
  display: none !important;
}
.adaptive-visible{
  display: none;
}
.sidebar-menu-hamburger{
  display: none;
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 5px;
}
.h-hamburger{
  display: none;
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 5px;
}
.hamburger{
  background-color: transparent;
  color: transparent;
  border: none;
  padding: 0;
  width: 60px;
  height: 60px;
  padding: 10px;
}
.hamburger span {
  display: block;
  width: 40px;
  margin: 0 auto;
  height: 3px;
  background-color: #E33D3D;
}
.hamburger span:after, .hamburger span:before {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background-color: #E33D3D;
}
.hamburger span:before {
  transform: translateY(-10px);
}
.hamburger span:after {
  transform: translateY(6px);
}

.fixed-bar{
  background-color: #ff0000;
  position: fixed;
  z-index: 7500;
  top: 0;
  left: 0;
  height: 100vh;
  width: 60px;
  display: none;
}
.fixed-bar-list{
  padding-left: 0;
  list-style-type: none;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.fixed-bar-list-item{
  padding: 25px 15px;
  text-align: center;
}
.ico-svg{
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  overflow: hidden;
  height: 35px;
  width: 30px;
}
.ico-cabinet{
  background-image: url(../img/new-img/fixed-menu-4.svg);
}
.ico-feedback{
  background-image: url(../img/new-img/fixed-menu-2.svg);
}
.ico-support{
  background-image: url(../img/new-img/technical-support.svg);
}
.ico-contacts{
  background-image: url(../img/new-img/fixed-menu-1.svg);
}

.pub-info{
  color: #666;
  font-size: 14px;
}

/* other pages */
#float-menu .title{
  display: none;
}
.h-logo-img{
  padding-top: 5px;
}
.h-logo-text{
  font-family: 'Gabriola', 'Times New Roman', serif;
  font-size: 16px;
  line-height: 1.2;
  display: inline-block;
  margin: 0 -5px 0;
}

@media (max-width: 1199px){
  /* common */
  .adaptive-visible{
    display: block;
  }
  .l-col-1{
    width: 100%;
    text-align: left;
    padding-right: 0;
  }
  .l-col-2{
    width: 100%;
  }
  .l-container{
    min-width: 1px;
    border-top: none;
  }
  .l-container_header{
    z-index: 650;
  }
  .l-col-1-wrapper{
    width: 100%;
    position: relative;
  }
  .l-col-2{
    position: static;
  }
  .l-col-1-wrapper h3{
    margin: 20px 0;
    padding-left: 40px;
  }
  .dotted-header{
    border-bottom: none;
    padding-bottom: 0;
  }


  /* header */
  .h-logo{
    height: auto;
    padding: 10px 0;
    width: 320px;
  }
  .h-logo-container{
    height: auto;
    width: auto;
    text-align: left;
  }
  .h-logo a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .h-logo-img{
    padding: 0 0 0 25px;
  }
  .h-logo-text{
    padding-left: 20px;
    text-align: left;
    margin: 0;
  }
  .h-sites{
    position: static;
  }
  .h-blocks{
    position: absolute;
    z-index: 1;
    right: 100px;
    top: 28px;
    background-color: rgba(255,255,255,0.8);
  }
  .h-blocks .h-block{
    margin: 10px;
  }
  .sidebar-menu-hamburger{
    display: block;
  }
  .inner-page .l-wrapper_main .m-title .uppercase-header{
    padding-right: 70px;
  }
  #menu-holder{
    background-color: #f7f7f7;
  }
  .inner-page .sidebar-menu{
    display: none;
  }
  .h-hamburger{
    display: block;
  }
  .l-container_header .l-col-2{
    display: none;
    border-top: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    font-weight: 600;
  }
  .h-menu{
    padding: 10px 0;
    background-color: #f3f3f3;
    margin: 0;
    width: 100%;
  }
  .h-menu-item{
    display: block;
    margin-right: 0;
  }
  .h-menu-item > a{
    padding: 15px 15px;
    margin: 0 15px;
    font-size: 25px;
  }
  .l-wrapper_header .m-menu{
    background-color: #fff;
    padding: 10px 0;
    box-shadow: 0px 2px 4px 0px rgba(31, 31, 31, 0.32);
  }
  .l-wrapper_header .m-menu{
    margin-top: 0;
  }
  .m-menu-list{
    height: auto;
  }
  .m-menu-item{
    display: block;
    margin-right: 0;
  }
  .m-menu-item > a{
    margin: 0 15px;
    padding: 15px 15px;
    text-transform: uppercase;
    font-size: 25px;
    position: static;
  }
  .m-menu-item.has-submenu{
    position: relative;
  }
  .m-menu-item-hover, .m-menu-item > a:hover, .m-menu-item > a.current, .m-menu-item.hover > a, .m-menu-item.current > a{
    border-bottom: none;
    padding-bottom: 15px;
    box-shadow: none;
    background-color: transparent;
  }
  .h-menu-item.has-submenu > a{
    position: static;
  }
  .h-menu-item.has-submenu > a:after{
    display: none;
  }


  .h-menu-item.has-submenu:after{
    content: '';
    position: absolute;    
    background-color: #888478;
    top: 27px;
    right: 40px;    
    transform: rotate(45deg);
    width: 20px;
    height: 2px;
  }
  .h-menu-item.has-submenu:before{
    content: '';
    position: absolute;
    background-color: #888478;
    top: 27px;
    right: 26px;
    transform: rotate(-45deg);
    width: 20px;
    height: 2px;
  }
  .m-menu-item.has-submenu:after{
    content: '';
    position: absolute;
    top: 27px;
    background-color: #888478;
    right: 40px;
    transform: rotate(45deg);
    width: 20px;
    height: 2px;
  }
  .m-menu-item.has-submenu:before{
    content: '';
    position: absolute;
    top: 27px;
    background-color: #888478;
    right: 26px;
    transform: rotate(-45deg);
    width: 20px;
    height: 2px;
  }

  .h-menu-item-hover, .h-menu-item > a:hover, .h-menu-item > a.current, .h-menu-item.current > a, .h-menu-item.hover > a{
    padding-bottom: 15px;
    border-bottom: none;
  }
  .h-submenu{
    position: static;
    background-color: #e2e2e2;
    box-shadow: none;
  }
  .h-submenu a{
    display: inline-block;
    font-size: 16px;
    padding: 7px 20px;
    text-decoration: none;
  }
  .m-submenu{
    position: static;
    background-color: #e2e2e2;
    box-shadow: none;
  }
  .m-submenu a{
    display: inline-block;
    font-size: 16px;
    padding: 7px 20px;
    text-decoration: none;
  }


  /* region nav menu */
  .h-sites-content{
    background-color: #fff;
  }
  .h-sites-search{
    margin: 0;
  }
  .l-col-1 .h-sites-content{
    margin-left: 37px;
  }
  .h-sites .h-sites-list{
    width: 50%;
    margin: 0 -5px 0 0;
    background: none;
    border: none;
    padding: 0;
    display: inline-block;
    vertical-align: top;
  }
  .subheader-menu-title{
    padding: 5px 30px;
  }
  .counter{
    position: static;
  }
  .counter-stat{
    padding: 0 30px;
  }
  .counter .subheader-menu-title{
    text-align: left;
  }
  .l-container_subheader_menu:before{
    display: none;
  }


  /* fixed red bar */
  .fixed-bar{
    display: block;
  }
  .all{
    padding-left: 60px;
  }

  /* first slide */
  .main-slider-descriptions-bg{
    width: 100%;
    left: 0;
  }
  .main-slider-slogan{
    left: 0;
  }
  .main-slider-descriptions{
    width: 100%;
    left: 0;
  }
  .main-slider-navigation{
    left: auto;
    right: 0;
  }

  /* fixed upper bar */
  .sticky-subheader-menu .l-wrapper_subheader_menu{
    width: calc(100% - 60px);
  }

  /* main page sidebar */
  .main-page .sidebar-menu{
    padding-right: 110px;
    margin-top: 0;
    background-color: #e8ebec;
    box-shadow: 0px 3px 5px 0px rgba(31, 31, 31, 0.32);
    position: relative;
    z-index: 1;
  }
  .main-page .sidebar-menu ul{
    display: flex;
    padding: 0 20px;
  }
  .main-page .sidebar-menu-item{
    border-top: none;
    flex: 0 0 auto;
  }
  .main-page .sidebar-menu-item a{
    font-size: 18px;
    min-height: 45px;
    line-height: 45px;
    padding: 0 20px;
    color: #555555;
  }
  .main-page .sidebar-menu-item > a:before{
    display: none;
  }
  .m-news-list-item{
    margin-left: 0;
    padding: 0 10px;
  }
  .m-news-list-item p{
    font-weight: 600;
    font-size: 16px;
  }
  .main-page .search-form-extended-submit{
    display: none;
  }

  /* news */
  .l-wrapper_news{
    background-color: #f7f7f7;
  }
  .l-wrapper_news .l-col-2 > .m-news{
    padding: 15px 20px;
    background-color: #f7f7f7 !important;
  }
  .l-wrapper_news .l-col-1-wrapper{
    background-color: #f7f7f7;
  }
  .l-wrapper_news .sidebar-link{
    top: auto;
    bottom: 0;
  }
  .l-col-2 > .m-news{
    padding: 15px 30px;
  }

  /* projects block (teaser) */
  .main-page .l-wrapper_pagedesc .l-col-1:after{
    content: 'Проекты';
    display: block;
    margin: 20px 0;
    padding-left: 40px;
    text-transform: uppercase;
    color: #555;
    font-size: 18px;
  }
  .l-wrapper_pagedesc ~ .l-wrapper_pagedesc .l-col-1:after{
    display: none;  
  }

  .l-wrapper_pagedesc .l-col-2{
    width: 50%;    
  }
  body:not(.eng-version).main-page .l-wrapper_pagedesc .m-teaser p:first-of-type{
    display: none;
  }
  body:not(.eng-version).main-page .l-wrapper_pagedesc .m-teaser p > br{
    display: none;
  }
  body:not(.eng-version).main-page .l-wrapper_pagedesc .m-teaser p a:last-of-type{
    display: block; 
    text-decoration: none;       
    height: 205px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: #fff;
    font-size: 22px;
    line-height: normal;
    padding: 30px 70px 30px 40px;
    box-sizing: border-box;
    background-image: url(../img/mian-quiz-1.jpg);
  }
  body:not(.eng-version).main-page .l-wrapper_pagedesc ~ .l-wrapper_pagedesc .m-teaser p a:last-of-type{
    background-image: url(../img/mian-quiz-2.jpg);
  }
  .l-wrapper_pagedesc .l-col-2 a:last-of-type:before {
    content: '';
    right: 25px;
    bottom: 24px;
    background-image: url(../img/icons-sf8b56e5be9.png);
    background-position: 0 -348px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 41px;
    width: 40px;
    position: absolute;
  }
  .l-wrapper_pagedesc .m-teaser{
    padding: 0;
  }
  .main-page .m-teaser a > img{
    display: none;
  }
  .l-wrapper_pagedesc ~ .l-wrapper_pagedesc{
    position: relative;
  }
  .l-wrapper_pagedesc ~ .l-wrapper_pagedesc .l-col-2{
    position: absolute;
    right: 0;
    bottom: 3px;
    border-left: 1px solid #F7F7F7;
  }

  .eng-version .l-wrapper_pagedesc .l-col-2{
    width: 100%;    
  }
  .eng-version .l-wrapper_pagedesc .l-col-1:after{
    display: none; 
  }
  .eng-version .l-wrapper_pagedesc .m-teaser{
    padding: 15px;
  }
  .eng-version .l-wrapper_pagedesc .js-expandable-target{
    /*display: block !important;*/
  }
  .eng-version .l-wrapper_pagedesc .js-expandable-block p.show{
    /*display: none;*/
  }


  /* polls block */
  .div-polls{
    background-color: #fff;
  }
  .div-polls-padding{
    padding: 0 0 15px;
  }
  .m-polls-item{
    border-right: 1px solid #fff;
  }
  .m-polls-item a{
    background-repeat: no-repeat;
    background-size: cover;
    height: 205px;
    font-size: 22px;
    line-height: normal;
    padding: 30px 70px 30px 40px;
    box-sizing: border-box;
  }
  .l-wrapper_polls .l-col-1-wrapper h3{
    margin-top: 30px;
  }

  /* docs / demand */
  .l-wrapper_docs{
    background-color: #f7f7f7;
  }
  /* только для первого блока l-wrapper_docs */
  .l-wrapper_docs .l-col-1-wrapper{
    background-color: #f7f7f7;
  }
  .l-wrapper_docs .m-documents{
    background-color: #f7f7f7 !important;
  }
  .l-wrapper_docs ~ .l-wrapper_docs .l-col-1-wrapper{
    background-color: #fff;
  }
  .l-wrapper_docs ~ .l-wrapper_docs .m-documents{
    background-color: #fff !important;
  }

  .m-documents{
    padding: 10px 20px;
  }
  .js-m-documents-list .m-documents-list-item{
    display: flex;
    padding: 0 10px;
  }
  .m-documents-list-item-inner{
    background-color: #eaecee;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .m-documents-list-item h5{
    font-size: 18px;
    color: #ff0000;
    margin-bottom: 10px;
  }
  .m-documents-list-item p{
    font-weight: 600;
    font-size: 16px;
  }
  .m-documents-list-item p a{
    color: #ff0000;
    font-weight: 400;
  }

  /* services */
  .l-wrapper .grey .sidebar-menu{
    background-color: #f4f4f5;
  }
  .l-wrapper_services .sidebar-link{
    top: auto;
    bottom: 0;
  }
  .online-services-caroufredsel-wrap{
    padding-top: 40px;
  }
  .m-online-services-list-item{
    padding: 0 15px;    
  }
  .m-online-services-list-item a{
    font-size: 14px;
    text-decoration: underline;
  }


  /* docs */
  .sidebar-search-list{
    padding: 10px 30px;
  }
  .jq-selectbox__select{
    font-family: "Open Sans", Arial, sans-serif;
  }
  .main-page .jq-selectbox__select{
    padding: 5px 45px 5px 10px;
    font-size: 16px;
  }

  /* media */
  .m-media.type-3{
    padding: 0;
  }
  .m-media-list-item{
    height: 300px;
    border-right: 1px solid #fff;
  }
  .m-media-item-description,
  .m-media-item-desription{
    font-size: 16px;
    line-height: 1.4;
    padding: 10px 30px;
  }
  .m-media-list-item a img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  /* government */
  .l-wrapper_banners{
    background-color: #eaecee;
  }
  /* tags */
  .sidebar-tags-cloud-list{
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
  }

  /* footer */
  .l-wrapper_footer .l-col-1{
    display: none;
  }
  .l-wrapper_footer .f-col-1{
    display: none;
  }
  .l-wrapper_footer .f-col-2{
    width: 100%;
    padding: 40px 40px 20px;
  }
  .f-col-2 h3{
    font-size: 32px;
    padding: 0 0 20px;
  }
  .f-contacts{
    font-size: 16px;
    columns: 2;
  }
  .f-contacts div{
    min-height: 100px;
    max-width: 300px;
  }
/*  .f-contacts p br{
    display: block;
  }*/


  /* carousel controls style */
  .carousel-pagination{
    display: block !important;
    text-align: center;
    padding: 10px 0;
  }
  .caroufredsel-prev{
    display: none !important;
  }
  .caroufredsel-next{
    display: none !important;
  }
  .carousel-pagination > a{
    color: transparent;
    /*display: inline-block;*/
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 10px 5px 10px;
    background-color: #8e8f90;
    display: none;
  }
  .carousel-pagination > a:nth-of-type(1),
  .carousel-pagination > a:nth-of-type(2),
  .carousel-pagination > a:nth-of-type(3),
  .carousel-pagination > a:nth-of-type(4),
  .carousel-pagination > a:nth-of-type(5){
    display: inline-block;
    vertical-align: middle;
  }
  .carousel-pagination > a.selected{
    background-color: #ff0000;
  }
  .carousel-pagination > a > span{
    display: block;
    line-height: 1;
    font-size: 10px;
  }
  .carousel-pagination-more{
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin: 10px 5px 10px;
    background-color: #8e8f90;
  }

  /* button - see all */
  .sidebar-link{
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
  }
  .main-page .more-link:not(.js-more-link){
    display: inline-block;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 18px;
    background-color: #fa3434;
    padding: 0 40px;
    min-height: 45px;
    line-height: 45px;
    color: #eaecee;
    font-weight: normal;
  }
  /* button - download */
  .download-link{
    font-size: 16px;
  }
  .download-link:before{
    top: auto;
    bottom: 2px;
  }
  /* button - follow */
  .follow-link{
    font-size: 16px;
  }
  .follow-link:before{
    top: auto;
    bottom: 2px;
  }

  /* other pages */
  #float-menu{
    width: 100%;
  }
  .h-menu-wrapper{
    height: auto;
  }
  .l-container_header_to .m-menu-item > a{
    color: #000;
  }
  .inner-page .l-wrapper_main, 
  .inner-page .l-wrapper_news{
    background-color: transparent;
  }
  .inner-page .l-wrapper_main article,
  .inner-page .l-wrapper_news article{
    padding: 0 20px;
  }

  /* inner page sidebar */
  .inner-page .sidebar-menu-wrapper{
    margin-top: 0;
  }
  .inner-page .sidebar-menu > ul{
    columns: 3;
  }
  .inner-page .sidebar-menu{
    background-color: #DBDBDB;
    box-shadow: 0px 3px 5px 0px rgba(31, 31, 31, 0.32);
  }
  .inner-page .sidebar-menu-item{
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border-top: none;
  }
  .inner-page .sidebar-submenu-item{
    border-top: none;
  }
  .inner-page .sidebar-menu-item a{
    padding-left: 32px;
  }
  .inner-page .submenu-show-btn{
    margin: 0 5px;
  }
  .inner-page .submenu-show-btn:before{
    transform: scale(1.5);
  }

  .inner-page .m-faq{
    position: relative;
    padding: 10px 30px;
  }
  .inner-page .m-info{
    padding: 10px 30px;
  }
  .inner-page .online-services-caroufredsel-wrap{
    padding-top: 15px;
  }
  .inner-page .l-col-2 > .m-contacts-table{
    padding-left: 0;
  }
  .inner-page .l-col-2 > .m-contacts-table h3{
    padding: 0 30px;
  }


  .search-form-wrapper{
    padding: 15px 30px;
  }
  .search-form-filters{
    width: 100%;
    margin: 10px 0;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .m-inner-services{
    padding: 15px 30px;
  }


  /* button - see all */

  .main-page .last-p{
    margin: 0 !important;
    padding: 0;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
  }
  .m-teaser .last-p{
    position: static;
  }

  .l-container_main h3{
    text-align: center;
  }
  .sidebar-search-form{
    padding: 15px 30px;
  }


  /* in-situ site styles */ 
  .m-text-article-wrapper table{
    width: auto !important;
  }

  .sidebar-search-string.near-btn{
    width: calc(100% - 30px);
  }
  .sidebar-search-list-item .jq-selectbox__select{
    pointer-events: none;
    width: 100%;
    box-sizing: border-box;
    height: auto;
    font-size: 14px;
    padding: 3px 30px 3px 15px;
  }
  .inner-page .m-documents h3{
    padding: 0 60px;
  }
  .inner-page .l-wrapper_pagedesc .m-teaser{
    padding: 0 10px;
  }
  .inner-page .l-wrapper_pagedesc .l-col-2 a:last-of-type:before{
    display: none;
  }

  /* */
  .form-type-1{
    width: 100%;
  }
  .form-list input[type=text], .form-list input[type=email], .form-list input[type=tel], .form-list input[type=url], .form-list input[type=password], .form-list textarea{
    width: 100%;
  }
  .bp, .m-header-wrapper, .m-cabinet h3, .form-wrapper, .search-form-wrapper{
    padding-left: 0;
  }
  .form-list label{
    margin-right: 0;
    padding-right: 0;
  }
  .form-type-1 fieldset{
    padding-left: 10px;
    padding-right: 10px;
  }
}


@media (max-width: 1023px){
  .l-wrapper_pagedesc .l-col-2 a > span{
    font-size: 18px;
    padding: 20px 70px 20px 30px;
  }
  .m-polls-item a {
    font-size: 18px;
    padding: 20px 70px 20px 30px;
  }
  .m-inner-services .m-online-services-list-item.type-2 .m-online-services-title{
    width: calc(100% - 85px);
  }
}


@media (max-width: 767px){
  .territory-list-col{
    width: 100%;
    float: none;
  }
  #territory-svg-map{
/*    width: 320px;
    height: 280px;
    margin: 0 auto;*/
    display: none;
  }
  /* header */
  .h-logo{
    padding: 5px 10px;
    width: 230px;
  }
  .h-logo-img{
    padding-left: 0;
    width: 57px;
  }
  .h-logo-container{
    left: 0;
  }
  .h-logo-text{
    padding-left: 10px;
    font-size: 12px;
    line-height: 1.4;
  }
  .h-hamburger{
    right: 0;
    top: 10px;
  }
  .h-blocks{
    right: 70px;
    top: 17px;
    background-color: transparent;
  }
  .h-blocks .h-block{
    margin: 10px 5px;
  }


  .sticky-subheader-menu .l-wrapper_subheader_menu{
    width: 100%;
  }
  .all{
    padding-left: 0;
    padding-bottom: 60px;
  }
  .fixed-bar{
    top: auto;
    height: auto;
    bottom: 0;
    width: 100%;
  }
  .fixed-bar-list{
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .fixed-bar-list-item{
    padding: 9px 25px 10px;
  }
  .main-page .sidebar-menu{
    padding-right: 80px;
  }
  .main-page .sidebar-menu ul{
    padding: 0;
  }

  .search-form-extended{
    padding-right: 0;
    margin-bottom: 160px;
  }
  .search-form-extended .search-form-extended-wrapper li.cols_2 .column:nth-child(1),
  .search-form-extended .search-form-extended-wrapper li.cols_2 .column:nth-child(2),
  .search-form-extended .search-form-extended-wrapper li.cols_2 .column:nth-child(3),
  .search-form-extended .search-form-extended-wrapper li.cols_2 .column:nth-child(4){
    width: 50%;
  }
  .search-form-extended .search-form-extended-wrapper li.cols_2{
    position: relative;
  }
  .search-form-extended .search-form-extended-wrapper li.cols_2 .column:nth-child(1){
    position: absolute;
    top: 0;
    left: 0;
  }
  .search-form-extended .search-form-extended-wrapper li.cols_2 .column:nth-child(2){
    padding-top: 30px;
  }
  .search-form-extended .search-form-extended-wrapper li.cols_2 .column:nth-child(3){
    position: absolute;
    top: 0;
    right: 0;
  }
  .search-form-extended .search-form-extended-wrapper li.cols_2 .column:nth-child(4){
    padding-top: 30px;
  }
  .search-form-list .calendar-wrapper input[type=text]{
    margin-bottom: 10px;
  }
  .search-form-list .jq-selectbox__select{
    width: 100%;
  }
}


@media (max-width: 574px){
  .mkgu-widget-btn {
    display: none;
  }
  body:not(.eng-version).main-page .l-wrapper_pagedesc .m-teaser p a:last-of-type{
    height: 160px;
  }
  /* common */
  .l-col-1-wrapper h3{
    margin: 10px 0;
    padding: 0;
    text-align: center;
    padding: 0 70px;
  }

  /* header */
  .h-hamburger{
    top: 0;
  }
  .h-hamburger .hamburger{
    height: 50px;
  }
  .h-blocks{
    right: 0px;
    top: 45px;
  }
  .h-logo{
    padding: 10px 10px;
  }
  .h-blocks .h-block:nth-last-of-type(1), 
  .h-blocks .h-block:nth-last-of-type(2) {
    display: none;
  }
  .h-sites .h-sites-list{
    width: 100%;
    display: block;
  }

  .h-menu-item > a{
    font-size: 20px;
    margin: 0;
    padding: 10px 15px;
  }
  .m-menu-item > a{
    font-size: 20px;
    margin: 0;
    padding: 10px 15px;
  }
  .h-menu-item.has-submenu > a{
    max-width: calc(100% - 50px);
    box-sizing: border-box;
  }
  .h-menu-item.has-submenu:before{
    top: 22px;
    right: 10px;
  }
  .h-menu-item.has-submenu:after{
    top: 22px;
    right: 24px;
  }
  .m-menu-item.has-submenu > a{
    max-width: calc(100% - 50px);
    box-sizing: border-box;
  }
  .m-menu-item.has-submenu:before{
    top: 22px;
    right: 10px;
  }
  .m-menu-item.has-submenu:after{
    top: 22px;
    right: 24px;
  }
  .h-submenu a{
    white-space: normal;
  }


  .subheader-menu-title{
    text-align: center;
  }
  .subheader-menu-list-item{
    width: 33%;
  }
  .subheader-menu-list-item a{
    padding: 5px 10px;
  }
  .subheader-menu-list-item:first-child a{
    padding-left: 10px;
  }
  .subheader-menu-list-item a:after{
    right: 5px;
  }

  .l-col-1 .h-sites-content{
    margin-left: 0;
  }
  .counter .l-col-1-wrapper{
    width: auto;
  }
  .subheader-menu-title{
    padding: 0 20px;
  }


  /* first slider */
  .main-page .l-wrapper_subheader{
    height: 310px;
  }
  .main-slider-wrapper{
    height: 310px;
  }
  .main-slider-images{
    height: 310px;
  }
  .main-slider-images-item{
    height: 310px;
  }
  .main-slider-slogan-text{
    font-size: 10px;
  }
  .main-slider-slogan-text-line:nth-child(1){
    margin-left: 0ex;
  }
  .main-slider-slogan-text-line:nth-child(2){
    margin-left: 2ex;
  }
  .main-slider-slogan-text-line:nth-child(3){
    margin-left: 4ex;
  }
  .main-slider-descriptions-bg{
    height: 240px;
  }
  .main-slider-descriptions{
    height: 240px;
  }
  .main-slider-descriptions-item{
    width: 100%;
    margin: 0;
    padding: 5px 20px;
    top: auto;
    bottom: 0;
  }
  .main-slider-descriptions-item h1, .main-slider-descriptions-item h2{
    font-size: 14px;
    line-height: 1.375;
    margin-left: 0;
  }
  .main-slider-descriptions-item h1, .main-slider-descriptions-item h2, .main-slider-descriptions-item p{
    margin-left: 0;
  }
  .counter-stat{
    padding: 0 20px;
  }
  .counter-stat__figure{
    font-size: 11px;
    padding-top: 3px;
  }
  .counter-stat__figure-last{
    font-size: 11px;
    padding-top: 3px;
  }
  .counter-stat__text{
    padding-right: 2px;
  }
  .f-contacts > div{
    text-align: left !important;
  }
  .m-management-managers .m-management-list-item{
    float: none;
    width: 100%;
  }
  .m-management-top-manager .m-management-list-item{
    width: 100%;
  }
  .m-management-managers .m-management-list-item:nth-child(2n){
    margin-left: 0;
  }
  .m-management-top-manager, .m-management-managers{
    padding-right: 10px;
    padding-left: 10px;
  }
  .m-management-description h3{
    text-align: left;
  }

  /* sidebar */
  .sidebar-menu{
    padding: 0 70px 0 10px;
  }
  .sidebar-menu ul{
    padding: 0;
  }
  .sidebar-menu-item a {
    font-size: 16px;
    min-height: 38px;
    line-height: 38px;
    padding: 0 10px;
  }
  /* news */
  .l-wrapper_news .l-col-2 > .m-news{
    padding: 15px 10px;
  }
  .m-news-list-item p{
    font-size: 13px;
  }
  /* projects */
  .l-wrapper_pagedesc .l-col-2{
    width: 100%;
  }
  .l-wrapper_pagedesc ~ .l-wrapper_pagedesc .l-col-2{
    position: static;
    border-left: none;
  }
  .l-wrapper_pagedesc .l-col-2 a > span{
    height: 160px;
    padding: 10px 70px 10px 20px;
  }
  /* polls */
  .l-wrapper_polls .l-col-1-wrapper h3{
    margin-top: 10px;
  }
  .m-polls-item{
    border-right: none;
  }
  .m-polls-item a{
    height: 160px;
    padding: 10px 70px 10px 20px;
  }
  /* demand */
  .l-wrapper_docs .l-col-1-wrapper{
    /*padding: 0 70px;*/
    /*box-sizing: border-box;*/
  }
  /* docs */
  .m-documents{
    padding: 10px 10px;
  }
  /* services */
  .online-services-caroufredsel-wrap{
    padding: 40px 10px 10px;
  }
  .m-online-services-list-item{
    padding: 0 5px;
  }
  .m-online-services-list-item a{
    word-wrap: break-word;
    font-size: 12px;
  }
  .m-documents-list-item h5{
    font-size: 16px;
  }
  .m-documents-list-item p{
    font-size: 14px;
  }
  /* media */
  .m-media.type-3{
    padding-bottom: 10px;
  }
  /* tags */
  .sidebar-tags-cloud-list{
    padding: 0 20px;
  }

  /* footer */
  .l-wrapper_footer .f-col-2{
    padding: 20px 20px 10px;
  }
  .f-col-2 h3{
    text-align: center;
    font-size: 18px;
    padding-bottom: 0;
  }
  .f-contacts{
    columns: 1;
    font-size: 14px;
  }
  .f-contacts div{
    min-height: 1px;
    max-width: 100%;
    margin-bottom: 10px;
  }

  /* carousel */
  .carousel-pagination > a{
    margin: 7px 5px 0;
  }
  .carousel-pagination-more{
    margin: 5px 5px 0;
  }
  /* more link */
  .main-page .l-wrapper .more-link{
    font-size: 16px;
    min-height: 38px;
    line-height: 38px;
    padding: 0 20px;
  }
  .main-page .more-link.js-more-link{
    padding: 0;
  }
  /* download link */
  .download-link{
    font-size: 14px;
  }
  /* follow link */
  .follow-link{
    font-size: 14px;
  }

  /* other pages */
  .inner-page .sidebar-menu > ul{
    columns: 1;
  }
  .inner-page .sidebar-menu-item{
    padding: 5px 0;
  }
  .inner-page .sidebar-menu-item a{
    font-size: 14px;
    min-height: 1px;
    line-height: normal;
    padding-left: 20px;
  }
  .inner-page .submenu-show-btn{
    margin: 0;
    top: 0;
  }
  .inner-page .submenu-show-btn:before{
    transform: none;
  }
  .inner-page .l-wrapper_main article h1,
  .inner-page .l-wrapper_news article h1{
    line-height: normal;
  }

  .page-title-header{
    line-height: 1.2;
    display: table;
    padding: 0 20px;
    margin: 0 0 0 15%;
    font-size: 1.5em;
  }

  .contact-table td, .contact-table th{
    padding: 5px 5px;
  }

  .contact-table tr td:nth-child(2){
    padding: 5px 0;
  }
  .inner-page .m-faq{
    padding: 10px 20px;
  }
  .inner-page .m-faq h3{
    padding: 0px 50px;
  }
  .inner-page .m-info{
    padding: 10px 20px;
  }
  .inner-page .m-info h3{
    padding: 0px 50px;
  }
  .type-2 .m-news-list-item{
    margin-left: 0;
    width: 100%;
    float: none;
    box-sizing: border-box;
  }


  .search-form-wrapper{
    padding: 10px 20px;
  }
  .search-form-filters{
    padding: 0 20px;
  }
  .m-inner-services{
    padding: 10px 20px;
  }
  .m-inner-services .col-1, .m-inner-services .col-2{
    width: 100%;
  }
  .m-inner-services .m-online-services-list-item.type-2 .m-online-services-title{
    width: calc(100% - 85px);
  }

  .sidebar-search-form{
    padding: 10px 20px;
  }
  .sidebar-search-string.near-btn{
    /*width: 245px;*/
    border-right: 1px solid #555;
  }
  .type-2 .m-documents-list-item{
    margin: 0 0 10px;
    width: 100%;
    float: none;
    border-top: none;
    padding-top: 0;
  }
  .type-2 .m-documents-list{
    margin-top: 0;
  }
  .search-form-extended .search-form-extended-wrapper li.cols_2 .column:nth-child(1),
  .search-form-extended .search-form-extended-wrapper li.cols_2 .column:nth-child(2),
  .search-form-extended .search-form-extended-wrapper li.cols_2 .column:nth-child(3),
  .search-form-extended .search-form-extended-wrapper li.cols_2 .column:nth-child(4){
    width: 100%;
    position: static;
    padding-top: 0;
  }
  .search-form-list .jq-selectbox__select{
    width: auto;
  }
  .search-form-extended-wrapper li.cols_1.search-form-list-item .column:nth-child(1),
  .search-form-extended-wrapper li.cols_1.search-form-list-item .column:nth-child(2){
    width: 100%;
  }
}
