

/* Start:/local/templates/vetunion-redisign/components/bitrix/news.list/main.banner/style.css?17593414541599*/
.informer {
    padding: 10px 0;
}
.informer__inner {
    position: relative;
    text-align: center;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 6px 32px;
    border-radius: 18px;
    border-width: 1px;
    background: #E9EBED;
    height: 56px;
    display: flex;
    justify-content: center;
}
.informer__link{
    display: flex;
    align-items: center;
    justify-content: center;
}
.informer__link .icon-stroke{
    width: 5px;
    height: 9px;
    margin-left: 10px;
}
/*.informer__link::after{*/
/*  content: "";*/
/*  background: url("/images/stroke.svg");*/
/*  background-repeat: no-repeat;*/
/*  background-size: 100%;*/
/*  width: 8px;*/
/*  height: 8px;*/
/*  margin-left: 5px;*/
/*}*/
.informer__close {
    position: absolute;
    right: 30px;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    cursor: pointer;
    transition: transform .23s ease;
}
.informer__close::before {
    transform: rotate(45deg);
}
.informer__close::after {
    transform: rotate(-45deg);
}
.informer__close::after, .informer__close::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 4px;
    width: 15px;
    height: 2px;
    background: #999;
    border-radius: 50%;
}
@media (max-width: 480px) {
    .informer__inner {
        padding: 6px 16px;
        justify-content: flex-start;
    }
    .informer__link{
        font-size: 12px;
    }
    .informer__link .icon{
        display: none;
    }
}

/* End */


/* Start:/local/templates/vetunion-redisign/assets/css/crossroads.css?178493903414670*/
.mp-head {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 32px 24px;
  padding-top: 56px;
}

.mp-head:not(:last-child) {
  margin-bottom: 56px;
}

