

/* Start:/local/templates/template1/styles.css?178783336023655*/
.news-detail img {
    margin: auto;
}
.news-detail img {
    margin: auto;
}

#popup-window-content-awz_cmp_cookies {
    background: rgb(196 217 108);
}
.tags-container {
  display: flex;
  flex-wrap: wrap; /* перенос тегов на следующую строку */
  gap: 8px; /* расстояние между тегами */
  padding: 10px;
  background: #ffffff;
  border-radius: 8px;
  max-width: 100%;
}
.section {
    background-color: #ffffff !important;
}
.tag {
  display: inline-block;
  background-color: #e03c8d;
  color: white;
  padding: 6px 12px;
  border-radius: 16px;
  font-size: 14px;
  white-space: nowrap;
  text-decoration: none; /* убирает подчеркивание ссылок */
  transition: background-color 0.3s ease;
}

.tag:hover {
  background-color: rgba(230, 46, 88, .8);
}

.footer__container.container:before {
	display:none;
}
.footer__container.container:after {
	display:none;
}
.footer__container.container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.nca-cookiesaccept-line.style-7 {
    background-color: rgb(196 217 108);
}
button#nca-cookiesaccept-line-accept-btn {
    background: #fff3c4;
    padding: 10px 30px;
    border: 1px solid gray;
}
.block-box.flex_block_sale {
    display: flex;
    gap: 50px;
    justify-content: space-between;
}
.flex_block_sale .sale_img_block {
    width: 50%;
}
.flex_block_sale .sale_text_block {
    width: 50%;
    text-align: left;
}
.nca-cookiesaccept-line.style-7 {
    background-color: rgb(196 217 108);
    position: fixed;
    left: 50%;
    bottom: 40px !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: bottom .4s ease-in, visibility .4s linear, opacity .4s linear;
    transition: bottom .4s ease-in, visibility .4s linear, opacity .4s linear;
    -webkit-animation: cookieShow 1.5s linear;
    animation: cookieShow 1.5s linear;
    z-index: 10000;
    width: auto !important;
}
.block-box {
    padding: 10px 0px !important;
    border-radius: 4px;
}
.container__subtitle--detail {
    margin: 0px 0;
}
.link--cookie {
    font-size: 15px;
}
.prtnr_block {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    margin-top: 0px !important;
    margin: 30px 0px !important;
}
.prtnt_img {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.partn_text {
    width:70%;
}
a.link.link--cookie {
    color: #E03C8D;
}
.services-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
	gap:10px;
}
.services-item {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    position: relative;
    padding: 20px 25px;
}
a.services-item-link {
    background: rgb(0 0 0 / 30%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
	z-index:999;
}
a.services-item-link {
    background: rgb(0 0 0 / 30%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 999;
    border-radius: 15px;
}
span.services_title {
    position: absolute;
    font-size: 24px;
    line-height: 1.35;
    color: #ffffff;
    z-index: 9999;
    text-decoration: none;
}
.photo-gallery-wrap {
  margin: 20px auto;
  padding: 12px;
  background: linear-gradient(135deg,#FFF8E7 0%, #E8F8FF 100%); /* нежные пастельные цвета */
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(30,50,90,0.06);
}

.photo-card {
  padding: 8px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 220px; /* можно подстроить */
  overflow: hidden;
}

.photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  transition: transform .35s ease;
}
.photo-card img:hover { transform: scale(1.03); }

/* кнопки навигации в стиле для детского лагеря */
.photo-gallery-wrap .swiper-button-prev,
.photo-gallery-wrap .swiper-button-next {
  color: #2b7cff; /* яркий детский синий */
  background: rgba(255,255,255,0.9);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-shadow: 0 4px 8px rgba(43,124,255,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}
.photo-gallery-wrap .swiper-button-prev::after,
.photo-gallery-wrap .swiper-button-next::after {
  font-size: 18px;
}

/* пагинация точек */
.photo-gallery-wrap .swiper-pagination-bullet {
  background: #ffd28a; /* мягкий желтый */
  opacity: 0.9;
}
.photo-gallery-wrap .swiper-pagination-bullet-active {
  background: #ff8aa1; /* акцентный розовый */
  transform: scale(1.08);
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -5px !important;
}
.swiper.photo-gallery-swiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    padding: 20px 0px;
}
.photo-card {
    padding: 0px;
    height: 360px;
}
.slider__picture::before {
    background-color: rgba(0, 0, 0, .3);
    right: 40%;
}
a.btn.btn-primary.btn-xs {
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    background: #ABC92D;
    border-color: #ABC92D;
    padding: 5px 15px;
    font-size: 15px;
}

.bx-newslist-title, .bx-newslist-title a {
    font-size: 22px;
    text-decoration: none;
}
.bx-newslist-content {
    font-size: 16px;
    margin-bottom: 5px;
}
.slide__detail::before {
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .6)), color-stop(50%, transparent), to(rgba(0, 0, 0, .6)));
    background: linear-gradient(90deg, rgba(0, 0, 0, .6) 0, transparent 50%, rgba(0, 0, 0, .6) 100%);
    background: none;
}
.detail__content {
	padding: 0px !important;
}

