

/* Start:/local/templates/tourism/assets/styles/pressCenter.css?17109340562410*/
.main-content__wrapper {
  margin: 0px;
}

.pages-list__title {
  margin-bottom: 45px;
  color: #f1f3f5;
  font-family: "CeraPro-Bold", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

.pages-list__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.pages-list__item {
  position: relative;
  overflow: hidden;
}

.pages-list__item-img {
  height: 291px;
  object-fit: cover;
  object-position: center;
  transition: transform 0.25s;
}

.pages-list__item-link:hover .pages-list__item-img {
  transform: scale(1.1);
}

.pages-list__item-title {
  position: absolute;
  left: 40px;
  bottom: 40px;
  color: #fff;
  font-family: "CeraPro-Black", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
}

.center-form {
  background-color: #f1f3f5;
}

.center-form__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  padding: 127px 0px 97px;
}

.center-form__contacts {
  max-width: 561px;
}

.center-form__contacts-title {
  color: #1c2023;
  margin-bottom: 40px;
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.center-form__contacts-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

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

@media screen and (max-width: 1024px) {
  .pages-list__wrapper {
    grid-template-columns: 1fr;
  }

  .center-form__wrapper {
    flex-direction: column;
    padding: 32px 0px;
  }

  .center-form__contacts {
    text-align: center;
  }

  .form-block__btn-wrapper {
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 576px) {
  .pages-list__title {
    text-align: center;
    font-size: 28px;
  }

  .pages-list .container {
    padding: 0px;
  }

  .pages-list__item-img {
    height: 180px;
  }

  .pages-list__item-title {
    left: 16px;
    font-size: 20px;
  }
}

.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/pressCenter.css?17109340562410 */
