@import url(content.css);

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
body {
  width: 100%;
  float: left;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.3;
  font-size: 16px;
  color: #121212;
  background: #E5E5E5;
}
* {
  box-sizing: border-box;
  outline: none !important;
}
body {
  position: relative;
}
.mled_select .select2-container .select2-search--inline .select2-search__field {
  z-index: 9;
}
.content {
  width: 100%;
  float: none;
  margin: 0px auto;
  max-width: 1160px;
  padding-left: 15px;
  padding-right: 15px;
}
.search_results .result_one a .ov_image_s img {
  position: absolute;
  right: 28px;
  top: 24px;
  max-width: 112px;
  max-height: 112px;
  width: auto;
}
.searching_emp {
  padding-top: 52px;
  padding-bottom: 52px;
  text-align: center;
  background: #FFDB5E;
  line-height: 40px;
}
.searching_emp:hover {
  background: #FFD338;
}
.searching_emp:hover .link {
  display: inline;
  font-weight: 600;
  font-size: 28px;
  color: #121212;
  padding-right: 58px;
  border-bottom: 2px #121212 solid;
  text-decoration: none;
  position: relative;
}
.searching_emp:hover .link:after {
  content: '';
  display: block;
  float: right;
  position: absolute;
  top: 11px;
  right: 0;
  width: 36px;
  height: 22px;
  background: url(../img/arr.svg) no-repeat center;
}
.searching_emp:hover .title {
  display: none;
}
.searching_emp .title {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  font-size: 28px;
}
.searching_emp .link {
  display: none;
}
footer {
  width: 100%;
  float: left;
  background: #E9EBEF;
  padding-top: 54px;
}
footer .col_one_contacts {
  float: right;
  width: 18%;
}
footer .col_one_contacts .title {
  display: inline-block;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 24px;
}
footer .col_one_contacts .social_networks {
  width: 100%;
  float: left;
  margin-top: 4px;
}
footer .col_one_contacts .social_networks li {
  float: left;
  margin-right: 16px;
}
footer .col_one_contacts .address_contact {
  width: 100%;
  float: left;
}
footer .col_one_contacts .address_contact li {
  width: 100%;
  float: left;
  margin-bottom: 12px;
}
footer .col_one_contacts .address_contact li a,
footer .col_one_contacts .address_contact li span {
  text-decoration: none;
  color: #121212;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  padding-left: 28px;
  display: block;
  float: left;
}
footer .col_one_contacts .address_contact li a img,
footer .col_one_contacts .address_contact li span img {
  top: 0px;
  display: inline-block;
  position: absolute;
  left: 0;
}
footer .col_one_menu {
  width: 17%;
  float: left;
}
footer .col_one_menu .title {
  display: inline-block;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 24px;
}
footer .col_one_menu ul {
  width: 100%;
  float: left;
}
footer .col_one_menu ul li {
  width: 100%;
  float: left;
  margin-bottom: 12px;
}
footer .col_one_menu ul li a {
  font-size: 14px;
  line-height: 16px;
  color: #707175;
  text-decoration: none;
}
footer .col_one_menu ul li a:hover {
  text-decoration: underline;
}
footer .contact_info {
  width: 100%;
  float: left;
  margin-top: 68px;
  padding-bottom: 42px;
}
footer .contact_info .logo_f {
  float: left;
  width: 17%;
}
footer .contact_info .logo_f img {
  max-width: 100%;
  float: left;
}
footer .contact_info p {
  width: 49%;
  float: left;
  font-size: 11px;
  line-height: 16px;
}
footer .contact_info .logo_home {
  float: left;
  width: 34%;
}
footer .contact_info .logo_home img {
  float: left;
  width: 100%;
  max-width: 296px;
}
html,
body {
  background: #f7f8fa;
}
.home-container .select2-search--dropdown {
  display: block;
  padding: 0;
  position: absolute;
  width: 100%;
  top: -63px;
}
.home-container .select2-search--dropdown .select2-search__field {
  padding: 0px;
  width: 100%;
  box-sizing: border-box;
  height: 48px;
  font-size: 18px;
  color: #121212;
  border: none;
}
.home-container .select2-dropdown {
  background: #FFFFFF;
  border: 1px solid #FFD338;
  box-shadow: 0px 2px 12px rgba(224, 227, 233, 0.3);
  border-radius: 4px;
  top: 15px;
  margin-top: -1px;
}
.home-container .select2-results__option--selectable {
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 16px;
  line-height: 22px;
  color: #121212;
  margin-bottom: 4px;
}
.home-container .select2-container--default .select2-results > .select2-results__options {
  padding-left: 4px;
  padding-right: 4px;
  max-height: 176px;
}
.home-container.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.home-container .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #F1F2F4;
  border-radius: 4px;
  color: #121212;
}
.home-container .select2-results__options {
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.home-container.select2-container--default .select2-results__option--selected {
  background: #F1F2F4;
  border-radius: 4px;
  color: #121212;
}
.modal-body .user_form {
  width: 100%;
  padding-bottom: 40px;
}
.modal-body .user_form form > label {
  font-size: 30px;
  width: 100%;
  float: left;
  padding-top: 10px;
  color: #FFF;
  font-weight: 300;
  margin-bottom: 18px;
}
.modal-header {
  width: 100%;
  float: left;
  padding: 0;
  border-bottom: none;
  position: relative;
}
.modal-header h3 {
  color: white;
  font-size: 25px;
  font-weight: bold;
  line-height: 38px;
  width: 100%;
  float: left;
  margin-top: 40px;
}
.modal-header button.close {
  position: absolute;
  width: 20px;
  height: 19px;
  opacity: 1;
  top: 12px;
  right: -28px;
}
.modal-header button.close {
  top: 32px;
  right: 25px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  z-index: 99999;
  background: url(../img/close.svg) no-repeat center;
}
.modal-header button.close span {
  display: none !important;
}
.modal-content {
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}
* {
  outline: none !important;
}
.modal-header button.close span {
  font-size: 40px;
  font-weight: 100;
  color: #FFF;
}
.modal-dialog {
  width: 460px;
  max-width: 460px;
  max-width: 100%;
}
.ov_fieldset {
  width: 100%;
  float: left;
}
.ov_fieldset fieldset {
  width: 100%;
  float: left;
}
.ov_fieldset fieldset label {
  width: 100%;
  float: left;
  margin-top: 8px;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #121212;
}
.over_register {
  width: 100%;
  float: left;
  margin-bottom: 38px;
  padding-top: 16px;
}
.over_register button {
  height: 48px !important;
  width: 100%;
}
.password_datas {
  width: 100%;
  float: left;
  padding-right: 56px;
  position: relative;
}
.password_datas input {
  margin-bottom: 8px !important;
}
.password_datas .show_pwd_all {
  position: absolute;
  right: 0;
  top: 34px;
  height: 48px;
  display: block;
  width: 56px;
  background: url(../img/show.svg) no-repeat center;
}
.password_datas .had_to {
  width: 100%;
  float: left;
  margin-top: 8px;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #121212;
}
.tbd_values {
  width: 100%;
  float: left;
  position: relative;
  margin-top: -24px;
  margin-bottom: 24px;
}
.tbd_values a {
  width: 50%;
  float: left;
  display: block;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #FFD338;
  text-align: center;
  line-height: 40px;
  font-weight: 600;
  font-size: 14px;
  color: #121212;
  text-decoration: none;
}
.tbd_values a.active {
  background: #FFD338;
}
.tbd_values a:first-child {
  border-radius: 4px 0px 0px 4px;
}
.tbd_values a:last-child {
  border-radius: 0px 4px 4px 0px;
}
.modal-content {
  padding-left: 15px;
  padding-right: 15px;
  background: #FFFFFF;
  box-shadow: 0px 2px 12px rgba(224, 227, 233, 0.3);
  border-radius: 4px !important;
}
.modal-content {
  width: 100%;
  float: left;
}
.lable_modal {
  padding-top: 8px;
}
.bottom_frt_remembered {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 62px;
}
.bottom_frt_remembered a {
  text-decoration: underline;
  font-size: 14px;
  line-height: 18px;
  color: #707175;
}
.bottom_frt_remembered a:hover {
  text-decoration: none;
}
.login_form {
  width: 100%;
  float: left;
  padding-left: 25px;
  padding-right: 25px;
}
.login_form .dt_one {
  width: 100%;
  float: left;
  padding-top: 16px;
}
.login_form .dt_one a {
  float: right;
  font-size: 14px;
  line-height: 18px;
  text-decoration: underline;
  color: #707175;
  border: none;
}
.login_form .dt_one a:hover {
  text-decoration: none;
}
.login_form button[type="submit"] {
  float: right;
  display: block;
  background: #FFD338;
  border-radius: 4px;
  min-width: 144px;
  padding-left: 15px;
  padding-right: 15px;
  height: 40px;
  border: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #121212;
  cursor: pointer;
}
.login_form button[type="submit"].full_w_data {
  width: 100%;
  height: 48px;
  top: 0;
  margin-bottom: 40px !important;
}
.login_form input {
  width: 100%;
  float: left;
  border: none;
  height: 48px;
  background: #F7F8FA;
  border: 1px solid #F1F2F4;
  box-sizing: border-box;
  border-radius: 4px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 16px;
  line-height: 22px;
  color: #121212;
  margin-bottom: 16px;
}
.login_form .lable_modal label {
  position: relative;
  width: auto;
  float: left;
}
.login_form .lable_modal label input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.login_form .lable_modal label input:checked + span:before {
  background: url(../img/c_form1.svg) no-repeat center;
}
.login_form .lable_modal label span {
  padding-left: 25px;
  display: block;
  float: left;
  position: relative;
}
.login_form .lable_modal label span:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/c_form.svg) no-repeat center;
  position: absolute;
  left: 0;
  top: 1px;
}
.lable_modal {
  margin-bottom: 21px;
}
.modal-body .user_form form > label {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #121212;
  padding-top: 36px;
  margin-bottom: 48px;
}
.modal-dialog {
  display: table;
}
.lable_modal {
  width: 100%;
  float: left;
}
.lable_modal a {
  float: right;
  font-size: 14px;
  line-height: 18px;
  color: #66C0F4;
  border-bottom: 1px dotted #66C0F4;
  text-decoration: none;
}
.lable_modal a:hover {
  border-color: rgba(0, 0, 0, 0);
}
.one_trp {
  width: 100%;
  float: left;
  display: block;
  margin-top: -16px;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 18px;
  color: #121212;
}
.show_pwd {
  width: 100%;
  float: left;
  position: relative;
}
.show_pwd .show_pwd_action {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
  z-index: 15;
  background: url(../img/show.svg) no-repeat center;
  height: 48px;
}
.bottom_frt {
  width: calc(100% - 30px);
  margin-left: 15px;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 19px;
  float: left;
  border-top: 1px solid #DCDCE0;
  padding-top: 32px;
  margin-bottom: 62px;
}
.bottom_frt span {
  display: table;
  float: none;
  margin: 0px auto;
  font-size: 14px;
  line-height: 18px;
  color: #121212;
}
.bottom_frt a {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #EBAB07;
  text-decoration: none;
  margin-left: 8px;
}
.bottom_frt a:hover {
  text-decoration: underline;
}
.login_form .lable_modal label span {
  cursor: pointer;
  margin-top: 8px;
}
.login_form .lable_modal label input {
  cursor: pointer;
}
.login_form input + button {
  margin-bottom: 35px !important;
  position: relative;
  top: 10px;
}
.modal-body {
  padding-left: 0;
  padding-right: 0;
}
.input_cont{
  width: 100%;
  position: relative;
  float: left;
}
.input_cont .accept_email, .input_cont .accept_phone{
  position: absolute;
  right: 32px;
  top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFD338;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  color: #121212;
  padding: 6px 29px;
  text-decoration: none;
  display: none;
}
.input_cont .accept_email:hover, .input_cont .accept_phone:hover{
  background: #FECD21;
}
.input_cont input{
  padding-right: 190px !important;
}

.not_accepted{
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 16px;
  color: #EBAB07;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 32px;
  margin-top: 8px;
}

.not_accepted_modded{
  display: none;
}

.not_accepted_modded.show{
  display: block;
}

.not_accepted img{
  margin-right: 14px;
}

#accept_phone_modal form{
  display: flex;
  flex-direction: column;
  align-items: center;
}

#accept_phone_modal .title_label{
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #121212;
  margin-bottom: 8px;
  text-align: center;
}

#accept_phone_modal .text{
  width: 100%;
  max-width: 360px;
  font-size: 16px;
  line-height: 22px;
  color: #707175;
  margin-bottom: 24px;
}

#accept_phone_modal .code_area{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 72px;
}

#accept_phone_modal form{
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 36px;
}

#accept_phone_modal .code_area label{
  font-size: 20px;
  line-height: 24px;
  color: #121212;
  margin-right: 16px;
}

#accept_phone_modal .code_area ul{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#accept_phone_modal .code_area .right_cont{
  width: 100%;
  max-width: 184px;
  position: relative;
}

.countdown_area{
  position: absolute;
  left: 0;
  right: 0;
  bottom: -24px;
  font-size: 12px;
  line-height: 16px;
  color: #707175;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.countdown_area.remove{
  display: none;
}

.countdown_area p{
  margin-right: 8px;
}

#accept_phone_modal .code_area ul input{
  width: 40px;
  height: 48px;
  background: #F7F8FA;
  border: 1px solid #F1F2F4;
  box-sizing: border-box;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #F7F8FA;
  font-weight: 600;
  font-size: 20px;
  color: #121212;
}

#accept_phone_modal .code_area ul input::placeholder{
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #B3B5B7;
}

#accept_phone_modal .code_area ul input:focus{
  border: 1px solid #FFD338;
}

#accept_phone_modal .code_area ul li{
  position: relative;
}

#accept_phone_modal .code_area ul li:hover .icon{
  visibility: hidden;
}

#accept_phone_modal .code_area ul li .icon{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #B3B5B7;
  display: none;
}

#accept_phone_modal .tel{
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  color: #121212;
  margin-bottom: 32px;
}

.countdown-period{
  display: none !important;
}

.text_thanks{
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-top: 6px;
}

.email_fixed_accepted{
  position: fixed;
  top: 72px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  padding: 12px 0;
  display: flex;
  justify-content: center;
  background: #3F485A;
}
.email_fixed_accepted+main{
  padding-top: 44px;
}

.email_fixed_accepted .content{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.email_fixed_accepted.hidden{
  display: none;
}

.email_fixed_accepted .content p{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  opacity: 0.8;
  margin-right: 32px;
}

.email_fixed_accepted .content p img{
  margin-right: 12px;
}

.email_fixed_accepted .content .send_acception{
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #FFFFFF;
}

.email_fixed_accepted .content .close{
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1 !important;
}

.input_full_width{
  max-width: 100% !important;
}

.input_cont_personal{
  max-width: 500px;
}

#accept_email_modal form{
  padding-top: 36px;
  padding-bottom: 26px;
  padding-left: 25px;
  padding-right: 25px;
}

#accept_email_modal .title_label{
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #121212;
  margin-bottom: 32px;
  max-width: 275px;
}

#accept_email_modal p{
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  color: #707175;
  margin-bottom: 8px;
  float: left;
}

#accept_email_modal p:nth-child(3){
  margin-top: 16px;
}

#accept_email_modal p strong{
  color: #121212;
  font-weight: 600;
}

#accept_email_modal p.yellow{
  color: #EBAB07;
  font-weight: 600;
}

#accept_email_modal p:last-of-type{
  margin-bottom: 48px;
}

.ft_width_modded{
  width: 100% !important;
  max-width: 600px;
}

.message_sms{
  width: 100%;
  font-size: 13px;
  line-height: 16px;
  color: red;
  margin-top: 10px;
  display: none;
  position: absolute;
  bottom: -21px;
  right: 0;
}

.message_sms.error{
  display: block;
}

.input_top_cont{
  width: 100%;
  position: relative;
  padding-bottom: 0 !important;
  margin-bottom: -20px;
}

.input_top_cont input{
  opacity: 0;
  width: 1px !important;
  height: 1px !important;
  z-index: 1;
}

.input_top_cont label{
  position: relative;
  width: 100%;
  z-index: 2;
  display: none;
  color: #D33535;
}

.input_top_cont label a{
  color: blue;
  margin-left: 2px;
}

.input_top_cont.is_error label{
  display: block;
}

.input_top_cont .error{
  display: none;
}