.mp-head__logotype {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.mp-events-wrapper {
  align-self: end;
  justify-self: end;
  padding: 0;
  border: none;
  background: none;
}

.mp-events {
  position: relative;
  z-index: 0;
  display: flex;
  width: 48px;
  height: 48px;
  margin-block: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #f6f6f6;
  text-decoration: none;
  cursor: pointer;
}

.mp-events__counter {
  position: absolute;
  top: -8px;
  right: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  min-height: 18px;
  padding: 2px 4px;
  border-radius: 9px;
  background-color: #dd9fd4;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.20;
  color: #ffffff;
  text-align: center;
}

.mp-events__icon {
  display: block;
  width: 22px;
  height: 22px;
  margin: auto;
}

.mp-events__hint {
  min-height: 68px;
  position: absolute;
  right: calc(100% + 20px);
  bottom: 0;
  display: block;
  width: 360px;
  padding: 16px;
  border-radius: 8px;
  background-color: #f6f6f6;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.28;
  color: #253746;
  text-align: left;
}

.mp-events__hint-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.mp-events__hint::before {
  content: '';
  position: absolute;
  bottom: 12px;
  right: -8px;
  transform: rotate(45deg);
  z-index: -1;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: #f6f6f6;
}

.mp-cards {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 32px 24px;
}

.mp-card {
  position: relative;
  z-index: 0;
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  padding: 36px 28px;
  border-radius: 32px;
  background-color: #f6f6f6;
  overflow: hidden;
}

.mp-card:has(.mp-card__link:hover) .mp-card__media {
  background-color: #dd9fd4;
}

.mp-card:has(.mp-card__link:hover) .mp-card__media-icon {
  transform: rotate(45deg);
}

.mp-card:hover .mp-card__controls {
  transform: translateY(0px);
}

.mp-card--lg {
  grid-column: span 3;
  aspect-ratio: 17 / 12;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.mp-card--lg::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgb(37 55 70 / 0.75);
  pointer-events: none;
}

.mp-card--lg .mp-card__media {
  width: 80px;
  height: 80px;
}

.mp-card--lg .mp-card__title {
  max-width: calc(100% - 108px);
  font-size: 48px;
  color: #ffffff;
}

.mp-card--lg .mp-card__description {
  max-width: calc(100% - 108px);
  color: #ffffff;
}

.mp-card__link {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.mp-card__title {
  max-width: calc(100% - 64px);
  font-weight: 600;
  font-size: 32px;
  line-height: 1.125;
  color: #253746;
}

.mp-card__title:not(:last-child) {
  margin-bottom: 0;
}

.mp-card__description {
  max-width: calc(100% - 64px);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.28;
  color: #253746;
}

.mp-card__description:not(:last-child) {
  margin-bottom: 0;
}

.mp-card__media {
  position: absolute;
  top: 36px;
  right: 28px;
  display: flex;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #ffffff;
  transition: background-color 0.2s ease-in-out;
}

.mp-card__media-icon {
  display: block;
  width: 14px;
  height: 14px;
  margin: auto;
  transition: transform 0.2s ease-in-out;
}

.mp-card__controls {
  position: absolute;
  inset: auto 28px 36px;
  transform: translateY(calc(36px + 100%));
  z-index: 2;
  display: flex;
  column-gap: 16px;
  width: calc(100% - 56px);
  height: auto;
  transition: transform 0.2s ease-in-out;
  pointer-events: none;
}

.mp-card__controls .mp-button {
  width: calc(50% - 8px);
}

.mp-button {
  display: block;
  width: fit-content;
  padding: 24px;
  border-radius: 32px;
  background-color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.125;
  color: #253746;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out;
  pointer-events: initial;
}

.mp-button:hover {
  background-color: #dd9fd4;
}

.news-pulse-widget {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 199;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .news-pulse-widget {
    right: 6px;
    bottom: 16px;
  }
}

.mp-events-wrapper--floating {
  padding: 0;
  border: none;
  background: none;
}

.mp-events-wrapper--floating::before {
  content: none;
  display: none;
}

.mp-events--floating {
  width: 64px;
  height: 64px;
  margin: 0;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 4px 24px rgb(0 0 0 / 0.12);
}

.mp-events--floating .mp-events__icon {
  width: 22px;
  height: 22px;
}

.mp-events--floating .mp-events__counter {
  top: 4px;
  right: 4px;
}

.mp-events--floating .mp-events__hint {
  display: none;
}

.mp-pulse {
  position: fixed;
  top: 16px;
  right: 32px;
  transform: translateX(calc(100% + 32px));
  z-index: 200;
  display: flex;
  flex-direction: column;
  width: 512px;
  max-height: calc(100% - 32px);
  padding: 24px 32px;
  border-radius: 24px;
  box-shadow: 0 0 50px 0 rgb(0 0 0 / 0.15);
  background-color: #ffffff;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s ease-in-out,
              opacity 0.2s ease-in-out,
              transform 0.2s ease-in-out;
}

.mp-pulse--visible {
  transform: translateX(0px);
  visibility: visible;
  opacity: 1;
}

.mp-pulse__close {
  position: absolute;
  top: 24px;
  right: 32px;
  z-index: 0;
  display: flex;
  width: 32px;
  height: 32px;
  padding: 8px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}

.mp-pulse__close:hover {
  background-color: #dd9fd4;
}

.mp-pulse__close-icon {
  display: block;
  width: 16px;
  height: 16px;
  margin: auto;
}

.mp-pulse__title {
  display: flex;
  align-items: center;
  column-gap: 8px;
  max-width: calc(100% - 64px);
  font-weight: 600;
  font-size: 24px;
  line-height: 1.15;
  color: #253746;
}

.mp-pulse__title:not(:last-child) {
  margin-bottom: 24px;
}

.mp-pulse__title-icon {
  display: block;
  width: 26px;
  height: 26px;
}

.mp-pulse__list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  width: calc(100% + 19px);
  height: 100%;
  padding-right: 13px;
  overflow-y: auto;
}

.mp-pulse__list::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.mp-pulse__list::-webkit-scrollbar-track {
  background-color: #ffffff;

}

.mp-pulse__list::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #e9ebed;
}

.mp-pulse-card {
  position: relative;
  z-index: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  row-gap: 16px;
  padding: 20px;
  border-radius: 32px;
  background-color: #f6f6f6;
}

.mp-pulse-card:hover .mp-pulse-card__media {
  visibility: visible;
  opacity: 1;
}

.mp-pulse-card:hover .mp-pulse-card-date {
  visibility: hidden;
  opacity: 0;
}

