@media (min-width: 240px) and (max-width: 320px) {
  .companies_block {
    top: -60px !important;
  }
}

@media (min-width: 240px) and (max-width: 479px) {
  .about_media {
    grid-template-columns: 1fr;
  }
  #simple_map {
    height: calc(100vh - 240px);
    min-height: 240px;
  }
  .simple_carousel img {
    height: 60vw;
  }
  .news_list {
    padding: 0;
  }
  .news_list article {
    display: block;
    padding: 30px 0;
  }
  .news_list .image {
    width: 100%;
    padding: 0 0 15px;
  }
  .news_list .inner {
    width: 100%;
  }
  .ceo_first {
    display: block;
    margin: 0 0 40px;
  }
  .ceo_first .image {
    width: 100%;
  }
  .ceo_first .info {
    display: block;
    width: 100%;
    padding: 20px;
  }
  .breadcrumbs {
    display: none;
  }
  header#header {
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0; }
  .main_wrapper {
    padding: 130px 0 78px; }
  a.toggler {
    display: block; }
  nav#nav {
    display: none; }
  .header_right {
    padding: 6px 36px 0 0; }
  .index_block > div {
    padding: 0 20px 0px;
  }
  #index_slider .info {
    width: calc(100% - 40px);
    top: calc(50% - 180px);
    left: 20px; }
    #index_slider .info h2 {
      font-size: 24px; }
  #index_slider .slider_controls {
    top: calc(50% - 80px);
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    #index_slider .image {
      min-height: 360px;
    }
  .companies_block {
    position: relative;
    bottom: auto;
    top: -100px;
    right: -7px; }
    .companies_block p {
      text-align: center; }
    .companies_block .grid {
      max-width: 100%;
      width: calc(100vw - 54px); }
      .companies_block .grid ul {
        display: block;
        overflow: hidden;
      }
      .companies_block .grid ul li {
        width: 50%;
        height: 60px;
        float: left; }
  footer#footer > div {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    footer#footer > div::after {
      display: none; }
  .social_links {
    padding: 15px 0 0; }
  .copyright {
    padding: 15px 0 15px; }
  .image_header {
    overflow: hidden; }
    .image_header .image {
      height: 360px;
      width: 100%;
      overflow: hidden;
      position: relative; }
      .image_header .image img {
        display: block;
        width: auto;
        min-height: 100%;
        min-width: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .image_header .info {
      width: calc(100% - 30px);
      left: 10px;
      top: 50%;
      bottom: auto;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
      .image_header .info h2 {
        padding: 0 0 20px;
        font-size: 24px; }
      .image_header .info p {
        width: 100%; }
  .two_side {
    display: block;
    padding: 40px 0; }
  aside.aside_block {
    width: 100%; }
  .content_side {
    width: 100%; }
  .image_info {
    width: calc(100% - 20px);
    margin: 0 0 60px; }
    .image_info::before {
      right: -20px;
      bottom: -20px; }
  .single_companies {
    display: block;
    padding: 15px 20px;
    text-align: center; }
    .single_companies p {
      display: none; }
    .single_companies ul {
      display: block;
      text-align: center; }
      .single_companies ul li {
        display: inline-block;
        padding: 0 10px;
        vertical-align: top; }
  blockquote.quote {
    padding: 0 0 30px;
    font-size: 18px;
    text-align: left; }
    blockquote.quote::before, blockquote.quote::after {
      display: none; }
  .params_block ul {
    display: block; }
    .params_block ul li {
      padding: 0 0 40px; }
      .params_block ul li:last-child {
        padding: 0 0 20px; }
  .info_grid figure {
    width: 100%;
    margin: 0 0 20px; }
  .inner_header.big .bg {
    height: 200px;
  }
  .inner_header .info {
    bottom: auto;
    top: calc(50% - 40px);
    transform: translate(0, -50%);
    padding: 0 10px; }
    .inner_header .info h2 {
      padding: 0 0 15px;
      font-size: 42px !important; }
    .inner_header .info .sides {
      display: block; }
      .inner_header .info .sides p {
        width: 100%;
        padding: 0 0 15px; }
        .content_inner h2 {
          font-size: 24px;
        }
  .narrow_block {
    padding: 0 10px; }
    .narrow_block > div {
      margin-top:20px;
      padding: 20px 0px; }
  .logo_grid .grid figure {
    width: calc(50% - 10px);
    margin: 0 20px 20px 0; }
    .logo_grid .grid figure:nth-child(4n) {
      margin: 0 20px 20px 0; }
    .logo_grid .grid figure:nth-child(3n) {
      margin: 0 20px 20px 0; }
    .logo_grid .grid figure:nth-child(2n) {
      margin: 0 0px 20px 0; }
  .brief_block h3 {
    padding: 0 0 40px;
    font-size: 22px;
    text-align: left; }
  .brief_block h4 {
    padding: 0 0 30px;
    font-size: 21px; }
  .brief_block p {
    padding: 0 0 20px;
    font-size: 18px; }
  .brief_block img.align_left {
    max-width: 100%;
    width: 100%;
    margin: 0 0 20px;
  }
  figure.with_text .image {
    width: 100%;
    overflow: hidden; }
    figure.with_text .image img {
      width: 140%; }
  figure.with_text figcaption {
    width: calc(100% - 60px);
    left: 30px;
    bottom: 30px; }
  .current_manager header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 0 50px; }
    .current_manager header .info {
      width: 100%;
      padding: 20px 0 20px; }
    .current_manager header .image {
      width: 100%;
      text-align: center; }
  .current_vacancy header h2 {
    font-size: 28px; }
  .current_vacancy .text {
    font-size: 17px; }
  .management_greed figure {
    width: 100%;
    height: auto;
    margin: 0 0 50px; }
  .management_greed figure .image {
    height: auto;
  }
  .brief_block h3 {
    font-size: 22px; }
  article.with_image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0 0 60px; }
    article.with_image .image {
      width: 100%;
      margin: 0 0 60px; }
      article.with_image .image::before {
        right: -30px;
        bottom: -30px; }
    article.with_image .info {
      width: 100%; }
      article.with_image .info h3 {
        padding: 0 0 20px;
        font-size: 21px; }
      article.with_image .info p {
        font-size: 17px; }
  .vacancies_text h3 {
    padding: 0 0 30px;
    font-size: 28px; }
  .vacancies_text h4 {
    font-size: 21px; }
  .vacancies_text p {
    font-size: 17px; }
  figure.single_image {
    padding: 0; }
    figure.single_image::before {
      width: 100%;
      height: 100%;
      right: -30px;
      bottom: -30px; }
  .vacancies_grid h3 {
    padding: 0 0 60px; }
  .vacancies_grid .grid article {
    width: 100%;
    height: auto;
    padding: 0 0 40px; }
    .vacancies_grid .grid article .image {
      padding: 0 0 20px; }
    .vacancies_grid .grid article .info h4 {
      padding: 0 0 20px; }
  .contacts_block {
    width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .contacts_block .image {
      width: 100%; }
  .contacts_info {
    width: 100%;
    padding: 30px 0; }
  

    .brief_block h3 {
      text-align: left;
    }
    .brief_block p {
      text-align: left;
    }
    
    .articles_grid {
      grid-template-columns: 1fr;
    }
    .articles_grid .inner {
      padding: 20px;
    }
    .media_grid {
      grid-template-columns: 1fr;
    }
    .media_grid .inner {
      padding: 20px;
    }
    .media_grid .image {
      height: 50vw;
    }


    }