@media (min-width: 999px) {
  .vertical-alignment-helper {
    display: table;
    height: 100%;
    width: auto;
    float: none;
    margin: 0px auto;
  }
  #header {
    /* position: relative !important; */
  }
  #header.white_header {
    position: fixed !important;
  }
  .vertical-align-center {
    display: table-cell;
    vertical-align: middle;
  }
  .modal-content {
    width: inherit;
    height: inherit;
    margin: 0 auto;
    pointer-events: all;
  }
}
.search_by_data {
  width: 100%;
  float: left;
  margin-top: 8px;
  padding-top: 12px;
}
.search_by_data .top_info {
  width: 100%;
  float: left;
  padding-left: 32px;
}
.search_by_data .top_info .title_s {
  display: inline-block;
  float: left;
  font-size: 16px;
  line-height: 20px;
  color: #707175;
  margin-right: 12px;
}
.search_by_data .top_info .or_info {
  float: left;
  margin-left: -4px;
  margin-right: 20px;
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #707175;
}
.search_by_data .top_info .type_one_tb {
  display: block;
  float: left;
  font-size: 16px;
  line-height: 20px;
  color: #121212;
  text-decoration: none;
  margin-right: 20px;
  position: relative;
  padding-right: 18px;
}
.search_by_data .top_info .type_one_tb:after {
  content: '';
  display: block;
  float: left;
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../img/select2.svg) no-repeat center;
  right: 0;
  top: 2px;
}
.main_search {
  width: 100%;
  float: left;
  padding-top: 160px;
}
.main_search .content {
  max-width: 1006px;
}
.main_search h1 {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #121212;
  margin-bottom: 32px;
}
.main_search .form_ovl {
  width: 100%;
  float: left;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 24px;
  padding-right: 24px;
  background: #FFFFFF;
  border-radius: 4px;
}
.main_search .form_ovl .selected_region {
  width: 26.549%;
  float: left;
  padding-left: 20px;
}
.main_search .form_ovl .selected_region .select2 {
  width: 100% !important;
}
.main_search .form_ovl .selected_region .select2-container--default .select2-selection--single, .select_wrap_area .select2-container--default .select2-selection--single{
  border: none;
}
.main_search .form_ovl .selected_region .select2-container--default .select2-selection--single .select2-selection__arrow, .select_wrap_area .select2-container--default .select2-selection--single .select2-selection__arrow{
  width: 16px;
  height: 16px;
  top: 17px;
  right: 24px;
  background: url(../img/select2.svg) no-repeat center;
}
.main_search .form_ovl .selected_region .select2-container--default .select2-selection--single .select2-selection__arrow b, .select_wrap_area .select2-container--default .select2-selection--single .select2-selection__arrow b{
  display: none;
}
.main_search .form_ovl .selected_region .select2-container .select2-selection--single, .select_wrap_area .select2-container .select2-selection--single{
  height: 48px;
  border-radius: 0px;
  background: transparent;
}
.main_search .form_ovl .selected_region .select2-container .select2-selection--single .select2-selection__rendered, .select_wrap_area .select2-container .select2-selection--single .select2-selection__rendered{
  padding-left: 0;
  line-height: 48px;
  font-size: 18px;
  color: #121212;
}
.main_search .form_ovl .search_inp {
  padding-left: 9px;
  width: 48.815%;
  float: left;
  border-right: 1px solid #707175;
}
.main_search .form_ovl .search_inp input {
  width: 100%;
  height: 48px;
  float: left;
  border: none;
  padding-right: 15px;
  background: url(../img/search.svg) no-repeat center left;
  padding-left: 36px;
  font-size: 18px;
  line-height: 24px;
  color: #707175;
}
.main_search .form_ovl .search_inp input::-webkit-input-placeholder {
  color: #121212;
}
.main_search .form_ovl .search_inp input:-ms-input-placeholder {
  color: #121212;
}
.main_search .form_ovl .search_inp input::placeholder {
  color: #121212;
}
.main_search .form_ovl .find_people {
  width: 24.138%;
  float: right;
  height: 48px;
  background: #FFD338;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #121212;
}
.main_search .form_ovl .find_people:hover {
  background: #FFDB5E;
}
.main_search {
  margin-top: 64px;
}
.success_emp {
  width: 100%;
  float: left;
  padding-top: 248px;
  padding-bottom: 263px;
}
.success_emp img {
  display: table;
  float: none;
  margin: 0px auto;
  margin-bottom: 48px;
}
.success_emp h1 {
  width: 100%;
  display: inline-block;
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  color: #121212;
}
.talled_top:first-child {
  margin-top: 72px;
}
.prev_header {
  width: 100%;
  float: left;
  padding-top: 40px;
}
.prev_header .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #707175;
}
.info_back {
  margin-top: 88px;
  padding-top: 0;
}
.info_back .back_data {
  display: inline-block;
  margin-left: 26px;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1px;
  color: #707175;
  text-decoration: none;
}
.info_back .back_data::before {
  content: '';
  width: 16px;
  height: 9px;
  background: url(../img/back.svg) no-repeat center;
  position: absolute;
  left: -26px;
  top: 4px;
}
.edit_data_doc {
  width: 100%;
  float: left;
  margin-bottom: 104px;
}
.edit_data_doc .place_doc {
  float: left;
  display: block;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  line-height: 48px;
  height: 48px;
  background: #FFD338;
  border-radius: 4px;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: #121212;
  margin-right: 12px;
}
.edit_data_doc .edit_doc {
  padding-left: 62px;
  padding-right: 32px;
  float: left;
  display: block;
  text-decoration: none;
  line-height: 48px;
  height: 48px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: #121212;
  margin-right: 12px;
  position: relative;
}
.edit_data_doc .edit_doc::before {
  content: '';
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  background: url(../img/pen.svg) no-repeat center;
  top: 17px;
  left: 32px;
  position: absolute;
}
.edit_data_doc .edit_doc:hover {
  background: #FFD338;
}
.doc_description {
  width: 100%;
  float: left;
  border-bottom: 1px solid #DCDCE0;
  padding-top: 32px;
  padding-bottom: 32px;
  margin-bottom: 40px;
}
.doc_description strong{
  font-weight: 600 !important;
}
.doc_description .title {
  width: 100%;
  display: inline-block;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #121212;
}
.doc_description p,
.doc_description li {
  width: 100%;
  display: inline-block;
  margin-top: 24px;
  font-size: 16px;
  line-height: 24px;
  word-wrap: break-word;
}
.doc_description p b,
.doc_description li b,
.doc_description p em,
.doc_description li em {
  margin-top: 0;
}
.doc_description b,
.doc_description em {
  width: 100%;
  display: inline-block;
  margin-top: 24px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.doc_description i {
  font-style: italic;
}
.doc_description ul {
  margin-top: 4px;
  list-style-type: square;
}
.doc_description li {
  position: relative;
  padding-left: 18px;
  list-style-type: square;
  margin-top: 8px;
}
.doc_description li::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  top: 8px;
  background: #121212;
  position: absolute;
  left: 0;
}
.features_description {
  width: 100%;
  float: left;
  border-bottom: 1px solid #DCDCE0;
  padding-top: 32px;
}
.features_description .title {
  width: 100%;
  display: inline-block;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #121212;
  margin-bottom: 24px;
}
.features_description .ov_data {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
.features_description ul {
  width: 50%;
  float: left;
  margin-bottom: 32px;
  padding-right: 24px;
}
.features_description ul li {
  width: 100%;
  float: left;
}
.features_description ul li span {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  color: #707175;
  margin-bottom: 8px;
}
.features_description ul li p {
  font-size: 16px;
  line-height: 22px;
}
.desc_ovl {
  width: 68.805%;
  float: left;
  padding-left: 12px;
  padding-right: 24px;
}
.desc_ovl .image_data_info {
  width: 100%;
  float: left;
  padding-bottom: 24px;
  border-bottom: 1px solid #DCDCE0;
  padding-top: 20px;
}
.desc_ovl .image_data_info img {
  width: 17.944%;
  float: left;
  display: block;
}
.desc_ovl .image_data_info .data_source {
  float: left;
  width: 82.056%;
  padding-left: 32px;
  padding-right: 15px;
}
.desc_ovl .image_data_info .data_source .name {
  width: 100%;
  float: left;
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 8px;
}
.desc_ovl .image_data_info .data_source .address_data {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-left: 24px;
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 22px;
}
.desc_ovl .image_data_info .data_source .address_data:before {
  content: '';
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  background: url(../img/h1.svg) no-repeat center;
}
.desc_ovl .image_data_info .data_source .phoned_data {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-left: 24px;
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 22px;
  color: #121212;
  text-decoration: none;
}
.desc_ovl .image_data_info .data_source .phoned_data:before {
  content: '';
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  background: url(../img/h2.svg) no-repeat center;
}
.desc_ovl .image_data_info .data_source .site_company {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-left: 24px;
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 22px;
  color: #EBAB07;
  text-decoration: none;
}
.desc_ovl .image_data_info .data_source .site_company:before {
  content: '';
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  background: url(../img/h3.svg) no-repeat center;
}
.desc_ovl .image_data_info .data_source .sub_name {
  width: 100%;
  float: left;
  display: block;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 24px;
}
.desc_ovl .top_desc {
  width: 100%;
  float: left;
  padding-bottom: 24px;
  border-bottom: 1px solid #DCDCE0;
}
.desc_ovl .top_desc .type {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  color: #EBAB07;
  margin-bottom: 8px;
}
.desc_ovl .top_desc .title {
  display: inline-block;
  width: 100%;
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
}
.vacancy_description {
  width: 100%;
  float: left;
  padding-top: 32px;
}
.vacancy_description .vacancy_ovl {
  width: calc(100% + 24px);
  margin-left: -12px;
  margin-right: -12px;
}
.vacancy_description .short_vacancy_data {
  width: 31.196%;
  float: right;
  background: #FFFFFF;
  padding-bottom: 24px;
  margin-bottom: 104px;
  box-shadow: 0px 2px 12px rgba(224, 227, 233, 0.3);
  border-radius: 4px;
  padding-left: 20px;
  padding-right: 15px;
}
.vacancy_description .short_vacancy_data .title {
  display: inline-block;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 28px;
  color: #121212;
  position: relative;
  padding-bottom: 10px;
}
.vacancy_description .short_vacancy_data .title::before {
  content: '';
  display: block;
  float: left;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background: #FFD338;
  width: 72px;
}
.vacancy_description .short_vacancy_data ul {
  width: 100%;
  float: left;
  overflow: hidden;
}
.vacancy_description .short_vacancy_data ul > li {
  width: 100%;
  float: left;
  padding-left: 32px;
  position: relative;
}
.vacancy_description .short_vacancy_data ul > li ol {
  width: calc(100% + 15px);
  margin-right: -15px;
  float: left;
  margin-bottom: 12px;
}
.vacancy_description .short_vacancy_data ul > li ol li {
  float: left;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  margin-right: 12px;
  margin-bottom: 4px;
}
.vacancy_description .short_vacancy_data ul > li ol li::after {
  content: '';
  display: block;
  position: absolute;
  right: -8px;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 100px;
  background: #707175;
}
.vacancy_description .short_vacancy_data ul > li ol li:last-child {
  margin-right: 0;
}
.vacancy_description .short_vacancy_data ul > li ol li:last-child:after {
  display: none;
}
.vacancy_description .short_vacancy_data ul > li span {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  line-height: 14px;
  color: #707175;
  margin-bottom: 4px;
}
.vacancy_description .short_vacancy_data ul > li p {
  display: inline-block;
  width: 100%;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 18px;
  color: #121212;
}
.vacancy_description .short_vacancy_data ul > li img {
  position: absolute;
  left: 0;
  top: 1px;
}
#header .user_data .loggined_company {
  padding-left: 28px;
  position: relative;
  padding-right: 17px;
  color: #121212;
}
#header .user_data .loggined_company::before {
  content: '';
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  background: url(../img/company.svg) no-repeat center;
  display: block;
  float: left;
  position: absolute;
}
#header .user_data .loggined_company::after {
  content: '';
  width: 12px;
  height: 12px;
  right: 0;
  top: 4px;
  background: url(../img/pa.svg) no-repeat center;
  display: block;
  float: left;
  position: absolute;
}
#header .user_data .loggined_person {
  padding-left: 28px;
  position: relative;
  padding-right: 17px;
  color: #121212;
}
#header .user_data .loggined_person::before {
  content: '';
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  background: url(../img/person.svg) no-repeat center;
  display: block;
  float: left;
  position: absolute;
}
#header .user_data .loggined_person::after {
  content: '';
  width: 12px;
  height: 12px;
  right: 0;
  top: 4px;
  background: url(../img/pa.svg) no-repeat center;
  display: none !important;
  float: left;
  position: absolute;
}
#header {
  width: 100%;
  float: left;
  position: fixed;
  height: 72px;
  left: 0;
  top: 0;
  z-index: 80;
  background: #f7f8fa;
}
#header.white_header {
  background: #fff;
}
#header.white_header .logo {
  margin-top: 16px;
}
#header.white_header .rt_side_menu {
  padding-top: 27px;
}
#header.white_header .one_side_data {
  padding-top: 21px;
}
#header .lang_data {
  float: right;
  margin-top: 7px;
  max-height: 17px;
  overflow: hidden;
  transition: max-height 1s cubic-bezier(0, 1, 0, 1);
  margin-bottom: -400px;
}
#header .lang_data.active {
  max-height: 400px;
  transition: max-height 1s ease-in-out;
}
#header .lang_data.active .lang_list li.active a:after {
  transform: rotate(180deg);
}
#header .lang_data .lang_list {
  float: left;
  position: relative;
  padding-top: 17px;
}
#header .lang_data .lang_list li {
  width: 100%;
  float: left;
}
#header .lang_data .lang_list li.active a:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  right: 0px;
  width: 12px;
  height: 12px;
  background: url(../img/larrow.svg) no-repeat center right;
}
#header .lang_data .lang_list li a {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #707175;
  text-decoration: none;
  position: relative;
  padding-right: 16px;
  display: block;
  float: left;
}
#header .lang_data .lang_list li.active {
  position: absolute;
  top: 0;
  left: 0;
}
#header .user_data {
  float: left;
  padding-top: 6px;
  margin-right: 32px;
}
#header .user_data a {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-decoration: underline;
  color: #707175;
}
#header .user_data a:hover {
  text-decoration: none;
}
#header .logo {
  float: left;
  margin-top: 24px;
  margin-right: 58px;
}
#header .rt_side_menu {
  float: left;
  padding-top: 35px;
}
#header .rt_side_menu ul {
  float: left;
}
#header .rt_side_menu ul li {
  float: left;
  margin-right: 32px;
}
#header .rt_side_menu ul li:last-child {
  margin-right: 0;
}
#header .rt_side_menu ul li a {
  font-size: 16px;
  line-height: 20px;
  color: #121212;
  text-decoration: none;
}
#header .rt_side_menu ul li a:hover {
  text-decoration: underline;
}
#header .one_side_data {
  float: right;
  padding-top: 29px;
}
#header .one_side_data .add_resume {
  float: left;
  display: block;
  min-width: 184px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 32px;
  background: #FFD338;
  border-radius: 4px;
  line-height: 32px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #121212;
  margin-right: 46px;
  text-decoration: none;
}
#header .one_side_data .add_resume:hover {
  background: #FFDB5E;
}
#header .one_side_data .add_vacancy {
  float: left;
  display: block;
  min-width: 208px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 32px;
  border: 1px dashed #FFD338;
  border-radius: 4px;
  line-height: 32px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #121212;
  margin-right: 16px;
  text-decoration: none;
}
#header .one_side_data .add_vacancy:hover {
  border: 1px dashed #FFDB5E;
  background: #FFDB5E;
}
#mob-header {
  display: none;
}
.career {
  width: 100%;
  float: left;
  padding-top: 170px;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 34.21%, #FFFFFF 100%);
}
.career .title {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 22px;
  padding-bottom: 8px;
  font-size: 20px;
  line-height: 28px;
}
.career .title:before {
  content: '';
  display: block;
  float: left;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 72px;
  height: 2px;
  background: #FFD338;
}
.career ul {
  width: calc(100% + 42px);
  margin-left: -21px;
  margin-right: -21px;
  float: left;
  margin-bottom: 59px;
}
.career ul li {
  width: 25%;
  float: left;
  padding-left: 21px;
  padding-right: 21px;
}
.career ul li div {
  width: 100%;
  float: left;
  position: relative;
  height: 88px;
  margin-bottom: 21px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: left;
  align-items: center;
}
.sbr_dt.small_width{
  width: 65.622%;
}
.career ul li div img {
  max-height: 80%;
  max-width: 80%;
}
.resume_list {
  width: 100%;
  float: left;
  background: #F1F2F4;
  padding-top: 56px;
  padding-bottom: 58px;
}
.resume_list .title {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 32px;
  padding-bottom: 8px;
  font-size: 20px;
  line-height: 28px;
}
.resume_list .title:before {
  content: '';
  display: block;
  float: left;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 72px;
  height: 2px;
  background: #FFD338;
}
.vectors {
  padding-bottom: 102px;
  width: 100%;
  float: left;
}
.vectors .olv_vectors_list {
  float: left;
  width: calc(100% + 24px);
  margin-left: -12px;
  margin-right: -12px;
}
.vectors .olv_vectors_list .slick-prev.slick-arrow {
  border: none;
  cursor: pointer;
  font-size: 1px;
  color: transparent;
  position: absolute;
  background: url(../img/arrd22.svg) no-repeat center;
  top: -66px;
  right: 70px;
  width: 32px;
  height: 32px;
  display: block;
  z-index: 15;
}
.vectors .olv_vectors_list .slick-next.slick-arrow {
  border: none;
  cursor: pointer;
  font-size: 1px;
  color: transparent;
  position: absolute;
  background: url(../img/arrdd.svg) no-repeat center;
  top: -66px;
  right: 12px;
  width: 32px;
  height: 32px;
  display: block;
  z-index: 15;
}
.top_results_info{
  position: relative;
}
.finded_s{
  position: relative;
}
.top_results_info .action_list{
  position: absolute;
  right: -55px;
  top: 23px;
  z-index: 20;
  width: 140px;
  background: #FFFFFF;
  border: 1px solid #FFD338;
  box-shadow: 0px 2px 12px rgba(224, 227, 233, 0.3);
  border-radius: 4px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 3px;
  padding-bottom: 3px;
  display: none;
}
.top_results_info .action_list.active{
  display: block;
}
.top_results_info .action_list li{
  margin-top: 2px;
  margin-bottom: 2px;
  width: 100%;
  float: left;
}
.top_results_info .action_list a{
  padding-left: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: block;
  float: left;
  width: 100%;
}
.top_results_info .action_list a:hover{
  background: #F1F2F4;
    border-radius: 4px;
}
.top_results_info .action_list a:after{
  display: none;
}


.sort .action_list{
  position: absolute;
  right: 30px;
top: 46px;
z-index: 20;
width: 140px;
background: #FFFFFF;
border: 1px solid #FFD338;
box-shadow: 0px 2px 12px rgba(224, 227, 233, 0.3);
border-radius: 4px;
padding-left: 4px;
padding-right: 4px;
padding-top: 3px;
padding-bottom: 3px;
display: none;
}
.sort .action_list.active{
  display: block;
}
.sort .action_list li{
  margin-top: 2px;
  margin-bottom: 2px;
  width: 100%;
  float: left;
}
.sort .action_list a{
  padding-left: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: block;
  float: left;
  width: 100%;
}
.sort .action_list a:hover{
  background: #F1F2F4;
    border-radius: 4px;
}
.sort .action_list a:after{
  display: none;
}




.vectors .title {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-top: 96px;
  margin-bottom: 30px;
  padding-bottom: 8px;
  font-size: 20px;
  line-height: 28px;
}
.vectors .title:before {
  content: '';
  display: block;
  float: left;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 72px;
  height: 2px;
  background: #FFD338;
}
.vectors .list_one {
  width: 100%;
  float: left;
}
.vectors .list_one li {
  float: left;
  margin-bottom: 16px;
  padding-left: 12px;
  padding-right: 12px;
  width: 25%;
}
.ndata{
  position: absolute;
  left: 36px;
  bottom: 24px;
  width: calc(100% - 72px);
  float: left;
  border: 1px dashed #FFD338;
  box-sizing: border-box;
  border-radius: 4px;
  display: block;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #121212;
  line-height: 40px;
  text-decoration: none;
}
.ndata:hover{
  border: 1px solid #FFD338;
  background: #FFD338;
}
.vectors .list_one li a.data_dj {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #fff;
  box-sizing: border-box;
  box-shadow: 0px 2px 12px rgba(224, 227, 233, 0.3);
  border-radius: 4px;
  min-height: 120px;
  padding-top: 0;
  padding-left: 24px;
  padding-right: 10px;
  position: relative;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding-top: 28px;
  float: left;
}
.vectors .list_one li a.data_dj:hover {
  border: 1px solid #FFD338;
}
.vectors .list_one li a span.label_dj {
  position: relative;
  width: 100%;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #121212;
  padding-left: 40px;
  top: 0px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  min-height: 44px;
}
.vectors .list_one li a span.label_dj img {
  position: absolute;
  left: 0;
  top: 0;
}
.one_v_data{
  width: 100%;
  float: left;
  position: relative;
  margin-top: 12px;
}
.one_v_data .name_rest{
  display: inline;
  font-size: 14px;
  line-height: 22px;
  color: #121212;
  position: relative;
  padding-left: 12px;
}
.vectors .list_one li a.data_dj{
  padding-bottom: 70px;
  position: relative;
}
.vectors .list_one li{
  position: relative;
}
.name_company{
  display: inline;
  padding-left: 10px;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  color: #ACAFB1;
}
.one_v_data .name_company:before{
  content: '';
  display: block;
  float: left;
  position: absolute;
  left: 0;
  top: 9px;
  width: 2px;
  height: 2px;
  background: #707175;
  border-radius: 20px;
}
.one_v_data .name_rest:before{
  content: '';
  display: block;
  float: left;
  position: absolute;
  left: 0;
  top: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #121212;
}
.vectors .list_one li a p {
  width: 100%;
  display: block;
  float: left;
  left: 0px;
  padding-left: 0px;
  font-size: 14px;
  line-height: 16px;
  color: #EBAB07;
  font-weight: 600;
  padding-bottom: 16px;
}
.view_all_data{
  display: block;
  float: left;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #EBAB07;
  padding-left: 24px;
  position: absolute;
  left: 0;
  bottom: 32px;
}
.one_v_data{
  padding-right: 5px;
}
.view_all_data:after{
  content: '';
  position: absolute;
  right: -25px;
      top: 2px;
  width: 20px;
  height: 20px;
  background: url(../img/va.svg) no-repeat center;

}
.slick-slide {
  height: auto !important;
}
.searching_emp {
  width: 100%;
  float: left;
}
.resume_ovl {
  width: 100%;
  float: left;
}
.resume_ovl .resume_slider {
  width: calc(100% + 42px);
  float: left;
  margin-left: -21px;
  margin-right: -21px;
}
.resume_ovl .resume_slider .slick-prev.slick-arrow {
  border: none;
  cursor: pointer;
  font-size: 1px;
  color: transparent;
  position: absolute;
  background: url(../img/arrd2.svg) no-repeat center;
  top: -66px;
  right: 78px;
  width: 32px;
  height: 32px;
  display: block;
  z-index: 15;
}
.resume_ovl .resume_slider .slick-next.slick-arrow {
  border: none;
  cursor: pointer;
  font-size: 1px;
  color: transparent;
  position: absolute;
  background: url(../img/arrd.svg) no-repeat center;
  top: -66px;
  right: 20px;
  width: 32px;
  height: 32px;
  display: block;
  z-index: 15;
}
.resume_ovl .resume_slider .one_resume {
  width: 100%;
  float: left;
  padding-left: 21px;
  padding-right: 21px;
}
.resume_ovl .resume_slider .one_resume a {
  display: inline-block;
  position: relative;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  background: #F7F8FA;
}
.resume_ovl .resume_slider .one_resume a .bottom_info {
  width: 100%;
  float: left;
  min-height: 96px;
  padding-left: 12px;
  padding-top: 16px;
  padding-right: 5px;
  padding-bottom: 5px;
}
.resume_ovl .resume_slider .one_resume a .bottom_info span {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  color: #121212;
}
.resume_ovl .resume_slider .one_resume a .bottom_info p {
  width: 100%;
  display: inline-block;
  margin-top: 8px;
  font-size: 14px;
  line-height: 16px;
  color: #707175;
}
.resume_ovl .resume_slider .one_resume a .image_ovl {
  width: 100%;
  float: left;
  height: 160px;
  overflow: hidden;
}
.resume_ovl .resume_slider .one_resume a .image_ovl img {
  width: calc(100% + 8px);
  display: inline-block;
  margin-left: -4px;
  margin-top: -2px;
}
.desc_ovl .top_desc .title {
  padding-right: 15px;
}
.other_vacancy_list {
  width: 100%;
  float: left;
  margin-bottom: 72px;
}
.other_vacancy_list .slick-prev.slick-arrow {
  border: none;
  cursor: pointer;
  font-size: 1px;
  color: transparent;
  position: absolute;
  background: url(../img/arrd2.svg) no-repeat center;
  top: -66px;
  right: 68px;
  width: 32px;
  height: 32px;
  display: block;
  z-index: 15;
}
.other_vacancy_list .slick-next.slick-arrow {
  border: none;
  cursor: pointer;
  font-size: 1px;
  color: transparent;
  position: absolute;
  background: url(../img/arrd.svg) no-repeat center;
  top: -66px;
  right: 10px;
  width: 32px;
  height: 32px;
  display: block;
  z-index: 15;
}
.other_vacancy_list .vac_ovl {
  width: calc(100% + 24px);
  float: left;
  margin-left: -12px;
  margin-right: -12px;
}
.other_vacancy_list .title {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 8px;
  font-size: 20px;
  line-height: 28px;
}
.other_vacancy_list .title:before {
  content: '';
  display: block;
  float: left;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 72px;
  height: 2px;
  background: #FFD338;
}
.other_vacancy_list .one_vac {
  padding-left: 12px;
  padding-right: 12px;
      color: #121212;
}
.other_vacancy_list .one_vac .ov_vac {
  width: 100%;
  float: left;
  background: #FFFFFF;
  box-shadow: 0px 2px 12px rgba(224, 227, 233, 0.3);
  border-radius: 4px;
  padding-left: 24px;
  padding-right: 24px;
}
.other_vacancy_list .one_vac .title_t {
  width: 100%;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-top: 32px;
  color: #121212;
  margin-bottom: 8px;
}
.other_vacancy_list .one_vac .type_t {
  display: inline-block;
  padding: 4px 16px;
  float: left;
  background: #F1F2F4;
  border-radius: 2px;
}
.other_vacancy_list .one_vac .desc {
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 18px;
  color: #707175;
  margin-top: 15px;
  min-height: 110px;
  margin-bottom: 21px;
}
.other_vacancy_list .one_vac .type_t{
  margin-right: 5px;
}
.other_vacancy_list .one_vac .type_t:last-child{
  margin-right: 0;
}
.ar_vacansy .make_resume_offer {
    display: block;
    float: left;
    text-align: center;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    background: #FFD338;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    color: #121212;
    width: 100%;
}
.other_vacancy_list .one_vac .send_req {
  width: 100%;
  display: inline-block;
  margin-bottom: 42px;
  height: 40px;
  background: #FFD338;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  color: #121212;
  border:none;
}
.other_vacancy_list .one_vac .list_types {
  width: 100%;
  padding-top: 25px;
  float: left;
}
.other_vacancy_list .one_vac .list_types li {
  float: left;
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  padding-left: 32px;
  font-size: 14px;
  line-height: 18px;
}
.other_vacancy_list .one_vac .list_types li img {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0px;
}
.sub_name span {
  display: inline-block;
  padding-left: 4px;
  padding-right: 4px;
  color: #707175;
}
.radius_top {
  border-radius: 4px;
}
.data_source .contacted_info {
  display: inline-block;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}
