@font-face {
  font-family: "Ubuntu";
  src: local("Ubuntu-Bold"), url("/local/templates/new-lavoria/fonts/Ubuntu/Ubuntu-Bold.woff2") format("woff2"), url("/local/templates/new-lavoria/fonts/Ubuntu/Ubuntu-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: local("Ubuntu-Medium"), url("/local/templates/new-lavoria/fonts/Ubuntu/Ubuntu-Medium.woff2") format("woff2"), url("/local/templates/new-lavoria/fonts/Ubuntu/Ubuntu-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: local("Ubuntu-Regular"), url("/local/templates/new-lavoria/fonts/Ubuntu/Ubuntu-Regular.woff2") format("woff2"), url("/local/templates/new-lavoria/fonts/Ubuntu/Ubuntu-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: local("Ubuntu-Light"), url("/local/templates/new-lavoria/fonts/Ubuntu/Ubuntu-Light.woff2") format("woff2"), url("/local/templates/new-lavoria/fonts/Ubuntu/Ubuntu-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
body.is-hidden {
  overflow: hidden;
  scrollbar-gutter: stable;
}
.authentication {
  font-family: "Ubuntu", sans-serif;
}
.authentication__row {
  height: 100%;
  min-height: 100vh;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 180px;
}

.authentication__left-col {
  max-width: 432px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  padding-right: 10px;
}
.authentication__right-col{
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 668px;
}

.authentication h1 {
  font-weight: 500;
  font-size: 36px;
  line-height: 120%;
  color: #000;
  margin-bottom: 56px;
}

.authentication__list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.authentication__list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.authentication__list li:last-child {
  margin-bottom: 0;
}
.authentication__list li img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 40px;
}
.authentication__list p {
  font-size: 16px;
  line-height: 150%;
  color: #14181a;
  margin-bottom: 0;
}
.authentication__actions {
  margin-top: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.authentication__actions-mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  border: 1px solid #06bda7;
  border-radius: 6px;
  padding: 6px 20px;
  background: #fff;
  color: #06bda7; 
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  margin-right: 28px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.authentication__actions-mail svg{
  width: 24px;
  height: 25px;
}

.authentication__actions-mail:hover {
  text-decoration: none;
  color: #04a2c9;
  border-color: #04a2c9;
}

.authentication__link {
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  color: #06bda7;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.authentication__link:hover {
  text-decoration: none;
  color: #04a2c9;
}
.authentication__actions .authentication__link + .authentication__link {
  margin-left: 40px;
}

.authentication__block {
  position: relative;
  height: 100%;
  border-radius: 24px;
  background-color: #fff;
  padding: 56px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-x: hidden;
  overflow-y: auto;
}
.authentication__block::-webkit-scrollbar {
  width: 0;
}

.authentication__lang {
  position: absolute;
  top: 56px;
  right: 80px;
}
.authentication__lang .language-box {
  border: 1px solid #e5e4e3;
  border-radius: 8px;
  padding: 9px 16px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  width: 88px;
}
.authentication__lang .language-flag {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #14181a;
  padding: 0;
}
.authentication__lang .language-box svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: #919699;
}

.authentication__heading {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 114%;
  color: #000;
}
.authentication__text {
  margin-top: 20px;
}
.authentication__text span{
  font-size: 16px;
  line-height: 150%;
  color: #5c6266;
}
.authentication__text .authentication__link {
  margin-left: 14px;
  font-size: 16px;
}
.authentication__inner {
  margin-top: 40px;
}
.input {
  position: relative;
}
.input__native {
  width: 100%;
  font-size: 16px;
  line-height: 150%;
  border: 1px solid #e5e4e3;
  padding: 9px 16px;
  background: #f5f5f5 !important;
  color: #14181a;
  border-radius: 8px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.input--white .input__native {
  background: #ffffff !important;
}
.input__native::-webkit-input-placeholder {
  color: #919699;
}
.input__native::-moz-placeholder {
  color: #919699;
}
.input__native:-ms-input-placeholder {
  color: #919699;
}
.input__native::-ms-input-placeholder {
  color: #919699;
}
.input__native::placeholder {
  color: #919699;
}
.input__native:-webkit-autofill,
.input__native:-webkit-autofill:hover, 
.input__native:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 40rem #f5f5f5 inset;
}
.input__label {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 143%;
  color: #666564;
  margin-bottom: 4px;
}

.input .showme {
  display: block !important;
  height: 24px;
  width: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.4353 11.1962C23.4025 11.1222 22.6084 9.36062 20.8431 7.59531C18.4909 5.24312 15.52 4 12.25 4C8.97999 4 6.00905 5.24312 3.65687 7.59531C1.89155 9.36062 1.09374 11.125 1.06468 11.1962C1.02203 11.2922 1 11.396 1 11.5009C1 11.6059 1.02203 11.7097 1.06468 11.8056C1.09749 11.8797 1.89155 13.6403 3.65687 15.4056C6.00905 17.7569 8.97999 19 12.25 19C15.52 19 18.4909 17.7569 20.8431 15.4056C22.6084 13.6403 23.4025 11.8797 23.4353 11.8056C23.4779 11.7097 23.5 11.6059 23.5 11.5009C23.5 11.396 23.4779 11.2922 23.4353 11.1962ZM12.25 15.25C11.5083 15.25 10.7833 15.0301 10.1666 14.618C9.54992 14.206 9.06927 13.6203 8.78544 12.9351C8.50161 12.2498 8.42735 11.4958 8.57205 10.7684C8.71674 10.041 9.07389 9.3728 9.59834 8.84835C10.1228 8.3239 10.791 7.96675 11.5184 7.82205C12.2458 7.67736 12.9998 7.75162 13.6851 8.03545C14.3703 8.31928 14.9559 8.79993 15.368 9.41661C15.7801 10.0333 16 10.7583 16 11.5C16 12.4946 15.6049 13.4484 14.9016 14.1517C14.1984 14.8549 13.2446 15.25 12.25 15.25Z' fill='%23919699' /%3E%3C/svg%3E");
  background-size: contain;
  top: 35px;
  position: absolute;
  right: 16px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.input .showme.active {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.06374 5.42513C9.01945 5.37661 8.98868 5.31731 8.97452 5.25315C8.96036 5.189 8.9633 5.12226 8.98305 5.0596C9.00279 4.99694 9.03865 4.94057 9.08704 4.89613C9.13542 4.85169 9.19463 4.82074 9.25874 4.80638C10.1579 4.60079 11.0776 4.49794 12 4.49982C15.27 4.49982 18.2409 5.74294 20.5931 8.09513C22.3584 9.86044 23.1525 11.622 23.1853 11.6961C23.2279 11.792 23.25 11.8958 23.25 12.0008C23.25 12.1057 23.2279 12.2095 23.1853 12.3054C23.1525 12.3795 22.3584 14.1401 20.5931 15.9054C20.3256 16.1717 20.0509 16.4239 19.7691 16.662C19.6949 16.725 19.5992 16.7567 19.5021 16.7504C19.405 16.7441 19.3141 16.7003 19.2487 16.6283L9.06374 5.42513ZM20.055 19.7454C20.1226 19.8181 20.1751 19.9034 20.2095 19.9965C20.2439 20.0896 20.2595 20.1886 20.2554 20.2878C20.2512 20.3869 20.2275 20.4843 20.1854 20.5742C20.1434 20.6641 20.0839 20.7448 20.0105 20.8115C19.937 20.8783 19.851 20.9298 19.7575 20.9631C19.664 20.9963 19.5649 21.0107 19.4657 21.0054C19.3666 21.0001 19.2696 20.9751 19.1802 20.932C19.0908 20.8889 19.0109 20.8284 18.945 20.7542L16.875 18.4808C15.3398 19.1598 13.6786 19.507 12 19.4998C8.72999 19.4998 5.75905 18.2567 3.40687 15.9054C1.64155 14.1401 0.843741 12.3795 0.814679 12.3054C0.772035 12.2095 0.75 12.1057 0.75 12.0008C0.75 11.8958 0.772035 11.792 0.814679 11.6961C0.843741 11.6248 1.64155 9.86044 3.40687 8.09513C4.11214 7.38661 4.89887 6.76415 5.75062 6.24076L3.94499 4.25419C3.87737 4.18155 3.82483 4.09621 3.79043 4.00311C3.75603 3.91002 3.74045 3.81102 3.7446 3.71186C3.74874 3.61269 3.77252 3.51534 3.81457 3.42544C3.85661 3.33554 3.91608 3.25487 3.98953 3.18812C4.06298 3.12137 4.14895 3.06987 4.24245 3.03659C4.33595 3.00331 4.43513 2.98892 4.53423 2.99425C4.63334 2.99958 4.7304 3.02453 4.81979 3.06765C4.90918 3.11077 4.98913 3.1712 5.05499 3.24544L20.055 19.7454ZM13.9153 15.222L8.97562 9.78451C8.46662 10.4819 8.21386 11.3336 8.26002 12.1958C8.30618 13.0579 8.64844 13.8777 9.22899 14.5168C9.80955 15.1559 10.5928 15.575 11.4466 15.7035C12.3004 15.832 13.1724 15.6619 13.9153 15.222Z' fill='%23919699'/%3E%3C/svg%3E%0A");
}

.input .CapsLock {
  position: absolute;
  top: 4px;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
  font-size: 14px;
  line-height: 143%;
  color: #666564;
}
.input .CapsLock.r35 {
  right: 16px;
}
.input__native.error,
.input__native.is-error {
  border-color: #f00;
  scroll-margin-top: 80px;
}
.input.is-required,
.custom-select2.is-error {
  scroll-margin-top: 80px;
} 
.input p.error {
  font-size: 14px;
  line-height: 143%;
  color: #f00;
  margin-bottom: 0;
  margin-top: 4px;
}
.input.is-required .input__label::after {
  content: "*";
  color: #FF0000;
  margin-left: 4px;
}
.input__label--hide-mark::after {
  display: none;
}
.input__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.input__radio-block {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;  
}
.input__radio-block input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 0;
  position: absolute;
}
.input__radio-block span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: 11px;
  cursor: pointer;
  font-size: 16px;
  line-height: 150%;
  color: #5c6266;
  white-space: nowrap;
}
.input__radio-block input:checked~span {
  border: 2px solid #06bda7;
  padding: 10px;
}
.authentication__block .input {
  margin-bottom: 24px;
}
.authentication__block .input:last-child {
  margin-bottom: 0;
}
.authentication__forgot-link {
  margin-top: 10px;
  text-align: right;
}
.authentication__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-top: 40px;
}

