

/* Start:/local/components/vamsvet/jobs/templates/.default/style.css?175325624824881*/
a {
  color: #3389EA;
}

.vs--form-field {
  position: relative;
}
.vs--form-field input, .vs--form-field textarea {
  width: 100%;
  border: 1px solid #dbe0e5;
  font-size: 16px;
  padding-right: 50px;
  padding-left: 20px;
  transition: all 0.3s ease-in-out;
  outline: transparent;
}
.vs--form-field input + .label, .vs--form-field textarea + .label {
  position: absolute;
  padding: 4px;
  color: #a2a9ad;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
  top: 14px;
  left: 18px;
  transition: top 0.2s;
  transform-origin: 0 0;
  pointer-events: none;
  background-color: #ffffff;
}
.vs--form-field input:focus:not(:-moz-read-only) + .label, .vs--form-field textarea:focus:not(:-moz-read-only) + .label {
  top: 0;
  margin-top: -9px;
  font-size: 12px;
}
.vs--form-field input:focus:not(:read-only) + .label, .vs--form-field input:not(.empty) + .label, .vs--form-field textarea:focus:not(:read-only) + .label, .vs--form-field textarea:not(.empty) + .label {
  top: 0;
  margin-top: -9px;
  font-size: 12px;
}
.vs--form-field input:focus, .vs--form-field textarea:focus {
  outline: auto #6bb431;
}
.vs--form-field input:focus + .label, .vs--form-field textarea:focus + .label {
  color: #6bb431;
}
.vs--form-field input {
  height: 50px;
}
.vs--form-field textarea {
  border-radius: 8px;
  padding: 13px 50px 13px 18px;
  height: auto;
  overflow: hidden;
  min-height: 50px;
  display: inline-table;
}
.vs--form-field .letter-count {
  position: absolute;
  right: 0;
  font-size: 12px;
  line-height: 12px;
  text-align: right;
  top: -15px;
}
@media screen and (max-width: 640px) {
  .vs--form-field .letter-count {
    width: 112px;
    top: -38px;
    line-height: 15px;
  }
}
.vs--form-field .remove {
  display: none;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -11px;
  border-radius: 11px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
}
.vs--form-field .remove svg {
  width: 12px;
  height: 12px;
  fill: #A2A9AD;
}
.vs--form-field .remove:hover {
  cursor: pointer;
  background-color: #DBE0E5;
}
.vs--form-field .select-arrow {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -10px;
}
.vs--form-field .select-arrow svg {
  width: 20px;
  height: 20px;
}
.vs--form-field .select-arrow.expanded {
  transform: rotate(180deg);
}
.vs--form-field:hover .remove {
  display: flex;
}
.vs--form-field .error {
  position: absolute;
  top: 100%;
  left: 20px;
  padding-top: 1px;
  font-weight: 500;
  color: #f73d34;
  z-index: 1;
  font-size: 10px;
  line-height: 12px;
}
.vs--form-field.has-error input,
.vs--form-field.has-error textarea {
  border-color: #f73d34;
}
.vs--form-field.select {
  cursor: pointer;
}
.vs--form-field.select input {
  cursor: pointer;
}
.vs--form-field > .vs--tooltip {
  display: block;
  opacity: 1;
  width: 150px;
  left: 0;
  right: auto;
  transform: translateX(0);
  text-align: center;
}
.vs--form-field.styles .style-name-width {
  position: fixed;
  top: 0;
  left: 0;
}
.vs--form-field.styles .values-list {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  z-index: 1;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.05);
  font-size: 14px;
}
.vs--form-field.styles .values-list li {
  display: flex;
  align-items: center;
  padding: 0 16px;
  height: 35px;
  cursor: pointer;
  background-color: transparent;
  transition: background-color 0.2s ease-in-out;
}
.vs--form-field.styles .values-list li:hover {
  background-color: #F2F3F5;
}
.vs--form-field.styles .values-list li .link {
  display: block;
  padding: 0.3rem 0;
  color: #3389EA;
  transition: color 0.3s ease-in-out;
  font-size: 16px;
  font-weight: 500;
}
.vs--form-field.styles .values-list li .link svg {
  width: 12px;
  height: 12px;
  margin-right: 11px;
  fill: #3389EA;
}
.vs--form-field.styles .styles-list {
  margin: 1rem -0.5rem 0 -0.5rem;
  display: flex;
  flex-wrap: wrap;
}
.vs--form-field.styles .styles-list .style-item {
  display: flex;
  align-items: center;
  height: 32px;
  padding: 0 10px;
  margin: 0.5rem;
  background-color: #F2F3F5;
  border-radius: 4px;
  position: relative;
  font-size: 14px;
}
.vs--form-field.styles .styles-list .style-item .remove {
  display: flex;
  width: 20px;
  height: 20px;
  right: 7px;
  margin-top: 0;
  position: static;
  margin-left: 10px;
}
.vs--form-field.styles .styles-list .style-item .remove svg {
  width: 11px;
  height: 11px;
  fill: #001A34;
}
.vs--form-field.styles .styles-list .style-item .remove:hover {
  cursor: pointer;
  background-color: #ffffff;
}
.vs--form-field.styles .styles-list .style-item .danger {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.vs--form-field.styles .styles-list .style-item .danger .relative {
  width: 100%;
  height: 100%;
  position: relative;
}
.vs--form-field.styles .styles-list .style-item .danger svg {
  width: 18px;
  height: 18px;
}
.vs--form-field.styles .styles-list .style-item .danger:hover .vs--tooltip {
  min-width: 240px;
  display: block;
  opacity: 1;
  animation: fadeInFromNone 0.3s ease-out;
}

[class^=vs--] .btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 15px !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  width: -moz-min-content;
  width: min-content;
}
[class^=vs--] .btn.is-dark {
  background-color: #001A34;
  color: white;
}
[class^=vs--] .btn.is-dark:hover {
  background-color: #000A14;
}
[class^=vs--] .btn.is-gray {
  color: white;
  background-color: #B1B9C2 !important;
}
[class^=vs--] .btn.is-gray:hover {
  background-color: #A2A9AD !important;
}
[class^=vs--] .btn.is-green:not(.outline) {
  background-color: #6BB431;
}
[class^=vs--] .btn.is-green:not(.outline):hover {
  background-color: #559025;
}
[class^=vs--] .btn.is-green.outline {
  color: #6BB431;
  border: 1px solid #6BB431;
  background-color: white;
}
[class^=vs--] .btn.is-green.outline:hover {
  color: white;
  background-color: #6BB431;
}
[class^=vs--] .btn.lg {
  height: 40px;
  font-weight: 700;
  font-size: 16px;
}
[class^=vs--] .btn.sm {
  height: 24px;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  padding: 0 10px !important;
}
[class^=vs--] .btn svg {
  fill: white;
}
[class^=vs--] .btn svg + span {
  margin-left: 10px;
}