.data_source .not_seen {
  display: inline-block;
  width: 100%;
  margin-top: 8px;
  font-size: 16px;
  line-height: 22px;
}
.data_source .not_seen a {
  font-weight: 600;
  color: #EBAB07;
  text-decoration: underline;
}
.data_source .not_seen a:hover {
  text-decoration: none;
}
.ov_vac.linc_resume {
  color: #121212;
  text-decoration: none;
  padding-bottom: 40px;
  min-height: 330px;
}
.label_contact{
  width: 100%;
  float: left;
  display: block;
  font-weight: 600;
font-size: 12px;
line-height: 16px;
margin-bottom: 8px;
}
.ov_vac.linc_resume .head_data_user .type_t{
  margin-right: 5px;
}
.ov_vac.linc_resume .head_data_user .type_t:last-child{
  margin-right: 0;
}
.ov_vac.linc_resume .data_personal_info {
  width: 100%;
  float: left;
}
.ov_vac.linc_resume .data_personal_info .name_human {
  width: 100%;
  display: inline-block;
  margin-top: 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 4px;
}
.ov_vac.linc_resume .data_personal_info .age {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
}
.ov_vac.linc_resume .list_types {
  padding-top: 13px;
}
.ov_vac.linc_resume .head_data_user {
  margin-top: 32px;
}
.ov_vac.linc_resume .head_data_user .title_t {
  margin-top: -3px !important;
}
.ov_vac.linc_resume .head_data_user .type_t {
  font-size: 12px;
}
.ov_vac.linc_resume .user_dt {
  width: 72%;
  padding-left: 16px;
  float: left;
}
.ov_vac.linc_resume .head_data_user {
  width: 100%;
  float: left;
  position: relative;
}
.ov_vac.linc_resume .head_data_user img {
  float: left;
  display: block;
  border-radius: 4px;
  width: 27.6%;
}
.rt_data_resume {
  width: 31.196%;
  float: right;
  padding-left: 52px;
  padding-right: 15px;
}
.rt_data_resume .save_pdf {
  display: block;
  float: left;
  clear: both;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #EBAB07;
  text-decoration: none;
  position: relative;
  margin-top: 20px;
  margin-bottom: 24px;
}
.rt_data_resume .save_pdf::before {
  content: '';
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  background: url(../img/folder.svg) no-repeat center;
  position: absolute;
  left: -32px;
  top: 2px;
}
.rt_data_resume .print_resume {
  display: block;
  float: left;
  clear: both;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  text-decoration: none;
  position: relative;
  margin-bottom: 24px;
}
.rt_data_resume .print_resume::before {
  content: '';
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  background: url(../img/print.svg) no-repeat center;
  position: absolute;
  left: -32px;
  top: 2px;
}
.vacancy_description .short_vacancy_data {
  margin-bottom: 0;
}
.ar_vacansy {
  width: 100%;
  float: left;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 10px;
  padding-bottom: 4px;
}
.ar_vacansy a.make_offer_data {
  display: block;
  float: left;
  text-align: center;
  text-decoration: none;
  height: 40px;
  line-height: 40px;
  background: #FFD338;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  color: #121212;
  width: 100%;
}

.ar_vacansy .save_to_wishlist {
  text-align: center;
  text-decoration: none;
  height: 40px;
  line-height: 40px;
  background: transparent;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  color: #121212;
  width: 100%;
  display: table;
  float: none;
  margin: 0px auto;
  max-width: 261px;
  margin-bottom: 6px;
  position: relative;
  top: 6px;
}
.ar_vacansy .save_to_wishlist img{
  position: relative;
  top: 5px;
}
.ar_vacansy .save_to_wishlist:hover{
      background: #F7F8FA;
}
.adding_data {
  width: 100%;
  float: left;
  padding-top: 112px;
}
.adding_data .title {
  width: 100%;
  display: inline-block;
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 48px;
}
.info_form_container {
  width: 100%;
  float: left;
  background: #fff;
  padding-left: 84px;
  padding-right: 84px;
  padding-bottom: 60px;
  margin-bottom: 24px;
}
.info_form_container .tox.tox-tinymce {
  width: 100% !important;
}
.info_form_container .tox-statusbar {
  display: none !important;
}
.info_form_container .tox .tox-editor-container {
  flex-direction: column-reverse;
}
.info_form_container .rowed {
  width: 100%;
}
.info_form_container .full_width {
  width: 100%;
}
.info_form_container .ft_width {
  width: 50%;
}
.info_form_container fieldset {
  padding-left: 12px;
  padding-right: 12px;
  float: left;
}
.info_form_container fieldset label {
  width: 100%;
  float: left;
  margin-top: 32px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 8px;
}
.info_form_container fieldset input {
  width: 100%;
  float: left;
  background: #F7F8FA;
  border: 1px solid #F1F2F4;
  box-sizing: border-box;
  border-radius: 4px;
  padding-left: 32px;
  font-size: 16px;
  height: 48px;
  color: #707175;
  padding-right: 15px;
}
.info_form_container fieldset input::-webkit-input-placeholder {
  /* Edge */
  color: #707175;
}
.info_form_container fieldset input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #707175;
}
.info_form_container fieldset input::placeholder {
  color: #707175;
}
.info_form_container form {
  width: 100%;
  float: left;
}
.info_form_container form .title_form {
  display: inline-block;
  width: calc(100% - 24px);
  margin-left: 12px;
  font-size: 20px;
  line-height: 28px;
  margin-top: 48px;
  padding-bottom: 8px;
  border-bottom: 1px solid #FFD338;
  float: left;
  margin-bottom: 8px;
}
.resume_ovl .resume_slider .one_resume a {
  border: 1px solid #F1F2F4;
}
.resume_ovl .resume_slider .one_resume a:hover {
  border: 1px solid #FFD338;
}
.top_search_form {
  width: 100%;
  float: left;
  padding-top: 116px;
  background: #F1F2F4;
}
.top_search_form .title {
  width: 100%;
  float: left;
  display: block;
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
}
.top_search_form .form_info {
  width: 65.85%;
  float: left;
  margin-bottom: 32px;
}
.top_search_form .form_info button {
  float: left;
  width: 7.7%;
  height: 48px;
  background: url(../img/find.svg) no-repeat center;
  background-color: #FFD338;
  border-radius: 4px;
  border: none;
}
.top_search_form .texted_inp_city {
  float: left;
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fff;
  border-radius: 0px 4px 4px 0px;
  overflow: hidden;
  width: 39.61%;
  margin-right: 8px;
}
.top_search_form .texted_inp_city input {
  width: 100%;
  float: left;
  padding-left: 32px;
  padding-right: 15px;
  font-size: 18px;
  line-height: 24px;
  height: 32px;
  border: none;
}
.top_search_form .texted_inp {
  float: left;
  padding-top: 8px;
  padding-bottom: 8px;
  background: #fff;
  border-radius: 4px 0px 0px 4px;
  overflow: hidden;
  width: 51.61%;
}
.top_search_form .texted_inp input {
  width: 100%;
  float: left;
  padding-left: 32px;
  padding-right: 15px;
  font-size: 18px;
  line-height: 24px;
  height: 32px;
  border: none;
  border-right: 1px solid #DCDCE0;
}
.search_results {
  width: 100%;
  float: left;
  padding-bottom: 64px;
  padding-top: 16px;
  background: #f7f8fa;
}
.search_results .ovl_search_results {
  float: left;
  width: calc(100% + 24px);
  margin-left: -12px;
  margin-right: -12px;
}
.search_results .list_result {
  width: 67.582%;
  padding-right: 24px;
  padding-left: 12px;
}
.search_results .ovl_listed {
  width: 100%;
  float: left;
  background: #FFFFFF;
  padding-bottom: 24px;
  margin-bottom: 24px;
  margin-top: 16px;
  border-right: 4px solid #fff;
}
.search_results .result_one {
  width: 100%;
  float: left;
  position: relative;
}
.search_results .result_one .person_name {
  width: 100%;
  float: left;
  display: block;
  padding-right: 150px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-top: 12px;
}
.search_results .result_one .person_name .age {
  display: inline-block;
  margin-left: 20px;
  position: relative;
  font-weight: normal;
}
.search_results .result_one .person_name .age::before {
  content: '';
  display: block;
  float: left;
  position: absolute;
  left: -14px;
  top: 10px;
  width: 4px;
  height: 4px;
  background: #707175;
  border-radius: 20px;
}
.search_results .result_one::before {
  content: '';
  width: calc(100% + 4px);
  height: 100%;
  border-bottom: 1px solid #DCDCE0;
  display: block;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
}
.search_results .result_one:hover::before {
  content: '';
  width: 100%;
  height: 100%;
  border: 2px solid #FFD338;
  display: block;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
}
.search_results .result_one a {
  text-decoration: none;
  color: #121212;
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 66px;
  float: left;
  padding-left: 32px;
  padding-right: 28px;
}
.show_phone_js{
  background: transparent !important;
}
.search_results .result_one a > img {
  position: absolute;
  right: 28px;
  top: 24px;
  max-width: 112px;
  max-height: 112px;
}
.search_results .result_one .name {
  display: inline-block;
  width: 100%;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  padding-right: 150px;
  margin-top: 24px;
  margin-bottom: 16px;
}
.search_results .result_one .process_data {
  width: 100%;
  float: left;
  padding-right: 150px;
}
.search_results .result_one .process_data > li {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px;
}
.search_results .result_one .process_data > li ol {
  float: left;
}
.search_results .result_one .process_data > li ol li {
  float: left;
  font-size: 16px;
  line-height: 20px;
  margin-right: 20px;
  position: relative;
}
.search_results .result_one .process_data > li ol li:last-child::after {
  display: none;
}
.search_results .result_one .process_data > li ol li:after {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50px;
  background: #121212;
  position: absolute;
  right: -13px;
  top: 9px;
}
.search_results .result_one .process_data > li img {
  position: absolute;
  left: 0;
  top: 1px;
}
.search_results .result_one .process_data > li span {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
}
.search_results .result_one .list_fulldata {
  width: 100%;
  float: left;
  padding-right: 150px;
}
.search_results .result_one .list_fulldata li {
  float: left;
  margin-bottom: 12px;
  margin-right: 8px;
}
.search_results .result_one .list_fulldata li span {
  padding: 4px 16px;
  min-height: 24px;
  background: #F1F2F4;
  border-radius: 2px;
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
}
.search_results .result_one .short_desc {
  width: 100%;
  display: inline-block;
  margin-top: 8px;
  font-size: 14px;
  line-height: 18px;
  color: #707175;
}
.search_results .result_one .bottom_time {
  position: absolute;
  bottom: 24px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #707175;
  right: 28px;
  display: block;
  float: left;
}
.top_results_info {
  width: 100%;
  float: left;
  padding-top: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DCDCE0;
  padding-left: 32px;
  padding-right: 32px;
}
.top_results_info .sort {
  float: right;
  padding-right: 20px;
}
.top_results_info .sort span {
  font-size: 16px;
  line-height: 20px;
  color: #707175;
  display: inline-block;
  margin-right: 8px;
}
.top_results_info .sort a {
  display: inline-block;
  color: #121212;
  text-decoration: none;
  position: relative;
}
.top_results_info .sort a::after {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/select2.svg) no-repeat center;
  position: absolute;
  right: -20px;
  top: 2px;
}
.top_results_info .finded_s {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  color: #707175;
}
.top_results_info .finded_s span {
  display: inline-block;
  color: #121212;
  padding-left: 4px;
  padding-right: 4px;
  font-weight: 600;
}
.top_results_info .finded_s a {
  color: #121212;
  text-decoration: none;
  position: relative;
}
.top_results_info .finded_s a::after {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/select2.svg) no-repeat center;
  position: absolute;
  right: -20px;
  top: 2px;
}
.pagination_data {
  width: 100%;
  float: left;
}
.pagination_data ul {
  display: table;
  float: none;
  margin: 0px auto;
}
.pagination_data ul li {
  float: left;
  margin-left: 2px;
  margin-right: 2px;
}
.pagination_data ul li a {
  height: 24px;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 2px;
  min-width: 32px;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  color: #707175;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  display: block;
  float: left;
}
.pagination_data ul li a:hover {
  background: #FFD338;
  color: #121212;
}
.pagination_data ul li .prev {
  background: url(../img/prev.svg) no-repeat center !important;
  border-color: rgba(255, 0, 0, 0);
}
.pagination_data ul li .prev:hover {
  background: url(../img/prev.svg) no-repeat center !important;
  background-color: #FFD338 !important;
}
.pagination_data ul li .next {
  background: url(../img/next.svg) no-repeat center !important;
  border-color: rgba(255, 0, 0, 0);
}
.pagination_data ul li .next:hover {
  background: url(../img/next.svg) no-repeat center !important;
  background-color: #FFD338 !important;
}
.pagination_data ul li.active span,
.pagination_data ul li.active a {
  height: 24px;
  border: 1px solid #FFD338;
  box-sizing: border-box;
  border-radius: 2px;
  min-width: 32px;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  background: #FFD338;
  color: #121212;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  display: block;
  float: left;
}
.pagination_data ul li span {
  height: 24px;
  border: 1px solid #FFD338;
  box-sizing: border-box;
  border-radius: 2px;
  min-width: 32px;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  background: #FFD338;
  color: #121212;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  display: block;
  float: left;
}
.borderradius {
  border-radius: 4px;
}
.vacancy_description .short_vacancy_data ul > li p b{
  font-weight: 600;
}
.show_phone{
  display: inline-block;
  margin-left: 9px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #EBAB07;
}
.resume_data .bottom_actions .drop_down .action_list li a:hover{
  background: #F1F2F4;
border-radius: 4px;
}
.resume_data .bottom_actions .drop_down.active .action_list{
  padding-top: 4px;
  padding-bottom: 4px;
}
.show_phone:hover{
  text-decoration: none;
}
.subscribe {
  width:100%;
  margin-top: 48px;
  float: left;
  padding-left: 32px;
  padding-top: 40px;
  background: #FFFFFF;
  box-shadow: 0px 2px 12px rgba(224, 227, 233, 0.3);
  border-radius: 4px;
  padding-bottom: 40px;
  padding-right: 32px;
  margin-bottom: 64px;
}
.subscribe .title {
  width: 100%;
  display: inline-block;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 8px;
}
.subscribe .want {
  width: 100%;
  display: inline-block;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 24px;
}
.subscribe form {
  width: 100%;
  float: left;
}
.subscribe form input {
  width: 67.07%;
  float: left;
  background: #F7F8FA;
  padding-left: 32px;
  padding-right: 15px;
  border: 1px solid #F1F2F4;
  box-sizing: border-box;
  border-radius: 4px;
  height: 48px;
  color: #121212;
}
.subscribe form .btnned {
  width: 32.93%;
  float: right;
  display: block;
  padding-left: 8px;
}
.subscribe form button {
  border: none;
  background: #FFD338;
  border-radius: 4px;
  font-weight: 600;
  font-size: 18px;
  display: block;
  height: 48px;
  line-height: 24px;
  width: 100%;
  float: left;
}
.rt_filter_data {
  width: 34.498%;
  padding-left: 24px;
  float: right;
  margin-top: -16px;
}
.rt_filter_data .one_check {
  width: 100%;
  float: left;
  margin-top: 8px;
}
.rt_filter_data .one_check label {
  width: auto;
  display: block;
  position: relative;
}
.rt_filter_data .one_check label input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.rt_filter_data .one_check label input:checked + span:before {
  background: url(../img/chkd.svg) no-repeat center;
  border: none;
  width: 16px;
  height: 16px;
}
.rt_filter_data .one_check label span {
  padding-left: 28px;
  display: block;
  float: left;
  font-size: 16px;
  line-height: 22px;
  user-select: none;
  position: relative;
}
.rt_filter_data .one_check label span:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #EBAB07;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 4px;
}
.rt_filter_data .show_hidden_data {
  width: 100%;
  float: left;
  margin-top: 3px;
}
.rt_filter_data .show_hidden_data a {
  display: inline-block;
  text-decoration: underline;
  font-size: 16px;
  line-height: 22px;
  color: #EBAB07;
}
.rt_filter_data .show_hidden_data a:hover {
  text-decoration: none;
}
.rt_filter_data .one_list_filter {
  width: 100%;
  float: left;
  padding-bottom: 16px;
  border-bottom: 1px solid #DCDCE0;
  padding-top: 16px;
  position: relative;
}
.rt_filter_data .one_list_filter .titled_data {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #707175;
  position: relative;
  padding-right: 20px;
}
.rt_filter_data .one_list_filter .titled_data::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/tt.svg) no-repeat center;
  position: absolute;
  right: 0;
  top: 3px;
}
.search_results .ovl_listed {
  margin-top: 0 !important;
}
.an_data {
  width: 100%;
  float: left;
  margin-bottom: 35px;
}
.an_data .title_an {
  display: inline-block;
  width: 100%;
  margin-top: 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 24px;
}
.an_data .lft_price {
  display: inline-block;
  margin-top: 20px;
  float: left;
  font-weight: bold;
  font-size: 32px;
  line-height: 32px;
  color: #EBAB07;
}
.an_data .lft_price span {
  font-size: 20px;
  line-height: 24px;
  color: #707175;
  font-weight: normal;
  display: inline-block;
  margin-left: -8px;
}
.an_data .one_price {
  float: right;
  max-width: 168px;
}
.an_data .one_price img {
  display: block;
  float: left;
}
.an_data .one_price span {
  display: inline-block;
  float: left;
  font-size: 10px;
  line-height: 12px;
  color: #707175;
  margin-top: 2px;
}
.an_data .one_price span:last-child {
  float: right;
}
.filtered {
  width: 100%;
  float: left;
  margin-bottom: 8px;
}
.filtered .ttl {
  display: inline-block;
  width: 11.83%;
  font-size: 16px;
  line-height: 20px;
  color: #707175;
  float: left;
}
.filtered .filter_ttl {
  float: left;
  width: 88.17%;
}
.filtered .filter_ttl li {
  float: left;
  margin-right: 12px;
  margin-bottom: 8px;
}
.filtered .filter_ttl li .cancel_filter {
  border: 1px dashed #FFD338;
  border-radius: 2px;
  height: 24px;
  position: relative;
  text-decoration: none;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 12px;
  line-height: 24px;
  color: #121212;
  display: block;
  float: left;
}
.filtered .filter_ttl li.one_filtered a {
  background: #FFD338;
  border-radius: 2px;
  height: 24px;
  position: relative;
  text-decoration: none;
  padding-left: 16px;
  font-size: 12px;
  line-height: 24px;
  color: #121212;
  display: block;
  float: left;
  padding-right: 30px;
}
.filtered .filter_ttl li.one_filtered a .delete_fltr {
  position: absolute;
  width: 12px;
  cursor: pointer;
  height: 12px;
  background: url(../img/delete.svg) no-repeat center;
  display: block;
  float: left;
  right: 6px;
  top: 6px;
}
.result_one.resume_one_p a {
  padding-bottom: 44px;
}
.place_v {
  display: block;
  float: left;
  padding-left: 47px;
  padding-right: 47px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #121212;
  background: #FFD338;
  border-radius: 4px;
  text-decoration: none;
}
.login_to_see {
  width: 100%;
  float: left;
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 40px;
}
.rt_filter_data .one_list_filter .titled_data{
  cursor: pointer;
}
.hide_data{
  display: none !important;
}
.rt_filter_data .one_check label span{
  cursor: pointer;
}
.rt_filter_data .one_list_filter{
  overflow: hidden;
  max-height: 2000px;
}
.rt_filter_data .one_list_filter.need_open{
  max-height: 49px;
}
.rt_filter_data .one_list_filter.need_open .titled_data::before {
    top: 5px;
    transform: rotate(180deg);
}
.login_to_see .tl {
  display: inline-block;
  float: left;
  font-size: 18px;
  line-height: 48px;
}
.login_to_see a.login {
  display: inline-block;
  margin-left: 10px;
  height: 48px;
  background: #FFD338;
  border-radius: 4px;
  text-decoration: none;
  line-height: 48px;
  font-weight: 600;
  font-size: 18px;
  color: #121212;
  padding-left: 30px;
  padding-right: 30px;
  float: right;
}
.login_to_see .continue {
  width: 100%;
  display: inline-block;
  margin-top: 24px;
  font-size: 18px;
  font-weight: 600;
}
.ft_width {
  position: relative;
}
.ft_width .show_hidden_info {
  display: block;
  position: absolute;
  right: 12px;
  top: 58px;
  width: 56px;
  z-index: 15;
  background: url(../img/show.svg) no-repeat center;
  height: 48px;
  cursor: pointer;
}
.full-logo-upload {
  width: 100%;
  float: left;
  padding-left: 12px;
  padding-right: 12px;
}
.full-logo-upload .rt_side_logo {
  width: 88%;
  float: left;
  padding-left: 24px;
  padding-right: 15px;
}
.career ul li div img{
  border-radius: 2px;
}
.main_form.company_search .top_search_form{
  padding-top: 48px;
      background: transparent;
}
.company_ovl_data{
  width: 100%;
  float: left;
  background: #F1F2F4;
}
.company_header{
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: -22px;
}
.ovl_data_flex{
  width: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 46px;
}
.ovl_data_flex img{
  width: auto;
  max-width: 14.9%;
  border-radius: 4px;
}
.ovl_data_flex h1{
  padding-left: 24px;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
      max-width: 85%;
}
.company-tabs{
  width: 100%;
  float: left;
  margin-top: 86px;
  margin-bottom: 8px;
}
.info_form_container fieldset.is_error{
  position: relative;
  padding-bottom: 20px;
}
.info_form_container fieldset.is_error .error{
  position: absolute;
  bottom: -17px;
  left: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  color: #D33535;
}
.info_form_container fieldset.is_error .select2-container .select2-selection--single{
  border: 1px solid #D33535;
}
.info_form_container fieldset.is_error .select2-container--default .select2-selection--multiple{
  border: 1px solid #D33535;
}
.ajax_city_data{
  width: 100%;
  float: left;
}
.info_form_container fieldset.is_error .tox.tox-tinymce{
  border: 1px solid #D33535;
}
.info_form_container fieldset.is_error input{
  border: 1px solid #D33535;
}