.btn-primary {
  border-radius: 6px;
  background: -o-linear-gradient(48deg, #06b5c5 0%, #06c58c 100%);
  background: linear-gradient(42deg, #06b5c5 0%, #06c58c 100%);
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  
  gap: 4px;
  outline: none !important;
  border: none;
  text-decoration: none;
  cursor: pointer;
  padding: 10px 16px;
  min-width: 120px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  -webkit-appearance: none;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}
.btn-primary:disabled {
  opacity: 0.3;
}
.btn-primary:focus,
.btn-primary:active {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.btn-primary:focus-visible {
  -webkit-box-shadow:inset 0px 0px 0px 3px #14181a;
          box-shadow:inset 0px 0px 0px 3px #14181a;
}
.btn-outline {
  border-radius: 6px;
  border: 1px solid #06bda7;
  color: #06bda7;
  background-color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  outline: none !important;
  text-decoration: none;
  cursor: pointer;
  padding: 9px 16px;
  min-width: 120px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  -webkit-appearance: none;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}
.btn-outline:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.btn-outline:focus-visible {
  -webkit-box-shadow:inset 0px 0px 0px 2px #14181a;
          box-shadow:inset 0px 0px 0px 2px #14181a;
  border-color: #14181a;
}
.btn-primary svg,
.btn-outline svg,
.btn-variation svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.authentication__footer .btn-primary,
.authentication__footer .btn-outline {
  width: 100%;
}

.tooltip-wrap {
  display: inline-block;
  position: relative;
}

.tooltip-wrap .tooltip-icon {
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.tooltip-wrap .tooltip-icon:hover + .tooltip-block {
  opacity: 1;
}

.tooltip-wrap .tooltip-block {
  position: absolute;
  left: 30px;
  top: 15px;  
  z-index: 100;

  width: 320px;
  padding: 16px;
  border-radius: 0 8px 8px 8px;
  background: #e6e6e6;
  -webkit-filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.1));

  -webkit-box-sizing: border-box;

          box-sizing: border-box;
  margin: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.tooltip-wrap .tooltip-block::before {
  content: '';
  position: absolute;
  top: 0;
  left: -21px;
  width: 22px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='14' viewBox='0 0 22 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.5 0H0L21.5 13.5V0Z' fill='%23E6E6E6' /%3E%3C/svg%3E");
}
.tooltip-wrap--left .tooltip-block {
  left: auto;
  right: 30px;
  border-radius: 8px 0 8px 8px;
}
.tooltip-wrap--left .tooltip-block::before {
  left: auto;
  right: -21px;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.agree-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #5c6266;
  margin-bottom: 8px;
}

.agree-text a {
  font-weight: 500;
  color: #06bda7;
}

.bx-auth-reg {
	height: 100%;
}
.bx-auth-reg .authentication__footer{
	padding-bottom: 56px;
}

/* NEW vacancy */
.lavoria-inner {
  position: relative;
  margin-top: 32px;
  overflow-wrap: break-word;
}
.lavoria-inner__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.lavoria-inner__main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 1002px;
}
.lavoria-inner__aside {
  position: relative;
  width: 317px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.aside-sticky {
  position: sticky;
  top: 0;
}
.title-med-24,
#main .lavoria-inner__main .title-med-24 {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color:#14181A;
}
.title-med-16 {
  font-weight: 500;
  font-size: 16px;
}
#main .lavoria-inner__main .title-med-24 {
  margin-bottom: 40px;
}
.bg-block-md {
  background: #fff;
  border-radius: 24px;
  padding: 32px;
}
.bg-block-sm {
  background: #fff;
  border-radius: 16px;
  padding: 16px;
}
.steps-block__title {
  margin-bottom: 32px;
}
.steps-block__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
  gap: 12px;
  margin-bottom: 40px;
}
.steps-block__item::after {
  display: block;
  content: "";
  position: absolute;
  top: 40px;
  left: 16px;
  z-index: 1;
  width: 1px;
  height: calc(100% - 8px);
  border-radius: 2px;
  background-color: #6D6D6D;
}
.steps-block__item:last-child {
  margin-bottom: 0;
}
.steps-block__item:last-child::after {
  display: none;
}
.steps-block__num {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 16px;
  color: #919699;
  border: 1px solid #FFFFFF;
  background: #FFFFFF;
  border-radius: 50%;
  flex-shrink: 0;
}
.steps-block__num::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background-color: transparent;
  border-radius: 100%;
}
.is-active .steps-block__num {
  border-color: #06BDA7;
  color: transparent;
}
.is-active .steps-block__num::after {
  background-color: #06BDA7;
}
.is-done .steps-block__num {
  border-color: #06BDA7;
  background-color: #06BDA7;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 6L9 17L4 12' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
}
.is-done .steps-block__num::after {
  display: none;
}
.steps-block__caption {
  font-size: 16px;
  line-height: 32px;
  color: #5C6266;
}
.new-vacancy {
  position: relative;
}
.new-vacancy__step:not(:first-child) {
  padding-top: 40px;
  border-top: 1px solid #e6e6e6;
}
.new-vacancy__step:not(.is-active) {
  display: none;
}
.input--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;

}
.input__col-left {
  width: 244px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 0;
}
.input__col-right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  scroll-margin-top: 80px;
  min-width: 0;
}
.new-vacancy__step .input__label {
  font-size: 16px;
  line-height: 1.5;
  color: #5c6266;
  margin-bottom: 0;
}