ul {
    list-style-type: none;
    padding-left: 0;
    font-family: 'Comic Sans MS', cursive, sans-serif;
}

.news-detail ul li {
    background: #ABC92D;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 15px 20px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.news-detail ul li strong {
    color: #e03c8d;
    font-size: 18px;
    display: block;
    margin-bottom: 6px;
}

.news-detail ul li p {
    color: #1565C0;
    margin: 0;
    font-size: 14px;
}

.news-detail ol {
	counter-reset: step-counter;
	padding-left: 0;
	list-style: none;
	max-width: 600px;
	margin: 20px auto;
	font-family: 'Comic Sans MS', cursive, sans-serif;
}

.news-detail ol li {
	counter-increment: step-counter;
	background: #fff3c4; 
	border: 2px solid #fffbcc;
	border-radius: 12px;
	padding: 15px 20px 15px 60px;
	margin-bottom: 15px;
	position: relative;
	box-shadow: 2px 2px 5px rgba(255, 204, 0, 0.4);
	color: #333;
}

.news-detail ol li::before {
    content: "☀️ " counter(step-counter);
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: #ffcc00;
    color: #abc92d;
    font-weight: bold;
    font-size: 1.2em;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 5px #ffa500;
}

.news-detail ol li strong {
    color: #d97100;
}


table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Comic Sans MS', cursive, sans-serif;
    background-color: #fff7e6;
    box-shadow: 0 4px 10px rgba(255, 195, 0, 0.3);
    border-radius: 10px;
    overflow: hidden;
}

th, td {
    border: 1px solid #fff3c4;
    padding: 12px 20px;
    text-align: left;
    color: #555;
}

