

/* Start:/local/components/vamsvet/jobs/templates/detail/style.css?175325624840363*/
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;
}

.personal__cont {
  flex: 0 0 calc(100% - 310px);
  flex-grow: 0 !important;
}

.vs--personal-page {
  font-size: 16px;
  line-height: 19.5px;
}
@media screen and (max-width: 640px) {
  .vs--personal-page {
    font-size: 14px;
    line-height: 17px;
    padding: 0 6px;
  }
}
.vs--personal-page .shadow-block {
  background: #FFFFFF;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
@media screen and (max-width: 640px) {
  .vs--personal-page .shadow-block {
    box-shadow: none;
  }
}
.vs--personal-page .vs--page-body {
  display: flex;
  margin-top: 2rem;
}
.vs--personal-page .vs--page-body .page-content {
  flex: 0 0 640px;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .vs--personal-page .vs--page-body .page-content {
    flex: 0 0 100%;
  }
}
.vs--personal-page .vs--page-body .page-content .content-block {
  padding: 30px 160px 30px 30px;
}
@media screen and (max-width: 640px) {
  .vs--personal-page .vs--page-body .page-content .content-block {
    padding: 0;
  }
}
.vs--personal-page .vs--page-body .page-content .content-block .block-title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24.38px;
}
.vs--personal-page .vs--page-body .page-content .content-block .block-description {
  margin-top: -10px;
  margin-bottom: 20px;
}
.vs--personal-page .vs--page-body .page-content .content-block .block-description._is-center {
  text-align: center;
}
.vs--personal-page .vs--page-body .page-content .content-block.products {
  padding-right: 30px;
}
.vs--personal-page .vs--page-body .page-sidebar {
  flex: 0 0 300px;
  margin-left: 40px;
}

@media screen and (max-width: 640px) {
  .vs--page-header {
    padding-top: 20px;
  }
}
.vs--page-header > .name {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .vs--page-header > .name {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
@media screen and (max-width: 640px) {
  .vs--page-header > .name h1 {
    text-transform: uppercase;
    font-size: 18px;
    margin-right: 10px;
  }
}
.vs--page-header > .description {
  color: #777D83;
}

.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--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;
}
.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--tooltip {
  display: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 15px);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  min-width: 100px;
  z-index: 10000;
}
.vs--tooltip .relative {
  background-color: white;
  border-radius: 4px;
}
.vs--tooltip .relative:before {
  content: "";
  position: absolute;
  left: -18px;
  top: 50%;
  margin-top: -6px;
  border: 6px solid transparent;
  border-right: 13px solid white;
}
.vs--tooltip .relative.dark {
  background-color: #384047;
  color: white;
}
.vs--tooltip .relative.dark:before {
  border-right-color: #384047;
}
.vs--tooltip .text {
  padding: 12px;
  font-size: 12px;
  line-height: 14.5px;
}
.vs--tooltip.top {
  top: auto;
  bottom: calc(100% + 15px);
  left: auto;
  right: calc(100% - 15px);
  transform: translateX(50%);
}
.vs--tooltip.top .relative:before {
  left: 50%;
  margin-left: -7px;
  border-right-width: 6px;
  top: calc(100% + 6px);
  transform: rotate(-90deg);
}

.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;
}

.vs--designer-preview {
  overflow: hidden;
  font-size: 16px;
  line-height: 19.5px;
}
@media screen and (max-width: 640px) {
  .vs--designer-preview {
    font-size: 14px;
    line-height: 17px;
  }
}
.vs--designer-preview .personal-logo {
  justify-content: center;
  margin: 0 0 1rem;
  display: flex;
  align-items: center;
  padding: 30px;
}
.vs--designer-preview .personal-logo .logo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 150px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #E1F0D6;
}
.vs--designer-preview .personal-logo .logo .initials {
  font-size: 60px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}