.new-vacancy__step .input__label:has(a) {
  display: flex;
  justify-content: space-between;
}

.new-vacancy .input__label--hide-mark {
  font-size: 14px;
  line-height: 1.42857;
  color: #666564;
}
.new-vacancy .input  {
  margin-bottom: 40px;
}
.input__val {
  font-size: 16px;
  line-height: 1.5;
  color: #14181a;
}

.input__col-right .select2-container .select2-selection--multiple, 
.input__col-right .select2-container .select2-selection--single {
  background: #f5f5f5 !important;
  border-color: #e5e4e3 !important;
  padding: 7px 2px 7px 8px !important;
}

.input__col-right .is-error ~ .select2-container .select2-selection--multiple, 
.input__col-right .is-error ~ .select2-container .select2-selection--single {
  border-color: #f00 !important;
  scroll-margin-top: 80px;
}

.input__col-right .custom-select2--white + .select2-container .select2-selection--multiple, 
.input__col-right .custom-select2--white + .select2-container .select2-selection--single {
  background: #ffffff !important;
}
.input__col-right .select2-container--default.select2-container--disabled .select2-selection__rendered,
.custom-select2--white + .select2-container--default.select2-container--disabled .select2-selection__rendered
 {
  background: transparent !important;
 
}
.input__col-right .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #14181A;
}
.input__col-right .select2-container--default.select2-container--disabled,
.custom-select2--white + .select2-container--default.select2-container--disabled {
  opacity: 0.4;
}
.select2-container--default .select2-dropdown-new {
  padding-top: 12px;
}
.select2-container--default .select2-dropdown-new .select2-results>.select2-results__options {
  max-height: 264px;
  padding-bottom: 12px;
}
.select2-container--default .select2-dropdown-new .select2-search.select2-search--dropdown {
  padding: 0 12px 8px 12px;
  background-color: transparent;
}
.select2-container--default .select2-dropdown-new .select2-search--dropdown .select2-search__field {
  padding: 6px 8px;
  background: #f5f5f5 !important;
  border: 1px solid #e5e4e3 !important;
  color: #919699 !important;
  border-radius: 4px;
}
.select2-container--default .select2-dropdown-new .select2-results {
  padding: 0 12px;
}
.select2-container--default .select2-dropdown-new .select2-results__option {
  padding: 8px;
}

.checkbox, .radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 0;
  min-width: 1px;
  color: #14181a;

}
label.checkbox + label.checkbox, 
label.radio + label.radio {
  margin-top: 12px;
}

.checkbox input, .radio input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1px solid #d1d1d1;
  background-color: #fff;
  width: 20px;
  height: 20px;
  margin: 2px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.checkbox input {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 4px;
}

.radio input {
  border-radius: 50%
}

.checkbox:hover input, 
.radio:hover input {
  border-color: #2b3940;
}