th {
    background-color: #abc92d;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

tr:nth-child(even) {
    background-color: #fff1cc;
}

tr:hover {
    background-color: #ffe699;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

table {
    margin: 50px 0px;
}

ul {
    margin: 30px 0px;
}

@media (max-width: 1925px) {
    .section {
        margin-bottom: 50px;
    }
}
@media (max-width: 768px) {
	.services-list {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
	}
}
@media (max-width: 767px) {
	.block-box.flex_block_sale {
		flex-direction: column;
	}
	.flex_block_sale .sale_img_block {
		width: 100%;
	}
	.flex_block_sale .sale_text_block {
		width: 100%;
	}
	.prtnr_block {
		flex-direction: column;
	}
	.partn_text {
		width:100%;
	}
	.prtnt_img {
		width: 100%;
	}
	.img_block_text {
		flex-direction: column;
		align-items: center;
	}
	div.news-detail img.detail_picture {
		width: 100% !important;
		height: auto !important;
	}




}

.galery_new .card__slider-control {
	top: 50%;
	max-width: 100%;
	padding: 0 30px;
}
.galery_new .card__slider-button {
    color: #000000;
}
.galery_new .card__slider-button {
    color: #000000 !important;
}
.galery_new .card__slide-picture--outline {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
section.section.container.container--padding-right.galery_new .instagram__title-wrapper {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.galery_new .icon-angle-left.button--card-slider:focus::before, .galery_new .icon-angle-left.button--card-slider:hover::before, .galery_new .icon-angle-left.button--slider:focus::before, .galery_new .icon-angle-left.button--slider:hover::before, .galery_new .icon-angle-right.button--card-slider:focus::before, .galery_new .icon-angle-right.button--card-slider:hover::before, .galery_new .icon-angle-right.button--slider:focus::before, .galery_new .icon-angle-right.button--slider:hover::before {
    color: rgb(0 0 0 / 60%);
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1.2);
    transform: translate3d(-50%, -50%, 0) scale(1.2);
}
.galery_new .card__slide-img {
    border-radius: 15px;
}
.galery_new .card__slider-list.swiper-wrapper {
    height: 500px !important;
}
.galery_new .instagram__title-wrapper {
    display: flex;
    text-align: center;
}
.galery_new .card__title-link {
    width: 100%;
}
.grid_galery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    border-radius: 15px !important;
}
.grid_galery .news-list-item {
    width: 100%;
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 15px;
}
a.button-booking_news.button.button--default {
    display: flex;
    width: 250px;
    margin: 25px auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}




/* ============================================
   ОБЩИЙ CSS ДЛЯ СТАТЕЙ ЛАГЕРЯ «ДРУЖБА»
   Версия: 1.0
   Использование: обернуть статью в div class="lagder-article"
   ============================================ */

.lagder-article {
  margin: 0 auto;
  padding: 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.5;
  color: #1a1a1a;
  background: #fff;
  box-sizing: border-box;
}

.lagder-article * {
  box-sizing: border-box;
}

/* ========== ЗАГОЛОВКИ ========== */
.lagder-article h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 24px 0;
  color: #1a1a1a;
}

.lagder-article h2 {
  font-size: 24px;
  font-weight: 600;
  margin: 40px 0 20px 0;
  color: #1a1a1a;
}

.lagder-article h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 28px 0 12px 0;
  color: #1a1a1a;
}

/* ========== ТЕКСТ ========== */
.lagder-article p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 20px 0;
  color: #333;
}

.lagder-article strong {
  font-weight: 600;
  color: #1a1a1a;
}

/* ========== СПИСКИ ========== */
.lagder-article ul,
.lagder-article ol {
  margin: 0 0 20px 0;
  padding-left: 24px;
}

.lagder-article li {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 8px;
  color: #333;
}

/* ========== ТАБЛИЦЫ (с горизонтальной прокруткой) ========== */
.lagder-article .table-wrapper {
  width: 100%;
  overflow-x: auto;
  margin: 24px 0;
  -webkit-overflow-scrolling: touch;
  border-radius: 8px;
}

.lagder-article table {
  width: 100%;
  min-width: 500px;
  border-collapse: collapse;
  font-size: 15px;
  background: #fff;
}

.lagder-article th,
.lagder-article td {
  border: 1px solid #e0e0e0;
  padding: 12px 16px;
  text-align: left;
  vertical-align: top;
}

.lagder-article th {
  background-color: #f5f5f5;
  font-weight: 600;
  color: #1a1a1a;
}

.lagder-article td {
  color: #333;
}

.lagder-article td a {
  color: #ff6b35;
  text-decoration: none;
  font-weight: 500;
}

.lagder-article td a:hover {
  text-decoration: underline;
}

/* ========== КНОПКИ ========== */
.lagder-article .article-button-wrapper {
  text-align: center;
  margin: 32px 0 24px;
}

.lagder-article .btn {
  display: inline-block;
  padding: 14px 32px;
  background-color: #ff6b35;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  transition: background-color 0.2s ease;
  cursor: pointer;
  border: none;
}

.lagder-article .btn:hover {
  background-color: #e55a2a;
}

/* ========== МЕТА-ИНФОРМАЦИЯ ========== */
.lagder-article .article-meta {
  font-size: 14px;
  color: #888;
  margin-top: 32px;
  padding-top: 16px;
  border-top: 1px solid #eee;
}