@media (min-width: 480px) and (max-width: 767px) {
  .about_media {
    grid-template-columns: 1fr;
  }
  .news_list {
    padding: 0;
  }
  .news_list article {
    display: block;
    padding: 30px 0;
  }
  .news_list .image {
    width: 100%;
    padding: 0 0 15px;
  }
  .news_list .inner {
    width: 100%;
  }
  .ceo_first {
    display: block;
    margin: 0 0 40px;
  }
  .ceo_first .image {
    width: 100%;
  }
  .ceo_first .info {
    display: block;
    width: 100%;
    padding: 20px;
  }
  header#header {
    width: 100%;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0; }
  .main_wrapper {
    padding: 130px 0 78px; }
  a.toggler {
    display: block; }
  nav#nav {
    display: none; }
  .header_right {
    padding: 6px 36px 0 0; }
  #index_slider .info {
    width: calc(100% - 60px);
    top: calc(50% - 100px);
    left: 30px; }
    #index_slider .info h2 {
      font-size: 30px; }
  #index_slider .slider_controls {
    top: calc(50% + 80px);
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  .companies_block p {
    text-align: center; }
  footer#footer > div::after {
    display: none; }
  .image_header .image {
    height: 360px;
    width: 100%;
    overflow: hidden;
    position: relative; }
    .image_header .image img {
      display: block;
      width: auto;
      min-height: 100%;
      min-width: 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .image_header .info {
    width: calc(100% - 100px);
    left: 40px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    .image_header .info h2 {
      padding: 0 0 20px; }
    .image_header .info p {
      width: 100%; }
  .two_side {
    display: block;
    padding: 40px 0; }
  aside.aside_block {
    width: 100%; }
  .content_side {
    width: 100%; }
  .image_info {
    width: calc(100% - 20px);
    margin: 0 0 60px; }
    .image_info::before {
      right: -20px;
      bottom: -20px; }
  .single_companies {
    display: block;
    padding: 15px 20px;
    text-align: center; }
    .single_companies p {
      display: none; }
  .params_block ul {
    display: block; }
    .params_block ul li {
      padding: 0 0 40px; }
      .params_block ul li:last-child {
        padding: 0 0 20px; }
  .info_grid figure {
    width: 100%;
    margin: 0 0 20px; }
  .inner_header .info {
    padding: 0 10px; }
  .narrow_block {
    padding: 0 10px; }
    .narrow_block > div {
      padding: 20px 20px; }
  .logo_grid .grid figure {
    width: calc(33.333% - 20px);
    margin: 0 30px 30px 0; }
    .logo_grid .grid figure:nth-child(4n) {
      margin: 0 30px 30px 0; }
    .logo_grid .grid figure:nth-child(3n) {
      margin: 0 0px 30px 0; }
  figure.with_text .image {
    width: 100%; }
    figure.with_text .image::before {
      right: -30px;
      bottom: -30px; }
  figure.with_text figcaption {
    width: calc(100% - 60px);
    left: 30px;
    bottom: 30px; }
  .current_manager header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 0 50px; }
    .current_manager header .info {
      width: 100%;
      padding: 20px 0 20px; }
    .current_manager header .image {
      width: 100%;
      text-align: center; }
  .current_vacancy header h2 {
    font-size: 28px; }
  .current_vacancy .text {
    font-size: 17px; }
  .management_greed figure {
    width: 80%;
    height: auto;
    margin: 0 0 50px; }
  .management_greed figure .image {
    height: auto;
  }
  article.with_image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0 0 60px; }
    article.with_image .image {
      width: 100%;
      margin: 0 0 60px; }
      article.with_image .image::before {
        right: -30px;
        bottom: -30px; }
    article.with_image .info {
      width: 100%; }
  .vacancies_grid h3 {
    padding: 0 0 60px; }
  .vacancies_grid .grid article {
    width: 100%;
    height: auto;
    padding: 0 0 40px; }
    .vacancies_grid .grid article .image {
      padding: 0 0 20px; }
    .vacancies_grid .grid article .info h4 {
      padding: 0 0 20px; }
  .contacts_block {
    width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .contacts_block .image {
      width: 100%; }
  .contacts_info {
    width: 100%;
    padding: 30px; } 

    .articles_grid {
      grid-template-columns: 1fr 1fr;
    }
    .articles_grid .inner {
      padding: 20px;
    }
    .media_grid {
      grid-template-columns: 1fr 1fr;
    }
    .media_grid .inner {
      padding: 20px;
    }
    .media_grid .image {
      height: 30vw;
    }

}