.checkbox input:focus-visible,
.radio input:focus-visible {
  border-color: #2b3940;
}

.radio input:checked,
.checkbox input:checked  {
  background: #ffcb13;
  border-color: #ffcb13;
}

.radio input:checked:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
}

.checkbox input:checked {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.3333 2L4.99996 9.33333L1.66663 6' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.checkbox span,
.radio span {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;  
}

.checkbox input:disabled,
.radio input:disabled {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #919699;
  pointer-events: none;
}

.checkbox input:checked:disabled,
.radio input:checked:disabled {
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
  color: #919699;
}

.input__col-right .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: -4px;
}
.new-vacancy__job-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8px 56px;
}
.new-vacancy__job-desc {
  font-size: 14px;
  line-height: 1.42857;
  color: #919699;
}
.new-vacancy__job-template {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.new-vacancy__template a{
  font-size: 14px;
  line-height: 1.42857;
  color: #06bda7;
}
.custom-textarea {
  display: block;
  width: 100%;
  height: 92px;
  min-height: 92px;
  border: 1px solid #e5e4e3;
  border-radius: 8px;
  padding: 10px 16px;
  background: #f5f5f5;
   scroll-margin-top: 50px;
}
.custom-textarea.is-error {
  border-color: #f00;
 
}
.custom-switch {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 8px;
  padding: 4px;
  background: #e6e6e6;
}
.custom-switch__item {
  cursor: pointer;
  margin: 0;
}
.custom-switch__item input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 0;
  position: absolute;
}
.custom-switch__item span {
  display: block;
  border-radius: 8px;
  padding: 6px 16px;
  min-width: 162px;
  font-size: 16px; 
  line-height: 1.5;
  color: #5c6266;
  text-align: center;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.custom-switch__item input:checked ~ span {
  color: #14181a;
  -webkit-box-shadow: -4px -4px 40px 0 rgba(0, 0, 0, 0.03);
          box-shadow: -4px -4px 40px 0 rgba(0, 0, 0, 0.03);
  background: #fff;
} 
.new-vacancy__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px 16px;
  scroll-margin-top: 80px;
}
.new-vacancy__col {
  width: calc((100% - 16px)/2);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
}
.new-vacancy__row .input__label{
  font-size: 14px;
  line-height: 1.42857;
  color: #666564;
}
.new-vacancy__benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.new-vacancy__benefits-item {
  width: calc((100% - 12px)/2);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0 !important;
}

.new-vacancy__col .calendar-icon {
  position: absolute;
  margin-left: -30px;
  bottom: 10px;
  width: 24px;
  height: 24px;
}
.new-vacancy__add-language {
  text-align: end;
  margin-top: 12px;
  
}
.new-vacancy__add-language a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #06bda7;
  text-decoration: none;
  padding-left: 28px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0.25C8.07164 0.25 6.18657 0.821828 4.58319 1.89317C2.97982 2.96451 1.73013 4.48726 0.992179 6.26884C0.254225 8.05042 0.061142 10.0108 0.437348 11.9021C0.813554 13.7934 1.74215 15.5307 3.10571 16.8943C4.46928 18.2579 6.20656 19.1865 8.09787 19.5627C9.98919 19.9389 11.9496 19.7458 13.7312 19.0078C15.5127 18.2699 17.0355 17.0202 18.1068 15.4168C19.1782 13.8134 19.75 11.9284 19.75 10C19.7468 7.41513 18.7185 4.93705 16.8907 3.10927C15.063 1.28149 12.5849 0.253225 10 0.25ZM13.75 10.75H10.75V13.75C10.75 13.9489 10.671 14.1397 10.5303 14.2803C10.3897 14.421 10.1989 14.5 10 14.5C9.80109 14.5 9.61033 14.421 9.46967 14.2803C9.32902 14.1397 9.25 13.9489 9.25 13.75V10.75H6.25C6.05109 10.75 5.86033 10.671 5.71967 10.5303C5.57902 10.3897 5.5 10.1989 5.5 10C5.5 9.80109 5.57902 9.61032 5.71967 9.46967C5.86033 9.32902 6.05109 9.25 6.25 9.25H9.25V6.25C9.25 6.05109 9.32902 5.86032 9.46967 5.71967C9.61033 5.57902 9.80109 5.5 10 5.5C10.1989 5.5 10.3897 5.57902 10.5303 5.71967C10.671 5.86032 10.75 6.05109 10.75 6.25V9.25H13.75C13.9489 9.25 14.1397 9.32902 14.2803 9.46967C14.421 9.61032 14.5 9.80109 14.5 10C14.5 10.1989 14.421 10.3897 14.2803 10.5303C14.1397 10.671 13.9489 10.75 13.75 10.75Z' fill='%2306BDA7' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
}
.new-vacancy__add-language a:hover {  
  opacity: 0.7;
}

