

/* Start:/local/templates/tourism/assets/styles/assistance.css?171585860123541*/
.regions-content {
  background-image: var(--bg-image);
  background-size: cover;
  -webkit-background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.regions-preview__icon {
    --size: 160px;
    min-width: var(--size);
    max-width: var(--size);
    width: var(--size);
    min-height: var(--size);
    max-height: var(--size);
    height: var(--size);
    
}

.regions-preview__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 0px;
}

.regions-preview__icon-wrapper {
  margin-bottom: 80px;
  cursor: pointer;
}

.regions-preview__icon-wrapper:hover .regions-preview__icon--red {
  fill: #ff0000;
}

.regions-preview__icon-wrapper:hover path,
.regions-preview__icon-wrapper:hover circle {
  stroke-width: 3;
}

.regions-preview__desc-wrapper {
  text-align: center;
  max-width: 900px;
  margin-bottom: 64px;
}

.regions-preview__desc {
  color: #fff;
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.regions-preview__file {
  display: flex;
  align-items: center;
  gap: 8px;
}

.regions-preview__file-text {
  white-space: nowrap;
  color: #fff;
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.56px;
}

.regions-preview__file-icon {
  width: 24px;
  height: 24px;
}

.regions-info {
  background: #f1f3f5;
}

.regions-info__wrapper {
  margin: 0 auto;
  padding: 60px 0;
  max-width: 663px;
}

.regions-info__title-wrapper {
  margin-bottom: 20px;
}

.regions-info__title {
  color: #1c2023;
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.regions-info__decsr-wrapper {
  margin-bottom: 50px;
}

.regions-info__descr,
.regions-info__contact {
  color: #1c2023;
  font-family: "CeraPro-Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.regions-info__descr a,
.regions-info__contact a {
    color: var(--fg-link-regular);
    transition: all 0.3s ease;
}

@media (any-hover: hover) {
  .regions-info__descr a:hover,
  .regions-info__contact a:hover {
    color: var(--fg-link-hover);
  }
}
.regions-info__descr a:active,
.regions-info__contact a:active {
  color: var(--fg-link-active);
  transition: all 0.3s ease;
}

.regions-info__contact-link {
  color: #1c3e6b;
}

.regions-indicators__wrapper {
  padding: 82px 0px 128px;
}

.indicators-list--assistence {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px 50px;
  max-width: 957px;
  margin: 0px auto 108px auto;
  padding: 0px;
}

.regions-indicators__info {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 751px;
  margin: 0 auto;
}

.regions-indicators__info-item {
  display: flex;
  align-items: center;
  gap: 24px;
}

.regions-indicators__img {
  width: 64px;
  height: 64px;
}

.regions-indicators__descr {
  color: #f1f3f5;
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.regions-indicators__descr a {
  color: var(--fg-link-regular);
  transition: all 0.3s ease;
}

@media (any-hover: hover) {
  .regions-indicators__descr a:hover {
    color: var(--fg-link-hover);
  }
}

.regions-indicators__descr a:active {
  color: var(--fg-link-active);
}

.regions-preview--investors {
  position: relative;
  background-image: var(--bg-image);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.regions-preview--investors::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  pointer-events: none;
  backdrop-filter: blur(1px);
  background: linear-gradient(
    0deg,
    rgba(28, 32, 35, 0.3) 0%,
    rgba(28, 32, 35, 0.3) 100%
  );
}

.regions-preview__wrapper--investors {
  padding: 120px 0px 56px;
}

.regions-preview__measures {
  display: flex;
  gap: 32px;
  width: 362px;
  padding: 32px;
  border-radius: 20px;
  background: rgba(28, 62, 107, 0.8);
}

.preview-measures__img {
  width: 64px;
  height: 64px;
}

.preview-measures__text-wrapper {
  color: #fff;
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.preview-measures__text--bold {
  font-size: 28px;
  line-height: 32px;
}

.investors-info {
  padding: 60px 0px;
  background: linear-gradient(84deg, #a4624d -91.48%, #ffcda8 144.64%);
}

.investors-info__wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 739px;
  margin: 0 auto;
}

.investors-info__title {
  color: #1c2023;
  font-family: "CeraPro-Black", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
}

.investors-info__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #1c2023;
  font-family: "CeraPro-Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.investors-info__text--bold {
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.investors-info__text--thin {
  font-family: "CeraPro-Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.investors-info__link {
  display: inline-block;
  margin-bottom: 16px;
  padding: 12px 60px;
  border-radius: 40px;
  border: 1px solid var(--fg-text-button-regular);
  color: var(--fg-text-button-regular);
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.56px;
}

@media (any-hover: hover) {
  .investors-info__link:hover {
    color: var(--fg-text-button-hover);
    border-color: var(--fg-text-button-hover);
  }
}
.investors-info__link:active {
  color: var(--fg-text-button-active);
  border-color: var(--fg-text-button-active);
}
.investors-info__link[disabled] {
  color: var(--fg-text-button-disabled);
  border-color: var(--fg-text-button-disabled);
}

.investors-info__feedback-wrapper {
  color: #1c2023;
  font-family: "CeraPro-Regular", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.activities {
  position: relative;
  background: var(--bg-image);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.activities::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.315);
}

.activities__wrapper {
  padding: 72px 0px 116px;
}

.activities__title-wrapper {
  margin-bottom: 72px;
}

.activities__title {
  color: #fff;
  font-family: "CeraPro-Bold", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

.activities-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
}

.activities-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 42px;
  width: 250px;
}

.activities-item__img-wrapper {
  display: flex;
  justify-content: center;
}

.activities-item__img {
  width: 160px;
  height: 160px;
}

.activities-item__descr {
  color: #f1f3f5;
  text-align: center;
  font-family: "CeraPro-Bold", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.support-measures {
  background: #1c3e6b;
}

.support-measures__wrapper {
  padding: 72px 0px 96px;
}

.support-measures__title-wrapper {
  margin-bottom: 40px;
}

.support-measures__title {
  color: #fff;
  font-family: "CeraPro-Bold", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

.measures-material {
  margin-bottom: 60px;
}

.measures-block__title-wrapper {
  margin-bottom: 4px;
}

.measures-block__title {
  color: #fff;
  font-family: "CeraPro-Bold", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.measures-block__line {
  height: 4px;
  margin-bottom: 46px;
  background: linear-gradient(90deg, #f1f3f5 0%, rgba(241, 243, 245, 0) 100%);
}

.measures-material__list {
  padding-left: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 100px;
  align-items: center;
}

.measures-material__item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.measures-material__img-wrapper {
  display: flex;
  align-items: center;
}

.measures-material__img {
  width: 64px;
  height: 64px;
}

.measures-material__text-wrapper {
  color: #fff;
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.measures-material__text {
  max-width: 300px;
}

.measures-nonmaterial__list {
  padding-left: 74px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 100px;
}

.measures-nonmaterial__item {
  list-style: disc;
  color: #fff;
}

.measures-nonmaterial__item-title {
  margin-bottom: 4px;
  color: #fff;
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.measures-nonmaterial__text-wrapper {
  color: #f1f3f5;
  font-family: "CeraPro-Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.advantages {
  position: relative;
  background: var(--bg-image);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.advantages::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: rgba(28, 32, 35, 0.5);
}

.advantages__wrapper {
  padding: 72px 0px 79px;
}

.advantages__header {
  text-align: center;
  margin-bottom: 48px;
}

.advantages__title-wrapper {
  margin-bottom: 8px;
}

.advantages__title {
  color: #fff;
  font-family: "CeraPro-Black", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
}

.advantages__text {
  color: #fff;
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.advantages-block {
  position: relative;
  display: flex;
  align-items: center;
  gap: 40px;
}

.advantages-slider {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 64px 137px;
  background: rgba(255, 255, 255, 0.1);
}

.advantages-slider__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 86px;
}

.advantages-slider__top-elem {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-bottom: 12px;
}

.advantages-slider__icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  width: 100%;
}

.advantages-block__btn-mobile {
  display: none;
}

.advantages-block__btn-mobile .advantages-block__btn-img {
  width: 16px;
}

.advantages-block__btn-mobile--next .advantages-block__btn-img {
  transform: rotate(180deg);
}

.advantages-slider__icon {
  width: 64px;
  height: 64px;
}

.advantages-slider__text-wrapper {
  color: #fff;
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.advantages-list {
  display: none;
}

.advantages-list.show {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 450px;
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.advantages-list__item {
  list-style: disc;
  color: #fff;
  font-family: "CeraPro-Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.advantages-block__btn-wrapper {
  height: 100%;
  width: 21px;
}

.advantages-block__btn--next {
  transform: rotate(180deg);
}

.advantages-block__btn-img {
  width: 21px;
  height: 42px;
}

.advantages-list--hide-nav .advantages-block__btn-img {
  display: none;
}

.stages {
  padding: 72px 0px;
}

.stages__title-wrapper {
  margin-bottom: 76px;
}

.stages__title {
  max-width: 472px;
  color: #f1f3f5;
  font-family: "CeraPro-Bold", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

.stages-list {
  max-width: 1440px;
  margin: 0 auto;
}

.stages-list__wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 72px 37px;
}

.stages-list__item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.stages-list__number-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  background-color: #333639;
  backdrop-filter: blur(19.999998092651367px);
  border: 1px solid #fff;
  border-radius: 50%;
}

.stages-list__number {
  color: #f1f3f5;
  font-family: "CeraPro-Bold", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

.stages-list__text {

  color: #f1f3f5;
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.faq__title-wrapper {
  margin-bottom: 20px;
}

.faq__title {
  color: #fff;
  font-family: "CeraPro-Bold", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

.faq-list {
  background-color: #f1f3f5;
}

.faq-list__wrapper {
  padding: 42px 0px;
  margin: 0 auto;
  max-width: 800px;
}

.faq-item {
  border-bottom: solid 1px #bbc1c6;
  overflow: hidden;
}

.faq-item__wrapper {
  overflow: hidden;
}

.faq-item__header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  padding: 0px 16px 0px 10px;
}

.faq-item__header-left {
  display: flex;
  align-items: center;
  gap: 28px;
  color: rgba(0, 0, 0, 0.85);
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.faq-item__icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq-item__icon {
  width: 16px;
  height: 16px;
  transition: transform 0.6s ease-in-out;
}

.faq-item.active .faq-item__icon {
  transform: rotate(180deg);
}

.faq-item__descr {
  display: grid;
  opacity: 0;
  position: relative;
  grid-template-rows: 0fr;
  transition: all 1s ease-in-out;
}

.faq-item__descr > * {
  min-height: 0;
  transition: all 1s ease-in-out;
}

.faq-item.active .faq-item__descr {
  opacity: 1;
  grid-template-rows: 1fr;
}
.faq-item:not(.active) .faq-item__descr > *{
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.faq-item__descr-wrapper {
  max-width: 600px;
  padding-left: 72px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: rgba(0, 0, 0, 0.85);
  font-family: "CeraPro-Regular", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.faq-item__descr-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.criteria {
  margin-bottom: 72px;
}

.criteria__title-wrapper {
  padding: 23px 0px 20px;
}

.criteria__title {
  color: #fff;
  font-family: "CeraPro-Bold", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

.criteria-evaluation {
  background-color: #333639;
}

.criteria-evaluation__wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 72px 0px 122px;
}

.criteria-evaluation__header {
  max-width: 478px;
  padding-left: 47px;
  margin-bottom: 63px;
  color: #fff;
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.criteria-evaluation__header-text {
  position: relative;
  max-width: 400px;
  z-index: 1;
  background-color: #333639;
}

.criteria-evaluation__list-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 93px;
  margin-bottom: 150px;
  padding-left: 47px;
}

.criteria-evaluation__list {
  padding-left: 18px;
}

.criteria-evaluation__list-item {
  list-style: disc;
  color: #fff;
  font-family: "CeraPro-Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.criteria-stages__wrapper {
  position: relative;
}

.criteria-stages__img-wrapper {
  position: absolute;
  top: -335px;
  left: -2px;
  width: 100%;
  height: 348px;
}

.criteria-stages__img {
  height: inherit;
}

.criteria-stages__img--mobile {
  display: none;
  height: inherit;
}

.criteria-stages__list {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
}

.criteria-stages__item {
  padding-left: 8px;
  color: #f1f3f5;
  font-family: "CeraPro-Bold", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.criteria-stages__line {
  position: relative;
  height: 4px;
  background: linear-gradient(90deg, #f1f3f5 0%, rgba(241, 243, 245, 0) 100%);
}

.criteria-stages__line-list {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  grid-template-columns: repeat(11, 1fr);
}

.criteria-stages__line-item {
  position: relative;
  display: flex;
  justify-content: center;
  padding-left: 26px;
  color: #f1f3f5;
  font-family: "CeraPro-Bold", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.criteria-stages__line-circle {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #f1f3f5;
}

.criteria-stages__line-text {
  position: absolute;
  bottom: -55px;
  right: -100px;
  color: #fff;
  font-family: "CeraPro-Regular", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.criteria-stages__line-item--dots {
  position: absolute;
  top: -12px;
  display: none;
}

.criteria-stages__line-arrow {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  height: 40px;
  z-index: 1;
}

.criteria-stages__line-border {
  position: absolute;
  top: -346px;
  left: calc(0px - 65px + 11px);
  height: 346px;
}

.criteria-stages__line-border--right {
  position: absolute;
  top: -346px;
  left: calc(0px - 0px + 11px);
  height: 346px;
  width: 778px;
}

@media screen and (max-width: 1340px) {
  .criteria-stages__img-wrapper {
    left: -1px;
  }
}

@media screen and (max-width: 1240px) {
  .advantages-slider__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }

  .advantages-block__btn-wrapper {
    display: none;
  }

  .advantages-block__btn-mobile {
    display: block;
  }

  .advantages-slider__icon-wrapper {
    justify-content: space-between;
  }

  .advantages-list {
    min-height: 350px;
  }

  .criteria-stages__img-wrapper {
    left: 0px;
  }
}

@media screen and (max-width: 1233px) {
  .criteria-stages__img-wrapper {
    top: -355px;
    height: 368px;
  }
}

@media screen and (max-width: 1180px) {
  .criteria-stages__img-wrapper {
    left: 1px;
  }
}

@media screen and (max-width: 1140px) {
  .criteria-evaluation__list-wrapper {
    gap: 10px;
  }

  .advantages-list {
    min-height: 380px;
  }

  .criteria-stages__img-wrapper {
    left: 0px;
  }
}

@media screen and (max-width: 1080px) {
  .criteria-evaluation__list-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }

  .criteria-stages__img-wrapper {
    top: -395px;
    height: 408px;
    left: 2px;
  }
}

@media screen and (max-width: 1024px) {
  .measures-nonmaterial__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .measures-material__list {
    grid-template-columns: repeat(1, 1fr);
    padding-left: 0px;
  }

  .measures-material__item {
    justify-content: center;
  }

  .stages-list__wrapper {
    grid-template-columns: repeat(4, 1fr);
  }

  .indicators-list--assistence {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 980px) {
  .criteria-evaluation__list-wrapper {
    max-width: 600px;
  }

  .criteria-stages__img-wrapper {
    top: -415px;
    height: 415px;
    left: 3px;
  }
}

@media screen and (max-width: 860px) {
  .criteria-stages__img-wrapper {
    left: 4px;
  }
}

@media screen and (max-width: 768px) {
  .regions-preview__icon-wrapper .regions-preview__icon--red {
    fill: #ff0000;
  }

  .regions-preview__icon-wrapper path,
  .regions-preview__icon-wrapper circle {
    stroke-width: 3;
  }

  .advantages-slider {
    padding: 64px 100px;
  }

  .criteria-evaluation__list-wrapper {
    max-width: 478px;
  }

  .criteria-stages__list,
  .criteria-stages__line-list {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }

  .criteria-stages__item:nth-child(n + 7):nth-child(-n + 10),
  .criteria-stages__line-item:nth-child(n + 7):nth-child(-n + 10) {
    display: none;
  }

  .criteria-stages__line-item:nth-child(6) .criteria-stages__line-item--dots {
    display: block;
  }

  .criteria-evaluation__header {
    max-width: 400px;
  }

  .criteria-stages__img-wrapper {
    height: 445px;
    top: -445px;
    left: 3px;
  }

  .criteria-stages__img {
    display: none;
  }

  .criteria-stages__img--mobile {
    display: block;
  }

  .stages-list__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 740px) {
  .criteria-evaluation__header,
  .criteria-evaluation__list-item {
    font-size: 14px;
  }

}

@media screen and (max-width: 680px) {
  .criteria-stages__img-wrapper {
    left: 4px;
  }

  .activities-list {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 640px) {
  .indicators-list--assistence {
    grid-template-columns: repeat(1, 1fr);
    width: auto;
  }

  .criteria-stages__img-wrapper {
    left: 5px;
  }

  .advantages-slider {
    padding: 15px;
    background: none;
  }
}

@media screen and (max-width: 576px) {

  .regions-preview__wrapper {
    padding-bottom: 46px;
  }

  .regions-preview__desc-wrapper {
    text-align: start;
  }
  .regions-preview__desc-wrapper--center-sm {
    text-align: center;
  }

  .regions-preview__file-text {
    font-size: 16px;
  }

  .regions-info__wrapper {
    padding: 30px 0px;
  }

  .regions-info__title {
    font-size: 18px;
    line-height: 24px;
  }

  .regions-indicators__info-item {
    align-items: flex-start;
  }

  .measures-nonmaterial__list {
    grid-template-columns: repeat(1, 1fr);
  }

  .criteria-stages__img-wrapper {
    left: 6px;
  }

  .stages-list__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .criteria-stages__img-wrapper {
    left: 5px;
  }
}

@media screen and (max-width: 576px) {
  .criteria-stages__img-wrapper {
    left: 6px;
  }
}

@media screen and (max-width: 414px) {
  .criteria-stages__img-wrapper {
    height: 450px;
    top: -450px;
    left: 7px;
  }

  .criteria-evaluation__header-text {
    max-width: 280px;
  }

  .criteria-evaluation__header {
    padding-left: 30px;
  }

  .criteria-evaluation__list-wrapper {
    padding-left: 30px;
  }
}

@media screen and (max-width: 395px) {
  .criteria-stages__img-wrapper {
    height: 475px;
    top: -475px;
    left: 8px;
  }

  .advantages-block {
    gap: 10px;
  }
}

@media screen and (max-width: 377px) {
  .criteria-stages__img-wrapper {
    height: 490px;
    top: -490px;
    left: 9px;
  }
}

/* End */
/* /local/templates/tourism/assets/styles/assistance.css?171585860123541 */