.vs--status {
  position: relative;
  display: inline-flex;
}
.vs--status .status-popup {
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 25px;
  z-index: 15;
  width: 400px;
  left: 0;
  top: calc(100% + 20px);
  max-width: 350px;
}
@media screen and (max-width: 640px) {
  .vs--status .status-popup {
    width: 326px;
    top: calc(100% + 9px);
    left: 0;
  }
}
.vs--status .status-popup .popup-inner {
  position: relative;
}
.vs--status .status-popup .popup-inner .close-link {
  position: absolute;
  width: 14px;
  height: 14px;
  top: -10px;
  right: -10px;
  cursor: pointer;
}
.vs--status .status-popup .popup-inner .close-link svg {
  width: 14px;
  height: 14px;
}
.vs--status .status-popup .step-list {
  position: relative;
}
.vs--status .status-popup .step-list .list-item {
  position: relative;
  padding-left: 50px;
}
.vs--status .status-popup .step-list .list-item:not(:first-child):before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 77px;
  border: 3px solid #DBE0E5;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-right: none;
  left: 0;
  top: -74px;
  z-index: 3;
}
.vs--status .status-popup .step-list .list-item:last-child:before {
  border-top-left-radius: 0;
  border-top-color: transparent;
}
.vs--status .status-popup .step-list .list-item:after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #DBE0E5;
  top: 0;
  left: 20px;
  z-index: 4;
}
.vs--status .status-popup .step-list .list-item.active:after {
  background-color: #6BB431;
}
.vs--status .status-popup .step-list .list-item.active:before {
  border-color: #6BB431;
}
.vs--status .status-popup .step-list .list-item.active:last-child:before {
  border-top-left-radius: 0;
  border-top-color: transparent;
}
.vs--status .status-popup .step-list .list-item .name {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.vs--status .status-popup .step-list .list-item .description {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #777D83;
}
.vs--status .status-popup .step-list .list-item:not(:last-child) {
  height: 80px;
}
.vs--status .status-popup .step-list:before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 157px;
  border: 3px solid #DBE0E5;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-right: none;
  left: 0;
  top: 6px;
  z-index: 3;
}
.vs--status .status-popup .rejected {
  position: relative;
  padding-left: 30px;
}
.vs--status .status-popup .rejected .name {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.vs--status .status-popup .rejected .description {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #777D83;
}
.vs--status .status-popup .rejected:before {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #F73D34;
  top: 0;
  left: 0;
  z-index: 4;
}

.vs--status-badge {
  border-radius: 8px;
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  padding: 0 16px;
  height: 36px;
  font-size: 14px;
  line-height: 17px;
  color: white;
  font-weight: 700;
  cursor: pointer;
}
.vs--status-badge svg {
  width: 18px;
  height: 18px;
  fill: white;
  margin-left: 10px;
}
.vs--status-badge.md {
  height: 32px;
}
.vs--status-badge.sm {
  height: 28px;
}
.vs--status-badge.draft {
  background-color: #001A34;
}
.vs--status-badge.check {
  background-color: #FF9900;
}
.vs--status-badge.published {
  background-color: #6BB431;
}
.vs--status-badge.rejected {
  background-color: #F73D34;
}

.vs--style-tag {
  background: #F2F3F5;
  border-radius: 6px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  height: 32px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s ease-in-out;
}
.vs--style-tag:hover:not(.readonly) {
  color: inherit !important;
  background-color: #E2EAEF;
}

.vs--view-count {
  display: flex;
  align-items: center;
}
.vs--view-count svg {
  width: 30px;
  height: 16px;
  fill: #B7C2CA;
}
.vs--view-count.vertical {
  flex-direction: column;
}
.vs--view-count.vertical .count {
  margin-top: 7px;
}
.vs--view-count.horizontal .count {
  margin-left: 10px;
}

.vs--badge {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: white;
  display: inline-flex;
  background-color: #F73D34;
  height: 22px;
  align-items: center;
  padding: 0 8px;
  border-radius: 8px;
}
.vs--badge .text {
  position: relative;
  padding-left: 10px;
}
.vs--badge .text:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}
.vs--badge.draft {
  background-color: #001A34;
}
.vs--badge.check {
  background-color: #FF9900;
}
.vs--badge.published {
  background-color: #6BB431;
}

