:root {
  --color-black: #000;
  --color-white: #fff;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Italic";
  src: url("../fonts/Montserrat-Italic.woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Italic";
  src: url("../fonts/Montserrat-MediumItalic.woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito-Italic";
  src: url("../fonts/Nunito-LightItalic.ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-Regular.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito-Italic";
  src: url("../fonts/Nunito-Italic.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-Bold.ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-ExtraBold.ttf");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

body {
  box-sizing: border-box;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  border: none;
  background-color: transparent;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

ul li {
  list-style: none;
}

dl,
ol,
ul {
  margin: 0;
  padding: 0;
}

label {
  margin: 0;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
}

input:not([type=checkbox]):not([type=radio]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}























.logo-image {
  width: 160px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
}

.logo-image-admin {
  /* width: 160px; */
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
}

.captcha {
  width: 304px;
  margin: 0 auto 30px auto;
}

.header {
  padding: 18px 0 47px 0;
}
.header__top {
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.header__top_logo {
  width: 211px;
  height: 60px;
  background: #F4F4F4;
  padding: 12px 24px;
}
.header__top_logo-title {
  font-family: "Nunito";
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #CBCBCB;
}
.header__top_logo-link {
  font-weight: 600;
  font-size: 13px;
  color: #35A8D4;
  display: block;
  width: 130px;
  margin: 3px 2px 0 auto;
  position: relative;
}
.header__top_logo-link::before {
  position: absolute;
  content: url("../img/header__top_link-icon.svg");
  left: -27px;
  top: -3px;
}
.header__top_logo-input {
  display: none;
}



.header__top_name-com {
  /* font-weight: 700; */
  font-size: 17px;
  line-height: 21px;
  color: #222222;
  margin-left: 25px;
}

.header__top_name-lk {
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
  color: #222222;
  margin-left: 150px;
}

.header__top_exit {
  width: 220px;
  height: 50px;
  border: 2px solid #33A2CE;
  background-color: transparent;
  font-weight: 600;
  font-size: 13px;
  color: #35A8D4;
  display: block;
  margin-left: auto;
  padding-right: 35px;
  position: relative;
  line-height: 46px;
  text-align: center;
}
.header__top_exit:hover {
  background: #35A8D4;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
  color: #FFFFFF;
}
.header__top_exit:hover::before {
  content: url("../img/header__top_exit-iconwhite.svg");
}
.header__top_exit::before {
  position: absolute;
  content: url("../img/header__top_exit-icon.svg");
  top: 5px;
  right: 22px;
}
.header__center {
  padding: 18px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.header__center_vacan {
  font-weight: 700;
  font-size: 28px;
  color: #222222;
  padding-bottom: 7px;
}
.header__center .hide {
  display: none;
}
.header__center .activ {
  display: block;
}
.header__center_work {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #35A8D4;
  margin-left: 11px;
  width: 141px;
}
.header__center_form {
  max-width: 407px;
}
.header__center_input {
  margin-left: 25px;
  margin-right: 25px;
  position: relative;
  width: 350px;
}
.header__center_input input {
  width: 100%;
  height: 44px;
  border: 2px solid #F8F8F8;
  box-sizing: border-box;
  border-radius: 40px;
  padding: 0 43px 0 23px;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  color: #878787;
}
.header__center_input input::-moz-placeholder {
  font-family: "Nunito-Italic";
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  color: #878787;
}
.header__center_input input:-ms-input-placeholder {
  font-family: "Nunito-Italic";
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  color: #878787;
}
.header__center_input input::placeholder {
  font-family: "Nunito-Italic";
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  color: #878787;
}
.header__center_input-icon {
  position: absolute;
  right: 19px;
  top: 14px;
  cursor: pointer;
}
.header__center_btns {
  display: flex;
  justify-content: space-between;
  max-width: 390px;
  margin-left: auto;
}
.header__center_btn {
  width: 190px;
  height: 50px;
  background: linear-gradient(91.56deg, #35A8D4 -18.13%, #3CA4CD -18.13%, #3CA4CD 42.53%, #0175B0 111.43%);
  font-weight: 600;
  font-size: 13px;
  color: #FFFFFF;
  border: none;
}
.header__center_btn:hover {
  border: 2px solid #33A2CE;
  background: transparent;
  color: #35A8D4;
}
/* .header__center_btn:last-child {
  margin-right: 0;
  margin-left: 5px;
  background: linear-gradient(91.56deg, #3CA4CD -18.13%, #EEB362 -18.13%, #EA961B -18.12%, #F7D13F 111.43%);
}
.header__center_btn:last-child:hover {
  filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.08));
  color: #EEB362;
  border: 2px solid #EEB362;
  background: transparent;
} */
.header__bottom {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__bottom_text {
  width: 502px;
  min-height: 40px;
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  color: #222222;
  padding: 14px 19px 14px 35px;
  position: relative;
}
.header__bottom_text::before {
  position: absolute;
  content: url("../img/header_bottom-text_icon.svg");
  left: 21px;
  top: 11px;
}

.header__bottom_select {
  height: 40px;
}
.header__bottom_select .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px !important;
  right: 12px !important;
}

.vacancies {
  padding-bottom: 62px;
}
.vacancies__wrapper {
  position: relative;
  min-height:900px;
}
.vacancies__tab-wrapper {
  display: flex;
  position: absolute;
  transform: rotate(-90deg);
  left: -440px;
  top: 363px;
}
.vacancies .tab_active .vacancies__tab {
  background: linear-gradient(90deg, #267659 -2.69%, #3C8A50 50.38%, #519A48 103.85%);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
}
.vacancies .tab_active .vacancies__tab .vacancies__tab_num {
  color: #3C8A50;
}
.vacancies .tab.tab_active:nth-child(3) .vacancies__tab {
  background: #35A8D4;
}
.vacancies .tab.tab_active:nth-child(3) .vacancies__tab_num {
  color: #35A8D4;
}
.vacancies .tab.tab_active:nth-child(1) .vacancies__tab {
  background: linear-gradient(91.56deg, #3CA4CD -18.13%, #EEB362 -18.13%, #EA961B -18.12%, #F7D13F 111.43%);
}
.vacancies .tab.tab_active:nth-child(1) .vacancies__tab_num {
  color: #EEB362;
}
.vacancies .tabs-content {
  display: none;
}
.vacancies .tabs-content_active {
  display: block;
}
.vacancies__tab {
  background: #C2C2C2;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
  width: 260px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vacancies__tab_text {
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
}
.vacancies__tab_num {
  font-family: "Nunito";
  font-weight: 700;
  font-size: 15px;
  color: #C1C1C1;
  text-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
  width: 28px;
  height: 28px;
  background: #FFFFFF;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
.vacancies__tabs_wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
    margin-inline: 98px;
}
.vacancies__item {
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
  width: 442px;
  padding: 27px 25px 0 25px;
  /* margin-bottom: 40px; */
  border: 1px solid #22222221;
}
.vacancies__item_title {
  font-weight: 700;
  font-size: 18px;
  color: #222222;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  color: #35A8D4;
  display: block;
}
.vacancies__item_title:hover {
  color: #0997cf;
}
.vacancies__item_profession {
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.vacancies__item_profession-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.vacancies__item_profession-item a {
  color: #35A8D4;
}
.vacancies__item_profession-item a:hover {
  color: #0997cf;
}
.vacancies__item_profession-item:last-child {
  margin-bottom: 0;
}
.vacancies__item_profession-title {
  font-weight: 600;
  font-size: 15px;
  color: #222222;
  width: 110px;
}
.vacancies__item_profession-button {
  min-width: 230px;
  min-height: 40px;
  border: 2px solid #C2C2C2;
  box-sizing: border-box;
  filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.08));
  border-radius: 60px;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #C2C2C2;
  text-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Nunito";
  cursor: pointer;
}
.vacancies__item_info-item {
  padding: 9px 0;
}
.vacancies__item_info-item div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 15px;
}
.vacancies__item_info-item span:first-child {
  font-weight: 500;
  font-size: 14px;
  color: #878787;
  width: 217px;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  padding: 7px 0;
}
.vacancies__item_info-item span:last-child {
  font-weight: 600;
  font-size: 14px;
  color: #222222;
  padding: 0 20px;
  text-align: left;
  width: 175px;
}
.vacancies__item_link {
  background: linear-gradient(91.56deg, #35A8D4 -18.13%, #3CA4CD -18.13%, #3CA4CD 42.53%, #0175B0 111.43%);
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  height: 48px;
  font-family: "Montserrat-Italic";
  margin: 0 -25px;
  padding: 16px 0 16px 65px;
  position: relative;
}
.vacancies__item_link:hover {
  background: #046185;
}
.vacancies__item_link::before {
  position: absolute;
  content: url("../img/vacancies__item_link-icon.svg");
  left: 25px;
  top: 10px;
}

.select2-container {
  min-height: 40px;
  width: 240px !important;
  margin-bottom: 14px;
}

.select2-container--default .select2-selection--single {
  border-radius: 0 !important;
  background: #FFFFFF;
  width: 240px;
  min-height: 40px;
  border: 2px solid #F8F8F8;
  height: 44px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 16px;
  padding-top: 3px;
  font-weight: 500;
  font-size: 14px;
  color: #878787;
  white-space: unset;
  line-height: 18px;
  padding-bottom: 4px;
}




.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: -3px;
  right: 17px;
}
/*
.select2-container--default .select2-search--dropdown .select2-search__field {
  display: none;
}
*/
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  background-image: url("../img/select_icon.svg");
  width: 20px;
  height: 20px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotateX(180deg);
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  background: #F1F6F9;
  color: #222222;
  font-weight: 700;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
  background: #F1F6F9;
  color: #222222;
  /*font-weight: 700 !important;*/
}

.select2-container--default .select2-results__option--selected {
  display: none;
}
/*
.select2-container--default .select2-search--dropdown .select2-search__field {
  display: none;
}*/

.select2-search--dropdown {
  padding: 0;
}

.select2-results {
  background-color: transparent;
  font-weight: 400;
  font-family: "Nunito" !important;
  font-size: 14px;
  color: #878787;
  padding-left: 16px;
  padding-right: 16px;
}

.select2-results__option--selectable {
  font-family: "Nunito" !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: transparent;
  font-weight: 700;
  font-size: 14px;
  color: #046185;
  font-family: "Nunito" !important;
}

.select2-container--open .select2-dropdown {
  top: -1px;
}

.select2-dropdown {
  background: #FFFFFF;
  border: 2px solid #F8F8F8;
}

.select2-results__option {
  padding: 10px 0;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: inherit;
}

.description {
  padding: 57px 0 71px 0;
}
.description__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.description__top .instruction_link {
  font-size: 14px;
}
.description__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  color: #222222;
}
.description__info-com {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.description__info-com_logo {
  width: 160px;
  height: 80px;
  text-align: center;
}
.description__info-com_logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.description__info-com_name {
  font-weight: 700;
  font-size: 16px;
  color: #222222;
  margin-left: 48px;
  margin-right: auto;
}
.description__info-com_select {
  margin-left: auto;
  height: 48px;
}
.description__info-com_select .select2-container {
  height: 48px;
  width: 414px !important;
}
.description__info-com_select .select2-container--default .select2-selection--single {
  width: 414px;
  height: 48px;
}
.description__info-com_select .select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 13px;
}
.description__info-com_select .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 3px;
  right: 20px;
}
.description__wrapper {
  margin-top: 40px;
}

.item {
  margin-bottom: 50px;
}
.item .margin-top {
  margin-top: 15px;
}
.item .margin-top20 {
  margin-top: 20px;
}
.item .margin-right {
  margin-right: 50px !important;
}
.item .margin-bottom {
  margin-bottom: 36px;
}
.item .margin-bottom13 {
  margin-bottom: 13px;
}
.item .margin-left {
  margin-left: 21px;
}
.item .margin-righttwo {
  margin-right: 18px;
}
.item .margin-left38 {
  margin-left: 38px;
}
.item .margin-leftnon {
  margin-left: 0 !important;
}
.item .margin-topnon {
  margin-top: 0 !important;
}
.item .margin-topminus {
  margin-top: -30px;
}
.item .margin-bottomnon {
  margin-bottom: 0 !important;
}
.item__title {
  font-weight: 700;
  font-size: 15px;
  color: #222222;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.item__title span {
  min-width: 28px;
  min-height: 28px;
  background: #F1F6F9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-weight: 700;
  font-size: 14px;
  text-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
  color: #35A8D4;
  text-align: center;
}
.item__title .red-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #FF0000;
  padding-left: 0;
}
.item__title p {
  color: #35A8D4;
  font-weight: 600;
  padding-left: 6px;
}
.item__title .strong {
  color: #222222;
  font-weight: 700;
  padding-right: 6px;
  font-size: 18px;
}
.item__title .p {
  color: #222222;
  padding-left: 0;
  font-weight: 700;
}
.item__title div {
  font-size: 20px;
  padding: 0 5px;
}
.item__title_field {
  height: 30px;
  width: 290px;
  border: 1px solid rgba(128, 128, 128, 0.466);
  padding: 4px 10px !important;
  font-size: 15px !important;
  text-align: center;
  margin: 10px 0 10px 15px;
}
.item__title_field span{ 
  margin: 0;
}
.item__inputs {
  display: flex;
  margin-top: 21px;
}
.item__inputs_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 645px;
  padding-left: 20px;
}
.item__inputs-colum {
  flex-direction: column;
}
.item__input_title {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #222222;
  font-family: "Nunito";
}
.item__inputs-two {
  margin-right: 19px;
  width: 264px;
}
.item__inputs-two .item__input:last-child {
  margin-left: 0;
}
.item__inputs-two .item__input input {
  margin-top: 0;
  margin-bottom: 13px;
}
.item__inputs-two547 {
  margin-right: 19px;
  width: 547px;
}
.item__inputs-two547 .item__input:last-child {
  margin-left: 0;
}
.item__inputs-two547 .item__input input {
  margin-top: 0;
  margin-bottom: 13px;
}
.item__input {
  display: flex;
  flex-direction: column;
  position: relative;
}
.item__input p {
  position: absolute;
  font-weight: 400;
  font-size: 15px;
  color: #222222;
  font-family: "Nunito";
  right: -41px;
  top: 10px;
}
.item__input .input-title {
  position: absolute;
  left: 3px;
  top: -27px;
  font-weight: 800;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #222;
  font-family: Nunito;
}
.item__input:last-child {
  margin-left: 21px;
}
.item__input:last-child input {
  width: 270px;
}
.item__input label {
  font-weight: 800;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #222222;
  font-family: "Nunito";
}
.item__input input {
  width: 550px;
  height: 44px;
  border: 2px solid #F8F8F8;
  margin-top: 16px;
  padding: 0 16px;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #222222;
  font-family: "Nunito";
}
.item__input input::-moz-placeholder {
  font-weight: 300;
  font-size: 15px;
  color: #878787;
  font-family: "Nunito-Italic";
}
.item__input input:-ms-input-placeholder {
  font-weight: 300;
  font-size: 15px;
  color: #878787;
  font-family: "Nunito-Italic";
}
.item__input input::placeholder {
  font-weight: 300;
  font-size: 15px;
  color: #878787;
  font-family: "Nunito-Italic";
}
.item__input input.error {
  border: 2px solid #BF2128;
}
.item__input input.error::-moz-placeholder {
  color: #BF2128;
}
.item__input input.error:-ms-input-placeholder {
  color: #BF2128;
}
.item__input input.error::placeholder {
  color: #BF2128;
}
.invalid-feedback {
  color: #BF2128;
  display: block;
  padding: 10px 15px;
  font-size: 12px;
}
.error-group .select2-container--default .select2-selection--single {
  color: #BF2128;
  border: 2px solid #BF2128 !important;
}
.item__input-two input::-moz-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #222222;
  font-family: "Nunito";
}
.item__input-two input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #222222;
  font-family: "Nunito";
}
.item__input-two input::placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #222222;
  font-family: "Nunito";
}
.item .width270 {
  width: 270px;
}
.item .width270 input {
  width: 100%;
}
.item .width127 {
  width: 127px;
}
.item .width127 input {
  width: 100%;
}
.item .width547 {
  width: 550px;
}
.item .width547 input {
  width: 100%;
}
.item__input-little {
  display: flex;
}
.item__input-little input {
  width: 121px !important;
}
.item__input-little input:first-child {
  margin-right: 8px;
}
.item__selects {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.item__selects-experiences {
  margin-bottom: 70px;
}
.item__selects_title {
  font-weight: 400;
  font-size: 15px;
  color: #222222;
  font-family: "Nunito";
  padding-left: 15px;
}
.item__selects-flex {
  display: flex;
}
.item__selects-colum {
  flex-direction: column;
}
.item__selects-center {
  align-items: center;
}
.item__selects-label {
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    color: #222222;
    font-family: "Nunito";
    padding:  14px 0 0 0;
    margin:  0 10px 0 0;
}
.item .no-wrap {
  flex-wrap: nowrap;
}
.item__select {
  min-height: 44px;
  position: relative;
}
.item__select_title {
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  color: #222222;
  font-family: "Nunito";
  margin-bottom: 16px;
}
.item__select .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  background-image: url("../img/select_icontwo.svg");
  background-repeat: no-repeat;
  width: 12px;
  height: 10px;
}
.item__select .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 9px;
  right: 11px;
}
.item__select .select2-container {
  min-height: 44px;
  width: 535px !important;
  margin-bottom: 0;
}
.item__select .select2-container--default .select2-selection--single {
  width: 535px;
  min-height: 44px;
}
.item__select .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 13px;
  padding-top: 6px;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  font-family: "Nunito";
  padding-bottom: 7px;
}
.item__select .select2-container .select2-selection--single .select2-selection__placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  font-family: "Nunito";
}
.item__select-flex {
  display: flex;
}
.item .italic .select2-container .select2-selection--single .select2-selection__rendered {
  font-weight: 300;
  font-size: 15px;
  color: #878787;
  font-family: "Nunito-Italic";
}
.item .italic input::-moz-placeholder {
  font-weight: 300;
  font-size: 15px;
  color: #878787;
  font-family: "Nunito-Italic";
}
.item .italic input:-ms-input-placeholder {
  font-weight: 300;
  font-size: 15px;
  color: #878787;
  font-family: "Nunito-Italic";
}
.item .italic input::placeholder {
  font-weight: 300;
  font-size: 15px;
  color: #878787;
  font-family: "Nunito-Italic";
}
.item__select.width558 .select2-container {
  width: 550px !important;
}
.item__select.width558 .select2-container--default .select2-selection--single {
  width: 550px;
}
.item__select.width535 .select2-container {
  width: 535px !important;
}
.item__select.width535 .select2-container--default .select2-selection--single {
  width: 535px;
}
.item__select.width270 .select2-container {
  width: 270px !important;
}
.item__select.width270 .select2-container--default .select2-selection--single {
  width: 270px;
}
.item__select.width264 .select2-container {
  width: 264px !important;
}
.item__select.width264 .select2-container--default .select2-selection--single {
  width: 264px;
}
.item__select.width127 .select2-container {
  width: 127px !important;
}
.item__select.width127 .select2-container--default .select2-selection--single {
  width: 127px;
}
.item__select.width317 .select2-container {
  width: 317px !important;
}
.item__select.width317 .select2-container--default .select2-selection--single {
  width: 317px;
}
.item__select.width726 .select2-container {
  width: 726px !important;
}
.item__select.width726 .select2-container--default .select2-selection--single {
  width: 726px;
}
.item__select.width367 .select2-container {
  width: 367px !important;
}
.item__select.width367 .select2-container--default .select2-selection--single {
  width: 367px;
}
.item__checkbox {
  margin-top: 16px;
}
.item__checkbox .custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.item__checkbox .custom-checkbox + label {
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 300;
  font-size: 15px;
  color: #222222;
  font-family: "Nunito-Italic";
}
.item__checkbox .custom-checkbox + label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 2px solid #D3EAF5;
  border-radius: 50%;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.item__checkbox .custom-checkbox:not(:disabled):not(:checked) + label:hover::before {
  border-color: #b3d7ff;
}
.item__checkbox .custom-checkbox:checked + label::before {
  background: linear-gradient(91.56deg, #35A8D4 -18.13%, #3CA4CD -18.13%, #3CA4CD 42.53%, #0175B0 111.43%);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
  border: none;
}
.item__radio {
  display: flex;
  align-items: center;
  margin-top: 33px;
  padding-left: 15px;
}
.item__radio_title {
  font-weight: 400;
  font-size: 15px;
  color: #222222;
  font-family: "Nunito";
  margin-right: 20px;
}
.item__radio_wrapper {
  display: flex;
}
.item__radio_wrapper div {
  margin-right: 30px;
}
.item__add {
  width: 258px;
  font-weight: 600;
  font-size: 14px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #35A8D4;
  margin-left: 58px;
  margin-top: 27px;
  position: relative;
  cursor: pointer;
}
.item__add:hover {
  color: #046185;
}
.item__add:hover::before {
  content: url("../img/plus_icontwo.svg");
}
.item__add::before {
  position: absolute;
  content: url("../img/plus_icon.svg");
  left: -37px;
  top: -1px;
}
.item__add_two {
  min-width: 227px;
  margin-top: 11px;
}

.form__btns {
  display: flex;
}
.form__btns_btn {
  width: 250px;
  height: 60px;
  background-color: transparent;
  font-weight: 600;
  font-size: 13px;
  color: #FFFFFF;
  margin-right: 10px;
  display: block;
  line-height: 60px;
  text-align: center;
}
.form__btns_btn:last-child {
  width: 536px;
  margin-right: 0;
  margin-left: auto;
}

.item-flex {
  display: flex;
}

.margin-bottom92 {
  margin-bottom: 92px;
}

.items-flex {
  display: flex;
}

.margin-leftauto {
  margin-left: auto;
}

.margin-left19 {
  margin-left: 19px;
}

.margin-left225 {
  margin-left: 225px;
}

@media (max-width: 991px) {
  .margin-left225 {
    margin-left: 25px;
  }
}

.margin-top50 {
  margin-top: 50px;
}

.width213 {
  width: 213px;
  min-width: 213px;
}

.width146 {
  width: 146px;
}
.width146 input {
  max-width: 100%;
}

.width709 {
  width: 709px;
  padding-left: 15px;
}

.item.quest6 .select2-container .select2-selection--single .select2-selection__rendered {
  white-space: nowrap;
}

.width330 {
  width: 330px !important;
}

#name-error {
  display: none !important;
}