/* ========== КОНТАКТНЫЙ БЛОК ========== */
.lagder-article .contact-block {
  background-color: #f9f9f9;
  border-left: 4px solid #ff6b35;
  padding: 16px 20px;
  margin: 24px 0;
  border-radius: 8px;
}

.lagder-article .contact-block p {
  margin: 0 0 8px 0;
}

.lagder-article .contact-block p:last-child {
  margin-bottom: 0;
}

.lagder-article .contact-block a {
  color: #ff6b35;
  text-decoration: none;
  font-weight: 600;
}

.lagder-article .contact-block a:hover {
  text-decoration: underline;
}

/* ========== КАРТОЧКИ (для программ, алгоритмов, этапов) ========== */
.lagder-article .program-card,
.lagder-article .stage-card,
.lagder-article .algorithm-step {
  background-color: #f9f9f9;
  border-radius: 12px;
  padding: 16px 20px;
  margin-bottom: 16px;
}

.lagder-article .program-card h4,
.lagder-article .stage-card h4,
.lagder-article .algorithm-step h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px 0;
  color: #ff6b35;
}

.lagder-article .program-card p,
.lagder-article .stage-card p,
.lagder-article .algorithm-step p {
  margin: 0;
}

/* Специальный стиль для algorithm-step с левой рамкой */
.lagder-article .algorithm-step {
  border-left: 3px solid #ff6b35;
}

/* ========== ДВЕ КОЛОНКИ ========== */
.lagder-article .two-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px 0;
}

.lagder-article .col {
  flex: 1;
  min-width: 200px;
  background-color: #f9f9f9;
  border-radius: 12px;
  padding: 16px 20px;
}

.lagder-article .col h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 12px 0;
  color: #ff6b35;
}

.lagder-article .col ul,
.lagder-article .col ol {
  margin: 0;
  padding-left: 20px;
}

.lagder-article .col li {
  margin-bottom: 6px;
}

/* ========== ГАЛЕРЕЯ (для фото блюд и т.д.) ========== */
.lagder-article .food-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 24px 0;
  justify-content: center;
}

.lagder-article .food-placeholder {
  width: calc(33.33% - 10px);
  min-width: 150px;
  background-color: #f0f0f0;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.lagder-article .food-placeholder .placeholder-text {
  padding: 30px 10px;
  font-size: 14px;
  color: #666;
  background: #f9f9f9;
  text-align: center;
}

.lagder-article .food-placeholder .placeholder-text span {
  display: block;
  font-size: 40px;
  margin-bottom: 10px;
}

/* ========== FAQ (Вопросы и ответы) ========== */
.lagder-article .faq-item {
  margin-bottom: 24px;
  border-bottom: 1px solid #eee;
  padding-bottom: 16px;
}

.lagder-article .faq-item h3 {
  margin: 0 0 12px 0;
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
}

.lagder-article .faq-item p {
  margin: 0;
  color: #555;
}

.lagder-article .faq-item:last-child {
  border-bottom: none;
}

/* ========== ПРИМЕРЫ ИЗ ПРАКТИКИ ========== */
.lagder-article .example-block {
  background-color: #f9f9f9;
  border-radius: 12px;
  padding: 16px 20px;
  margin: 20px 0;
  font-style: normal;
}

.lagder-article .example-block h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: #ff6b35;
}

.lagder-article .example-block p {
  margin: 0;
}

/* ========== МЕНЮ (для статьи о питании) ========== */
.lagder-article .menu-day {
  background-color: #f9f9f9;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 16px;
}

.lagder-article .menu-day h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 12px 0;
  color: #ff6b35;
}

.lagder-article .menu-day p {
  margin: 0 0 8px 0;
}