.link {
  display: inline-flex;
  align-items: center;
  color: #3389EA;
  cursor: pointer;
}
.link svg + span {
  margin-left: 6px;
}
.link > span {
  border-bottom: 1px dashed transparent;
}
.link:hover {
  color: #3389EA;
}
.link:hover > span {
  border-bottom: 1px dashed #3389EA;
}

.vs--modal {
  font-size: 14px;
}
.vs--modal .header {
  margin-bottom: 1rem;
}
.vs--modal .footer {
  margin-top: 1rem;
  background-color: transparent;
}
.vs--modal .title {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
.vs--modal .buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vs--modal .buttons .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 32px;
  height: 50px;
  font-weight: 700;
}
.vs--modal .buttons .btn.is-gray {
  color: #ffffff;
}
.vs--modal .buttons .btn + .btn {
  margin-left: 32px;
}

.vs--modal-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 11px;
  position: absolute;
  top: 9px;
  right: 9px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.vs--modal-close svg {
  width: 12px;
  height: 12px;
  fill: #001A34;
  transition: fill 0.3s ease-in-out;
}
.vs--modal-close:hover {
  cursor: pointer;
  background-color: #000;
}
.vs--modal-close:hover svg {
  fill: #fff;
}

.prod-v2 .prod__btn.is-active {
  background: #fff !important;
}

