/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./resources/templates/front/main.scss ***!
  \******************************************************************************************************************************************************/
@charset "UTF-8";
blockquote {
  font-size: 20px;
}

.site-overlay-loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50000;
}
.site-overlay-loading__bar {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 20px;
  background: repeating-linear-gradient(to right, #AF78D2 0%, #004B79, #AF78D2 100%);
  background-size: 200% auto;
  background-position: 0 100%;
  width: 100%;
  animation: gradient 2s infinite;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}

@keyframes gradient {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.d-none {
  display: none;
}

.container {
  width: 100%;
}

.mt-0 {
  margin-top: 0em;
}

.mb-0 {
  margin-bottom: 0em;
}

.mr-0 {
  margin-right: 0em;
}

.ml-0 {
  margin-left: 0em;
}

.mt-1 {
  margin-top: 0.5em;
}

.mb-1 {
  margin-bottom: 0.5em;
}

.mr-1 {
  margin-right: 0.5em;
}

.ml-1 {
  margin-left: 0.5em;
}

.mt-2 {
  margin-top: 1em;
}

.mb-2 {
  margin-bottom: 1em;
}

.mr-2 {
  margin-right: 1em;
}

.ml-2 {
  margin-left: 1em;
}

.mt-3 {
  margin-top: 1.5em;
}

.mb-3 {
  margin-bottom: 1.5em;
}

.mr-3 {
  margin-right: 1.5em;
}

.ml-3 {
  margin-left: 1.5em;
}

.mt-4 {
  margin-top: 2em;
}

.mb-4 {
  margin-bottom: 2em;
}

.mr-4 {
  margin-right: 2em;
}

.ml-4 {
  margin-left: 2em;
}

.mt-5 {
  margin-top: 2.5em;
}

.mb-5 {
  margin-bottom: 2.5em;
}

.mr-5 {
  margin-right: 2.5em;
}

.ml-5 {
  margin-left: 2.5em;
}

.mt-6 {
  margin-top: 3em;
}

.mb-6 {
  margin-bottom: 3em;
}

.mr-6 {
  margin-right: 3em;
}

.ml-6 {
  margin-left: 3em;
}

.mt-7 {
  margin-top: 3.5em;
}

.mb-7 {
  margin-bottom: 3.5em;
}

.mr-7 {
  margin-right: 3.5em;
}

.ml-7 {
  margin-left: 3.5em;
}

.mt-8 {
  margin-top: 4em;
}

.mb-8 {
  margin-bottom: 4em;
}

.mr-8 {
  margin-right: 4em;
}

.ml-8 {
  margin-left: 4em;
}

.mt-9 {
  margin-top: 4.5em;
}

.mb-9 {
  margin-bottom: 4.5em;
}

.mr-9 {
  margin-right: 4.5em;
}

.ml-9 {
  margin-left: 4.5em;
}

.mt-10 {
  margin-top: 5em;
}

.mb-10 {
  margin-bottom: 5em;
}

.mr-10 {
  margin-right: 5em;
}

.ml-10 {
  margin-left: 5em;
}

.select--h30 {
  height: 30px;
}

.select--h39 {
  height: 39px;
}

.filter--h30 {
  height: 30px;
}

.select-popup--h30 {
  height: 30px;
}
.select-popup--h30 .select-popup__btn {
  padding-top: 7px;
  padding-bottom: 7px;
}
.select-popup--h30 .select-popup__search {
  margin-top: 5px;
}

.employee {
  align-items: baseline;
}

.invisible {
  visibility: hidden;
  pointer-events: none;
}

.nowrap {
  white-space: nowrap;
}

.notifications {
  z-index: 40000;
}

.file-input input[type=file] {
  display: none;
}

.employee__col--info {
  flex-basis: 125px;
}

.disabled {
  opacity: 0.8;
  pointer-events: none;
}

.disabled2 {
  opacity: 0.3;
  pointer-events: none;
}

.disabled-events {
  pointer-events: none;
}

.fx-end {
  justify-content: flex-end;
}

.btn--h30 {
  height: 30px;
  padding-top: 8px;
  padding-bottom: 0;
}

.slots {
  display: flex;
  width: 100%;
  height: 20px;
  justify-content: center;
  align-items: center;
}
.slots__item {
  display: inline-block;
  margin: 3px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #c2c2c2;
  cursor: pointer;
}
.slots__item:after {
  display: none;
  box-sizing: border-box;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  left: -5px;
  border: 2px solid #ADAFAF;
  border-right-color: #27AE60;
  border-left-color: #27AE60;
  border-radius: 50%;
  content: "";
  animation: spin 1s linear infinite;
}
.slots__item--apl {
  background: none;
  font-size: 20px;
  width: 20px;
  height: 20px;
  color: #006237;
}
.slots__item--set {
  background: #269f58;
}
.slots__item--warning {
  background: #E50915;
}
.slots__item--selected {
  position: relative;
  overflow: visible;
}
.slots__item--selected:after {
  display: block;
}
.slots__item--selected2 {
  position: relative;
  overflow: visible;
}
.slots__item--selected2:after {
  display: block;
  border: 2px solid #ADAFAF;
  border-right-color: #E50915;
  border-left-color: #E50915;
}
.slots__item--disabled {
  cursor: default;
  opacity: 0.2;
}

@keyframes spin {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.map {
  height: 100%;
  position: relative;
  background: #ffffff;
}
.map__wrap {
  height: 100%;
}
.map__wrap ymaps[class*=copyrights-pane] {
  opacity: 0.6;
}
.map__wrap ymaps[class*=copyrights-promo] {
  pointer-events: none;
}
.map__balloon {
  width: 250px;
}
.map__loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  z-index: 1;
  background: #58595B;
  animation: increase 1.4s infinite;
}

@keyframes increase {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.filters--grid-map {
  gap: 10px;
  grid-template-columns: repeat(6, 1fr);
  padding: 10px;
}

.icon--color-third {
  color: #f7931e;
}

.text--fz-16 {
  font-size: 16px;
}

.text--warning {
  color: #f7931e;
}

.flex-grow-1 {
  flex-grow: 1;
}

#vm-company-edit .cities {
  columns: 215px 3;
  padding-right: 0;
}

.select-popup--single {
  width: 100%;
}
.select-popup--single .select-popup__content {
  padding: 0;
}
.select-popup--single .select-popup__item {
  padding: 8px 10px;
  margin-bottom: 1px;
  font-size: 12px;
}
.select-popup--single .select-popup__item:hover, .select-popup--single .select-popup__item--active {
  background: #e5e5e5;
}

.dimmed {
  opacity: 0.5;
}

.select-popup__btn:after, .select:after {
  padding: 4px 4px;
  content: "↓";
  font-size: 13px;
}

.select-popup--multi .select-popup__btn:after {
  display: none !important;
}
.select-popup--multi .select-popup__btn-icon {
  padding: 4px 7px;
  color: #58595b;
  font-family: iconsfont;
  font-size: 13px;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
}

.select-popup--w-300 {
  width: 300px;
}

.chart__col--danger {
  order: 1;
}
.chart__col--good {
  order: 2;
}
.chart__col--success {
  order: 3;
}

#confirm-modal .popup {
  z-index: 30000;
}

.link {
  cursor: pointer;
}

.stats__header {
  padding-left: 0;
}
.stats__header .row__col {
  overflow: hidden;
  padding-right: 5px;
}
.stats__header .row__col button {
  width: 100%;
  font-size: 11px;
  word-wrap: break-word;
}

.bottom-need__col, .recruiter-need__content-item {
  flex: 0 0 80px;
}