.company-tabs ul{
  width: 66.9%;
  float: left;
  padding-bottom: 12px;
  border-bottom: 1px solid #DCDCE0;
}
.company-tabs ul li{
  float: left;
  margin-right: 64px;
}
.company-tabs ul li.active a{
  color: #EBAB07;
}

.company-tabs ul li a{
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  color: #121212;
}
.company-tabs ul li a:hover{
  color: #EBAB07;
}
.full-logo-upload .rt_side_logo label {
  width: 100%;
  float: left;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 12px;
}
.full-logo-upload .rt_side_logo .more_size {
  float: left;
  display: inline-block;
  font-size: 14px;
  line-height: 32px;
  color: #707175;
}
.full-logo-upload .rt_side_logo .file_upload_data {
  float: left;
  margin-right: 16px;
  position: relative;
}
.full-logo-upload .rt_side_logo .file_upload_data input {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 15;
  cursor: pointer;
  opacity: 0;
}
.full-logo-upload .rt_side_logo .file_upload_data span {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 32px;
  padding-right: 32px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #121212;
  background: #FFD338;
  border-radius: 4px;
  display: inline-block;
}
.full-logo-upload .ov_file {
  width: 100%;
  float: left;
  padding-bottom: 40px;
  border-bottom: 1px solid #FFD338;
  padding-top: 32px;
  margin-bottom: 16px;
}
.full-logo-upload .image_logo {
  border: 1px solid #F1F2F4;
  height: 72px;
  padding: 13px;
  width: 12%;
  float: left;
}
.full-logo-upload .image_logo img {
  display: table;
  float: none;
  margin: 0px auto;
  max-width: 100%;
  max-height: 100%;
}
.place_data {
  width: 100%;
  float: left;
  margin-top: 8px;
  margin-bottom: 72px;
}
.place_data button {
  float: left;
  margin-left: 94px;
  display: block;
  background: #FFD338;
  border-radius: 4px;
  padding-left: 32px;
  padding-top: 32px;
  padding-top: 12px;
  padding-bottom: 12px;
  border: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  padding-right: 32px;
}
.place_data span {
  display: block;
  float: left;
  max-width: 360px;
  font-size: 16px;
  line-height: 22px;
  margin-left: 24px;
  margin-top: 2px;
}
.more_ovl {
  width: 100%;
  float: left;
  padding-left: 12px;
  padding-right: 12px;
}
.more_ovl .ht {
  width: 100%;
  float: left;
  border-bottom: 1px solid #FFD338;
  display: block;
  margin-top: 32px;
  margin-bottom: 8px;
}
.info_form_container .rowed {
  float: left;
}
.mled_select .dropdown-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
  height: 16px;
  top: 17px;
  display: block;
  right: 24px;
  background: url(../img/select2.svg) no-repeat center;
}
.mled_select .select2-container .select2-selection--multiple .select2-selection__rendered {
  padding-left: 28px;
  float: left;
}
.mled_select .select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding-left: 16px;
  padding-right: 25px;
  height: 24px;
  background: #FFD338;
  border-radius: 2px;
}
.mled_select .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding-right: 28px;
  font-size: 12px;
  line-height: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #121212;
}
.mled_select .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  position: absolute;
  right: 6px;
  top: 0;
  height: 24px;
  border: none;
  width: 12px;
  background: url(../img/cls.svg) no-repeat center;
}
.mled_select .select2-container--default .select2-selection--multiple .select2-selection__choice__remove span {
  display: none;
}
.mled_select .select2-container--default .select2-selection--multiple .select2-selection__choice {
  position: relative;
}
.mled_select .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding-right: 0;
}
.mled_select .select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 4px;
}
.mled_select .select2-container .select2-selection--multiple .select2-selection__rendered {
  padding-top: 6px;
}
.mled_select .select2-container .select2-search--inline .select2-search__field {
  margin-top: -1px !important;
}
.mled_select .select2-container .select2-search--inline .select2-search__field {
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
}
.mled_select .select2-search.select2-search--inline {
  position: absolute;
  width: 100%;
  float: left;
  left: 0;
  top: 0;
}
.rowed_max {
  width: 50%;
  float: left;
}
.tox .tox-edit-area__iframe {
  background: #F7F8FA !important;
}
.info_form_container .tox.tox-tinymce {
  border-radius: 4px;
  border: 1px solid #F1F2F4;
  overflow: hidden;
}
.tox .tox-toolbar__primary {
  background: #F7F8FA !important;
}
.tox .tox-edit-area__iframe {
  padding-left: 12px;
}
.tox .tox-toolbar-overlord {
  padding-left: 8px;
  padding-right: 8px;
}
.tox .tox-toolbar-overlord {
  background: #F7F8FA !important;
}
.tox .tox-tbtn--enabled {
  background: transparent !important;
}
.info_form_container fieldset input:focus,
.subscribe form input:focus,
.login_form input:focus {
  border: 1px solid #FFD338;
}
.margined_data {
  padding-top: 60px;
  width: 50%;
}
.image_logo.logo_smm {
  width: 7.5% !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  height: 60px;
}
.full-logo-upload.smm_t .rt_side_logo label {
  margin-bottom: 8px;
}
.ft_width.thriid_data {
  width: 33.333% !important;
}
.ft_width.thriid_data_mod{
  width: 100% !important;
  max-width: 456px !important;
}
.ft_width.thriid_data_mod .accept_email, .ft_width.thriid_data_mod .accept_phone{
  padding-left: 20px;
  padding-right: 20px;
  right: 24px;
}
.accept_email .mob, .accept_phone .mob{
  display: none;
}
.dop_info {
  width: 100%;
  float: left;
  font-size: 18px;
  line-height: 24px;
  color: #EBAB07;
  padding-top: 32px;
  display: inline-block;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: -12px;
}
.data_brt {
  padding-right: 8px !important;
  max-width: 176px;
}
.month_brt {
  padding-top: 58px;
  max-width: 144px;
}
.add_more_city {
  display: block;
  float: left;
  margin-top: 12px;
  margin-bottom: 8px;
}
.add_more_city a {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #EBAB07;
  text-decoration: none;
  margin-left: 32px;
  position: relative;
}
.add_more_city a::before {
  content: '';
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  background: url(../img/add.svg) no-repeat center;
  position: absolute;
  top: 0;
  left: -32px;
}
@media(min-width:999px){
  .info_form_container .ft_width{
    min-height: 106px;
  }
}
.remove_city {
  display: block;
  float: left;
  margin-top: 12px;
  margin-bottom: 8px;
}
.remove_city a {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #EBAB07;
  text-decoration: none;
  margin-left: 32px;
  position: relative;
}

.tox .tox-tbtn--enabled,
.tox .tox-tbtn--enabled:hover {
  border: 1px solid #FFD338 !important;
  border-radius: 2px;
}
.tox .tox-toolbar__primary {
  border-top: 1px solid #DCDCE0;
}
.mled_select .select2-container--default .select2-selection--multiple {
  position: relative;
}
.mled_select .select2-container .select2-selection--multiple .select2-selection__rendered {
  padding-right: 40px;
}
.mled_select .select2-container .select2-selection--multiple .select2-selection__rendered {
  padding-top: 1px;
}
.mled_select .select2-container--default .select2-selection--multiple {
  overflow: hidden;
}
.mled_select .select2.select2-container.select2-container--default.select2-container--above.select2-container--focus.select2-container--open .select2-selection--multiple {
  overflow: visible;
}
.onned_select .select2,
.mled_select .select2 {
  width: 100% !important;
}
.onned_select .select2-container--default .select2-selection--single,
.mled_select .select2-container--default .select2-selection--single {
  border: none;
}
.onned_select .select2-container--default .select2-selection--single .select2-selection__arrow,
.mled_select .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 16px;
  height: 16px;
  top: 17px;
  display: block;
  right: 24px;
  background: url(../img/select2.svg) no-repeat center;
}
.onned_select .select2-container--default .select2-selection--single .select2-selection__arrow b,
.mled_select .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.onned_select .select2-container .select2-selection--single,
.mled_select .select2-container .select2-selection--single,
.onned_select .select2-container--default .select2-selection--multiple,
.mled_select .select2-container--default .select2-selection--multiple {
  height: 48px;
  border-radius: 4px;
  background: #F7F8FA;
  border: 1px solid #F1F2F4;
}
.onned_select .select2-container .select2-search--inline .select2-search__field,
.mled_select .select2-container .select2-search--inline .select2-search__field {
  margin-top: 0;
  margin-left: 0;
  padding-left: 32px;
  padding-right: 50px;
}
.onned_select .select2-container .select2-selection--single .select2-selection__rendered,
.mled_select .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  line-height: 48px;
  font-size: 16px;
  color: #707175;
  padding-left: 32px;
}
.once_select-container-data .select2-search--dropdown .select2-search__field {
  padding-left: 30px !important;
  padding-right: 50px !important;
  font-size: 16px;
}
.onned_select .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  z-index: 75 !important;
}
/* .once_select-container-data.select2-container {
  z-index: 70 !important;
} */
.once_select-container-data .select2-search--dropdown {
  display: block;
  padding: 0;
  width: 100%;
}
.once_select-container-data .select2-search--dropdown .select2-search__field {
  padding: 0px;
  width: 100%;
  box-sizing: border-box;
  height: 48px;
  font-size: 18px;
  color: #121212;
  border: none;
}
.once_select-container-data .select2-dropdown {
  background: #FFFFFF;
  border: 1px solid #FFD338;
  box-shadow: 0px 2px 12px rgba(224, 227, 233, 0.3);
  border-radius: 4px;
  top: -46px;
  margin-top: -1px;
  overflow: hidden;
}
.once_select-container-data .select2-results__option--selectable {
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 16px;
  line-height: 22px;
  color: #121212;
  margin-bottom: 4px;
}
.once_select-container-data .select2-container--default .select2-results > .select2-results__options {
  padding-left: 4px;
  padding-right: 4px;
  max-height: 176px;
}
.once_select-container-data.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.once_select-container-data .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #F1F2F4;
  border-radius: 4px;
  color: #121212;
}
.once_select-container-data .select2-results__options {
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.once_select-container-data.select2-container--default .select2-results__option--selected {
  background: #F1F2F4;
  border-radius: 4px;
  color: #121212;
}
.multiple_select-container-data.select2-container {
  z-index: 70 !important;
}
.multiple_select-container-data .select2-search--dropdown {
  display: block;
  padding: 0;
  width: 100%;
}
.multiple_select-container-data .select2-search--dropdown .select2-search__field {
  padding: 0px;
  width: 100%;
  box-sizing: border-box;
  height: 48px;
  font-size: 18px;
  color: #121212;
  border: none;
}
.multiple_select-container-data .select2-dropdown {
  background: #FFFFFF;
  border: 1px solid #FFD338;
  box-shadow: 0px 2px 12px rgba(224, 227, 233, 0.3);
  border-radius: 4px;
  top: -46px;
  margin-top: -1px;
  overflow: hidden;
}
.multiple_select-container-data .select2-results__option--selectable {
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 16px;
  line-height: 22px;
  color: #121212 !important;
  margin-bottom: 9px;
  padding-left: 64px;
  position: relative;
  background: transparent !important;
}
.multiple_select-container-data .select2-results__option--selectable:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #EBAB07;
  border-radius: 2px;
  position: absolute;
  left: 32px;
  top: 4px;
}
.multiple_select-container-data .select2-results__option--selectable:after {
  background: url(../img/chkd.svg) no-repeat center;
  border: none;
  width: 16px;
  height: 16px;
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
}
.multiple_select-container-data .select2-container--default .select2-results > .select2-results__options {
  padding-left: 4px;
  padding-right: 4px;
  max-height: 176px;
}
.multiple_select-container-data .select2-results__options {
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.multiple_select-container-data.select2-container--default .select2-results__option--selected:before {
  content: '';
  display: block;
  border: 1px solid #EBAB07;
  border-radius: 0px;
  position: absolute;
  left: 32px;
  top: 4px;
  background: url(../img/chkd.svg) no-repeat center;
  border: none;
  width: 16px;
  height: 16px;
}
.multiple_select-container-data .select2-results__options {
  padding-bottom: 8px;
}
.multiple_select-container-data .select2-dropdown {
  border-radius: 0px 0px 4px 4px;
  border-top: none;
}
.mled_select .select2-container--default.select2-container--open .select2-selection--multiple {
  border: none;
  border: 1px solid #FFD338;
}
.multiple_select-container-data .select2-results__options {
  background: #F7F8FA;
}
form fieldset.mled_select .select2-container--default.select2-container--open .select2-selection--multiple {
  border: none !important;
}
form fieldset.mled_select form fieldset.mled_select .select2-container--open {
  border-bottom: none;
}
form fieldset.mled_select .select2-container--open {
  border: 1px solid #FFD338;
  border-radius: 4px;
  background: #F7F8FA;
  padding-bottom: 50px;
}
form fieldset.mled_select .select2-container--open .select2-selection--multiple {
  overflow: visible;
}
form fieldset.mled_select .select2-container--open .select2-search.select2-search--inline {
  position: relative;
}
form fieldset.mled_select .select2-container--open .select2-search--inline .select2-search__field[placeholder=""] {
  position: relative;
  font-size: 12px;
  height: 22px;
}
@media (min-width: 999px) {
  .mled_select.selected_f {
    min-height: 406px;
    margin-bottom: -300px;
    position: relative;
    z-index: 50;
  }
}
form fieldset.mled_select .select2-container--open {
  border-bottom: none;
}
.vacancy_description .short_vacancy_data ul > li img {
  position: relative;
  left: -32px;
  top: 0;
  display: block;
  float: left;
  margin-right: -20px;
}
.vacancy_description .short_vacancy_data ul > li {
  padding-left: 32px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.vacancy_description .short_vacancy_data ul > li span {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  line-height: 12px;
  color: #707175;
  margin-bottom: 0;
}
.vacancy_description .short_vacancy_data ul > li ol {
  padding-top: 4px;
}
.vacancy_description .short_vacancy_data ul > li p {
  padding-top: 4px;
}
.rt_data_resume .save_pdf {
  padding-left: 32px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.rt_data_resume .save_pdf:hover {
  text-decoration: none;
  border-bottom: 1px solid #EBAB07;
}
.rt_data_resume .save_pdf {
  margin-bottom: 19px;
}
.rt_data_resume .print_resume {
  padding-left: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  padding-bottom: 4px;
}
.rt_data_resume .print_resume:hover {
  text-decoration: none;
  border-bottom: 1px solid #000000;
}
.other_vacancy_list {
  width: 67%;
}
.rt_data_resume .print_resume::before {
  left: 0;
}
.rt_data_resume {
  padding-left: 20px;
}
.rt_data_resume .save_pdf::before {
  left: 0;
}
.other_vacancy_list .one_vac .type_t {
  font-size: 12px;
}
.search_results .result_one .person_name {
  margin-bottom: 12px;
}
.an_data.mobile_data {
  display: none;
}
.top_search_form .form_info button {
  font-size: 0;
  color: transparent;
}
.ft_width .show_hidden_info::before {
  content: '';
  width: 0;
  height: 0;
  background: url(../img/ie.svg);
}
.show_pwd .show_pwd_action::before {
  content: '';
  width: 0;
  height: 0;
  background: url(../img/ie.svg);
}
.file_upload_data small {
  display: none;
}
.login_form input[type="text"] + .show_pwd_action {
  background: url(../img/ie.svg) no-repeat center;
}
.info_form_container fieldset input[type="text"] + .show_hidden_info {
  background: url(../img/ie.svg) no-repeat center;
}
#header .one_side_data .add_resume:hover,
.login_form button[type="submit"]:hover,
.login_form button[type="submit"]:hover,
.place_v:hover,
.subscribe form button:hover,
.filtered .filter_ttl li.one_filtered a:hover,
.ar_vacansy a:hover,
.other_vacancy_list .one_vac .send_req:hover,
.login_to_see a.login:hover,
.place_data button:hover,
.main_search .form_ovl .find_people:hover,
.edit_data_doc .place_doc:hover {
  background: #FECD21;
}
.main_search .form_ovl .selected_region {
  padding-left: 0;
}
.main_search .form_ovl .selected_region .select2, .select_wrap_area .select2{
  padding-left: 20px;
}
.select_wrap_area .select2{
  width: 100% !important;
}
.home-container .select2-search--dropdown .select2-search__field {
  padding-left: 20px;
}
#header .lang_data {
  padding: 4px;
  margin-top: 3px;
  max-height: 24px;
  margin-bottom: -100px;
  border: 1px solid rgba(0, 0, 0, 0);
}
#header .lang_data.active {
  border: 1px solid #FFD338;
  box-shadow: 0px 2px 12px rgba(224, 227, 233, 0.3);
  border-radius: 4px;
}
.aside_data .drop_down .action_list li{
  padding-left: 0;
}
.aside_data .drop_down .action_list{
  padding-top: 4px;
  padding-bottom: 4px;
}
.aside_data .drop_down .action_list li a:hover{
  background: #F1F2F4;
border-radius: 4px;
}
#header .lang_data.active .lang_list li.active a {
  color: #121212;
}
.bottom_resume_actions .drop_down .action_list{
  top: 51px !important;
  padding-top: 4px;
  padding-bottom: 4px;
}
.bottom_resume_actions .drop_down .action_list li a:hover{
  background: #F1F2F4;
border-radius: 4px;
}
#header .lang_data.active .lang_list li.active a:after {
  background: url(../img/arrup.svg) no-repeat center;
  transform: rotate(0deg);
}
#header .lang_data .lang_list li a:hover {
  color: #121212;
}
#header .lang_data .lang_list {
  padding-top: 20px;
}
.top_search_form .form_info button:hover {
  background: url(../img/find.svg) no-repeat center;
  background-color: #FECD21;
}
.edit_data_doc .edit_doc:hover {
  background: #FECD21;
}
.full-logo-upload .rt_side_logo .file_upload_data:hover span {
  background: #FECD21;
}
.ovl_writed,
.in_social {
  display: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border: none;
}
.not_seen_ifo {
  width: 100%;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 18px;
  color: #707175;
  margin-top: 8px;
  margin-bottom: 6px;
}
.desc_ovl .image_data_info .data_source .phoned_data {
  display: block;
  clear: both;
  width: auto;
  float: left;
}
.email_data_r {
  display: block;
  clear: both;
  width: auto;
  float: left;
  position: relative;
  padding-left: 24px;
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 22px;
  color: #121212;
  text-decoration: none;
  margin-top: -5px;
}
.email_data_r::before {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../img/ak.svg) no-repeat center;
  left: 0;
  top: 4px;
}
textarea:focus {
  border: 1px solid #FFD338 !important;
  color: #121212 !important;
}
#call_r textarea {
  width: 100%;
  float: left;
  height: 88px;
  background: #F7F8FA;
  border: 1px solid #F1F2F4;
  border-radius: 4px;
  resize: none;
  padding-left: 32px;
  font-size: 16px;
  line-height: 22px;
  color: #707175;
  padding-top: 13px;
  padding-bottom: 5px;
}
#call_complaints textarea {
  width: 100%;
  float: left;
  height: 105px;
  background: #F7F8FA;
  border: 1px solid #F1F2F4;
  border-radius: 4px;
  resize: none;
  padding-left: 32px;
  font-size: 16px;
  line-height: 22px;
  color: #707175;
  padding-top: 13px;
  padding-bottom: 5px;
}
#call_complaints .ov_fieldset{
  margin-top: -10px;
}
#call_complaints .callb_data{
  margin-bottom: 35px;
}
.login_form  .rt_sidded button[type="submit"]{
  width: auto;
}
.login_form  .rt_sidded a{
  float: left;
    display: block;
    border-radius: 4px;
    min-width: 144px;
    padding-left: 15px;
    padding-right: 15px;
    height: 48px;
    border: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #121212;
    cursor: pointer;
    margin-right: 16px;
    line-height: 48px;
    text-decoration: none;
    text-align: center;
    border: 1px dashed #FFD338;
}
#call_r .modal-dialog {
  width: 556px;
}
#call_r .modal-body .user_form form > label {
  padding-top: 12px;
  text-align: left;
}
#call_r .modal-header button.close {
  top: 44px;
}
#call_r .modal-body .user_form form > label {
  margin-bottom: 24px;
}
#call_r .size {
  display: block;
  float: left;
  line-height: 32px;
  font-size: 14px;
  color: #707175;
  margin-bottom: 24px;
}
#call_r .one_upl {
  float: left;
  width: 176px;
  height: 32px;
  border: 1px dashed #FFD338;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 16px;
}
#call_r .one_upl span {
  width: 100%;
  display: block;
  text-align: center;
  line-height: 32px;
  font-weight: 600;
  font-size: 14px;
  color: #121212;
}
#call_r .one_upl input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
#call_r .one_upl {
  position: relative;
}
#call_r .one_upl input {
  z-index: 999;
  cursor: pointer;
  height: 100%;
}





.subscribe_modal .modal-dialog {
  width: 556px;
  max-width: 100%;
}
.subscribe_modal .modal-body .user_form form > label {
  padding-top: 12px;
  text-align: left;
}
.subscribe_modal .modal-header button.close {
  top: 44px;
}
.subscribe_modal .modal-body .user_form form > label {
  margin-bottom: 24px;
}
.subscribe_modal .size {
  display: block;
  float: left;
  line-height: 32px;
  font-size: 14px;
  color: #707175;
  margin-bottom: 24px;
}
.subscribe_modal .one_upl {
  float: left;
  width: 176px;
  height: 32px;
  border: 1px dashed #FFD338;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 16px;
}
.subscribe_modal .one_upl span {
  width: 100%;
  display: block;
  text-align: center;
  line-height: 32px;
  font-weight: 600;
  font-size: 14px;
  color: #121212;
}
.subscribe_modal .one_upl input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.subscribe_modal .one_upl {
  position: relative;
}
.subscribe_modal .one_upl input {
  z-index: 999;
  cursor: pointer;
  height: 100%;
}















