

/* Start:/local/templates/tourism/assets/styles/development.css?171585860110938*/
.main-development {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: var(--bg-image);
}

.main-wrapper {
  background: linear-gradient(180deg, rgba(28, 32, 35, 0) 0%, #1c2023 60%);
}

.preview {
  position: relative;
  height: 900px;
}

.preview__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0px 40px;
  height: 100%;
}

.preview-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 33px;
}

.preview-item {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 42px;
  width: 250px;
}

.preview-item__img-wrapper {
  cursor: pointer;
}

.preview-item:nth-child(1) .preview-item__img-wrapper:hover svg path {
  fill: #ff0000;
  stroke-width: 3;
}

.preview-item:nth-child(1) .preview-item__img-wrapper:hover svg g circle {
  stroke-width: 3;
}

.preview-item:nth-child(2) .preview-item__img-wrapper:hover svg path {
  stroke-width: 3;
}

.preview-item:nth-child(2) .preview-item__img-wrapper:hover svg .path {
  fill: #ff0000;
}

.preview-item:nth-child(2) .preview-item__img-wrapper:hover svg g circle {
  stroke-width: 3;
}

.preview-item:nth-child(3) .preview-item__img-wrapper:hover svg path {
  stroke-width: 3;
}

.preview-item:nth-child(3) .preview-item__img-wrapper:hover svg .path {
  fill: #ff0000;
}

.preview-item:nth-child(3) .preview-item__img-wrapper:hover svg g circle {
  stroke-width: 3;
}

.preview-item:nth-child(4) .preview-item__img-wrapper:hover svg path {
  stroke-width: 3;
}

.preview-item:nth-child(4) .preview-item__img-wrapper:hover svg .path {
  fill: #ff0000;
}

.preview-item:nth-child(4) .preview-item__img-wrapper:hover svg g circle {
  stroke-width: 3;
}

.preview-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;
}

.sustainable-development {
  background: linear-gradient(
    262deg,
    #f1f3f5 6.31%,
    rgba(241, 243, 245, 0) 333.67%
  );
  margin-bottom: 60px;
}

