.band_holder .wrapper {
    width: auto;
    max-width: 1170px;
}

.band_holder {
    min-width: 390px;
}

.band .band_background, .band .band_shadow {
    min-width: 390px;
}


/*начинается адаптив шапки*/
@media only screen and (max-width: 1050px) {
    .vacansii_button {
        width: 120px;
        height: 46px;
        line-height: 46px;
    }
}

@media only screen and (max-width: 1000px) {
    .naclogo {
        width: 100px;
        margin-right: 10px;
    }
    
    .holding_logo {
        height: 70px;
    }
}

@media only screen and (max-width: 890px) {
    .vacansii_button {
        display: none;
    }
    .naclogo {
        width: 80px;
    }
}

@media only screen and (max-width: 890px) {
    .naclogo {
        margin-right: 0;
    }
}
@media only screen and (max-width: 460px) {
    .holding_logo {
        height: 55px;
    }
    
    .naclogo {
        width: 70px;
    }
}

/*адаптив для списка статей*/
@media only screen and (max-width: 1300px){
    .content_container {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 1000px){
    .articles_item {
        padding: 30px;
    }
    
    .articles_item_img {
        width: 310px;
    }
    
    .articles_item_content {
        margin-left: 340px;
        height: 230px;
    }
    
    .articles_item_info {
        max-height: 200px
    }
    
    .articles_item_info_inner {
        padding-top: 0;
        padding-bottom: 10px;
        
    }

    .articles_item_title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    
}

@media only screen and (max-width: 800px){
    .content_band_articles .page_content .pagetext {
        margin-top: 25px;
    }
}

@media only screen and (max-width: 750px){
    .articles_item_img {
        float: none;
        width: auto;
        max-width: 100%;
        margin: 0 auto 15px
    }
    
    .articles_item_content {
        margin-left: 0;
        max-width: 390px;;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 640px){
    .none_message {
        font-size: 18px;
        line-height: 26px;
    }
}

/*адаптив для карточки статьи*/
@media only screen and (max-width: 880px){
    .images_list_item {
        width: 220px;
    }
}

/*адапти встатей на главной*/
@media only screen and (max-width: 1420px){
    .welcome_news_item {
        width: 43%;
        padding: 15px;
    }
}

@media only screen and (max-width: 1200px){
    .welcome_news_item {
        width: 43%;
        padding: 10px;
    }
}

@media only screen and (max-width: 1000px){
    .welcome_news_container {
        text-align: center;
    }
    
    .welcome_news_item {
        display: inline-block;
        float: none;
        text-align: left;
        width: 49.5%;
        max-width: 365px;
    }
    
    .welcome_news_title  {
        font-size: 15px;
    }
    
    .welcome_news_item:first-child {
        width: 100%;
        float: none;
    }
    
}

@media only screen and (max-width: 767px){
    .welcome_news_container {
        margin-top: -40px;
    }

}
    
@media only screen and (max-width: 700px){
    .welcome_news_item {
        width: 100%;
        max-width: none;
    }
}

/*адаптив страницы сотрудники*/
@media only screen and (max-width: 1850px){
    .worker_item {
        margin-bottom: 1.6%;;
    }
    
    .worker_item_content {
        padding: 0 30px 30px;
    }
    
    .worker_item_phones {
        font-size: 14px;
    }
    
    .worker_item_email {
        margin-top: 0px;
        left: 165px;
    }
}

@media only screen and (max-width: 1800px) and (min-width: 1401px), only screen and (max-width: 1250px) and (min-width: 921px), only screen and (max-width: 850px){
    
    .worker_item_email {
        margin-top: 4px;
        position: static;
        text-align: left;
    }
    
    .worker_item_email_icon {
        margin-right: 4px;
    }
}

@media only screen and (max-width: 1400px){
    .worker_item, .worker_list .justify_elem {
        width: 32%;
    }
    
    .worker_item_content {
        padding: 0 25px 30px;
    }
}

@media only screen and (max-width: 1000px){
    .worker_item_title {
        font-size: 20px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 920px){
    .worker_item, .worker_list .justify_elem {
        width: 49%;
    }
}

@media only screen and (max-width: 600px){
    .worker_item_content {
        padding: 0 20px 20px;
    }
    
    .worker_item_title {
        font-size: 18px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 520px){
    .worker_item {
        width: 100%;
        margin-bottom: 15px;
    }
    
    .worker_list .justify_elem {
        display: none;
    }
    
    .worker_item_content {
        padding: 0 25px 30px;
    }
    
    .worker_item_title {
        font-size: 20px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 1380px){
    .header_link {
        margin: 0;
    }
    
    .header_link2 {
        display: none;
    }
    
    .naclogo {
        left: -110px
    }
}

@media only screen and (max-width: 890px){
    .naclogo {
        left: -50px;
        /*width: 80px;*/
    }
}