.vs--designer-preview .personal-logo .logo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.vs--designer-preview .block {
  padding: 16px;
}
.vs--designer-preview .block > .title {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 24.38px;
}
.vs--designer-preview .block .item {
  width: 268px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vs--designer-preview .block .item .subtitle {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}
.vs--designer-preview .block .item .value {
  white-space: break-spaces;
}
.vs--designer-preview .block .item + .item {
  margin-top: 10px;
}
.vs--designer-preview .block.personal {
  margin-top: 0;
}
.vs--designer-preview .block.personal .name {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 24.38px;
}
.vs--designer-preview .block.personal .specialization {
  font-size: 16px;
  color: #777D83;
  text-align: center;
  margin-top: 5px;
}
.vs--designer-preview .block.studio {
  background-color: #F2F3F5;
  text-align: center;
}
.vs--designer-preview .block.studio .name {
  font-weight: 700;
}
.vs--designer-preview .block.studio .name + .post {
  margin-top: 5px;
}
.vs--designer-preview .block.styles .styles-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}
.vs--designer-preview .block.styles .styles-items .style-item {
  border-radius: 4px;
  background-color: #F2F3F5;
  padding: 0.4rem 0.8rem;
  margin: 0.5rem;
  font-size: 14px;
}
.vs--designer-preview .block.resources ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.vs--designer-preview .block.resources ul li a {
  display: block;
  color: #3389EA;
  font-weight: 500;
}
.vs--designer-preview .block.resources ul li a span {
  display: inline-block;
  border-bottom: 1.5px dashed transparent;
  transition: border-bottom-color 0.3s ease-in-out;
}
.vs--designer-preview .block.resources ul li a:hover span {
  border-bottom-color: #3389EA;
}
.vs--designer-preview .block.resources ul li + li {
  margin-top: 5px;
}
.vs--designer-preview .block + .block {
  margin-top: 1rem;
}