@media (min-width: 768px) and (max-width: 1024px) {
  .ceo_first .info {
    padding: 0 40px 30px;
  }
  header#header {
    width: 100%;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0; }
  .main_wrapper {
    padding: 130px 0 78px; }
  a.toggler {
    display: block; }
  nav#nav {
    display: none; }
  .header_right {
    padding: 6px 36px 0 0; }
  #index_slider .info {
    width: calc(100% - 60px);
    top: calc(50% - 100px);
    left: 30px; }
  #index_slider .slider_controls {
    top: calc(50% + 100px);
    left: 30px; }
  .companies_block p {
    text-align: center; }
  footer#footer > div::after {
    display: none; }
  .image_header .info {
    left: 60px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .two_side {
    padding: 40px 0; }
  aside.aside_block {
    width: 240px; }
  .content_side {
    width: calc(100% - 290px); }
  .inner_header .info {
    padding: 0 30px; }
  .narrow_block {
    padding: 0 30px; }
    .narrow_block > div {
      padding: 40px 50px; }
  .management_greed {
    width: calc(100% + 120px);
    margin: -20px 0 0 -60px; }
    .management_greed figure {
      width: calc(33.333% - 20px);
      height: calc(41vw + 100px);
      margin: 0 10px 10px; }
    .management_greed figure .image {
      height: 41vw;
    }
  article.with_image .image {
    width: 260px; }
  article.with_image .info {
    width: calc(100% - 320px); }
  .contacts_block {
    width: 100%;
    margin: 0; }
  .contacts_info {
    padding: 30px; } 


  .articles_grid {
      grid-template-columns: 1fr 1fr;
    }
    .articles_grid .inner {
      padding: 20px;
    }
    .media_grid {
      grid-template-columns: 1fr 1fr;
    }
    .media_grid .inner {
      padding: 20px;
    }

}

@media (min-width: 1025px) and (max-width: 1280px) {
  .management_greed {
    width: calc(100% + 160px);
    margin: -20px 0 0 -80px; }
  article.with_image .info {
    width: calc(100% - 360px); }
  .submenu .subnav.long {
    padding: 0 0 0 40px; } 
  .management_greed figure {
    height: calc(29.5vw + 20px);
  }
  .management_greed figure .image {
    height: 21.5vw;
  }
}

@media (min-height: 240px) and (max-height: 660px) {
  .form_block {
    padding: 0 0 10px; }
    .form_block .input input {
      height: 36px; }
  .file_input span {
    height: 36px;
    line-height: 36px; } }

@media (min-width: 1024px) and (max-height: 740px) {
  .manage_grid {
    max-width: 787px;
    padding: 10px 0 0; }
    .manage_grid figure {
      width: 136px;
      min-height: 232px;
      margin: 0 0 0 28px; }
      .manage_grid figure .image {
        padding: 0 0 10px; }
      .manage_grid figure.big {
        width: 295px; }
      .manage_grid figure p {
        font-size: 12px; }
  .current_manager {
    padding: 20px 20px; }
    .current_manager figure {
      width: 280px; }
    .current_manager .back {
      width: calc(100% - 310px); }
    .current_manager .text {
      width: calc(100% - 310px);
      height: 335px; } }