#call_resume_sending textarea {
  width: 100%;
  float: left;
  height: 88px;
  background: #F7F8FA;
  border: 1px solid #F1F2F4;
  border-radius: 4px;
  resize: none;
  padding-left: 32px;
  font-size: 16px;
  line-height: 22px;
  color: #707175;
  padding-top: 13px;
  padding-bottom: 5px;
}
#call_resume_sending .modal-dialog {
  width: 556px;
}
#call_resume_sending .modal-body .user_form form > label {
  padding-top: 12px;
  text-align: left;
}
#call_resume_sending .modal-header button.close {
  top: 44px;
}
#call_resume_sending .modal-body .user_form form > label {
  margin-bottom: 24px;
}
#call_resume_sending .size {
  display: block;
  float: left;
  line-height: 32px;
  font-size: 14px;
  color: #707175;
  margin-bottom: 24px;
}
#call_resume_sending .one_upl {
  float: left;
  width: 176px;
  height: 32px;
  border: 1px dashed #FFD338;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 16px;
}
#call_resume_sending .one_upl span {
  width: 100%;
  display: block;
  text-align: center;
  line-height: 32px;
  font-weight: 600;
  font-size: 14px;
  color: #121212;
}
#call_resume_sending .one_upl input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
#call_resume_sending .one_upl {
  position: relative;
}
#call_resume_sending .one_upl input {
  z-index: 999;
  cursor: pointer;
  height: 100%;
}




.profile_styled {
  width: 100%;
  float: left;
  margin-top: 96px;
}
.profile_styled .profile_ovl {
  width: calc(100% + 24px);
  margin-left: -12px;
  margin-right: -12px;
}
.desc_ovl {
  width: 68.805%;
  float: left;
  padding-left: 12px;
  padding-right: 24px;
}
.short_profile_menu_data {
  width: 31.196%;
  float: right;
  background: #FFFFFF;
  margin-bottom: 48px;
  box-shadow: 0px 2px 12px rgba(224, 227, 233, 0.3);
  border-radius: 4px;
  padding-right: 5px;
  padding-bottom: 20px;
}
.short_profile_menu_data .logout {
  position: relative;
  width: calc(100% - 8px);
  margin-left: 4px;
  line-height: 40px;
  display: block;
  float: left;
  text-decoration: none;
  font-size: 16px;
  color: #121212;
  padding-left: 64px;
}
.short_profile_menu_data .logout img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 28px;
}
.short_profile_menu_data .logout:hover {
  font-weight: 600;
  background: #F7F8FA;
  border-radius: 4px;
}
.short_profile_menu_data .profile_menu {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.short_profile_menu_data .profile_menu::after {
  position: absolute;
  bottom: 0;
  width: calc(100% - 16px);
  left: 6px;
  height: 1px;
  content: '';
  display: block;
  float: left;
  background: #DCDCE0;
}
.short_profile_menu_data .profile_menu li {
  width: 100%;
  float: left;
  position: relative;
  margin-top: 22px;
  padding-left: 0px;
  margin-bottom: -4px;
  padding-left: 4px;
  padding-right: 4px;
}
.short_profile_menu_data .profile_menu li:hover a {
  background: #F7F8FA;
  border-radius: 4px;
  font-weight: 600;
}
.short_profile_menu_data .profile_menu li.active:before {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 40px;
  background: #FFD338;
  left: 0;
  top: 0;
  float: left;
}
.short_profile_menu_data .profile_menu li.active a {
  background: transparent;
  font-weight: 600;
}
.short_profile_menu_data .profile_menu li a {
  position: relative;
  width: 100%;
  display: block;
  float: left;
  text-decoration: none;
  font-size: 16px;
  line-height: 40px;
  color: #121212;
  padding-left: 64px;
}
.short_profile_menu_data .profile_menu li a span {
  position: relative;
}
.short_profile_menu_data .profile_menu li a span small {
  position: absolute;
  min-width: 22px;
  line-height: 16px;
  background: #FFD338;
  border-radius: 4px;
  top: 0;
  font-weight: 600;
  font-size: 10px;
  display: block;
  text-align: center;
  padding-left: 3px;
  padding-right: 3px;
  right: -30px;
}
.short_profile_menu_data .profile_menu li a img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 28px;
}
.short_profile_menu_data .profile_menu li a:hover {
  font-weight: 600;
}
#delete_resume .modal-dialog,
#logout .modal-dialog {
  width: 100%;
  max-width: 630px;
}
.create_new_data {
  width: 100%;
  float: left;
}
.create_new_data .title {
  width: 100%;
  display: inline-block;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 28px;
  color: #707175;
}
.create_new_data .title a {
  font-weight: 600;
  font-size: 20px;
  color: #EBAB07;
  text-decoration: underline;
}
.create_new_data .title a:hover {
  text-decoration: none;
}
.create_new_data .create_new {
  width: 100%;
  float: left;
  display: block;
  height: 88px;
  background: #FFDB5E;
  border-radius: 4px;
  padding-top: 30px;
  text-align: center;
  text-decoration: none;
}
.create_new_data .create_new:hover {
  background: #FFD338;
}
.create_new_data .create_new:hover span {
  border-bottom: 2px solid #121212;
}
.create_new_data .create_new span {
  display: table;
  float: none;
  margin: 0px auto;
  padding-right: 48px;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #121212;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  position: relative;
}
.create_new_data .create_new span::before {
  content: '';
  display: block;
  float: left;
  position: absolute;
  right: 6px;
  top: 10px;
  width: 24px;
  height: 14px;
  background: url(../img/rt_line.svg) no-repeat center;
}
.ovl_profile_window {
  padding-left: 33px;
  padding-right: 33px;
  padding-top: 20px;
  width: 100%;
  float: left;
  padding-bottom: 8px;
}
.ovl_profile_window .title {
  width: 100%;
  float: left;
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 40px;
}
.buttons_list {
  float: right;
}
.buttons_list .action_cancel {
  display: block;
  float: left;
  margin-bottom: 20px;
  border: 1px dashed #FFD338;
  text-decoration: none;
  border-radius: 4px;
  margin-right: 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #121212;
  padding-left: 27px;
  padding-right: 27px;
}
.buttons_list .action_accept,.buttons_list .accept_logout {
  display: block;
  float: left;
  border: 1px solid #FFD338;
  background: #FFD338;
  text-decoration: none;
  border-radius: 4px;
  margin-right: 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #121212;
  padding-left: 30px;
  padding-right: 30px;
}
.top_profile {
  width: 100%;
  float: left;
  padding-top: 250px;
  padding-top: 24px;
  margin-bottom: 32px;
  position: relative;
}
.top_profile h1 {
  width: 100%;
  float: left;
  display: block;
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  color: #121212;
  margin-bottom: 8px;
}
.top_profile .count_data {
  width: 100%;
  float: left;
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #707175;
}
.top_profile .count_data span {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #121212;
  margin-left: 7px;
  margin-right: 7px;
}
.top_profile .adding_link {
  position: absolute;
  right: 0;
  display: block;
  min-width: 232px;
  height: 48px;
  background: #FFD338;
  border-radius: 4px;
  line-height: 48px;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: #121212;
  padding-left: 5px;
  padding-right: 5px;
}
.top_profile .adding_link:hover {
  background: #FECD21;
}
.profile_resume_list {
  width: 100%;
  float: left;
  margin-bottom: 80px;
}
.profile_offers_list {
  width: 100%;
  float: left;
  margin-bottom: 80px;
}
.resume_data {
  width: 100%;
  position: relative;
  float: left;
}
.resume_data .bottom_actions {
  width: 100%;
  float: left;
  position: absolute;
  padding-left: 32px;
  padding-right: 32px;
  bottom: 39px;
  left: 0;
}
.resume_data .bottom_actions .update_publication, .subscribe_data .bottom_actions .update_publication {
  float: left;
  text-decoration: none;
  display: block;
  width: 160px;
  height: 32px;
  background: #FFD338;
  border-radius: 4px;
  line-height: 32px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #121212;
  margin-right: 16px;
}
.resume_data .bottom_actions .update_publication:hover, .subscribe_data .bottom_actions .update_publication:hover {
  background: #FECD21;
}
.resume_data .bottom_actions .hide_resume {
  float: left;
  display: block;
  text-decoration: none;
  text-align: center;
  min-width: 104px;
  padding-left: 25px;
  padding-right: 25px;
  height: 32px;
  border: 1px dashed #FFD338;
  border-radius: 4px;
  line-height: 32px;
  font-weight: 600;
  font-size: 14px;
  color: #121212;
  margin-right: 16px;
}
.resume_data .bottom_actions .drop_down {
  float: left;
  position: relative;
}
.resume_data .bottom_actions .drop_down.active .drop_down_button {
  background: #F1F2F4;
}
.resume_data .bottom_actions .drop_down.active .action_list {
  display: block;
}
.resume_data .bottom_actions .drop_down .action_list {
  position: absolute;
  left: 0;
  top: 36px;
  z-index: 20;
  width: 252px;
  background: #FFFFFF;
  border: 1px solid #FFD338;
  box-shadow: 0px 2px 12px rgba(224, 227, 233, 0.3);
  border-radius: 4px;
  padding-left: 4px;
  padding-right: 4px;
  display: none;
}
.resume_data .bottom_actions .drop_down .action_list li {
  width: 100%;
  float: left;
}
.resume_data .bottom_actions .drop_down .action_list li a {
  display: block;
  width: 100%;
  line-height: 40px;
  text-decoration: none;
  padding-left: 16px;
  padding-right: 5px;
  font-size: 16px;
  color: #121212;
}
.resume_data .bottom_actions .drop_down .drop_down_button {
  min-width: 68px;
  border: none;
  height: 32px;
  position: relative;
  background: #fff;
  border-radius: 4px;
  padding-left: 11px;
  padding-right: 27px;
  font-weight: 600;
  font-size: 14px;
}
.resume_data .bottom_actions .drop_down .drop_down_button:hover {
  background: #F1F2F4;
}
.resume_data .bottom_actions .drop_down .drop_down_button:after {
  content: '';
  display: block;
  float: left;
  position: absolute;
  background: url(../img/arb.svg) no-repeat center;
  width: 12px;
  height: 12px;
  right: 10px;
  top: 11px;
}










.bottom_resume_actions {
  width: 100%;
  float: left;
  margin-bottom: 96px;
}
.bottom_resume_actions .place_doc {
  float: left;
  text-decoration: none;
  display: block;
  padding-left: 36px;
  padding-right: 36px;
  line-height: 48px;
  height: 48px;
  background: #FFD338;
  border-radius: 4px;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: #121212;
  margin-right: 16px;
}
.bottom_resume_actions .place_doc:hover {
  background: #FECD21;
}
.bottom_resume_actions .hide_resume {
  float: left;
  display: block;
  text-decoration: none;
  text-align: center;
  padding-left: 34px;
  padding-right: 34px;
  height: 48px;
  line-height: 48px;
  border: 1px dashed #FFD338;
  border-radius: 4px;
  font-weight: 600;
  font-size: 18px;
  color: #121212;
  margin-right: 16px;
}
.bottom_resume_actions .drop_down {
  float: left;
  position: relative;
}
.bottom_resume_actions .drop_down.active .drop_down_button {
  background: #F1F2F4;
}
.bottom_resume_actions .drop_down.active .action_list {
  display: block;
}
.bottom_resume_actions .drop_down .action_list {
  position: absolute;
  left: 0;
  top: 36px;
  z-index: 20;
  width: 252px;
  background: #FFFFFF;
  border: 1px solid #FFD338;
  box-shadow: 0px 2px 12px rgba(224, 227, 233, 0.3);
  border-radius: 4px;
  padding-left: 4px;
  padding-right: 4px;
  display: none;
}
.bottom_resume_actions .drop_down .action_list li {
  width: 100%;
  float: left;
}
.bottom_resume_actions .drop_down .action_list li a {
  display: block;
  width: 100%;
  line-height: 40px;
  text-decoration: none;
  padding-left: 16px;
  padding-right: 5px;
  font-size: 16px;
  color: #121212;
}
.bottom_resume_actions .drop_down .drop_down_button {
  min-width: 68px;
  border: none;
  line-height: 48px;
  position: relative;
  background: transparent;
  border-radius: 4px;
  padding-left: 15px;
  padding-right: 33px;
  font-weight: 600;
  font-size: 18px;
}
.bottom_resume_actions .drop_down .drop_down_button:hover {
  background: #F1F2F4;
}
.bottom_resume_actions .drop_down .drop_down_button:after {
  content: '';
  display: block;
  float: left;
  position: absolute;
  background: url(../img/arb.svg) no-repeat center;
  width: 12px;
  height: 12px;
  right: 10px;
  top: 20px;
}




















.aside_data {
  width: 100%;
  float: left;
  padding-left: 32px;
}
.aside_data .place_doc {
  float: left;
  text-decoration: none;
  display: block;
  padding-left: 26px;
  padding-right: 26px;
  line-height: 32px;
  height: 32px;
  background: #FFD338;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #121212;
  margin-right: 16px;
}
.aside_data .place_doc:hover {
  background: #FECD21;
}
.form_saving_profile{
  width: 100%;
  float: left;
}
.form_saving_profile .full_width{
  width: 100%;
  float: left;
}
.form_saving_profile .full_width input,.form_saving_profile .ft_width input{
  background: #FFFFFF;
  border: 1px solid #F1F2F4;
  border-radius: 4px;
  width: 100%;
  float: left;
  padding-left: 32px;
  padding-right: 32px;
  height: 48px;
}
.form_saving_profile .full_width input:focus,.form_saving_profile .ft_width input:focus {
    border: 1px solid #FFD338;
}
.form_saving_profile .ft_width .show_hidden_info{
  right: 0;
  top: 54px;
}
.imaged_data{
  width: 100%;
  float: left;
}
.imaged_data img{
  max-width: 72px;
  float: left;
  margin-right: 24px;
  display: block;
  border-radius: 4px;
}
.inputted_file{
  margin-top: 22px;
  float: left;
  position: relative;
  margin-right: 16px;
}
.remove_avatar{
  display: block;
  float: left;
  width: 112px;
  height: 32px;
  border: 1px dashed #FFD338;
  border-radius: 4px;
    margin-top: 22px;
    text-align: center;
    line-height: 32px;
    text-decoration: none;
    font-weight: 600;
  font-size: 14px;
  color: #121212;
}
.form_saving_profile textarea{
      width: 100%;
    float: left;
    height: 96px;
    background: #fff;
    border: 1px solid #F1F2F4;
    border-radius: 4px;
    resize: none;
    padding-left: 32px;
    font-size: 16px;
    line-height: 22px;
    color: #121212;
    padding-top: 13px;
    padding-bottom: 5px;
}

.counter_requests{
  width: 31.196%;
  float: right;
  margin-top: 24px;
  margin-bottom: 24px;
  height: 88px;
  background: #FFD338;
  box-shadow: 0px 2px 12px rgba(224, 227, 233, 0.3);
  border-radius: 4px;
  color: #121212;
  text-decoration: none;
  padding-left: 24px;
}
.main_data_name{
  width: 100%;
  float: left;
  display: block;
  font-weight: 600;
font-size: 16px;
line-height: 22px;
margin-bottom: 16px;
}
.top_profile .count_data span.at_all{
  float: right;
font-weight: 400;
}
.top_profile .count_data span.at_all span{
  font-weight: 600;
}
.counter_requests>span{
  font-size: 20px;
  line-height: 28px;
  color: #121212;
  line-height: 92px;
  padding-right: 38px;
  position: relative;
}
.counter_requests:hover{
      background: #FECD21;
}

.counter_requests>span:after{
  content: '';
  display: block;
  float: left;
  position: absolute;
  right: 0px;
  top:8px;
  width: 24px;
  height: 14px;
  background: url(../img/rt_line.svg) no-repeat center;
}
.counter_requests>span>span{
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
}
.form_saving_profile textarea:focus{
  border: 1px solid #FFD338;
}
.form_saving_profile{
  padding-top: 24px;
}
.success_saved_image{
  display: table;
  float: none;
  margin: 0px auto;
  margin-bottom: 24px;
}
.success_data{
  width: 100%;
  float: left;
  display: block;
  font-weight: 600;
font-size: 20px;
line-height: 28px;
text-align: center;
}
#success .modal-dialog{
  width: 630px;
  max-width: 100%;
}
#success .modal-body{
  padding-top: 46px;
}
.inputted_file input[type="file"]{
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 5;
  width: 100%;
  height: 100%;

}
.inputted_file span{
  width: 160px;
  height: 32px;
  background: #FFD338;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height:32px;
  color: #121212;
  display: block;
  text-align: center;
}
.titled_info{
  width: 100%;
  float: left;
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #121212;
  margin-top: 32px;
}
.settings_data{
  width: 100%;
  float: left;
  display: block;
  font-size: 20px;
line-height: 28px;
border-bottom: 1px solid #FFD338;
padding-bottom: 8px;
margin-top: 48px;
}
.form_save_changes{
  display: block;
  float: left;
  margin-top: 40px;
  margin-bottom: 96px;
  width: 248px;
height: 48px;
background: #FFD338;
border-radius: 4px;
border: none;
font-weight: 600;
font-size: 16px;
text-align: center;
color: #121212;
}

.aside_data .drop_down {
  float: left;
  position: relative;
}
.aside_data .drop_down.active .drop_down_button {
  background: #F1F2F4;
}
.aside_data .drop_down.active .action_list {
  display: block;
}
.aside_data .drop_down .action_list {
  position: absolute;
  left: 0;
  top: 36px;
  z-index: 20;
  width: 252px;
  background: #FFFFFF;
  border: 1px solid #FFD338;
  box-shadow: 0px 2px 12px rgba(224, 227, 233, 0.3);
  border-radius: 4px;
  padding-left: 4px;
  padding-right: 4px;
  display: none;
}
.aside_data .drop_down .action_list li {
  width: 100%;
  float: left;
}
.aside_data .drop_down .action_list li a {
  display: block;
  width: 100%;
  line-height: 40px;
  text-decoration: none;
  padding-left: 16px;
  padding-right: 5px;
  font-size: 16px;
  color: #121212;
}
.career ul li div a{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0px auto;
}
.career ul li div a img{

}
.aside_data .drop_down .drop_down_button {
  border: none;
  line-height: 32px;
  position: relative;
  background: transparent;
  border-radius: 4px;
  padding-left: 13px;
  padding-right: 27px;
  font-weight: 600;
  font-size: 14px;
}
.career ul li div{
  justify-content: center;
}
.aside_data .drop_down .drop_down_button:hover {
  background: #F1F2F4;
}
.aside_data .drop_down .drop_down_button:after {
  content: '';
  display: block;
  float: left;
  position: absolute;
  background: url(../img/arb.svg) no-repeat center;
  width: 12px;
  height: 12px;
  right: 10px;
  top: 11px;
}


.job_city{
  width: 100%;
  float: left;
}

.city_listp{
  margin-bottom: 3px !important;
}

.search_by_data.active{
  background: #FFFFFF;
  box-shadow: 0px 2px 12px rgba(224, 227, 233, 0.3);
  border-radius: 4px;
  padding-bottom: 24px;
}



.tabbed_home .ft_width{
  width: 50%;
  float: left;
  margin-top: 24px;
}
.tabbed_home .ft_width li{
  float: left;
  padding-left: 32px;
  padding-right: 80px;
  width: 100%;
}
.search_by_data .top_info .type_one_tb.active:after{
  transform: rotate(180deg);
}
.tabbed_home{
  display: none;
}
.tabbed_home.active{
  display: block;
}
.main_search .form_ovl{
  margin-bottom: 40px;
}
.tabbed_home .ft_width li a{
  line-height: 40px;
  font-size: 16px;
  color: #121212;
  text-decoration: none;
  border-bottom: 1px solid #F1F2F4;
  display: block;
  float: left;
  width: 100%;
}

.tabbed_home .full_width{
  width: 100%;
  float: left;
  margin-top: 24px;
}
.tabbed_home .full_width li{
  float: left;
  padding-left: 32px;
  padding-right: 80px;
  width: 50%;

}
.tabbed_home .full_width li a{
  line-height: 40px;
  font-size: 16px;
  color: #121212;
  text-decoration: none;
  border-bottom: 1px solid #F1F2F4;
  display: block;
  float: left;
  width: 100%;
}
.ovl_lst{
  width: calc(100% + 18px);
  float: left;
  margin-left:-16px;
  border-top:1px solid #DCDCE0;
}
.last_lst{
  width: 100%;
  float: left;
  padding-top: 20px;
  padding-left: 16px;
  font-size: 14px;
  line-height: 16px;
  color: #707175;
}
.one_v_data{
  padding-left: 16px;
}
.tabbed_home .full_width li:nth-child(even){
  padding-right: 64px;
}
.main_search .content{
  position: relative;
}
.career ul li div img{
  max-height: 120px;
}
.search_by_data {
    position: absolute;
    max-width: 976px;
    z-index: 20;
    top: 137px;
}
.city_listp:last-child{
  margin-bottom: 16px !important;
}
.modal{
  backdrop-filter: blur(4px);
}
.slick-track{
  float: left;
}
.offer_data .one_offer_info .company_info_long .company_info img{
  border-radius: 2px;
}
#header .user_data .loggined_company::after{
  display: none !important;
}
#header .user_data a small{
  position: absolute;
  min-width: 12px;
  height: 12px;
  background: #FFD338;
  border-radius: 8px;
  display: block;
  float: left;
  background: #FFD338;
  left: 9px;
  top: -5px;
  border-radius: 5000px;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
}
.bottom_data_actions{
  width: 100%;
  float: left;
    margin-top: 80px;
    margin-bottom: 56px;
    padding-left: 33px;
    padding-right: 33px;
}
.bottom_data_actions .to_search_link{
  background: #FFD338;
  border-radius: 4px;
  display: block;
  float: right;
  height: 48px;
  line-height: 48px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #121212;
  padding-left: 35px;
  padding-right: 35px;
}
.bottom_data_actions .to_profile_link{
  border-radius: 4px;
  display: block;
  float: left;
  height: 48px;
  line-height: 48px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #121212;
  padding-left: 35px;
  padding-right: 35px;
}
.bottom_data_actions .to_profile_link:hover{
  background: #F7F8FA;
}
form+.callb_data{
  display: none;
}
.callb_data{
  width: 100%;
  float: left;
  margin-top: 68px;
}