.vs--jobs .swiper-button-prev,
.vs--jobs .swiper-button-next {
  width: 45px;
  height: 45px;
  background: #fff;
  color: #777D83;
  box-shadow: -10px 20px 55px 0px #96B0CD;
  border-radius: 8px;
  transition: 0.3s;
}
@media screen and (max-width: 640px) {
  .vs--jobs .swiper-button-prev,
  .vs--jobs .swiper-button-next {
    box-shadow: -5px 10px 40px 0px #B5CCE7;
  }
}
.vs--jobs .swiper-button-prev:before,
.vs--jobs .swiper-button-next:before {
  font-size: 20px;
}
.vs--jobs .swiper-button-prev:hover,
.vs--jobs .swiper-button-next:hover {
  background: #3389EA;
  color: #fff;
  box-shadow: -10px 20px 55px 0px #62B4FF;
}
@media screen and (max-width: 640px) {
  .vs--jobs .swiper-button-prev:hover,
  .vs--jobs .swiper-button-next:hover {
    box-shadow: -5px 10px 40px 0px #62B4FF;
  }
}
.vs--jobs .is-closed {
  filter: grayscale(1);
}
.vs--jobs .is-closed .salary {
  color: #BFBFBF;
}
.vs--jobs ._is-mob {
  display: none;
}
@media screen and (max-width: 640px) {
  .vs--jobs ._is-mob {
    display: block;
  }
}
.vs--jobs ._is-desc {
  display: block;
}
@media screen and (max-width: 640px) {
  .vs--jobs ._is-desc {
    display: none;
  }
}
.vs--jobs .btn.is-blue:hover {
  color: #fff !important;
  background: #006DE8;
}

.vs--modal {
  max-width: 380px;
}
.vs--modal .vs--form-field {
  margin-bottom: 20px;
}
.vs--modal .btn {
  flex-grow: 1;
  text-transform: uppercase;
}
.vs--modal .vs--dropzone .title {
  text-align: left;
  margin-bottom: 20px;
}
.vs--modal .img {
  width: 176px;
  margin: 90px auto 40px;
}
.vs--modal .title {
  line-height: 30px;
}
.vs--modal .header .title {
  text-transform: uppercase;
  margin-bottom: 30px;
}

.vs--scrollbar-values {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  z-index: 1;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.05);
  font-size: 14px;
}
.vs--scrollbar-values li {
  display: flex;
  align-items: center;
  padding: 0 16px;
  height: 35px;
  cursor: pointer;
  background-color: transparent;
  transition: background-color 0.2s ease-in-out;
}
.vs--scrollbar-values li:hover {
  background-color: #F2F3F5;
}

.vs--form-field.icon-1a_city .st-form__input {
  padding-left: 54px !important;
}
@media screen and (max-width: 640px) {
  .vs--form-field.icon-1a_city .st-form__input {
    max-width: 258px;
  }
}
.vs--form-field.icon-1a_city:before {
  position: absolute;
  left: 20px;
  font-size: 20px;
  margin-right: 8px;
  top: 50%;
  margin-top: -10px;
}

.vs--scrollbar-values li {
  font-size: 16px;
  font-weight: 500;
}
.vs--scrollbar-values li:hover {
  background: #D8DBDD;
}

.ScrollbarsCustom {
  background: #F2F3F5 !important;
  border-color: transparent !important;
  top: 32px !important;
}