/* ========== АДАПТИВНОСТЬ ДЛЯ ПЛАНШЕТОВ И ТЕЛЕФОНОВ ========== */
@media (max-width: 768px) {
  .lagder-article {
    padding: 16px;
  }
  
  .lagder-article h1 {
    font-size: 28px;
  }
  
  .lagder-article h2 {
    font-size: 22px;
  }
  
  .lagder-article h3 {
    font-size: 18px;
  }
  
  .lagder-article table {
    font-size: 13px;
  }
  
  .lagder-article th,
  .lagder-article td {
    padding: 8px 12px;
  }
  
  .lagder-article .table-wrapper {
    margin: 16px 0;
  }
  
  .lagder-article .btn {
    padding: 12px 24px;
    font-size: 14px;
  }
  
  .lagder-article .faq-item h3 {
    font-size: 16px;
  }
  
  .lagder-article .two-columns {
    flex-direction: column;
    gap: 12px;
  }
  
  .lagder-article .food-placeholder {
    width: calc(50% - 10px);
  }
  
  .lagder-article .program-card h4,
  .lagder-article .stage-card h4,
  .lagder-article .algorithm-step h4 {
    font-size: 16px;
  }
}

/* ========== ДЛЯ ОЧЕНЬ МАЛЕНЬКИХ ЭКРАНОВ (до 480px) ========== */
@media (max-width: 480px) {
  .lagder-article table {
    min-width: 450px;
  }
  
  .lagder-article th,
  .lagder-article td {
    padding: 6px 10px;
    font-size: 12px;
  }
  
  .lagder-article .food-placeholder {
    width: 100%;
  }
}

.lagder-article {
	padding: 20px;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
	line-height: 1.5;
	color: #1a1a1a;
	background: #fff;
	box-sizing: border-box;
}

.lagder-article * {
	box-sizing: border-box;
}

.lagder-article h1 {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 24px 0;
	color: #1a1a1a;
}

.lagder-article h2 {
	font-size: 24px;
	font-weight: 600;
	margin: 40px 0 20px 0;
	color: #1a1a1a;
}

.lagder-article h3 {
	font-size: 20px;
	font-weight: 600;
	margin: 28px 0 12px 0;
	color: #1a1a1a;
}

.lagder-article p {
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 20px 0;
	color: #333;
}

.lagder-article strong {
	font-weight: 600;
	color: #1a1a1a;
}

.lagder-article ul,
.lagder-article ol {
	margin: 0 0 20px 0;
	padding-left: 24px;
}

.lagder-article li {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 8px;
	color: #333;
}

.lagder-article .article-button-wrapper {
	text-align: center;
	margin: 32px 0 24px;
}

.lagder-article .btn {
	display: inline-block;
	padding: 14px 32px;
	background-color: #ff6b35;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	border-radius: 4px;
	transition: background-color 0.2s ease;
	cursor: pointer;
	border: none;
}

.lagder-article .btn:hover {
	background-color: #e55a2a;
}

.lagder-article .article-meta {
	font-size: 14px;
	color: #888;
	margin-top: 32px;
	padding-top: 16px;
	border-top: 1px solid #eee;
}

.lagder-article .contact-block {
	background-color: #f9f9f9;
	border-left: 4px solid #ff6b35;
	padding: 16px 20px;
	margin: 24px 0;
	border-radius: 8px;
}

.lagder-article .contact-block p {
	margin: 0 0 8px 0;
}

.lagder-article .contact-block p:last-child {
	margin-bottom: 0;
}

.lagder-article .contact-block a {
	color: #ff6b35;
	text-decoration: none;
	font-weight: 600;
}

.lagder-article .contact-block a:hover {
	text-decoration: underline;
}

/* Блок с ценами и коммерческим предложением */
.lagder-article .offer-block {
	background-color: #fff5f0;
	border: 2px solid #ff6b35;
	border-radius: 12px;
	padding: 20px 24px;
	margin: 24px 0;
	text-align: center;
}

.lagder-article .offer-block .price {
	font-size: 36px;
	font-weight: 700;
	color: #ff6b35;
}

.lagder-article .offer-block p {
	margin: 8px 0;
}

.lagder-article .offer-block .btn-large {
	display: inline-block;
	padding: 16px 48px;
	background-color: #ff6b35;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-size: 18px;
	border-radius: 8px;
	transition: background-color 0.2s ease;
	margin-top: 12px;
}

.lagder-article .offer-block .btn-large:hover {
	background-color: #e55a2a;
}