.resume_data .one_resume_info {
  width: 100%;
  float: left;
  margin-bottom: 16px;
  min-height: 192px;
  background: #FFFFFF;
  box-shadow: 0px 2px 12px rgba(224, 227, 233, 0.3);
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  text-decoration: none;
  color: #121212;
  padding-left: 30px;
  position: relative;
  padding-top: 22px;
  padding-bottom: 95px;
  padding-right: 30px;
}
.resume_data .one_resume_info:hover {
  border: 2px solid #FFD338;
}
.resume_data .one_resume_info .listed_types {
  float: left;
  width: 100%;
  margin-top: 16px;
  position: relative;
  padding-left: 20px;
  background: url(../img/b8.svg) no-repeat top left;
}
.resume_data .one_resume_info .listed_types li {
  float: left;
  font-size: 14px;
  line-height: 20px;
  margin-left: 12px;
  position: relative;
}
.resume_data .one_resume_info .listed_types li:last-child:after {
  display: none;
}
.resume_data .one_resume_info .listed_types li:after {
  content: '᛫';
  display: block;
  float: left;
  font-size: 14px;
  color: #707175;
  position: absolute;
  line-height: 18px;
  top: 0;
  right: -8px;
}
.resume_data .one_resume_info .date_publication {
  position: absolute;
  right: 30px;
  bottom: 24px;
  text-align: right;
}
.resume_data .one_resume_info .date_publication span {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
  color: #707175;
  margin-bottom: 4px;
}
.resume_data .one_resume_info .date_publication p {
  display: block;
  clear: both;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
  color: #707175;
}
.resume_data .one_resume_info .list_counters {
  float: left;
  width: 35.5%;
}
.resume_data .one_resume_info .list_counters ul {
  float: right;
}
.resume_data .one_resume_info .list_counters ul li {
  float: left;
  margin-right: 26px;
}
.resume_data .one_resume_info .list_counters ul li:last-child {
  margin-right: 0;
}
.resume_data .one_resume_info .list_counters ul li span {
  display: inline-block;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  color: #707175;
  margin-bottom: 4px;
}
.resume_data .one_resume_info .list_counters ul li p {
  display: block;
  clear: both;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #121212;
  position: relative;
}
.resume_data .one_resume_info .list_counters ul li p sup {
  position: absolute;
  height: 12px;
  background: #EBAB07;
  border-radius: 8px;
  padding-left: 4px;
  padding-right: 4px;
  font-weight: 600;
  font-size: 8px;
  line-height: 12px;
  color: #FFFFFF;
  top: 0px;
}
.resume_data .one_resume_info .top_resume_data {
  float: left;
  width: 64.5%;
  padding-right: 20px;
}
.resume_data .one_resume_info .top_resume_data .name {
  display: block;
  float: left;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 6px;
  margin-right: 12px;
}
.offer_data {
  width: 100%;
  position: relative;
  float: left;
}
.offer_data .bottom_offer_actions {
  width: 100%;
  float: left;
  position: absolute;
  padding-left: 32px;
  padding-right: 32px;
  left: auto;
  bottom: 15px;
  z-index: 0;
  padding-top: 20px;
  height: 100px;
}
.offer_data .bottom_offer_actions:before {
  content: '';
  display: block;
  float: left;
  height: 1px;
  width: calc(100% - 32px);
  position: absolute;
  left: 16px;
  top: 0px;
  background: #DCDCE0;
}
.offer_data .bottom_offer_actions .offered_company {
  display: block;
  float: left;
  padding-left: 32px;
  font-size: 14px;
  line-height: 20px;
  color: #121212;
  margin-top: 5px;
  text-decoration: none;
  background: url(../img/offer_email.svg) no-repeat center left;
}
.offer_data .bottom_offer_actions .rt_offer_data {
  float: right;
}
.offer_data .bottom_offer_actions .rt_offer_data .phone_offer {
  display: block;
  float: left;
  padding-left: 32px;
  font-size: 14px;
  line-height: 20px;
  color: #121212;
  margin-top: 5px;
  text-decoration: none;
  background: url(../img/offer_phone.svg) no-repeat center left;
}
.offer_data .bottom_offer_actions .rt_offer_data .remove_offer {
  float: left;
  margin-left: 52px;
  display: block;
  text-decoration: none;
  background: #F1F2F4;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 32px;
  color: #121212;
  padding-left: 25px;
  padding-right: 25px;
}
.offer_data .one_offer_info {
  width: 100%;
  float: left;
  margin-bottom: 16px;
  min-height: 192px;
  background: #FFFFFF;
  box-shadow: 0px 2px 12px rgba(224, 227, 233, 0.3);
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  text-decoration: none;
  color: #121212;
  padding-left: 30px;
  position: relative;
  padding-top: 22px;
  padding-bottom: 100px;
  padding-right: 30px;
}
.offer_data .one_offer_info:hover {
  border: 2px solid #FFD338;
}
.offer_data .one_offer_info .date_publication {
  position: absolute;
  right: 30px;
  top: 24px;
  text-align: right;
}
.offer_data .one_offer_info .date_publication p {
  display: block;
  clear: both;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
  color: #707175;
}
.offer_data .one_offer_info .company_info_long {
  width: 100%;
  float: left;
  padding-top: 18px;
}
.offer_data .one_offer_info .company_info_long .salary_info {
  width: 49.2%;
  float: left;
  font-size: 14px;
  line-height: 20px;
  margin-top: 4px;
  color: #121212;
  padding-left: 32px;
  background: url(../img/salary_p.svg) no-repeat center left;
}
.offer_data .one_offer_info .company_info_long .company_info {
  width: 50.8%;
  padding-right: 15px;
  float: left;
}
.offer_data .one_offer_info .company_info_long .company_info img {
  max-width: 38px;
  display: block;
  float: left;
  margin-right: 12px;
  max-height: 60px;
}
.offer_data .one_offer_info .company_info_long .company_info span {
  display: block;
  float: left;
  margin-top: 4px;
  font-size: 14px;
  line-height: 18px;
  color: #121212;
}
.offer_data .one_offer_info .desc_text {
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 18px;
  color: #707175;
  margin-bottom: 20px;
  margin-top: 15px;
}
.offer_data .one_offer_info .top_resume_data {
  float: left;
  width: calc(100% - 90px);
  padding-right: 20px;
}
.offer_data .one_offer_info .top_resume_data .name {
  display: block;
  float: left;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 6px;
  margin-right: 12px;
}
.create_new_data.small_variant .create_new span {
  font-size: 20px;
}
.create_new_data.small_variant .create_new span::before {
  top: 9px;
}
.create_new_data.margin_bottom {
  margin-bottom: 96px;
}
.profile_hystory_list {
  width: 100%;
  float: left;
  margin-bottom: 80px;
}
.hystory_data {
  width: 100%;
  position: relative;
  float: left;
}
.hystory_data .remove_history {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  cursor: pointer;
  top: 24px;
  right: 30px;
  width: 20px;
  height: 20px;
  background: url(../img/remove_history.svg) no-repeat center;
  z-index: 20;
}
.hystory_data .one_hystory_info {
  width: 100%;
  float: left;
  margin-bottom: 16px;
  min-height: 192px;
  background: #FFFFFF;
  box-shadow: 0px 2px 12px rgba(224, 227, 233, 0.3);
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  text-decoration: none;
  color: #121212;
  padding-left: 30px;
  position: relative;
  padding-top: 24px;
  padding-bottom: 60px;
  padding-right: 30px;
}
.hystory_data .one_hystory_info:hover {
  border: 2px solid #FFD338;
}
.hystory_data .one_hystory_info .date_publication {
  position: absolute;
  right: 30px;
  bottom: 20px;
  text-align: right;
}
.hystory_data .one_hystory_info .date_publication span {
  display: block;
  float: left;
  font-size: 14px;
  line-height: 18px;
}
.hystory_data .one_hystory_info .date_publication p {
  display: block;
  float: left;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  margin-left: 8px;
}
.hystory_data .one_hystory_info .desc_text {
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 18px;
  color: #707175;
  margin-bottom: 20px;
  margin-top: 15px;
}
.hystory_data .one_hystory_info .name_attributes {
  width: 100%;
  float: left;
  padding-top: 6px;
}
.hystory_data .one_hystory_info .name_attributes li {
  width: 100%;
  float: left;
  margin-top: 16px;
}
.hystory_data .one_hystory_info .name_attributes li .name {
  display: block;
  float: left;
  font-size: 16px;
  line-height: 20px;
  margin-right: 12px;
}
.hystory_data .one_hystory_info .name_attributes li .value {
  display: block;
  float: left;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.hystory_data .one_hystory_info .top_hystory_data {
  float: left;
  width: calc(100% - 90px);
  padding-right: 20px;
}
.hystory_data .one_hystory_info .top_hystory_data img {
  display: block;
  float: left;
  max-width: 50px;
  max-height: 32px;
  margin-right: 12px;
  position: relative;
  top: -2px;
}
.hystory_data .one_hystory_info .top_hystory_data .name {
  display: block;
  float: left;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 6px;
  margin-right: 12px;
}
.search_profile_data {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 264px;
}
.search_profile_data input {
  width: 100%;
  float: left;
  display: block;
  height: 26px;
  border: none;
  border-bottom: 1px solid #DCDCE0;
  font-size: 16px;
  line-height: 20px;
  color: #707175;
  background: transparent;
}
.search_profile_data button {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 3px;
  background: url(../img/search_icon.svg) no-repeat center;
  border: none;
}
.profile_saved_list {
  width: 100%;
  float: left;
  margin-bottom: 80px;
}
.saved_data {
  width: 100%;
  position: relative;
  float: left;
}
.saved_data .remove_saved {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  cursor: pointer;
  top: 24px;
  right: 30px;
  width: 20px;
  height: 20px;
  background: url(../img/remove_history.svg) no-repeat center;
  z-index: 20;
}
.saved_data .one_saved_info {
  width: 100%;
  float: left;
  margin-bottom: 16px;
  min-height: 148px;
  background: #FFFFFF;
  box-shadow: 0px 2px 12px rgba(224, 227, 233, 0.3);
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  text-decoration: none;
  color: #121212;
  padding-left: 30px;
  position: relative;
  padding-top: 24px;
  padding-bottom: 52px;
  padding-right: 30px;
}
.saved_data .one_saved_info:hover {
  border: 2px solid #FFD338;
}
.saved_data .one_saved_info .date_publication {
  position: absolute;
  right: 30px;
  bottom: 20px;
  text-align: right;
}
.saved_data .one_saved_info .date_publication p {
  display: block;
  float: left;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #707175;
}
.saved_data .one_saved_info .company_info_long {
  width: 100%;
  float: left;
  padding-top: 18px;
}
.saved_data .one_saved_info .company_info_long .salary_info {
  width: 49.2%;
  float: left;
  font-size: 14px;
  line-height: 20px;
  margin-top: 4px;
  color: #121212;
  padding-left: 32px;
  background: url(../img/salary_yellow_icon.svg) no-repeat center left;
}
.saved_data .one_saved_info .company_info_long .company_info {
  width: 50.8%;
  padding-right: 15px;
  float: left;
}
.saved_data .one_saved_info .company_info_long .company_info img {
  max-width: 38px;
  display: block;
  float: left;
  margin-right: 12px;
  max-height: 60px;
}
.saved_data .one_saved_info .company_info_long .company_info span {
  display: block;
  float: left;
  margin-top: 4px;
  font-size: 14px;
  line-height: 18px;
  color: #121212;
}
.saved_data .one_saved_info .top_hystory_data {
  float: left;
  width: calc(100% - 25px);
  padding-right: 20px;
}
.saved_data .one_saved_info .top_hystory_data img {
  display: block;
  float: left;
  max-width: 50px;
  max-height: 32px;
  margin-right: 12px;
  position: relative;
  top: -2px;
}
.saved_data .one_saved_info .top_hystory_data .name {
  display: block;
  float: left;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 6px;
  margin-right: 12px;
}
.label_type {
  float: left;
  padding: 0px 16px;
  line-height: 24px;
  margin-top: 2px;
  font-size: 12px;
  background: #F1F2F4;
  border-radius: 2px;
}
.label_type.active {
  background: #FFD338;
}
.label_type.viewed {
  background: #FFE99B;
}
.short_vacancy_data{
  position: relative;

}
.work_offered.label_type.viewed{
  display: none;
}

.short_vacancy_data .label_type {
  float: left;
  padding: 0px 16px;
  line-height: 24px;
  margin-top: 2px;
  font-size: 12px;
  background: #F1F2F4;
  border-radius: 2px;
  position: absolute;
  top: 24px;
  right: 20px;
}
.short_vacancy_data .label_type.active {
  background: #FFD338;
}
.short_vacancy_data .label_type.viewed {
  background: #FFE99B;
}



.profile_subscribe_list {
  width: 100%;
  float: left;
  margin-bottom: 96px;
}
.subscribe_data {
  width: 100%;
  position: relative;
  float: left;
}
.subscribe_data .bottom_actions {
  width: auto;
  float: left;
  position: absolute;
  padding-left: 32px;
  padding-right: 32px;
  bottom: 39px;
  z-index: 15;
  right: 0;
}
.subscribe_data .bottom_actions .activate_subscribe {
  float: left;
  text-decoration: none;
  display: block;
  width: 160px;
  height: 32px;
  background: #FFD338;
  border-radius: 4px;
  line-height: 32px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #121212;
}
.subscribe_data .bottom_actions .activate_subscribe:hover {
  background: #FECD21;
}
.subscribe_data .bottom_actions .stop_subscribe {
  float: left;
  text-decoration: none;
  display: block;
  width: 160px;
  height: 32px;
  background: #F1F2F4;
  border-radius: 4px;
  line-height: 32px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #121212;
}
.subscribe_data .bottom_actions .stop_subscribe:hover {
  background: #E9EBEF;
}
.subscribe_data .bottom_actions .look_vacancy {
  display: block;
  float: left;
  line-height: 32px;
  font-weight: 600;
  font-size: 14px;
  margin-right: 16px;
  padding-right: 7px;
  padding-left: 7px;
  text-decoration: none;
  color: #121212;
}
.subscribe_data .bottom_actions .look_vacancy:hover{
  background: #F1F2F4;
  border-radius: 4px;
}
.subscribe_data .bottom_actions .remove_subscribe {
  float: left;
  display: block;
  text-decoration: none;
  text-align: center;
  min-width: 48px;
  height: 32px;
  border: 1px dashed #DCDCE0;
  border-radius: 4px;
  line-height: 32px;
  font-weight: 600;
  font-size: 14px;
  color: #121212;
  margin-right: 16px;
  background: url(../img/remove_subscribe.svg) no-repeat center;
}
.subscribe_data .bottom_actions .remove_subscribe:hover {
  background-color: #E9EBEF;
  border: 1px solid #E9EBEF;
}
.subscribe_data .one_subscribe_info {
  width: 100%;
  float: left;
  margin-bottom: 16px;
  min-height: 192px;
  background: #FFFFFF;
  box-shadow: 0px 2px 12px rgba(224, 227, 233, 0.3);
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  text-decoration: none;
  color: #121212;
  padding-left: 30px;
  position: relative;
  padding-top: 22px;
  padding-bottom: 70px;
  padding-right: 30px;
}
.subscribe_data .one_subscribe_info.small_padding {
  padding-bottom: 47px;
}
.subscribe_data .one_subscribe_info:hover {
  border: 2px solid #FFD338;
}
.subscribe_data .one_subscribe_info .listed_types {
  float: left;
  width: 100%;
  margin-top: 12px;
  position: relative;
}
.subscribe_data .one_subscribe_info .listed_types li {
  float: left;
  font-size: 14px;
  line-height: 20px;
  margin-left: 12px;
  position: relative;
}
.subscribe_data .one_subscribe_info .listed_types li:first-child {
  margin-left: 0;
}
.subscribe_data .one_subscribe_info .listed_types li:first-child:after {
  display: none;
}
.subscribe_data .one_subscribe_info .listed_types li:last-child:after {
  display: none;
}
.subscribe_data .one_subscribe_info .listed_types li:after {
  content: '᛫';
  display: block;
  float: left;
  font-size: 14px;
  color: #707175;
  position: absolute;
  line-height: 18px;
  top: 0;
  right: -8px;
}
.subscribe_data .one_subscribe_info .date_publication {
  position: absolute;
  right: 30px;
  top: 22px;
  text-align: right;
}
.subscribe_data .one_subscribe_info .date_publication.bottom_inline {
  top: auto;
  bottom: 22px;
}
.subscribe_data .one_subscribe_info .date_publication.bottom_inline span {
  display: block;
  float: left;
  color: #707175;
}
.subscribe_data .one_subscribe_info .date_publication.bottom_inline p {
  display: block;
  float: left;
  clear: none;
  color: #707175;
  margin-left: 8px;
}
.subscribe_data .one_subscribe_info .date_publication span {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
  color: #707175;
  margin-bottom: 4px;
}
.subscribe_data .one_subscribe_info .date_publication p {
  display: block;
  clear: both;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
  color: #707175;
}
.subscribe_data .one_subscribe_info .list_counters {
  float: left;
  width: 35.5%;
}
.subscribe_data .one_subscribe_info .list_counters ul {
  float: right;
}
.subscribe_data .one_subscribe_info .list_counters ul li {
  float: left;
  margin-right: 26px;
}
.subscribe_data .one_subscribe_info .list_counters ul li:last-child {
  margin-right: 0;
}
.subscribe_data .one_subscribe_info .list_counters ul li span {
  display: inline-block;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  color: #707175;
  margin-bottom: 4px;
}
.subscribe_data .one_subscribe_info .list_counters ul li p {
  display: block;
  clear: both;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #121212;
  position: relative;
}
.subscribe_data .one_subscribe_info .list_counters ul li p sup {
  position: absolute;
  height: 12px;
  background: #EBAB07;
  border-radius: 8px;
  padding-left: 4px;
  padding-right: 4px;
  font-weight: 600;
  font-size: 8px;
  line-height: 12px;
  color: #FFFFFF;
  top: 0px;
}
.subscribe_data .one_subscribe_info .top_subscribe_data {
  float: left;
  width: 100%;
  padding-right: 110px;
}
.subscribe_data .one_subscribe_info .top_subscribe_data .name {
  display: block;
  float: left;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 6px;
  margin-right: 12px;
}
.margin_top {
  margin-top: 16px;
}
.tpped_count {
  margin-top: 24px;
}
#subscribe_profile .modal-dialog {
  width: 552px;
}
#subscribe_profile .modal-dialog .modal-body .user_form form > label {
  margin-top: 28px;
  padding-top: 0;
  margin-bottom: 38px;
}
#subscribe_profile .modal-dialog .lable_modal {
  padding-top: 24px;
}
#subscribe_profile .modal-dialog .lable_modal .named_data {
  width: 100%;
  float: left;
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}
#subscribe_profile .modal-dialog .login_form .lable_modal label span {
  margin-top: 8px;
}
#subscribe_profile .modal-dialog .lable_modal {
  margin-bottom: 28px;
}
#subscribe_profile .modal-dialog .buttons_list .action_accept {
  margin-right: 0;
}

#subscribe_profile .modal-dialog .login_form .lable_modal label {
  clear: both;
}
#subscribe_profile .modal-dialog .login_form .lable_modal label input:checked + span:before {
  background: url(../img/c_form_p1.svg) no-repeat center;
}
#subscribe_profile .modal-dialog .login_form .lable_modal label span:before {
  background: url(../img/c_form_p.svg) no-repeat center;
}
#subscribe_profile .modal-dialog .ov_fieldset {
  padding-bottom: 24px;
  border-bottom: 1px solid #DCDCE0;
}
#subscribe_profile .modal-dialog .req_bottom {
  width: 100%;
  float: left;
  margin-top: -12px;
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 16px;
  display: block;
}
#subscribe_profile .modal-dialog .mled_select .select2-container--open {
  border: 1px solid #FFD338;
  border-radius: 4px;
  background: #F7F8FA;
  padding-bottom: 50px;
  max-height: 200px;
  overflow-y: auto;
}
.multiple_select-container-data.select2-container {
  z-index: 9990 !important;
}
.mobile_style_personal{
  display: none;
}
.mobile_full{
  display: none;
}
.resume_ovl .resume_slider .one_resume a .bottom_info span{
  min-height: 40px;
}
.info_form_container fieldset.is_error textarea{
      border: 1px solid #D33535;
}
.resume_ovl .resume_slider .one_resume a .bottom_info p{
  overflow: hidden;
    max-height: 53px;
    min-height: 53px;
}
.resume_ovl .resume_slider .one_resume a .bottom_info{
  min-height: 126px;
}
@media (max-width: 999px) {
.search_results .result_one a .ov_image_s img{
  max-width: 100%;
}
.input_top_cont{
  margin-bottom: 0;
}
.email_fixed_accepted{
  top: 60px;
}
.profile_styled{
  margin-top: 60px;
}
.mobile_full{
  display: block;
  position: absolute;
  top: -40px;
  left: 0;
  font-weight: 600;
font-size: 16px;
line-height: 40px;
width: 100%;
text-align: center;
height: 40px;
background: #FFDB5D;
box-shadow: 0px 2px 12px rgba(224, 227, 233, 0.3);
}
.profile_styled .profile_ovl {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
}
.resume_data .bottom_actions .drop_down .action_list {
    left: -180px !important;
}
.resume_data .bottom_actions .drop_down .action_list li a {
    line-height: 36px;
    font-size: 14px;
}
.success_data{
  margin-bottom: 40px;
  font-size: 18px;
}
.aside_data .drop_down .action_list{
  z-index: 28;
  left: -180px;
}
.aside_data .drop_down .action_list li a{
  line-height: 36px;
}
.remove_avatar{
  margin-top: 0 ;
}
.inputted_file{
  margin-top: 0;
  margin-bottom: 12px;
}
.settings_data{
  font-size: 18px;
}
.form_saving_profile .rowed.pwded .ft_width{
  width: 100%;
}
.form_saving_profile .rowed.pwded{
  padding-right: 16px;
}
.profile_styled.mobile_style_personal .top_profile{
  margin-bottom: 0;
}
.profile_styled.mobile_style_personal .top_profile h1{
  margin-bottom: 8px;
}
.top_profile h1{
  cursor: pointer;
  position: relative;
}
.top_profile h1:before{
  content: '';
  display: block;
  float: left;
  position: absolute;
  left: 16px;
  top: 8px;
  width: 24px;
  height: 24px;
  background: url(../img/click.svg) no-repeat center;

}
.short_profile_menu_data.active{
  display: block;
    position: absolute;
    left: 0;
    top: 100px;
    width: 100%;
    border-radius: 0px;
    box-shadow: none;
    height: calc(100% - 100px);
    margin-bottom: 0;
    z-index: 20;
}
footer{
  position: relative;
  z-index: 25;
}
.short_profile_menu_data .profile_menu{
  padding-top: 26px;
}
.ovl_profile_window{
  padding: 0;
}
.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: auto;
    float: none;
    margin: 0px auto;
}
.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
}
.modal{
  padding: 5px;
}
body .modal-content {
    border-radius: 2px !important;
}
.buttons_list .action_cancel{
  padding-left: 20px;
  padding-right: 20px;
}

