    a.inverse {
        text-decoration: none;
    }

    a.inverse:hover {
        text-decoration: underline;
    }

div.clearer {
    clear:               both;
    overflow:            hidden;
    zoom:                1;
    height:              0; /* ie */
}

div.metrika_code {
    display: none;
}

  .band_holder {
      position: relative;
      overflow: hidden;
      min-width: 1200px;
      width: 100%;
  }
  
  .band {
      width: 100%;
      height: 100%;
      z-index: -1;
      position: absolute;
  }
  
  .band .band_background, .band .band_shadow {
      position: relative;
      width: 100%;
      max-width: 1920px;
      min-width: 1200px;
      height: 100%;
      margin: 0 auto;
      background-position: center top;
  }
  
  .band_holder_1660 .wrapper {
    width: 1660px;
  }
  
  
.up_button_container {
    position: relative;
    margin: 0 auto;
    width: 100%;
    z-index: 3;
    
}

@media only screen and (min-width: 1140px) {
    .up_button_container {
        display: block;
    }
}
 
.up_button_control {
    position: fixed;
    bottom: 15px;
    
}

.up_button {
    cursor: pointer;
    position: fixed;
    background-image: url(/img/up_top.png);
    height: 29px;
    width: 45px;
    right: 20px;
    bottom: 15px;
    display: none;
}

.up_button:hover {
    background-position:  45px 0;
}

.up_button_absolute {
    position: absolute;
}

.expander {
    width: 100%;
    display: inline-block;
    height: 0px;
}

.justify_elem {
    display: inline-block;
}

.phonelink {
    color: inherit;
    text-decoration: none;
}


.popup_menu_item {
    background-color: #ffffff;
    border-top: 1px solid #a9ffa9;
}

.popup_menu_item:first-child {
    border-top: 0;
}

.popup_menu_item_link {
    padding: 20px 30px 20px 30px;
    text-align: center;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    color: #262626;
    background-color: #68a43b;
}

.popup_menu_item_link:hover {
    background-color: #57932a;
    color: #ffffff;
    text-decoration: none;
}

