

/* Start:/local/templates/le-papa/components/bitrix/news.detail/mainscreen/style.css?17489319323566*/
.mainscreen-inner {
  height: 720px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.mainscreen-inner .mainscreen-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.mainscreen-inner .mainscreen-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.mainscreen-inner .mainscreen-info {
  position: relative;
  z-index: 2;
}
.mainscreen-inner .mainscreen-info .mainscreen-title {
  color: #fff;
  font-family: "STIX Two Text";
  font-size: 124px;
  font-style: normal;
  font-weight: 400;
  line-height: 132px;
  margin-bottom: 190px;
  padding: 0 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .mainscreen-inner .mainscreen-info .mainscreen-title {
    font-size: 98px;
    line-height: 111%;
  }
}
@media (max-width: 576px) {
  .mainscreen-inner .mainscreen-info .mainscreen-title {
    font-size: 72px;
  }
}
.mainscreen-inner .mainscreen-info .mainscreen-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}









/* -------------------------------------------------------------
   Основной контейнер: блок с изображением и контентом поверх него
   ------------------------------------------------------------- */
.hero-block {
  position: relative;
  width: 100%;
  /* Высота блока можно подстроить под ваши нужды.
     Если нужен блок на весь экран — используйте 100vh,
     иначе замените на фиксированную (например, 664px) или min-height. */
  height: 784px;
  overflow: hidden;
}

/* -----------------------------------------
   Фоновое изображение: занимает всю ширину
   ----------------------------------------- */
.hero-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* -------------------------------------------------
   Слой с текстом и кнопкой поверх изображения (абсолют)
   ------------------------------------------------- */
.hero-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Размещаем содержимое вертикально: текст сверху, кнопка снизу */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero-text {
  margin: 0;
  padding: 22px 20px 0 20px;
  color: #ffffff;
  font-family: "STIX Two Text", serif;
  font-size: 13px;
  line-height: 14px;
  text-align: center;
}

/* ---------------------------------------
   Кнопка "КАТАЛОГ" прижата к низу блока
   --------------------------------------- */
.hero-button {
  margin: 0 auto 31px;
  display: inline-block;
  padding: 8px 16px;
  background-color: #ffffff;
  color: #141414;
  font-size: 12px;
  border-radius: 1px;
  text-decoration: none;
  line-height: 16px;
  padding: 8px 16px;
  width: 88px;
  height: 32px;
  font-style: normal;
  font-family: "Inter", sans-serif;
  transition: color .3s ease-in, background-color .3s ease-in;
}

/* Состояние наведения для кнопки */
.hero-button:hover {
  color: #fff;
  background-color: #193026;
}

/* --------------------------------------------
   Пример адаптивного медиазапроса для мобильных 
   -------------------------------------------- */
@media (max-width: 767px) {
/*  .hero-button {
   
  }*/
}
/* End */


/* Start:/local/templates/le-papa/components/bitrix/news.list/homepage-banners/style.css?17449680251756*/
/* banners */
.banners-items {
  display: flex;
  flex-wrap: wrap;

  & .banners-item {
    height: 720px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 40px;
    width: 50%;
    border: 1px solid #193026;
    border-top: none;
    @media(max-width: 576px) {
      padding: 16px;
      width: 100%;
    }

    & .banners-item__image {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      overflow: hidden;

      & img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        transition: all .3s;
      }


    }

    & .banners-item__title {
      color: var(--White, #FFF);
      font-family: var(--title-font);
      margin-bottom: 8px;
      font-size: 40px;
      font-style: normal;
      font-weight: 400;
      line-height: 48px;
      /* 120% */
      position: relative;
      z-index: 2;
      max-width: 640px;

      @media(max-width: 576px) {
        font-size: 32px;
        line-height: 125%;
      }
    }

    & .banners-item__subtitle {
      color: var(--White, #FFF);
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 21px;
      /* 131.25% */
      margin-bottom: 24px;
      position: relative;
      z-index: 2;
      max-width: 640px;
    }

    & .banners-item__btns {
      display: flex;
      gap: 8px;
      position: relative;
      z-index: 2;
    }

    &:first-child {
      width: 100%;
      border-bottom: 1px solid #193026;
    }

    &:last-child {
      border-left: none;
    }

    &:hover {
      & img {
        transform: scale(1.1);
        transition: all .3s;
      }
    }
  }
}

/* banners end */
/* End */


/* Start:/local/templates/le-papa/components/bitrix/form/zaglushka/bitrix/form.result.new/.default/style.css?1747051108666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/le-papa/components/bitrix/form/zaglushka/bitrix/form.result.new/.default/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/le-papa/components/bitrix/form/zaglushka/bitrix/form.result.new/.default/images/icon_warn.gif);
}
/* End */
/* /local/templates/le-papa/components/bitrix/news.detail/mainscreen/style.css?17489319323566 */
/* /local/templates/le-papa/components/bitrix/news.list/homepage-banners/style.css?17449680251756 */
/* /local/templates/le-papa/components/bitrix/form/zaglushka/bitrix/form.result.new/.default/style.css?1747051108666 */
