*, *:after, *:before {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}
@media (max-width: 768px) {
  html {
    overflow-x: hidden;
  }
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #667085;
  font-weight: normal;
  background-color: #FFFFFF;
}
@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}

main {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

._18-btn {
  display: inline-block;
  padding: 4px 10px;
  min-width: 103px;
  border-radius: 14px;
  height: 23px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}

._18-post-date {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

img {
  max-width: 100%;
  height: auto;
}

picture {
  line-height: 0;
  display: block;
}

p, h1, h2, h3, h4, h5, a {
  word-break: break-word;
}

h1 {
  font-size: 34px;
  color: #333333;
}
h1:first-letter {
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 28px;
  }
}

p {
  line-height: 1.55;
  letter-spacing: 0;
  word-break: break-word;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  margin: 0 0 20px;
  line-height: 1.25;
  color: #333333;
}

b, strong {
  font-weight: 700;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

button,
a {
  cursor: pointer;
}

input {
  outline: none;
}

._18-max-width-content {
  max-width: 1024px;
}

._18-max-width-wrapper {
  background-color: #FFFFFF;
}

._18-max-width {
  max-width: 1440px;
}

._18-max-width-full {
  max-width: 1440px;
}

._18-container-fluid-full {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

._18-container-fluid {
  width: 100%;
  margin: 0 auto;
  padding: 0 27px;
}

._18-container-no-padding {
  padding: 0;
}

._18-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

._18-d-none {
  display: none;
}

._18-no-scroll {
  overflow: hidden;
}

._18-single-blog, ._18-page-default, ._18-content-archive {
  width: 100%;
  padding: 0 27px;
  max-width: 1024px;
  margin: 0 auto;
}

._18-recent-short-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

._18-short-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

._18-recent-short-snippet {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

._18-short-snippet {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

._18-section-body {
  width: 100%;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

._18-banner:empty,
._18-banner-l:empty,
._18-banner-s:empty,
._18-inner-content-banner:empty {
  display: none;
}

._18-header {
  background-color: #387DD7;
  position: relative;
  z-index: 100;
}

._18-header__inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

._18-header-bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 108px;
}
@media (max-width: 900px) {
  ._18-header-bar {
    grid-template-columns: auto 1fr;
    height: 64px;
  }
}

._18-header-logo {
  justify-self: start;
  display: inline-flex;
  align-items: center;
}
._18-header-logo ._18-logo-img {
  display: block;
  height: 30px;
  width: auto;
}
@media (max-width: 600px) {
  ._18-header-logo ._18-logo-img {
    height: 26px;
  }
}

._18-header-nav {
  justify-self: center;
}
._18-header-nav ._18-header-nav__close {
  display: none;
}
._18-header-nav ul {
  display: flex;
  align-items: center;
  gap: 36px;
}
._18-header-nav li a {
  display: inline-flex;
  align-items: center;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  transition: opacity 0.2s linear;
}
._18-header-nav li a:hover {
  opacity: 0.8;
}
._18-header-nav li.current-menu-item a,
._18-header-nav li.current_page_item a {
  font-weight: 700;
}
@media (max-width: 900px) {
  ._18-header-nav {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    justify-self: stretch;
    z-index: 30;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    transform: translateY(-100%);
    transition: transform 0.35s linear;
    background-color: #387DD7;
  }
  ._18-header-nav ul {
    flex-direction: column;
    gap: 24px;
  }
  ._18-header-nav li a {
    font-size: 20px;
  }
  ._18-header-nav ._18-header-nav__close {
    display: block;
    position: absolute;
    top: 24px;
    right: 24px;
    width: 26px;
    height: 26px;
    cursor: pointer;
  }
  ._18-header-nav ._18-header-nav__close span {
    position: absolute;
    top: 12px;
    left: 0;
    width: 26px;
    height: 2px;
    background: #FFFFFF;
  }
  ._18-header-nav ._18-header-nav__close span:first-child {
    transform: rotate(45deg);
  }
  ._18-header-nav ._18-header-nav__close span:last-child {
    transform: rotate(-45deg);
  }
}

._18-header-nav._18-open {
  transform: translateY(0);
}

._18-header-search {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 47px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 999px;
  background: transparent;
  transition: background-color 0.2s linear;
}
._18-header-search:hover {
  background-color: rgba(255, 255, 255, 0.12);
}
._18-header-search__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: none;
  color: #FFFFFF;
}
._18-header-search__btn svg {
  display: block;
}
._18-header-search__input {
  border: 0;
  outline: 0;
  background: none;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  width: 72px;
  max-width: 100%;
}
._18-header-search__input::placeholder {
  color: #FFFFFF;
  opacity: 1;
}
@media (max-width: 900px) {
  ._18-header-search {
    display: none;
  }
}

._18-nav__burger {
  display: none;
  justify-self: end;
  align-items: center;
  cursor: pointer;
}
._18-nav__burger img {
  display: block;
  width: 26px;
  height: 26px;
}
@media (max-width: 900px) {
  ._18-nav__burger {
    display: inline-flex;
  }
}

._18-skyscraper-banner {
  display: none !important;
}

._18-mobile-banner-top,
._18-top-banner {
  display: none;
}
._18-mobile-banner-top:has(img), ._18-mobile-banner-top:has(iframe),
._18-top-banner:has(img),
._18-top-banner:has(iframe) {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

._18-site-footer {
  background-color: #387DD7;
  color: #E8EEF9;
  padding: 72px 0;
  margin-top: auto;
}

._18-site-footer__inner {
  max-width: 1016px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 250px 330px 1fr auto;
  gap: 40px;
  align-items: start;
}
@media (max-width: 900px) {
  ._18-site-footer__inner {
    grid-template-columns: 1fr 1fr;
    gap: 40px 24px;
  }
}
@media (max-width: 600px) {
  ._18-site-footer__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

._18-footer-logo {
  display: inline-flex;
  align-items: center;
}
._18-footer-logo ._18-logo-img {
  display: block;
  height: 30px;
  width: auto;
}
@media (max-width: 900px) {
  ._18-footer-logo {
    grid-column: 1/-1;
  }
}

._18-footer-col__title {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 24px;
}
._18-footer-col ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
._18-footer-col li {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #E8EEF9;
}
._18-footer-col a {
  color: #E8EEF9;
  transition: color 0.2s linear;
}
._18-footer-col a:hover {
  color: #FFFFFF;
}

._18-footer-top {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: #FFFFFF;
  color: #387DD7;
  cursor: pointer;
  transition: transform 0.2s linear;
}
._18-footer-top svg {
  display: block;
}
._18-footer-top:hover {
  transform: translateY(-2px);
}
@media (max-width: 900px) {
  ._18-footer-top {
    justify-self: start;
    grid-column: 1/-1;
  }
}

._18-sidebar-post ._18-sidebar-post__item {
  position: relative;
  margin-bottom: 34px;
  background-color: #ffffff;
  overflow: hidden;
}
._18-sidebar-post ._18-sidebar-post__item:last-of-type {
  margin-bottom: 0;
}
._18-sidebar-post ._18-sidebar-post__item img {
  aspect-ratio: 16/9;
  width: 100%;
  object-fit: cover;
  display: block;
}
._18-sidebar-post ._18-sidebar-post__item h3 {
  font-size: 17px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
._18-sidebar-post ._18-sidebar-post__item a {
  display: block;
}
._18-sidebar-post ._18-sidebar-post__body {
  padding: 18px 16px 23px;
}
._18-sidebar-post ._18-sidebar-post__body ._18-author-snippet {
  color: #98A2B3;
  margin: 15px 0 5px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
}
._18-sidebar-post ._18-sidebar-post__body ._18-author-snippet a {
  display: inline;
  color: #98A2B3;
}
._18-sidebar-post ._18-sidebar-post__body ._18-short-snippet {
  color: #667085;
  font-size: 13px;
  font-weight: 300;
}

._18-post-thumbnail {
  position: relative;
  z-index: 1;
}
._18-post-thumbnail:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

._18-cookie-notice {
  position: fixed;
  min-width: 100%;
  height: auto;
  z-index: 10;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 20px;
  left: 0;
  text-align: center;
  font-weight: 400;
  background-color: rgb(0, 0, 0);
  bottom: 0;
  display: none;
}
._18-cookie-notice ._18-cookie-notice-container {
  padding: 15px 30px;
  text-align: center;
  width: 100%;
  z-index: 2;
}
._18-cookie-notice ._18-cookie-notice-container > * {
  display: inline-block;
}
._18-cookie-notice ._18-cn-text-container {
  color: #fff;
  margin: 0 0 5px;
  font-size: 13px;
}
._18-cookie-notice ._18-cn-button {
  color: #fff;
  background: #20C19E;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.25px;
  line-height: 20px;
  text-align: center;
  text-transform: none;
  display: inline-block;
  cursor: pointer;
  touch-action: manipulation;
  white-space: nowrap;
  outline: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  padding: 4px 10px;
  margin-left: 10px;
}
._18-cookie-notice ._18-cn-close-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  width: 15px;
  height: 15px;
  opacity: 0.5;
  padding: 10px;
  cursor: pointer;
}
@media (max-width: 600px) {
  ._18-cookie-notice ._18-cn-close-icon {
    top: 15px;
    right: 10px;
  }
}
._18-cookie-notice ._18-cn-close-icon:before, ._18-cookie-notice ._18-cn-close-icon:after {
  position: absolute;
  content: " ";
  height: 15px;
  width: 2px;
  top: 3px;
  background-color: #fff;
}
._18-cookie-notice ._18-cn-close-icon:before {
  transform: rotate(45deg);
}
._18-cookie-notice ._18-cn-close-icon:after {
  transform: rotate(-45deg);
}

._18-cookie-notice._18-cn-show-cookie {
  display: block;
}

._18-section-title {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  color: #333333;
  margin: 0 0 32px;
}
@media (max-width: 600px) {
  ._18-section-title {
    font-size: 28px;
    margin-bottom: 22px;
  }
}

._18-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 22px;
  margin-bottom: 32px;
  border-bottom: 1px solid #EAECF0;
}
._18-section-head ._18-section-title {
  margin: 0;
}

._18-post-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.4;
  color: #667085;
}
._18-post-meta strong {
  color: #333333;
  font-weight: 700;
}
._18-post-meta__dot {
  color: #98A2B3;
}
._18-post-meta a {
  color: inherit;
  transition: color 0.15s linear;
}
._18-post-meta a:hover {
  color: #387DD7;
}
._18-post-meta--light {
  color: rgba(255, 255, 255, 0.85);
}
._18-post-meta--light strong {
  color: #FFFFFF;
}
._18-post-meta--light ._18-post-meta__dot {
  color: rgba(255, 255, 255, 0.6);
}
._18-post-meta--light a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

._18-tag {
  display: inline-flex;
  align-items: center;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #387DD7;
  padding: 3px 11px;
  border-radius: 6px;
  line-height: 1.15;
  white-space: nowrap;
  transition: background-color 0.2s linear;
}
._18-tag:hover {
  background-color: #2E6CBE;
}

._18-read-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  transition: color 0.2s linear, gap 0.2s linear;
}
._18-read-link svg {
  display: block;
}
._18-read-link:hover {
  color: #387DD7;
  gap: 12px;
}
._18-read-link--light {
  color: #FFFFFF;
}
._18-read-link--light:hover {
  color: #FFFFFF;
}

._18-more-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  white-space: nowrap;
  transition: color 0.2s linear, gap 0.2s linear;
}
._18-more-link svg {
  display: block;
}
._18-more-link:hover {
  color: #387DD7;
  gap: 12px;
}
@media (max-width: 600px) {
  ._18-more-link {
    font-size: 15px;
  }
}

._18-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  color: #7E7E7E;
}
._18-meta-item svg {
  display: block;
  color: #333333;
  flex-shrink: 0;
}
._18-meta-item strong {
  color: #333333;
  font-weight: 700;
}
._18-meta-item a {
  color: inherit;
  transition: color 0.15s linear;
}
._18-meta-item a:hover {
  color: #387DD7;
}

._18-card {
  position: relative;
  display: flex;
  flex-direction: column;
}

._18-card__image {
  position: relative;
  display: block;
  aspect-ratio: 587/360;
  border-radius: 12px;
  overflow: hidden;
}
._18-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

._18-card__tag {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #387DD7;
  padding: 3px 11px;
  border-radius: 6px;
  line-height: 1.15;
  transition: background-color 0.2s linear;
}
._18-card__tag:hover {
  background-color: #2E6CBE;
}

._18-card__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  padding-top: 20px;
}