.soroed_inputtext {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: inherit;
    
    height: 55px; 
    line-height: 53px;
    border: 1px solid #ededed;
    padding: 0 20px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.soroed_inputtext:focus {
    border-color: #399d3a;
}

.soroed_button {
    border: 0;
    height: 55px;
    line-height: 55px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    background-image: -o-linear-gradient(49deg,#ff7b36 0,#ffa800 100%);
    background-image: linear-gradient(41deg,#ff7b36 0,#ffa800 100%);
    
    box-shadow: inset 0 -4px 0 0 #e67625;
    
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    cursor: pointer;
}

.soroed_button:hover {
    background-image: -o-linear-gradient(49deg,#ffa800 0,#ff7b36 100%);
    background-image: linear-gradient(41deg,#ffa800 0,#ff7b36 100%);
}


.inputfile_block {
    position: relative;
}

.inputfile_block input[type="file"]{
    display: none;
}

.inputfile_del {
    display: none;
}

.calculator_costs_block {
    display: none;
}

.avtopark_videolink {
    
}

.pseudolink {
    cursor: pointer;
    border-bottom: 1px dashed #086727;
    color: #086727;
    display: inline-block;
    line-height: 24px;
}

.pseudolink:hover {
    border-bottom-color: transparent;
}
    
.popup_block.video_modal iframe {
    display: block;
}

.vacansii_button {
    width: 210px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    color: #97cc36;
    font-weight: 900;
    font-size: 14px;
    border: 2px solid #97cc36;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    text-decoration: none;
}

.vacansii_button:hover {
    color: #ffffff;
    background-color: #97cc36;
}

.calc_vyvoz_star {
    display: inline;
    font-weight: normal;
    color: #8e8e8e;
    font-size: 16px;
    vertical-align: top;
}

.calc_vyvoz_hint {
    font-style: italic;
    font-size: 14px;
    margin-top: 15px;
    color: #8e8e8e;
}

/*верстка статей*/
.content_container {
    padding-bottom: 40px;
}

.articles_container {
    
}

.articles_categorys {
    margin-bottom: 30px;
}

.articles_categorys_item {
    font-size: 15px;
    color: #262626;
    border: 1px dashed #262626;
    display: inline-block;
    cursor: pointer;
    line-height: 38px;
    text-decoration: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 0 16px;
    margin-right: 4px;
    margin-bottom: 10px;
    font-weight: 500;
}

.articles_categorys_item:hover {
    background-color: #262626;
    border-color: #262626;
    color: #ffffff;
}

.articles_categorys_item.articles_categorys_item_active {
    cursor: auto;
    
    background-color: #97cc36;
    border-color: #97cc36;
    color: #ffffff;
}

.articles_list {
    
}

.articles_item {
    background-color: #ffffff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 50px;
    box-shadow: 0 4px 56px 0 rgba(176,178,188,0.4);
    margin-top: 25px;
}

.articles_item:first-child {
    margin-top: 0;
}

.articles_item_img {
    float: left;
    width: 390px;
    display: block;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.articles_item_content {
    max-width: 800px;
    margin-left: 420px;
    
    position: relative;
    height: 290px; /*как у изображения. задаем, чтобы ссылку прижимать*/
}

.articles_item_info {
    max-height: 260px;
    overflow: hidden;
}

.articles_item_info_inner {
    padding-top: 8px;
    padding-bottom: 25px;
    
}

.articles_item_kogda {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.articles_item_title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
}

.articles_item_title a {
    color: #262626;
}

.articles_item_anons {
    font-size: 16px;
    line-height: 24px;
    color: #262626;
}

.articles_item_more {
    color: #97cc36;
    
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    bottom: 10px;
}

.articles_item:hover {
    box-shadow: 8px 8px 0 0 #e6e6e6, -8px 8px 0 0 #e6e6e6, 8px -8px 0 0 #e6e6e6, -8px -8px 0 0 #e6e6e6;
}

.articles_item:hover .articles_item_title a {
    color: #97cc36;
}


.none_message {
    padding: 30px;
    background-color: #ffffff;
    font-size: 24px;
    line-height: 32px;
}

/*страница статьи*/
.article_top_block {
    margin-bottom: 25px;
    margin-top: 50px
}

.article_top_kogda {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    
}

.article_top_category {
    vertical-align: middle;
    margin-right: 25px;
    margin-bottom: 0;
}

.article_h1 {
    font-size: 32px;
    line-height: 40px;
    font-weight: normal;
}

.images_container {
    padding-top: 40px;
}

.images_head {
    
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    
}

.images_list.aaaleafer {
    background-color: #f1f1f1;
    padding: 20px;
}

.images_list_item {
    overflow: hidden;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    width: 285px;
}

.images_list_item_img {
    max-width: 100%;;
    display: block;
}

.images_list_item:hover {
    box-shadow: 8px 8px 0 0 #e6e6e6, -8px 8px 0 0 #e6e6e6, 8px -8px 0 0 #e6e6e6, -8px -8px 0 0 #e6e6e6;
}

.images_list_item:hover .images_list_item_img {
    opacity: 0.65;
}


.images_list .aaaleafer_inner_center {
    text-align: left;
}

.transition {
    transition: all 0.3s;
}

.icon_wrapper {
    position: relative;
}

.icon_inner {
    background-position: top left;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.3s;
}

.icon_inner_hover {
    opacity: 0;
}

.icon_parent:hover .icon_inner_auto {
    opacity: 0;
}

.icon_parent:hover .icon_inner_hover {
    opacity: 1;
}


/*статьи на главной*/
.welcome_news_container {
    margin-top: -80px;
    margin-bottom: 10px;
    position: relative;
}

h2.welcome_h2 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 16px;
}

.more_link {
    font-size: 14px;
    font-weight: normal;
    margin-left: 12px;
    color: #97cc36
}

.more_link:hover {
    color: #3fa64d;
}

.welcome_news_item {
    float: right;
    background-color: #ffffff;
    width: 45%;
    box-shadow: 0 1px 5px 0 rgba(132, 141, 144, 0.21);
    margin-bottom: 18px;
    padding: 20px;
    position: relative;
}

.welcome_news_img {
    width: 160px;
    float: left;
}

.welcome_news_right {
    margin-left: 185px;
    
}

.welcome_news_kogda {
    color: #262626;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 7px;
}

.welcome_news_title  {
    line-height: 20px;
    height: 80px;
    overflow: hidden;
}

.welcome_news_title a {
    color: #262626;
}

.welcome_news_item:hover {
    box-shadow: none;
    background-color: #fafbfb;
}

.welcome_news_item:hover .welcome_news_title a {
    color: #3fa74e;
}

.welcome_news_item:first-child {
    float: left;
    width: 55%;
    max-width: 740px;
    padding: 0;
}

.welcome_news_item:first-child .welcome_news_img {
    max-width: 100%;
    width: auto;
    height: auto;
    float: none;
    display: block;
}

.welcome_news_item:first-child .welcome_news_right {
    width: auto;
    float: none;
    margin-left: 0;
}

.welcome_news_item:first-child .welcome_news_kogda {
    height: 30px;
    line-height: 30px;
    background-color: rgba(0,0,0,0.5);
    color: #ffffff;
    position: absolute;
    bottom: 65px;
    padding: 0 20px;
    width: 100%;
    margin-bottom: 0;
}

.welcome_news_item:first-child .welcome_news_title {
    padding: 20px 20px;
    font-size: 17px;
    font-weight: bold;
    line-height: 25px;
    height: 65px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*верстка раздела сотрудники*/
.worker_list {
    text-align: justify;
    line-height: 0;
    font-size: 0;
}

.worker_item {
    line-height: normal;
    font-size: 16px;
    width: 24%;
    max-width: 445px;
    display: inline-block;
    position: relative;
    text-align: left;
    margin-bottom: 1.88%;
    
    overflow: hidden;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.worker_list .justify_elem {
    width: 24%;
    max-width: 445px;
}

.worker_item_img {
    display: block;
    width: 100%;
}

.worker_item_content {
    position: absolute;
    bottom: 0;
    color: #ffffff;
    
    padding: 0 35px 35px;
    
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.worker_item_title {
    font-size: 24px;
    line-height: 32px;
}

.worker_item_dolg {
    color: #A2A2A2;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 12px;
}

.worker_item_contacts {
    position: relative;
}

.worker_item_phones {
    font-weight: 800;
    line-height: 24px;
    font-size: 16px;
    background-image: url(/img/worker_phone_icon.png);
    background-position: left top 5px;
    background-repeat: no-repeat;
    padding-left: 22px;
}

.worker_item_phone {
    white-space: nowrap;
}

.worker_item_email {
    font-size: 14px;
    line-height: 24px;
    position: absolute;
    right: 0;
    left: 185px;
    top: 0;
    margin-top: 1px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #A2A2A2;
    text-align: right;
    
}

.worker_item_email_link  {
    color: #A2A2A2;
    text-decoration: none;
}

.worker_item_email_link:hover {
    color: #97cc36;
}

.worker_item_email_icon {
    width: 14px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
    margin-right: 2px;
}

.worker_item_email_icon .icon_inner_auto {
    background-image: url(/img/worker_email_icon.png);
}

.worker_item_email_icon .icon_inner_hover {
    background-image: url(/img/worker_email_icon_hover.png);
}

.worker_item_wa {
    margin-left: -22px;
}

.worker_item_wa a:hover{
    color: #97cc36;
}

.worker_item_wa_icon {
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
    margin-right: 5px;
}

.worker_item_wa_icon .icon_inner_auto {
    background-image: url(/img/worker_wa_icon.png);
}

.worker_item_wa_icon .icon_inner_hover {
    background-image: url(/img/worker_wa_icon_hover.png);
}

.worker_item_shadow {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 190px;
    background-image: linear-gradient(0deg, #000 10.11%, rgba(0, 0, 0, 0.64) 55.32%, rgba(0, 0, 0, 0.00) 100%);

}

.worker_item:hover .worker_item_shadow {
    height: 100%;
}

.header_link {
    display: inline-block;
    vertical-align: middle;
    width: 120px;
}

.header_link + .header_link {
    margin-left: 10px;
}

.yt_list {
    margin-top: 20px;
    text-align: justify;
    font-size: 0;
}

.yt_item {
    cursor: pointer;
    display: inline-block;
    width: 48.92%;
    position: relative;
}

.yt_img {
    display: block;
    width: 100%;
}

.yt_play {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background-color: rgba(0,0,0,0.34);
    background-image: url(/img/video_play.png);
    background-position: center;
    background-repeat: no-repeat;
    transition: background-color 0.3s;
}

.yt_item:hover .yt_play {
    background-color: rgba(0,0,0,0.44);
}

.header-nav__info {
    position: relative;
}

.naclogo {
    width: 100px;
    left: -120px;
    position: absolute;
}

.slider_float_close {
  width: 15px;
  height: 14px;
  background-image: url(/img/slider_float_close.png);
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.slider_float {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 100% 0;
  box-shadow: 0 5px 43px -10px #262626;
  padding: 30px 25px 25px;
  width: 350px;
  position: fixed;
  margin-left: 20px;
  bottom: 20px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 2px solid #97cc36;
  text-align: center;
  z-index: 9;
}

.slider_float_text {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
}

.slider_float_text a {
    color: #fa7835;
}

.slider_float_button {
  width: 100%;
  padding: 0;
  font-size: 16px;
}

.slider_float_control {
  position: fixed;
  bottom: 15px;
}

.slider_float_absolute {
    bottom: 0;
    position: absolute;
}

.header_dtp {
    text-align: right;
    font-size: 14px;
}

.header_dtp, .header_dtp a {
    color: #ff7b36;
}

.contacts_dtp, .contacts_dtp a {
    color: #ff7b36;
}

.contacts_dtp {
    padding-left: 25px;
}

.contacts_dtp a {
    padding-left: 0;
    background-image: none;
}

.contacts_dtp .contact-card__phone:first-child::before {
    content: none;
}

.footer_dtp a {
    white-space: nowrap;
}