

/* Start:/local/templates/baikal/css/stati.css?17816784248444*/

.container-fluid.container-stati{
    max-width: 1620px;
}

.stati__page-title {
    font-size: 56px;
    font-weight: 600;
    margin-bottom: 40px;
    margin-top: 25px;
    color: #4D4E5C;
}

.stati-card__link {
    text-decoration: none;
}

.stati-card__link:hover .stati-card{
    background-color: #F5F7F9;
}

.stati-cards__wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin: 50px 0;
}

.stati-card {
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.3s, box-shadow 0.3s, background-color 0.3s;
    cursor: pointer;
}

/* .stati-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
} */

.stati-card__image-wrapper {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 12px;
}

.stati-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

/* .stati-card:hover .stati-card__image {
    transform: scale(1.05);
} */

.stati-card__text-wrapper {
    display: flex;
    flex-direction: column;
    padding: 20px;
    flex: 1;
    gap: 40px;
}

.stati-card__content {
    flex: 1;
}

.stati-card__title {
    font-size: 24px;
    font-weight: 600;
    color: #4D4E5C;
    margin: 0 0 16px 0;
    line-height: 110%;
}

.stati-card__description {
    font-size: 16px;
    font-weight: 400;
    color: #82838D;
    line-height: 140%;
    margin: 0;
}

.stati-card__meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 16px;
}

.stati-card__author {
    font-size: 14px;
    font-weight: 600;
    color: #4D4E5C;
    line-height: 115%;
    margin: 0;
}

.stati-card__meta-info {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #4D4E5C;
    line-height: 115%;
    font-weight: 400;
}

.stati-card__divider {
    color: #4D4E5C;
}

@media screen and (max-width: 1679px) {
    .container-fluid.container-stati {
        padding-right: 20px;
        padding-left: 20px;
    }
}


@media screen and (max-width: 1600px) {
    .stati__page-title{
        font-size: 42px;
    }
}

/* Адаптивность */
@media (max-width: 1200px) {
    .stati-cards__wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .stati-cards__wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .stati__page-title{
        font-size: 30px;
    }
}

@media (max-width: 576px) {
    .stati-cards__wrapper {
        grid-template-columns: 1fr;
    }
    
    .stati__page-title {
        font-size: 32px;
    }
}


.services-menu{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 369px;
}

.services-menu__header{
    padding: 24px 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #F5F7F9;
    border-radius: 12px;
}

.services-menu__title{
    text-decoration: none;
    color: #4D4E5C;
    font-weight: 600;
    font-size: 26px;
    line-height: 114.99999999999999%;
    letter-spacing: 0%;
}

.services-menu__arrow svg{
    width: 24px;
    height: 24px;
}

.service-menu__nav{
    padding: 24px 28px;
    background-color: #F5F7F9;
    border-radius: 12px;
}

.service-menu__item{
    list-style: none;
    color: #82838D;
    font-weight: 500;
    font-size: 18px;
    line-height: 135%;
    letter-spacing: 0%;

}

.service-menu__list{
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.service-menu__item a:hover{
    color: #4D4E5C;
    font-weight: 600;
}

.service-menu__item a{
    text-decoration: none;
    color: #82838D;
    transition: all 0.3s ease;
}

.blog-detail__wrapper{
    display: flex;
    gap: 48px;
    flex-direction: row-reverse;
    margin-top: 25px;
}

.blog-detail__meta-info{
    color: #82838D;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 32px;
}

.blog-detail__author{
    color: #4D4E5C;
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 16px;
}

.blog-detail__page-title{
    font-weight: 600;
    font-size: 56px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    margin-bottom: 50px;
}

.blog-detail__nav{
    margin-top: 112px;
}

.blog-detali__img{
    display: block;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 50px;
    max-width: 900px;
}

.blog-detail__preview-text{
    margin-bottom: 60px;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #4D4E5C;
}

.blog-detail__preview-text p,
.blog-detail__preview-text a{
    margin-bottom: 24px;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
}

.blog-detail__preview-text p:last-child{
    margin-bottom: 0;
}

.color-accent{
  color: #056CBF;  
}

.blog-detail__detail-text{
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #4D4E5C;
}

.blog-detail__detail-text p,
.blog-detail__detail-text a{
    margin-bottom: 24px;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
}

.blog-detail__detail-text h2{
    font-weight: 600;
    font-size: 36px;
    line-height: 114.99999999999999%;
    margin-bottom: 40px;
    margin-top: 60px;
}

.blog-detail__detail-text h3{
    font-weight: 600;
    font-size: 26px;
    line-height: 114.99999999999999%;
    margin-bottom: 32px;
    margin-top: 60px;
}

.blog-detail__detail-text ul,
.blog-detail__detail-text ol{
    gap: 16px;
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    list-style-position: inside;
}

.blog-detail__detail-text ul{
    list-style-type: none;
}

.blog-detail__detail-text ul li{
    position: relative;
    padding-left: 18px;
}

.blog-detail__detail-text ul li::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #4D4E5C;
}

.blog-detail__detail-text a{
    color: #056CBF;
}

.toc-item a{
    text-decoration: none;
    color: #056CBF;
}

.toc-number{
    margin-right: 10px;
}

.blog-blue-block{
    background-color: #056CBF;
    padding: 40px;
    border-radius: 12px;
    margin: 60px 0;
}

.blog-info-content{
    display: flex;
    gap: 32px;
}

.blog-info-icon svg{
    width: 52px;
    height: 52px;
}

.blog-info-text{
    color: white;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
}