.mp-pulse-card-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.mp-pulse-card-tag {
  display: block;
  padding: 4px 16px;
  background-color: #ffffff;
  border-radius: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.28;
  color: #253746;
}

.mp-pulse-card-date {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.28;
  color: rgb(37 55 70 / 0.4);
  transition: visibility 0.2s ease-in-out,
              opacity 0.2s ease-in-out;
}

.mp-pulse-card-title {
  width: 100%;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.18;
  color: #253746;
}

.mp-pulse-card-title:not(:last-child) {
  margin-bottom: 0;
}

.mp-pulse-card-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: #253746;
}

.mp-pulse-card-description:not(:last-child) {
  margin-bottom: 0;
}

.mp-pulse-card__media {
  position: absolute;
  top: 24px;
  right: 24px;
  display: flex;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #dd9fd4;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s ease-in-out,
              opacity 0.2s ease-in-out;
}

.mp-pulse-card__media-icon {
  display: block;
  width: 14px;
  height: 14px;
  margin: auto;
}

@media (max-width: 1312px) {
  .mp-events:not(.mp-events--floating) {
    width: 32px;
    height: 32px;
    margin-inline: 8px 16px;
    background-color: #e9ebed;
  }

  .mp-events:not(.mp-events--floating) .mp-events__icon {
    width: 16px;
    height: 16px;
  }

  .mp-events:not(.mp-events--floating) .mp-events__counter {
    min-width: 12px;
    min-height: 12px;
    top: -2px;
    right: -2px;
    font-size: 8px;
    padding: 0 4px;
  }

  .mp-events--floating {
    width: 56px;
    height: 56px;
  }

  .mp-events--floating .mp-events__icon {
    width: 20px;
    height: 20px;
  }

  .mp-events__hint {
    display: none;
  }

  .mp-events-wrapper:not(.mp-events-wrapper--floating) {
    display: flex;
    align-items: center;
    padding-left: 16px;
    border-radius: 16px;
    background-color: #f6f6f6;
  }

  .mp-events-wrapper:not(.mp-events-wrapper--floating)::before {
    content: 'Пульс событий';
    font-weight: 600;
    font-size: 12px;
    line-height: 1.3;
    color: #253746;
  }

  .mp-card--lg .mp-card__title {
    font-size: 36px;
  }
}

@media (max-width: 990px) {
  .mp-cards {
    grid-template-columns: 1fr;
  }

  .mp-card {
    grid-column: unset;
  }

  .mp-card--lg {
    grid-column: unset;
    width: 100%;
    max-height: 300px;
  }
}

@media (max-width: 768px) {
    .mp-events-wrapper--floating{
        margin: 0 6px;
    }

  .mp-card:hover .mp-card__controls {
    transform: translateY(calc(36px + 100%));
  }

  .mp-card:has(.mp-card__link:hover):not(.mp-card--expanded) .mp-card__media {
    background-color: #ffffff;
  }

  .mp-card:has(.mp-card__link:hover):not(.mp-card--expanded) .mp-card__media-icon {
    transform: none;
  }

  .mp-head {
    padding-block: 12px;
  }

  .mp-head:not(:last-child) {
    margin-bottom: 8px;
  }

  .mp-card--lg .mp-card__title {
    max-width: calc(100% - 42px);
    font-size: 32px;
  }

  .mp-card .mp-card__title {
    max-width: calc(100% - 42px);
  }

  .mp-card {
    min-height: 150px;
    padding: 16px;
    transition: min-height 0.35s ease-in-out;
  }

  .mp-card--lg .mp-card__media {
    width: 48px;
    height: 48px;
  }

  .mp-card__media {
    top: 16px;
    right: 16px;
  }

  .mp-pulse-card-tag {
    font-size: 12px;
  }

  .mp-pulse-card-date {
    font-size: 12px;
  }

  .mp-pulse-card-title {
    font-size: 18px;
  }

  .mp-pulse-card-description {
    font-size: 14px;
  }

  .mp-pulse {
    transform: translateX(100%);
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    padding: 20px;
    border-radius: 0;
  }

  .mp-pulse__close {
    right: 24px;
  }

  .mp-pulse__list {
    width: calc(100% + 15px);
    padding-right: 9px;
  }

  .mp-card--lg {
    aspect-ratio: unset;
    min-height: 220px;
    transition: min-height 0.35s ease-in-out;
  }
  .mp-card--lg.mp-card--expanded {
    min-height: 348px;
  }

  .mp-card__controls {
    transform: translateY(calc(36px + 100%));
    transition: transform 0.35s ease-in-out;
  }

  .mp-card.mp-card--expanded .mp-card__controls,
  .mp-card.mp-card--expanded:hover .mp-card__controls {
    transform: translateY(0);
  }

  .mp-card--expanded .mp-card__media {
    background-color: #dd9fd4;
  }

  .mp-card .mp-card__media {
    transition: background-color 0.35s ease-in-out;
  }

  .mp-card--expanded .mp-card__media-icon {
    transform: rotate(45deg);
  }

  .mp-card .mp-card__media-icon {
    transition: transform 0.35s ease-in-out;
  }

  .mp-pulse--visible {
    transform: translateX(0px);
  }
}