.buttons_list .action_accept, .buttons_list .accept_logout{
  float: right;
  margin-right: 0;
}
.profile_styled.mobile_style_personal+.content{
  padding-left: 0;
  padding-right: 0;
}
.hystory_data .one_hystory_info .date_publication{
  right: 16px;
}
.hystory_data .one_hystory_info{
  padding-bottom: 40px;
}
.label_type{
  white-space: nowrap;
}
.form_saving_profile .ft_width .show_hidden_info {
    top: 61px !important;
}
.mobile_style_personal{
  display: block;
}
.form_save_changes{
  margin-top: 32px;
  margin-bottom: 56px;
}
.top_profile{
  padding-top: 0;
}
.top_profile h1{
  height: 40px;
background: #FFDB5D;
box-shadow: 0px 2px 12px rgba(224, 227, 233, 0.3);
line-height: 40px;
font-size: 16px;
text-align: center;
}
.top_profile {
    padding-top: 0;
        width: calc(100% + 40px);
    margin-left: -20px;
}
.top_profile .adding_link{
  position: relative;
  display: block;
  float: right;
}
.top_profile .count_data{
  float: left;
  padding-left: 16px;
  font-size: 14px;
  width: auto;
  margin-top: 5px;
}
.resume_data .bottom_actions .hide_resume{
  display: none;
}
.resume_data .one_resume_info .list_counters{
  width: 100%;
  background: #F7F8FA;
border-radius: 4px;
padding-top: 10px;
padding-bottom: 10px;
}
.resume_data .one_resume_info{
  padding-left: 16px;
  padding-right: 16px;
}
.resume_data .one_resume_info .top_resume_data{
  padding-right: 0;
  width: 100%;
}
.resume_data .one_resume_info .list_counters ul{
  float: left;
  padding-left: 32px;
}
.resume_data .one_resume_info .date_publication {
    position: relative;
    right: 0;
    bottom: 0;
    text-align: left;
    width: 100%;
    float: left;
}
.resume_data .one_resume_info .date_publication p{
  float: left;
  display: block;
  clear: none;
  font-size: 12px;
}
.resume_data .bottom_actions{
  bottom: 35px;
  padding-left: 16px;
  padding-right: 16px;
}
.resume_data .one_resume_info{
  padding-bottom: 52px;
}
.resume_data .one_resume_info .date_publication{
  margin-top: 32px;
}
.resume_data .one_resume_info {
    padding-bottom: 52px;
    display: flex;
    flex-wrap: wrap;
}
.resume_data .one_resume_info .list_counters {
    order: 3;
}
.resume_data .one_resume_info .listed_types{
  order:2;
  margin-bottom: 15px;
}
.resume_data .one_resume_info .date_publication{
  order:4;
}
.resume_data .one_resume_info .listed_types{
  margin-top: 21px;
}
.resume_data .one_resume_info .top_resume_data .name{
  font-size: 16px;
}
.resume_data .bottom_actions .drop_down .action_list{
  left: -105px;
}
.short_profile_menu_data{
  display: none;
}
.desc_ovl {
    padding-left: 14px;
    padding-right: 14px;
}
.top_profile .count_data{
  padding-left: 18px;
}
.offer_data .one_offer_info{
  padding-left: 16px;
  padding-right: 16px;
}
.offer_data .bottom_offer_actions:before {
    width: calc(100% - 16px);
    left: 8px;
}
.offer_data .one_offer_info{
  padding-bottom: 164px;
}
.offer_data .bottom_offer_actions{
  height: 164px;
}
.offer_data .one_offer_info .company_info_long .company_info{
  width: 100%;
  padding-right: 0;
}
.offer_data .one_offer_info .company_info_long .salary_info{
  width: 100%;
  margin-top: 13px;
}
.offer_data .one_offer_info .desc_text{
  margin-top: 13px;
}
.offer_data .bottom_offer_actions{
  padding-left: 16px;
  padding-right: 16px;
}
.offer_data .bottom_offer_actions .offered_company{
  margin-bottom: 5px;
}
.offer_data .bottom_offer_actions .rt_offer_data .remove_offer{
  float: right;
  margin-right: 0;
  margin-top: 16px;
}
.offer_data .one_offer_info .date_publication {
    right: auto;
    top: auto;
    left: 16px;
    bottom: 21px;
}
.profile_offers_list {
    margin-top: -19px;
}
.offer_data .bottom_offer_actions .rt_offer_data{
  width: 100%;
}
.hystory_data .one_hystory_info{
  padding-left: 16px;
  padding-right: 16px;
}
.hystory_data .one_hystory_info .top_hystory_data{
  width: 100%;
}
.hystory_data .remove_history{
  top: 12px;
  right: 16px;
}
.hystory_data .one_hystory_info .name_attributes li .name{
  font-size: 14px;
}
.hystory_data .one_hystory_info .name_attributes li .value{
  font-size: 14px;
}
.search_profile_data{
  display: none;
}
.profile_hystory_list{
  margin-top: -14px;
}
.saved_data .one_saved_info{
  padding-left: 16px;
  padding-right: 16px;
}
.saved_data .one_saved_info .company_info_long .company_info{
  width: 100%;
  padding-right: 0;
}
.saved_data .one_saved_info .company_info_long .salary_info{
  width: 100%;
  float: left;
  margin-top: 13px;
}
.saved_data .remove_saved{
  top: 12px;
  right: 16px;
}
.profile_saved_list{
  margin-top: -14px;
}
.ov_image_s{
  max-width: 88px;
}
#mob-header .user_data a.loggined_person::after{
  display: none !important;
}
.resume_data .one_resume_info .date_publication span{
  float: left;
  margin-right: 8px;
}
.resume_data .one_resume_info .date_publication span{
  font-size: 12px;
}
.top_profile h1{
  margin-bottom: 32px;
}
.top_profile .count_data span{
  font-size: 14px;
  margin-left: 4px;
  margin-right: 4px;
}
.top_profile .adding_link{
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  min-width: 20px;
  padding-left: 25px;
  padding-right: 25px;
  margin-right: 16px;
}

  .vectors .list_one li {
    width: 50%;
    padding-left: 4px;
    padding-right: 4px;
  }
  .mled_select {
    min-height: 10px;
    margin-bottom: 0;
  }
  #call_r .modal-dialog {
    width: 100%;
    max-width: 560px;
  }
  .info_back {
    margin-top: 60px !important;
  }
  .resume_ovl {
    display: none;
  }
  .not_seen_ifo {
    font-size: 12px;
    margin-top: 1px;
  }
  .file_upload_data small {
    display: block;
  }
  .full-logo-upload .rt_side_logo .file_upload_data span {
    background: transparent;
    border-bottom: 1px solid #EBAB07;
    padding-bottom: 1px;
    padding-left: 0;
    padding-right: 0;
    font-size: 0px;
    color: transparent;
    padding-top: 0;
    border-radius: 0px;
    margin-top: -20px;
  }
  .full-logo-upload .rt_side_logo .file_upload_data span small {
    position: relative;
    padding-left: 30px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #EBAB07;
  }
  .full-logo-upload .rt_side_logo .file_upload_data span small::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: url(../img/ww.svg) no-repeat center;
  }
  .main_search .form_ovl {
    background: transparent;
    padding: 0;
    width: 100%;
    max-width: 450px;
    display: table;
    float: none;
    margin: 0px auto;
  }
  .main_search .form_ovl .find_people {
    width: 100%;
    font-size: 14px;
    height: 40px;
    margin-top: 12px;
  }
  .main_search .form_ovl .selected_region, .select_wrap_area {
    width: 100%;
    background: #fff;
    box-shadow: 0px 2px 12px rgba(224, 227, 233, 0.3);
    border-radius: 4px;
    margin-top: 12px;
  }
  .main_search .form_ovl .search_inp {
    width: 100%;
    border: none;
    background: #fff;
    box-shadow: 0px 2px 12px rgba(224, 227, 233, 0.3);
    border-radius: 4px;
    padding-left: 0;
  }
  .main_search .form_ovl .search_inp input {
    background: url(../img/search.svg) no-repeat center left 16px;
    padding-left: 44px;
    font-size: 18px;
    line-height: 24px;
    color: #707175;
    font-size: 14px;
  }
  .resume_list {
    padding-top: 32px;
    padding-bottom: 26px;
  }
  .main_search .form_ovl .selected_region .select2-container .select2-selection--single .select2-selection__rendered, .select_wrap_area .select2-container .select2-selection--single .select2-selection__rendered{
    font-size: 14px;
  }
  .main_search {
    padding-top: 56px;
  }
  .emailed {
    display: none;
  }
  .phoned a {
    font-weight: 600;
  }
  footer .col_one_contacts .address_contact {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .logo_home {
    position: relative;
  }
  .logo_home::before {
    content: '';
    display: block;
    float: left;
    width: calc(100% + 8px);
    position: absolute;
    height: 1px;
    background: #707175;
    left: -3px;
    opacity: 0.2;
    top: -32px;
  }
  #header .logo {
    margin-top: 9px;
    margin-right: 0;
  }
  .slick-slider .slick-list {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
  }
  .vectors .list_one li a span.label_dj img {
    width: auto;
    display: block;
    left: 0;
  }
  .vectors {
    padding-bottom: 48px;
  }
  #header {
    background: #fff;
  }
  .vectors .list_one li a span.label_dj {
    font-size: 12px !important;
  }
  .ovl_writed {
    display: block;
    float: left;
    padding-top: 0px;
    width: 100%;
  }
  .ovl_writed .write_us {
    float: left;
    display: block;
    height: 32px;
    border: 1px solid #121212;
    box-sizing: border-box;
    border-radius: 4px;
    line-height: 32px;
    text-decoration: none;
    padding-left: 52px;
    padding-right: 32px;
    position: relative;
    font-weight: 600;
    font-size: 12px;
    color: #121212;
      margin-top: 18px;
      margin-right: 24px;
  }
  .ovl_writed .write_us:before {
    content: '';
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    background: url(../img/called.svg) no-repeat center;
    position: absolute;
    top: 7px;
    left: 29px;
  }
  .modal-content{
    border:none !important;
  }
  .bottom_actions.bottom_resume_actions{
    display: none;
  }
  .modal-content{
    border-radius: 0px !important;
  }
  .ovl_writed .call_us {
    float: right;
    display: block;
    height: 32px;
    border: 1px solid #121212;
    box-sizing: border-box;
    border-radius: 4px;
    line-height: 32px;
    text-decoration: none;
    padding-left: 52px;
    padding-right: 32px;
    position: relative;
    font-weight: 600;
    font-size: 12px;
    color: #121212;
    float: left;
    margin-top: 18px;
  }
  .ovl_writed .call_us:before {
    content: '';
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    background: url(../img/phn.svg) no-repeat center;
    position: absolute;
    top: 7px;
    left: 29px;
  }
  .in_social {
    display: block;
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 16px;
    color: #707175;
    margin-bottom: 12px;
    margin-top: 16px;
  }
  .modal-dialog {
    width: 100%;
    padding: 0;
    max-width: 490px;
  }
  .adding_data .title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 21px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .info_form_container {
    padding-left: 4px;
    padding-right: 4px;
  }
  .info_form_container .ft_width {
    width: 100%;
  }
  .info_form_container fieldset input {
    font-size: 14px;
    padding-left: 16px;
  }
  .onned_select .select2-container .select2-selection--single .select2-selection__rendered,
  .mled_select .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 16px;
    font-size: 14px;
  }
  .info_form_container fieldset input {
    height: 40px;
  }
  .info_form_container fieldset label {
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 12px;
    margin-top: 20px;
  }
  .adding_data .content {
    padding-left: 8px;
    padding-right: 8px;
  }
  .an_data.mobile_data {
    display: block;
    margin-bottom: 0;
  }
  .top_search_form .texted_inp input {
    font-size: 14px;
  }
  .top_search_form .texted_inp_city input {
    font-size: 14px;
  }
  .modal-content {
    border-radius: 0px;
  }
  .top_search_form .form_info {
    max-width: 550px;
    margin-bottom: 24px;
  }
  .an_data.mobile_data {
    padding-left: 16px;
    padding-right: 16px;
  }
  .an_data .lft_price {
    font-size: 28px;
  }
  .an_data .lft_price span {
    font-size: 14px;
    margin-left: -6px;
  }
  .search_results {
    padding-bottom: 58px;
  }
  .an_data.mobile_data {
    display: table;
    float: none;
    margin: 0px auto;
    max-width: 400px;
    width: 100%;
  }
  .top_search_form {
    padding-top: 92px;
  }
  .top_search_form .title {
    font-size: 20px;
    line-height: 24px;
  }
  .top_results_info .finded_s {
    width: 100%;
    float: left;
    display: block;
    background: #f7f8fa;
    padding-top: 16px;
    padding-bottom: 12px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .top_results_info {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    background: #fff;
  }
  .top_results_info .sort span {
    display: none;
  }
  .top_results_info .sort {
    float: left;
    margin-top: 16px;
    margin-left: 16px;
  }
  .filtered {
    padding-left: 16px;
    padding-right: 16px;
  }
  .filtered .ttl {
    width: auto;
  }
  .filtered {
    margin-bottom: -8px;
  }
  .filtered .ttl {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .filtered {
    position: relative;
  }
  .filtered .filter_ttl li:first-child {
    position: absolute;
    top: 0;
    left: 90px;
  }
  .vac_data_info.search_results .result_one .name {
    width: 100%;
    padding-left: 0;
    margin-top: 24px;
  }
  .vac_data_info.search_results .result_one .list_fulldata {
    padding-left: 0;
    margin-bottom: 18px;
  }
  .subscribe form input {
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 16px;
    padding-left: 24px;
    padding-right: 10px;
    margin-bottom: 8px;
  }
  .subscribe form .btnned {
    padding-left: 0;
    width: 100%;
  }
  .subscribe form {
    max-width: 400px;
  }
  .top_search_form .form_info {
    width: 100%;
  }
  .top_search_form .texted_inp {
    width: 100%;
  }
  .top_search_form .texted_inp input {
    padding-left: 17px;
    border: none;
  }
  .top_search_form .texted_inp {
    margin-bottom: 12px;
  }
  .top_search_form .texted_inp_city {
    width: 100%;
  }
  .top_search_form .texted_inp_city,
  .top_search_form .texted_inp {
    margin-right: 0;
    border-radius: 4px;
  }
  .top_search_form .texted_inp_city input {
    padding-left: 17px;
  }
  .top_search_form .form_info button {
    width: 100%;
    margin-top: 12px;
  }
  .top_search_form .form_info button {
    background: #FFD338;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #121212;
  }
  .subscribe form button {
    height: 40px;
    font-size: 14px;
  }
  #header {
    height: 60px;
  }
  .an_data .title_an {
    margin-top: 48px;
  }
  .vectors .olv_vectors_list {
    float: left;
    width: calc(100% + 8px);
    margin-left: -4px;
    margin-right: -4px;
  }

  .vectors .list_one li a.data_dj {
    min-height: 96px;
    padding-left: 12px;
  }
  .vectors .olv_vectors_list .slick-prev.slick-arrow,
  .vectors .olv_vectors_list .slick-next.slick-arrow {
    top: -81px;
  }
  .vectors .title{
    max-width: 100px;
  }

  .vectors .list_one li a.data_dj {
    display: block;
  }
  .career ul li {
    width: 50%;
  }
  .career ul li div {
    height: 80px;
  }
  .career ul {
    margin-bottom: 20px;
  }
  .career .title {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .career .title:before {
    width: 56px;
  }
  footer .col_one_menu {
    width: 100%;
    margin-bottom: 16px;
  }
  footer {
    padding-top: 46px;
  }
  footer .col_one_menu .title {
    margin-bottom: 16px;
  }
  footer .col_one_menu .title {
    font-size: 14px;
    line-height: 20px;
  }
  footer {
    position: relative;
  }
  footer .contact_info .logo_f {
    position: absolute;
    top: 48px;
    right: 16px;
    width: auto;
  }
  footer .contact_info {
    padding-bottom: 17px;
  }
  footer .contact_info .logo_home {
    width: 100%;
    position: relative;
  }
  footer .contact_info .logo_home img {
    display: table;
    float: none;
    margin: 0px auto;
  }
  footer .contact_info p {
    width: 100%;
    margin-top: 24px;
  }
  footer .col_one_contacts {
    width: 100%;
  }
  footer .col_one_contacts .title {
    display: none;
  }
  .searching_emp .title {
    font-size: 10px;
    text-align: left;
    display: block !important;
    line-height: 16px !important;
    width: 100%;
    margin-bottom: 4px;
  }
  .main_search h1 {
    font-size: 24px;
    text-align: left;
    line-height: 34px;
    letter-spacing: -0.2px;
    margin-bottom: 32px;
  }
  .vectors .title {
    margin-top: 56px;
  }
  .searching_emp {
    padding-top: 37px;
    padding-bottom: 39px;
  }
  #main .searching_emp .link {
    display: block;
  }
  #main .searching_emp .link {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #121212;
    padding-right: 28px;
    border-bottom: none;
    text-decoration: none;
    position: relative;
    text-align: left;
  }
  #main .searching_emp .link:after {
    content: '';
    display: block;
    float: right;
    position: absolute;
    top: 2px;
    right: 0px;
    width: 24px;
    height: 24px;
    background: url(../img/arr.svg) no-repeat center;
    background-size: 24px;
  }
  .searching_emp .link {
    display: block;
  }
  .search_by_data {
    display: none;
  }
  .career {
    padding-top: 72px;
  }
  .success_emp {
    padding-top: 240px;
    padding-bottom: 220px;
  }
  .success_emp img {
    width: 64px;
    margin-bottom: 32px;
  }
  .success_emp h1 {
    font-size: 20px;
    line-height: 28px;
  }
  .desc_ovl {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .desc_ovl .top_desc {
    padding-left: 16px;
    padding-right: 16px;
    border: none;
  }
  .desc_ovl .top_desc .type {
    font-size: 14px;
    line-height: 18px;
  }
  .desc_ovl .top_desc .title {
    font-size: 18px;
    line-height: 24px;
    padding-right: 0;
  }
  .desc_ovl .top_desc {
    padding-bottom: 16px;
  }
  .vacancy_description .vacancy_ovl {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
  .desc_ovl .image_data_info {
    padding-left: 16px;
    padding-right: 16px;
  }
  .desc_ovl .image_data_info img {
    width: 12.125%;
  }
  .desc_ovl .image_data_info {
    background: #f7f8fa;
  }
  .prev_header {
    background: #F1F2F4;
  }
  .one_side_data {
    display: none;
  }
  .rt_side_menu {
    display: none;
  }
  .desc_ovl {
    padding-left: 16px;
    padding-right: 16px;
  }
  .features_description {
    padding-top: 24px;
  }
  .features_description .title {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }
  .features_description ul {
    width: 100%;
  }
  .features_description ul {
    padding-right: 0;
    margin-bottom: 24px;
  }
  .doc_description {
    padding-top: 24px;
  }
  .doc_description .title {
    font-size: 18px;
    line-height: 24px;
  }
  .doc_description p,
  .doc_description li {
    font-size: 14px;
    line-height: 18px;
    margin-top: 20px;
  }
  .doc_description li {
    margin-top: 8px;
  }
  .vacancy_description .short_vacancy_data {
    width: 100%;
  }
  .one_vacancy {
    width: 100%;
    float: left;
  }
  .vacancy_ovl {
    position: relative;
    float: left;
  }
  .edit_data_doc {
    margin-bottom: 0;
  }
  .doc_description {
    border-bottom: none;
    margin-bottom: 0;
  }
  .vacancy_description .short_vacancy_data {
    padding-bottom: 156px;
  }
  .edit_data_doc {
    position: absolute;
    left: 0;
    bottom: 36px;
  }
  .edit_data_doc {
    padding-left: 16px;
    padding-right: 16px;
  }
  .edit_data_doc .place_doc {
    display: table;
    float: none;
    margin: 0px auto;
    max-width: 328px;
    width: 100%;
    margin-bottom: 10px;
  }
  .edit_data_doc .edit_doc {
    display: table;
    float: none;
    margin: 0px auto;
  }
  .desc_ovl .image_data_info img {
    width: 40px;
  }
  .desc_ovl .image_data_info .data_source {
    width: 100%;
    padding-left: 60px;
    padding-right: 0;
  }
  .resume_added_data .desc_ovl .image_data_info .data_source .name{
    padding-left: 0 !important;
  }
  .desc_ovl .image_data_info .data_source .sub_name {
    margin-bottom: 16px;
  }
  .vacancy_description .short_vacancy_data {
    padding-bottom: 20px !important;
}
  .desc_ovl .image_data_info {
    padding-bottom: 20px;
  }
  .desc_ovl .image_data_info {
    padding-left: 0;
    padding-right: 0;
  }
  .desc_ovl .image_data_info .data_source .name {
    padding-left: 60px;
  }
  .desc_ovl .image_data_info img {
    position: absolute;
    left: 0;
    top: 0;
    top: 24px;
    max-height: 45px;
    max-width: 40px;
  }
  .desc_ovl .top_desc {
    padding-left: 16px;
    padding-right: 16px;
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
    background: #F1F2F4;
  }
  .prev_header .title {
    font-size: 14px;
    line-height: 18px;
    color: #707175;
  }
  .prev_header {
    padding-top: 24px;
  }
  .prev_header .title {
    margin-bottom: 13px;
    width: 100%;
    display: block;
    float: left;
  }
  .vacancy_description {
    padding-top: 0;
  }
  .desc_ovl .image_data_info {
    position: relative;
    padding-top: 24px;
  }
  .desc_ovl .image_data_info .data_source .name {
    margin-bottom: 16px;
  }
  .edit_data_doc .place_doc {
    font-size: 16px;
  }
  .edit_data_doc .edit_doc {
    font-size: 14px;
  }
  .resume_added_data .desc_ovl .top_desc .title {
    font-size: 16px;
  }
  .resume_added_data .doc_description b,
  .resume_added_data .doc_description em {
    font-size: 14px;
  }
  .resume_added_data .desc_ovl .image_data_info .data_source .sub_name {
    margin-bottom: 30px;
  }
  .resume_added_data .desc_ovl .image_data_info .data_source .name {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .resume_added_data .desc_ovl .image_data_info .data_source .sub_name {
    padding-left: 60px;
  }
  .resume_added_data .desc_ovl .image_data_info img {
    width: 100%;
    max-width: 48px;
    max-height: 64px;
  }
  .rt_data_resume {
    display: none;
  }
  .info_back {
    margin-top: 72px;
  }
  .info_back .back_data {
    display: block;
    margin-bottom: 30px;
  }
  .other_vacancy_list .one_vac .ov_vac {
    padding-bottom: 32px;
  }
  .other_vacancy_list {
    width: 100%;
    margin-top: 48px;
    margin-bottom: 56px;
  }
  .resume_added_data.no_padding.vacancy_description .short_vacancy_data {
    padding-bottom: 28px;
  }
  .search_results .list_result {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .rt_filter_data {
    width: 100%;
    display: none;
  }
  .search_results .ovl_search_results {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
  .search_results .result_one a > img {
    display: none;
  }
  .search_results .result_one .name {
    padding-right: 0;
  }
  .search_results .result_one a {
    padding-left: 16px;
    padding-right: 16px;
  }
  .search_results .result_one .process_data > li span,
  .search_results .result_one .process_data > li ol li {
    font-size: 14px;
    line-height: 18px;
  }
  .search_results .result_one .process_data {
    padding-right: 0;
  }
  .search_results .result_one .process_data > li ol li:after {
    background: #707175;
    right: -9px;
    top: 8px;
  }
  .search_results .result_one .process_data > li ol li {
    margin-right: 12px;
  }
  .search_results .result_one .process_data > li ol li:last-child {
    margin-right: 0;
  }
  .search_results .result_one .person_name .age {
    width: 100%;
    display: block;
    float: left;
    margin-left: 0;
    font-size: 14px;
    line-height: 18px;
    margin-top: 4px;
  }
  .search_results .result_one .person_name {
    padding-right: 0;
    font-size: 14px;
    line-height: 18px;
  }
  .search_results .result_one .person_name .age::before {
    display: none;
  }
  .subscribe {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 24px;
    padding-bottom: 30px;
  }
  .subscribe .title {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
  }
  .subscribe .want {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 24px;
  }
  .place_v {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    width: 100%;
    max-width: 400px;
    padding: 0;
    text-align: center;
  }
  .subscribe {
    margin-bottom: 56px;
  }
  .search_results .result_one .name {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  .search_results .result_one a {
    display: flex;
    flex-wrap: wrap;
  }
  .search_results .result_one a > img {
    display: block;
    float: left;
    position: relative;
    right: 0;
    top: 0;
    display: none;
  }
  .result_one.resume_one_p a {
    position: relative;
    padding-top: 24px;
  }
  .ov_image_s {
    overflow: hidden;
    max-height: 88px;
    border-radius: 4px;
    float: left;
  }
  .ov_image_s img {
    display: block !important;
    width: 88px;
  }
  .search_results .result_one .name {
    width: 100%;
    float: left;
    padding-left: 16px;
    margin-top: 0;
  }
  .search_results .result_one .list_fulldata {
    width: 100%;
    float: left;
    padding-left: 16px;
    margin-top: 0;
  }
  .ov_named_data {
    width: calc(100% - 88px);
  }
  .search_results .result_one .list_fulldata li {
    margin-bottom: 6px;
  }
  .search_results .result_one .list_fulldata li:last-child {
    margin-right: 0;
  }
  .search_results .result_one .list_fulldata {
    padding-right: 0;
  }
  .search_results .result_one a .ov_image_s img {
    position: relative;
    right: 0;
    top: 0;
  }
  .search_results .ovl_listed {
    border: none;
  }
  .search_results .result_one::before {
    width: calc(100% + -16px);
    left: 8px;
  }
  .search_results .result_one .bottom_time {
    bottom: 19px;
    right: 18px;
  }
  .search_results .ovl_listed {
    padding-bottom: 16px;
  }
  #header {
    position: fixed;
    right: -100%;
    top: 0;
    left: auto;
    z-index: 95;
    max-width: 240px;
    overflow-y: scroll;
    height: auto;
    padding-top: 86px;
  }
  #header .content {
    padding-left: 16px;
    padding-right: 16px;
  }
  #header .lang_data {
    position: absolute;
    top: 16px;
    left: 8px;
    margin-top: 0;
  }
  #header .rt_side_menu {
    padding-top: 0;
  }
  #header .rt_side_menu ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 28px;
    padding-left: 8px;
  }
  #header .rt_side_menu ul li:last-child {
    margin-bottom: 0;
  }
  #header .one_side_data .add_vacancy {
    width: 100%;
    float: left;
    margin-right: 0px;
    margin-bottom: 16px;
  }
  #header .one_side_data .add_resume {
    width: 100%;
    float: left;
    margin-right: 0px;
    margin-bottom: 24px;
  }
  #header .one_side_data {
    padding-top: 46px;
    width: 100%;
    float: left;
    padding-right: 0;
  }
  .login_form {
    padding-left: 0;
    padding-right: 0;
  }
  .bottom_frt {
    padding-left: 0;
    padding-right: 0;
  }
  .bottom_frt {
    margin-left: 0;
    width: 100%;
  }
  .login_form .lable_modal label span {
    font-size: 14px;
    line-height: 21px;
  }
  #header .user_data {
    padding-left: 8px;
    border-top: 1px solid #DCDCE0;
    padding-bottom: 36px;
    width: 100%;
    float: left;
    padding-top: 24px;
  }
  .close_header {
    position: absolute;
    top: 20px;
    right: 24px;
    z-index: 50;
    cursor: pointer;
    width: 20px;
    height: 20px;
    border: none;
    background: url(../img/close_h.svg) no-repeat center;
  }
  #header .rt_side_menu {
    display: block;
  }
  #header .one_side_data {
    display: block;
  }
  #header .logo {
    display: none;
  }
  .close_menu {
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    z-index: 92;
    background: rgba(18, 18, 18, 0.5);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
  }
  input,
  textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    box-shadow: none !important;
  }
  #mob-header {
    display: block;
    position: fixed;
    background: #fff;
    z-index: 90;
    padding-left: 16px;
    padding-right: 16px;
    height: 60px;
    width: 100%;
    float: left;
    top: 0;
    left: 0;
    padding-top: 20px;
  }
  #mob-header .logo {
    float: left;
  }
  #mob-header .logo img {
    width: 77px;
  }
  #mob-header #open_menu {
    float: right;
    border: none;
    padding: 0;
    margin-right: 2px;
    width: 20px;
    margin-top: 4px;
    cursor: pointer;
    background: transparent;
  }
  #mob-header #open_menu span {
    width: 100%;
    display: block;
    float: left;
    height: 2px;
    background: #121212;
    border-radius: 2px;
    margin-bottom: 5px;
  }
  #mob-header .user_data {
    float: right;
    margin-right: 26px;
  }
  #mob-header .user_data a {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #707175;
    text-decoration: underline;
  }
  #mob-header .user_data a.loggined_person {
    padding-left: 28px;
    position: relative;
    padding-right: 17px;
    color: #121212;
  }
  #mob-header .user_data a.loggined_person::before {
    content: '';
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    background: url(../img/person.svg) no-repeat center;
    display: block;
    float: left;
    position: absolute;
  }
  #mob-header .user_data a.loggined_person::after {
    content: '';
    width: 12px;
    height: 12px;
    right: 0;
    top: 4px;
    background: url(../img/pa.svg) no-repeat center;
    display: block;
    float: left;
    position: absolute;
  }
  #mob-header .user_data a.loggined_company {
    padding-left: 28px;
    position: relative;
    padding-right: 17px;
    color: #121212;
  }
  #mob-header .user_data a.loggined_company::before {
    content: '';
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    background: url(../img/company.svg) no-repeat center;
    display: block;
    float: left;
    position: absolute;
  }
  #mob-header .user_data a.loggined_person,#mob-header .user_data a.loggined_company {
      padding-left: 28px;
      position: relative;
      padding-right: 17px;
      color: #121212;
      max-width: 145px !important;
      display: block;
      word-wrap: unset;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      padding-right: 0;
  }
  #mob-header .user_data a.loggined_company::after{
    display: none !important;
  }
  #mob-header .user_data a.loggined_company::after {
    content: '';
    width: 12px;
    height: 12px;
    right: 0;
    top: 4px;
    background: url(../img/pa.svg) no-repeat center;
    display: block;
    float: left;
    position: absolute;
  }
  .talled_top:first-child {
    margin-top: 60px;
  }
  .mled_select .select2-container .select2-search--inline .select2-search__field {
    font-size: 14px;
    margin-top: 3px !important;
    padding-left: 16px;
  }
  .mled_select .dropdown-wrapper {
    right: 12px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 12px !important;
  }
  .select_wrap_area .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 19px !important;
  }
  .add_more_city a {
    font-size: 14px;
  }
  .info_form_container form .title_form {
    margin-top: 12px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #EBAB07;
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .info_form_container fieldset textarea {
    width: 100%;
    float: left;
    height: 104px;
    background: #F7F8FA;
    border: 1px solid #F1F2F4;
    box-sizing: border-box;
    border-radius: 4px;
    resize: none;
    padding-top: 11px;
    font-size: 14px;
    line-height: 18px;
    color: #707175;
    padding-left: 16px;
    padding-right: 10px;
  }
  .onned_select .select2-container .select2-selection--single,
  .mled_select .select2-container .select2-selection--single,
  .onned_select .select2-container--default .select2-selection--multiple,
  .mled_select .select2-container--default .select2-selection--multiple {
    height: 40px;
  }
  .onned_select .select2-container .select2-selection--single .select2-selection__rendered,
  .mled_select .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
  }
  .mled_select .select2-container .select2-search--inline .select2-search__field {
    font-size: 14px;
    margin-top: -1px !important;
    padding-left: 16px;
  }
  .login_to_see .tl {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
  }
  .login_to_see a.login {
    text-align: center;
    height: 40px;
    line-height: 40px;
    width: 100%;
    font-size: 14px;
  }
  .login_to_see .continue {
    font-size: 16px;
  }
  .full-logo-upload .image_logo {
    display: none;
  }
  .full-logo-upload .rt_side_logo {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .full-logo-upload .ov_file {
    padding-bottom: 24px;
  }
  .place_data span {
    float: left;
    font-size: 14px;
    line-height: 18px;
    margin-left: 0;
    margin-top: 16px;
    clear: both;
  }
  .place_data button {
    font-size: 14px;
    margin-left: 0;
    float: right;
  }
  .place_data {
    margin-top: 0;
  }
  .rt_side_logo > label {
    display: none;
  }
  .place_data {
    margin-bottom: 36px;
  }
  .rowed_max {
    width: 100%;
    float: left;
  }
  .rowed_max .ft_width {
    width: 50% !important;
  }
  .top_results_info .sort a {
    padding-left: 22px;
  }
  .top_results_info .sort a::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    background: url(../img/verticaled.svg) no-repeat center;
  }
  .mob_filter_show {
    display: block !important;
    float: right;
    text-decoration: underline;
    font-size: 14px;
    line-height: 20px;
    color: #EBAB07;
    margin-right: 16px;
    margin-top: 16px;
  }
  .top_results_info .sort a {
    font-size: 14px;
  }
  .top_results_info .sort a::before {
    top: 2px;
  }
  .top_results_info .sort a::after {
    top: 0;
  }
  .show_inf_dt {
    display: block !important;
    position: fixed;
    z-index: 80;
    background: #fff;
    width: 100%;
    float: left;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    left: 0;
    bottom: 0;
  }
  .show_inf_dt button {
    height: 40px;
    background: #FFD338;
    border-radius: 4px;
    width: 100%;
    text-align: center;
    border: none;
    font-weight: 600;
    font-size: 14px;
    color: #121212;
  }
  .pos_close_data {
    display: block !important;
    position: fixed;
    float: left;
    width: 16px;
    height: 16px;
    background: url(../img/close_f.svg) no-repeat center;
    top: 32px;
    right: 16px;
  }
  .rt_filter_data.active {
    display: block;
  }
  .rt_filter_data {
    position: fixed;
    top: 0;
    left: 0;
    background: #f7f8fa;
    z-index: 999;
    overflow-y: scroll;
    height: calc(100% + 20px);
  }
  .rt_filter_data .an_data {
    display: none;
  }
  .rt_filter_data {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 32px;
    padding-bottom: 75px;
  }
  .list_steps {
    display: table !important;
    float: none;
    margin: 0px auto;
    margin-bottom: 15px;
  }
  .list_steps li {
    float: left;
    width: 12px;
    height: 2px;
    background: #DCDCE0;
    border-radius: 1px;
    margin-left: 3px;
    margin-right: 3px;
    display: block;
  }
  .list_steps li.active {
    background: #EBAB07;
  }
  .month_brt {
    padding-top: 36px;
    padding-right: 0 !important;
  }
  .mled_select .dropdown-wrapper {
    top: 12px !important;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px !important;
  }
  .ft_width.thriid_data {
    width: 100% !important;
  }
  .pwded {
    padding-right: 40px;
  }
  .margined_data {
    padding-top: 0;
  }
  .adding_data {
    padding-top: 80px;
  }
  .dop_info {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
  }
  .login_to_see {
    margin-top: 16px;
  }
  .stepped {
    display: none;
  }
  .stepped.active {
    display: block;
  }
  .ft_width .show_hidden_info {
    display: block;
    position: absolute;
    right: -40px;
    top: 36px;
    width: 56px;
    z-index: 15;
    background: url(../img/show.svg) no-repeat center;
    height: 40px;
    cursor: pointer;
  }
  .info_form_container {
    padding-bottom: 24px;
  }
  .next_steps {
    display: table !important;
    width: 100%;
    float: left;
    margin-bottom: 45px;
    padding-left: 16px;
    padding-right: 16px;
    max-width: 460px;
  }
  .next_steps.step_1 {
    padding-top: 20px;
  }
  .next_steps.step_1 .back_step {
    display: none;
  }
  .next_steps .next_st {
    width: 100%;
    float: left;
    display: block;
    height: 40px;
    background: #FFD338;
    border-radius: 4px;
    line-height: 40px;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: #121212;
    text-decoration: none;
  }
  .next_steps .back_step {
    display: block;
    float: left;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #121212;
    position: relative;
    line-height: 40px;
    padding-left: 28px;
    margin-left: 12px;
  }
  .next_steps .back_step:before {
    content: '';
    display: block;
    float: left;
    position: absolute;
    left: 0;
    height: 40px;
    width: 18px;
    background: url(../img/on.svg) no-repeat center;
  }
  .place_data {
    display: none;
  }
  .details {
    display: block !important;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    padding-top: 12px;
    color: #EBAB07;
  }
  .hidden_on_mobile {
    display: none !important;
  }
  .step_2.next_steps .next_st {
    width: 210px;
    float: right;
  }
  .step_3.next_steps {
    display: none !important;
  }
  .place_data.active {
    display: block !important;
  }
  .place_data .back_step {
    display: block !important;
    float: left;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #121212;
    position: relative;
    line-height: 40px;
    padding-left: 28px;
    margin-left: 12px;
  }
  .place_data .back_step:before {
    content: '';
    display: block;
    float: left;
    position: absolute;
    left: 0;
    height: 40px;
    width: 18px;
    background: url(../img/on.svg) no-repeat center;
  }
  .resume_ovl_mobile {
    width: 100%;
    display: block !important;
    float: left;
  }
  .resume_ovl_mobile .resume_slider_two {
    width: calc(100% + 16px);
    float: left;
    margin-left: -8px;
    margin-right: -8px;
  }
  .resume_ovl_mobile .resume_slider_two .sld_one_t {
    width: 100%;
    float: left;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .resume_ovl_mobile .resume_slider_two .sld_one_t .one_resume {
    width: 50%;
    float: left;
  }
  .resume_ovl_mobile .resume_slider_two .slick-prev.slick-arrow {
    border: none;
    cursor: pointer;
    font-size: 1px;
    color: transparent;
    position: absolute;
    background: url(../img/arrd2.svg) no-repeat center;
    top: -66px;
    right: 78px;
    width: 32px;
    height: 32px;
    display: block;
    z-index: 15;
  }
  .resume_ovl_mobile .resume_slider_two .slick-next.slick-arrow {
    border: none;
    cursor: pointer;
    font-size: 1px;
    color: transparent;
    position: absolute;
    background: url(../img/arrd.svg) no-repeat center;
    top: -66px;
    right: 20px;
    width: 32px;
    height: 32px;
    display: block;
    z-index: 15;
  }
  .resume_ovl_mobile .resume_slider_two .one_resume {
    width: 100%;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
  }
  .resume_ovl_mobile .resume_slider_two .one_resume a {
    display: inline-block;
    position: relative;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    background: #F7F8FA;
  }
  .resume_ovl_mobile .resume_slider_two .one_resume a .bottom_info {
    width: 100%;
    float: left;
    min-height: 96px;
    padding-left: 12px;
    padding-top: 16px;
    padding-right: 5px;
    padding-bottom: 5px;
  }
  .resume_ovl_mobile .resume_slider_two .one_resume a .bottom_info span {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #121212;
  }
  .resume_ovl_mobile .resume_slider_two .one_resume a .bottom_info p {
    width: 100%;
    display: inline-block;
    margin-top: 8px;
    font-size: 14px;
    line-height: 16px;
    color: #707175;
  }
  .resume_ovl_mobile .resume_slider_two .one_resume a .image_ovl {
    width: 100%;
    float: left;
    height: 160px;
    overflow: hidden;
  }
  .resume_ovl_mobile .resume_slider_two .one_resume a .image_ovl img {
    width: calc(100% + 8px);
    margin-left: -5px;
    margin-top: -2px;
    display: inline-block;
  }
  .resume_ovl_mobile .resume_slider_two .one_resume a .bottom_info p {
    font-size: 12px;
  }
  .resume_ovl_mobile .resume_slider_two .sld_one_t .one_resume {
    margin-bottom: 12px;
  }
  .resume_ovl_mobile .resume_slider_two .one_resume a .bottom_info {
    min-height: 80px;
  }
  .resume_ovl_mobile .resume_slider_two .one_resume a .bottom_info span {
    font-size: 14px;
  }
  html,
  body {
    overflow-x: hidden;
  }
  .close_menu {
    cursor: pointer;
  }
}
.resume_ovl_mobile {
  display: none;
}
.place_data .back_step {
  display: none;
}
.details {
  display: none;
}
.next_steps {
  display: none;
}
.list_steps {
  display: none;
}
.pos_close_data {
  display: none;
}
.show_inf_dt {
  display: none;
}
.mob_filter_show {
  display: none;
}
.nomargin{
  margin-left: 0 !important;
}
.data_source .contacted_info+p{
  margin-top: 8px;
}
p.phoned_data b{
  font-weight: 600;
}
p.phoned_data a{
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #EBAB07;
  text-decoration: underline;
  display: inline-block;
  margin-left: 8px;
}
p.phoned_data a:hover{
  text-decoration: none;
}
@media print{
  @page
   {
       size: auto;
       margin: 10mm;
   }
   .aside_data{
     display: none;
   }
   .bottom_resume_actions{
     display: none;
   }
   .desc_ovl .image_data_info img{
     width: 70px !important;
     height: auto !important;
     display: block;
     position: relative;
   }
   .desc_ovl .top_desc{
     padding-bottom: 0;
   }
   .desc_ovl .image_data_info .data_source{
     width: 100%;
     position: relative;
     padding-left: 0;
     padding-right: 0;
     padding-top: 60px;
     margin-left: 0px;
   }
   .desc_ovl .image_data_info .data_source .name{
     margin-left: 0;
   }
  #header{
    display: none !important;
  }
  #mob-header{
    display: none;
  }
  #mob_header,.logo,#open_menu,.user_data{
    display: none !important;
  }
  #footer{
    display: none;
  }
  .other_vacancy_list{
    display: none !important;
  }
  .ar_vacansy{
    display: none !important;
  }
  .rt_data_resume{
    display: none !important;
  }
  .prev_header.info_back{
    display: none !important;
  }
}
@media (max-width:768px){
  .email_fixed_accepted .content{
    flex-direction: column;
    align-items: flex-start;
  }
  .email_fixed_accepted .content p{
    margin-bottom: 5px;
  }
}
@media (max-width:500px){
  .vectors .list_one li{
    width: 100%;
  }
  .ovl_lst {
    width: calc(100% + 10px);
    margin-left: -6px;
  }
  .input_cont .accept_email, .input_cont .accept_phone{
    top: 12px;
    right: 12px;
    padding: 4px 16px;
    font-size: 12px;
  }
  .input_cont input{
    padding-right: 130px !important;
  }
  .accept_email .mob, .accept_phone .mob{
    display: block;
  }
  .accept_email .desk, .accept_phone .desk{
    display: none;
  }
  .ft_width.thriid_data_mod .accept_email, .ft_width.thriid_data_mod .accept_phone{
    padding-left: 16px;
    padding-right: 16px;
    right: 12px;
    top: 9px;
  }
  #accept_phone_modal form{
    padding-left: 0;
    padding-right: 0;
  }
  .email_fixed_accepted .content .send_acception{
    font-size: 14px;
  }
  .email_fixed_accepted .content p{
    font-size: 13px;
  }
  #accept_email_modal form{
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  #accept_email_modal p:last-of-type{
    margin-bottom: 8px;
  }
}