.blog-cta-content{
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.cta-text .cta-title{
    color: white;
    font-weight: 600;
    font-size: 36px;
    line-height: 114.99999999999999%;
    margin-bottom: 18px;
    margin-top: 0;
}

.cta-text .cta-subtitle{
   margin: 0;
   color: white;
   font-weight: 400;
   font-size: 18px;
   line-height: 140%;
   letter-spacing: 0%;
}

.cta-btn{
    display: inline-block;
    background-color: white;
    color: #056CBF;
    padding: 22px 24px;
    font-weight: 600;
    font-size: 18px;
    line-height: 135%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: bottom;
    height: fit-content;
    border-radius: 12px;
    text-decoration: none;
    min-width: fit-content;
}

@media (max-width: 992px) {
    .blog-detail__wrapper{
        flex-direction: column-reverse; 
    }

    .blog-detail__nav{
        display: none;
    }

    .blog-info-content{
        flex-direction: column;
        gap: 24px;
    }

    .blog-blue-block{
        padding: 24px;
        margin: 44px 0;
    }

    .blog-cta-content{
        flex-direction: column;
        gap: 40px;
    }
    .cta-btn{
        width: 100%;
        font-size: 15px;
    }
    .blog-detail__detail-text,
    .blog-detail__preview-text{
        font-size: 16px;
    }
    .blog-detail__preview-text p,
    .blog-detail__detail-text p{
        margin-bottom: 20px;
    }

    .blog-detail__detail-text h2{
        font-size: 22px;
        margin-bottom: 24px;
        margin-top: 44px;
    }
    
    .blog-detail__detail-text h3{
        font-size: 18px;
        margin-bottom: 20px;
        margin-top: 44px;
    }
    
    .blog-detail__detail-text ul,
    .blog-detail__detail-text ol{
        margin-bottom: 20px;
    }
}
/* End */


/* Start:/bitrix/components/bitrix/breadcrumb/templates/universal/style.min.css?1779189041625*/
.bx-breadcrumb{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bx-breadcrumb-item{line-height:22px;white-space:nowrap}.bx-breadcrumb-item-angle{margin:0 10px;color:#b5bdc2;vertical-align:top;font-size:12px}.bx-breadcrumb-item-link{border-bottom:0;vertical-align:top;line-height:21px}.bx-breadcrumb-item-text{vertical-align:top;white-space:normal;font:400 13px/21px "Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;transition:250ms linear all}
/* End */


/* Start:/local/templates/baikal/components/bitrix/news.list/slider_news/style.css?1781678424985*/
/* Базовые настройки для мобильных (от 0px) */
.news-slider .swiper-slide {
    width: 332px;  /* Фиксированная ширина на мобилках */
    height: auto;  /* Позволяет растягиваться */
    display: flex; /* Чтобы вложенная ссылка тоже тянулась */
}

.section-title{
    margin-bottom: 50px;
    font-weight: 600;
    font-size: 40px;
    color: #4D4E5C;
}

.slider-news-section{
    margin: 80px 0;
}

/* Настройки для десктопа (например, от 1024px) */
@media (min-width: 1024px) {
    .news-slider .swiper-slide {
        width: 387px; /* Фиксированная ширина на десктопе */
    }

    .slider-news-section{
        margin: 65px 0;
    }
}

@media (min-width: 768px) {
    .section-title{
        margin-bottom: 24px;
        font-size: 26px;
    }

    .slider-news-section{
        margin: 50px 0 0 0;
    }
}



/* End */


/* Start:/local/components/seologic/form.result.new/templates/footer-form-white/style.css?17816784242100*/
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/components/seologic/form.result.new/templates/footer-form-white/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/components/seologic/form.result.new/templates/footer-form-white/images/icon_warn.gif);
}

/* Сообщения об ошибках в футер-форме (чекбокс, телефон) */
.footer-info__field-error {
	margin: 6px 0 0;
	padding: 10px;
	font-size: 13px;
	line-height: 1.35;
	color: #c0392b;
	background-color: white;
	border-radius: 10px;
}
.footer-info__name-error,
.footer-info__phone-error {
	margin-top: 4px;
}
.footer-info__checkbox-error {
	margin-top: 6px;
}

.form-footer .form-footer__wrapper.form-white{
	background-color: white;
	align-items: center;
}

.form-footer .footer-info__item-field.form-white,
.form-footer .footer-info__item-text.form-white{
	background-color: #F5F7F9;
}

.form-footer__title.form-white{
	color: #4D4E5C;
}

.footer-info__button.form-white{
	background-color: #056CBF;
	color: white !important;
}

.footer-info__checkbox-custom.form-white{
	border-color: #4D4E5C;
}

.footer-info__checkbox-text.form-white,
.footer-info__checkbox-text.form-white a,
.footer-info__file-download.form-white{
	color: #4D4E5C;
}

.footer-info__file-download.form-white::before{
	background-image: url(/local/components/seologic/form.result.new/templates/footer-form-white/images/ion_attach-outline.svg);
}

.footer-info__checkbox-text.form-white a{
	font-weight: 300;
}

.form-footer__img-mobile.form-white{
	display: none;
}

@media (max-width: 992px) {
	.form-footer__img-mobile.form-white{
		width: 100%; 
		aspect-ratio: 358 / 226; 
		object-fit: cover; 
		display: block;
		border-radius: 12px;
		margin-bottom: 30px;
	}
}

/* End */
/* /local/templates/baikal/css/stati.css?17816784248444 */
/* /bitrix/components/bitrix/breadcrumb/templates/universal/style.min.css?1779189041625 */
/* /local/templates/baikal/components/bitrix/news.list/slider_news/style.css?1781678424985 */
/* /local/components/seologic/form.result.new/templates/footer-form-white/style.css?17816784242100 */