.vs--projects-filter {
  display: flex;
  align-items: flex-end;
  margin-bottom: 60px;
  padding-left: 30px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .vs--projects-filter {
    flex-wrap: wrap;
    padding-left: 0;
    width: 270px;
  }
}
.vs--projects-filter .box {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  min-height: 40px;
  padding-right: 30px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .vs--projects-filter .box {
    max-width: 288px;
  }
}
.vs--projects-filter .box .st-form__input {
  height: 45px;
  font-size: 16px;
  font-weight: 500;
  line-height: 17px;
  padding-left: 20px;
  background: #F2F3F5;
  border-color: transparent;
}
.vs--projects-filter .box .st-form__input:focus {
  border-width: 0px !important;
  outline: 0px !important;
}
.vs--projects-filter .box.sort .st-form__input {
  width: 205px;
}
.vs--projects-filter .box + .box {
  margin-left: 40px;
}
@media screen and (max-width: 640px) {
  .vs--projects-filter .box + .box {
    margin-left: 0;
    margin-top: 16px;
  }
}
.vs--projects-filter .box.nav {
  justify-content: flex-end;
  margin-left: auto;
  font-size: 14px;
  line-height: 17px;
  color: #A2A9AD;
}
.vs--projects-filter .box .reset-filter {
  flex: 0 1 auto;
  margin-left: 6px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
}
.vs--projects-filter .box .reset-filter svg {
  width: 16px;
  height: 16px;
  fill: #3389EA;
}
.vs--projects-filter .box .reset-filter:hover .vs--tooltip {
  max-width: 68px;
  display: block;
  opacity: 1;
  animation: fadeInFromNone 0.3s ease-out;
  right: calc(100% - 13px);
}
.vs--projects-filter .box .reset-filter:hover .vs--tooltip .text {
  font-size: 10px;
  line-height: 12px;
  text-align: center;
}
.vs--projects-filter .box-flex {
  display: flex;
}
.vs--projects-filter .box-flex__diap {
  position: relative;
  display: flex;
  align-items: center;
}
.vs--projects-filter .box-flex__diap:nth-child(1) {
  margin-right: 8px;
}
.vs--projects-filter .box-flex__diap input {
  height: 40px;
  text-align: right;
  padding-right: 34px;
  max-width: 126px;
  font-size: 14px;
}
.vs--projects-filter .box-flex__range-place {
  color: #a2a9ad;
  padding: 0 6px;
  position: absolute;
}
.vs--projects-filter .box-flex__range-place:nth-last-child(1) {
  right: 0;
}
.vs--projects-filter .flex-title {
  color: #A2A9AD;
  font-size: 12px;
  font-weight: 500;
  display: block;
  position: absolute;
  top: -16px;
}
.vs--projects-filter .vs--scrollbar-values {
  padding: 4px !important;
}
.vs--projects-filter .vs--scrollbar-values li {
  border-radius: 5px;
  padding: 5px;
}
.vs--projects-filter .vs--scrollbar-values li + li {
  margin-top: 3px;
}

.vs--styles-list {
  margin: 1rem -0.5rem 0 -0.5rem;
  display: flex;
  flex-wrap: wrap;
}
.vs--styles-list .style-item {
  display: flex;
  align-items: center;
  height: 32px;
  padding: 0 10px;
  margin: 0.5rem;
  background-color: #F2F3F5;
  border-radius: 4px;
  position: relative;
  font-size: 14px;
}
.vs--styles-list .style-item .remove-style {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  right: 7px;
  margin-top: 0;
  position: static;
  margin-left: 10px;
  border-radius: 11px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
}
.vs--styles-list .style-item .remove-style svg {
  width: 11px;
  height: 11px;
  fill: #001A34;
}
.vs--styles-list .style-item .remove-style:hover {
  cursor: pointer;
  background-color: #ffffff;
}