@media (max-width: 670px) {
  .mp-card__controls {
    inset: auto 16px 16px;
    flex-direction: column;
    row-gap: 8px;
    width: calc(100% - 32px);
  }
  .mp-card__controls .mp-button {
    width: 100%;
  }
}
@media (min-width: 600px) {
  .mp-card__title br {
    display: none;
  }
}

@media (max-width: 600px) {
  .mp-head {
    grid-template-columns: 1fr auto;
  }

  .mp-card .mp-card__title {
    max-width: 100%;
  }
}

.vu-extra-cards {
  margin: 30px 0;
}

.vu-extra-cards__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.vu-card-sm {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 108px;
  padding: 16px 28px;
  background: #f6f6f6;
  border-radius: 24px;
  color: #253746;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 600;
  transition: background .18s ease, transform .18s ease;
}

.vu-card-sm:hover {
  background: #dd9fd4;
  transform: translateY(-2px);
}

.vu-card-sm__arrow {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 18px;
  height: 18px;
  opacity: .55;
  border-radius: 18px;
  background: #fff;
  transition: opacity .18s ease, transform .18s ease;
}

.vu-card-sm:hover .vu-card-sm__arrow {
  opacity: 1;
  transform: translate(2px, -2px);
}

.vu-card-sm__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 900px) {
  .vu-extra-cards__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .vu-extra-cards__grid {
    grid-template-columns: 1fr;
  }

  .vu-card-sm {
    min-height: 84px;
  }
}

/* End */


/* Start:/local/templates/vetunion-redisign/components/vetunion/form.result.new/redisign.register.form/style.css?1769207308485*/
.select-with-arrow {
    position: relative;
    display: block;
    width: 100%;
    margin: 8px 0px;
}
.select-with-arrow select {
    padding-right: 48px;
    appearance: none;
}
.select-with-arrow::after {
    content: "";
    position: absolute;
    right: 24px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #253746;
    border-bottom: 2px solid #253746;
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
}
/* End */


/* Start:/local/templates/vetunion-redisign/components/bitrix/news.list/main.banner.popup/style.css?17593414543341*/
.banner {
    padding: 10px 0;
    background: #E9EBED;
    border-bottom: 1px solid #D1D5DB;
}

.banner__inner {
    position: relative;
    text-align: center;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 6px 32px;
    border-radius: 18px;
    border-width: 1px;
    background: #E9EBED;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner__icon {
    margin-right: 10px;
    flex-shrink: 0;
}

.banner__content {
    flex: 1;
    min-width: 0;
}

.banner__link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #253746;
    transition: opacity 0.2s ease;
}

.banner__link:hover {
    opacity: 0.8;
}

.banner__link-text {
    margin-left: 10px;
    font-weight: 500;
}

.banner__arrow {
    width: 5px;
    height: 9px;
    margin-left: 10px;
    flex-shrink: 0;
}

