

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

.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;
    transition: all 0.3s ease;
    text-decoration: none;
}

.services-menu__header:hover {
    background-color: #056CBF;
}
.services-menu__header:hover .services-menu__title{
    color: #fff;
}
.services-menu__header:hover .services-menu__arrow svg path{
    stroke: #fff;
}
.services-menu__title{
    text-decoration: none;
    color: #4D4E5C;
    font-weight: 600;
    font-size: 26px;
    line-height: 114.99999999999999%;
    letter-spacing: 0%;
    transition: all 0.3s ease;

}

.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;
    transition: background .3s ease, color .3s ease;
}
.blog-detail__detail-text a:hover{
    color: #fff;
    background: var(--lightBlue);
}
.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:/local/templates/baikal/css/blog.css?17556997359287*/
/* ============  .blog-post ============ */
.blog-post__container {
    max-width: var(--max-width-containers);
    padding-left: 25px;
    padding-right: 25px;
  }
  @media screen and (max-width: 992px) {
    .blog-post__container {
      padding-left: 20px;
      padding-right: 20px;
    }
  }
  @media screen and (max-width: 768px) {
    .blog-post__container {
      padding-left: 15px;
      padding-right: 15px;
    }
  }
  
  .blog-post__layout {
    padding-top: 96px;
    padding-bottom: 80px;
    display: grid;
    grid-template-columns: minmax(400px, 1fr) minmax(100px, 1072px);
    gap: 60px;
  }
  @media screen and (max-width: 992px) {
    .blog-post__layout {
      display: flex;
      flex-direction: column-reverse;
      gap: 40px;
    }
  }
  @media screen and (max-width: 768px) {
    .blog-post__layout {
      padding-top: 24px;
      padding-bottom: 24px;
      gap: 24px;
    }
  }
  
  .blog-post__content {
    display: flex;
    flex-direction: column;
    gap: 33px;
  }
  @media screen and (max-width: 768px) {
    .blog-post__content {
      gap: 24px;
    }
  }
  
  .blog-post__breadcrumbs {
    padding: 0;
  }
  .blog-post__breadcrumbs .bx-breadcrumb {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.1;
    color: #4d4e5c;
  }
  @media screen and (max-width: 768px) {
    .blog-post__breadcrumbs .bx-breadcrumb {
      font-size: 13px;
    }
  }
  .blog-post__breadcrumbs .container {
    padding: 0;
  }
  
  .blog-post__page-title {
    font-weight: 600;
    font-size: 56px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    color: #4d4e5c;
  }
  @media screen and (max-width: 1600px) {
    .blog-post__page-title {
      font-size: 42px;
    }
  }
  @media screen and (max-width: 992px) {
    .blog-post__page-title {
      font-size: 30px;
    }
  }
  
  .blog-post__img {
    display: block;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    background-color: #f5f5f5;
  }
  
  .blog-post__block {
    /* padding-top: 80px;
    padding-bottom: 80px; */
    display: flex;
    flex-direction: column;
    gap: 40px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: -0.04em;
    color: hsla(236, 9%, 33%, 0.7);
  }
  @media screen and (max-width: 768px) {
    .blog-post__block {
      padding-top: 40px;
      padding-bottom: 40px;
      gap: 24px;
    }
  }
  @media screen and (max-width: 768px) {
    .blog-post__block {
      padding-top: 48px;
      padding-bottom: 48px;
      font-size: 14px;
    }
  }
  .blog-post__block:first-child {
    padding-top: 0;
  }
  .blog-post__block:last-child {
    padding-bottom: 0;
  }
  .blog-post__block .color-accent {
    color: #2e6ca2;
  }
  
  .blog-post__block-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    color: #4d4e5c;
  }
  @media screen and (max-width: 768px) {
    .blog-post__block-title {
      font-size: 24px;
    }
  }
  
  .blog-post__block-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  @media screen and (max-width: 768px) {
    .blog-post__block-content {
      gap: 24px;
    }
  }
  .blog-post__block-content h3 {
    font-weight: 600;
    font-size: 26px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    color: #4d4e5c;
  }
  @media screen and (max-width: 768px) {
    .blog-post__block-content h3 {
      font-size: 18px;
    }
  }
  .blog-post__block-content p + p {
    margin-top: -18px;
  }
  .blog-post__block-content h3 + p,
  .blog-post__block-content h3 + ul,
  .blog-post__block-content h3 + ol {
    margin-top: -16px;
  }
  .blog-post__block-content ul,
  .blog-post__block-content ol {
    display: flex;
    flex-direction: column;
    gap: 20px;
    list-style-position: inside;
  }
  @media screen and (max-width: 768px) {
    .blog-post__block-content ul,
    .blog-post__block-content ol {
      gap: 8px;
    }
  }
  .blog-post__block-content ul {
    list-style-type: none;
  }
  .blog-post__block-content ul li {
    position: relative;
    padding-left: 18px;
  }
  .blog-post__block-content ul li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #2E6CA2;
    border-radius: 50%;
  }
  .blog-post__block-content .service__item {
    margin: 0;
  }
  .blog-post__block-content .service__item ul {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  .blog-post__block-content .service__item ul li {
    padding: 0;
  }
  .blog-post__block-content .service__item ul li::before {
    display: none;
  }
  
  .blog-post__block-btn {
    padding: 11px 16px;
    display: inline-flex;
    align-self: flex-start;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    color: #fff;
    text-decoration: none;
    border-radius: 2px;
    background-color: #2ba85c;
  }
  
  .page-navigation {
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  @media screen and (max-width: 768px) {
    .page-navigation {
      gap: 24px;
    }
  }
  
  .page-navigation__title {
    font-weight: 600;
    font-size: 26px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    color: #4d4e5c;
  }
  @media screen and (max-width: 768px) {
    .page-navigation__title {
      font-size: 18px;
    }
  }
  
  .page-navigation__list {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -0.04em;
    display: flex;
    flex-direction: column;
    gap: 24px;
    list-style-position: inside;
    list-style-type: none;
  }
  @media screen and (max-width: 768px) {
    .page-navigation__list {
      font-size: 16px;
      gap: 8px;
    }
  }
  .page-navigation__list li.active a {
    color: #2e6ca2;
  }
  .page-navigation__list a {
    color: hsla(236, 9%, 33%, 0.7);
    text-decoration: none;
    transition: all 0.25s;
  }
  .page-navigation__list a:hover {
    color: #2e6ca2;
  }

  .blog-post__container .service__list > .service__item {
    margin-inline: 0;
  }
  
  /* ============  END .blog-post ============ */

  /* ============  .related-services ============ */
.related-services {
  padding-top: 96px;
  padding-bottom: 96px;
  background-color: #eff8fc;
}
@media screen and (max-width: 768px) {
  .related-services {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.related-services .block__container {
  align-items: center;
}
@media screen and (max-width: 992px) {
  .related-services .block__container {
    align-items: initial;
  }
}

.related-services__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}
@media screen and (max-width: 992px) {
  .related-services__list {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .related-services__list {
    gap: 6px;
  }
}

.related-services__item {
  padding: 6px 8px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.04em;
  color: #2e6ca2;
  text-decoration: none;
  border: 1px solid rgba(1, 98, 158, 0.25);
  border-radius: 6px;
  transition: all 0.25s;
}
@media screen and (max-width: 768px) {
  .related-services__item {
    font-size: 13px;
  }
}
.related-services__item:hover {
  color: #fff;
  border: 1px solid #2e6ca2;
  background-color: #2e6ca2;
}

.related-services__arrow {
  width: 10px;
  height: auto;
}

.related-services__arrow path {
  stroke: #2e6ca2;
}
.related-services__item:hover .related-services__arrow path {
  stroke: #fff;
}

/* ============  END .related-services ============ */
.stati-link {
  width: 100%;
}

.stati-link > a{
  display: flex;
  justify-content: space-between;
  width: 100%;
}

/* ============  .declaration-centers ============ */
ul.declaration-centers__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  ul.declaration-centers__list {
    gap: 16px;
  }
}

.declaration-centers__item.declaration-centers__item {
  position: relative;
  padding-left: 32px;
}
.declaration-centers__item.declaration-centers__item::before {
  content: "";
  position: absolute;
  left: 0px;
  top: -2px;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 7H11V9H13V7ZM13 11H11V17H13V11ZM12 2C17.52 2 22 6.48 22 12C22 17.52 17.52 22 12 22C6.48 22 2 17.52 2 12C2 6.48 6.48 2 12 2ZM12 20C16.41 20 20 16.41 20 12C20 7.59 16.41 4 12 4C7.59 4 4 7.59 4 12C4 16.41 7.59 20 12 20Z' fill='%232E6CA2' /%3E%3C/svg%3E");
  background-size: 24px;
  background-position: center;
  background-color: initial;
  border-radius: 0;
}

.declaration-centers__link {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #4d4e5c;
  text-decoration: none;
  transition: all 0.25s;
}
.declaration-centers__link:hover {
  color: #2e6ca2;
}

/* ============  END .declaration-centers ============ */
/* 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/style.css?17703860521019*/
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/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/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;
}
/* End */
/* /local/templates/baikal/css/stati.css?17835823278890 */
/* /local/templates/baikal/css/blog.css?17556997359287 */
/* /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/style.css?17703860521019 */