.tariffs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
.new-vacancy__step .tariffs {
  margin-bottom: 50px;
}
.tariffs__item {
  position: relative;
  width: calc((100% - 32px) / 3);
  min-width: 200px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;

}
.tariffs__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  inset: 0;
  z-index: 1;
  cursor: pointer;
}
.tariffs__wrap {
  position: relative;
  height: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  padding: 40px 16px 32px 16px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.tariffs__input:checked ~ .tariffs__wrap {
  border-color: #06bda7;
  outline: 1px solid #06bda7;
}
.tariffs__label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 16px;
  border-radius: 18px 0 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.42857;
  color: #fff;
}
.tariffs__item:nth-child(1) .tariffs__label{
  background: #04A2C9;
}
.tariffs__item:nth-child(2) .tariffs__label{
  background: #FFCB13;
}
.tariffs__item:nth-child(3) .tariffs__label{
  background: #7F56D9;
}
.tariffs__header {
  min-height: 90px;
  margin-bottom: 24px;
}
.tariffs__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #14181a;
  margin-bottom: 4px;
}
.tariffs__price {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.2;
  color: #14181a;
  margin-bottom: 4px;
}
.tariffs__duration {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.16667;
  color: #919699;
}
.tariffs__desc {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.16667;
  color: #5c6266;
}
.tariffs__body {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tariffs__body li {
  position: relative;
  margin-top: 8px;
  padding-left: 36px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.16667;
  color: #5c6266;
}
.tariffs__body li::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 6L9 17L4 12' stroke='%235C6266' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}
.tariffs .error {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  width: 100%;
  font-size: 14px;
  line-height: 143%;
  color: #f00;
  margin-bottom: 0;
  margin-top: 0;
}
.tariffs.is-paid .tariffs__input:not(:checked) {
  background-color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
}
.new-vacancy__steps {
  margin-bottom: 24px;
}
.attractiveness .tooltip-wrap .tooltip-icon{
  width: 16px;
  height: 16px;
}
.attractiveness__title {
  display: inline-block;
  margin-right: 8px;
}
.attractiveness__subtitle {
  font-size: 14px;
  line-height: 1.42857;
  color: #5c6266;
  margin-top: 4px;
  margin-bottom: 28px;
}
.attractiveness__text {
  margin-top: 28px;
  border-radius: 10px;
  padding: 16px;
  background: #e6e6e6;
  font-size: 12px;
  line-height: 1.33333;
  color: #5c6266;
}
.circle-range {
  position: relative;
  width: 136px;
  height: 136px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.circle-range::before {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  border: 13px solid #e6e6e6;
  border-radius: 50%;
}
.circle-range__progress {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.circle-range__progress circle {
  stroke-width: 12px;
  stroke-linecap: round;
  fill: none;
  -webkit-transform: rotate(140deg);
  -ms-transform: rotate(140deg);
  transform: rotate(140deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.circle-range__value {
  font-size: 24px;
  line-height: 1.25;
  color: #14181a;
}
.new-vacancy__bottom {
  position: sticky;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 16px;
  border-top: 1px solid #e6e6e6;
  padding: 32px 1px;
  margin: 0 -1px;
  background-color: #FFFFFF;
}
.new-vacancy__saved {
  margin-left: auto;
}
.new-vacancy__next,
.new-vacancy__publish,
.new-vacancy__buypublish,
.new-vacancy__activate {
  margin-left: auto;
}
.new-vacancy__saved ~ .new-vacancy__next,
.new-vacancy__saved ~ .new-vacancy__publish,
.new-vacancy__saved ~ .new-vacancy__buypublish,
.new-vacancy__saved ~ .new-vacancy__activate {
  margin-left: 0;
}
.unpublished-popup {
  display: none;
  position: fixed;
  top: 96px;
  right: 24px;  
  border-radius: 16px;
  padding: 8px 24px;
  padding-left: 56px;
  width: 264px;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px; 
  color: #14181a;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 6L9 17L4 12' stroke='%2306BDA7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 24px top 8px;
}
.attractiveness__mobile {
  display: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  color: #06bda7;
  padding-right: 25px;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 13L7.5 7L1.5 1' stroke='%2306BDA7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
}
.attractiveness__mobile:hover {
  color: #06bda7;
  text-decoration: none;
}
.attractiveness__mob-text,
.attractiveness__close {
  display: none;
}
.tariffs__button {
  display: none;
}
.more-lang {
  margin-top: 16px;
}
.more-lang .language__clean {
  pointer-events: none;
  display: none;
}
.lang-row .new-vacancy__col:first-child {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.lang-row .new-vacancy__col span.select2-container {
  width: 100% !important;
}
.more-lang__del,
.language__clean,
.own-city__del {
  color: transparent;
  font-size: 0;
  width: 24px;
  height: 24px;
  margin-top: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.25 4.5H16.5V3.75C16.5 3.15326 16.2629 2.58097 15.841 2.15901C15.419 1.73705 14.8467 1.5 14.25 1.5H9.75C9.15326 1.5 8.58097 1.73705 8.15901 2.15901C7.73705 2.58097 7.5 3.15326 7.5 3.75V4.5H3.75C3.55109 4.5 3.36032 4.57902 3.21967 4.71967C3.07902 4.86032 3 5.05109 3 5.25C3 5.44891 3.07902 5.63968 3.21967 5.78033C3.36032 5.92098 3.55109 6 3.75 6L4.93934 19.5C4.93934 19.8978 5.2187 20.2794 5.5 20.5607C5.7813 20.842 6.60218 21 7 21H17C17.3978 21 18.2187 20.842 18.5 20.5607C18.7813 20.2794 19 19.8978 19 19.5L20.25 6C20.4489 6 20.6397 5.92098 20.7803 5.78033C20.921 5.63968 21 5.44891 21 5.25C21 5.05109 20.921 4.86032 20.7803 4.71967C20.6397 4.57902 20.4489 4.5 20.25 4.5ZM10.5 15.75C10.5 15.9489 10.421 16.1397 10.2803 16.2803C10.1397 16.421 9.94891 16.5 9.75 16.5C9.55109 16.5 9.36032 16.421 9.21967 16.2803C9.07902 16.1397 9 15.9489 9 15.75V9.75C9 9.55109 9.07902 9.36032 9.21967 9.21967C9.36032 9.07902 9.55109 9 9.75 9C9.94891 9 10.1397 9.07902 10.2803 9.21967C10.421 9.36032 10.5 9.55109 10.5 9.75V15.75ZM15 15.75C15 15.9489 14.921 16.1397 14.7803 16.2803C14.6397 16.421 14.4489 16.5 14.25 16.5C14.0511 16.5 13.8603 16.421 13.7197 16.2803C13.579 16.1397 13.5 15.9489 13.5 15.75V9.75C13.5 9.55109 13.579 9.36032 13.7197 9.21967C13.8603 9.07902 14.0511 9 14.25 9C14.4489 9 14.6397 9.07902 14.7803 9.21967C14.921 9.36032 15 9.55109 15 9.75V15.75ZM15 4.5H9V3.75C9 3.55109 9.07902 3.36032 9.21967 3.21967C9.36032 3.07902 9.55109 3 9.75 3H14.25C14.4489 3 14.6397 3.07902 14.7803 3.21967C14.921 3.36032 15 3.55109 15 3.75V4.5Z' fill='%23919699' /%3E%3C/svg%3E");
}
.lang-row .new-vacancy__col:nth-child(2) {
  width: calc((100% - 96px) / 2);
}
.lang-row .error {
  width: 100%;
}
/* MEDIA */
.job_body__hr {
  border: 1px solid #e7eff3;
  margin: 16px 0;
}
.block-tarif-new .job_body {
  color: #2B3940;
  padding: 20px;
  height: 100%;
  margin: 0;
}
.job_body__duration span{
  font-weight: 500;
}
.block-tarif-new .job_body h4 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 8px;
  font-weight: 700;
}
.job_body__content {
  font-size: 14px;
  line-height: 20px; 
}
.mt--3 {
  margin-top: 12px !important;
}
.mb--5 {
  margin-bottom: 40px !important;
}
.vacany-lable {
  display: inline-block;
  padding: 2px 6px;
  color: #fff !important;
  border-radius: 4px;
  font-size: 12px !important;
  line-height: 14px !important;
  font-weight: 500 !important;
  position: relative;
  bottom: 3px;
}
.vacany-lable--with-access {
  background-color: #1D82E9;
}
.vacany-lable--standart {
  background-color: #2B3940;
}
.vacany-lable--premium {
  background-color: #FFCB13;
}
h1 .vacany-lable,
.joyride-col h1 div.free_vacany {
  vertical-align: middle;
  position: relative;
  bottom: 3px;
}
.circle-check-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.circle-check-list li {
    display: block;
    position: relative;
    padding-left: 28px;
    line-height: 1.5;
    color: #2b3940;
    margin-bottom: 8px;
}
.circle-check-list li:last-child {
    margin-bottom: 0;
}
.circle-check-list li span {
    font-weight: 500;
}
.circle-check-list li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 16C10.1217 16 12.1566 15.1571 13.6569 13.6569C15.1571 12.1566 16 10.1217 16 8C16 5.87827 15.1571 3.84344 13.6569 2.34315C12.1566 0.842855 10.1217 0 8 0C5.87827 0 3.84344 0.842855 2.34315 2.34315C0.842855 3.84344 0 5.87827 0 8C0 10.1217 0.842855 12.1566 2.34315 13.6569C3.84344 15.1571 5.87827 16 8 16V16ZM11.707 6.707C11.8892 6.5184 11.99 6.2658 11.9877 6.0036C11.9854 5.7414 11.8802 5.49059 11.6948 5.30518C11.5094 5.11977 11.2586 5.0146 10.9964 5.01233C10.7342 5.01005 10.4816 5.11084 10.293 5.293L7 8.586L5.707 7.293C5.5184 7.11084 5.2658 7.01005 5.0036 7.01233C4.7414 7.0146 4.49059 7.11977 4.30518 7.30518C4.11977 7.49059 4.0146 7.7414 4.01233 8.0036C4.01005 8.2658 4.11084 8.5184 4.293 8.707L6.293 10.707C6.48053 10.8945 6.73484 10.9998 7 10.9998C7.26516 10.9998 7.51947 10.8945 7.707 10.707L11.707 6.707V6.707Z' fill='%2306C58C' /%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
}
#upgrade_window h3.access-title-bar {
  font-size: 28px !important;
  line-height: 34px; 
}
#upgrade_window div.popup-window-content,
#upgrade_window div.popup-window-content div {
  max-width: 100%;
}
#upgrade_window div.popup-window-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#upgrade_window div.popup-window-content h4 {
  font-size: 20px;
  line-height: 24px; 
  margin-bottom: 8px;
  width: 100%;
}
#upgrade_window .upgrade_window__content {
  font-size: 16px;
  line-height: 24px; 
  width: 82%;
}
#upgrade_window .pop_but_tarif {
  width: 18%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: right;
}
#upgrade_window .pop_but_tarif.first {
  height: auto;
  margin-bottom: 0;
  border-bottom: none;
}
#upgrade_window .upgrade_window__duration {
  width: 100%;
  margin-bottom: 16px;
}
#upgrade_window .upgrade_window__duration span{
  font-weight: 500;
}
#upgrade_window .pop_but_tarif + h4 {
  position: relative;
}
#upgrade_window .pop_but_tarif + h4::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e7eff3;
  margin: 24px 0;
}
.popup-window-overlay {
  width: 100% !important;
}
.btn-variation {
  border-radius: 6px;
  color: #06bda7 !important;
  background: #ccc;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px;
  outline: none !important;
  text-decoration: none;
  cursor: pointer;
  padding: 10px 16px;
  min-width: 120px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  -webkit-appearance: none;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}
