.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%;
}

@media screen and (max-width: 640px) {
  .vs--projects-filter .box {
    /*display: none;*/
    min-height: 30px;
  }
  .vs--projects-filter .box .st-form__input {
    height: 30px;
  }
  .vs--projects-filter .box + .box {
    margin-left: 0;
  }
  .vs--projects-filter .box.sort {
    display: flex;
  }
  .vs--projects-filter .ScrollbarsCustom {
    top: 31px !important;
  }
}
