

/* 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.css?1766584045769*/
.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;
	gap: 5px;
}

.bx-breadcrumb-item {
	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: none;
	vertical-align: top;
	line-height: 21px;
}

.bx-breadcrumb-item-link:hover { }

.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/components/seologic/form.result.new/templates/footer-form/style.min.css?1719830916540*/
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)}
/* End */
/* /local/templates/baikal/css/blog.css?17556997359287 */
/* /bitrix/components/bitrix/breadcrumb/templates/universal/style.css?1766584045769 */
/* /local/components/seologic/form.result.new/templates/footer-form/style.min.css?1719830916540 */