.vs--projects-list-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .vs--projects-list-items {
    display: block;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
}
.vs--projects-list-items .item {
  padding: 15px;
  background-color: white;
  border-radius: 8px;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .vs--projects-list-items .item {
    background: #FFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  }
  .vs--projects-list-items .item + .item {
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .vs--projects-list-items .item .status-popup {
    width: 310px;
  }
}
.vs--projects-list-items .item .projects-slider {
  width: 100%;
  height: 230px;
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 8px;
}
.vs--projects-list-items .item .projects-slider__link {
  width: 100%;
}
.vs--projects-list-items .item .projects-slider .js-slide-ix-target {
  height: 100%;
}
.vs--projects-list-items .item .projects-slider .js-slide-ix-target .prod__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.vs--projects-list-items .item .projects-slider .js-slide-ix-target .prod__img img {
  min-width: 100%;
  max-height: 200%;
  max-width: 200%;
}
.vs--projects-list-items .item .projects-slider .js-slide-ix-target img {
  max-width: 100%;
}
.vs--projects-list-items .item .projects-slider .project-info {
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(0, 26, 52, 0.7);
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
  padding: 8px;
  z-index: 2;
}
.vs--projects-list-items .item .projects-slider .js-slide-ix-control-block {
  justify-content: flex-end;
}
.vs--projects-list-items .item .projects-slider .js-slide-ix-control-wrap {
  display: flex;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  height: 10px;
  max-width: 44px;
  bottom: 7px;
  right: 7px;
  position: relative;
  overflow: hidden;
  padding: 0 2px;
}
.vs--projects-list-items .item .projects-slider .js-slide-ix-control-wrap .js-slide-ix-control {
  flex: 0 0 8px;
  width: 8px;
  height: 10px;
  border-radius: 0;
  bottom: 0;
  transition: all 0.5s ease-in-out;
  align-content: center;
}
.vs--projects-list-items .item .projects-slider .js-slide-ix-control-wrap .js-slide-ix-control:before {
  position: relative;
  top: -4px;
  width: 4px;
  height: 4px;
  background: #ececec;
}
.vs--projects-list-items .item .projects-slider .js-slide-ix-control-wrap .js-slide-ix-control.is-active:before {
  background: #fff;
}
.vs--projects-list-items .item .projects-slider .js-slide-ix-control-wrap button {
  line-height: 1;
  border: none;
  background-color: white;
  border-radius: 50%;
  font-size: 0;
  text-indent: -9999px;
  width: 5px;
  height: 5px;
  margin: 0;
  padding: 0;
}
.vs--projects-list-items .item .projects-slider .edit-link {
  position: absolute;
  top: 5px;
  right: 5px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  width: 32px;
  height: 32px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 11;
}
@media screen and (max-width: 640px) {
  .vs--projects-list-items .item .projects-slider .edit-link {
    display: flex;
  }
}
.vs--projects-list-items .item .projects-slider .edit-link .link-wrapper {
  position: relative;
}
.vs--projects-list-items .item .projects-slider .edit-link .link-wrapper .vs--tooltip {
  text-align: center;
  right: calc(100% - 12px);
}
.vs--projects-list-items .item .projects-slider .edit-link svg {
  width: 20px;
  height: 20px;
  fill: #A2A9AD;
}
.vs--projects-list-items .item .projects-slider .edit-link:hover .link-wrapper .vs--tooltip {
  opacity: 1;
  display: block;
}
.vs--projects-list-items .item .vs--status {
  margin-bottom: 10px;
}
.vs--projects-list-items .item .name {
  margin-bottom: 17px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vs--projects-list-items .item .info {
  width: 100%;
  margin-top: auto;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .vs--projects-list-items .item .info {
    flex-wrap: wrap;
  }
}
.vs--projects-list-items .item .info .date {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #777D83;
}
@media screen and (max-width: 640px) {
  .vs--projects-list-items .item .info .date br {
    display: none;
  }
}
.vs--projects-list-items .item .info .view {
  margin-left: 20px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #777D83;
}
.vs--projects-list-items .item .info .view svg {
  width: 30px;
  height: 16px;
  fill: #B7C2CA;
  margin-right: 10px;
}
.vs--projects-list-items .item .info .buttons {
  display: none;
}
@media screen and (max-width: 640px) {
  .vs--projects-list-items .item .info .buttons {
    display: block;
    flex: 0 0 100%;
    order: 3;
    margin-top: 10px;
  }
}
.vs--projects-list-items .item:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
.vs--projects-list-items .item:hover .projects-slider .slick-dots {
  display: inline-flex !important;
}
.vs--projects-list-items .item:hover .projects-slider .edit-link {
  display: flex;
}
.vs--projects-list-items .item:hover .info .date {
  display: none;
}
@media screen and (max-width: 640px) {
  .vs--projects-list-items .item:hover .info .date {
    display: block;
  }
}
.vs--projects-list-items .item:hover .buttons {
  display: block;
}

.ScrollbarsCustom-Wrapper {
  inset: 0 !important;
}

.ScrollbarsCustom-TrackY {
  width: 6px !important;
}

.breadcrumbs {
  margin-bottom: 30px !important;
}

.vs--gallery-inner {
  position: relative;
  height: 100%;
}
.vs--gallery-inner .button-close {
  position: absolute;
  font-size: 32px;
  width: 32px;
  height: 32px;
  top: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vs--gallery-inner .arrow {
  position: absolute;
  top: 50%;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: #fff;
  margin-top: -23px;
  display: flex;
}
.vs--gallery-inner .arrow svg {
  width: 20px;
  height: 20px;
  stroke: #A2A9AD;
}
.vs--gallery-inner .arrow:hover {
  background-color: #6BB431;
}
.vs--gallery-inner .arrow:hover svg {
  stroke: white;
}
.vs--gallery-inner .arrow:hover svg path {
  stroke: white;
}
.vs--gallery-inner .arrow.prev {
  transform: rotate(90deg);
  left: 10px;
}
.vs--gallery-inner .arrow.next {
  transform: rotate(-90deg);
  right: 10px;
}
.vs--gallery-inner:hover .arrow {
  display: flex;
}

.vs--projects-filter {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}
.vs--projects-filter .box {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  min-height: 40px;
  padding-right: 30px;
  position: relative;
}
.vs--projects-filter .box .st-form__input {
  width: 170px;
  height: 40px;
  font-size: 14px;
  line-height: 17px;
  padding-left: 12px;
  padding-right: 39px;
}
.vs--projects-filter .box .st-form__input:focus {
  border-width: 1px !important;
}
.vs--projects-filter .box.sort .st-form__input {
  width: 205px;
}
.vs--projects-filter .box + .box {
  margin-left: 40px;
}
.vs--projects-filter .box.nav {
  justify-content: flex-end;
  margin-left: auto;
  font-size: 14px;
  line-height: 17px;
  color: #A2A9AD;
}
@media screen and (max-width: 640px) {
  .vs--projects-filter .box.nav {
    justify-content: flex-start;
    font-size: 12px;
    min-height: auto;
  }
}
.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;
  height: 27px;
  padding: 5px;
}
.vs--projects-filter .vs--scrollbar-values li + li {
  margin-top: 3px;
}

.designer-card-mob {
  display: none;
}
@media screen and (max-width: 640px) {
  .designer-card-mob {
    display: block;
    position: fixed;
    left: 0;
    bottom: 70px;
    background: #FFF;
    box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.05);
    padding: 4px 18px;
    width: 100%;
    z-index: 30;
  }
}

.designer-card-mob__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.designer-card-mob__link svg {
  width: 24px;
  height: 20px;
  transform: rotate(180deg);
}
.designer-card-mob__link .logo {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #E1F0D6;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.designer-card-mob__link .initials {
  width: 36px;
  height: 36px;
  text-align: center;
  border-radius: 50%;
  background-color: #E1F0D6;
  font-weight: 700;
  font-size: 16px;
  line-height: 37px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-right: 10px;
}
.designer-card-mob__link .section {
  flex: 1 1 auto;
}
.designer-card-mob__link .name {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 2px;
}
.designer-card-mob__link .specialization {
  color: #777D83;
  font-size: 10px;
  line-height: 15px;
}

.cities-list {
  position: absolute;
  z-index: 100;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 16px 24px;
}
.cities-list__link {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #001a34;
  padding: 6px 16px;
  cursor: pointer;
}
.cities-list__link > span {
  color: #3389ea;
}

.message__info {
  display: flex;
  padding: 24px 30px;
  border-radius: 8px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  width: 640px;
}
@media screen and (max-width: 640px) {
  .message__info {
    width: 100%;
    font-size: 14px;
    padding: 16px 13px;
  }
  .message__info br {
    display: none;
  }
}
.message__info a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .message__info a {
    font-size: 14px;
  }
}
.message__info._is-error {
  background: #FFE6E4;
}
.message__icon {
  width: 34px;
  height: 34px;
  min-width: 34px;
  margin-right: 16px;
  color: #E17B73;
}
.message__icon svg {
  height: 100%;
  width: 100%;
}

.vs--jobs {
  padding-top: 60px;
}
.vs--jobs .medium {
  font-weight: 500;
}
.vs--jobs .vs--share-project {
  position: relative;
}

.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 .vs--dropzone .upload-zone .upload-description svg {
  min-width: 60px;
  height: 60px;
}
.vs--modal .block + .block {
  margin-top: 40px;
}
.vs--modal .block-flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .vs--modal .block-flex {
    display: block;
  }
}
.vs--modal .side {
  width: 350px;
}
.vs--modal .side:nth-child(2) {
  padding-top: 28px;
}
@media screen and (max-width: 640px) {
  .vs--modal .side {
    width: initial;
  }
}
.vs--modal.is-friend {
  max-width: 720px;
  width: 720px;
}
@media screen and (max-width: 640px) {
  .vs--modal.is-friend {
    max-width: 100%;
    width: 100%;
  }
}
.vs--modal .header .title {
  text-transform: uppercase;
  margin-bottom: 30px;
}
.vs--modal .block-name {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.vs--modal .footer .btn {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.vs--modal .img {
  width: 176px;
  margin: 90px auto 40px;
}
.vs--modal .title {
  line-height: 30px;
}

.page {
  min-height: 0 !important;
}

.vs--share-project > svg {
  width: 18px;
  height: 20px;
  margin-right: 8px;
}

.vs--share-project.opened .vs--tooltip {
  display: block;
  opacity: 1;
  right: 0;
  transform: none;
  text-align: center;
}

.vs--share-project .share-links {
  display: flex;
  align-items: center;
}

.vs--share-project .share-links .item {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease-in-out;
}

.vs--share-project .share-links .item.copy {
  background: #6BB431;
}

.vs--share-project .share-links .item.copy svg {
  width: 20px;
  height: 20px;
}

.vs--share-project .share-links .item.copy:hover {
  background: #559025;
}

.vs--share-project .share-links .item.vk {
  background-color: #3690f5;
}

.vs--share-project .share-links .item.vk svg {
  width: 16px;
  height: 9px;
}

.vs--share-project .share-links .item.vk:hover {
  background: #2473cc;
}

.vs--share-project .share-links .item.tg {
  background-color: #3389EA;
}

.vs--share-project .share-links .item.tg svg {
  width: 17px;
  height: 15px;
}

.vs--share-project .share-links .item.tg:hover {
  background: #0F6DD8;
}

.vs--share-project .share-links .item + .item {
  margin-left: 10px;
}

.vs--share-project .share-links .item {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease-in-out;
}

.vs--job__control-block.isFixedBottom {
  bottom: 400px;
}
.vs--job__control-block.isFixed {
  top: 40px;
}
@media screen and (max-width: 640px) {
  .vs--job__control-block.isFixed {
    position: static;
  }
}

[class*=btn_share]:hover .link {
  color: #6BB431;
}

/* End */
/* /local/components/vamsvet/jobs/templates/detail/style.css?175325624840363 */
