.nice-select {
  background-color: transparent;

  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 24px;
  line-height: inherit;
  outline: none;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  border: 0px;
  border-bottom: 1px solid rgb(31 31 44 / 50%);
  border-radius: 0;
  padding: 0px;
  color: var(--color-main);
  margin: 0;
}

.nice-select:focus {
  border-bottom: 1px solid rgb(31 31 44 / 50%);
}

.nice-select:hover {
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
}
.nice-select:after {
  content: "";
  display: block;

  position: absolute;
  right: 0px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  background: url(/wp-content/themes/wp-bootstrap-starter/img/select.png);
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: -15px;
}

.nice-select {
  width: 100%;
}

.nice-select.open:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #f8f3ef;
  border-radius: 0px;
  box-sizing: border-box;
  margin-top: 0px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  border: 1px solid rgba(31, 31, 44, 0.5);
  width: 100%;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  list-style: none;
  outline: none;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 14px;
  padding: 12px 15px;

  position: relative;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f4e5e0;
}

.nice-select .option:after {
  content: "";
  display: block;
  width: calc(100% - 30px);
  height: 1px;
  background: rgb(31 31 44 / 7%);
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.nice-select .option.selected {
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}
/* --------------- VAKANSII -------------- */
.banner__box-video.video-vakansii #myVideo {
  top: 0;
  transform: translate(0, 0);
  width: 30%;
  max-height: 300px !important;
}
.banner__box-video.video-vakansii::before {
  content: "";
  background: none;
}
.wrap.vakansii {
  display: flex;
}
.video-vakansii {
  height: 600px;
  display: flex;
  justify-content: center;
}
.video-vakansii video#myVideo {
  height: 100%;
}
.banner__box.vakansii__box {
  position: relative;
  width: 50%;
}
.page-template-page-vakansii .footer__wrap {
  display: none;
}
.page-template-page-vakansii .footer__wrap.footer__bottom {
  display: flex;
}
.vakansii .box-double__right {
  flex-direction: column;
  align-items: center;
}
.vakansii .box-double__right .btn-main.btn-dark {
  margin: 15px 0;
}
@media (max-width: 860px) {
  .box-double__right {
    padding-left: 50px;
  }
}
@media (max-width: 767.98px) {
  .wrap.vakansii {
    flex-direction: column-reverse;
  }
  .banner__box.vakansii__box {
    width: 100%;
  }
  .box-double__right {
    padding-left: 0;
  }
  .video-vakansii video#myVideo {
    display: none;
  }
}
.telegram-link{
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: start;
    color: #3f3f47 !important;
    transition: .3s ease;
    cursor: pointer;
}
.telegram-link:hover{
    cursor: pointer;
}