/* Список преимуществ */
.lagder-article .benefits-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 20px 0;
}

.lagder-article .benefit-item {
	flex: 1;
	min-width: 150px;
	background-color: #f9f9f9;
	border-radius: 12px;
	padding: 16px 20px;
	text-align: center;
}

.lagder-article .benefit-item .icon {
	font-size: 30px;
	display: block;
	margin-bottom: 8px;
}

.lagder-article .benefit-item h4 {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 4px 0;
	color: #1a1a1a;
}

.lagder-article .benefit-item p {
	font-size: 14px;
	margin: 0;
	color: #666;
}

/* Карточки причин */
.lagder-article .reason-card {
	background-color: #f9f9f9;
	border-radius: 12px;
	padding: 20px 24px;
	margin-bottom: 20px;
	border-left: 4px solid #ff6b35;
}

.lagder-article .reason-card .number {
	font-size: 14px;
	font-weight: 700;
	color: #ff6b35;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.lagder-article .reason-card h3 {
	font-size: 20px;
	font-weight: 600;
	margin: 8px 0 12px 0;
	color: #1a1a1a;
}

.lagder-article .reason-card p {
	margin: 0 0 12px 0;
}

.lagder-article .reason-card ul {
	margin: 0;
	padding-left: 20px;
}

.lagder-article .reason-card li {
	margin-bottom: 4px;
}

@media (max-width: 768px) {
	.lagder-article {
	  padding: 16px;
	}
	.lagder-article h1 {
	  font-size: 28px;
	}
	.lagder-article h2 {
	  font-size: 22px;
	}
	.lagder-article h3 {
	  font-size: 18px;
	}
	.lagder-article .btn {
	  padding: 12px 24px;
	  font-size: 14px;
	}
	.lagder-article .offer-block .price {
	  font-size: 28px;
	}
	.lagder-article .offer-block .btn-large {
	  padding: 14px 32px;
	  font-size: 16px;
	}
	.lagder-article .benefits-grid {
	  flex-direction: column;
	  gap: 12px;
	}
	.lagder-article .reason-card {
	  padding: 16px;
	}
	.lagder-article .reason-card h3 {
	  font-size: 18px;
	}
}

@media (max-width: 912px) {
	.grid_galery {
		grid-template-columns: repeat(2, 1fr);
	}
	.grid_galery .news-list-item {
		height: 240px;
	}
}
@media (max-width: 600px) {
    .grid_galery .news-list-item {
        height: 244px;
    }
	.grid_galery {
		grid-template-columns: repeat(1, 1fr);
	}
}
@media (max-width: 375px) {
	.tag {
		display: inline-block;
		background-color: #e03c8d;
		color: white;
		padding: 6px 12px;
		border-radius: 16px;
		font-size: 12px;
		white-space: nowrap;
		text-decoration: none;
		transition: background-color 0.3s ease;
	}
}
/* End */


/* Start:/local/templates/template1/template_styles.css?1765200252896*/
.contacts__reach-container{
margin-bottom: 100px;
border: 1px solid #c0c0c0;
box-shadow: 2px 2px 2px #afafaf;
}
.section{
background-color: #f8f9fa;
}

.container_info{
margin: 0px auto;
padding: 0px 20px 0px 40px;

}
.container_info h2{
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 600;
}
.cards {
  display: flex;
  flex-direction: column;
}
.booking{

}
.card{
  border: none !important;
}
.card__title-link{
width: 210px;
}
.card__slide-content-title:hover{
text-decoration: underline #e03c8d !important;
}

.page__inner-description {
  padding: 10px 14px;
  background-color: #FCF2C4;
  border: 2px solid #e03c8d !important;
  border-radius: 8px;
}
.page__inner-description p {
  font-size: 16px;
  color: #151516
}

.block-box{
padding: 10px 20px;

border-radius: 4px;

}

.cardsbox{
    display: flex;
    justify-content: space-between;
    
    text-decoration: none
}







/* End */
/* /local/templates/template1/styles.css?178783336023655 */
/* /local/templates/template1/template_styles.css?1765200252896 */