#positions-error {
  display: none !important;
}

#gender-error {
  display: none !important;
}

#age-error {
  display: none !important;
}

#agetwo-error {
  display: none !important;
}

#experience-error {
  display: none !important;
}

#skill-error {
  display: none !important;
}

#currency-error {
  display: none !important;
}

#publication-error {
  display: none !important;
}

#phone-error {
  display: none !important;
}

#mail-error {
  display: none !important;
}

#surname-error {
  display: none !important;
}

#names-error {
  display: none !important;
}

#middlename-error {
  display: none !important;
}

#country-error {
  display: none !important;
}

#date-error {
  display: none !important;
}

#region-error {
  display: none !important;
}

#city-error {
  display: none !important;
}

#place-error {
  display: none !important;
}

#specialization-error {
  display: none !important;
}

#training-error {
  display: none !important;
}

#coaching-error {
  display: none !important;
}

#level-error {
  display: none !important;
}

#type-error {
  display: none !important;
}

#responsibilities-error {
  display: none !important;
}

#yearsresponsibilities-error {
  display: none !important;
}

#skills-error {
  display: none !important;
}

#company-error {
  display: none !important;
}

#position-error {
  display: none !important;
}

#years-error {
  display: none !important;
}

#Months-error {
  display: none !important;
}