.vs--dropzone .upload-zone {
  padding: 1rem;
  margin-top: 1rem;
  border: 2px dashed #DBE0E5;
  border-radius: 8px;
  background-color: #ffffff;
  transition: all, background-color 0.3s ease-in-out;
}
.vs--dropzone .upload-zone .upload-description {
  display: flex;
  align-items: center;
}
.vs--dropzone .upload-zone .upload-description svg {
  transition: all 0.3s ease-in-out;
  min-width: 60px;
}
.vs--dropzone .upload-zone .upload-description svg rect {
  fill: #6BB431;
}
.vs--dropzone .upload-zone .upload-description .text {
  margin-left: 1.5rem;
}
.vs--dropzone .upload-zone .upload-description .title {
  font-weight: 700;
  font-size: 13px;
  line-height: 14.5px;
}
.vs--dropzone .upload-zone .upload-description .description {
  color: #777D83;
  margin-top: 5px;
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
}
.vs--dropzone .upload-zone:not(.disabled):hover, .vs--dropzone .upload-zone:not(.disabled).accept {
  border-color: #6bb431;
  background-color: #efefef;
  cursor: pointer;
}
.vs--dropzone .upload-zone:not(.disabled):hover svg rect, .vs--dropzone .upload-zone:not(.disabled).accept svg rect {
  fill: #559025;
}
.vs--dropzone .upload-zone:not(.disabled).reject {
  border-color: red;
}
.vs--dropzone .upload-zone.disabled {
  opacity: 0.5;
}
.vs--dropzone .message {
  text-align: center;
  color: #777D83;
  margin-top: 0.5rem;
  font-size: 12px;
  line-height: 14.63px;
}
.vs--dropzone.has-error .upload-zone .upload-description .title {
  color: #f73d34;
}

.vs--images-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
  width: 100%;
  border: 1px solid #dbe0e5;
  font-size: 16px;
  border-radius: 8px;
  padding: 20px 20px 1px 1px;
}
.vs--images-list .file-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 calc((100% - 57px) / 3);
  position: relative;
  margin-left: 19px;
  margin-bottom: 19px;
  overflow: hidden;
}
.vs--images-list .file-preview img {
  display: block;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 90px;
  border-radius: 6px;
}
.vs--images-list .file-preview .remove {
  display: none;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  border-radius: 11px;
  background-color: #001a34;
  transition: background-color 0.3s ease-in-out;
}
.vs--images-list .file-preview .remove svg {
  width: 12px;
  height: 12px;
  fill: #ffffff;
}
.vs--images-list .file-preview .remove:hover {
  cursor: pointer;
  background-color: #6bb431;
}
.vs--images-list .file-preview:hover {
  border-color: #dbdada;
}
.vs--images-list .file-preview.new .remove {
  display: flex;
}
.vs--images-list .file-preview:hover .remove {
  display: flex;
}
.vs--images-list:hover {
  border-color: #6bb431;
}

.page {
  min-height: 0 !important;
}

.header.is-rediz-v2 {
  position: relative;
  z-index: 10;
}

.js-circle:hover, .js-circle.is-hover {
  transform: scale(2.55);
}
@media screen and (max-width: 640px) {
  .js-circle:hover, .js-circle.is-hover {
    transform: scale(1);
  }
}

.swiper-pagination {
  width: 100% !important;
  display: flex;
  padding: 0 10px;
  margin-top: 5px;
  justify-content: center;
}
.swiper-pagination .swiper-pagination-bullet,
.swiper-pagination .swiper-pagination-bullet-active-prev-prev {
  transform: scale(1) !important;
  flex-grow: 1;
  border-radius: 2px;
  width: 100%;
}
.swiper-pagination .swiper-pagination-bullet {
  max-width: 30px;
  flex-grow: 1;
  border-radius: 2px;
  height: 3px;
  background: #DFE3EC;
  margin: 0 2px;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #3389EA;
  max-width: 30px;
}

.swiper__bullet {
  width: 100%;
}

.all-vacancy .swiper,
.all-vacancy .swiper-wrapper {
  height: 100% !important;
  width: 100%;
}

.team .is-prod-slider:hover .swiper-slide:after {
  opacity: 0;
}
.team .swiper-slide:after {
  content: "";
  opacity: 0.5;
  position: absolute;
  background: #fff;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 20px;
  transition: 0.3s;
}
@media screen and (max-width: 640px) {
  .team .swiper-slide:after {
    display: none;
  }
}

/* End */
/* /local/components/vamsvet/jobs/templates/.default/style.css?175325624824881 */