.btn-variation.disabled, 
.btn-variation:disabled {
  pointer-events: none;
  opacity: 0.7;
}
.btn-variation--danger {
  color: #ff6363 !important;
} 
.btn-svg-icon {
  padding: 10px;
  min-width: unset;
}
.page-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  margin-top: 30px;
}
.page-top__title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
.page-top__action-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 16px;
}
.page-top__action-block--vacancy {
  gap: 8px;
}
.adaptive-moove-btns{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
}
.vacany-label {
  border-radius: 4px;
  padding: 2px 6px;
  font-weight: 500;
  font-size: 12px;  
  line-height: 14px; 
  text-align: center;
  color: #fff;
}
.vacany-label--standart {
  background: #2B3940;
}
.vacany-label--premium {
  background: #FFCB13;
}
.vacany-label--with-access {
  background: #1D82E9;
}
.vacany-label--free {
  background: #06bda7;
}
.new-vacancy--detail .input {
  margin-bottom: 0 !important;
  padding: 24px 0;
  border-bottom: 1px solid #e6e6e6;
}
.new-vacancy--detail .new-vacancy__step:not(:first-child) {
  border-top: none;
}
#main .lavoria-inner__main .new-vacancy--detail .title-med-24 {
  margin-bottom: 16px;
}
.input__desc-val div {
  font-size: 14px;
  line-height: 1.5;
}
.input__desc-val + .input__desc-val {
  margin-top: 24px;
}
span + .dynamic-capital {
  text-transform: lowercase;
}
.lavoria-inner__img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  background: #fff;
  border-radius: 16px;
  padding: 16px;
}
.lavoria-inner__img-inner {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.new-vacancy__candidates{
  margin-top: 40px;
}

#main .lavoria-inner__main .new-vacancy__candidates .title-med-24 {
  margin-bottom: 32px;
}
.aside-detail-vacancy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
}
.secondary-text {
  color: #5C6266;
  font-size: 16px;
  line-height: 24px;
}
#upgrade-vacancy {
  max-width: 904px;
  border-radius: 24px;
  padding: 40px 32px 32px !important;

}
.upgrade-vacancy__tariffs .tariffs__item:first-child .tariffs__label{
  background: #04a2c9;
}
.upgrade-vacancy__tariffs .tariffs__item:nth-child(2) .tariffs__label{
  background: #ffcb13;
}
.upgrade-vacancy__tariffs .tariffs__item:nth-child(3) .tariffs__label{
  background: #7F56D9;
}
.upgrade-vacancy__tariffs .tariffs__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 16px;
}
.upgrade-vacancy__tariffs .tariffs__body {
  margin-bottom: 16px;
}
.upgrade-vacancy__tariffs .tariffs__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
}