._18-card__title {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
  color: #333333;
  margin: 0;
}

._18-card__excerpt {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #667085;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

._18-two-col,
._18-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}
@media (max-width: 900px) {
  ._18-two-col,
  ._18-card-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

._18-card-grid {
  row-gap: 48px;
}

._18-promo {
  display: grid;
  grid-template-columns: 515px 1fr;
  align-items: center;
  margin: 12px 0 64px;
}
._18-promo ._18-promo__image {
  display: block;
  height: 320px;
  overflow: hidden;
}
._18-promo ._18-promo__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
._18-promo ._18-promo__body {
  display: flex;
  flex-direction: column;
  gap: 14px;
  background-color: #387DD7;
  padding: 32px 36px;
  margin-left: -100px;
  z-index: 1;
}
._18-promo ._18-promo__title {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.35;
  color: #FFFFFF;
  margin: 0;
}
._18-promo ._18-promo__excerpt {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: #667085;
  margin: 0;
}
@media (max-width: 900px) {
  ._18-promo {
    grid-template-columns: 1fr;
  }
  ._18-promo ._18-promo__image {
    height: 240px;
  }
  ._18-promo ._18-promo__body {
    margin-left: 0;
  }
}

._18-post-list {
  margin: 0 auto 48px;
}

._18-list-item {
  display: grid;
  grid-template-columns: 215px 1fr;
  gap: 32px;
  align-items: start;
  padding: 36px 0;
  border-top: 1px solid #EAECF0;
}
._18-list-item:last-child {
  border-bottom: 1px solid #EAECF0;
}
._18-list-item__image {
  display: block;
  aspect-ratio: 215/145;
  overflow: hidden;
}
._18-list-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
._18-list-item__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
._18-list-item__title-link {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
._18-list-item__title {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.35;
  color: #FFFFFF;
  margin: 0;
}
._18-list-item__excerpt {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: #667085;
  margin: 0;
}
@media (max-width: 600px) {
  ._18-list-item {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  ._18-list-item__title {
    font-size: 19px;
  }
}

._18-pagination-links {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  margin: 40px 0 0;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
}
._18-pagination-links__numbers {
  display: grid;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
._18-pagination-links__prev a, ._18-pagination-links__prev span, ._18-pagination-links__next a, ._18-pagination-links__next span {
  display: inline-flex;
  transition: opacity 0.2s linear;
}
._18-pagination-links__prev a svg, ._18-pagination-links__prev span svg, ._18-pagination-links__next a svg, ._18-pagination-links__next span svg {
  display: block;
  width: 40px;
  height: 40px;
}
._18-pagination-links__prev a:hover, ._18-pagination-links__next a:hover {
  opacity: 0.85;
}
._18-pagination-links ._18-pag-arrow--disabled {
  opacity: 0.45;
  cursor: default;
}
._18-pagination-links .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 6px;
  border-radius: 10px;
  color: #667085;
  font-weight: 500;
}
._18-pagination-links .page-numbers.current {
  background-color: #387DD7;
  color: #FFFFFF;
  font-weight: 700;
}
._18-pagination-links .page-numbers.dots {
  color: #98A2B3;
  min-width: 24px;
  background: none;
}
._18-pagination-links .page-numbers:hover:not(.current):not(.dots) {
  color: #387DD7;
}
@media (max-width: 600px) {
  ._18-pagination-links {
    font-size: 15px;
  }
  ._18-pagination-links__prev a svg, ._18-pagination-links__prev span svg, ._18-pagination-links__next a svg, ._18-pagination-links__next span svg {
    width: 36px;
    height: 36px;
  }
  ._18-pagination-links .page-numbers {
    min-width: 36px;
    height: 36px;
  }
}

._18-error404 ._18-top-banner {
  width: 100%;
}
._18-error404 main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
._18-error404 ._18-section-body {
  width: 100%;
}
._18-error404 ._18-site-footer {
  margin-top: auto !important;
}

._18-error-404 ._18-page-content {
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  ._18-error-404 ._18-page-content {
    margin-top: 50px;
  }
}
._18-error-404 ._18-page-content h1 {
  font-size: 6rem;
  font-weight: 700;
  color: #1A0B0B;
}
@media (max-width: 768px) {
  ._18-error-404 ._18-page-content h1 {
    font-size: 4rem;
  }
}
._18-error-404 ._18-page-content p {
  font-size: 3rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  ._18-error-404 ._18-page-content p {
    font-size: 2rem;
  }
}

body.tag ._18-section-body {
  width: 100%;
}

._18-home {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 96px;
}
._18-home > ._18-container:not(:first-child) {
  margin-top: 100px;
}
@media (max-width: 600px) {
  ._18-home {
    padding-bottom: 56px;
  }
  ._18-home > ._18-container:not(:first-child) {
    margin-top: 56px;
  }
}

._18-home--paged {
  padding-top: 96px;
}
@media (max-width: 600px) {
  ._18-home--paged {
    padding-top: 56px;
  }
}

._18-hero-slider {
  margin-top: 96px;
  overflow: hidden;
}
._18-hero-slider__track {
  display: flex;
  transition: transform 0.45s ease;
}
._18-hero-slider__dots {
  overflow: visible;
}
._18-hero-slider__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 24px;
}
._18-hero-slider__dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #D6D6D6;
  cursor: pointer;
  transition: background-color 0.2s linear;
}
._18-hero-slider__dot--active {
  background: #387DD7;
}
@media (max-width: 600px) {
  ._18-hero-slider {
    margin-top: 28px;
  }
}

._18-hero-slide {
  flex: 0 0 100%;
  min-width: 0;
  max-width: 100%;
}
._18-hero-slide__title {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.15;
  color: #333333;
  margin: 0 0 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 900px) {
  ._18-hero-slide__title {
    font-size: 34px;
  }
}
@media (max-width: 600px) {
  ._18-hero-slide__title {
    font-size: 24px;
    margin-bottom: 16px;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
._18-hero-slide__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
  margin-bottom: 24px;
}
@media (max-width: 600px) {
  ._18-hero-slide__meta {
    gap: 14px 20px;
    margin-bottom: 20px;
  }
}
._18-hero-slide__image {
  display: block;
  width: 100%;
  aspect-ratio: 1200/550;
  border-radius: 16px;
  overflow: hidden;
}
._18-hero-slide__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 600px) {
  ._18-hero-slide__image {
    aspect-ratio: 16/10;
  }
}

._18-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 430px;
  border-radius: 16px;
  overflow: hidden;
  background: #387DD7;
}
._18-feature__panel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 18px;
  padding: 56px;
}
@media (max-width: 900px) {
  ._18-feature__panel {
    padding: 48px 32px;
  }
}
@media (max-width: 600px) {
  ._18-feature__panel {
    padding: 56px 24px;
    gap: 16px;
  }
}
._18-feature__title {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.2;
  color: #FFFFFF;
  margin: 0;
}
@media (max-width: 900px) {
  ._18-feature__title {
    font-size: 28px;
  }
}
._18-feature__excerpt {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}
._18-feature__image {
  display: block;
}
._18-feature__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 900px) {
  ._18-feature {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  ._18-feature__image {
    aspect-ratio: 10/9;
  }
}

._18-relevant-list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

._18-relevant {
  display: grid;
  grid-template-columns: 426px 1fr;
  gap: 26px;
  align-items: center;
}
._18-relevant__image {
  display: block;
  aspect-ratio: 426/251;
  border-radius: 12px;
  overflow: hidden;
}
._18-relevant__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
._18-relevant__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
._18-relevant__title {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.25;
  color: #333333;
  margin: 0;
}
._18-relevant__excerpt {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
._18-relevant__lead {
  color: #333333;
  text-decoration: underline;
  text-underline-offset: 2px;
}
._18-relevant__lead:hover {
  color: #387DD7;
}
._18-relevant__foot {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  color: #7E7E7E;
}
._18-relevant__foot a {
  color: inherit;
  transition: color 0.15s linear;
}
._18-relevant__foot a:hover {
  color: #387DD7;
}
._18-relevant__date {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
._18-relevant__date svg {
  display: block;
}
@media (max-width: 900px) {
  ._18-relevant {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  ._18-relevant__image {
    aspect-ratio: 16/9;
  }
}

._18-cat-hero__slide {
  flex: 0 0 100%;
  min-width: 0;
  max-width: 100%;
}

._18-section-head--plain {
  justify-content: flex-start;
  margin-bottom: 48px;
}

._18-category ._18-relevant-list {
  gap: 51px;
}
._18-category ._18-pagination-links {
  margin-top: 100px;
}

._18-search-empty {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  color: #667085;
  margin: 20px 0 60px;
}

body.search ._18-home {
  padding-top: 40px;
}
@media (max-width: 600px) {
  body.search ._18-home {
    padding-top: 24px;
  }
}

._18-single {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 40px;
}
._18-single > ._18-container:not(:first-child) {
  margin-top: 64px;
}
@media (max-width: 600px) {
  ._18-single {
    padding-top: 24px;
  }
  ._18-single > ._18-container:not(:first-child) {
    margin-top: 44px;
  }
}

._18-single__article {
  width: 100%;
}

._18-single__title {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  color: #333333;
  margin: 0 0 18px;
}
@media (max-width: 900px) {
  ._18-single__title {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  ._18-single__title {
    font-size: 26px;
  }
}

._18-single__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
  margin-bottom: 26px;
}
@media (max-width: 600px) {
  ._18-single__meta {
    gap: 14px 20px;
  }
}

._18-single__image {
  width: 100%;
  aspect-ratio: 1200/480;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 36px;
}
._18-single__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 600px) {
  ._18-single__image {
    aspect-ratio: 16/10;
    margin-bottom: 24px;
  }
}

._18-single__content {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #667085;
}
._18-single__content p {
  margin: 0 0 22px;
}
._18-single__content h2 {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.3;
  color: #333333;
  margin: 40px 0 16px;
}
@media (max-width: 600px) {
  ._18-single__content h2 {
    font-size: 22px;
  }
}
._18-single__content h3 {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  color: #333333;
  margin: 30px 0 12px;
}
._18-single__content ul, ._18-single__content ol {
  margin: 0 0 22px;
  padding-left: 22px;
}
._18-single__content ul li, ._18-single__content ol li {
  margin-bottom: 8px;
}
._18-single__content a {
  color: #387DD7;
  text-decoration: underline;
}
._18-single__content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 28px 0;
  border-radius: 16px;
}
._18-single__content blockquote {
  margin: 28px 0;
  padding-left: 22px;
  border-left: 3px solid #387DD7;
  color: #98A2B3;
}
._18-single__content strong {
  color: #333333;
}

._18-page-default {
  padding-top: 56px;
  padding-bottom: 64px;
}
@media (max-width: 600px) {
  ._18-page-default {
    padding-top: 36px;
    padding-bottom: 44px;
  }
}

._18-contact-image-email {
  max-width: 250px;
  height: auto;
}

.wpcf7-form {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .wpcf7-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 20px;
  }
  .wpcf7-form > p {
    margin-bottom: 0 !important;
    grid-column: span 2;
  }
  .wpcf7-form > p:nth-of-type(1) {
    grid-column: 1/span 1;
  }
  .wpcf7-form > p:nth-of-type(2) {
    grid-column: 2/span 1;
  }
}
.wpcf7-form label > span {
  margin-top: 10px;
  display: block;
}
.wpcf7-form input, .wpcf7-form textarea {
  width: 100%;
  outline: none;
  border: 1px solid #373737;
  color: #373737;
  padding: 15px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
.wpcf7-form input::placeholder, .wpcf7-form textarea::placeholder {
  color: #373737;
}
@media (max-width: 576px) {
  .wpcf7-form input, .wpcf7-form textarea {
    padding: 10px;
  }
}
.wpcf7-form input {
  height: 50px;
}
@media (max-width: 576px) {
  .wpcf7-form input {
    height: 42px;
  }
}
.wpcf7-form input[type=submit] {
  background-color: #373737;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  transition: ease-in-out 0.2s;
  opacity: 1;
  max-width: 165px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 1px solid #373737;
}
@media (min-width: 1025px) {
  .wpcf7-form input[type=submit]:hover {
    background-color: transparent;
    color: #373737;
  }
}
.wpcf7-form textarea {
  resize: none;
  height: 100px;
}
.wpcf7-form label {
  display: block;
  font-weight: 500;
}
.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 5px;
}
.wpcf7-form .wpcf7-response-output {
  background-color: #373737;
  color: #fff;
  text-align: center;
  width: 100%;
  border: none !important;
  padding: 15px !important;
  margin: 30px 0 0 !important;
  grid-column: span 2;
}
.wpcf7-form .wpcf7-spinner {
  display: none;
}

._18-block-wrap {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  ._18-block-wrap {
    margin-bottom: 30px;
  }
}
._18-block-wrap h3 {
  margin-bottom: 15px;
}
._18-block-wrap ._18-post-item {
  margin-bottom: 15px;
  margin-left: 0;
}
@media (max-width: 767px) {
  ._18-block-wrap ._18-post-item {
    margin-bottom: 10px;
  }
}
._18-block-wrap ._18-post-item a {
  color: #1A0B0B;
}
@media (max-width: 767px) {
  ._18-block-wrap ._18-post-item a {
    font-size: 1.6rem;
  }
}

._18-section-sitemap {
  margin: 30px auto 0;
  text-align: center;
  width: 100%;
}

._18-sitemap-title {
  display: inline-block;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: bold;
  transition: 0.3s;
  color: #1A0B0B !important;
}
@media (max-width: 600px) {
  ._18-sitemap-title {
    font-size: 2rem;
  }
}
@media (min-width: 1025px) {
  ._18-sitemap-title:hover {
    opacity: 0.8;
  }
}

._18-related-articles {
  margin-bottom: 20px;
}

._18-author {
  width: 100%;
  display: flex;
  flex-direction: column;
}
._18-author > ._18-container:not(:first-child) {
  margin-top: 56px;
}

._18-author__profile {
  display: grid;
  grid-template-columns: 426px 1fr;
  gap: 48px;
  align-items: start;
  padding-top: 48px;
}
@media (max-width: 900px) {
  ._18-author__profile {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

._18-author__side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 900px) {
  ._18-author__side {
    max-width: 426px;
  }
}

._18-author__avatar {
  width: 100%;
  aspect-ratio: 426/370;
  border-radius: 12px;
  overflow: hidden;
}
._18-author__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

._18-author__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  color: #98A2B3;
}
._18-author__meta ._18-author__dot {
  color: #98A2B3;
}

._18-author__socials {
  display: flex;
  align-items: center;
  gap: 10px;
}
._18-author__socials a {
  display: inline-flex;
  transition: opacity 0.2s linear;
}
._18-author__socials a:hover {
  opacity: 0.82;
}
._18-author__socials img {
  display: block;
  width: 28px;
  height: 28px;
}

._18-author__info {
  min-width: 0;
}

._18-author__name {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  color: #333333;
  margin: 0 0 20px;
}
@media (max-width: 600px) {
  ._18-author__name {
    font-size: 26px;
  }
}

._18-author__bio {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #667085;
}
._18-author__bio p {
  margin: 0 0 18px;
}
._18-author__bio p:last-child {
  margin-bottom: 0;
}

._18-author__posts-title {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #333333;
  margin: 0 0 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid #EAECF0;
}
@media (max-width: 600px) {
  ._18-author__posts-title {
    font-size: 26px;
  }
}

._18-author__list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

._18-adv-posts__item {
  transition: opacity 0.5s linear;
  opacity: 1;
  margin-top: 40px;
  position: relative;
  background-color: #ffffff;
  border-radius: 11px;
  overflow: hidden;
}
@media (min-width: 768px) {
  ._18-adv-posts__item {
    display: flex;
    padding: 32px 40px;
  }
}
@media (max-width: 767px) {
  ._18-adv-posts__item {
    margin-top: 24px;
  }
}
._18-adv-posts__item._18-hidden {
  opacity: 0;
}
._18-adv-posts__item img {
  background: var(--custom-before-second-height);
}

._18-adv-posts__item__img {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  ._18-adv-posts__item__img {
    max-width: 358px;
    min-height: 300px;
    height: 100%;
    flex-shrink: 0;
    flex-grow: 0;
    border-radius: 16px;
    overflow: hidden;
  }
}
._18-adv-posts__item__img:after {
  content: "";
  background: var(--custom-image) center/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  ._18-adv-posts__item__img {
    height: 232px;
  }
}
@media (max-width: 600px) {
  ._18-adv-posts__item__img {
    height: 141px;
  }
}

._18-adv-posts__item_content {
  font-size: 16px;
  line-height: 22px;
}
._18-adv-posts__item_content a {
  color: #005aee;
}
@media (max-width: 767px) {
  ._18-adv-posts__item_content {
    font-size: 14px;
    line-height: 18px;
  }
}

._18-adv-posts__btn {
  display: block;
  line-height: 1;
  width: 100%;
  max-width: 100%;
  color: #fff;
  border-radius: 9px;
  background-color: #005aee;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 10px;
  text-align: center;
}

._18-adv-posts__item_title {
  margin-bottom: 20px;
}

._18-adv-posts__item__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  border-radius: 25px;
  z-index: 1;
}
@media (min-width: 768px) {
  ._18-adv-posts__item__text {
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  ._18-adv-posts__item__text {
    padding: 18px 16px 21px;
  }
  ._18-adv-posts__item__text ._18-adv-posts__btn {
    order: 3;
  }
  ._18-adv-posts__item__text ._18-adv-posts__item_content {
    order: 2;
  }
  ._18-adv-posts__item__text ._18-adv-posts__item_title {
    order: 1;
  }
}
._18-adv-posts__item__text p {
  margin: 0 0 20px;
}
._18-adv-posts__item__text ._18-card-footer {
  margin-bottom: 25px;
}

._18-adv-posts__item__text__header {
  color: #303336;
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
@media (max-width: 767px) {
  ._18-adv-posts__item__text__header {
    font-size: 20px;
    line-height: 1.4;
  }
}
@media (max-width: 600px) {
  ._18-adv-posts__item__text__header {
    font-size: 16px;
  }
}

._18-top-banner {
  margin: 20px auto;
}
@media (max-width: 1145px) {
  ._18-top-banner {
    display: none;
  }
}

._18-inner-content-banner {
  text-align: center;
  width: 100%;
}
._18-inner-content-banner > div {
  margin: 0 auto;
}
._18-inner-content-banner._18-bottom {
  margin: 40px 0;
}
@media (max-width: 800px) {
  ._18-inner-content-banner._18-bottom {
    margin: 20px 0;
  }
}
@media (min-width: 1141px) {
  ._18-inner-content-banner._18-bottom ._18-banner-m {
    display: none;
  }
}
@media (max-width: 950px) {
  ._18-inner-content-banner._18-middle {
    margin-bottom: 20px;
  }
}
@media (max-width: 1140px) {
  ._18-inner-content-banner ._18-banner-l {
    display: none;
  }
}
@media (max-width: 800px) {
  ._18-inner-content-banner ._18-banner-m {
    display: none;
  }
}
@media (min-width: 800px) {
  ._18-inner-content-banner ._18-banner-s {
    display: none;
  }
}

._18-sidebar-banner-block {
  margin: 40px auto;
  width: 100%;
}

._18-mobile-banner-top {
  width: 100%;
  margin: 20px auto;
}
@media (min-width: 801px) {
  ._18-mobile-banner-top {
    display: none;
  }
}

._18-main-wrapper {
  display: flex;
  justify-content: center;
}

@media (max-width: 450px) {
  ._18-page-default ._18-inner-content-banner {
    margin-bottom: 0;
  }
}
