body {
  font-family: "Circe-Regular", sans-serif;
  font-size: 16px;
  background: #f7f8fa;
  color: #222; }
  body.unscroll {
    max-height: 100vh;
    overflow: hidden;
    padding-right: 0px; }
    body.unscroll .overlay {
      opacity: 1;
      visibility: visible;
      transition: all ease .4s; }
  /*body::after {*/
    /*content: '';*/
    /*display: block;*/
    /*height: 100vh;*/
    /*width: 100vw;*/
    /*position: fixed;*/
    /*left: 0;*/
    /*top: 0;*/
    /*background-color: rgba(0, 0, 0, 0.5);*/
    /*z-index: 10;*/
    /*opacity: 0;*/
    /*visibility: hidden;*/
    /*transition: all ease .4s; }*/

  .overlay {
    content: '';
    display: block;
    height: 100vh;
    width: 100vw;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: all ease .4s;
  }

.container {
  max-width: 1470px!important;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px; }
  .container-small {
    max-width: 630px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px; }
.container-small.register .icon-facebook1 .path2:before {
  margin-left: -1.5em;
}

.page-content {
  min-height: calc(100vh - 700px); }

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border-radius: 25px;
  text-align: center;
  transition: all ease .25s;
  cursor: pointer; }
  .button.text-white {
    color: #fff; }
  .button.text-yellow {
    color: #FCAB10; }
    .button.text-yellow:hover {
      color: #fff; }
  .button.text-blue {
    color: #252B4F; }
    .button.text-blue:hover {
      color: #fff; }
  .button.text-red {
    color: #FF6363; }
    .button.text-red:hover {
      color: #fff; }
  .button.text-grey {
    color: #DB5050; }
    .button.text-grey:hover {
      color: #fff; }
  .button-blue {
    background-color: #252B4F; }
    .button-blue:hover {
      background-color: #445092; }
  .button-yellow {
    background-color: #FCAB10; }
    .button-yellow:hover {
      background-color: #FFB629; }
  .button-border-yellow {
    background-color: #FFF;
    border: 1px solid #FCAB10; }
    .button-border-yellow:hover {
      background-color: #FCAB10;
      border: 1px solid transparent; }
  .button-border-blue {
    background-color: transparent;
    border: 1px solid #252B4F; }
    .button-border-blue:hover {
      background-color: #252B4F;
      border: 1px solid transparent; }
  .button-border-red {
    background-color: transparent;
    border: 1px solid #FF6363; }
    .button-border-red:hover {
      background-color: #FF6363;
      border: 1px solid transparent; }
  .button-border-grey {
    background-color: transparent;
    border: 1px solid #DB5050; }
    .button-border-grey:hover {
      background-color: #DB5050;
      border: 1px solid transparent; }
  .choose_date.loading,
  .send_dates.loading,
  .button.loading {
    position: relative;
    cursor: not-allowed !important}
    .choose_date.loading .icon-loader,
    .send_dates.loading .icon-loader,
    .button.loading .icon-loader {
      display: inline-block;
      animation: spin 2s infinite linear;
      position: relative;
      bottom: 2px;}
    .button.loading .icon-arrow-right {
      display: none; }
  .button:hover {
    transition: all ease .25s; }
  .choose_date .icon-loader,
  .send_dates .icon-loader,
  .button .icon-loader {
    margin-left: 5px;
    font-size: 14px;
    display: none; }
  .button .icon-arrow-right {
    margin-left: 8px;
    font-size: 16px; }
  .button .icon-plus-circle {
    font-size: 20px;
    margin-right: 10px; }
  .button .icon-trash-full {
    font-size: 18px;
    margin-right: 10px; }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.icon-i {
  font-size: 18px;
  color: #A2B0C2;
  margin-left: 10px; }

.block__title {
  font-family: "Circe-Bold", sans-serif;
  color: #222222;
  font-size: calc((100vw - 320px)/1600 * (36 - 26) + 26px); }
  .block__title span {
    color: #FCAB10; }
  .block__title.center {
    text-align: center;
    width: 100%; }
  .block__title.margin {
    margin: 25px 0 19px; }

.subtitle {
  /*font-size: calc((100vw - 320px)/1600 * (30 - 24) + 24px);*/
  margin: 20px 0; }

.bold {
  font-family: "Circe-Bold", sans-serif; }

.wow {
  visibility: hidden; }

.header {
  background: #fff;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  padding: 25px 0;
  display: flex;
  align-items: center;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 6;
  max-height: 100px;
  transition: all ease .4s; }
  .header.profile {
    overflow: hidden; }
    .header.profile + .main {
      padding-top: 100px; }
  .header.guest + .main {
    padding-top: 100px; }
  .header .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header__logo {
    margin-right: 20px; }

    .header__logo img {
      max-width: 100%;
      height: auto;
      transition: all ease .4s; }
  .header__right {
    display: flex;
    align-items: center; }
  .header__menu:not(.profile) {
    order: -1;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #555555;
    margin-right: 25px; }
    .header__menu:not(.profile) li {
      margin: 0 25px;
      display: inline-block; }
      .header__menu:not(.profile) li a {
        padding: 10px 0;
        position: relative; }
        .header__menu:not(.profile) li a::after {
          content: '';
          display: block;
          position: absolute;
          bottom: 0;
          left: 0;
          width: 0%;
          height: 2px;
          transition: all ease .25s;
          background-color: #FCAB10; }
        .header__menu:not(.profile) li a:hover::after {
          width: 100%;
          transition: all ease .25s; }
  .header__menu.profile {
    display: flex;
    align-items: flex-end;
    margin: 0;
    position: relative; }
    .header__menu.profile li {
      margin: 0;
      width: 115px;
      text-align: center;
      font-size: 13px;
      padding: 0 5px;
      color: #555;
      position: relative; }
      .header__menu.profile li:not(.white)::before {
        content: '';
        display: block;
        position: absolute;
        top: -25px;
        left: 0;
        height: calc(100% + 50px);
        width: 1px;
        background-color: #f1f1f1; }
      .header__menu.profile li.white {
        color: #fff; }
        .header__menu.profile li.white .text {
          display: inline-flex;
          align-items: center;
          justify-content: center; }
          .header__menu.profile li.white .text::after {
            content: '';
            display: block;
            height: 0;
            width: 0;
            border: 3.5px solid transparent;
            border-top: 5px solid #fff;
            margin: 0 0 -3px 3px; }
      .header__menu.profile li.profile-user::before {
        content: '';
        display: block;
        height: calc(100% + 50px);
        width: 100%;
        position: absolute;
        top: -25px;
        left: 0;
        background-color: #363D69;
        z-index: -1; }
      .header__menu.profile li.profile-user .icon {
        color: #A2B0C2;
        background-color: #fff; }
      .header__menu.profile li.profile-burger::before {
        content: '';
        display: block;
        height: calc(100% + 60px);
        width: 100%;
        position: absolute;
        bottom: -25px;
        left: 0;
        background-color: #2E3562;
        z-index: -1; }
      .header__menu.profile li.profile-burger .icon {
        font-size: 30px;
        margin-bottom: 5px; }
      .header__menu.profile li .icon {
        margin: 0 auto;
        border-radius: 50%;
        position: relative;
        transition: all ease .4s; }
        .header__menu.profile li .icon.circle {
          font-size: 16px;
          width: 42px;
          height: 42px;
          display: flex;
          align-items: center;
          justify-content: center; }
        .header__menu.profile li .icon.email {
          font-size: 13px; }
        .header__menu.profile li .icon.grey {
          color: #A2B0C2;
          background-color: #F0F2F7; }
        .header__menu.profile li .icon span {
          display: flex;
          justify-content: center;
          align-items: center; }
      .header__menu.profile li .text {
        margin-top: 3px;
        display: block;
        line-height: 1.5;
        transition: all ease .4s; }
      .header__menu.profile li .amount {
        position: absolute;
        top: -5px;
        right: -2px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        height: 15px;
        width: 15px;
        color: #fff;
        font-size: 10px;
        background-color: #FCAB10;
        opacity: 0; }
        .header__menu.profile li .amount.active {
          opacity: 1; }
      .header__menu.profile li:hover .icon {
        color: #FCAB10;
        transition: all ease .4s; }
    .header__menu.profile::after {
      content: '';
      display: block;
      height: calc(100% + 50px);
      width: calc((100vw - 1400px)/2);
      position: absolute;
      left: 100%;
      top: -25px;
      background-color: #252B4F; }
  .header__burger {
    display: none; }
  .header .button {
    padding: 0 16px;
    /*margin-right: 32px;*/
    transition: all ease .4s; }
  .header .button {
    margin-left: 16px;
    font-size: 14px;
  }
  @media screen and (max-width: 767px) {
    .header .button {
      font-size: 12px;
    }
  }
    .header .button .text {
      font-size: 12px; }
    .header .button .icon {
      margin-right: 9px; }
    .header .button .dropdown {
      margin-top: 0;
      width: 100%;
      color: #555555;
      text-align: left;
      padding: 0; }
      .header .button .dropdown span {
        margin: 0;
        border-bottom: 1px solid #E9E9E9;
        border-left: 1px solid #E9E9E9;
        border-right: 1px solid #E9E9E9;
        transition: all ease .25s; }
        .header .button .dropdown span:hover {
          background-color: #f7f8fa;
          transition: all ease .25s; }
        .header .button .dropdown span a {
          padding: 12px 20px;
          display: inline-block;
          width: 100%; }
  .header__language {
    position: relative;
    margin-right: 4px;
    cursor: pointer;}
  .header__language:after {
    content: "";
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    width: 50px;
    height: 10px;
    z-index: 0;
  }
  .header__language:hover .dropdown {
    display: block;
  }
  @media screen and (max-width: 767px) {
    .header__language:not(.profile) {
      margin-right: 16px;
    }
  }
    .header__language > span {
      font-size: 14px; }
    .header__language .dropdown {
      right: 0; }
    .header__language.profile {
      display: none; }
  .header.small {
    padding: 10px 0;
    transition: all ease .4s; }
    .header.small .header__logo img {
      max-width: 80%;
      transition: all ease .4s; }
    .header.small .button {
      padding: 0 16px;
      height: 40px;
      transition: all ease .4s; }
    .header.small .header__right .dropdown-value {
      padding-top: 10px;
      padding-bottom: 10px;
    }

.two-blocks {
  display: block;
  margin: 30px 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .two-blocks .block {
    width: calc(50% - 15px);
    position: relative; }
    .two-blocks .block .content {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      color: #fff;
      z-index: 1;
      padding: 20px; }
      .two-blocks .block .content .text {
          font-size: calc((100vw - 320px)/1600 * (18 - 12) + 24px);
          text-align: center;
          margin: 20px;
          padding: 10px;
          color: #fff;
          text-shadow: 0 0 3px #000, 0 0 10px #000, 0 0 10px #000;
          font-weight: 900;
          position: absolute;
          bottom: 10%; }
      .two-blocks .block .content .title {
        font-size: calc((100vw - 320px)/1600 * (44 - 33) + 33px);
        margin: 10px 0 6px;
      text-shadow: 0 0 3px #000, 0 0 10px #000, 0 0 10px #000    }
      .two-blocks .block .content .button {
        font-size: 12px;
        padding: 0 40px;
        height: 0;
        opacity: 0;
        visibility: hidden;
        transition: all ease .4s;
        position: relative;
        left: -15%;

      }
      .two-blocks .block .content:hover::before, .two-blocks .block .content:hover::after {
        height: 38px;
        transition: all ease .4s; }
      .two-blocks .block .content:hover .button {
        height: 50px;
        opacity: 1;
        visibility: visible;
        transition: all ease .4s; }
      .two-blocks .block .content::before, .two-blocks .block .content::after {
        content: '';
        display: block;
        height: 0px;
        background-color: #f7f8fa;
        width: 100%;
        position: absolute;
        left: 0;
        transition: all ease .4s; }
      .two-blocks .block .content::before {
        top: 0; }
      .two-blocks .block .content::after {
        bottom: 0; }
    .two-blocks .block::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      /*background-color: rgba(0, 0, 0, 0.1); */
    }

.search-block {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background: #fff;
  border-left: 1px solid #E9E9E9;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  margin-top: 30px;
  border-radius: 0; }
.search-item {
  flex-grow: 1;
  border-top: 2px solid #E9E9E9;
  border-bottom: 2px solid #E9E9E9;
  border-left: 1px solid #E9E9E9;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 23px 24px 22px 28px; }
  .search-item .text {
    font-size: 14px;
    color: #555555;
    margin: 2px 0 3px 0; }
  .search-item .form-field {
    width: 100%;
    margin-top: auto; }
    .search-item .form-field input, .search-item .form-field select {
      width: 100%;
      border: none;
      padding: 6px 0;
      height: 30px; }
  .search-item .link_parent {
    width: 100%;
    margin-top: auto; }
    .search-item .link_parent .dropdown {
      width: calc(100% + 52px);
      left: -28px;
      margin-top: 24px; }
      .search-item .link_parent .dropdown-value {
        width: 100%; }
      .search-item .link_parent .dropdown span {
        text-align: left; }
  /*.search-item:not(:first-of-type) {*/
  .search-item{
    width: 11%; }
  .search-item:first-of-type {
    border-radius: 0; }
.search-button {
  height: auto;
  width: 13.44%;
  min-width: 100px;
  border: none;
  margin-right: -1px;
  cursor: pointer;
  border-radius: 0; }
  .search-button .text {
    margin-left: 12px; }

.advantages__block {
  padding-top: 20px; }
.advantages__items {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 45px 0 50px; }
.advantages__item {
  text-align: center;
  width: 31%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 5%; }
.advantages__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 110px;
  height: 110px;
  margin: 11px auto 17px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05); }
  .advantages__icon .amount {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    width: 35px;
    height: 35px;
    background-color: #FCAB10;
    border-radius: 50%; }
  .advantages__icon img {
    z-index: 2;
    position: relative; }
  .advantages__icon::before {
    content: '';
    display: block;
    width: calc(100% + 22px);
    height: calc(100% + 22px);
    position: absolute;
    top: -11px;
    left: -11px;
    background: #fff;
    border-radius: 50%;
    z-index: -1; }
.advantages__text {
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  font-size: calc((100vw - 320px)/1600 * (24 - 16) + 16px); }

.map__block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 106px; }
  .map__block .block__title {
    margin-bottom: 20px; }
    .map__block .block__title.mobile {
      display: none; }
  .map__block #map {
    width: 57.5%;
    padding: 41px 60px 0 116px; }
    .map__block #map .state {
      cursor: pointer; }
      .map__block #map .state path {
        fill: #FFDFA3;
        transition: fill ease .25s; }
      .map__block #map .state.hover path {
        fill: #ffd280;
        transition: fill ease .25s; }
      .map__block #map .state.selected path {
        fill: #FCAB10;
        transition: fill ease .25s; }
      .map__block #map .state .label_state {
        display: none; }
        .map__block #map .state .label_state .name, .map__block #map .state .label_state .amount, .map__block #map .state .label_state .text {
          display: none; }
.map__description {
  width: 42.5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 0 18px 30px;
  max-width: 480px; }
  .map__description .text {
    font-size: 16px;
    color: #777777;
    line-height: 1.4;
    max-height: 230px;
    padding-right: 10px; }
.map__title {
  color: #FCAB10;
  font-size: calc((100vw - 320px)/1600 * (22 - 16) + 16px);
  display: inline-block; }
.map__amount {
  color: #000000;
  font-size: calc((100vw - 320px)/1600 * (18 - 16) + 16px);
  display: inline-block;
  margin-bottom: 8px; }
.map__tabs {
  display: block;
  position: relative;
  width: 100%; }
  .map__tabs .tab {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all ease .25s; }
    .map__tabs .tab.active {
      position: relative;
      opacity: 1;
      visibility: visible;
      transition: all ease .25s; }
  .map__tabs::after {
    content: '';
    display: table;
    clear: both; }
  .map__tabs .text p {
    margin: 0 0 10px; }

.counter-block {
  padding: 0 0 55px; }
  .counter-block .block__title {
    margin-bottom: 48px; }
  .counter-block .counters {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 6%; }
    .counter-block .counters .block {
      text-align: center;
      max-width: 300px;
      padding: 0 15px; }
      .counter-block .counters .block .amount {
        color: #FCAB10;
        font-size: calc((100vw - 320px)/1600 * (50 - 36) + 36px);
        line-height: 1;
        font-variant: tabular-nums;
        letter-spacing: -2px; }
      .counter-block .counters .block .text {
        font-size: calc((100vw - 320px)/1600 * (24 - 16) + 16px);
        color: #555555; }

.yellow-block {
  background-color: #FFF8E8;
  padding: 60px 0; }
  .yellow-block .block {
    width: calc(50% - 15px);
    background-color: #fff;
    text-align: center;
    padding: 48px 50px 37px;
    border-bottom: 3px solid;
    box-shadow: none;
    transition: all ease .4s; }
    .yellow-block .block.blue {
      border-color: #252B4F; }
    .yellow-block .block.yellow {
      border-color: #FCAB10; }
    .yellow-block .block .title {
      color: #222222;
      font-size: calc((100vw - 320px)/1600 * (36 - 28) + 28px);
      margin-bottom: 15px; }
    .yellow-block .block__title {
      margin-bottom: 48px; }
    .yellow-block .block .text {
      color: #777777;
      font-size: calc((100vw - 320px)/1600 * (16 - 14) + 14px);
      line-height: 1.4; }
    .yellow-block .block .button {
      font-size: 12px;
      padding: 0 35px;
      margin-top: 23px;
      min-width: 200px; }
    .yellow-block .block:hover {
      transition: all ease .4s;
      box-shadow: 15px 20px 70px rgba(0, 0, 0, 0.15); }
  .yellow-block .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }

.companies {
  padding: 55px 15px 60px; }
  .companies .block__title {
    margin-bottom: 47px; }
  .companies .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch; }
  .companies__item {
    border: 1px solid #E0E0E0;
    width: calc(20% + 1px);
    position: relative;
    padding-top: 20%;
    margin-top: -1px;
    margin-left: -1px;
    box-shadow: none;
    transition: all ease .4s; }
    .companies__item::after {
      content: '';
      display: block;
      width: 0%;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      height: 5px;
      transition: all ease .4s;
      background-color: #FCAB10; }
    .companies__item::before {
      content: '';
      display: block;
      width: 100%; }
    .companies__item:hover {
      box-shadow: 15px 20px 70px rgba(0, 0, 0, 0.15);
      transition: all ease .4s; }
      .companies__item:hover::after {
        width: 100%;
        transition: all ease .4s; }
    .companies__item img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 20px; }

.register-map {
  background-image: url(../image/maps.png);
  background-position: 120% bottom;
  background-repeat: no-repeat;
  background-size: auto 115%;
  height: 700px;
  margin: -60px auto 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 100%;
  width: 100%;
  overflow: hidden; }
  .register-map .block__title {
    font-size: calc((100vw - 320px)/1600 * (44 - 26) + 26px);
    max-width: 600px;
    margin: 0 0 20px;
    position: relative;
    z-index: 1; }
  .register-map .button {
    width: 100%;
    max-width: 240px;
    box-shadow: 0px 15px 20px rgba(252, 171, 16, 0.2);
    margin: 0 0 65px;
    position: relative;
    z-index: 1; }
  .register-map .float__user {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 83px;
    border-radius: 50%;
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.1);
    transition: all ease .4s; }
    .register-map .float__user img {
      width: 100%; }
    .register-map .float__user-1 {
      top: 12%;
      left: 20%; }
    .register-map .float__user-2 {
      top: 46%;
      left: 8%; }
    .register-map .float__user-3 {
      top: 67%;
      left: 30%; }
    .register-map .float__user-4 {
      top: 19%;
      right: 25%; }
    .register-map .float__user-5 {
      top: 35%;
      right: 7%; }
    .register-map .float__user-6 {
      top: 70%;
      right: 17%; }
  .register-map .float__dot {
    position: absolute;
    height: 15px;
    width: 15px;
    border-radius: 50%; }
    .register-map .float__dot.orange {
      background-color: #F7A91F; }
    .register-map .float__dot.green {
      background-color: #36C5A9; }
    .register-map .float__dot.blue {
      background-color: #0586D4; }
    .register-map .float__dot-1 {
      top: 35%;
      left: 26%; }
    .register-map .float__dot-2 {
      top: 44%;
      left: 3%; }
    .register-map .float__dot-3 {
      top: 70%;
      left: 18%; }
    .register-map .float__dot-4 {
      top: 23%;
      right: 14%; }
    .register-map .float__dot-5 {
      top: 56%;
      right: 3%; }
    .register-map .float__dot-6 {
      top: 63%;
      right: 27%; }

.blue-block {
  background-color: #252B4F;
  color: #fff;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  padding: 70px 0 73px; }
  .blue-block .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2; }
    .blue-block .container .block__title {
      color: #fff;
      font-size: calc((100vw - 320px)/1600 * (55 - 30) + 30px); }
    .blue-block .container .text {
      font-size: calc((100vw - 320px)/1600 * (24 - 16) + 16px);
      line-height: 1.1;
      margin-top: 6px; }
    .blue-block .container .left {
      margin-right: 20%;
      max-width: 49%; }
    .blue-block .container .right {
      margin-right: 5.75%;
      width: 25%;
      min-width: 300px; }
      .blue-block .container .right .button {
        width: 100%;
        height: 66px;
        border-radius: 33px; }
  .blue-block::after {
    content: "\e927";
    font-family: 'icomoon';
    color: #fff;
    opacity: 0.15;
    position: absolute;
    right: -225px;
    top: -195px;
    font-size: 840px;
    font-size: calc((100vw - 320px)/1600 * (840 - 300) + 300px);
    transform: rotate(-16.12deg); }

.datepicker-input {
  background-image: url(../image/svg/calendar.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center; }

.footer {
  padding: 48px 0 0;
  max-width: 100%;
  overflow: hidden;
  background-color: #fff; }
  .footer .container {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .footer__menu {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: calc((100vw - 320px)/1600 * (17 - 15) + 15px);
    color: #222222;
    margin: 35px 0 42px; }
    .footer__menu li {
      margin: 0 40px; }
      .footer__menu li a {
        padding: 8px 0;
        display: inline-block;
        position: relative; }
        .footer__menu li a::after {
          content: '';
          display: block;
          position: absolute;
          bottom: 0;
          left: 0;
          width: 0%;
          height: 2px;
          -webkit-transition: all ease .25s;
          transition: all ease .25s;
          background-color: #FCAB10; }
        .footer__menu li a:hover::after {
          width: 100%;
          -webkit-transition: all ease .25s;
          transition: all ease .25s; }
  .footer__contacts {
    display: flex;
    justify-content: center;
    align-items: center; }
    .footer__contacts .link:not(:last-of-type) {
      margin-right: 70px; }
    .footer__contacts .link a {
      display: flex;
      align-items: center; }
      .footer__contacts .link a .icon {
        font-size: calc((100vw - 320px)/1600 * (25 - 18) + 18px);
        color: #FCAB10;
        margin-right: 10px; }
      .footer__contacts .link a .text {
        font-size: calc((100vw - 320px)/1600 * (20 - 16) + 16px);
        color: #222222;
        transition: all ease .25s; }
      .footer__contacts .link a:hover .text {
        color: #FCAB10;
        transition: all ease .25s; }
    .footer__contacts .link.email a .icon {
      font-size: 22px; }
  .footer__bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 39px 0 0;
    padding: 20px 0; }
    .footer__bottom::before {
      content: '';
      display: block;
      width: 100vw;
      height: 1px;
      background-color: #ccc;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
    .footer__bottom p {
      margin: 0;
      font-size: 14px;
      color: #555555; }
  .footer__socials {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .footer__socials li:not(:last-of-type) {
      margin-right: 32px; }
    .footer__socials li a {
      display: flex; }
      .footer__socials li a span {
        font-size: calc((100vw - 320px)/1600 * (24 - 23) + 23px);
        color: #777777;
        transition: all ease .25s; }
      .footer__socials li a:hover span {
        color: #FCAB10;
        transition: all ease .25s; }
  .footer__logo img {
    max-width: 80%;
    height: auto;
  }

.phone-country {
  position: relative; }
  .phone-country .pseudoSelect {
    position: absolute;
    left: 15px;
    top: 10px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 15px;
    cursor: pointer; }
    .phone-country .pseudoSelect .img {
      display: block;
      width: 40px;
      height: 23px;
      background-image: url(../image/flags/flags2.png);
      /*background-position: -1000px -1000px;*/
      background-position: -40px -397px;
      background-repeat: no-repeat;
      /*background-position: -240px -352px;*/
      border: 1px solid #E9E9E9; }
    .phone-country .pseudoSelect::before {
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      height: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 0;
      border-style: solid;
      border-width: 6px 4px;
      margin-top: 3px;
      border-color: #222 transparent transparent transparent; }
  .phone-country .countries {
    display: none;
    position: absolute;
    top: 100%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    background: #fff;
    width: 100%;
    z-index: 2;
    padding: 0;
    border-radius: 0; }
    .phone-country .countries-wrapper {
      max-height: 200px;
      position: relative;
      margin: 10px; }
    .phone-country .countries ul {
      margin: 0;
      display: flex;
      flex-direction: column; }
      .phone-country .countries ul li {
        display: flex;
        align-items: center;
        cursor: pointer; }
        .phone-country .countries ul li .img {
          display: block;
          width: 40px;
          height: 22px;
          border: 1px solid #E9E9E9;
          background-image: url(../image/flags/flags.png);
          background-repeat: no-repeat;
          background-position: -1000px -1000px; }
        .phone-country .countries ul li .name {
          line-height: 1;
          padding-left: 10px;
          transition: all ease .25s; }
        .phone-country .countries ul li .name.code__mod {
          color: #6c757d;
        }
        .phone-country .countries ul li:not(:last-child) {
          margin-bottom: 5px; }
        .phone-country .countries ul li.first {
          order: -1; }
        .phone-country .countries ul li.bordered {
          margin-top: 5px;
          padding-top: 10px;
          border-top: 1px solid #ececec; }
        .phone-country .countries ul li:hover .name:not(.code__mod) {
          padding-left: 15px;
          transition: all ease .25s; }
  .phone-country input[type='tel'] {
    padding-left: 85px !important; }
    .phone-country input[type='tel'][readonly] {
      padding-left: 70px !important; }
      .phone-country input[type='tel'][readonly] + .pseudoSelect::before {
        content: none; }

.block-grey {
  background-color: #F0F2F7; }
.block-success {
  background-color: #CBEEC7; }
.block-danger {
  background-color: #FBCCCE; }
.block-info {
  background-color: #FEF6DF; }
.block-message {
  display: none; }
  .block-message.visible {
    display: block; }

.block-danger a:not(.button) {
  text-decoration: underline;
}

.block-danger a:not(.button):hover {
  text-decoration: none;
}

.alert {
  padding: 16px 0;
  font-size: 14px;
  max-width: 640px;
}

@media screen and (max-width: 767px) {
  .alert {
    max-width: 100%;
  }
}

.switcher {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 31px; }
  .switcher-wrapper {
    height: 50px;
    width: 370px;
    border: 1px solid #DFDFDF;
    border-radius: 25px;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 1px;
    position: relative; }
  .switcher-item {
    display: inline-flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 50%;
    cursor: pointer;
    font-size: 16px;
    z-index: 2;
    padding: 0 10px;
    transition: color ease .5s; }
    .switcher-item.active {
      color: #fff;
      transition: color ease .5s; }
  .switcher .switch {
    display: block;
    width: 50%;
    height: calc(100% - 2px);
    border-radius: 24px;
    z-index: 1;
    position: absolute;
    top: 1px;
    transition: all ease .5s; }
    .switcher .switch.blue {
      background-color: #252B4F;
      transition: all ease .5s; }
    .switcher .switch.yellow {
      background-color: #FCAB10;
      margin-left: -1px;
      transition: all ease .5s; }

.form {
  display: flex;
  flex-direction: column; }
.form.form--indents {
  padding-bottom: 25px;}
  .form-item {
    margin-bottom: 16px; }
    .form-item label {
      font-size: 14px;
      display: block;
      margin-bottom: 8px; }
    .form-item.sort-item {
      max-width: 350px;
      width: 100%; }
  .form-field input, .form-field select {
    width: 100%;
    padding: 10px 15px;
    height: 45px;
    border-radius: 5px;
    font-size: 14px; }
    .form-field input.error, .form-field select.error {
      border: 1px solid red !important;
      color: red; }
    .form-field input.capitalize, .form-field select.capitalize {
      text-transform: capitalize; }
  .form-field textarea {
    width: 100%;
    padding: 10px 15px;
    resize: vertical;
    min-height: 100px; }
    .form-field textarea.error {
      border: 1px solid red; }
  .form-field span.error {
    display: none;
    line-height: 1.25;
    font-size: 14px;
    color: red;
    padding: 5px 0 0 0; }
    .form-field span.error.visible {
      display: block; }
      .form-field span.error.visible::before {
        display: block;
        font-size: inherit;
        color: inherit; }
    .form-field span.error.empty::before {
      content: attr(data-empty); }
    .form-field span.error.min::before, .form-field span.error.max::before {
      content: attr(data-min-max); }
    .form-field span.error.equal::before {
      content: attr(data-equal); }
    .form-field span.error.notmatch::before {
      content: attr(data-symbol); }
    .form-field span.error.match::before {
      content: attr(data-match); }
    .form-field span.error.size::before {
      content: attr(data-size); }
    .form-field span.error.minimum::before {
      content: attr(data-min); }
    .form-field span.error.maximum::before {
      content: attr(data-max); }
  .form-field .input-group-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    width: 100%; }
    .form-field .input-group-flex .select-wrapper {
      width: 100%; }
    .form-field .input-group-flex.start {
      justify-content: flex-start;
      flex-wrap: wrap; }
      .form-field .input-group-flex.start .form-radiobox {
        margin-bottom: 0; }
        .form-field .input-group-flex.start .form-radiobox:not(:last-of-type) {
          margin-right: 35px; }
    .form-field .input-group-flex.nowrap {
      flex-wrap: nowrap; }
  .form-radiobox {
    margin-bottom: 14px; }
  .form-checkbox {
    margin-bottom: 14px; }
    .form-checkbox.toggle {
      margin-bottom: 0;
      margin-right: 10px; }
      .form-checkbox.toggle .form-check-label {
        margin-bottom: 0; }
        .form-checkbox.toggle .form-check-label span {
          width: 45px;
          height: 24px;
          border-radius: 15px;
          background-color: #A2B0C2;
          transition: all ease .4s; }
          .form-checkbox.toggle .form-check-label span::before {
            content: '';
            display: block;
            height: 20px;
            width: 20px;
            left: 2px;
            top: 2px;
            background-color: #fff;
            border-radius: 50%;
            border: none;
            transition: all ease .4s; }
          .form-checkbox.toggle .form-check-label span::after {
            content: none; }
        .form-checkbox.toggle .form-check-label input:checked + span {
          transition: all ease .4s;
          background-color: #FCAB10; }
          .form-checkbox.toggle .form-check-label input:checked + span::before {
            left: 23px;
            transition: all ease .4s; }
      .form-checkbox.toggle + label {
        margin-bottom: 0; }
  .form .button {
    max-width: 100%;
    width: 100%;
    margin-top: 8px;
    cursor: pointer;
    padding: 0 30px; }
  .form .added_block {
    display: flex;
    flex-direction: column;
    margin-top: 0; }
    .form .added_block .close {
      font-size: 24px;
      color: red;
      margin-left: auto;
      cursor: pointer; }
    .form .added_block .unvisible {
      opacity: 0;
      visibility: hidden;
      display: none; }
  .form .buttons {
    display: flex;
    justify-content: space-between; }
    .form .buttons .button {
      margin-left: 0;
      margin-right: 8px;
      width: calc(50% - 4px); }
      .form .buttons .button:last-of-type {
        margin-right: 0; }
    .form .buttons.add .unvisible.remove {
      display: none; }
    .form .buttons.add .add_properties {
      width: 100%; }
    .form .buttons.add.active .unvisible.remove {
      display: inline-flex; }
    .form .buttons.add.active .add_properties {
      width: calc(50% - 4px); }

.form-check-label input {
  display: none; }
  .form-check-label input:checked + span {
    color: #222222; }
    .form-check-label input:checked + span::after {
      opacity: 1;
      transition: all ease .25s; }
  .form-check-label input.error + span::before {
    border: 1px solid red; }
.form-check-label span {
  position: relative;
  color: #555;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 16px;
  font-size: 14px;
  cursor: pointer;
  padding-left: 25px; }
  .form-check-label span a {
    color: #FCAB10;
    border-bottom: 1px solid #FCAB10;
    line-height: 1;
    display: inline-block;
    margin: 0 3px;
    transition: all ease .25s; }
    .form-check-label span a:hover {
      border-bottom: 1px solid transparent;
      transition: all ease .25s; }
  .form-check-label span::before, .form-check-label span::after {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
    width: 16px;
    height: 16px; }
  .form-check-label span::before {
    content: '';
    display: block;
    background: #FFFFFF;
    border: 1px solid #D9DBE1; }
  .form-check-label span::after {
    content: '\e92b';
    font-family: 'icomoon';
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #FCAB10;
    border: none;
    font-size: 8px;
    opacity: 0;
    transition: all ease .25s; }

.form-radio-label input {
  display: none; }
  .form-radio-label input:checked + span {
    color: #222222; }
    .form-radio-label input:checked + span::after {
      opacity: 1;
      transition: all ease .25s; }
  .form-radio-label input.error + span::before {
    border: 1px solid red; }
.form-radio-label span {
  position: relative;
  color: #555;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 16px;
  font-size: 14px;
  cursor: pointer;
  padding-left: 25px; }
  .form-radio-label span a {
    color: #FCAB10;
    border-bottom: 1px solid #FCAB10;
    line-height: 1;
    display: inline-block;
    margin: 0 3px;
    transition: all ease .25s; }
    .form-radio-label span a:hover {
      border-bottom: 1px solid transparent;
      transition: all ease .25s; }
  .form-radio-label span::before, .form-radio-label span::after {
    content: '';
    display: block;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute; }
  .form-radio-label span::before {
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border: 1px solid #D9DBE1;
    top: 0;
    left: 0; }
  .form-radio-label span::after {
    width: 8px;
    height: 8px;
    background: #FCAB10;
    border: none;
    top: 4px;
    left: 4px;
    opacity: 0;
    transition: all ease .25s; }

.questionary .hidden {
  display: none; }
.questionary .add_properties {
  margin-bottom: 16px; }
.questionary .form {
  margin-bottom: 50px; }
.questionary .line .form-item {
  width: calc(50% - 7px); }

.offcanvas {
  display: flex;
  flex-direction: column;
  width: 490px;
  background-color: #F7F8FA;
  padding: 63px 50px 35px 60px;
  position: fixed;
  overflow: hidden;
  top: 0;
  height: 100vh;
  z-index: 15;
  transition: transform ease .4s; }
  .offcanvas.right {
    left: 100%;}
    .offcanvas.right.open {
      transform: translate(-100%, 0);}
  .offcanvas.left {
    left: 0;
    transform: translate(-100%, 0); }
    .offcanvas.left.open {
      transform: translate(0, 0);
      transition: transform ease .4s; }
  .offcanvas.mobile-menu {
    width: 100%;
    max-width: 490px;
    background: #fff; }
    .offcanvas.mobile-menu .bottom {
      margin-top: 22px; }
      .offcanvas.mobile-menu .bottom > a.link {
        font-size: 16px;
        color: #222;
        display: inline-block;
        margin-bottom: 20px; }
        .offcanvas.mobile-menu .bottom > a.link:hover {
          color: #FCAB10; }
      .offcanvas.mobile-menu .bottom .footer__socials {
        justify-content: flex-start;
        margin-top: 5px; }
        .offcanvas.mobile-menu .bottom .footer__socials li:not(:last-of-type) {
          margin-right: 20px; }
      .offcanvas.mobile-menu .bottom .button {
        display: flex;
        margin: 21px 0 0 0;
        height: 50px; }
  .offcanvas.mobile-profile {
    padding-top: 20px;
    background: #fff;
    padding-left: 20px;
    padding-right: 10px; }
    .offcanvas.mobile-profile .top {
      background-color: #F2F2F2;
      padding: 10px 50px 10px 10px;
      margin-bottom: 23px;
      display: flex;
      align-items: center;
      position: relative;
      border-radius: 20px; }
      .offcanvas.mobile-profile .top .close-button.cross {
        top: 50%;
        transform: translateY(-50%);
        height: 19px;
        right: 15px; }
      .offcanvas.mobile-profile .top .image {
        display: flex;
        width: 63px;
        height: 63px;
        min-width: 63px;
        border-radius: 50%;
        overflow: hidden;
        border: 1px solid #e2e2e2;
        padding: 1px;
        background-color: #fff; }
        .offcanvas.mobile-profile .top .image img {
          border-radius: 50%; }
      .offcanvas.mobile-profile .top .user-name {
        padding-left: 13px;
        font-size: 17px;
        font-weight: bold; }
    .offcanvas.mobile-profile .menu {
      padding-left: 40px; }
    .offcanvas.mobile-profile .bottom {
      padding-left: 40px;
      padding-top: 20px; }
      .offcanvas.mobile-profile .bottom button {
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #222;
        font-size: 15px; }
        .offcanvas.mobile-profile .bottom button span {
          font-size: 18px;
          display: inline-block;
          margin-right: 20px; }
  .offcanvas.callback .text {
    text-align: justify; }
  .offcanvas.callback .button-border-yellow {
    margin: 0 0 20px;
    width: 100%;
    padding: 0 20px; }
  .offcanvas.rename_file .old_name strong {
    text-transform: capitalize; }
  .offcanvas .menu {
    border-bottom: 1px solid #EBEBEB; }
    .offcanvas .menu li {
      margin-bottom: 31px; }
      .offcanvas .menu li a {
        display: flex;
        align-items: center;
        color: #222;
        font-size: 15px; }
        .offcanvas .menu li a > span {
          font-size: 18px;
          display: inline-block;
          margin-right: 20px;
          width: 18px; }
          .offcanvas .menu li a > span.icon-us {
            font-size: 13px; }
          .offcanvas .menu li a > span.icon-handshake {
            font-size: 15px; }
          .offcanvas .menu li a > span.icon-vakancy {
            font-size: 15px; }
          .offcanvas .menu li a > span.icon-eye {
            font-size: 13px; }
  .offcanvas .block__title {
    font-size: calc((100vw - 320px)/1600 * (28 - 20) + 20px);
    margin-bottom: 20px; }
  .offcanvas-content {
    max-height: 100%;
    height: 100%;
    width: 100%;
    padding-right: 10px; }
    .offcanvas-content .scroll-content {
      height: 100%; }
  .offcanvas_language {
    display: flex;
    align-items: center;
    margin: 0 0 20px; }
    .offcanvas_language .header__language {
      justify-content: center;
      margin: 0 0 0 10px;
      background-color: #F2F2F2;
      border-radius: 20px;
      width: 72px;
      height: 42px;
    line-height: 42px;
    text-align: center;}
      .offcanvas_language .header__language .dropdown {
        right: 0;
        width: 100%; }
  .offcanvas .scrollbar-track-x {
    display: none !important; }
  .offcanvas .tabs-content {
    margin-bottom: 0; }
  .offcanvas .button {
    font-size: 12px;
    margin-top: 4px; }
  .offcanvas .forgotten {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.4; }
    .offcanvas .forgotten a:first-of-type {
      margin-right: 15px; }
    .offcanvas .forgotten a:hover {
      color: #FCAB10; }
  .offcanvas .register, .offcanvas .callback {
    text-align: center;
    border-top: 1px solid #e3e3e3; }
    .offcanvas .register p, .offcanvas .callback p {
      margin: 12px auto 0;
      color: #888;
      font-size: 14px;
      line-height: 1.4; }
    .offcanvas .register a, .offcanvas .callback a, .offcanvas .register span, .offcanvas .callback span {
      font-size: 16px;
      color: #FCAB10;
      font-weight: bold;
      line-height: 1;
      display: inline-block;
      border-bottom: 1px solid #FCAB10;
      margin-top: 5px; }
      .offcanvas .register a:hover, .offcanvas .callback a:hover, .offcanvas .register span:hover, .offcanvas .callback span:hover {
        border-bottom: 1px solid transparent; }
  .offcanvas .register p {
    max-width: 50%; }
  .offcanvas .callback {
    margin-top: 20px; }
  .offcanvas .close-button {
    z-index: 3;
    cursor: pointer; }
    .offcanvas .close-button.cross {
      display: inline-block;
      position: absolute;
      right: 23px;
      top: 22px;
      font-size: 19px; }
  .offcanvas .text {
    color: #888;
    font-size: 14px;
    line-height: 1.4;
    margin: 0 auto 20px; }
    .offcanvas .text.border {
      border-bottom: 1px solid #E3E3E3;
      padding-bottom: 20px; }
    .offcanvas .text span {
      max-width: 90%;
      margin: 0 auto;
      display: inline-block; }
  .offcanvas .back {
    font-size: 14px;
    color: #888;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    position: absolute;
    top: 26px;
    left: 23px; }
    .offcanvas .back span {
      font-size: 12px;
      display: inline-block;
      margin-right: 6px; }
    .offcanvas .back:hover {
      color: #FCAB10; }
  .offcanvas form.code {
    margin-top: 20px; }
  .offcanvas .code-exist {
    font-size: 14px;
    margin-top: 15px;
    line-height: 1;
    color: #252B4F;
    float: right;
    margin-left: auto;
    cursor: pointer;
    border-bottom: 1px solid transparent;
    transition: all ease .4s; }
    .offcanvas .code-exist:hover {
      color: #FCAB10;
      border-bottom: 1px solid #FCAB10;
      transition: all ease .4s; }
  .offcanvas .block-danger {
    padding: 10px;
    margin-bottom: 10px;
    display: none; }
    .offcanvas .block-danger.visible {
      display: block; }
  .offcanvas .success {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F7F8FA;
    transform: scale(0);
    transition: all ease .4s; }
    .offcanvas .success.active {
      transform: scale(1);
      transition: all ease .4s; }

.socials p {
  margin: 0 0 18px;
  color: #888;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  text-align: center; }
  .socials p span {
    padding: 0 13px;
    background-color: #F7F8FA;
    position: relative; }
  .socials p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: 100%;
    background-color: #E3E3E3; }
.socials ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px; }
  .socials ul li {
    font-size: 27px;
    margin: 0 9px; }

.profile-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .profile-content .left {
    display: block;
    margin-bottom: 20px;
    max-width: 160px; }
    .profile-content .left-image {
      width: 160px;
      height: 160px;
      position: relative;
      border: 1px solid #e2e2e2;
      border-radius: 50%;
      padding: 5px;
      margin-bottom: 10px; }
      .profile-content .left-image .image {
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        height: 100%;
        width: 100%;
        border-radius: 50%; }
        .profile-content .left-image .image img {
          max-width: 100%;
          max-height: 100%;
          height: 100%;
          width: 100%;
          -o-object-fit: cover;
          object-fit: cover;}
      .profile-content .left-image .download-file {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        height: 40px;
        width: 40px;
        background-color: #FCAB10;
        border-radius: 50%;
        font-size: 22px;
        border: 2px solid #fff;
        box-sizing: content-box;
        bottom: 0;
        right: 0; }
      .profile-content .download-file-doc {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        height: 40px;
        width: 40px;
        background-color: #FCAB10;
        border-radius: 50%;
        font-size: 22px;
        border: 2px solid #fff;
        box-sizing: content-box;
        bottom: 0;
        right: 0; }
    .profile-content .left .error {
      line-height: 1.25;
      font-size: 14px;
      color: red;
      padding: 5px 0 0 0; }
    .profile-content .left .form .panel-body a {
      display: block; }
  .profile-content .right {
    max-width: 630px;
    width: 100%;
    padding: 0 15px; }
    .profile-content .right .button {
      font-size: 12px; }
  .profile-content .tabs-content {
    width: 100%;
    margin: 0 auto 70px; }
  .profile-content .tabs-item {
    display: none;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column; }
  .profile-content .tabs-item.active {
    display: flex;
  }

.download-file {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 14px;
  color: #222;
  cursor: pointer; }
  .download-file input {
    display: none; }
  .download-file .text {
    margin: 0; }
  .download-file .icon {
    display: inline-block;
    margin-right: 10px;
    font-size: 18px; }

.striped-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px 0; }
  .striped-title::before, .striped-title::after {
    content: '';
    display: block;
    width: auto;
    flex-grow: 1;
    height: 1px;
    background-color: #e2e2e2; }
  .striped-title p {
    margin: 0 20px;
    color: #222222;
    font-size: calc((100vw - 320px)/1600 * (22 - 18) + 18px);
    text-align: center; }
  .striped-title.subtitle p {
    font-size: calc((100vw - 320px)/1600 * (18 - 14) + 14px);
    margin: 0 10px; }

.vacancy-page .form {
  margin-bottom: 50px; }
.vacancy-page .add_new_vacancy {
  max-width: 250px;
  width: 100%;
  font-size: 14px;
  border: 1px solid transparent; }
  .vacancy-page .add_new_vacancy:hover {
    border: 1px solid #252B4F;
    color: #252B4F; }
.vacancy-page .subtitle {
  margin-top: 40px; }
.vacancy-page.show {
  margin-top: 30px;
  margin-bottom: 30px; }
  .vacancy-page.show .mobile-button {
    margin: 10px 0 0;
    width: 100%;
    max-width: 250px;
    display: none; }
  .vacancy-page.show .left {
    width: 100%; }
    /*.vacancy-page.show .left .block__title {*/
      /*margin: 18px 0 20px;*/
      /*line-height: 1; }*/
    .vacancy-page.show .left .show_more {
      text-align: center; }
      .vacancy-page.show .left .show_more .button {
        padding: 0 60px;
        margin: 20px 0 70px; }
  .vacancy-page.show .right {
    width: calc(34% - 30px);
    float: right;
    position: relative; }
    .vacancy-page.show .right.category_with_filter_item{
        width: calc(70% - 30px); }
    .vacancy-page.show .right .company__preview {
      -webkit-box-shadow: 0px 4px 70px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 4px 70px rgba(0, 0, 0, 0.1);
      border-radius: 10px;
      background-color: #fff;
      padding: 30px 30px 22px;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center; }
    .vacancy-page.show .right .company__image {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 157px;
      height: 157px;
      border-radius: 50%;
      border: 1px solid #e2e2e2;
      overflow: hidden; }
    .vacancy-page.show .right .company__name {
      font-size: calc((100vw - 320px)/1600 * (22 - 16) + 16px);
      font-weight: bold;
      margin: 10px 0;
      line-height: 1.4; }
    .vacancy-page.show .right .company__text {
      font-size: 14px;
      color: #777;
      line-height: 1.4;
      margin-bottom: 15px; }
    .vacancy-page.show .right .company__phone {
      font-size: 16px;
      margin-top: 8px;
      display: flex;
      align-items: center;
      color: #222; }
      .vacancy-page.show .right .company__phone .icon {
        display: block;
        margin-right: 7px;
        font-size: 18px;
        color: #252B4F; }
    .vacancy-page.show .right .company__email {
      font-size: 16px;
      margin-top: 8px;
      display: flex;
      align-items: center;
      color: #222; }
      .vacancy-page.show .right .company__email .icon {
        display: block;
        margin-right: 7px;
        font-size: 18px;
        color: #252B4F; }
    .vacancy-page.show .right .company__link {
      width: 100%;
      color: #252B4F;
      background-color: #F0F2F7;
      font-weight: bold;
      margin-top: 26px; }
    .vacancy-page.show .right .block__subtitle {
      font-size: calc((100vw - 320px)/1600 * (24 - 18) + 18px);
      color: #222;
      margin: 40px 0 20px; }
    .vacancy-page.show .right .vacancy-list .vacancy__name {
      font-size: calc((100vw - 320px)/1600 * (21 - 16) + 16px); }
    .vacancy-page.show .right-subtitle {
      font-size: calc((100vw - 320px)/1600 * (24 - 18) + 18px);
      color: #222;
      margin: 10px 0 20px;
      font-weight: bold;
      min-height: 28px; }
    .vacancy-page.show .right ~ .left {
      width: 66%;
      float: left; }
    .vacancy-page.show .right.filters {
      position: initial;
      transform: none;
      height: auto;
      z-index: 0; }
      .vacancy-page.show .right.filters .scroll-content {
        display: flex;
        flex-direction: column; }
  .vacancy-page.show::after {
    content: '';
    display: block;
    clear: both; }
.vacancy-page.all .top-block {
  margin-bottom: 50px; }
@media screen and (min-width: 999px) {
  .top-block.flex__mod {
    display: flex;
  }
  .top-block.flex__mod .right {
    order: 1;
  }
}
.vacancy-page .filters {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 20px 30px 30px;
  font-size: 14px;
  display: flex;
  flex-direction: column; }
  .vacancy-page .filters__title {
    margin-bottom: 30px; }
    .vacancy-page .filters__title .close-button {
      display: none;
      position: initial;
      margin-right: 10px; }
  .vacancy-page .filters .form-item {
    width: 100%; }
  .vacancy-page .filters .subtitle {
    font-size: calc((100vw - 320px)/1600 * (22 - 18) + 18px);
    margin: 0 15px 10px 0;
    display: flex;
    align-items: center; }
  .vacancy-page .filters .clearFilter {
    color: #1A91EB;
    margin: 6px 0 0 0;
    cursor: pointer;
    transition: all ease .4s; }
    .vacancy-page .filters .clearFilter:hover {
      color: #FCAB10;
      transition: all ease .4s; }
  .vacancy-page .filters .form-checkbox.toggle {
    margin-right: 0;
    margin-left: 15px; }
  .vacancy-page .filters .button {
    width: 100%;
    order: 2; }
.vacancy-page .accordion .title {
  color: #222;
  font-size: calc((100vw - 320px)/1600 * (18 - 16) + 16px);
  font-weight: bold;
  display: flex;
  align-items: center;
  margin: 0 0 12px 0; }
  .vacancy-page .accordion .title::before {
    content: '\e92f';
    font-family: 'icomoon';
    color: #000;
    margin-right: 20px;
    font-weight: normal;
    font-size: 16px;
    transform: rotate(180deg);
    transition: all ease .4s; }
  .vacancy-page .accordion .title.active::before {
    transform: rotate(0deg);
    transition: all ease .4s; }
.vacancy-page .accordion__item {
  padding-bottom: 5px;
  border-bottom: 1px solid #EBEBEB; }
  .vacancy-page .accordion__item:last-of-type {
    border: none; }
.vacancy-main {
  box-shadow: 0px 4px 70px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #fff;
  padding: 0 35px;
  margin-bottom: 40px; }
  .vacancy-main .line.top {
    min-height: 60px;
    margin-bottom: 10px; }
    .vacancy-main .line.top::after {
      width: calc(100% + 70px);
      left: -35px;
      bottom: 0; }
    .vacancy-main .line.top .back {
      display: flex;
      align-items: center;
      color: #FCAB10;
      font-size: 16px; }
      .vacancy-main .line.top .back span {
        font-size: 12px;
        margin-right: 10px; }
  .vacancy-main .line.bottom {
    margin-top: 20px;
    padding-top: 30px;
    font-size: 14px;
    color: #777; }
    .vacancy-main .line.bottom::after {
      width: calc(100% + 70px);
      left: -35px;
      top: 0; }
    .vacancy-main .line.bottom .views {
      position: relative;
      top: -2px;
      margin-right: 20px; }
    .vacancy-main .line.bottom .share {
      display: flex;
      align-items: center; }
      .vacancy-main .line.bottom .share p {
        margin: 0; }
      .vacancy-main .line.bottom .share ul {
        display: flex;
        align-items: center; }
        .vacancy-main .line.bottom .share ul li {
          margin-left: 13px;
          font-size: 21px; }
  .vacancy-main__buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0px; }
    .vacancy-main__buttons a {
      margin-right: 25px;
      padding: 0 25px;
      margin-top: 10px; }
  .vacancy-main__service {
    display: flex;
    align-items: center; }
    .vacancy-main__service .toggle-button {
      margin: 0 -20px 0 14px;
      font-size: 21px; }
    .vacancy-main__service .add_to_favorite {
      font-size: 26px; }
  .vacancy-main__subtitle {
    margin-top: 50px;
    font-size: calc((100vw - 320px)/1600 * (24 - 18) + 18px);
    color: #222;
    padding-bottom: 20px;
    border-bottom: 2px solid #ebebeb;
    font-weight: bold; }
  .vacancy-main .description {
    margin: 20px 0 0 0; }
    .vacancy-main .description > * {
      margin: 0;
      font-size: 16px;
      color: #222; }
  .vacancy-main .vacancy__date {
    margin-right: 29px;
    margin-top: 8px; }
  .vacancy-main .vacancy-block {
    margin-top: 20px; }
    .vacancy-main .vacancy-block:not(:last-of-type) {
      margin-right: 30px; }
    .vacancy-main .vacancy-block__subtitle {
      display: flex;
      align-items: center;
      color: #252B4F; }
      .vacancy-main .vacancy-block__subtitle .icon {
        font-size: 18px;
        display: block;
        margin-right: 7px; }
      .vacancy-main .vacancy-block__subtitle .text {
        font-weight: bold;
        font-size: 14px; }
    .vacancy-main .vacancy-block__item {
      position: relative;
      font-size: 16px;
      padding-left: 36px;
      margin-top: 7px; }
      .vacancy-main .vacancy-block__item::before {
        content: '';
        display: block;
        height: 4px;
        width: 4px;
        background-color: #252B4F;
        transform: rotate(-45deg) translateY(-50%);
        margin-right: 7px;
        position: absolute;
        top: 7px;
        left: 27px; }
  .vacancy-main .without-resume {
    margin-top: 8px; }
  .vacancy-main .line.date {
    margin-top: 10px; }
  .vacancy-main .buttons_bottom {
    margin-top: 40px;
    margin-bottom: 12px; }
  .vacancy-main .complain {
    display: flex;
    align-items: center;
    font-size: 14px;
    position: relative;
    top: -4px;
    color: #252B4F; }
    .vacancy-main .complain .icon {
      font-size: 22px;
      max-width: 22px;
      display: block;
      margin-right: 7px; }
.vacancy-language {
  display: flex;
  margin-left: auto; }
  .vacancy-language .text {
    margin: 0 7px 0 0;
    font-size: 15px; }
.vacancy__date {
  font-size: 12px;
  color: #777; }
.vacancy__salary {
  display: flex;
  align-items: center;
  margin-bottom: 13px; }
  .vacancy__salary .amount {
    font-size: 16px;
    font-weight: bold;
    color: #222; }
  .vacancy__salary .fas,
  .vacancy__salary .icon {
    max-width: 18px;
    color: #252B4F;
    font-size: 18px;
    display: inline-block;
    margin-right: 7px; }
.vacancy__salary .fa-shield-alt {
  margin-top: -5px;
  color: #36BF29;
}
.vacancy__location {
  display: flex;
  align-items: center; }
  .vacancy__location .text {
    font-size: 16px;
    color: #222; }
  .vacancy__location .icon {
    max-width: 18px;
    color: #252B4F;
    font-size: 18px;
    display: inline-block;
    margin-right: 7px; }
  .vacancy__location .flag {
    display: block;
    width: 40px;
    height: 22px;
    background-image: url(../image/flags/flags.png);
    background-repeat: no-repeat;
    background-position: -1000px -1000px;
    border: 1px solid #E9E9E9;
    margin-right: 5px; }
.vacancy-list {
  display: flex;
  flex-direction: column; }
.vacancy-preview {
  margin-bottom: 20px;
  box-shadow: 0px 4px 70px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #fff;
  padding: 20px 20px 0;
  position: relative; }
  .vacancy-preview .line.column {
    margin-right: 10px; }
  .vacancy-preview__status {
    position: relative;
    padding-left: 14px;
    margin: 5px 0;
    font-size: 12px; }
    .vacancy-preview__status::before, .vacancy-preview__status::after {
      content: '';
      display: block;
      position: absolute;
      border-radius: 50%;
      top: 50%;
      transform: translateY(-50%); }
    .vacancy-preview__status::before {
      width: 11px;
      height: 11px;
      left: 0; }
    .vacancy-preview__status::after {
      width: 5px;
      height: 5px;
      left: 3px; }
    .vacancy-preview__status.active {
      color: #36BF29; }
      .vacancy-preview__status.active::before {
        background-color: rgba(54, 191, 41, 0.3); }
      .vacancy-preview__status.active::after {
        background-color: #36BF29; }
    .vacancy-preview__status.unactive {
      color: #F2545B; }
      .vacancy-preview__status.unactive::before {
        background-color: rgba(242, 84, 91, 0.3); }
      .vacancy-preview__status.unactive::after {
        background-color: #F2545B; }
  .vacancy-preview .vacancy__name {
    margin: 11px 15px 5px 0;
    color: #252B4E;
    line-height: 1.1;
    font-weight: bold;
    font-size: calc((100vw - 320px)/1600 * (26 - 19) + 19px); }
  .vacancy-preview__logo {
    max-width: 90px;
    min-width: 90px; }
  .vacancy-preview .vacancy__salary {
    margin: 5px 15px 5px 0; }
  .vacancy-preview .without-resume {
    margin-bottom: 5px; }
  .vacancy-preview .bordered {
    margin-top: 15px;
    width: calc(100% + 40px);
    margin-left: -20px;
    display: block;
    height: 1px;
    background-color: #EBEBEB; }
    .vacancy-preview .bordered + .bottom {
      margin-top: 0; }
  .vacancy-preview .bottom {
    margin-top: 15px;
    min-height: 55px; }
    .vacancy-preview .bottom::after {
      width: calc(100% + 40px);
      left: -20px;
      top: 0; }
    .vacancy-preview .bottom.company-vacancies {
      padding: 20px 0 10px; }
      .vacancy-preview .bottom.company-vacancies .button {
        margin-right: 15px;
        margin-bottom: 10px;
        padding: 0 40px; }
        .vacancy-preview .bottom.company-vacancies .button .icon {
          margin-right: 10px;
          font-size: 24px; }
  .vacancy-preview .vacancy__date {
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px; }
  .vacancy-preview__favorite {
    display: flex;
    align-items: center;
    color: #252B4E;
    margin-bottom: 10px;
    transition: all ease .4s; }
    .vacancy-preview__favorite .icon {
      font-size: 22px;
      display: block;
      margin-right: 7px; }
    .vacancy-preview__favorite .text {
      font-size: 14px; }
    .vacancy-preview__favorite.saved {
      color: #FCAB10;
      transition: all ease .4s; }
  .vacancy-preview.top::before {
    content: 'top';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 73px;
    height: 28px;
    background-color: #FCAB10;
    border-radius: 0 10px;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold; }
  .vacancy-preview.top::after {
    content: '';
    display: block;
    height: 100%;
    width: 5px;
    background-color: #FCAB10;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px 0 0 10px; }
.vacancy__company {
  font-size: calc((100vw - 320px)/1600 * (18 - 15) + 15px);
  font-weight: bold;
  color: #222;
  margin-bottom: 5px;
  margin-right: 15px; }
.vacancy-result {
  font-size: 16px;
  margin: 10px 0 22px; }
  .vacancy-result > * {
    margin: 8px 15px 0 0; }
  .vacancy-result .select-wrapper::after {
    top: 7px;
    right: 10px;
    border-color: #1A91EB transparent transparent transparent; }
  .vacancy-result .select-wrapper select {
    height: 20px;
    color: #1A91EB;
    border: none;
    background-color: transparent; }
    .vacancy-result .select-wrapper select option {
      color: #222; }

.days-left {
  font-size: 12px;
  color: #F2545B;
  background-color: #FCCCCE;
  border-radius: 4px;
  text-transform: uppercase;
  padding: 5px 13px; }

.without-resume {
  text-transform: uppercase;
  background-color: #FFF6DC;
  border-radius: 4px;
  color: #DAA400;
  font-size: 12px;
  line-height: 1;
  padding: 6px 13px; }

.line {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .line.wrap {
    flex-wrap: wrap; }
  .line.horizontal-between {
    justify-content: space-between; }
  .line.horizontal-start {
    justify-content: flex-start; }
  .line.vertical-center {
    align-items: center; }
  .line.vertical-start {
    align-items: flex-start; }
  .line.views__mod .line {
    width: calc(100% - 90px);
  }
  .line.views__mod .company__description {
    margin-bottom: 15px;
  }
  .line.pseudo {
    position: relative; }
    .line.pseudo::after {
      content: '';
      display: block;
      height: 1px;
      background-color: #EBEBEB;
      position: absolute; }
  .line.column {
    flex-direction: column; }
  .line .block__title.small {
    margin-top: 0;
    margin-bottom: 0;
  }
  @media (max-width: 700px) {
    .line.views__mod .line {
      width: calc(100% - 70px);
    }
  }
  @media (max-width: 560px) {
    .line.mobile__mod {
      flex-direction: column;
      align-items: flex-start;
    }
    .line.horizontal-between .block__title.small {
      margin-top: 0;
      margin-bottom: 20px;
    }
  }

.invalid-feedback {
  display: block;
  line-height: 1.25;
  font-size: 14px;
  color: red;
  padding: 5px 0 0 0; }

.tabs-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 35px 0 50px; }
  .tabs-header__item {
    display: flex;
    align-items: center;
    flex-grow: 1; }
    .tabs-header__item .step {
      width: 42px;
      height: 42px;
      min-width: 42px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #A2B0C2;
      background-color: #F0F2F7;
      font-size: 14px;
      border: 1px solid #A2B0C2;
      transition: all ease .4s; }
    .tabs-header__item.success .step {
      background-color: #FCAB10;
      color: #fff;
      border: 1px solid #FCAB10;
      transition: all ease .4s; }
    .tabs-header__item.active .step {
      background-color: #fff;
      color: #FCAB10;
      border: 1px solid #FCAB10;
      transition: all ease .4s; }
    .tabs-header__item:not(:last-child)::after {
      content: '';
      display: block;
      width: calc(100% - 42px);
      height: 1px;
      background-color: #A2B0C2; }
    .tabs-header__item:not(:last-child).success::after {
      background-color: #FCAB10; }
    .tabs-header__item:not(:last-child).active::after {
      background: linear-gradient(to right, #FCAB10, #A2B0C2); }
    .tabs-header__item:last-child {
      width: 42px;
      max-width: 42px; }

.resume .subtitle_step {
  font-size: calc((100vw - 320px)/1600 * (16 - 12) + 12px);
  color: #777; }

.resume .subtitle_step .button {
  padding: 10px 16px;
  color: #fff;
  height: auto;
}
@media screen and (max-width: 767px) {
  .resume .subtitle_step {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .resume .subtitle_step .button {
    margin-top: 16px;
  }
}
  .resume .subtitle_step .back {
    color: #888;
    font-size: 18px;
    float: left;
    cursor: pointer;
    transition: all ease .4s; }
    .resume .subtitle_step .back:hover {
      color: #FCAB10;
      transition: all ease .4s; }
.resume .driver_experience {
  display: none; }
  .resume .driver_experience .selected-category {
    display: inline-flex;
    height: 45px;
    justify-content: center;
    align-items: center;
    width: calc(25% - 11px);
    margin-right: 14px;
    background-color: #FBAB10;
    border-radius: 5px;
    color: #fff;
    font-size: 16px; }
  .resume .driver_experience input {
    max-width: 75%; }
.resume-page .block__title + .text {
  margin: 10px 0 20px;
  color: #888;
  font-size: 16px;
  max-width: 66%; }
.resume-page .vacancy-main__subtitle {
  font-size: calc((100vw - 320px)/1600 * (22 - 18) + 18px); }
.resume-page .message {
  background-color: #FFF8E8;
  padding: 25px 55px 25px 25px;
  margin: 20px 0 0;
  position: relative; }
  .resume-page .message p {
    color: #252B4F;
    margin: 15px 15px 15px 0;
    font-size: 15px; }
  .resume-page .message .button {
    min-width: 240px; }
  .resume-page .message .icon-close {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    font-size: 14px; }
.resume-page .profile-content {
  margin: 25px 0; }
  .resume-page .profile-content .left-image {
    margin: 0 40px 0 0; }
  .resume-page .profile-content .user_name {
    color: #252B4F;
    font-weight: bold;
    font-size: calc((100vw - 320px)/1600 * (30 - 20) + 20px);
    margin: 10px 0; }
  .resume-page .profile-content .user_age {
    margin-bottom: 10px;
    font-size: 16px; }
    .resume-page .profile-content .user_age .attribute {
      color: #555;
      margin-right: 10px;
      min-width: 65px;
      display: inline-block; }
  .resume-page .profile-content .vacancy__location {
    font-size: 16px; }
    .resume-page .profile-content .vacancy__location .attribute {
      color: #555;
      margin-right: 10px;
      min-width: 65px;
      display: inline-block; }
.resume-page .education-block, .resume-page .experience-block, .resume-page .skill_info, .resume-page .driver-skills {
  padding-top: 20px; }
  .resume-page .education-block .line:not(:last-of-type), .resume-page .experience-block .line:not(:last-of-type), .resume-page .skill_info .line:not(:last-of-type), .resume-page .driver-skills .line:not(:last-of-type) {
    margin-bottom: 25px; }
  .resume-page .education-block .big, .resume-page .experience-block .big, .resume-page .skill_info .big, .resume-page .driver-skills .big {
    font-size: calc((100vw - 320px)/1600 * (24 - 18) + 18px);
    color: #222;
    width: 100%; }
    .resume-page .education-block .big img, .resume-page .experience-block .big img, .resume-page .skill_info .big img, .resume-page .driver-skills .big img {
      max-width: 90px;
      max-height: 60px; }
  .resume-page .education-block .additional, .resume-page .experience-block .additional, .resume-page .skill_info .additional, .resume-page .driver-skills .additional {
    font-size: 16px;
    color: #222; }
    .resume-page .education-block .additional:not(:last-of-type), .resume-page .experience-block .additional:not(:last-of-type), .resume-page .skill_info .additional:not(:last-of-type), .resume-page .driver-skills .additional:not(:last-of-type) {
      margin-bottom: 6px; }
    .resume-page .education-block .additional .text, .resume-page .experience-block .additional .text, .resume-page .skill_info .additional .text, .resume-page .driver-skills .additional .text {
      font-size: 16px;
      color: #555; }
.resume-page .education-block .big {
  margin-bottom: 10px; }
.resume-page .skill_info li:not(:last-child) {
  margin-bottom: 25px; }
.resume-page .driver-skills .licences {
  margin-top: 10px; }
  .resume-page .driver-skills .licences span, .resume-document a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #252B4F;
    border-radius: 5px;
    padding: 10px 15px;
    margin-right: 10px;
    margin-bottom: 10px; }
.resume-page .driver-skills .licences a span:hover, .resume-document a:hover {
  color: #FCAB10; }
.resume-page .driver-skills .big:not(:first-of-type) {
  padding-top: 20px; }
.resume-page .driver-skills .documents-block {
  padding: 0 0 25px; }
  .resume-page .driver-skills .documents-block > div {
    margin-bottom: 5px; }
.resume-contacts {
  padding-top: 20px; }
  .resume-contacts .line:not(:last-of-type) {
    margin-bottom: 10px; }
  .resume-contacts .text {
    color: #555;
    min-width: 155px;
    font-size: 16px; }
  .resume-contacts a {
    color: #222; }
    .resume-contacts a:hover {
      color: #FCAB10; }
.resume-edit .tabs-header__item:not(.active) {
  cursor: pointer; }

.user__menu-indent {
  padding-left: 32px;
}
.top-block__subinfo {
  margin-bottom: 16px;
}
.user__menu, .right__menu {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 46px;
  font-size: 14px;
  color: #252B4F;
  max-width: 340px;
  width: 100%; }
  .user__menu li span, .right__menu li span {
    font-size: 21px;
    margin-right: 10px; }
  .user__menu li:not(:last-child), .right__menu li:not(:last-child) {
    margin-bottom: 25px; }
  .user__menu li a, .right__menu li a {
    display: flex;
    align-items: center; }
    .user__menu li a.active,
    .user__menu li a:hover, .right__menu li a:hover {
      color: #FCAB10; }

.scroll-fixed.fixed {
  position: sticky;
  left: 0;
  margin-bottom: 40px; }

.user__menu.scroll-fixed {
  margin-left: auto;
}

.checkbox-button-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center; }
  .checkbox-button-grid .checkbox-button {
    display: block;
    width: calc(25% - 11px);
    margin-bottom: 14px;
    height: 45px; }
    .checkbox-button-grid .checkbox-button:not(:nth-child(4n)) {
      margin-right: 14px; }
    .checkbox-button-grid .checkbox-button .form-check-label {
      display: block;
      width: 100%;
      height: 45px; }
      .checkbox-button-grid .checkbox-button .form-check-label span {
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #eaeaea;
        border-radius: 5px;
        height: 100%;
        width: 100%;
        font-size: 16px;
        transition: all ease .4s; }
        .checkbox-button-grid .checkbox-button .form-check-label span::after, .checkbox-button-grid .checkbox-button .form-check-label span::before {
          content: none; }
      .checkbox-button-grid .checkbox-button .form-check-label input:checked + span {
        color: #fff;
        background-color: #FBAB10;
        transition: all ease .4s; }
  .checkbox-button-grid .form-field {
    width: 100%; }

.toggle-button {
  padding: 9px 20px 5px;
  cursor: pointer;
  font-size: 21px;
  border-radius: 5px 5px 0px 0px;
  box-shadow: none;
  transition: all ease .4s; }
.toggle-block .dropdown {
  right: -20px;
  margin: 0;
  width: 250px;
  text-align: left;
  padding: 7px 20px;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px 0 10px 10px; }
  .toggle-block .dropdown > * {
    margin: 13px 0; }
  .toggle-block .dropdown span {
    text-transform: none; }
  .toggle-block .dropdown a, .toggle-block .dropdown button {
    display: flex;
    align-items: center;
    line-height: 1;
    cursor: pointer; }
    .toggle-block .dropdown a span, .toggle-block .dropdown button span {
      margin-right: 8px;
      font-size: 21px;
      color: #252B4F; }
.toggle-block.transform .toggle-button {
  box-shadow: -5px 10px 20px rgba(0, 0, 0, 0.15);
  transition: all ease .4s; }

.documents {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 10px 0 35px;
  width: 100%; }
  .documents__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 260px;
    min-height: 250px;
    background: #fff;
    box-shadow: 0px 4px 70px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-right: 35px;
    margin-bottom: 35px;
    position: relative;
    padding: 20px;
    text-align: center; }
    .documents__item:nth-child(5n) {
      margin-right: 0; }
    .documents__item .toggle-block {
      position: absolute;
      top: 13px;
      right: 0; }
      .documents__item .toggle-block .dropdown {
        right: 0; }
    .documents__item.add_new {
      padding: 0;
      background-color: transparent;
      box-shadow: none;
      border: 1.5px dashed #B9B9B9;
      transition: all ease .4s; }
      .documents__item.add_new a {
        display: flex;
        height: 100%;
        width: 100%;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        .documents__item.add_new a span {
          font-weight: bold;
          color: #FCAB10;
          font-size: 14px;
          text-transform: uppercase;
          line-height: 1.4;
          max-width: 120px;
          text-align: center; }
        .documents__item.add_new a::before {
          content: '\e911';
          font-family: 'icomoon';
          display: flex;
          justify-content: center;
          align-items: center;
          width: 65px;
          height: 65px;
          background-color: #FCAB10;
          color: #fff;
          font-size: 21px;
          border-radius: 50%;
          margin-bottom: 15px; }
      .documents__item.add_new:hover {
        border: 1.5px dashed #FCAB10;
        transition: all ease .4s; }
  .documents__icon {
    display: block;
    width: 79px;
    height: 79px;
    background-image: url(../image/file.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 24px;
    position: relative; }
    .documents__icon::before {
      content: '';
      display: block;
      width: 60px;
      height: 32px;
      position: absolute;
      left: 4px;
      top: 37px;
      background-repeat: no-repeat;
      background-position: center; }
    .documents__icon.doc::before {
      background-image: url(../image/svg/types/doc.svg); }
    .documents__icon.png::before {
      background-image: url(../image/svg/types/png.svg); }
    .documents__icon.pdf::before {
      background-image: url(../image/svg/types/pdf.svg); }
    .documents__icon.xls::before {
      background-image: url(../image/svg/types/xls.svg); }
    .documents__icon.zip::before {
      background-image: url(../image/svg/types/zip.svg); }
    .documents__icon.jpg::before {
      background-image: url(../image/svg/types/jpg.svg); }
  .documents__date {
    color: #777;
    font-size: 14px;
    line-height: 21px; }
  .documents__name {
    font-size: calc((100vw - 320px)/1600 * (22 - 16) + 16px);
    color: #252B4F;
    line-height: 1.2;
    font-weight: bold;
    max-width: 100%;
    overflow: hidden; }
  .documents .upload_modal #file {
    padding: 0;
    background: transparent;
    border: none;
    height: auto;
    margin: 7px 0;
    border-radius: 0; }

.socials-page {
  margin-bottom: 70px; }

.hidden {
  display: none; }

#vote {
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    z-index: 3000;
    transition: 350ms ease-in-out;
    width: 100vw;
}
#vote.active {
    background: #939394a6;
}
#vote.is_hidden {
    transform: translate(0, -120vh);
}
.vote-container.popup-container {
    width: 80%;
    height: 100vh;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vote-body {
    flex-direction: column;
    background: #fff;
    border-radius: 10px;
    position: relative;
}
.vote-body .popup-close {
    position: absolute;
    right: 0;
    margin: 30px;
    z-index: 9;
}
.vote-body .text.center.bold {
    padding-top: 40px;
}
.vote-body .two-blocks {
    margin: 0;
    padding: 10px;
}
.vote-body .two-blocks .block .content {
    position: unset;
}
.vote-body .two-blocks .block .content .button {
    height: 50px;
    opacity: 1;
    visibility: visible;
    z-index: 9;
    left: unset!important;
}

.main .two-blocks .block .content .button, .main .two-blocks .block .content .button.home_register {left:0!important;}


.community section:not(:last-child) {
    margin-bottom: 100px;
}
.community section {
    display: flex;
}
.community section.community_third {
    flex-direction: column;
}
.community_header {
    background: url(../image/svg/community/map.svg) no-repeat;
    background-size: contain;
}
.community_header img {
    max-width: 700px;
    width: 100%;
}
.community_title {
    color: #222222;
    font-size: 36px;
    line-height: 53px;
    font-weight: 700;
    margin: 0 0 30px;
}
.community_title span, .page_title span {
    color: #FCAB10;
}
.community_subtitle {
    font-size: 22px;
    line-height: 34px;
    color: #000000;
    margin: 0 0 30px;
    font-weight: 700;
}
.community_button {
    height: 66px;
    border-radius: 33px;
    max-width: 360px;
    width: 100%;
}
.community_text {
    font-size: 16px;
    line-height: 24px;
    color: #555555;
    margin-bottom: 20px;
}
.community_second-image.mobile {
    display: none;
}
.community_second-image img {
    max-width: 600px;
    width: 100%;
}
.community_advantages {
    display: flex;
    align-items: flex-start;
}
.community_advantages-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex: 1 0 19%;
}
.community_advantages-item img.advantages_item-image {
    max-height: 140px;
}
.advantages_item-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #222222;
    min-height: 55px;
}
.advantages_item-text {
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #555555;
    min-height: 40px;
}
svg.advantages_item-image {
    max-width: 200px;
}
.community_third-btn, .main_button-wrap {
    text-align: center;
    margin-top: 50px;
}
.community_third .community_button {
    height: 46px;
    max-width: 260px;
}
section.community_four > div, .community_five-info, .community_seven > div {
    width: 50%;
}
section.community_five {
    justify-content: space-between;
}
section.community_five .image-mob {
    display: none;
}
section.community_six img {
    width: 100%;
    height: 100%;
    max-width: 450px;
    position: relative;
}
section.community_six .community_six-img_2 {
    margin: 50px 0 0 30px;
}
section.community_six .community_six-img_3 {
    left: -10%;
    margin-top: 17%;
    max-width: 450px;
}

section.community_seven, section.community_eight {
    gap: 40px;
}
.community_eight-image {
    max-width: 700px;
}
.community_eight-info {
    text-align: center;
    background: #fff;
    box-shadow: 0px 4px 70px rgb(0 0 0 / 5%);
    border-radius: 10px;
    padding: 50px 35px;
    max-width: 500px;
}
.community_eight-info a {
    color: #FCAB10;
}

section.reviews {
    flex-direction: column;
}
.reviews_title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 60px;
}
.reviews_container {
    display: flex;
    gap: 15px;
}
.review_item {
    background: #FFFFFF;
    box-shadow: 0 4px 70px rgb(0 0 0 / 5%);
    border-radius: 10px;
    padding: 20px;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}
.review_text p {
    color: #777777;
    font-size: 16px;
}
.review_header {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.review_name {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
}
.review_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.review_like {
    display: flex;
    gap: 20px;
}
.review_time {
    color: #888888;
    font-size: 12px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.review_button {
    height: 66px;
    border-radius: 33px;
    max-width: 360px;
    width: 100%;
}
.community_eight-image .community_eight-image_mobile {
    display: none;
}

section div.community_point {
    position: absolute;
    height: 15px !important;
    width: 15px !important;
    border-radius: 50%;
}
.community_point.orange {
    background: #F7A91F;
}
.community_point.green {
    background: #36C5A9;
}
.community_point.blue {
    background: #0586D4;
}

.community_second, .community_five, .community_six, .community_seven, .community_eight {
    position: relative;
}
.community_second .community_point:nth-child(1) {
    bottom: 0;
    left: 30%;
}
.community_second .community_point:nth-child(2) {
    top: 30%;
    right: 0;
}
.community_second .community_point:nth-child(3) {
    top: 50%;
    right: 50%;
}
.community_five .community_point:nth-child(1) {
    top: -10%;
    left: 20%;
}
.community_five .community_point:nth-child(2) {
    top: 60%;
    right: 5%;
}
.community_five .community_point:nth-child(3) {
    top: 30%;
    left: -5%;
}
.community_five .community_point:nth-child(4) {
    top: -14%;
    right: 30%;
}
.community_six .community_point:nth-child(1) {
    top: -10%;
    left: 45%;
}
.community_six .community_point:nth-child(2) {
    top: 20%;
    right: 5%;
}
.community_six .community_point:nth-child(3) {
    bottom: -10%;
    left: 25%;
}

.community_seven .community_point {
    top: 30%;
    left: 45%;
}
.community_eight .community_point {
    bottom: -30%;
    right: 0;
}


.main_button {
    height: 66px;
    border-radius: 33px;
    max-width: 360px;
    width: 100%;
    max-width: 340px;
    font-size: 15px;
}
.page_info {
    max-width: 50%;
}
.page_header {
    background: url(../image/svg/community/map.svg) no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    gap: 50px;
}
.page_header img, .mandatory_document img {
    max-width: 600px;
}
.page_title {
    color: #222222;
    font-size: 36px;
    line-height: 53px;
    font-weight: 700;
    margin: 0 0 25px;
}
.page_subtitle {
    font-size: 22px;
    line-height: 34px;
    color: #000000;
    margin: 0 0 25px;
}
.testing_page section:not(.advantages, .reviews) {
    display: flex;
    align-items: center;
}
.testing_page section:not(:last-child) {
    margin-bottom: 100px;
}
.page_text {
    font-size: 16px;
    line-height: 24px;
    color: #555555;
    margin-bottom: 20px;
}

.mandatory_document {
    display: flex;
    align-items: center;
    gap: 50px;
}
.mandatory_document .page_subtitle {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #222222;
}

.advantages_container {
    display: flex;
    align-items: flex-start;
}
.advantages-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex: 1 0 19%;
}
img.advantages_item-image {
    max-height: 160px;
}

.valuable_vacancies img {
    max-width: 700px;
}

.review_item {
    min-height: 300px;
}
img.review_image {
    width: 70px;
    height: 70px;
}

.ratings img {
    max-width: 600px;
}

section.contact_form {
    justify-content: center;
}
.contact_form-text {
    text-align: center;
    align-items: center;
    background: #fff;
    box-shadow: 0 4px 70px rgb(0 0 0 / 5%);
    border-radius: 10px;
    padding: 50px 35px;
    max-width: 500px;
    font-size: 16px;
    line-height: 24px;
    color: #555555;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}
.contact_form-text .page_title {
    margin: 0;
}
.contact_form-text a {
    color: #FCAB10;
}
.contact_form-text .main_button {
    margin-top: 15px;
}

section.contact_form, section.ratings, section.valuable_vacancies {
    position: relative;
}
section.valuable_vacancies .community_point {
    top: 10%;
    left: 0;
}

section.ratings .community_point:nth-child(1) {
    top: 0;
    left: 15%;
}
section.ratings .community_point:nth-child(2) {
    bottom: 20%;
    left: 40%;
}
section.ratings .community_point:nth-child(3) {
    right: 10%;
    bottom: 10%;
}
section.ratings .community_point:nth-child(4) {
    top: 40%;
    right: 0;
}

section.contact_form .community_point {
    top: 0;
    left: 10%;
}


.weekend {
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
}
.weekend > div {
    box-shadow: 0 4px 70px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.weekend_left {
    max-width: 70%;
    font-size: 16px;
    line-height: 150%;
    background: #fff;
}
.account-subtitle {
    margin-bottom: 20px;
}
.weekend_text {
    padding: 0 50px;
}
.weekend_title {
    font-size: 24px;
    font-weight: 700;
    color: #252B4F;
    border-bottom: 2px solid #F3F3F3;
    padding: 0 0 20px 0;
}
.weekend ul {
    list-style: list-item;
    padding-left: 15px;
}

.weekend .common_block {
    width: 30%;
    height: fit-content;
}
.weekend_right-title {
    color: #252B4F;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}
.weekend_item {
    background: #F7F8FA;
    border-radius: 10px;
    padding: 10px;
    margin: 20px 0;
    font-size: 16px;
    line-height: 24px;
    color: #888;
    display: block;
}
.weekend_actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin: 20px 0 30px;
}
.weekend_btn {
    padding: 15px 50px;
    border-radius: 60px;
    cursor: pointer;
    font-size: 12px;
    line-height: 18px;
}
.weekend_btn:hover {
    color: #fff;
}

.infoportal-main__right-right .infoportal-comments__main-form__textarea textarea {
    color: #000!important;
}


.slick-prev, .slick-next {
    opacity: 1;
    background: transparent;
    padding: 10px 10px 10px 0;
}
.slick-prev::before, .slick-next::before {
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: '';
    height: 15px;
    position: relative;
    width: 15px;
    color: #000;
}
.slick-prev::before {
    transform: rotate(-135deg);
    left: 7px;
}
.slick-next::before {
    transform: rotate(45deg);
    right: 0;
}
.slick-prev:hover::before, .slick-next:hover::before {
    background-color: transparent;
}

.download_input-container {
    position: relative;
}
.download_input-container input[type="file"] {
    position: absolute;
    background: url(../image/svg/new/clip.svg) no-repeat;
    font-size: 0;
    border: none;
    background-size: 20px;
    background-position: center;
    height: 20px;
    width: 20px;
    bottom: -5px;
    right: -5px;
    background-color: #fcab10;
    padding: 15px;
    border-radius: 50%;
}
.download_input-container input[type="file"]::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
    background-color: transparent;
    border: none;
}


a.link_into_block{
    color: #fcab10;
}
.scrollup{
    width: 45px;
    height: 45px;
    opacity: 0.4;
    position: fixed;
    bottom: 80px;
    right: 26px;
    z-index: 15;
    display: none;
    text-indent: -9999px;
    background: url(../image/icon_top.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
}
.pin {
    pointer-events: none;
}

@media screen and (max-width: 1279px) {
    .weekend {
        flex-direction: column;
    }
    .weekend_left {
        max-width: 100%;
    }
    .weekend .common_block {
        width: 100%;
    }

    .community section {
        flex-direction: column;
        gap: 30px;
        align-items: center;
        text-align: center;
    }
    .community section:not(:last-child) {
        margin-bottom: 50px!important;
    }
    section.community_header, section.community_four, section.page_header {
        flex-direction: column-reverse;
    }
    .community_header-text, .page_header-text {
        text-align: center;
    }
    .community_advantages {
        gap: 20px;
        flex-direction: column;
        align-items: center;
    }
    .community_title {
        margin: 0;
    }
    .community_second-image svg, .community_four-image svg {
        width: 100%;
    }
    section.community_four > div, .community_five-info, .community_seven > div {
        width: 100% !important;
    }
    .community_third-btn, .main_button-wrap {
        margin-top: 0;
        width: 100%;
    }
    .community_five-image, .community_seven-image {
        display: flex;
        justify-content: flex-end;
    }
    section.community_six {
        display: flex;
        align-items: center;
    }
    section.community_six .community_six-img_2, section.community_six .community_six-img_3 {
        margin-top: 0;
    }
    .reviews_item {
        display: flex;
        gap: 15px;
        flex-direction: column;
    }
    .reviews_title {
        margin-bottom: 0!important;
    }
    section.community_six img {
        max-width: 400px;
    }
    section.community_seven {
        flex-direction: column-reverse;
    }
    .community_second-image.desktop {
        display: none!important;
    }
    .community_second-image.mobile {
        display: block!important;
    }

    .page_info {
        max-width: 100%;
    }
    .page_subtitle, .page_title {
        margin: 0 0 10px;
    }
    .page_header {
        background-size: cover!important;
    }
    .testing_page section {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .testing_page section:not(:last-child) {
        margin-bottom: 50px;
    }
    section.mandatory_document, section.valuable_vacancies {
        flex-direction: column-reverse;
    }
    .advantages_container {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 40px;
        gap: 20px;
    }
    .advantages_item-title {
        margin-bottom: 10px;
        min-height: unset;
    }
    .advantages_item-text {
        min-height: unset;
    }

    section.reviews {
        gap: 30px;
        display: flex;
    }
    .reviews_container {
        display: flex;
        gap: 20px;
        flex-direction: column;
        align-items: center;
    }

    .community_second .community_point:nth-child(3) {
        top: 0;
        left: 20%;
    }
    .community_second .community_point:nth-child(2) {
        top: 30%;
        right: 30%;
    }
    .community_second .community_point:nth-child(1) {
        display: none;
    }
    .community_five .community_point:nth-child(1), .community_five .community_point:nth-child(2) {
        display: none;
    }
    .community_five .community_point:nth-child(3) {
        top: -135%;
        right: 15%;
        left: unset;
    }
    .community_five .community_point:nth-child(4) {
        top: -95%;
        left: 0;
    }
    .community_six .community_point:nth-child(2) {
        top: -85%;
        right: 5%;
    }
    .community_six .community_point:nth-child(3) {
        top: -30%;
        left: 5%;
    }
    .community_six .community_point:nth-child(1) {
        top: 20%;
        left: 25%;
    }
    .community_seven .community_point {
        top: -80%;
        left: 65%;
    }
    .community_eight .community_point {
        top: -120%;
        left: 30%;
        bottom: unset;
        right: unset;
    }
    section.ratings .community_point:nth-child(4) {
        top: -370%;
        right: 90%;
    }
    section.ratings .community_point:nth-child(1) {
        top: -350%;
        left: 90%;
    }
    section.valuable_vacancies .community_point {
        top: -5%;
        left: 20%;
    }
    section.ratings .community_point:nth-child(3) {
        right: 10%;
        bottom: 75%;
    }
    section.ratings .community_point:nth-child(2) {
        display: none;
    }
}
@media screen and (max-width: 1250px) {

}
@media screen and (max-width: 799px) {
    .weekend_actions {
        flex-direction: column;
    }

    .pagination {
        padding: 0;
        width: 100%;
    }
    .pagination .page-item {
        max-width: 30px;
        max-height: 30px;
    }
    .pagination[role="navigation"] {
        padding: 0 10px;
        width: 100%;
    }
    .pagination .page-link {
        margin-top: 2px;
    }
}
@media screen and (max-width: 767px) {
    .community_title, .page_title {
        font-size: 30px;
        line-height: 40px;
    }
    .community_subtitle, .page_subtitle {
        font-size: 20px;
        line-height: 24px;
        margin: 10px 0 20px;
    }
    section.community_six img:last-child {
        left: 0;
        bottom: 0;
        max-width: 600px;
    }
    .page_header img, .mandatory_document img, .valuable_vacancies img, .ratings img {
        width: 100%;
    }
    .mandatory_document {
        gap: 20px;
    }

}
@media screen and (max-width: 500px) {
    section.community_five .image-mob {
        display: block!important;
    }
    section.community_five .image-desk {
        display: none;
    }
    img.image-mob {
        position: relative;
        right: -3%;
    }
    .reviews_container {
        width: 100vw!important;
    }
    .review_item {
        flex: unset;
        width: 100vw!important;
    }

    .community_title, .page_title {
        font-size: 25px!important;
        line-height: 30px!important;
        margin: 0 0 20px!important;
    }
    .community_subtitle, .page_subtitle {
        font-size: 18px!important;
        line-height: 27px!important;
        margin: 0 0 20px!important;
    }
    .community_text, .page_text  {
        font-size: 14px!important;
        line-height: 21px!important;
        margin-bottom: 20px!important;
    }
    .community_eight-image .community_eight-image_desktop {
        display: none;
    }
    .community_eight-image .community_eight-image_mobile {
        width: 100%;
    }
    .community_button {
        height: 46px;
    }
    .community_advantages {
        flex-direction: column;
    }
    .advantages_item-title {
        min-height: 40px!important;
    }
    .community_advantages-item {
        width: 100% !important;
        flex: 1 0 100% !important;
    }

    .community_third-btn {
        margin-top: 0!important;
    }
    section.community_five .image-mob {
        max-width: 350px;
        width: 100%;
    }
    section.community_six img:nth-child(1) {
        max-width: 300px!important;
    }
    section.community_six img:nth-child(2) {
        max-width: 300px!important;
    }
    section.community_six img:nth-child(3) {
        left: -20% !important;
        top: -100px!important;
        max-width: 650px;
        width: 440px;
    }
    .community_header, .page_header {
        background-size: cover!important;
    }
    h1.community_title, h1.page_title {
        font-size: 20px!important;
    }
    .community_header .community_subtitle, .page_header .page_subtitle {
        font-size: 14px!important;
        line-height: 21px!important;
    }

}
@media screen and (max-width: 450px) {
    .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;
    }

    .pagination[role="navigation"] {
        display: flex;
        justify-content: space-between;
    }
    .pagination .page-item {
        max-width: 20px;
        max-height: 20px;
    }
}
/*# sourceMappingURL=main.css.map */

/* main banner button */
/*.two-blocks .block .content {
    justify-content: flex-end;
}
.main .two-blocks .block .content .button {
    height: 50px;
    opacity: 1;
    visibility: visible;
    z-index: 9;
    left: unset!important;
}*/

.back_button {
  display: flex;
  align-items: center;
  color: #FCAB10!important;
  font-size: 16px;
}
.back_button span {
  font-size: 12px;
  margin-right: 10px;
}

.header .button .dropdown span span {
    padding: 12px 20px;
    display: inline-block;
    width: 100%; }

#download_app {
  right: 0;
  left: 0;
  bottom: 0;
  position: fixed;
  z-index: 3000;
  padding: 10px;
  box-shadow: 0 15px 40px -10px rgb(0 0 0 / 45%);
  transition: 350ms ease-in-out;
  background: #ddd;
  width: auto;
}

#download_app.is_hidden {
  transform: translateY(-120vh);
}

@media screen and (min-width: 1200px) {
  #download_app {
    display: none !important;
  }
}

.popup-container {
  position: relative;
}

#download_app .popup-container {
  width: 100%;
}

#download_app .popup-body {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 10px;
}

#download_app .popup-logo {
  max-width: 20%;
}

#download_app .popup-text {
  order: -1;
  line-height: 20px;
  margin-right: 25px;
}

#download_app .popup-close {
  cursor: pointer;
}

#download_app-iphone svg {
  width: 15px;
  height: 15px;
  margin: 0 3px;
}

#download_app-android {
  text-align: center;
  background: #FCAB10;
  color: #fff;
  border-radius: 5px;
}

#butInstall {
  padding: 5px;
  cursor: pointer;
}

#download_app-close {
  position: absolute;
  top: 4px;
  right: 4px;
  border: 0;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#download_app .icon-close:before {
  font-size: inherit;
}

@media screen and (max-width: 767px) {
  #download_app.is_hidden {
    transform: translate(-50%, -120vh);
  }
  #download_app {
    left: 50%;
    right: auto;
    bottom: 60px;
    width: 90%;
    max-width: 350px;
    border-radius: 5px;
    transform: translateX(-50%);
  }
  #download_app .two-blocks .block {
    max-height: unset;
  }

  #download_app .two-blocks .block img {
    width: auto;
    margin: 0 auto;
  }
}

.profile-content .left-image .download-file {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  height: 40px;
  width: 40px;
  background-color: #FCAB10;
  border-radius: 50%;
  font-size: 22px;
  border: 2px solid #fff;
  box-sizing: content-box;
  bottom: 0;
  right: 0;
}

/* new login popup */
.employer__col .switcher,
.offcanvas-login .switcher {
  justify-content: flex-start;
  margin-bottom: 48px;
}

.employer__col .switcher-wrapper,
.offcanvas-login .switcher-wrapper {
  width: auto;
  background-color: transparent;
  border-radius: 0;
  border: 0;
}

.employer__col .switcher-item,
.offcanvas-login .switcher-item {
  width: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.employer__col .switcher .switch {
  width: 100%;
}

.employer__col .switcher-item.active,
.offcanvas-login .switcher-item.active {
  color: #222;
}

.employer__col .switcher .switch,
.offcanvas-login .switcher .switch {
  background-color: transparent;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  color: #222;
}

.employer__col .switch.blue,
.offcanvas-login .switch.blue {
  border-top-color: #252B4F;
  border-bottom-color: #252B4F;
}

.offcanvas-login .switch.yellow {
  border-top-color: #FCAB10;
  border-bottom-color: #FCAB10;
}

.offcanvas-login .socials ul {
  padding-bottom: 0;
}

.offcanvas-login .socials.form-item:before {
  content: "";
}

.offcanvas-login .socials ul li {
  margin: 0 7px;
}

.offcanvas-login .socials-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
}

.offcanvas-login .socials-link p {
  margin-bottom: 4px;
}

.offcanvas-login .forgotten {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .offcanvas-login .forgotten {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }
}

.offcanvas-login.right.open {
  width: 100%;
}

.offcanvas-login .forgotten a:hover {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .offcanvas.offcanvas-login.right {
    right: auto;
    padding: 32px;
    top: -100%;
    left: 50%;
    width: 680px;
    height: auto;
    border-radius: 10px;
    transition: top .5s;
    transform: translate(-50%, -50%);
  }

  .offcanvas-login.right.open {
    top: 50%;
  }
  .offcanvas-login .form-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 0.3fr 1fr 0.3fr;
    grid-template-columns: 0.3fr 1fr 0.3fr;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .offcanvas-login ul .form-item:before,
  .offcanvas-login ul .form-item:after {
    content: "";
  }

  .offcanvas-login .login-label,
  .offcanvas-login .helper-container {
    margin-top: 14px;
  }

  .offcanvas-login .forgotten .button {
    margin-left: 5px;
    margin-right: 5px;
  }

  .offcanvas-login .button {
    width: auto;
  }
}

/* page employer */
.employer {
  padding-top: 48px;
  padding-bottom: 48px;
}

.employer__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 48px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 48px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.employer .forgotten {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.employer-form {
  max-width: 600px;
  margin-bottom: 24px;
}

.employer-form .button {
  width: 50%;
  font-size: 14px;
}

.employer-form .button:first-child {
  margin-right: 16px;
}

.employer-form .button:last-child {
  margin-left: 16px;
}

.form-item-btns:before {
  content: "";
}

.employer .subscribes-info {
  margin-top: 32px;
}

.employer__info .button {
  padding-left: 16px;
  padding-right: 16px;
  min-width: 200px;
}

.employer__info .button:not(:last-child) {
  margin-right: 16px;
}

@media screen and (min-width: 768px) {
  .employer__info {
    max-width: 600px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 0.3fr 1fr;
    grid-template-columns: 0.3fr 1fr;
  }

  .employer__info:before {
    content: "";
  }
}

.form-item.form-error-item {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .employer__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 24px;
  }
}

@media screen and (max-width: 767px) {
  .employer-form {
    max-width: 100%;
  }
  .employer-form .button {
    width: 100%;
  }
  .form-item-btns:before {
    display: none;
  }
  .employer {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .employer__info .button {
    min-width: auto;
  }
  .employer__info .button:not(:last-child) {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 480px) {
  .employer__info .button:not(:last-child) {
    margin-right: 0;
  }
  .employer .forgotten {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .employer-form .button:first-child {
    margin-right: 0;
  }

  .employer-form .button:last-child {
    margin-left: 0;
  }
  .employer .subscribes-info {
    margin-top: 16px;
  }
}

@media screen and (min-width: 768px) {
  .employer .form-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 0.3fr 1fr;
    grid-template-columns: 0.3fr 1fr;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .employer-form .helper-container,
  .employer-form .login-label {
    margin-top: 14px;
  }
}

@media screen and (min-width: 1024px) {
  .employer__resume {
    max-height: 500px;
    padding-right: 12px;
    overflow-y: auto;
  }

  .employer__resume .vacancy-preview {
    box-shadow: none;
  }
}

.charm-wrapper {
  padding-top: 32px;
}

.charm-wrapper .container {
  max-width: 430px !important;
}

.charm {
  width: 100%;
  padding: 24px 12px;
  margin-bottom: 16px;
  background-color: #fff;
  border-radius: 10px;
  color: #222;
  border: 1px solid #DFDFDF;
}

@media screen and (min-width: 640px) {
  .charm {
    width: auto;
  }
}

.charm__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.charm__item:not(:last-child) {
  margin-bottom: 16px;
}

.charm__link {
  color: inherit;
}

@media screen and (min-width: 1200px) {
  .charm__link {
    transition: color .2s;
  }
  .charm__link:hover {
    color: #FFB629;
  }
}

.charm__shrink {
  flex-shrink: 0;
  margin-left: 16px;
}

.notification-banner {
  padding-left: 15px;
  padding-right: 15px;
}

.vacancy-page .charm {
  max-width: 340px;
  margin-top: 30px;
}

@media screen and (max-width: 1279px) {
  .vacancy-page .statistics__wrapper {
    margin: 30px 0;
  }
}

@media screen and (max-width: 1000px) {
  .vacancy-page .charm {
    max-width: 100%;
    margin-top: 0;
  }
  .vacancy-page .statistics__wrapper.mobile-visible {
    margin: 30px 0;
  }
  .vacancy-page .left .charm {
    margin-bottom: 30px;
  }
}

.offcanvas-login {
  background-color: #f3f3f3;
}

.vacancy-preview .bottom.company-vacancies .response_buttons {
  display: flex;
  flex-wrap: wrap;
}

.flex-no-wrap {
  align-items: flex-end;
  flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
  .line-text {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .line-text span {
    margin-left: 4px;
  }
  .line-text .btn-hide-resume {
    margin-left: auto;
    color: #fcab10;
    text-decoration: underline;
    opacity: 1;
  }
}

.btn-more-holder {
  margin-bottom: 20px;
}

.btn-more-holder .button {
  width: 100%;
}