@media screen and (max-width: 1550px) {
  .container {
    max-width: 1350px; }

  .blue-block .container .right {
    margin-right: 0; }

  .header__menu.profile::after {
    width: calc((100vw - 1300px)/2); }

  .documents__item {
    width: calc((100% - 80px)/5);
    min-height: 220px;
    margin-right: 20px;
    margin-bottom: 20px; }
    .documents__item .toggle-block .dropdown {
      width: 200px; }

  .search-item {
    padding: 20px 18px; } }
@media screen and (max-width: 1440px) {
  .header__menu:not(.profile) li {
    margin: 0 20px;
  }
}
@media screen and (max-width: 1300px) {
  .header__menu:not(.profile) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1400px) {
  .container {
    max-width: 1200px; }

  .footer {
    padding: 25px 0 0; }
    .footer__menu {
      margin: 15px 0 20px; }
    .footer__bottom {
      margin: 25px 0 0;
      padding: 15px 0; }

  .blue-block .container .left {
    margin-right: 0;
    max-width: 60%; }

  .header__menu.profile::after {
    width: calc((100vw - 1000px)/2); }

  /*.search-item:not(:first-of-type) {*/
  .search-item {
    width: 18%; }
  .search-button {
    width: 17%; } }
@media screen and (max-width: 1350px) {
  .header__logo {
    max-width: 180px;
  }
}
@media screen and (max-width: 1280px) {
  .header:not(.profile) .header__logo {
    max-width: 150px;
  }
}
@media screen and (max-width: 1250px) {
  .header__menu.profile::after {
    content: none; }

  .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px; }

  .two-blocks {
    margin: 30px 0; }

  .search-item {
    padding: 15px; }
    .search-item .text {
      margin: 0 0 5px 0; }
    .search-item .link_parent .dropdown {
      width: calc(100% + 30px);
      left: -15px;
      margin-top: 17px; }

  .companies .content {
    padding: 0 50px; }

  .map__block {
    margin-bottom: 70px; }
    .map__block #map {
      padding: 0 20px 0 60px; }

  .blue-block .container .right .button {
    height: 50px;
    font-size: 14px; }

  .yellow-block .block__title, .companies .block__title {
    margin-bottom: 30px; }

  .advantages__items {
    margin: 40px 0 70px; }
  .advantages__item {
    width: 33%;
    padding: 0 20px; }
  .advantages__text {
    max-width: 220px; }

  .documents__item {
    min-height: 200px; }  }