.no-click {
  pointer-events: none;
  cursor: default;

}
.tariffs__button.no-click{
  opacity: 0.5;
  text-decoration: none;
}

.tip_icon {
  top: 200px;
}

.language-box-item .menu-popup-item-icon {
  background-image: url(/local/templates/new-lavoria/images/langIconsSmSprite.png);
  width: 24px;
  height: 24px;
}

.language-box-item.el .menu-popup-item-icon {
  background-position: right;
}
#menu-popup-feed-filter-popup {
  padding: 12px !important;
}
#menu-popup-feed-filter-popup .menu-popup {
  padding: 0;
}

.select2-container--default #select2-OBJECT-results .select2-results__option--highlighted[aria-selected] {
  background-color: #fff !important;
}
.select2-container--default #select2-OBJECT-results .select2-results__option:hover {
  background-color: #F5F8FA !important;
}

.add-own-city {
  font-size: 14px;
  line-height: 20px;
  color: #666564;
}
.add-own-city span {
  display: inline-block;
  margin-right: 12px;
}
.add-own-city a {
  display: inline-block;
  color: #06bda7;
  font-weight: 500;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
}
.add-own-city a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.add-own-city.is-disabled {
  opacity: 0.4;
  pointer-events: none;
}
@media (hover: hover) {
  .btn-primary:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  .btn-outline:hover {
    opacity: 0.7;
    color: #06bda7;
    text-decoration: none;
  }
  .btn-variation:hover {
    text-decoration: none;
    opacity: 0.7;
  }

}
@media (hover: none) {
  .btn-primary:active {
    opacity: 0.7;
    text-decoration: none;
  }
  .btn-outline:active {
    opacity: 0.7;
    color: #06bda7;
    text-decoration: none;
  }
}
@media (min-width: 681px) {
  .page-top__mobile-btn,
  .mobile-title {
    display: none;
  }
}
@media (min-height: 700px) and (min-width: 1024px) {
  .authentication__row {
    height: 100vh;
  }
}
@media (max-height: 701px) and (min-width: 1024px) {
  .authentication__row {
    max-height: 690px;
  }
}
@media (min-height: 901px) and (min-width: 1024px) {
  .authentication__left-col {
    padding-top: 62px;
    padding-bottom: 62px;
  }
}
@media (max-width: 1600px) {
  .lavoria-inner__aside {
    width: 264px;
  }
}
@media (max-width: 1439px) {
  .authentication__row {
    gap: 11%;
  }
}
@media (max-width: 1200px) {
  .authentication__row {
    gap: 5%;
  }
  .authentication__block {
    padding: 42px;
  }
  .authentication__lang {
    top: 42px;
    right: 42px;
  }
  .lavoria-inner__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .lavoria-inner__aside {
    width: 100%;
    z-index: 1;
  }
  .aside-z  .lavoria-inner__aside {
    z-index: 5;
  }
  .steps-block__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 48px;
  }
  .steps-block__item {
    margin-bottom: 0;
  }
  .steps-block__caption {
    display: none;
  }
  .steps-block__item::after {
    width: 24px;
    height: 1px;
    top: 50%;
    left: 44px;
  }
  .aside-detail-vacancy {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 26px;
  }
  .aside-detail-vacancy .lavoria-inner__img, 
  .aside-detail-vacancy .new-vacancy__attractiveness {
    width: calc((100% - 26px) / 2);
  }
}