.sustainable-development__title {
  padding-top: 72px;
  margin-bottom: 37px;
  color: #1c2023;
  font-family: "CeraPro-Bold", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

.sustainable-development__descr {
  display: flex;
  flex-direction: column;
  gap: 78px;
  max-width: 663px;
  margin: 0 auto;
  padding-bottom: 114px;
}

.sustainable-development__text-top {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.sustainable-development__text-elem {
  color: #1c2023;
  font-family: "CeraPro-Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.sustainable-development__bottom-box {
  display: flex;
  align-items: center;
  gap: 40px;
}

.sustainable-development__img {
  width: 125px;
  height: 125px;
}

.sustainable-development__text-bottom {
  color: #474f56;
  font-family: "CeraPro-Regular", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.sustainable-development__text-bottom a {
  color: var(--fg-text-button-regular);
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .sustainable-development__text-bottom a:hover {
    color: var(--fg-text-button-hover);
  }
}
.sustainable-development__text-bottom a:active {
  color: var(--fg-text-button-active);
}

.section-top {
  margin-bottom: 28px;
}

.section-top__title {
  color: #f1f3f5;
  font-family: "CeraPro-Regular", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

.implementation-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 80px;
  margin-bottom: 52px;
}

.implementation-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  min-height: 291px;
  padding: 45px 24px;
  background: rgba(255, 255, 255, 0.1);
  background-blend-mode: overlay;
}

.implementation-item__number {
  color: #fff;
  font-family: "CeraPro-Black", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 900;
  line-height: 80px;
  text-transform: uppercase;
}

.implementation-item__descr {
  max-width: 450px;
  color: #fff;
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.implementation-territories {
  display: flex;
  flex-direction: column;
  gap: 46px;
  margin-bottom: 60px;
}

.implementation-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 90px;
}

.implementation-card__img {
  grid-column: 1 / 3;
  height: 379px;
  object-fit: cover;
  object-position: center;
}

.implementation-card:nth-child(2n) .implementation-card__img {
  order: 1;
  grid-column: 2 / 4;
}

.implementation-card__descr {
  display: flex;
  align-items: flex-end;
}

.implementation-card__descr-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 440px;
}

.implementation-card__descr-top {
  display: flex;
  justify-content: space-between;
}

.implementation-card__title {
  color: #f1f3f5;
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.implementation-card__link-img {
  width: 24px;
  height: 24px;
}

.implementation-card__text {
  color: #f1f3f5;
  font-family: "CeraPro-Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.implementation-btn {
  display: flex;
  justify-content: center;
}

.implementation-btn__btn {
  padding: 12px 60px;
  border-radius: 40px;
  border: 1px solid #bbc1c6;
  background: #e8ebee;
  color: #1c2023;
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.56px;
}

.information {
  background: url("/local/templates/tourism/assets/images/information-bg.png");
  background-size: cover;
}

.information__section-top {
  padding-top: 40px;
}

.section-top__title {
  color: #f1f3f5;
  font-family: "CeraPro-Bold", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

.information-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-bottom: 46px;
}

.information-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  max-width: 320px;
}

.information-item__title {
  color: #f1f3f5;
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.information-item__file {
  display: flex;
  gap: 16px;
  align-items: center;
}

.information-item__file-link {
  display: flex;
  align-items: center;
  gap: 8px;
}

.information-item__file-text {
  color: #e8ebee;
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.56px;
}

.information-item__file-icon {
  width: 24px;
  height: 24px;
}

.information-item__file-size {
  color: #bbc1c6;
  font-family: "CeraPro-Regular", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.implementation .strategy{
  margin-bottom: 50px;
}

.implementation .strategy-content__descr{
  min-height: 350px;
  justify-content: center;
  font-size: 18px;
}

.work-list{
  margin-bottom: 20px;
}

@media screen and (max-width: 1440px) {
  .information-list {
    gap: 50px;
    grid-template-columns: repeat(2, 1fr);
  }

  .implementation-card {
    gap: 20px;
  }

  .information-item {
    max-width: 442px;
  }

  .preview-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .implementation-list {
    gap: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .implementation-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .implementation-card {
    grid-template-columns: repeat(1, 1fr);
  }

  .implementation-card:nth-child(2n) .implementation-card__img {
    order: 0;
    grid-column: 1/4;
  }

  .implementation-card__descr {
    justify-content: center;
  }


  .preview-list {
    overflow: scroll;
    display: flex;
  }

  .preview-list::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    -webkit-appearance: none;
  }

  .preview-item {
    min-width: -webkit-fill-available;
  }

  .preview-item__descr {
    width: 250px;
  }

  .preview-item:nth-child(1) .preview-item__img-wrapper svg path {
    fill: #ff0000;
    stroke-width: 3;
  }

  .preview-item:nth-child(1) .preview-item__img-wrapper svg g circle {
    stroke-width: 3;
  }

  .preview-item:nth-child(2) .preview-item__img-wrapper svg path {
    stroke-width: 3;
  }

  .preview-item:nth-child(2) .preview-item__img-wrapper svg .path {
    fill: #ff0000;
  }

  .preview-item:nth-child(2) .preview-item__img-wrapper svg g circle {
    stroke-width: 3;
  }

  .preview-item:nth-child(3) .preview-item__img-wrapper svg path {
    stroke-width: 3;
  }

  .preview-item:nth-child(3) .preview-item__img-wrapper svg .path {
    fill: #ff0000;
  }

  .preview-item:nth-child(3) .preview-item__img-wrapper svg g circle {
    stroke-width: 3;
  }

  .preview-item:nth-child(4) .preview-item__img-wrapper svg path {
    stroke-width: 3;
  }

  .preview-item:nth-child(4) .preview-item__img-wrapper svg .path {
    fill: #ff0000;
  }

  .preview-item:nth-child(4) .preview-item__img-wrapper svg g circle {
    stroke-width: 3;
  }
}

@media screen and (max-width: 768px) {
  .main-content__wrapper--margin-bottom {
    margin-bottom: 0px;
  }
  .implementation .strategy-content__descr{
    min-height: unset;
    padding: 44px 30px;
  }
}

@media screen and (max-width: 640px) {
  .preview__wrapper {
    padding: 0px;
  }


  .sustainable-development__bottom-box {
    flex-direction: column;
  }
}

@media screen and (max-width: 576px) {
  .preview {
    height: 612px;
  }

  .section-top__title {
    font-size: 24px;
  }

  .implementation-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    height: 291px;
    background: rgba(255, 255, 255, 0.1);
    background-blend-mode: overlay;
  }

  .information-list {
    gap: 50px;
    grid-template-columns: repeat(1, 1fr);
  }
}

/* End */


/* Start:/local/templates/tourism/assets/styles/corparation.css?17109340568834*/
.corporation {
  position: relative;
  height: 100vh;
  background-image: var(--bg-image);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.corporation-info {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
  padding: 40px 80px 40px 40px;
  background: rgba(28, 62, 107, 0.9);
  backdrop-filter: blur(2px);
}

.corporation-info.active {
  transition: 2s ease-out;
  transform: translate(0%, -50%);
}

.corporation-info__descr {
  width: 241px;
  color: #fff;
  font-family: "CeraPro-Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.corporation__wrapper {
  position: absolute;
  width: 100%;
  bottom: 152px;
}

.corporation__title {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0px 40px;
  color: #fff;
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.corporation-text-wr {
  max-width: 1113px;
  margin: 0 auto;
}

.corporation-text{
  color: #1C2023;
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  padding: 44px 120px;
  background: rgba(255, 255, 255, 0.90);
  backdrop-filter: blur(2px);
}

.mission__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 84px;
  padding: 140px 120px 120px;
  background-image: var(--bg-image);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.mission__wrapper:hover .svg-path {
  fill: #ff0000;
}

.mission__descr {
  max-width: 1113px;
  margin: 0 auto;
  color: #fff;
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.section-top {
  margin-bottom: 28px;
}

.section-top__title {
  color: #fff;
  font-family: "CeraPro-Bold", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

.strategy__wrapper {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0px 40px;
  position: relative;
}

.strategy-content {
  display: flex;
  justify-content: end;
  background-image: var(--bg-image);
  background-size: cover;
  padding-right: 0px;
}

.strategy-content--start{
  justify-content: flex-start;
}

.strategy-content__mobile-img {
  display: none;
}

.strategy-content__descr {
  background: rgba(28, 32, 35, 0.9);
  backdrop-filter: blur(2px);
  width: 46%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 22px;
  padding: 44px 40px;
  color: #fff;
  font-family: "CeraPro-Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.career__wrapper {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0px 40px;
  position: relative;
}

.career-content__mobile-img {
  display: none;
}

.career-content {
  background-size: cover;
  background-image: var(--bg-image);
  background-position: center;
}

.career-content__descr {
  width: 46%;
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 44px 40px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(2px);
}

.career-content__text {
  color: #090b0d;
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.career-content__text a {
  color: var(--fg-link-regular);
  transition: all 0.3s ease;
}

@media (any-hover: hover) {
  .career-content__text a:hover {
    color: var(--fg-link-hover);
  }
}
.career-content__text a:active {
  color: var(--fg-link-active);
}

.career-content__vacancies-title {
  color: #090b0d;
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.career-content__vacancies-text {
  color: #090b0d;
  font-family: "CeraPro-Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.career-content__vacancies-link {
  color: #1c3e6b;
  font-family: "CeraPro-Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.corporation-contacts__title {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0px 40px 28px;
}

.corporation-contacts--bg {
  padding: 57px 0px;
  background: #f1f3f5;
}

.corporation-contacts__wrapper {
  display: flex;
  justify-content: center;
}

.contacts-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 663px;
  width: 100%;
}

.contacts-block__column {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 57px;
}

.contacts-block__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contacts-block__title {
  color: #000;
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.contacts-block__contacts-elem {
  color: var(--fg-text-button-regular);
  font-family: "CeraPro-Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  transition: all 0.3s ease;
}

a.contacts-block__contacts-elem {
  color: var(--fg-link-regular);
}
@media (any-hover: hover) {
  a.contacts-block__contacts-elem:hover {
    color: var(--fg-link-hover);
  }
}
a.contacts-block__contacts-elem:active {
  color: var(--fg-link-active);
}

.contacts-block__contacts-elem--bold {
  font-family: "CeraPro-Medium", sans-serif;
  font-weight: 500;
}

.contacts-block__contacts-elem--width {
  width: 159px;
}

.contacts-block__contacts {
  display: flex;
  flex-direction: column;
}

.contacts-block__contacts--margin-top {
  margin-top: 36px;
}

@media screen and (max-width: 1440px){
  .corporation-text-wr{
    max-width: 1200px;
  }
}

@media screen and (max-width: 1200px){
  .corporation-text{
    padding: 30px 100px;
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .corporation__title {
    text-align: center;
    font-size: 40px;
  }

  .corporation-text{
    display: none;
  }

  .corporation-contacts__wrapper {
    flex-direction: column;
  }

  .form-block {
    max-width: inherit;
  }
}
@media screen and (max-width: 1024px) {
  .scrollbar-container {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .main-content__wrapper--margin-bottom {
    margin-bottom: 0px;
  }

  .section-top__title {
    font-size: 28px;
  }

  .mission__wrapper {
    padding: 140px 64px 120px;
  }

  .mission__descr {
    font-size: 18px;
  }

  .mission-img__wrapper .svg-path {
    fill: #ff0000;
  }

  .strategy__wrapper {
    padding: 0px;
  }

  .section-top__title--padding-left {
    padding-left: 40px;
  }

  .strategy-content {
    background-image: none;
    flex-direction: column;
  }

  .strategy-content__mobile-img {
    display: block;
  }

  .strategy-content__img {
    height: 468px;
    object-fit: cover;
    object-position: center;
  }

  .strategy-content__descr {
    padding: 44px 30px 0px;
    width: 100%;
  }

  .career__wrapper {
    padding: 0px;
  }

  .career-content {
    background-image: none;
  }

  .career-content__mobile-img {
    display: block;
  }

  .career-content__img {
    height: 316px;
    object-fit: cover;
    object-position: center;
  }

  .career-content__descr {
    padding: 44px 30px;
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .corporation-info {
    width: 100%;
  }

  .corporation-info__descr {
    width: 100%;
  }

  .scrollbar-container {
    width: 100%;
  }

  .partners-top {
    flex-wrap: wrap;
    padding-right: 0px;
  }

  .partners-list {
    flex-direction: row;
  }

  .btn-more__wrapper {
    display: none;
  }

  .section-top__title {
    font-size: 24px;
  }

  .mission__wrapper {
    padding: 140px 15px 120px;
  }

  .contacts-block {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 63px;
  }

  .contacts-block__contacts--margin-top {
    margin-top: 0px;
  }

  .contacts-block__item--mobile-order {
    order: -1;
  }

  .form-block__btn {
    display: block;
    margin: auto;
  }
}

.captcha__container{
  display: flex;
}

.captcha__container .captcha_hidden{
  width: auto;margin-right: 10px;
}

.captcha__container .captcha_text{
  width:100%;font-size: 20px;
}

.captcha__container .captcha_img{
  width:auto;
  margin-right: 10px;
}

/* End */
/* /local/templates/tourism/assets/styles/development.css?171585860110938 */
/* /local/templates/tourism/assets/styles/corparation.css?17109340568834 */