.banner__close {
    position: absolute;
    right: 30px;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    cursor: pointer;
    transition: transform 0.23s ease;
    background: none;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner__close:hover {
    transform: translateY(-50%) scale(1.1);
}

.banner__close-icon {
    position: relative;
    width: 15px;
    height: 2px;
    background: #999;
    border-radius: 50%;
}

.banner__close-icon::before,
.banner__close-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 2px;
    background: #999;
    border-radius: 50%;
    transform-origin: center;
}

.banner__close-icon::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.banner__close-icon::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 480px) {
    .banner__inner {
        padding: 6px 16px;
        justify-content: flex-start;
    }

    .banner__link {
        font-size: 12px;
    }

    .banner__icon {
        display: none;
    }

    .banner__close {
        right: 16px;
    }
}

.modal.modal-banner{
    max-width: 563px;
}
.modal-banner__container{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.modal-banner__title{
    font-weight: 600;
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -0.32px;
}
.modal-banner__content p{
    padding-bottom: 20px;
}
.modal-banner__content p{
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.32px;

}
.modal-banner__btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 307px;
}
.modal-banner__btn .button{
    color: var(--WHITE);
    background: var(--DARK-GREY);
    display: flex;
    gap: 10px;
}
.modal-banner__btn .button:hover{
    background: var(--PINK);
    color: var(--WHITE);
    border-color: var(--PINK);
}

/* End */


/* Start:/local/templates/vetunion-redisign/assets/css/breadcrumbs.css?1753109783957*/
.breadcrumbs {
    color: #253746
}
.breadcrumbs_section {
    margin-top: 40px;
    margin-bottom: 32px
}
.breadcrumbs_section-wrapper {
    padding-top: 1px !important;
}
@media (max-width: 575.98px) {
    .breadcrumbs_section-wrapper {
        padding-top: 40px !important;
    }
}
.breadcrumbs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 4px 0
}
.breadcrumbs ul li {
    display: flex;
    align-items: center;
    line-height: 140%;
    font-size: 16px;
    font-weight: 400
}
.breadcrumbs ul li:not(:last-child):after {
    width: 6px;
    height: 6px;
    content: '';
    display: block;
    border-radius: 50%;
    background: #253746;
    margin: 0 8px;
    position: relative;
    top: 1px
}
.breadcrumbs ul li a {
    color: #253746;
    text-decoration: none;
    transition: .24s
}
.breadcrumbs ul li a:hover {
    color: #dd9fd4;
}
/* End */


/* Start:/local/templates/vetunion-redisign/assets/css/working-conditions.css?17819098241527*/
.sout {
    padding-bottom: 80px;
}

.sout__title {
    font-weight: 600;
    font-size: 48px;
    line-height: 1.1;
    color: #253746;
}

.sout__title:not(:last-child) {
    margin-bottom: 40px;
}

.sout__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sout__item {
    list-style: none;
}

.sout__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 24px;
    border-radius: 24px;
    background-color: #f6f6f6;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.sout__link:hover {
    background-color: #eef0f2;
}

.sout__link-text {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    color: #253746;
    transition: color 0.2s ease;
}

.sout__link:hover .sout__link-text {
    color: #dd9fd4;
}

.sout__badge {
    flex-shrink: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    color: #dd9fd4;
}

.sout__icon {
    flex-shrink: 0;
    display: block;
    width: 24px;
    height: 24px;
    transition: transform 0.2s ease;
}

.sout__link:hover .sout__icon {
    transform: translateX(4px);
}

@media (max-width: 575.98px) {
    .sout__title {
        font-size: 32px;
    }

    .sout__title:not(:last-child) {
        margin-bottom: 24px;
    }

    .sout__link {
        padding: 16px 20px;
    }

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

/* End */
/* /local/templates/vetunion-redisign/components/bitrix/news.list/main.banner/style.css?17593414541599 */
/* /local/templates/vetunion-redisign/assets/css/crossroads.css?178493903414670 */
/* /local/templates/vetunion-redisign/components/vetunion/form.result.new/redisign.register.form/style.css?1769207308485 */
/* /local/templates/vetunion-redisign/components/bitrix/news.list/main.banner.popup/style.css?17593414543341 */
/* /local/templates/vetunion-redisign/assets/css/breadcrumbs.css?1753109783957 */
/* /local/templates/vetunion-redisign/assets/css/working-conditions.css?17819098241527 */