#num1-error {
  display: none !important;
}

#num2-error {
  display: none !important;
}

#directreporting-error {
  display: none !important;
}

#functionalsubordination-error {
  display: none !important;
}

#language-error {
  display: none !important;
}

#Proficiencylevel-error {
  display: none !important;
}

#Rightscategory-error {
  display: none !important;
}

#Vehicletype-error {
  display: none !important;
}

#Contracttype-error {
  display: none !important;
}

#Employment-error {
  display: none !important;
}

#Workinghours-error {
  display: none !important;
}

#Income-error {
  display: none !important;
}

#Personaldata-error {
  display: none !important;
}

#ages-error {
  display: none !important;
}

#Privileges-error {
  display: none !important;
}

.item.descr9 .item__radio_wrapper {
  margin-left: 35px;
  height: 18px;
}
.item.descr9 .item__radio {
  margin-top: 0;
}

.item__radio.top {
  margin-top: 0;
  padding-left: 80px;
}
.item__radio.top .item__radio_wrapper {
  margin-left: 35px;
  height: 18px;
}

.item.descr4 .item__input {
  margin-top: -32px;
}

.item.descr2.descr3 .item__select:last-child {
  margin-top: 7px;
}

.item.descr3 .item__radio {
  padding-left: 0;
  margin-top: 29px;
}
.item.descr3 .item__radio_wrapper {
  margin-left: 0;
}

.item__selects.int {
  flex-wrap: wrap;
}
.item__selects.int .item__input {
  width: 50%;
  margin-bottom: 18px;
}
.item__selects.int .item__input:last-child {
  margin-left: 0;
}

.item.quest4 .item__input {
  margin-top: 15px;
  margin-left: 0;
  padding-left: 15px;
}
.item.quest4 .item__radio {
  flex-direction: column;
  margin-top: 0;
  align-items: flex-start;
}
.item.quest4 .item__radio_title {
  font-weight: 800;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #222;
  font-family: "Nunito";
}
.item.quest4 .item__radio_wrapper {
  margin-left: 0;
  margin-top: 16px;
}

.item.quest6 .item__input {
  margin-top: -32px;
}

.item.quest8 .item__input input {
  margin-top: 0;
}

.item.quest9 .item__inputs_wrapper {
  width: 750px;
}

.item.quest10 .item__add {
  margin-left: 39px;
  margin-top: 15px;
  display: inline-block;
}

.item.quest1 .item__radio_wrapper {
  margin-left: 31px;
  height: 20px;
}
.item.quest1 .item__radio {
  margin-top: 11px;
}

.item.quest5 .item__add {
  margin-left: 39px;
  margin-top: 15px;
  display: inline-block;
}

.item.quest3 .item__add {
  margin-left: 39px;
  margin-top: 15px;
  display: inline-block;
}

.js-example-disabled-results.select2-hidden-accessible.error + .error + .select2 .select2-selection--single {
  border: 2px solid #BF2128;
}

.js-example-disabled-results.select2-hidden-accessible.error + .error + .select2 .select2-selection--single .select2-selection__rendered {
  color: #BF2128;
}

.js-example-disabled-results.select2-hidden-accessible.error + .error + .select2 .select2-selection--single .select2-selection__arrow b {
  background-image: url(../img/select_icontwoRed.svg);
}

.error + .select2.select2-container--open.select2-container--focus .select2-selection--single {
  border: 2px solid #F8F8F8 !important;
}

.error + .select2.select2-container--open.select2-container--focus .select2-selection--single .select2-selection__rendered {
  color: #222222 !important;
}

.error + .select2.select2-container--open.select2-container--focus .select2-selection--single .select2-selection__arrow b {
  background-image: url(../img/select_icontwo.svg) !important;
}

.select2-container--default .select2-selection--single {
  border: 2px solid #F8F8F8 !important;
}

.select2-dropdown {
  border: 1px solid #F8F8F8 !important;
}