@media (max-width: 1023px) {
  .authentication__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
    padding: 24px 0;
  }

  .authentication__left-col {
    max-width: 100%;
    padding-right: 0;
  }

  .authentication__right-col {
    max-width: 100%;
  }
  .bx-auth-reg .authentication__footer{
    padding-bottom: 0;
  }
  .input--row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
  .new-vacancy .input {
    margin-bottom: 32px;
  }
  .new-vacancy .checkbox, 
  .new-vacancy .radio {
    padding: 8px 0;
    margin-top: 0 !important;
    border-bottom: 1px solid #e6e6e6;
  }
  .new-vacancy .checkbox:first-child, 
  .new-vacancy .radio:first-child {
    border-top: 1px solid #e6e6e6;
  }

  .new-vacancy .tooltip-wrap {
    position: static;
  }
  .new-vacancy .tooltip-wrap .tooltip-block {
    left: 0;
    right: 0;
    width: auto;
    top: 30px;
  }

  .new-vacancy .tooltip-wrap .tooltip-block::before {
    display: none;
  }
  .new-vacancy__job-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .new-vacancy__benefits-item {
    width: 100%;
  }
  .new-vacancy__col {
    width: 100%;
  }
  .new-vacancy__col .checkbox {
    border: none !important;
    padding: 0;
  }
  .tariffs__item {
    width: 100%;
  }
  .lang-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lang-row.new-vacancy__col:nth-child(2) {
    width: calc(100% - 40px);
  }
  .new-vacancy--detail .input {
    padding: 16px 0;
  }
  .new-vacancy__step:not(:first-child) {
    padding-top: 32px;
  }
}
@media (max-width: 980px) {
  .aside-detail-vacancy .lavoria-inner__img, 
  .aside-detail-vacancy .new-vacancy__attractiveness {
    width: 100%;
  }
}
@media (max-width: 767px) {

  .bg-block-md {
    padding: 24px 16px 16px 16px;
  }
  .authentication__row {
    padding-bottom: 0;
  }
  .authentication__logo img {
    max-width: 180px;
  }
  .authentication h1 {
    font-size: 24px;
    line-height: 133%;
    margin-bottom: 40px;
  }
  .authentication__actions {
    display: none;
  }
  .authentication__block {
    position: static;
    padding: 40px 16px;
    margin: 0 -15px;
    border-radius: 24px 24px 0 0;
  }
  .authentication__lang {
    top: 24px;
    right: 16px;
  }
  .tooltip-wrap {
    position: static;
  }
  .tooltip-wrap .tooltip-block {
    left: 0;
    top: 30px;
    width: calc(100vw - 48px);
  }
  .tooltip-wrap .tooltip-block::before {
    display: none;
  }
  .authentication__block .notetext {
    margin-bottom: -16px;
  }

  #main .lavoria-inner__main .title-med-24 {
    margin-bottom: 32px;
  }
  .attractiveness .tooltip-wrap .tooltip-block {
    width: 100%;
  }
  #schem.schem-md, #rblock-jobs, #runblock-jobs {
    max-width: 95% !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 680px) {
  .lavoria-inner {
    margin: 32px -30px 0;
  }
  .lavoria-inner.mb-5{
    margin-bottom: 95px !important;
  }
  .steps-block__title {
    display: none;
  }
  .steps-block__wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .attractiveness__mobile {
    display: block;    
  }
  .new-vacancy__steps {
    margin-bottom: 12px;
  }

  .attractiveness {
    position: fixed;
    display: none;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    border-radius: 16px 16px 0 0;
  }
  body.is-hidden .new-vacancy__attractiveness.is-open::before {
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    background: #333;
    z-index: 2;
    opacity: 0.5;
  }
  .attractiveness .tooltip-wrap {
    display: none;
  }

  .attractiveness__subtitle{
    display: inline-block;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px; 
    color: #14181a;
    margin-left: -8px;
    margin-bottom: 8px;
  }

  .attractiveness__mob-text {
    display: block;
    font-size: 12px;
    line-height: 16px; 
    color: #5c6266;
    margin-bottom: 35px;
  }
  .attractiveness__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
  }
  .is-ios .attractiveness__close {
    margin-bottom: 60px;
  }
  .new-vacancy .input__col-left {
    position: relative;
    width: 100%;
  }
  .new-vacancy .tooltip-wrap .tooltip-block {
    padding-right: 36px;
  }
  .new-vacancy .tooltip-block-close {
    display: block;
    position: absolute;
    top: 4px;
    right: 4px;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1L1 11M1 1L11 11' stroke='%23919699' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
  }
  .new-vacancy__bottom {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 8px;
    border-top: none;
  }
  .new-vacancy__bottom button {
    width: 100%;
  }
  .new-vacancy .custom-switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .new-vacancy .custom-switch__item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .new-vacancy .custom-switch__item span {
    min-width: none;
    width: 100%;
  }

  .new-vacancy__saved {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .new-vacancy__back.is-active,
  .new-vacancy__back.is-active ~ .new-vacancy__next,
  .new-vacancy__back.is-active ~ .new-vacancy__publish.mobile-visible {
    width: calc((100% - 8px)/2);
  }
  .new-vacancy__step.is-active + .new-vacancy__bottom .new-vacancy__back.is-active {
    width: 100%;
  }
  .tariffs {
    margin-bottom: 0;
  }
  .tariffs__input {
    width: 1px;    
  }
  .tariffs__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 16px;
  }
  .new-vacancy__publish,
  .new-vacancy__buypublish,
  .new-vacancy__activate {
    display: none !important;
  }
  .title-med-24, #main .lavoria-inner__main .title-med-24 {
    font-size: 16px;
    line-height: 24px;
  }
  .new-vacancy__candidates {
    padding: 0 16px;
  }
  .aside-detail-vacancy .lavoria-inner__img {
    max-width: 264px;
    margin: 0 auto;
  }
  .page-top {
    margin-top: 20px;
  }
  .page-top__action-block--vacancy {
    position: fixed;
    bottom: 34px;
    left: 16px;
    right: 16px;
    z-index: 5;
  }
  .page-top__action-block--vacancy > .btn-outline {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .is-ios .page-top__action-block--vacancy {
    bottom: 64px;
  }
  
  .page-top__mobile-btn {
    margin-left: auto;
  }
  .adaptive-moove-btns {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    border-radius: 16px 16px 0 0;
    background: #fff;
    padding: 16px;
    padding-bottom: 34px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.is-hidden .page-top__action-block--vacancy.is-open::before{
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    background: #333;
    z-index: 2;
    opacity: 0.5;
  }
  .is-ios .adaptive-moove-btns {
    padding-bottom: 64px;
  }
  .adaptive-moove-btns .btn-svg-icon {
    width: 100%;
  }
  
  .new-vacancy__publish.mobile-visible {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-mobile {
    display: none;
  }
  .tariffs.is-paid .tariffs__input:not(:checked) {
    width: 100%;
  }
  #upgrade-vacancy {
    width: 100%;
    left: 50% !important;
    -webkit-transform: translateX(-50%) translateY(15%);
        -ms-transform: translateX(-50%) translateY(15%);
            transform: translateX(-50%) translateY(15%);
    padding: 24px 16px 16px !important;
  }
  #main h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .adaptive-moove-btns .share__overlay {
    top: -34px;
    margin-top: 0;  
  }
  .share__overlay._open {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  #topline {
    z-index: 10002;
  }
}
@media(max-width: 576px) {
  .jobs_list_bot .col-companies.list .col .row.job .ik-r .upgr.btn-primary {
    margin: 15px 0 5px !important;
    width: 100% !important;
    margin-top: 35px !important;
  }

  #rblock-jobs .popup-window-buttons, #runblock-jobs .popup-window-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
  }
  #rblock-jobs .popup-window-buttons .popup-window-button, #runblock-jobs .popup-window-buttons .popup-window-button {
    margin: 0 !important;
  }
  #upgrade-vacancy {
    -webkit-transform: translateX(-50%) translateY(20%);
        -ms-transform: translateX(-50%) translateY(20%);
            transform: translateX(-50%) translateY(20%);
  }
}

.new-vacancy--detail .tariff{
  display: flex;
  padding: 24px 16px;
  width: 100%;
  background: #E6E6E6;
  border-radius: 12px;
}

.tariff-wrapper{
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
}

.tariff-plan{
  font-weight: 500;
}

.tariff-info{
  display: flex;
  gap: 24px;
}

.tariff-date{
  color: #5C6266;
}

.tariff-button{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border-width: 0px;
  width: 103px;
  background: #34C76F;
  border-radius: 16px;
  pointer-events: none;
}

.tariff-button-text{
  height: 20px;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}