@media screen and (max-width: 1100px) {
  .header:not(.profile) .header__logo {
    max-width: 120px;
    margin-right: 6px;
  }
  .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px; }

  .two-blocks {
    margin: 20px 0; }
    .two-blocks .block {
      width: calc(50% - 10px); }
      .two-blocks .block .content::before, .two-blocks .block .content::after {
        content: none; }
      .two-blocks .block .content .button {
        height: 50px;
        opacity: 1;
        visibility: visible;
        padding: 0 25px; }

  .header {
    padding: 15px 0; }
    .header__menu:not(.profile) li {
      margin: 0 12px; }
    .header.profile + .main {
      padding-top: 91px; }
    .header.guest + .main {
      padding-top: 80px; }

  .yellow-block .block {
    width: calc(50% - 10px);
    padding: 30px 25px 28px; }

  .map__description {
    padding: 0 0 0 20px; }
    .map__description .text {
      max-height: 200px; }

  .search-block {
    flex-wrap: wrap;
    background: transparent;
    box-shadow: none;
    border: none;
    position: relative;
    border-radius: 0; }
    .search-block::after {
      content: '';
      display: block;
      height: calc(100% - 75px);
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
      z-index: -1; }
  .search-item:first-of-type {
    border-radius: 0;
    /*width: 36%;*/
    border-right: 1px solid #E9E9E9;
    border-left: 1px solid #E9E9E9;
    border-top: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
    background: #fff; }
  /*.search-item:not(:first-of-type) {*/
  .search-item {
    border-radius: 0;
    width: 16%;
    border-right: 1px solid #E9E9E9;
    border-left: none;
    border-top: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
    background: #fff; }
  .search-button {
    width: 170px;
    height: 55px;
    margin: 20px auto 0;
    border-radius: 0; }

  .footer__menu li {
    margin: 0 15px; }
  .footer__contacts .link:not(:last-of-type) {
    margin-right: 30px; }

  .blue-block {
    padding: 50px 0; }
    .blue-block .container {
      flex-wrap: wrap;
      justify-content: center;
      align-items: center; }
      .blue-block .container .left {
        max-width: 100%;
        width: 80%;
        margin-right: auto; }
      .blue-block .container .right {
        width: 100%;
        margin-top: 20px; }
        .blue-block .container .right .button {
          width: auto;
          padding: 0 25px; }
    .blue-block::after {
      position: absolute;
      right: initial;
      left: 20%;
      top: 5%; }

  .header__menu.profile li {
    font-size: 11px;
    width: 100px; }

  .vacancy-page.show {
    margin-top: 20px; }
    .vacancy-page.show .right {
      width: calc(34% - 20px); }
      .vacancy-page.show .right .company__preview {
        padding: 20px; }
  .vacancy-main {
    padding: 0 20px; }
    .vacancy-main .line.top::after, .vacancy-main .line.bottom::after {
      width: calc(100% + 40px);
      left: -20px; }

  .documents {
    padding-left: 40px;
    padding-right: 40px; }
    .documents__item {
      width: calc((100% - 60px)/4); }
      .documents__item:nth-child(5n) {
        margin-right: 20px; }
      .documents__item:nth-child(4n) {
        margin-right: 0; } }
@media (orientation: landscape) and (max-width: 1100px) {
  .blue-block .container .right {
    text-align: center; }

  .vacancy-page.show .search-block {
    margin-top: 20px; } }
@media screen and (max-width: 1000px) {
  .header {
    height: 60px;
    padding: 10px 0; }
  .header:not(.profile) .header__logo {
    max-width: 180px;
  }
    .header__logo img {
      max-width: 90%; }
    .header__menu:not(.profile) {
      margin-right: 10px; }
    .header__menu.profile {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 55px;
      background-color: #252B4F;
      justify-content: center;
      align-items: center; }
      .header__menu.profile li {
        flex-grow: 1;
        color: #fff; }
        .header__menu.profile li.profile-burger {
          display: none; }
        .header__menu.profile li.profile-user .icon {
          background-color: transparent;
          color: #fff; }
        .header__menu.profile li.profile-user::before {
          content: none; }
        .header__menu.profile li.white .text::after {
          content: none; }
        .header__menu.profile li:not(.white)::before {
          content: none; }
        .header__menu.profile li .icon.circle {
          width: 30px;
          height: 19px; }
        .header__menu.profile li .icon.grey {
          background-color: transparent;
          color: #fff; }
        .header__menu.profile li .amount {
          top: -3px;
          right: 0px;
          height: 8px;
          width: 8px;
          font-size: 0; }
        .header__menu.profile li .text {
          line-height: 1; }
    .header .button {
      margin-right: 15px;
      height: 40px; }
    .header__language.profile {
      display: block; }
    .header__burger.profile {
      display: inline-block;
      cursor: pointer;
      font-size: 23px;
      margin: 6px 4px 0 0; }
    .header.profile {
      overflow: visible; }
      .header.profile .header__logo {
        margin-right: 0; }
        .header.profile .header__logo img {
          margin: 0 auto; }
    .header + .main {
      padding-top: 60px !important; }

  .search-block {
    margin-top: 20px; }

  .map__block #map {
    padding: 0 10px; }

  .footer-profile {
    padding-bottom: 55px; }
  .footer-profile.bottom-indent .footer {
    padding-bottom: 97px;
  }

  .footer-profile.bottom-indent {
    padding-bottom: 0;
  }

  .vacancy-page.show {
    display: flex;
    flex-direction: column; }
    .vacancy-page.show .block__title {
      order: -2; }
    .vacancy-page.show .search-block {
      order: -3;
      margin-top: 0; }
    .vacancy-page.show .right {
      width: 100%!important;
      margin-top: 20px;
      float: none;
      position: initial; }
      .vacancy-page.show .right ~ .left {
        width: 100%;
        float: none;
        order: initial; }
      .vacancy-page.show .right + .left {
        order: -1; }
      .vacancy-page.show .right.filters {
        position: fixed;
        max-width: 330px;
        left: 0;
        transform: translate(-100%, 0);
        z-index: 15;
        height: 100vh;
        border-radius: 0;
        background-color: #F7F8FA;
        padding: 20px 15px 20px 20px; }
        .vacancy-page.show .right.filters.open {
          -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
          -webkit-transition: all ease .4s; }
        .vacancy-page.show .right.filters .button {
          min-height: 46px; }
      .vacancy-page.show .right .filters__title .close-button {
        display: block; }
    .vacancy-page.show .mobile-button {
      display: inline-flex; }
    .vacancy-page.show.resume-page .block__title + .text {
      max-width: 100%; }
    .vacancy-page.show.resume-page .right {
      margin: 0; }
      .vacancy-page.show.resume-page .right + .left {
        order: 1; }
    .vacancy-page.show.resume-page.driver .mobile-button {
      margin: 0 0 20px; }
    .vacancy-page.show.company .block__title {
      margin-bottom: 0; }
    .vacancy-page.show.company .right {
      margin: 0; }
      .vacancy-page.show.company .right + .left {
        order: 1;
        margin-top: 20px; }
      .vacancy-page.show.company .right__menu {
        padding: 0;
        background-color: transparent;
        margin-top: 10px; }
    .vacancy-page.show .add_new_vacancy {
      border: 1px solid #252B4F;
      background-color: #fff; }
      .vacancy-page.show .add_new_vacancy:hover {
        background-color: #252B4F;
        color: #fff; }
    .vacancy-page.show.company-vacancy .mobile-button {
      margin: 0 0 20px; }
  .vacancy-main {
    margin-bottom: 0; }
  .vacancy-language {
    display: none; }

  .user__menu {
    position: fixed;
    right: 100%;
    top: 0 !important;
    border-radius: 0;
    height: 100vh;
    overflow: auto;
    z-index: 15;
    -webkit-transition: all ease .4s;
    transition: all ease .4s; }
    .user__menu.open {
      -webkit-transform: translate(100%, 0);
      transform: translate(100%, 0);
      -webkit-transition: all ease .4s;
      transition: all ease .4s; } }
@media screen and (max-width: 1000px) {
  .header__menu:not(.profile) {
    display: none; }
  .header__burger {
    display: inline-block;
    cursor: pointer;
    font-size: 23px;
    margin: 6px 15px 0 0; }
  .header__language:not(.profile) {
    margin-right: 16px;
  }
}
@media screen and (max-width: 900px) {
  .map__block #map {
    width: 60%; }
  .map__description {
    width: 40%; }

  .companies__item {
    width: calc(25% + 1px);
    padding-top: 25%; }

  .search-item {
    padding: 15px 15px 10px 15px; }
    .search-item:first-of-type {
      width: 50%; }
    .search-item:not(:first-of-type) {
      width: 50%;
      border-top: none; }
    .search-item:nth-of-type(2) {
      border-top: 1px solid #E9E9E9; }
    .search-item:nth-of-type(3) {
      border-left: 1px solid #E9E9E9; }
    .search-item:nth-of-type(5) {
      border-left: 1px solid #E9E9E9; }
  .search-button {
    height: auto;
    margin: 0;
    width: 50%; }

  .register-map {
    background-position: center bottom; }

  .counter-block .counters {
    padding: 0; }

  .header__logo {
    margin-right: 0; }
    .header__logo img {
      max-width: 80%; }
  .header .button {
    padding: 0 25px;
    height: 40px; }

  .container {
    padding-left: 15px;
    padding-right: 15px; }

  .two-blocks {
    margin: 15px 0; }
    .two-blocks .block {
      width: calc(50% - 7.5px); }
    .two-blocks .block .content .text {
        margin: 0;
    }

  .yellow-block .block {
    width: calc(50% - 7.5px); }

  .resume-page .profile-content {
    align-items: center;
    flex-direction: row;
    justify-content: flex-start; }

  .profile-content {
    flex-direction: column;
    align-items: center; }
    .profile-content .left {
      margin-right: 0;
      margin-bottom: 25px;
      max-width: 630px;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .profile-content .left .form {
        width: 100%; }
        .profile-content .left .form .panel-body {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; }
          .profile-content .left .form .panel-body a {
            width: calc(50% - 10px);
            min-width: 200px; }
    .profile-content .right {
      padding: 0; }

  .register-map {
    background-size: 900px;
    margin: 30px auto; }
    .register-map .float__user {
      width: 65px; }
      .register-map .float__user:hover {
        width: 65px; }
    .register-map .float__dot {
      height: 10px;
      width: 10px; }

  .documents__item {
    width: calc((100% - 40px)/3); }
    .documents__item:nth-child(4n) {
      margin-right: 20px; }
    .documents__item:nth-child(3n) {
      margin-right: 0; }
}
@media screen and (max-width: 767px) {
  .two-blocks {
    flex-wrap: wrap;
    margin: 10px 0; }
    .two-blocks .block {
      width: 100%;
      margin-bottom: 10px;
      max-height: 215px;
      overflow: hidden; }
      .two-blocks .block img {
        width: 100%; }
      .two-blocks .block .content:hover .button {
        height: 40px; }
      .two-blocks .block .content .button {
        height: 40px; }
      .two-blocks .block .content .text {
          margin: 0;
      }

  .search-block {
    margin-bottom: 40px; }

  .map__block .block__title {
    display: none; }
    .map__block .block__title.mobile {
      display: block;
      margin: 0 auto 20px;
      text-align: center; }
  .map__block #map {
    width: 80%;
    margin: 0 auto; }
  .map__description {
    width: 80%;
    padding: 0;
    margin: 30px auto 0;
    max-width: 100%; }
  .map__title {
    color: #222;
    font-size: 22px;
    display: block;
    margin: 0 0 5px; }
  .map__amount {
    color: #FCAB10; }

  .counter-block .block__title {
    margin-bottom: 15px; }
  .counter-block .counters .block {
    padding: 0 10px; }

  .yellow-block {
    padding: 25px 0 5px; }
    .yellow-block .block {
      width: 100%;
      margin-bottom: 10px;
      box-shadow: 0 4px 70px rgba(0, 0, 0, 0.1); }
    .yellow-block .block__title {
      margin-bottom: 15px; }

  .register-map {
    margin-top: -25px; }

  .companies {
    padding-bottom: 25px;
    padding-top: 25px; }
    .companies .block__title {
      margin-bottom: 15px; }
    .companies .content {
      padding: 0; }

  .footer__logo img {
    max-width: 195px; }

  .offcanvas {
    width: 400px;
    padding: 50px 10px 25px 20px; }
    .offcanvas.mobile-menu {
      max-width: 330px; }

  .advantages__item {
    width: 50%;
    margin-bottom: 20px; }
  .advantages__items {
    flex-wrap: wrap; }

  .documents {
    padding-left: 20px;
    padding-right: 20px; }

    #vote {
        bottom: 55px;
    }
    #vote.is_hidden {
        transform: translate(0, -220vh);
    }
    #vote.active {
        overflow: auto;
    }
    .vote-container.popup-container {
        align-items: unset;
        margin: 40px auto;
        height: calc(100% - 75px);

    }
    .vote-body {
        height: auto;
        overflow: auto;
    }
    .vote-body .popup-close {
        margin: 20px;
    }
    .vote-body .text.center.bold {
        padding-top: 10px;
        font-size: 20px!important;
    }
    .vote-body .two-blocks .block {
        max-height: unset;
        display: flex;
        align-items: center;
        margin: -10px 0;
    }
    .vote-body .two-blocks .block img {
        margin: 0;
        max-width: 300px;
    }
}
@media screen and (max-width: 700px) {
  .counter-block {
    padding: 0; }
    .counter-block .counters {
      flex-wrap: wrap;
      width: 80%;
      margin: 0 auto; }
      .counter-block .counters .block {
        width: 100%;
        max-width: 100%;
        padding: 0 0 25px; }
        .counter-block .counters .block .text {
          max-width: 250px;
          margin: 0 auto; }

  .map__description {
    width: 100%;
    padding: 0 20px; }
    .map__description .text {
      text-align: justify; }

  .footer {
    padding: 20px 0 0; }
    .footer__menu {
      display: none; }
    .footer__contacts {
      flex-direction: column; }
      .footer__contacts .link {
        margin-top: 15px; }
        .footer__contacts .link:not(:last-of-type) {
          margin-right: 0; }
        .footer__contacts .link.email a .icon {
          font-size: 18px; }
        .footer__contacts .link.phone a .icon {
          font-size: 23px; }

  .button {
    height: 46px; }

  .resume-create .tabs-header {
    margin: 15px 0 25px; }
    .resume-create .tabs-header__item:last-child {
      width: 15px;
      max-width: 15px; }
    .resume-create .tabs-header__item:not(:last-child)::after {
      width: calc(100% - 15px); }
    .resume-create .tabs-header__item .step {
      font-size: 0;
      width: 15px;
      height: 15px;
      min-width: 15px; }

  .vacancy-preview {
    margin-bottom: 15px; }
    .vacancy-preview__logo {
      max-width: 60px!important;
      min-width: 60px!important; }
  .vacancy-main__buttons {
    flex-direction: column;
    align-items: flex-start; }
    .vacancy-main__buttons a {
      margin-right: 15px; }
  .vacancy-main__subtitle {
    margin-top: 35px;
    padding-bottom: 10px; }

  .register-map .float__user {
    width: 50px; }
    .register-map .float__user:hover {
      width: 50px; }

  .documents__item {
    width: calc((100% - 20px)/2); }
    .documents__item:nth-child(3n) {
      margin-right: 20px; }
    .documents__item:nth-child(2n) {
      margin-right: 0 !important; }

  .search-button {
    height: auto; } }
@media screen and (max-width: 600px) {
  .search-item {
    padding: 10px 20px; }
    .search-item:first-of-type, .search-item:nth-of-type(2), .search-item:nth-of-type(3), .search-item:not(:first-of-type) {
      width: 100%;
      border: 1px solid #E9E9E9;
      margin-bottom: 5px;
      box-shadow: none; }
  .search-block {
    padding: 5px;
    background: #fff;
    box-shadow: none;
    margin-bottom: 25px; }
  .search-button {
    margin: 0 auto;
    width: 100%;
    height: 60px; }

  .map__description {
    padding: 0 15px; }

  .companies__item {
    width: calc(33.3333% + 1px);
    padding-top: 33.3333%; }

    .vote-container.popup-container {
        width: 90%;
    }
    .vote-body .two-blocks .block {
        margin: 0;
    }}
@media screen and (max-width: 500px) {
  .header.guest .header__logo img {
    max-width: 110px;
  }
  .header__logo img {
    max-width: 167px; }
  .header.small .header__logo img {
    max-width: 167px; }
  .header .header__language {
    display: none; }
  .header .button {
    margin-right: 0; }

  .map__block {
    margin-bottom: 20px; }
    .map__block #map {
      width: 100%; }
      .map__block #map .state path {
        fill: #FCAB10; }
      .map__block #map .state.selected path, .map__block #map .state.hover path {
        fill: #FCAB10; }

    .map__description {
        display: block;
    }
    .map__tabs {
        display: block!important;
    }
    .map__tabs .tab {
        position: initial;
        opacity: 1;
        visibility: visible;
        justify-content: space-between;
        align-items: center;
        /*background-color: #fff;*/
        margin-bottom: 5px;
        padding: 0 0 0 20px;
        /*border: 1px solid #E9E9E9;*/
        display: none;
    }
    .map__tabs .tab.active {
        display: flex;
        flex-direction: column;
        padding: 20px 0;
    }
    .map__tabs .tab .text {
        display: flex;
    }
    .map__amount {
        margin: 0;
        color: #fff;
        background-color: #252B4F;
        width: 30%;
        min-width: 60px;
        text-align: center;
        padding: 11px 5px;
    }
    .map__amount span {
        display: none;
    }
    .map__description {
        padding: 0 5px;
    }
    .map__description .block__title {
        display: block;
    }
    .map__title {
        margin: 0;
        width: 100%;
        color: #FCAB10;
    }
    .map__description .text {
        max-height: initial;
        overflow: auto;
    }

  .blue-block::after {
    right: initial;
    top: 10%;
    left: 10%; }
  .blue-block .container .left {
    width: 100%; }

  .companies__item {
    width: calc(50% + 1px);
    padding-top: 50%; }

  .footer__socials li:not(:last-of-type) {
    margin-right: 23px; }

  .vacancy-main__service {
    width: 100%;
    order: -1;
    justify-content: flex-end; }
  .vacancy-main__buttons {
    flex-direction: row; }

  .advantages__item {
    padding: 0 10px; }

  .register-map {
    height: 370px;
    background-size: 500px; }
    .register-map .float__user {
      display: none; }
    .register-map .float__dot {
      width: 8px;
      height: 8px;
      background-color: #F7A91F !important; }
      .register-map .float__dot::before {
        content: '';
        display: block;
        width: 13px;
        height: 13px;
        border: 1px solid #F7A91F;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%; }
      .register-map .float__dot-1 {
        top: 16%;
        left: 23%; }
      .register-map .float__dot-2 {
        top: 37%;
        left: 4%; }
      .register-map .float__dot-3 {
        top: 70%;
        left: 32%; }
      .register-map .float__dot-4 {
        top: 32%;
        right: 5%; }
      .register-map .float__dot-5 {
        top: 82%;
        right: 11%; }
      .register-map .float__dot-6 {
        top: 68%;
        right: 19%; }

  .documents {
    padding-left: 0;
    padding-right: 0; }
    .documents__item {
      width: calc((100% - 15px)/2);
      margin-bottom: 15px;
      margin-right: 15px; }
      .documents__item:nth-child(3n), .documents__item:nth-child(4n), .documents__item:nth-child(5n) {
        margin-right: 15px; }

  .questionary .line {
    flex-wrap: wrap; }
    .questionary .line .form-item {
      width: 100%; }
  .questionary .form-field .input-group-flex:not(.nowrap) {
    flex-wrap: wrap; }
    .questionary .form-field .input-group-flex:not(.nowrap) input, .questionary .form-field .input-group-flex:not(.nowrap) .select-wrapper {
      margin: 0 !important;
      width: 100%; }
    .questionary .form-field .input-group-flex:not(.nowrap) .input-group-btn {
      margin: 5px 0; }

  .resume .form .buttons .button:not(:last-of-type) {
    margin-right: 0; }
  .resume .form .button {
    width: 100%; }

  .form .buttons {
    flex-wrap: wrap; }
    .form .buttons .button {
      margin-right: 0;
      width: 100%; }

    .vote-body .two-blocks {
        width: 100%;
    }
    .vote-body .two-blocks .block .content {
        position: unset;
        padding: 0;
    }
    .vote-body .two-blocks .block img {
        margin: 0;
        max-width: 200px;
        width: 100%;
    }
}
@media screen and (max-width: 450px) {
  .header {
    position: relative;
    padding: 6px 0;
    box-shadow: none;
    height: auto; }
    .header.guest {
      padding-top: 6px;
      padding-bottom: 6px;
      border-bottom: 3px solid #FCAB10; }
      .header.guest .container {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column; }
      .header.guest .header__right {
        width: 100%;
        justify-content: space-between;
        position: relative;
        padding-top: 6px; }
        .header.guest .header__right::before {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: -15px;
          width: calc(100% + 30px);
          height: 1px;
          background-color: #E9E9E9; }
      .header.guest .header__logo {
        margin: 0 0 6px; }
    .header + .main {
      padding-top: 0 !important; }
    .header__logo img {
      max-width: 140px; }
    .header__menu.profile {
      padding: 0 5px; }
      .header__menu.profile li {
        font-size: 10px; }
    .header.small .header__logo img {
      max-width: 140px; }

  .profile-content .left .form .panel-body {
    flex-direction: column;
    align-items: center; }

  .documents__item {
    width: 100%;
    margin-right: auto !important;
    max-width: 260px;
    margin-left: auto; }
    .documents__item:nth-child(2n) {
      margin-right: auto !important; }
    .main .two-blocks .block .content .button {
        left: -20% !important;
    }
    .vote-body .two-blocks .block img {
        max-width: 150px;
    }
    .vote-body .two-blocks .block .content .button {
        height: 30px;
        padding: 0 15px;
    }
    .two-blocks .block .content .title {
        margin: -30px 0 6px;
    }

    .community section {
        display: flex;
        text-align: center;
    }
    .review_item {
        display: flex!important;
        text-align: initial!important;
    }
    .community_eight-info {
        background: #fff;
        box-shadow: 0 4px 70px rgb(0 0 0 / 5%);
        border-radius: 10px;
        padding: 35px 25px;
    }
    .community_eight-info .community_title {
        font-size: 20px!important;
        line-height: 20px!important;
    }
    .community_eight-info .community_text, .page_text {
        font-size: 16px!important;
        line-height: 24px!important;
    }

    .main .two-blocks .block .content .button.home_register {left:0!important;}
}
@media screen and (max-width: 400px) {
  .offcanvas {
    width: 100%; }
    .offcanvas .menu li {
      margin-bottom: 28px; }
    .offcanvas.mobile-profile .menu, .offcanvas.mobile-profile .bottom {
      padding-left: 0; }

  .switcher {
    width: 100%; }
    .switcher-item {
      font-size: 14px; }
    .switcher-wrapper {
      width: 100%; }

  .blue-block {
    padding: 40px 0 25px; }
    .blue-block .container .text {
      margin-top: 15px;
      padding-bottom: 10px; }
    .blue-block .container .right .button {
      width: 100%; }
    .blue-block::after {
      left: 50%; }

  .vacancy-page.show.resume-page .mobile-button {
    position: initial;
    /*width: 250px;*/
    margin: 0 0 15px;
    border-radius: 25px; }
  .vacancy-page.show.resume-page .message {
    padding: 25px; }
    .vacancy-page.show.resume-page .message p {
      margin: 15px 0; }
    .vacancy-page.show.resume-page .message .icon-close {
      top: 10px;
      right: 10px;
      transform: translateY(0%); }
    .vacancy-page.show.resume-page .message .button {
      min-width: 0;
      width: 100%; }
  .vacancy-page.show.company .vacancy-preview .toggle-block {
    position: absolute;
    top: 20px;
    right: 20px; }
  .vacancy-page.show.company .vacancy-preview .company-vacancies .button {
    margin-right: 0;
    width: 100%;
    padding: 0 20px; }
  .vacancy-page.show.company .vacancy-preview .company-vacancies .buttons {
    width: 100%; }

  .footer-filter {
    margin-bottom: 101px; }

  .advantages__items {
    margin: 20px 0 40px; }
  .advantages__item {
    padding: 0;
    width: 100%;
    margin-bottom: 35px; } }
@media screen and (max-width: 350px) {
  .header__menu.profile {
    height: 50px; }
    .header__menu.profile li .text {
      display: none; }
    .header__menu.profile li.white .text {
      display: none; }

  .footer-profile {
    padding-bottom: 50px; }
  .footer-filter {
    margin-bottom: 96px; }

    #vote {
        bottom: 50px;
    }
}

/*# sourceMappingURL=media.css.map */