.item__btn-add-remove {
  margin-left: 58px;
  margin-top: 27px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.item__btn-add-remove .item__add {
  margin-top: 0;
  margin-left: 0;
  text-align: left;
  margin-bottom: 10px;
}

.item__remove {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #B92229;
}

.item__btn-add-remove-v2 {
  margin-top: 10px;
}

.item__btn-add-remove-v3 {
  margin-top: -10px;
}

.mw-550 {
  max-width: 550px;
  width: 100%;
}

.item__select {
  position: relative;
}
.item__select .item-title {
  position: absolute;
  bottom: 120%;
}

.mt-title {
  margin-top: 35px;
}

.description .item-title {
  font-weight: 800;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #222222;
  font-family: "Nunito";
}

.custom-radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-radio + label {
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 300;
  font-size: 15px;
  color: #222222;
  font-family: "Nunito-Italic";
}

.custom-radio + label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 2px solid #D3EAF5;
  border-radius: 50%;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

.custom-radio:not(:disabled):not(:checked) + label:hover::before {
  border-color: #b3d7ff;
}

.custom-radio:checked + label::before {
  background: linear-gradient(91.56deg, #35A8D4 -18.13%, #3CA4CD -18.13%, #3CA4CD 42.53%, #0175B0 111.43%);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
  border: none;
}

.custom-radio-wrap {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.custom-radio-wrap .custom-radio + label::before {
  margin-top: -2px;
}

.wrap-select {
  display: grid;
  gap: 26px;
  margin-top: 26px;
}
.wrap-select .margin-righttwo {
  margin-right: 0;
}
.wrap-select .item__select.width558 .select2-container {
  width: 100% !important;
}
.wrap-select .item__select.width558 .select2-container--default .select2-selection--single {
  width: 100% !important;
}
.wrap-select .item__select:last-child {
  margin-top: 0 !important;
}

.wrap-select3 {
  grid-template-columns: repeat(3, 1fr);
}

.checkbox-wrap-flex {
  display: flex;
  align-items: center;
  -moz-column-gap: 48px;
  column-gap: 48px;
  margin-top: 10px;
}

.questionnaire {
  padding: 48px 0 71px 0;
}
.questionnaire__title {
  font-weight: 700;
  font-size: 32px;
  color: #222222;
}
.questionnaire__subtitle {
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  color: #35A8D4;
  margin-top: 5px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.questionnaire__facilitations {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.questionnaire__facilitation {
    padding: 6px 10px;
    border: 1px solid #35A8D4;
    border-radius: 10px;
    flex-basis: 47%;
    margin-bottom: 14px;
}

.questionnaire__recommendation {
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  width: 100%;
  padding: 20px 40px 20px 24px;
  margin-top: 25px;
}
.questionnaire__recommendation_title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #EDA121;
  padding-left: 15px;
  position: relative;
}
.questionnaire__recommendation_title::before {
  position: absolute;
  content: url("../img/header_bottom-text_icon.svg");
  left: 0;
}
.questionnaire__recommendation_descr {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #222222;
  font-family: "Nunito-Italic";
  margin-top: 10px;
}
.questionnaire__check {
  margin-top: 22px;
  padding-bottom: 39px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.questionnaire__check .custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.questionnaire__check .custom-checkbox + label {
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
  font-size: 16px;
  color: #878787;
  font-family: "Nunito";
}
.questionnaire__check .custom-checkbox + label::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 2px solid #33A2CE;
  margin-right: 13px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.questionnaire__check .custom-checkbox:not(:disabled):not(:checked) + label:hover::before {
  border-color: #1284b1;
}
.questionnaire__check .custom-checkbox:checked + label::before {
  background-image: url("../img/arrow_check.svg");
}
.questionnaire__check_link {
  display: block;
  font-weight: 600;
  font-size: 14px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #33A2CE;
  font-family: "Nunito";
  margin-top: 4px;
  margin-left: 42px;
  cursor: pointer;
}
.questionnaire__wrapper {
  margin-top: 48px;
  position: relative;
}
.questionnaire__wrapper::before {
  position: absolute;
  content: "";
  width: 102%;
  height: 100%;
  z-index: 2;
  background: #ffffff;
  opacity: 0.8;
}
.questionnaire__wrapper.active::before {
  display: none;
}
.questionnaire__attach {
  display: flex;
  justify-content: space-between;
}
.questionnaire__attach_item {
  width: 547px;
  height: 48px;
  background: #F1F6F9;
  border: 2px solid #F1F6F9;
  padding: 8px 54px;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  font-family: "Nunito-Italic";
  position: relative;
}
.questionnaire__attach_item span{
  font-family: "Nunito-Italic";
}
.questionnaire__attach_label{
  display: block;
  cursor: pointer;
}
.questionnaire__attach_item::before {
  position: absolute;
  content: url("../img/attach_icon2.svg");
  left: 13px;
  top: 6px;
}
/*.questionnaire__attach_item:last-child {
  margin-left: 15px;
}*/
.questionnaire__attach_item:last-child::before {
  content: url("../img/attach_icon3.svg");
  top: 9px;
}
.questionnaire__attach_item-icon {
  position: absolute;
  right: 15px;
  top: 8px;
  cursor: pointer;
}
.questionnaire .mobil-btns {
  justify-content: space-between;
  width: 100%;
  position: fixed;
  background-color: transparent;
  bottom: 0;
  display: none;
  right: 0;
  left: 0;
}
.questionnaire .mobil-btns__button {
  width: 100px;
  height: 50px;
  background-color: #1284b1;
  border: none;
  z-index: 200;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}
.questionnaire .mobil-btns__button:last-child {
  margin-left: auto;
}
.questionnaire .mobil-btns__button:active {
  background-color: #003950;
}

.header-table {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 15px !important;
}

.logo {
  width: 168px;
  height: 36px;
}
.logo img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.log-off {
  height: 50px;
  border: 2px solid #0087C1;
  font-style: 400;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #0087C1;
  padding: 0 25px;
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
  column-gap: 15px;
  transition: all 0.3s ease-in-out;
}
.log-off:hover {
  background-color: #0087C1;
  color: #fff;
}
.log-off:hover svg {
  fill: #fff;
}
.log-off svg {
  width: 22px;
  height: 20px;
  fill: #0087C1;
  transition: all 0.3s ease-in-out;
}

.sort-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 15px !important;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.table-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 535px;
}
.table-tabs .table-tabs__item {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #878787;
  border: 2px solid #d6d6d6;
  height: 40px;
  padding: 0 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.table-tabs .table-tabs__item:hover {
  border: 2px solid #d1d1d1;
}
.table-tabs .table-tabs__item.active {
  background: linear-gradient(91.56deg, #35A8D4 -18.13%, #3CA4CD -18.13%, #3CA4CD 42.53%, #0175B0 111.43%);
  border: none;
  color: #fff;
}

.search {
  position: relative;
  max-width: 467px;
  width: 100%;
  height: 44px;
  overflow: hidden;
}
.search input {
  width: 100%;
  height: 100%;
  border: 1px solid #3f51b5;
  border-radius: 4px;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  color: #5f5f5f;
  font-family: "Nunito-Italic";
  padding: 0 50px 0 20px;
}
.search .search__btn {
  position: absolute;
  background-image: url("../img/input_search-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  height: 16px;
  width: 16px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  padding: 20px 35px 20px 20px;
}
.search .search__btn:hover {
  opacity: 0.6;
}

.table {
  padding: 20px 0 50px 0;
}
.table.table-sort-company .table-row {
  grid-template-columns: 9% 24% 5% 9% 12% 9% 7%;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.table.table-sort-vacancies .table-row {
  grid-template-columns: 20% 6% 17% 9% 15% 9% 7% 7%;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
.table.table-sort-vacancies-all .table-row {
  grid-template-columns: 20% 8% 8% 14% 11% 9% 7% 7% 6%;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
.table.table-sort-candidate .table-row {
  grid-template-columns: 18% 12% 17% 18% 18% 5%;
  -moz-column-gap: 25px;
  column-gap: 25px;
}
.table .table__top {
  padding: 20px 32px;
  background: #F1F6F9;
  margin-bottom: 10px;
}
.table .table__top > div {
  position: relative;
}
.table .table-row {
  display: grid;
  justify-content: space-between;
  align-items: center;
}
.table .item-title {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #222222;
  text-align: center;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.table .item-title.show-list {
  align-items: center;
}
.table .item-title.show-list::after {
  content: url("../img/item-title-arrow.svg");
  margin-left: 4px;
  transition: all 0.3s ease-in-out;
}
.table .item-title.active:after {
  transform: rotateX(180deg);
}
.table .table__item {
  min-height: 70px;
  padding: 10px 32px;
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
  margin-bottom: 5px;
  position: relative;
}
.table .table__item:last-child {
  margin-bottom: 0;
}
.table .table__item > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.table .table__item > a {
  transition: all 0.3s ease-in-out;
}
.table .table__item > a:hover {
  text-shadow: 0.5px 0 0 currentColor;
}
.table .table__item .name-chenge {
  display: none;
}
.table .table__item .text-blue {
  color: #359FCA;
}
.table .table__item .text-red {
  color: #C62329;
}
.table .table__item .text-grey {
  color: #878787;
}
.table .table__item .text-yellow {
  color: #F1B42D;
}
.table .table__item .name-chenge--show {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.table .table__item .name-chenge--show:hover {
  text-shadow: 0.5px 0 0 currentColor;
}
.table .table__item.active {
  background: linear-gradient(91.56deg, #35A8D4 -18.13%, #3CA4CD -18.13%, #3CA4CD 42.53%, #0175B0 111.43%);
}
.table .table__item.active .table__item--text {
  color: #fff;
}
.table .table__item.active .name-chenge-ready {
  opacity: 0;
}
.table .table__item--img {
  max-height: 50px;
  width: 81px;
  min-width: 81px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.table .table__item--img img {
/*  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;*/
  width: 80px;
  height: 40px;
}



.table .table__item--text {
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #222222;
  width: 100%;
}
.table .table__item--text a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.table .table__item--text a:hover svg {
  stroke: #0175B0;
  fill: #0175B0;
}
.table .table__item--text svg {
  width: 26px;
  height: 26px;
  fill: #878787;
  stroke: #878787;
  transition: all 0.3s ease-in-out;
  stroke-width: 0.5px;
}
.table .left {
  text-align: left !important;
  justify-content: flex-start !important;
}
.table .left .table__item--text {
  text-align: left;
}
.table .list-block {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #FFFFFF;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.14);
  padding: 20px;
  display: none;
  top: calc(100% + 10px);
  z-index: 20;
}
.table .list-block .list-block__item {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #878787;
  position: relative;
  white-space: nowrap;
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.table .list-block .list-block__item:hover {
  text-shadow: 0.5px 0 0 currentColor;
}
.table .list-block .list-block__item:last-child {
  margin-bottom: 0;
}
.table .list-block .list-block__item input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.table .list-block .list-block__item.active {
  color: #222222;
  font-weight: 500;
}
.table .name-chenge {
  position: absolute;
  width: 220px;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
  height: 46px;
}
.table .name-chenge div {
  display: flex;
  align-items: center;
  -moz-column-gap: 7px;
  column-gap: 7px;
  height: 100%;
  width: 100%;
}
.table .name-chenge .name-chenge__btn {
  background-image: url("../img/name-chenge__btn.svg");
  width: 20px;
  min-width: 20px;
  height: 20px;
  position: relative;
}
.table .name-chenge .name-chenge__btn::before {
  position: absolute;
  content: url("../img/edit.svg");
  left: -20px;
  height: 14px;
  top: 50%;
  transform: translateY(-50%);
}
.table .name-chenge textarea {
  background: #FAFAFA;
  width: 186px;
  height: 100%;
  white-space: pre-wrap;
  resize: none;
  border: none;
  padding: 7px;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #222222;
}

.clear {
  clear: both;
}

.company-block {
  padding: 25px 0 0 0;
  display: flex;
  align-items: center;
  -moz-column-gap: 35px;
  column-gap: 35px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #222222;
}
.company-block.company-block-v2 {
  padding: 10px 0;
}

.company-block-left {
  float: left;
}

.company-block-right {
  float: right;
}

.company-phone {
  line-height: 80px;
}

.modal-vacancies-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #22222263;
  z-index: 200;
  display: none;
}

.modal-vacancies {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 360px;
  padding: 30px;
  background-color: #FFFFFF;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #222222;
  text-align: center;
  z-index: 400;
}
.modal-vacancies .modal-vacancies__close {
  position: absolute;
  right: -30px;
  top: 0;
  background-image: url("../img/close.svg");
  width: 24px;
  height: 24px;
}
.modal-vacancies div {
  margin-top: 15px;
  display: flex;
  align-items: center;
  height: 40px;
  justify-content: space-around;
}
.modal-vacancies div a, .modal-vacancies div button {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #525252;
  border: 2px solid #F8F8F8;
  height: 40px;
  padding: 0 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.modal-vacancies div a:hover, .modal-vacancies div button:hover {
  border: 2px solid #d1d1d1;
}

.candidate-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0 5px 0;
}

.candidate-block__left p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #222222;
  margin-bottom: 7px;
}
.candidate-block__left span {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #878787;
  display: block;
}

.candidate-block__right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  max-width: 570px;
  width: 100%;
  margin-left: 40px;
}

.candidate-block__btn {
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
  padding: 17px 32px;
  display: block;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.candidate-block__btn:hover {
  opacity: 0.7;
  color: #FFFFFF;
}

.candidate-block__btn--blue {
  background: linear-gradient(91.56deg, #35A8D4 -18.13%, #3CA4CD -18.13%, #3CA4CD 42.53%, #0175B0 111.43%);
}

.candidate-block__btn--orange {
  background: linear-gradient(91.56deg, #3CA4CD -18.13%, #EEB362 -18.13%, #EA961B -18.12%, #F7D13F 111.43%);
}

.store-research .description__top {
  flex-direction: column;
  align-items: flex-start;
}
.store-research .description__top p {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #222222;
}
.store-research .description__top p span {
  font-weight: 700;
}

.store-research-top {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.store-research-top__column {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.store-research-top__column .span-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #222222;
  display: flex;
  gap: 25px;
}
.store-research-top__column .span-text span {
  font-weight: 700;
  display: inline-block;
  width: 40px;
  text-align: left;
  margin-left: auto;
}
.store-research-top__column .region {
  display: flex;
  align-items: center;
  gap: 40px;
}

.btn-wrap {
  display: flex;
  gap: 10px;
}

.button {
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  width: 190px;
  height: 50px;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.button.btn-white {
  color: #35A8D4;
  border: 2px solid #0087C1;
  cursor: pointer;
}
.button.btn-white:hover {
  background: #3CA4CD;
  color: #ffff;
  border: 2px solid #0087c100;
}
.button.btn-new {
  border-radius: 60px;
  background-color: transparent;
  filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.08));
  color: #35A8D4;
  width: 117px;
  height: 40px;
  cursor: pointer;
}
.button.btn-new.active {
  background-color: #35A8D4;
  color: #fff;
}

.button.bt-orange {
  color: #EDA121;
  width: 150px;
  height: 40px;
  cursor: pointer;
}
.button.bt-orange:hover {
  background-color: #EDA121;
  color: #fff;
}

.button.btn-viewed {
  border: 2px solid #EFAB27;
  border-radius: 60px;
  cursor: pointer;
}
.button.btn-viewed.active {
  background-color: #EFAB27;
  color: #fff;
}

.button.bt-blue {
  background: #3CA4CD;
  color: #ffff;
  cursor: pointer;
}

.button.bt-blue:hover {
  opacity: 0.6;
}
.button.btn-archive {
  color: #ffff;
  background-color: #F7D13F;
}
.button.btn-archive:hover {
  opacity: 0.6;
}

.store-research-sum {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: -10px;
  background: #FFFFFF;
}

.store-research-sum__left {
  max-width: 540px;
  width: 100%;
}
.store-research-sum__left div {
  margin-bottom: 13px;
  display: flex;
  justify-content: space-between;
}
.store-research-sum__left div:last-child {
  margin-bottom: 0;
}
.store-research-sum__left div span {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #222222;
}
.store-research-sum__left div span:last-child {
  font-weight: 700;
  padding-left: 20px;
}

.store-research-sum__right {
  background: #F1F6F9;
  display: flex;
  align-items: center;
  padding: 15px;
}
.store-research-sum__right p {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #222222;
  margin-right: 15px;
}
.store-research-sum__right div {
  border: 2px solid #FFFFFF;
  width: 55px;
  height: 44px;
  margin-right: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.store-research-sum__right div span {
  display: block;
}
.store-research-sum__right div span:first-child {
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #3CA4CD;
}
.store-research-sum__right div span:last-child {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #828282;
}
.store-research-sum__right div:last-child {
  margin-right: 0;
}

.store-research__btn-wrap {
  padding-top: 30px;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
.store-research__btn-wrap a {
  width: 100% !important;
}
.store-research__btn-wrap div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.store-research__btn-wrap .bt-orange {
  border: 2px solid #EFAB27;
  height: 50px;
}

.expert-comment {
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
  padding: 25px;
  width: 100%;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #222222;
  margin-top: 40px;
}

.contact-open {
  width: 100%;
  max-width: 540px;
  height: 60px;
  color: #fff;
  background: #EDA121;
  border: 2px solid #EFAB27;
  text-align: center;
  padding: 5px 0 0 0;
  margin: 20px 0 0 0;
  line-height: 1.5;
}

.contact-open strong{
 font-weight: 700;
}

.contact-open span{
 display: block;
 font-size: 13px;
}

.store-research-form {
  margin-top: 70px;
}

.store-research-candidate {
  margin-top: 50px;
  position: relative;
}

.candidate-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.candidate-item__left {
  border-right: 1px solid #C4C4C4;
  display: flex;
  justify-content: space-between;
}

.candidate-item__img {
  width: 130px;
  height: 160px;
}
.candidate-item__img img {
  max-width: 100%;
  max-height: 100%;
  /*-o-object-fit: cover;
  object-fit: cover;*/
}

.candidate-item__info {
  width: calc(100% - 160px);
  padding-right: 30px;
}
.candidate-item__info div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.candidate-item__info div:last-child {
  margin-bottom: 0;
}
.candidate-item__info div span {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  display: block;
}
.candidate-item__info div span:first-child {
  color: #878787;
/*  width: 120px;*/
}
.candidate-item__info div span:last-child {
  color: #000000;
 /* width: 140px;*/
  padding-left: 10px;
}
.candidate-item__info div a {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #3CA4CD;
  display: block;
/*  width: 120px;*/
}

.candidate-item__right {
  padding-left: 30px;
}
.candidate-item__right div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.candidate-item__right div:last-child {
  margin-bottom: 0;
}
.candidate-item__right div span {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  display: block;
}
.candidate-item__right div span:first-child {
  color: #878787;
  width: 175px;
}
.candidate-item__right div span:last-child {
  color: #000000;
  max-width: 335px;
  width: 100%;
}
.candidate-item__right div a {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #3CA4CD;
  display: block;
  width: 120px;
}

.store-research-candidate__link {
  position: absolute;
  top: 75%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  transition: all 0.3s ease-in-out;
}
.store-research-candidate__link:hover {
  opacity: 0.6;
}

.link-prev {
  background-image: url("../img/link-prev.svg");
  left: -80px;
}

.link-next {
  background-image: url("../img/link-next.svg");
  right: -80px;
}

.form-item {
  margin-bottom: 36px;
}

.form-item__top {
  display: flex;
  align-items: center;
  gap: 15px;
}

.form-item__num {
  background: #F1F6F9;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #3CA4CD;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-item__name span {
  font-size: 15px;
  line-height: 18px;
  color: #222222;
  display: block;
}
.form-item__name span:first-child {
  font-weight: 700;
  margin-bottom: 4px;
}

.form-item__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 38px;
  margin-top: 15px;
}

.grid-block {
  display: grid;
  gap: 2%;
  row-gap: 10px;
  position: relative;
}
.grid-block span {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #222222;
  height: 45px;
  width: 100%;
  display: block;
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.grid-block p {
  position: absolute;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #222222;
  left: 0;
  top: -30px;
}

.grid-v1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.grid-v2 {
  grid-template-columns: 73% 25%;
}

.grid-v3 {
  grid-template-columns: 29% 20% 47%;
}

.grid-v4 {
  grid-template-columns: 1fr;
}

.form-item__left input {
  border: 2px solid #F8F8F8;
  height: 45px;
  width: 100%;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #222222;
  padding: 0 15px;
  pointer-events: none;
}
.form-item__left input::-moz-placeholder {
  color: #878787;
}
.form-item__left input:-ms-input-placeholder {
  color: #878787;
}
.form-item__left input::placeholder {
  color: #878787;
}

.form-item__right input {
  background: #F1F6F9;
  border: 2px solid #F1F6F9;
  height: 45px;
  width: 100%;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #222222;
  padding: 0 15px;
  pointer-events: none;
}
.form-item__right input::-moz-placeholder {
  color: #878787;
}
.form-item__right input:-ms-input-placeholder {
  color: #878787;
}
.form-item__right input::placeholder {
  color: #878787;
}

.form-item__row {
  /*display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;*/
}
.form-item__row .form-item__wrapper {
  display: grid;
  grid-template-columns: 26% 37% 33%;
  gap: 2%;
}
.form-item__row input {
  border: 2px solid #F8F8F8;
  height: 45px;
  width: 100%;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #222222;
  padding: 0 15px;
  pointer-events: none;
  font-family: "Nunito";
}
.form-item__row input.input-comment {
  pointer-events: auto;
}
.textarea-comment {
  margin-top: 20px;
  border: 2px solid #F8F8F8;
  height: 100px;
  width: 100%;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #222222;
  padding: 10px 15px;
  font-family: "Nunito"; 
}

.form-item__row input.blue {
  background: #F1F6F9;
  border: 2px solid #F1F6F9;
}
.form-item__row input::-moz-placeholder {
  color: #878787;
}
.form-item__row input:-ms-input-placeholder {
  color: #878787;
}
.form-item__row input::placeholder {
  color: #878787;
}

* {
  font-family: "Montserrat";
  margin: 0;
  padding: 0;
}

body {
  background: #F1F6F9;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}

.page {
  display: flex;
  flex-direction: column;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.06);
  max-width: 1440px;
  min-height: 100vh;
  margin: 16px auto 54px auto;
}

.page.two {
  margin: 38px auto 54px auto;
}

.instruction_link {
  font-weight: 600;
  font-size: 13px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-align: left;
  color: #35A8D4;
  position: relative;
  display: block;
  padding-left: 35px;
}
.instruction_link:hover {
  color: #046185;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.instruction_link:hover::before {
  content: url("../img/header_bottom-link_icontwo.svg");
  height: 31px;
  width: 23px;
}
.instruction_link::before {
  position: absolute;
  content: url("../img/header_bottom-link_icon.svg");
  left: 0;
  top: 0;
  height: 31px;
  width: 23px;
}

.blue-bg {
  background: linear-gradient(91.56deg, #35A8D4 -18.13%, #3CA4CD -18.13%, #3CA4CD 42.53%, #0175B0 111.43%);
  color: #fff;
  border: none;
}
.blue-bg:hover {
  border: 2px solid #35A8D4;
  color: #33A2CE;
  background: transparent;
}

.blue-border {
  border: 2px solid #35A8D4;
  color: #33A2CE;
}
.blue-border:hover {
  background: linear-gradient(91.56deg, #35A8D4 -18.13%, #3CA4CD -18.13%, #3CA4CD 42.53%, #0175B0 111.43%);
  color: #fff;
  border: none;
}

.orange-border {
  border: 2px solid #EDA121;
  color: #EDA121;
}
.orange-border:hover {
  background: linear-gradient(91.56deg, #3CA4CD -18.13%, #EEB362 -18.13%, #EA961B -18.12%, #F7D13F 111.43%);
  color: #fff;
  border: none;
}

.red-border {
  border: 2px solid #BF2128;
  color: #BF2128;
}
.red-border:hover {
  background: linear-gradient(91.56deg, #B92128 -18.13%, #B92229 -18.13%, #C72027 45.98%, #DF5749 111.43%);
  color: #fff;
  border: none;
}

@media (max-width: 1350px) {
  .vacancies__tabs_wrapper {
    max-width: 965px;
    margin: 0 auto;
    margin-left: 80px;
  }

  .vacancies__tab-wrapper {
    left: -363px;
  }

  .table .table__top > div:last-child .list-block {
    left: 5%;
  }

  .link-next {
    right: 8px;
  }

  .link-prev {
    left: 8px;
  }

  .link-next,
.link-prev {
    opacity: 0.4;
    transition: all 0.3s ease-in-out;
    width: 50px;
    height: 50px;
    background-size: cover;
    top: 79%;
  }
  .link-next:hover,
.link-prev:hover {
    opacity: 1;
  }

  .page {
    overflow: hidden;
  }
}
@media (max-width: 1160px) {
  .item.descr6 .item__selects {
    flex-wrap: wrap;
  }
  .item.descr6 .item__add_two {
    margin-left: 38px;
  }

  .item.descr2 .item__add {
    margin-left: 39px;
    margin-top: 15px;
    display: inline-block;
  }

  .item.quest1 .item__select-flex {
    flex-direction: column;
  }
  .item.quest1 .item__add_two {
    margin-left: 39px;
    width: 230px;
  }

  .item.quest2 .item__selects {
    flex-wrap: wrap;
  }
  .item.quest2 .item__select {
    margin-bottom: 7px;
  }

  .item.quest4 .item__selects {
    flex-direction: column;
  }
  .item.quest4 .item__select {
    margin-bottom: 7px;
  }
  .item.quest4 .item__input {
    margin-top: 10px;
    margin-left: 0;
  }

  .item.quest6 .item__selects {
    flex-direction: column;
  }
  .item.quest6 .item__select {
    margin-bottom: 7px;
  }
  .item.quest6 .item__input {
    margin-top: 10px;
    margin-left: 0;
  }

  .margin-bottom92 {
    margin-bottom: 50px;
  }

  .item.quest9 .item__selects {
    flex-direction: column;
  }
  .item.quest9 .item__select {
    margin-bottom: 7px;
  }

  .quest-items {
    flex-direction: column;
  }
  .quest-items .margin-leftauto {
    margin-left: 0;
  }

  .quest-item {
    flex-direction: column;
  }
  .quest-item .item {
    margin-left: 0;
  }

  .page {
    margin: 0 auto !important;
  }
}
@media (max-width: 1140px) {
  .header__center_input {
    width: 315px;
  }

  .header__bottom_text {
    width: 300px;
    line-height: 16px;
  }

  .vacancies__item {
    margin: 0 20px 40px 20px;
  }

  .item.descr4 .item__input {
    margin-top: 10px;
  }

  .candidate-item {
    grid-template-columns: repeat(1, 1fr);
  }

  .candidate-item__right {
    width: calc(100% - 160px);
    margin-left: auto;
    padding-left: 0;
    padding-top: 10px;
  }
  .candidate-item__right div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .candidate-item__info {
    padding-right: 0;
  }
  .candidate-item__info div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .candidate-item__info div span:last-child {
    padding-left: 0;
  }

  .candidate-item__left {
    border-right: none;
  }
}
@media (max-width: 1132px) {
  .item.descr2 .item__select {
    width: 550px !important;
    margin-bottom: 10px;
  }
  .item.descr2 .item__select .select2-container--default .select2-selection--single {
    width: 550px;
  }
  .item.descr2 .item__select .select2-container {
    width: 550px !important;
  }

  .item.descr4 .item__selects {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .item.descr4 .select2-container--default .select2-selection--single {
    width: 550px;
  }
  .item.descr4 .select2-container {
    width: 550px !important;
  }
  .item.descr4 .item__select {
    margin-top: 15px;
  }
  .item.descr4 .item__select:first-child {
    margin-top: 0;
  }
  .item.descr4 .item__add {
    margin-left: 38px;
    margin-top: 20px;
  }

  .item.descr5 .item__selects {
    flex-direction: column;
  }
  .item.descr5 .item__select {
    margin-left: 0;
    margin-right: 0 !important;
  }
  .item.descr5 .select2-container--default .select2-selection--single {
    width: 550px;
  }
  .item.descr5 .select2-container {
    width: 550px !important;
  }

  .table {
    overflow-x: auto;
  }
  .table .container {
    min-width: 1120px;
  }

  .item .wrap-select {
    display: grid;
    gap: 26px;
    margin-top: 26px;
  }
  .item .wrap-select .margin-righttwo {
    margin-right: 0;
  }
  .item .wrap-select .item__select.width558 .select2-container {
    width: 100% !important;
  }
  .item .wrap-select .item__select.width558 .select2-container--default .select2-selection--single {
    width: 100% !important;
  }
  .item .wrap-select .item__select:last-child {
    margin-top: 0 !important;
  }
  .item .wrap-select .item__select {
    width: 100% !important;
  }
}
@media (max-width: 1100px) {
  .description__top {
    flex-direction: column;
    align-items: flex-start;
  }

  .description__top .instruction_link {
    margin-top: 20px;
    margin-left: auto;
  }

  .item__selects.int .item__input {
    width: 100%;
  }
}
@media (max-width: 1087px) {
  .vacancies__tabs_wrapper {
    justify-content: center;
  }
}
@media (max-width: 1090px) {
  .header__center {
    flex-wrap: wrap;
  }

  .header__center_input {
    margin-right: 42px;
  }

  .header__center_btns {
    margin-left: 0;
    margin-top: 18px;
  }

  .table-tabs {
    min-width: 470px;
    width: 100%;
    margin-right: 30px;
  }

  .table-tabs .table-tabs__item {
    padding: 0 !important;
  }

  .store-research__btn-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
@media (max-width: 1031px) {
  .description__info-com {
    flex-wrap: wrap;
  }

  .item__radio.top {
    padding-left: 0;
    margin-top: 20px;
  }

  .description__info-com_name {
    margin-right: 80px;
  }

  .store-research-top {
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .store-research-top__column:last-child {
    width: 100%;
  }

  .store-research-sum {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
  }

  .store-research-sum__right {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 991px) {

  .link-next,
.link-prev {
    top: 0;
  }

.candidate-item__img {
    width: 100%;
    height: 160px;
    text-align: center;
}


}
@media (max-width: 920px) {
  .header__bottom {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .header__bottom_text {
    margin: 0 20px;
  }

  .description__info-com {
    flex-wrap: wrap;
  }

  .description__info-com_name {
    margin-right: 48px;
  }

  .description__info-com_select {
    margin-left: 0;
    margin-top: 20px;
  }



  .form-item__wrapper {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 60px;
  }

  .form-item__row {
    grid-template-columns: repeat(2, 1fr);
  }
}



@media (max-width: 907px) {
  .header .instruction_link {
    margin-top: 25px;
  }

  .item.quest8 .item-flex {
    flex-direction: column;
  }
  .item.quest8 .item__input {
    margin-left: 0;
  }
}
@media (max-width: 875px) {
  .item.descr6 .item__select {
    margin-right: 18px;
    margin-bottom: 18px;
  }

  .item.quest1 .item__inputs {
    flex-direction: column;
  }

  .item.quest14 .item__selects {
    flex-direction: column;
  }
  .item.quest14 .item__add_two {
    margin-left: 39px;
    margin-top: 16px;
  }

  .candidate-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .candidate-block__right {
    margin-left: 0;
  }

  .candidate-block__btn {
    padding: 17px 5px;
  }

  .wrap-select3 {
    grid-template-columns: 1fr;
    gap: 0 !important;
  }
}
@media (max-width: 870px) {
  .item.descr1 .item__inputs {
    flex-direction: column;
  }
  .item.descr1 .item__input:last-child {
    margin-left: 0;
    margin-top: 20px;
  }

  .item.descr3 .item__inputs {
    flex-direction: column;
  }
  .item.descr3 .item__input:last-child {
    margin-left: 0;
    margin-top: 20px;
  }

  .item.descr7 .item__selects {
    flex-direction: column;
  }
  .item.descr7 .select2-container--default .select2-selection--single {
    width: 550px;
  }
  .item.descr7 .select2-container {
    width: 550px !important;
  }
  .item.descr7 .item__select {
    margin-bottom: 18px;
  }

  .questionnaire__title {
    font-size: 28px;
  }

  .questionnaire__subtitle {
    font-size: 28px;
  }

  .item.quest10 .item__selects {
    flex-direction: column;
  }
  .item.quest10 .item__select {
    margin-bottom: 7px;
  }

  .sort-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .search {
    max-width: 100%;
  }
}
@media (max-width: 830px) {
  .header__top {
    flex-wrap: wrap;
  }

  .header__top_name-com {
    margin-right: 25px;
  }

  .header__top_exit {
    margin-left: 0;
  }

  .form__btns {
    flex-wrap: wrap;
    justify-content: center;
  }

  .form__btns_btn:last-child {
    margin-left: 0;
    margin-top: 10px;
  }

  .form__btns_btn:last-child {
    max-width: 510px;
    width: 100% !important;
  }

  .orange-border {
    margin-right: 0;
  }
}
@media (max-width: 822px) {
  .header__top_exit {
    margin-top: 18px;
  }

  .description__top .instruction_link {
    margin-left: 0;
  }

  .item.descr9 .item__selects {
    flex-wrap: wrap;
  }
}
@media (max-width: 808px) {
  .item.descr9 .item__radio {
    padding-left: 0;
    margin-top: 20px;
  }
  .item.descr9 .item__select {
    margin-right: 40px;
  }
}
@media (max-width: 780px) {
  .description__title {
    font-size: 26px;
  }

  .questionnaire__title {
    font-size: 24px;
  }

  .questionnaire__subtitle {
    font-size: 24px;
  }

  .item.quest6 .item__radio_wrapper {
    margin-left: auto;
  }
  .item.quest6 .item__radio_wrapper div:last-child {
    margin-right: 0;
  }

  .item.quest13 .item__radio {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 21px;
    padding-left: 0;
  }
  .item.quest13 .item__radio_wrapper {
    margin-left: 0;
    margin-top: 15px;
  }
  .item.quest13 .item__inputs_wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
  }
  .item.quest13 .item__input {
    margin-left: 0;
    margin-top: 15px;
  }

  .questionnaire__attach {
    flex-direction: column;
  }

  .questionnaire__attach_item:last-child {
    margin-left: 0;
    margin-top: 10px;
  }

  .questionnaire__attach_item {
    width: 290px;
    height: 61px;
  }

  .questionnaire__attach_item::before {
    top: 14px;
  }

  .questionnaire__attach_item:last-child::before {
    top: 16px;
  }

  .questionnaire__attach_item-icon {
    top: 15px;
  }

  .item.quest9 .item__inputs_wrapper {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
  }
  .item.quest9 .item__input:last-child {
    margin-left: 0;
    margin-top: 7px;
  }

  .store-research-top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 780px) and (max-width: 760px) {
  .item.quest6 .select2-container--default .select2-selection--single {
    width: 550px;
    height: inherit;
    max-height: 60px;
  }
  .item.quest6 .select2-container .select2-selection--single .select2-selection__rendered {
    white-space: revert;
    max-height: 60px;
  }
  .item.quest6 .item__select .select2-container {
    width: 550px !important;
    max-height: 60px;
  }
  .item.quest6 .item__radio {
    max-width: 550px;
  }
}
@media (max-width: 780px) and (max-width: 700px) {
  .item.quest7 .item__selects {
    flex-direction: column;
    align-items: flex-start;
  }
  .item.quest7 .item__select {
    margin-left: 0;
    margin-top: 16px;
  }
}
@media (max-width: 780px) and (max-width: 670px) {
  .header__center_input {
    margin-right: 0;
  }

  .header__bottom_text {
    margin-right: 0;
  }

  .header__top_name-com {
    margin-right: 0;
  }

  .description__info-com_name {
    margin-right: 0;
  }

  .description__title {
    font-size: 18px;
    line-height: 18px;
  }

  .description__top .instruction_link {
    font-size: 12px;
    min-width: 265px;
  }

  .description {
    padding: 18px 0 42px 0;
  }

  .item.descr9 .item__selects {
    flex-direction: column;
  }
  .item.descr9 .select2-container--default .select2-selection--single {
    width: 550px;
  }
  .item.descr9 .select2-container {
    width: 550px !important;
  }
  .item.descr9 .item__select {
    margin-bottom: 18px;
  }

  .questionnaire__title {
    font-size: 20px;
  }

  .questionnaire__subtitle {
    font-size: 20px;
  }

  .candidate-item__left {
    flex-direction: column;
    row-gap: 20px;
  }

  .candidate-item__info {
    width: 100%;
  }

  .candidate-item__right {
    width: 100%;
  }

  /*.link-next,
.link-prev {
    top: 107%;
  }*/

  /*.expert-comment {
    margin-top: 100px;
  }*/

  .candidate-item__info div span {
    font-size: 10px;
  }

  .candidate-item__right div span {
    font-size: 10px;
  }

  .candidate-item__info div span:last-child {
    width: auto;
  }

  .candidate-item__info div span:first-child {
    width: auto;
  }

  .candidate-item__right div span:first-child {
    width: auto;
  }

  .candidate-item__info div {
    -moz-column-gap: 15px;
    column-gap: 15px;
  }

  .candidate-item__right div {
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
}
@media (max-width: 780px) and (max-width: 626px) {
  .header__center_input input {
    width: 100%;
  }

  .header__center_input {
    margin: 0 20px;
  }

  .header__center_form {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
  }

  .header__center_btns {
    margin: 18px auto 0 auto;
  }
}
@media (max-width: 780px) and (max-width: 603px) {
  .header__bottom_text {
    width: 100%;
    margin: 18px auto 0 auto;
  }

  .vacancies__tab-wrapper {
    position: relative;
    left: inherit;
    top: inherit;
    transform: rotate(0);
    flex-direction: column;
    margin-bottom: 20px;
  }

  .vacancies__tab {
    width: 100%;
  }

  .vacancies__tabs_wrapper {
    margin-left: 0;
  }
}
@media (max-width: 780px) and (max-width: 580px) {
  .item {
    margin-bottom: 35px;
  }

  .item.descr1 .item__input input {
    width: 270px;
  }
  .item.descr1 .item__title {
    line-height: 17px;
  }

  .item.descr2 .select2-container--default .select2-selection--single {
    width: 290px !important;
  }
  .item.descr2 .item__select .select2-container {
    width: 290px !important;
  }

  .item.descr3 .item__input input {
    width: 290px;
  }
  .item.descr3 .select2-container--default .select2-selection--single {
    width: 290px !important;
  }
  .item.descr3 .item__select .select2-container {
    width: 290px !important;
  }

  .item.descr4 .select2-container--default .select2-selection--single {
    width: 290px;
  }
  .item.descr4 .item__select .select2-container {
    width: 290px !important;
  }

  .item.descr5 .select2-container--default .select2-selection--single {
    width: 290px;
  }
  .item.descr5 .item__select .select2-container {
    width: 290px !important;
  }

  .item.descr6 .select2-container--default .select2-selection--single {
    width: 290px;
  }
  .item.descr6 .item__select .select2-container {
    width: 290px !important;
  }
  .item.descr6 .item__add_two {
    margin-top: 0px;
  }

  .item.descr7 .select2-container--default .select2-selection--single {
    width: 290px;
  }
  .item.descr7 .item__select .select2-container {
    width: 290px !important;
  }

  .item.descr8 .select2-container--default .select2-selection--single {
    width: 290px;
  }
  .item.descr8 .item__select .select2-container {
    width: 290px !important;
  }
  .item.descr8 .item__selects {
    flex-direction: column;
  }
  .item.descr8 .item__add_two {
    margin-left: 39px;
  }

  .item.descr9 .select2-container--default .select2-selection--single {
    width: 290px;
  }
  .item.descr9 .item__select .select2-container {
    width: 290px !important;
  }

  .questionnaire {
    padding: 18px 0 42px 0;
  }

  .questionnaire__title {
    font-size: 18px;
    line-height: 22px;
  }

  .questionnaire__subtitle {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 11px;
  }

  .questionnaire__recommendation {
    padding: 15px;
    margin-top: 18px;
  }

  .questionnaire__recommendation_descr {
    font-size: 13px;
    line-height: 18px;
  }

  .questionnaire__recommendation_title {
    font-size: 14px;
  }

  .questionnaire__check .custom-checkbox + label {
    font-size: 14px;
    line-height: 17px;
  }

  .questionnaire__check_link {
    font-size: 12px;
    line-height: 18px;
    margin-left: 0;
  }

  .questionnaire__check {
    margin-top: 15px;
    padding-bottom: 17px;
  }

  .item.quest1 .item-flex {
    flex-direction: column;
  }
  .item.quest1 .item__select_title {
    margin-top: 1px;
  }
  .item.quest1 .item__input {
    width: 290px;
  }
  .item.quest1 .select2-container--default .select2-selection--single {
    width: 290px;
  }
  .item.quest1 .item__select .select2-container {
    width: 290px !important;
  }
  .item.quest1 .item__inputs-two .item__input input {
    margin-bottom: 7px;
  }
  .item.quest1 .margin-bottom13 {
    margin-bottom: 7px;
  }
  .item.quest1 .item__add_two {
    margin-bottom: 14px;
  }

  .questionnaire__wrapper {
    margin-top: 24px;
  }

  .item.quest2 .select2-container--default .select2-selection--single {
    width: 290px;
  }
  .item.quest2 .item__select .select2-container {
    width: 290px !important;
  }

  .item {
    margin-bottom: 30px;
  }

  .item.quest3 .select2-container--default .select2-selection--single {
    width: 290px;
  }
  .item.quest3 .item__select .select2-container {
    width: 290px !important;
  }

  .select2-container--default .select2-selection--single {
    height: inherit;
    max-height: 60px;
  }

  .item__select .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
    max-height: 60px;
  }

  .item__input input {
    font-size: 13px;
  }
  .item__input input::-moz-placeholder {
    font-size: 13px;
  }
  .item__input input:-ms-input-placeholder {
    font-size: 13px;
  }
  .item__input input::placeholder {
    font-size: 13px;
  }

  .select2-results {
    font-size: 13px;
  }

  .item.quest4 .select2-container--default .select2-selection--single {
    width: 290px;
  }
  .item.quest4 .item__select .select2-container {
    width: 290px !important;
  }

  .item.quest5 .item__selects {
    flex-wrap: wrap;
  }
  .item.quest5 .select2-container--default .select2-selection--single {
    width: 290px;
    max-height: 44px;
  }
  .item.quest5 .item__select .select2-container {
    width: 290px !important;
    max-height: 44px;
  }
  .item.quest5 .item__select {
    margin-bottom: 7px;
  }

  .item.quest6 .select2-container--default .select2-selection--single {
    width: 290px;
    max-height: 82px;
  }
  .item.quest6 .item__select .select2-container .select2-selection--single .select2-selection__rendered {
    max-height: 82px;
    padding-right: 34px;
  }
  .item.quest6 .item__select .select2-container {
    width: 290px !important;
    max-height: 82px;
  }
  .item.quest6 .item__radio {
    flex-direction: column;
    max-width: 290px;
    align-items: flex-start;
    margin-top: 15px;
  }
  .item.quest6 .item__radio_wrapper {
    margin-left: 0;
    margin-top: 15px;
  }
  .item.quest6 .item__selects {
    margin-top: 15px;
  }
  .item.quest6 .item__radio_wrapper div .custom-radio + label {
    font-size: 14px;
  }

  .item__title {
    font-size: 13px;
  }

  .item.quest7 .select2-container--default .select2-selection--single {
    width: 290px;
  }
  .item.quest7 .item__select .select2-container {
    width: 290px !important;
  }

  .item.quest8 .item__inputs .item__input {
    width: 290px;
  }
  .item.quest8 .select2-container--default .select2-selection--single {
    width: 140px;
  }
  .item.quest8 .item__select .select2-container {
    width: 140px !important;
  }
  .item.quest8 .item__select {
    width: 140px;
    margin-right: 10px;
  }

  .item.quest10 .select2-container--default .select2-selection--single {
    width: 290px;
  }
  .item.quest10 .item__select .select2-container {
    width: 290px !important;
  }

  .height44 .select2-container--default .select2-selection--single {
    width: 290px;
    max-height: 44px;
  }
  .height44 .item__select .select2-container {
    width: 290px !important;
    max-height: 44px;
  }

  .item.quest11 .select2-container--default .select2-selection--single {
    width: 290px;
    max-height: 44px;
  }
  .item.quest11 .select2-container .select2-selection--single .select2-selection__rendered {
    max-height: 44px;
  }
  .item.quest11 .item__select .select2-container {
    width: 290px !important;
    max-height: 44px;
  }
  .item.quest11 .item__add_two {
    margin-left: 39px;
  }

  .item.quest12 .select2-container--default .select2-selection--single {
    width: 290px;
  }
  .item.quest12 .item__select .select2-container {
    width: 290px !important;
  }
  .item.quest12 .padding74 .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 74px;
  }
  .item.quest12 .padding74 .select2-container--default .select2-selection--single {
    min-height: 60px;
  }

  .item.quest14 .select2-container--default .select2-selection--single {
    width: 290px;
  }
  .item.quest14 .item__select .select2-container {
    width: 290px !important;
  }

  .questionnaire .show {
    display: block;
  }
  .questionnaire .hide {
    display: none;
  }
  .questionnaire .item {
   /* min-height: 650px;*/
  }
  .questionnaire .item.no-height {
    min-height: inherit;
  }

  .questionnaire__wrapper::before {
    display: none !important;
  }

  .page {
    min-height: auto;
  }

  .item.descr4 .item__input input {
    width: 290px;
  }

  .log-off {
    padding: 0 8px;
    font-size: 12px;
    height: 38px;
  }
  .log-off svg {
    width: 18px;
    height: 16px;
  }

  .header-table .logo {
    width: 132px;
    height: 28px;
  }

  .store-research-top {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .grid-v1 {
    grid-template-columns: repeat(1, 1fr);
  }

  .grid-v2 {
    grid-template-columns: repeat(1, 1fr);
  }

  .form-item__row {
    grid-template-columns: repeat(1, 1fr);
  }

  .store-research__btn-wrap div {
    grid-template-columns: repeat(1, 1fr);
  }

  .select-radio {
    margin-bottom: 20px;
  }
  .select-radio:last-child {
    margin-bottom: 0;
  }

  .item__select.width558 .select2-container--default .select2-selection--single {
    width: 100% !important;
  }

  .item__select.width558 .select2-container {
    width: 100% !important;
  }

  .item__select {
    width: 100% !important;
  }

  .item__select.width535 .select2-container--default .select2-selection--single {
    width: 100% !important;
  }

  .item__select.width535 .select2-container {
    width: 100% !important;
  }

  .custom-radio + label {
    white-space: pre-line;
    text-align: left;
  }

  .custom-radio-wrap {
    white-space: pre-line;
  }

  .item.descr2 .item__select {
    width: 100% !important;
  }

  .item__title {
    flex-wrap: nowrap;
  }

  .descr9 .item__title {
    flex-wrap: wrap;
  }

  .item__btn-add-remove {
    margin-left: 0;
    margin-top: 0;
  }

  .item .margin-righttwo {
    margin-right: 0;
  }
}
@media (max-width: 780px) and (max-width: 549px) {
  .form__btns .orange-border {
    margin-top: 10px;
  }
  .form__btns .form__btns_btn {
    width: 100%;
  }
  .form__btns .blue-border {
    margin-right: 0;
  }
  .form__btns .form__btns_btn:last-child {
    max-width: 100%;
  }

  .item__radio.top {
    flex-direction: column;
    align-items: flex-start;
  }

  .item__radio.top .item__radio_wrapper {
    margin-left: 0;
    margin-top: 10px;
  }

  .item__title {
    position: relative;
  }

  .item__title.title-height {
    margin-bottom: 51px;
  }

  .item__title_field {
    position: absolute;
    bottom: -41px;
    left: -15px;
  }

  .store-research-sum__left div {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
  }

  .store-research-sum__left div span:last-child {
    padding-left: 0;
  }
}
@media (max-width: 780px) and (max-width: 517px) {
  .header__top {
    justify-content: center;
  }

  .header__top_name-com {
    margin-top: 18px;
    margin-left: 0;
  }

  .header__top_logo {
    margin: 0 20px;
  }

  .item.descr9 .item__radio {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    width: 290px;
  }
  .item.descr9 .item__radio_wrapper {
    margin-left: 0;
    margin-top: 10px;
  }

  .table-tabs {
    grid-template-columns: repeat(1, 1fr);
    min-width: auto;
  }

  .candidate-block__right {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 780px) and (max-width: 480px) {
  .vacancies__item_profession-button {
    min-width: 160px;
    font-size: 11px;
    min-height: 30px;
  }

  .vacancies__item {
    width: 290px;
    margin: 0 0 20px 0;
    padding: 20px 12px 0 12px;
    height: auto;
  }

  .vacancies__item_profession-title {
    font-size: 12px;
  }

  .vacancies__item_title {
    font-size: 16px;
  }

  .vacancies__item_info-item span:first-child {
    font-size: 12px;
  }

  .vacancies__item_info-item span:last-child {
    font-size: 12px;
    padding: 0 5px 0 20px;
  }

  .vacancies__item_link {
    padding: 10px 0 10px 65px;
    font-size: 12px;
    margin: 0 -12px;
  }

  .log-off span {
    display: none;
  }

  .header-table {
    padding: 10px 15px !important;
  }

  .modal-vacancies .modal-vacancies__close {
    right: 0px;
    top: -30px;
  }

  .modal-vacancies {
    width: 90%;
    padding: 20px;
  }

  .modal-vacancies div {
    flex-direction: column;
    height: auto;
    gap: 10px;
  }

  .form-item__row .form-item__wrapper {
    grid-template-columns: 100%;
  }

  .store-research-sum__right {
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .store-research-sum__right p {
    width: 100%;
  }
}
@media (max-width: 780px) and (max-width: 461px) {
  .description__info-com_name {
    margin: 20px auto 0 auto;
    width: 100%;
  }

  .description__info-com_select {
    margin: 20px 0 0 0;
  }

  .description__info-com_select .select2-container {
    width: 290px !important;
    height: 57px;
  }

  .description__info-com_select .select2-container--default .select2-selection--single {
    width: 290px;
    height: 57px;
  }

  .description__info-com .select2-container .select2-selection--single .select2-selection__rendered {
    white-space: pre-line;
    line-height: 18px;
  }

  .description__info-com {
    padding: 20px 0;
  }
}
@media (max-width: 780px) and (max-width: 440px) {
  .header__center_btns {
    flex-direction: column;
  }

  .header__center_btn {
    margin: 0;
  }

  .header__center_btn:last-child {
    margin-left: 0;
    margin-top: 10px;
  }

  .item__title .p {
    padding-left: 43px;
  }
}
@media (max-width: 780px) and (max-width: 380px) {
  .header__center_input {
    margin: 5px 0 0 0;
    width: 290px;
  }

  .header__center_input input::-moz-placeholder {
    font-size: 13px;
  }

  .header__center_input input:-ms-input-placeholder {
    font-size: 13px;
  }

  .header__center_input input::placeholder {
    font-size: 13px;
  }

  .header__bottom_text {
    font-size: 10px;
  }
}
/*# sourceMappingURL=main.css.map */






/*skills*/

.skill-column-1 li {
  margin: 0 0 8px 0;
}
.skill-column-2 li {
  margin: 0 0 10px 0;
}
.skill-column-3 li {
  margin: 0 0 10px 0;
}
.skill-columns {
    overflow: hidden;
}
.skill-column {
    font-size: 14px;
}
.skill-items {
  overflow-y: scroll;
  height: 400px;
}

.skill-back {
margin: 0 0 20px 0;
}

.skill-link {
  color: blue;
  cursor: pointer;
}

.skill-link:hover {
  text-decoration: underline;
  color: rgb(0, 0, 255);
}

.skill-link-main {
   cursor: pointer;
}

.skill-link-parents {
  color: blue;
  cursor: pointer;
  font-weight: 600;
}

.skill-link-parents:hover {
  text-decoration: underline;
  color: rgb(0, 0, 255);
}


.skill-list li{
margin: 0 0 5px 0;
}

.modal-mask {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.modal-container {
  width: 90%;
  max-width: 600px;
  margin: 0px auto;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  font-family: Helvetica, Arial, sans-serif;
  height: 500px;
}

.modal-container.success-deposit,
.modal-container.error-deposit {
  max-width: 420px;
  height: 275px;
}

.modal-container-policy {
  width: 90%;
  max-width: 90%;
  margin: 0px auto;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  font-family: Helvetica, Arial, sans-serif;
  height: auto;
}

.popup-text {
  height: 500px;
  overflow-y: auto;
}
.popup-text ol {
  margin-left: 50px;
}

.modal-header h3 {
  margin-top: 0;
  color: #35A8D4;
  font-weight: 600;
}

.modal-container.error-deposit .modal-header h3 {
  margin-top: 0;
  color: #f90303;
  font-weight: 600;
}

.modal-body {
  margin: 20px 0;
}

.modal-header-policy {
  position: relative;
}

.modal-default-button {
  display: block;
  margin-top: 1rem;
}

.modal-button {
  height: 30px;
  border: 2px solid #0087C1;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #0087C1;
  padding: 0 15px;
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
  column-gap: 15px;
  margin-left: auto;
  transition: all 0.3s ease-in-out;
}

.modal-button:hover {
  background-color: #0087C1;
  color: #fff;
}

.modal-policy-button {
  display: block;
  position: absolute;
  top: 0;
  right:  0;
}

@media (max-width: 768px) {

.modal-header-policy {
  position: relative;
  padding:  40px 0 0 0;
}

}



.modal-enter-active,
.modal-leave-active {
  transition: opacity 0.5s ease;
}

.modal-enter-from,
.modal-leave-to {
  opacity: 0;
}

.doc__content p {
margin-bottom: 20px;
}


.doc__content ol {
margin-left: 30px;
margin-bottom: 20px;
}


.currency-label {
  position: absolute;
  top: -30px;
  left:  0;
  font-size: 13px;
}

.page__back {
  width: 261px;
  height: 50px;
  border: 2px solid #33A2CE;
  background-color: transparent;
  font-weight: 600;
  font-size: 13px;
  color: #35A8D4;
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 46px;
  text-align: center;
}
.page__back::before {
  position: absolute;
  content: url('../img/icons/arrow_back.svg');
  top: 7px;
  left: 14px;
}
.page__back:hover {
  background: #35A8D4;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
  color: #FFFFFF;
}
.page__back:hover::before {
  content: url("../img/icons/arrow_back-white.svg");
}
.tooltip-wrap {
  position: relative;
  cursor: pointer;
}

.tooltip {
  border-radius: 3px;
  bottom: 100%;
  color: #000;
  font-size: 12px;
  left: 0;
  line-height: 22px;
  opacity: 0;
  padding: 5px 10px;
  pointer-events: none;
  transform-origin: left bottom;
  white-space: nowrap;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: fit-content;
}

.tooltip-wrap .tooltip {
  left: 50%;
  transform: scale(0) translateX(-50%);
}

.tooltip-wrap:hover .tooltip {
  opacity: 1;
  transform: scale(1) translateX(-50%);
}

.img-input .tooltip,
.img-input .tooltip:before {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.img-input .tooltip {
    top: calc(100% + 15px);
}

.img-input .tooltip .text-medium {
    color: #323232;
    display: inline-block;
    margin-bottom: 5px;
}

.img-input .tooltip .text ul li {
    margin-bottom: 5px;
    padding-left: 10px;
}

.img-input .tooltip .text ul li:before {
    background-color: #626262;
}
