:root {
  --c-primary: #0047ab;
  --c-primary-dark: #021b3d;
  --c-grey00: #fff;
  --c-grey10: #f7f7f7;
  --c-grey20: #ebebeb;
  --c-grey30: #d6d6d6;
  --c-grey40: #c2c2c2;
  --c-grey50: #adadad;
  --c-grey60: #868686;
  --c-grey70: #707070;
  --c-grey80: #5c5c5c;
  --c-grey90: #474747;
  --c-grey95: #3a3c42;
  --c-grey100: #222;
  --c-black: #000;
  --f-base: "Segoe UI", Arial, sans-serif;
  --f-fontello: "fontello";
  --b-radius-xs: 15px;
  --b-radius: 20px;
  --b-radius-md: 25px;
  --b-radius-lg: 50px;
  --b-radius-xl: 100px;
  --b-radius-round: 9999px;
  --z-bottom: 10;
  --z-middle-bottom: 100;
  --z-middle: 150;
  --z-middle-top: 200;
  --z-top-10: 300;
  --z-top-20: 400;
  --z-top-30: 500;
  --container-width: 1220px;
  --container-xl-width: 1440px;
  --animation-curve: cubic-bezier(1, 0, 0, 1);
  --fade-in-curve: cubic-bezier(.19, 1, .22, 1);
  --slide-curve: cubic-bezier(.76, .02, .29, .97);
  --duration: 300ms;
  --swiper-theme-color: #007aff
}

@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url("2f0309d7fe92d81bb9d17d8382747c5001ce3520") format("woff")
}

:host {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1
}

.swiper {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column
}

.swiper-wrapper {
  box-sizing: initial;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  width: 100%;
  z-index: 1
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0)
}

.swiper-horizontal {
  touch-action: pan-y
}

.swiper-vertical {
  touch-action: pan-x
}

.swiper-slide {
  display: block;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0)
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d
}

.swiper-3d {
  perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
  scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
  scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
  scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10
}

.swiper-3d .swiper-slide-shadow {
  background: #00000026
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, #00000080, #0000)
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, #00000080, #0000)
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, #00000080, #0000)
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, #00000080, #0000)
}

.swiper-lazy-preloader {
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid #0000;
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s linear infinite
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  transition: opacity .3s;
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  left: 0;
  top: var(--swiper-pagination-top, auto);
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33)
}

.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  display: inline-block;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px))
}

button.swiper-pagination-bullet {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet:only-child {
  display: none !important
}

.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1)
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  left: var(--swiper-pagination-left, auto);
  right: var(--swiper-pagination-right, 8px);
  top: 50%;
  transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: transform .2s, top .2s
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, left .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, right .2s
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, #00000040);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transform-origin: left top;
  width: 100%
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
  width: 100%
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
  height: 100%;
  left: 0;
  top: 0;
  width: var(--swiper-pagination-progressbar-size, 4px)
}

.swiper-pagination-lock {
  display: none
}

:root {
  --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
  align-items: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: flex;
  height: var(--swiper-navigation-size);
  justify-content: center;
  margin-top: calc(0px - var(--swiper-navigation-size)/2);
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size)/44*27);
  z-index: 10
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: .35;
  pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  cursor: auto;
  opacity: 0;
  pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
  height: 100%;
  object-fit: contain;
  transform-origin: center;
  width: 100%
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto
}

.swiper-button-lock {
  display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  font-variant: normal;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none !important
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  left: auto;
  right: var(--swiper-navigation-sides-offset, 10px)
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next"
}

@font-face {
  font-display: swap;
  font-family: Segoe UI;
  font-style: normal;
  font-weight: 700;
  src: local("SegoeUI-Bold"), url("");
  src: local("SegoeUI-Bold"), url("") format("embedded-opentype"), url("./SegoeUI-Bold.3f713f.woff2") format("woff2"), url("./SegoeUI-Bold.0a6570.woff") format("woff")
}

@font-face {
  font-display: swap;
  font-family: Segoe UI;
  font-style: italic;
  font-weight: 700;
  src: local("SegoeUI-BoldItalic"), url("");
  src: local("SegoeUI-BoldItalic"), url("") format("embedded-opentype"), url("./SegoeUI-BoldItalic.2aee18.woff2") format("woff2"), url("./SegoeUI-BoldItalic.deb24f.woff") format("woff")
}

@font-face {
  font-display: swap;
  font-family: Segoe UI;
  font-style: normal;
  font-weight: 600;
  src: local("SegoeUI-SemiBold"), url("");
  src: local("SegoeUI-SemiBold"), url("") format("embedded-opentype"), url("./SegoeUI-SemiBold.d86480.woff2") format("woff2"), url("./SegoeUI-SemiBold.56117f.woff") format("woff")
}

@font-face {
  font-display: swap;
  font-family: Segoe UI;
  font-style: normal;
  font-weight: 400;
  src: local("SegoeUI"), url("");
  src: local("SegoeUI"), url("") format("embedded-opentype"), url("./SegoeUI.aa27ba.woff2") format("woff2"), url("./SegoeUI.742e49.woff") format("woff")
}

@font-face {
  font-display: swap;
  font-family: Segoe UI;
  font-style: italic;
  font-weight: 400;
  src: local("SegoeUI-Italic"), url("");
  src: local("SegoeUI-Italic"), url("") format("embedded-opentype"), url("./SegoeUI-Italic.8f595c.woff2") format("woff2"), url("./SegoeUI-Italic.e15743.woff") format("woff")
}

@font-face {
  font-display: swap;
  font-family: Segoe UI;
  font-style: normal;
  font-weight: 300;
  src: local("SegoeUI-Light"), url("");
  src: local("SegoeUI-Light"), url("") format("embedded-opentype"), url("./SegoeUI-Light.0b8f42.woff2") format("woff2"), url("./SegoeUI-Light.b981a1.woff") format("woff")
}

@font-face {
  font-display: swap;
  font-family: fontello;
  font-style: normal;
  font-weight: 400;
  src: url("");
  src: url("") format("embedded-opentype"), url("./fontello.f939f6.woff2") format("woff2"), url("./fontello.1cffa7.woff") format("woff"), url("./fontello.04c01c.ttf") format("truetype"), url("") format("svg")
}

.font-loaded [class*=" icon-"]:before,
.font-loaded [class^=icon-]:before {
  visibility: visible
}

[class*=" icon-"]:before,
[class^=icon-]:before {
  speak: never;
  font-feature-settings: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: fontello;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1em;
  margin-left: .2em;
  margin-right: .2em;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  visibility: hidden;
  width: 1em
}

.icon-like:before {
  content: ""
}

.icon-dislike:before {
  content: ""
}

.icon-question:before {
  content: ""
}

.icon-list-bulleted:before {
  content: ""
}

.icon-info:before {
  content: ""
}

.icon-right:before {
  content: ""
}

.icon-add:before {
  content: ""
}

.icon-angle-left:before {
  content: ""
}

.icon-film:before {
  content: ""
}

.icon-mail:before {
  content: ""
}

.icon-marker:before {
  content: ""
}

.icon-map:before {
  content: ""
}

.icon-phone:before {
  content: ""
}

.icon-video:before {
  content: ""
}

.icon-link:before {
  content: ""
}

.icon-angle-right:before {
  content: ""
}

.icon-calendar:before {
  content: ""
}

.icon-blockquote:before {
  content: ""
}

.icon-check:before {
  content: ""
}

.icon-checkbox:before {
  content: ""
}

.icon-email-form:before {
  content: ""
}

.icon-user-form:before {
  content: ""
}

.icon-phone-form:before {
  content: ""
}

.icon-star:before {
  content: ""
}

.icon-warning:before {
  content: ""
}

.icon-round-check:before {
  content: ""
}

.icon-calendar-2:before {
  content: ""
}

.icon-arrowe:before {
  content: ""
}

.icon-home:before {
  content: ""
}

.icon-polygon:before {
  content: ""
}

.icon-copy:before {
  content: ""
}

.icon-round-check-2:before {
  content: ""
}

.icon-quest:before {
  content: ""
}

.icon-doc:before {
  content: ""
}

.icon-angle-right-bold:before {
  content: ""
}

.icon-play:before {
  content: ""
}

.icon-search:before {
  content: ""
}

.icon-youtube:before {
  content: ""
}

.icon-whatsapp:before {
  content: ""
}

.icon-vk:before {
  content: ""
}

.icon-telegram:before {
  content: ""
}

.icon-circle-check:before {
  content: ""
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
  scrollbar-gutter: stable
}

.body {
  font-family: var(--f-base);
  margin: 0;
  position: relative
}

.body.--lock {
  overflow: hidden
}

#app {
  overflow-x: clip;
  overflow-y: initial
}

.grecaptcha-badge {
  position: relative;
  visibility: hidden;
  z-index: -11
}

.overflow.--active {
  background: #0006;
  inset: 0;
  position: absolute;
  z-index: 10
}

.main {
  position: relative
}

.single-otrasli .main {
  background-color: #f6f7f8
}

.display-none {
  display: none
}

.single-page {
  padding-bottom: 32px
}

@media screen and (min-width:992px) {
  .single-page {
    padding-bottom: 64px
  }
}

.single-page__block {
  display: flex;
  gap: 24px
}

.single-page__content {
  width: 100%
}

.single-page__content>:first-child {
  margin-top: 0
}

@media screen and (min-width:992px) {
  .single-page__content {
    width: calc(100% - 304px)
  }
}

.single-page__aside {
  display: none;
  height: 100%;
  max-width: 280px;
  position: sticky;
  top: 90px;
  width: 100%
}

@media screen and (min-width:992px) {
  .single-page__aside {
    display: flex;
    flex-direction: column;
    gap: 24px
  }
}

.single-page-bottom {
  width: 100%
}

.overlay-menu {
  background-color: #2a2b2eed;
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: .3s;
  width: 100%;
  z-index: 2
}

.overlay-menu--active {
  opacity: 1;
  pointer-events: all
}

.container {
  margin: 0 auto;
  max-width: var(--container-width);
  padding: 0 14px;
  width: 100%
}

@media screen and (min-width:992px) {
  .container {
    padding: 0 18px
  }

  .container--hero {
    max-width: 1320px
  }
}

.container--xl {
  max-width: var(--container-xl-width)
}

.container--xxl {
  max-width: 1440px
}

.container--full-width {
  max-width: 100%;
  padding: 0
}

.position-relative {
  position: relative
}

.custom-pagination {
  align-items: center;
  display: flex;
  gap: 16px;
  padding-top: 24px
}

.custom-pagination__links {
  align-items: center;
  display: flex;
  gap: 15px
}

.custom-pagination__links ul {
  display: flex;
  gap: 15px;
  list-style: none
}

.custom-pagination__links a {
  color: var(--c-primary);
  -webkit-text-decoration: none;
  text-decoration: none
}

.custom-pagination__links .current {
  border: 1px solid var(--c-primary);
  border-radius: 20px;
  color: var(--c-primary);
  padding: 2px 8px
}

.component-app-block-custom {
  border: 2px solid #b12933;
  border-radius: 20px;
  margin: 40px 0;
  padding: 40px 10px
}

.component-app-block-custom:first-child {
  margin-top: 0
}

.component-app-block-custom:last-child {
  margin-bottom: 0
}

@media screen and (min-width:768px) {
  .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
  }

  .alignleft {
    float: left;
    margin-bottom: 20px;
    margin-right: 20px
  }

  .alignright {
    float: right;
    margin-bottom: 20px;
    margin-left: 20px
  }
}

.single-post__date {
  align-items: baseline;
  display: flex;
  gap: 10px;
  margin-bottom: 35px
}

.single-post__date i {
  font-size: 13px
}

.single-post__date span {
  color: #2e3a4c;
  font-size: 14px;
  line-height: 16px
}

.single-post__content {
  max-width: 894px
}

.single-post__content:first-child {
  margin-top: 0
}

.single-post__content:last-child {
  margin-bottom: 0 !important
}

.single-post__thumbnail {
  height: 100%;
  width: 100%
}

.single-post__thumbnail img {
  border-radius: 10px;
  height: 100%;
  object-fit: contain;
  width: 100%
}

.custom-scrolling::-webkit-scrollbar {
  height: 4px;
  width: 4px
}

.custom-scrolling::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px
}

.custom-scrolling::-webkit-scrollbar-thumb {
  background-color: #b12933;
  border: 3px solid #b12933;
  border-radius: 10px
}

.custom-scrolling::-webkit-scrollbar-thumb:horizontal {
  background-color: #b12933;
  border-radius: 10px
}

.h1--new {
  border-bottom: 0 solid #0000;
  color: #2e3a4c;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  margin:  32px 0;
  padding: 0 0 16px;
  position: relative
}

.h1--new:after {
  background-color: var(--c-primary);
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 180px
}

@media screen and (min-width:576px) {
  .h1--new {
    font-size: 42px
  }
}

@media screen and (min-width:992px) {
  .h1--new {
    font-size: 54px;
    padding: 0 0 32px
  }
}

.h1--new-white {
  text-wrap: balance;
  border-bottom: 0 solid #0000;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  margin: 0;
  padding: 0;
  position: relative
}

@media screen and (min-width:576px) {
  .h1--new-white {
    font-size: 42px
  }
}

@media screen and (min-width:992px) {
  .h1--new-white {
    font-size: 54px
  }
}

.h1--new-white:after {
  display: none
}

.h1--new-center:after {
  left: 50%;
  transform: translate(-50%)
}

.h1--primary {
  margin: 0;
  padding: 0
}

.h1--primary:after {
  display: none
}

.h1 span {
  color: #b12933
}

.h2--new {
  border-bottom: 0 solid #0000;
  color: #2e3a4c;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  margin: 0 0 32px;
  padding: 0 0 16px;
  position: relative
}

.h2--new:after {
  background-color: var(--c-primary);
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 180px
}

@media screen and (min-width:576px) {
  .h2--new {
    font-size: 32px
  }
}

@media screen and (min-width:992px) {
  .h2--new {
    font-size: 48px;
    padding: 0 0 32px
  }
}

.h3--sidebar {
  font-size: 32px;
  font-style: normal;
  margin-bottom: 8px;
  margin-top: 0
}

.h3--new,
.h3--sidebar {
  font-weight: 600;
  line-height: 120%
}

.h3--new {
  border-bottom: 0 solid #0000;
  color: #2e3a4c;
  font-size: 20px;
  margin: 0 0 32px;
  padding: 0 0 16px;
  position: relative
}

.h3--new:after {
  background-color: var(--c-primary);
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 180px
}

@media screen and (min-width:576px) {
  .h3--new {
    font-size: 24px
  }
}

@media screen and (min-width:992px) {
  .h3--new {
    font-size: 32px;
    padding: 0 0 32px
  }
}

.h4 {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px
}

@media screen and (min-width:576px) {
  .h4 {
    font-size: 18px;
    line-height: 21px
  }
}

@media screen and (min-width:992px) {
  .h4 {
    font-size: 24px;
    line-height: 28px
  }
}

.h5 {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px
}

@media screen and (min-width:576px) {
  .h5 {
    font-size: 16px;
    line-height: 19px
  }
}

@media screen and (min-width:992px) {
  .h5 {
    font-size: 18px;
    line-height: 120%
  }
}

h1.wp-block-heading,
h2.wp-block-heading,
h3.wp-block-heading {
  color: #2e3a4c;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  padding: 0 0 16px;
  position: relative
}

h1.wp-block-heading:after,
h2.wp-block-heading:after,
h3.wp-block-heading:after {
  background-color: var(--c-primary);
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 180px
}

@media screen and (min-width:576px) {

  h1.wp-block-heading,
  h2.wp-block-heading,
  h3.wp-block-heading {
    padding: 0 0 24px
  }
}

@media screen and (min-width:992px) {

  h1.wp-block-heading,
  h2.wp-block-heading,
  h3.wp-block-heading {
    padding: 0 0 32px
  }
}

h1.wp-block-heading {
  font-size: 32px;
  margin: 32px 0 64px
}

@media screen and (min-width:576px) {
  h1.wp-block-heading {
    font-size: 42px
  }
}

@media screen and (min-width:992px) {
  h1.wp-block-heading {
    font-size: 54px
  }
}

h2.wp-block-heading {
  font-size: 24px;
  margin: 32px 0 24px
}

@media screen and (min-width:576px) {
  h2.wp-block-heading {
    font-size: 32px
  }
}

@media screen and (min-width:992px) {
  h2.wp-block-heading {
    font-size: 48px;
    margin: 64px 0 32px
  }
}

h3.wp-block-heading {
  font-size: 20px;
  margin: 32px 0 24px;
  padding: 0
}

h3.wp-block-heading:after {
  display: none
}

@media screen and (min-width:576px) {
  h3.wp-block-heading {
    font-size: 24px
  }
}

@media screen and (min-width:992px) {
  h3.wp-block-heading {
    font-size: 32px
  }
}

.h1--clean,
.h2--clean,
.h3--clean {
  margin: 0;
  padding: 0
}

.h1--clean:after,
.h2--clean:after,
.h3--clean:after {
  display: none
}

.front-heading {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  position: relative
}

.front-heading>h2 {
  color: #2e3a4c;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin: 0
}

.front-heading>h2:before {
  background-color: #eaedf2;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%
}

@media screen and (min-width:576px) {
  .front-heading>h2 {
    font-size: 32px
  }
}

@media screen and (min-width:992px) {
  .front-heading>h2 {
    font-size: 48px
  }
}

.front-heading>a {
  align-items: center;
  color: #282828;
  display: flex;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  gap: 26px;
  line-height: 140%;
  -webkit-text-decoration: none;
  text-decoration: none
}

.front-heading>a:hover:after {
  transform: translateX(0)
}

.front-heading>a:after {
  align-items: center;
  content: "";
  display: flex;
  font-family: fontello;
  font-size: 18px;
  justify-content: center;
  position: relative;
  transform: translateX(-5px);
  transition: transform .3s
}

.front-heading--mobile-custom {
  display: contents
}

@media screen and (min-width:576px) {
  .front-heading--mobile-custom {
    display: flex
  }
}

.front-heading--mobile-custom>h2 {
  color: #2e3a4c;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin: 0;
  padding-bottom: 10px;
  position: relative;
  width: 100%
}

@media screen and (min-width:576px) {
  .front-heading--mobile-custom>h2 {
    padding-bottom: 0;
    position: static;
    width: max-content
  }
}

.front-heading--mobile-custom>h2:before {
  background-color: #eaedf2;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%
}

@media screen and (min-width:576px) {
  .front-heading--mobile-custom>h2 {
    font-size: 32px
  }
}

@media screen and (min-width:992px) {
  .front-heading--mobile-custom>h2 {
    font-size: 48px
  }
}

.front-heading--mobile-custom>a {
  align-items: center;
  border: 1px solid #b12933;
  border-radius: 8px;
  color: #b12933;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 250px;
  order: 1;
  padding: 16px 0;
  width: 100%
}

@media screen and (min-width:576px) {
  .front-heading--mobile-custom>a {
    align-items: center;
    border: 1px solid #0000;
    color: #282828;
    display: flex;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    gap: 26px;
    line-height: 140%;
    margin: 0;
    max-width: max-content;
    padding: 0;
    -webkit-text-decoration: none;
    text-decoration: none;
    width: auto
  }

  .front-heading--mobile-custom>a:hover:after {
    transform: translateX(0)
  }
}

.front-heading--mobile-custom>a:after {
  display: none
}

@media screen and (min-width:576px) {
  .front-heading--mobile-custom>a:after {
    align-items: center;
    content: "";
    display: flex;
    font-family: fontello;
    font-size: 18px;
    justify-content: center;
    position: relative;
    transform: translateX(-5px);
    transition: transform .3s
  }
}

.text {
  color: #2e3a4c;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
  -webkit-text-decoration: none;
  text-decoration: none
}

.text--red {
  color: #b12933
}

.text--bold {
  font-weight: 600
}

@media screen and (min-width:576px) {
  .text {
    font-size: 18px;
    line-height: 140%
  }
}

.text>a {
  color: #bb2b36;
  margin: 0
}

.text>a:hover {
  -webkit-text-decoration: none;
  text-decoration: none
}

.text+.text {
  margin-top: 16px
}

.rank-math-breadcrumb {
  margin-bottom: 8px;
  overflow-x: auto;
  padding: 16px 0 8px;
  white-space: nowrap
}

@media screen and (min-width:992px) {
  .rank-math-breadcrumb {
    margin-bottom: 16px;
    padding: 32px 0 16px
  }
}

.rank-math-breadcrumb ul {
  align-items: center;
  display: flex;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0
}

.rank-math-breadcrumb li {
  align-items: center;
  display: flex;
  gap: 16px;
  height: 20px
}

.rank-math-breadcrumb li a {
  color: #2e3a4c;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: .3s
}

.rank-math-breadcrumb li a:hover {
  text-shadow: 0 0 .5px currentColor
}

.rank-math-breadcrumb li:first-child a {
  font-size: 0;
  text-shadow: none
}

.rank-math-breadcrumb li:first-child a:after {
  content: "";
  font-family: fontello;
  font-size: 20px
}

.rank-math-breadcrumb li:not(:first-child):after {
  content: "";
  font-family: fontello;
  font-size: 10px;
  transition: .3s
}

.rank-math-breadcrumb li:not(:first-child):hover:after {
  text-shadow: 0 0 .5px currentColor
}

.rank-math-breadcrumb li:last-child {
  font-weight: 600
}

.rank-math-breadcrumb li:last-child:after {
  content: ""
}

.rank-math-breadcrumb::-webkit-scrollbar {
  height: 4px;
  width: 4px
}

.rank-math-breadcrumb::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px
}

.rank-math-breadcrumb::-webkit-scrollbar-thumb {
  background-color: #b8b9be;
  border: 3px solid #b8b9be;
  border-radius: 10px
}

.btn {
  align-items: center;
  border: 1px solid #0000;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 1.25rem;
  font-weight: 400;
  gap: 8px;
  justify-content: center;
  line-height: 120%;
  max-width: 300px;
  outline: none;
  padding: 16px 0;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: .3s;
  width: 100%
}

.btn[disabled] {
  cursor: no-drop;
  opacity: .6;
  pointer-events: none
}

.btn--primary {
  background-color: var(--c-primary)
}

.btn--primary:hover {
  background-color: var(--c-primary-dark)
}

.btn--primary:active {
  background-color: var(--c-primary)
}

.btn--primary>i {
  color: #fff
}

.btn--primary>span {
  font-weight: 400;
  line-height: 120%
}

.btn--transparent {
  background: #0000;
  border: 1px solid var(--c-primary);
  color: var(--c-primary)
}

.btn--transparent:hover {
  background-color: #fff5f5
}

.btn--transparent:active {
  border: 1px solid var(--c-primary)
}

.btn--transparent>i {
  color: var(--c-primary);
  font-size: 20px
}

.btn--transparent>span {
  font-weight: 400;
  line-height: 120%
}

.btn--tertiary {
  background-color: #0000;
  color: #b3b3b3
}

.btn--outline {
  color: var(--c-primary)
}

.btn--outline:hover {
  border: 1px solid var(--c-primary)
}

.btn--outline:active {
  background-color: #fff5f5
}

.btn--disabled {
  color: #b3b3b3;
  cursor: not-allowed
}

.btn--disabled,
.btn--disabled:hover {
  background-color: #f6f7fb;
  border: 1px solid #f6f7fb
}

.btn--disabled>i,
.btn--disabled>span {
  color: #b3b3b3
}

.btn--uppercase {
  text-transform: uppercase
}

.btn--lg {
  font-size: 1rem
}

.btn--sm {
  font-size: .875rem
}

.btn--full-width {
  max-width: 100%
}

.btn__arrows {
  height: 20px;
  position: relative;
  width: 20px
}

.btn__arrows:after,
.btn__arrows:before {
  background: var(--c-primary);
  content: "";
  height: 2px;
  position: absolute;
  top: 50%;
  transition: .3s;
  width: 11px
}

.btn__arrows:before {
  left: 1px;
  transform: rotate(45deg)
}

.btn__arrows:after {
  right: 1px;
  transform: rotate(135deg)
}

.btn__arrows--active:before {
  transform: rotate(-45deg)
}

.btn__arrows--active:after {
  transform: rotate(225deg)
}

.search-form {
  background: #f8f8f8;
  border: 1px solid #eaedf2;
  border-radius: 47px;
  bottom: 0;
  margin: 16px;
  overflow: hidden;
  padding: 9px 10px 9px 24px;
  position: relative;
  right: 0;
  top: 0;
  transition: .3s
}

@media screen and (min-width:1200px) {
  .search-form {
    height: 36px;
    margin: auto;
    position: absolute;
    width: 36px
  }

  .search-form--mobile {
    display: none
  }
}

@media screen and (max-width:1199px) {
  .search-form {
    align-items: center;
    display: flex;
    justify-content: space-between
  }

  .search-form .js-search-trigger {
    border: 0;
    position: absolute;
    right: 8px
  }
}

.search-form.--active {
  display: block
}

.search-form.--active+div {
  opacity: 0;
  z-index: -1
}

.search-form form {
  display: flex;
  height: 100%;
  width: 100%
}

.search-form input {
  background: none;
  border: 0;
  font-size: 16px;
  padding: 0;
  width: 100%
}

.search-form input::placeholder {
  color: #a4a5a9
}

.search-form input:focus {
  outline: none
}

.search-form button {
  background: #eaedf2;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  display: none;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  outline: 0;
  padding: 0 8px;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  z-index: 1
}

.search-form button.--text {
  display: block
}

.label-input {
  color: #2e3a4c;
  cursor: pointer;
  flex-direction: column;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  gap: 8px;
  line-height: 24px;
  width: 100%
}

.label-input:not(.display-none) {
  display: flex
}

.label-input:has(.srcns_form_group_err_block) input {
  background: #fff;
  border: 1px solid var(--red, #b12933);
  border-radius: 8px;
  box-shadow: 0 0 10px 0 #b1293333
}

.label-input:has(.srcns_form_group_err_block) input::placeholder {
  color: var(--red, #b12933)
}

.label-input .srcns_form_group_err_block {
  background: #b12933;
  border-radius: 10px 0 10px 10px;
  bottom: -8px;
  line-height: normal;
  padding: 0 7px;
  position: absolute;
  right: 0
}

.label-input .srcns_form_group_err_block svg {
  display: none
}

.label-input .srcns_form_group_err_block b {
  color: #fff;
  font-size: 12px;
  font-weight: 400
}

.label-input--column-2 {
  grid-column: auto
}

@media screen and (min-width:768px) {
  .label-input--column-2 {
    grid-column: 1/span 2
  }
}

.label-input:hover span>i {
  text-shadow: 2px 2px 2px #7f7f7f4d
}

.label-input>span {
  position: relative
}

.label-input>span>i {
  color: #3387de;
  display: flex;
  font-size: 22px;
  left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: .3s
}

.label-input>span>input {
  background-color: #fff;
  border: 1px solid #2121211a;
  border-radius: 8px;
  color: #b3b3b3;
  cursor: pointer;
  font-family: var(--f-base);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  outline: none;
  padding: 16px 20px 16px 60px;
  transition: .3s;
  width: 100%
}

.label-input>span>input:hover {
  border: 1px solid #21212126;
  box-shadow: 0 4px 4px 0 #8e8dd01f
}

.label-input>span>input:focus {
  color: #2e3a4c
}

.label-input>span>textarea {
  background-color: #f8f8f8;
  border: 1px solid #b3b3b3;
  border-radius: 8px;
  color: #b3b3b3;
  cursor: pointer;
  font-family: var(--f-base);
  font-size: 16px;
  font-weight: 400;
  height: 100%;
  line-height: 24px;
  outline: none;
  padding: 16px;
  resize: none;
  transition: .3s;
  width: 100%
}

.label-input>span>textarea:hover {
  background-color: #fff;
  border: 1px solid #eaedf2;
  box-shadow: 0 4px 4px 0 #8e8dd01f
}

.label-input>span>textarea:focus {
  color: #2e3a4c
}

.label-checkbox {
  align-items: center;
  display: flex;
  -webkit-user-select: none;
  user-select: none
}

.label-checkbox>input {
  display: none
}

.label-checkbox>span {
  align-items: center;
  color: #b3b3b3;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  gap: 10px;
  line-height: 16px
}

.label-checkbox>span:before {
  border: 1px solid #bdbcdb;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  content: " ";
  display: flex;
  font-family: fontello;
  font-size: 10px;
  justify-content: center;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  transition: .2s
}

.label-checkbox>span:hover:before {
  background: #edf6ff;
  border: 1px solid #3387de
}

.label-checkbox>span:hover a {
  color: var(--c-primary)
}

.label-checkbox>span>span>a {
  color: #b3b3b3;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: .3s
}

.label-checkbox>span>span>a:hover {
  color: var(--c-primary)
}

.label-checkbox>input:checked+span:before {
  background-color: #3387de;
  border: 1px solid #3387de;
  content: ""
}

.label-radio {
  align-items: center;
  display: flex;
  -webkit-user-select: none;
  user-select: none
}

.label-radio>input {
  display: none
}

.label-radio>span {
  align-items: center;
  color: #b3b3b3;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  gap: 10px;
  line-height: 16px;
  position: relative
}

.label-radio>span:before {
  border: 1px solid #b3b3b3;
  border-radius: 50px;
  box-sizing: border-box;
  content: " ";
  display: flex;
  justify-content: center;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  transition: .2s
}

.label-radio>span:hover:before {
  border: 1px solid #b12933;
  filter: drop-shadow(0 0 4px #B12933)
}

.label-radio>span:hover a {
  color: var(--c-primary)
}

.label-radio>span>span>a {
  color: #b3b3b3;
  margin-left: 5px;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: .3s
}

.label-radio>span>span>a:hover {
  color: var(--c-primary)
}

.label-radio>input:checked+span:before {
  border: 1px solid #b12933
}

.label-radio>input:checked+span:after {
  background: #b12933;
  border-radius: 50%;
  content: " ";
  display: flex;
  height: 6px;
  left: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6px
}

.label-select {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-style: normal;
  gap: 8px
}

.label-select,
.label-select>select {
  color: #2e3a4c;
  cursor: pointer;
  font-weight: 400;
  line-height: 24px;
  width: 100%
}

.label-select>select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url("") no-repeat calc(100% - 20px);
  border: 1px solid #2121211a;
  border-radius: 8px;
  font-size: 16px;
  outline: none;
  padding: 16px 32px 16px 20px;
  transition: .3s
}

.label-select>select:focus {
  outline: none
}

.label-select>select:hover {
  border: 1px solid #21212126;
  box-shadow: 0 4px 4px 0 #8e8dd01f
}

.label-select>select>option {
  padding: 10px
}

.custom-select {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.custom-select>span {
  color: #2e3a4c;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px
}

.custom-select__choice {
  position: relative
}

.custom-select__option {
  align-items: center;
  background: #fff;
  border: 1px solid #2121211a;
  border-radius: 8px;
  color: #2e3a4c;
  cursor: pointer;
  display: flex;
  font-weight: 500;
  height: 58px;
  padding: 0 40px 0 16px;
  position: relative;
  transition: all .2s ease-out;
  -webkit-user-select: none;
  user-select: none;
  width: 100%
}

.custom-select__option:hover {
  border: 1px solid #21212126;
  box-shadow: 0 4px 4px 0 #8e8dd01f
}

.custom-select__option:after,
.custom-select__option:before {
  background: #2e3a4c;
  border-radius: 10px;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  top: 23px;
  transition: .5s;
  width: 1px
}

.custom-select__option:before {
  right: 28px;
  transform: rotate(135deg)
}

.custom-select__option:after {
  right: 23px;
  transform: rotate(45deg)
}

.custom-select__choice.open .custom-select__option:before {
  transform: rotate(45deg)
}

.custom-select__choice.open .custom-select__option:after {
  transform: rotate(135deg)
}

.custom-select__choice>ul {
  background-color: #fff;
  border: 1px solid #f2f4f7;
  border-radius: 8px;
  box-shadow: 0 12px 16px -4px #10182814, 0 4px 6px -2px #10182808;
  display: flex;
  flex-direction: column;
  height: 0;
  left: 0;
  list-style-type: none;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 1px 0 0;
  position: absolute;
  top: 58px;
  transition: all .3s ease-out;
  visibility: hidden;
  width: 100%;
  z-index: 8
}

.custom-select__choice.open>ul {
  height: 167px;
  opacity: 1;
  visibility: visible
}

.custom-select__choice>ul::-webkit-scrollbar {
  width: 6px
}

.custom-select__choice>ul::-webkit-scrollbar-track {
  background: #f0f3fb;
  border-radius: 10px
}

.custom-select__choice>ul::-webkit-scrollbar-thumb {
  background-color: #b12933;
  border: 3px solid #b12933;
  border-radius: 10px
}

.custom-select__choice>ul>li {
  align-items: center;
  color: #2e3a4c;
  cursor: pointer;
  display: flex;
  min-height: 55px;
  overflow: hidden;
  padding: 10px 16px;
  transition: all .2s ease-out
}

.custom-select__choice>ul>li.active,
.custom-select__choice>ul>li:hover {
  background-color: #f9fafb
}

.content-text {
  min-height: 1080px
}

.header {
  background: #fff;
  min-height: 54px;
  position: relative;
  z-index: 99
}

.header__top {
  display: none
}

@media screen and (min-width:992px) {
  .header__top {
    background: var(--c-grey95);
    display: block;
    padding: 6px 0 8px
  }
}

.header__top-row {
  -moz-column-gap: 50px;
  column-gap: 50px
}

.header__top-column,
.header__top-row {
  align-items: center;
  display: flex;
  justify-content: space-between
}

.header__top-column {
  -moz-column-gap: 32px;
  column-gap: 32px
}

.header__top-drop {
  align-items: center;
  color: #fdfdfd;
  -moz-column-gap: 8px;
  column-gap: 8px;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%
}

.header__top-drop:hover {
  cursor: pointer
}

.header__top-drop:after {
  align-items: center;
  content: "";
  display: flex;
  font-family: fontello;
  font-size: 8px;
  justify-content: center
}

.header__search-icons>i {
  color: #fdfdfd;
  cursor: pointer;
  display: flex;
  font-size: 24px
}

.header__search-icons--grey>i {
  color: #2e3a4c
}

.header__top-contacts-row {
  align-items: center;
  -moz-column-gap: 16px;
  column-gap: 16px;
  display: flex;
  justify-content: space-between
}

.header__top-contacts {
  border-bottom: 1px solid #0000;
  color: #fdfdfd;
  display: none;
  font-size: 16px;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: var(--duration)
}

.header__top-contacts:hover {
  border-bottom: 1px solid var(--c-grey50)
}

@media screen and (min-width:1200px) {
  .header__top-contacts {
    display: block
  }
}

.header__top-contacts-icons {
  -webkit-text-decoration: none;
  text-decoration: none
}

.header__top-contacts-icons>i {
  align-items: center;
  color: #fdfdfd;
  cursor: pointer;
  display: flex;
  font-size: 22px;
  height: 24px;
  justify-content: center;
  width: 24px
}

@media screen and (min-width:1200px) {
  .header__top-contacts-icons {
    display: none
  }
}

.header__center {
  background: #fff;
  border-bottom: 1px solid #eaedf2;
  padding: 12px 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1
}

body:has(#wpadminbar) .header__center {
  top: 46px
}

@media screen and (min-width:768px) {
  body:has(#wpadminbar) .header__center {
    top: 32px
  }
}

@media screen and (min-width:992px) {
  .header__center {
    z-index: 9999
  }

  .header__center:before {
    background-color: #fff
  }
}

@media screen and (min-width:768px) {
  .header__center {
    padding: 12px 17px 12px 0
  }
}

.header__center.--sticky .all-menu {
  display: block
}

.header__center-row {
  align-items: center;
  -moz-column-gap: 32px;
  column-gap: 32px;
  display: flex;
  justify-content: space-between
}

.header__center-logo {
  max-width: 160px;
  width: 100%;
  display:flex;
  align-items: center;
  gap: 5px;
  font-weight: 700;
  font-size: 25px;
}
.header__logo-link {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}
@media screen and (min-width:1200px) {
  .header__center-logo {
    max-width: 194px
  }
}

.header__center-logo img {
  display: block;
}

@media screen and (max-width:1199px) {
  .header__center-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    overflow-x: hidden;
    overflow-y: auto
  }
}

.header__center-settings {
  z-index: 99
}

@media screen and (max-width:1199px) {
  .header__center-settings {
    background: #fff;
    height: calc(100dvh - 53px);
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 54px;
    transform: translateY(30px);
    transition: opacity .3s, visibility .3s, transform .3s;
    visibility: hidden
  }

  .header__center-settings.--active {
    opacity: 1;
    position: absolute;
    top: 54px;
    transform: translateY(-1px);
    visibility: visible;
    width: 100%
  }

  .header__center-settings .header__menu {
    display: flex;
    flex-direction: column;
    padding: 0 16px
  }

  .header__center-settings .header__menu ul {
    flex-direction: column;
    max-width: 100%
  }

  .header__center-settings .header__menu li {
    align-items: center;
    border-top: 1px solid #b3b3b31f;
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%
  }

  .header__center-settings .header__menu li.all-menu>a:after,
  .header__center-settings .header__menu li.menu-item-has-children>a:after {
    content: "";
    display: flex;
    font-family: fontello;
    margin-left: auto
  }

  .header__center-settings .header__menu a {
    align-items: center;
    display: flex;
    justify-content: space-between;
    min-height: 49px;
    padding: 8px;
    width: 100%
  }

  .header__center-settings .header__menu .sub-menu {
    width: 100%
  }
}

@media screen and (min-width:1200px) {
  .header__center-settings {
    display: block;
    padding: 0;
    position: inherit;
    transform: none;
    width: auto;
    z-index: auto
  }
}

.header__center-navigation {
  display: block
}

@media screen and (min-width:1200px) {

  .header__center-navigation,
  .header__menu .all-menu {
    display: none
  }
}

.header__menu ul {
  -moz-column-gap: 32px;
  column-gap: 32px;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  margin: 0;
  max-width: 670px;
  padding: 0;
  width: 100%
}

.header__menu ul>li:has(.sub-menu) {
  align-items: center;
  display: flex;
  gap: 8px
}

@media screen and (min-width:1200px) {
  .header__menu ul>li:has(.sub-menu) {
    position: relative
  }
}

.header__menu a {
  color: #2e3a4c;
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: color .3s;
  z-index: 1
}

.header__menu a:has(img) {
  align-items: center;
  display: flex;
  gap: 9px
}

.header__menu a:has(img) img {
  height: 10px;
  margin-top: 1px
}

@media screen and (max-width:1199px) {
  .header__menu a:has(img) img {
    display: none
  }
}

@media screen and (min-width:1200px) {
  .header__menu a {
    font-weight: 400
  }
}

.header__menu a:hover {
  color: #3387de
}

@media screen and (min-width:1200px) {
  .header__menu ul>li:has(.sub-menu):before {
    background: #0000;
    content: "";
    display: flex;
    height: 30px;
    position: absolute;
    top: 10px;
    width: 100%
  }
}

@media screen and (min-width:1200px) {

  .header__menu .menu-item-has-children:hover .box-sub-menu,
  .header__menu .menu-item-has-children:hover .box-sub-menu:hover {
    opacity: 1;
    transform: translateY(0);
    visibility: visible
  }
}

.header__menu .menu-item-has-children .box-sub-menu {
  background: #fff;
  opacity: 0;
  padding-top: 16px;
  position: absolute;
  top: 30px;
  transition: opacity .3s, visibility .3s, transform .3s;
  visibility: hidden;
  z-index: 9999999
}

@media screen and (min-width:1200px) {
  .header__menu .menu-item-has-children .box-sub-menu {
    background: #f8f8f8;
    border: 1px solid #eaedf2;
    border-radius: 8px;
    box-shadow: 0 8px 24px -6px #d1d7de66;
    left: -30px;
    padding: 16px;
    transform: translateY(10px);
    width: 310px
  }
}

@media screen and (max-width:1199px) {
  .header__menu .menu-item-has-children .box-sub-menu {
    background: #fff;
    height: 100%;
    margin-left: -16px;
    padding-inline: 16px;
    transform: translateX(100%);
    width: 100vw
  }
}

.header__menu .menu-item-has-children .box-sub-menu.--active {
  opacity: 1;
  visibility: visible
}

@media screen and (max-width:1199px) {
  .header__menu .menu-item-has-children .box-sub-menu.--active {
    top: 0;
    transform: translateX(0)
  }
}

.header__menu .menu-item-has-children .box-sub-menu__back {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  gap: 6px;
  margin-bottom: 16px;
  padding: 8px 8px 8px 0;
  width: 100%
}

@media screen and (min-width:1200px) {
  .header__menu .menu-item-has-children .box-sub-menu__back {
    display: none
  }
}

.header__menu .menu-item-has-children .sub-menu {
  display: flex;
  flex-direction: column
}

@media screen and (max-width:1199px) {
  .header__menu .menu-item-has-children .sub-menu {
    max-height: calc(100dvh - 150px);
    overflow: auto
  }
}

.header__menu .menu-item-has-children .sub-menu>li:not(:last-child) {
  border-bottom: 1px solid #b3b3b31f
}

.header__menu .menu-item-has-children .sub-menu>li>a {
  border-radius: 0;
  color: #2e3a4c;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin: 0;
  padding: 8px;
  transition: .2s
}

@media screen and (min-width:1200px) {
  .header__menu .menu-item-has-children .sub-menu>li>a {
    border-radius: 8px;
    margin: 4px 0;
    padding: 8px 12px
  }

  .header__menu .menu-item-has-children .sub-menu>li>a:hover {
    background: #eaedf2;
    padding-left: 20px
  }
}

.header__menu .menu-item-has-children .sub-menu>li>a:hover {
  color: #b12933
}

.header__menu .menu-item-has-children .sub-menu>li>a span {
  text-wrap: balance
}

.header__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  padding: 40px 16px 20px
}

@media screen and (min-width:1200px) {
  .header__btns {
    display: none
  }
}

.header__btns>* {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px
}

.header__btns>* i:before {
  align-items: center;
  display: flex;
  font-size: 16px;
  margin: 0
}

.header__center-option {
  display: block
}

@media screen and (min-width:992px) {
  .header__center-option {
    display: none
  }
}

.header__center-search {
  display: none;
  height: 36px;
  position: relative
}

@media screen and (min-width:1200px) {
  .header__center-search {
    display: flex
  }
}

.header__center-search:has(.--active) .search-form {
  height: 44px;
  width: 300px
}

.header__center-search:has(.--active) .header__center-icons {
  border: 1px solid #0000
}

.header__center-search:has(.--active) .header__center-icons img {
  height: auto;
  max-width: 20px
}

.header__center-icons {
  align-items: center;
  background: #f8f8f8;
  border: 1px solid #eaedf2;
  border-radius: 47px;
  cursor: pointer;
  display: flex;
  height: 36px;
  justify-content: center;
  position: relative;
  transition: color .2s, border .2s;
  width: 36px;
  z-index: 1
}

.header__center-icons.--active .icon-mail {
  color: var(--c-primary)
}

.header__center-icons i:before {
  font-size: 20px;
  margin: 0
}

.header__center-controls {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between
}

@media screen and (min-width:1200px) {
  .header__center-controls {
    gap: 10px
  }
}

.header__center-mail {
  display: none;
  position: relative
}

@media screen and (min-width:1200px) {
  .header__center-mail {
    display: flex
  }
}

.header__center-mail-drop {
  align-items: center;
  backdrop-filter: blur(10px);
  background: #f8f8f8;
  border: 1px solid #eaedf2;
  border-radius: 44px;
  box-shadow: 0 8px 24px -6px #d1d7de66;
  display: flex;
  gap: 10px;
  justify-content: center;
  left: 50%;
  opacity: 0;
  padding: 19px 20px;
  position: absolute;
  top: 100%;
  transform: translate(-50%) scale(.8);
  transition: .2s;
  visibility: hidden;
  z-index: 99
}

.header__center-mail-drop.--active {
  opacity: 1;
  transform: translate(-50%, 4px) scale(1);
  visibility: visible
}

.header__center-mail-drop i {
  font-size: 20px
}

.header__center-mail-drop i:before {
  margin: 0
}

.header__center-mail-drop .icon-copy {
  cursor: pointer
}

.header__center-mail-drop .icon-copy:hover,
.header__center-mail-drop .icon-round-check-2 {
  color: #b12933
}

.header__center-mail-drop a {
  color: #2e3a4c;
  font-family: Segoe UI;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none
}

.header__center-mail-drop a:hover {
  color: #b12933
}

.header__center-contact {
  display: flex;
  flex-direction: column
}

.header__center-contact-desktop {
  display: none
}

@media screen and (min-width:1200px) {
  .header__center-contact-desktop {
    display: block
  }
}

.header__center-contact-mobile {
  display: block
}

@media screen and (min-width:1200px) {
  .header__center-contact-mobile {
    display: none
  }
}

.header__center-number {
  align-items: center;
  display: flex;
  gap: 4px;
  justify-content: flex-end
}

.header__center-number a {
  color: #2e3a4c;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  min-width: 148px;
  text-align: end;
  -webkit-text-decoration: none;
  text-decoration: none
}

.header__center-number img {
  display: block;
  height: 16px;
  width: 17px
}

.header__center-label {
  color: #3387de;
  cursor: pointer;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: right;
  text-decoration-line: underline;
  text-transform: lowercase
}

.header__center-call {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between
}

.header__center-call>span {
  border-bottom: 1px solid;
  color: #2e3a4c;
  cursor: pointer;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: border-bottom .3s
}

.header__center-call>span:hover {
  border-bottom: 1px solid #0000
}

@media screen and (min-width:1200px) {
  .header__center-call>span {
    display: block
  }
}

.header__center-call>i {
  color: #2e3a4c;
  display: flex;
  font-size: 26px
}

@media screen and (min-width:1200px) {
  .header__center-call>i {
    display: none
  }
}

.header__center-call img {
  height: 26px;
  margin-left: .2em;
  margin-right: .2em;
  width: auto
}

.header__center-burger {
  align-items: flex-end;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 24px;
  justify-content: space-between;
  width: 32px
}

@media screen and (min-width:1200px) {
  .header__center-burger {
    display: none
  }
}

.header__center-burger>span {
  background-color: #2e3a4c;
  border-radius: 10px;
  display: block;
  height: 3px;
  transition: .3s;
  width: 100%
}

.header__center-burger>span:first-child {
  transform-origin: 0 0
}

.header__center-burger>span:nth-child(2) {
  transform: scaleY(1);
  width: 75%
}

.header__center-burger>span:nth-child(3) {
  transform-origin: 0 100%
}

.header__center-burger.--active>span:first-child {
  transform: rotate(45deg)
}

.header__center-burger.--active>span:nth-child(2) {
  transform: scaleY(0);
  transform-origin: 0 0
}

.header__center-burger.--active>span:nth-child(3) {
  transform: rotate(-45deg)
}

.header-bottom {
  padding: 54px 0 8px;
  -webkit-user-select: none;
  user-select: none
}

@media screen and (min-width:1200px) {
  .header-bottom {
    padding: 74px 0 8px
  }
}

body:not(.home) .header-bottom {
  display: none
}

@media screen and (min-width:1200px) {
  body:not(.home) .header-bottom {
    display: block
  }
}

.header-bottom__back {
  align-items: center;
  display: flex;
  font-size: 16px;
  gap: 6px;
  margin-bottom: 16px;
  padding: 8px 8px 8px 0;
  width: 100%
}

.header-bottom__back i {
  display: flex
}

@media screen and (min-width:1200px) {
  .header-bottom__back {
    display: none
  }
}

.header-bottom__heading {
  display: none
}

@media screen and (min-width:1200px) {
  .header-bottom__heading {
    align-items: baseline;
    display: flex;
    gap: 10px
  }

  .header-bottom__heading a {
    transition: .2s
  }

  .header-bottom__heading a:hover {
    color: #b12933
  }
}

.header-bottom__title {
  color: #2e3a4c;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
  white-space: nowrap
}

@media screen and (min-width:768px) {
  .header-bottom__title {
    font-size: 24px
  }
}

@media screen and (min-width:992px) {
  .header-bottom__title {
    font-size: 32px
  }
}

.header-bottom__counter {
  color: #b1b1b1;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0
}

.header-bottom__nav {
  overflow: hidden
}

.header-bottom__list {
  display: flex;
  gap: 10px;
  list-style-type: none;
  margin: 0 auto;
  max-width: var(--container-xl-width);
  overflow-x: auto;
  padding: 14px 14px 12px;
  width: 100%
}

@media screen and (min-width:1200px) {
  .header-bottom__list {
    gap: 12px;
    padding: 0 18px
  }
}

.header-bottom__list li {
  align-items: flex-start;
  background-color: #f0f3fb;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 4px;
  justify-content: flex-start;
  min-width: 120px;
  padding: 8px;
  position: relative;
  -webkit-user-select: none;
  user-select: none
}

@media screen and (min-width:1200px) {
  .header-bottom__list li {
    align-items: center;
    background-color: #0000;
    flex-direction: row
  }

  .header-bottom__list li a {
    display: none
  }
}

.header-bottom__list li a {
  inset: 0;
  position: absolute
}

.header-bottom__list li>img {
  display: block;
  height: 32px;
  width: 32px
}

.header-bottom__list li>span {
  color: #2e3a4c;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%
}

.header-bottom__list li.--active>span {
  color: #b12933
}

.header-bottom__drop {
  background-color: #fff;
  left: 0;
  max-height: 100vh;
  overflow: hidden;
  padding: 16px 2px;
  position: absolute;
  top: 0;
  transition: opacity .3s, visibility .3s, transform .3s;
  width: 100%;
  z-index: 999
}

@media screen and (max-width:1199px) {
  .header-bottom__drop {
    opacity: 0;
    padding-inline: 0;
    position: fixed;
    top: 67px;
    transform: translateX(100%);
    visibility: hidden;
    z-index: 999
  }

  .header-bottom__drop .container {
    padding-inline: 0
  }
}

@media screen and (min-width:1200px) {
  .header-bottom__drop {
    background-color: #f0f3fb;
    display: none;
    height: calc(100vh - 131px);
    padding: 40px 16px;
    top: 100%;
    transform: translateY(30px)
  }

  .header-bottom__drop.--active {
    display: block;
    transform: translateY(0)
  }
}

@media screen and (max-width:1199px) {
  .header-bottom__drop.--active {
    opacity: 1;
    transform: translateX(0);
    visibility: visible
  }
}

.header-bottom__drop:not(.--all) .services-contain__popular {
  opacity: 1;
  padding-left: 32px;
  transform: translateX(0);
  transition: .3s;
  visibility: visible;
  width: auto
}

.header-bottom__drop:not(.--all) .services-contain__category {
  width: 100%
}

.header-bottom__drop:not(.--all) .services-all {
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0
}

.header-bottom__drop:not(.--all) .header-bottom__contain {
  gap: 0
}

.header-bottom__close {
  display: none;
  position: relative
}

@media screen and (min-width:1200px) {
  .header-bottom__close {
    display: flex
  }
}

.header-bottom__close-icon {
  align-items: center;
  background: #fff;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .3s;
  width: 40px;
  z-index: 1
}

.header-bottom__close-icon:hover {
  opacity: .75
}

.header-bottom__close-icon>img {
  height: 24px;
  width: 24px
}

@media screen and (min-width:768px) {
  .header-bottom__close-icon>img {
    height: 32px;
    width: 32px
  }
}

.services-contain {
  display: block
}

.services-contain__group {
  display: none
}

.services-contain__group--active {
  display: block
}

@media screen and (max-width:1199px) {

  .services-all__nav,
  .services-contain__block {
    overflow: auto
  }
}

.services-contain__row {
  display: none;
  flex-wrap: wrap
}

@media screen and (min-width:1200px) {
  .services-contain__row {
    padding-right: 105px
  }
}

@media screen and (min-width:1440px) {
  .services-contain__row {
    gap: 48px
  }
}

.services-contain__category {
  flex: 1;
  height: 100%;
  width: auto
}

.services-contain__popular {
  opacity: 0;
  overflow: hidden;
  transform: translateX(100%);
  visibility: hidden;
  width: 0
}

@media screen and (max-width:1199px) {
  .services-contain__popular {
    display: none
  }
}

.services-contain__cards {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(210px, 1fr));
  list-style-type: none;
  margin: 24px 0 0;
  overflow-x: auto;
  padding: 0
}

@media screen and (min-width:1200px) {
  .services-contain__cards {
    grid-template-columns: repeat(2, 1fr)
  }
}

.services-contain__cards>li {
  align-items: center;
  background: #f5f6fa;
  border: 1px solid #eaedf2;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  padding: 20px;
  position: relative;
  transition: box-shadow .3s;
  width: 172px
}

.services-contain__cards>li:hover p {
  color: #b12932
}

.services-contain__cards>li>a {
  inset: 0;
  position: absolute;
  -webkit-text-decoration: none;
  text-decoration: none
}

.services-contain__cards>li>img {
  border-radius: 8px;
  height: 85px;
  padding: 0 3px;
  width: 85px
}

.services-contain__cards>li>p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin: 0;
  text-align: center;
  transition: color .2s
}

.header-bottom__contain {
  display: flex;
  overflow: hidden
}

@media screen and (min-width:1200px) {
  .header-bottom__contain {
    gap: 40px
  }
}

.levels-menu {
  min-width: 100vw;
  padding: 0 16px;
  transition: .3s
}

@media screen and (min-width:1200px) {
  .levels-menu {
    min-width: inherit
  }
}

@media screen and (max-width:1199px) {
  .levels-menu:not(:first-child) {
    opacity: 0;
    overflow: hidden
  }
}

.levels-menu.--move {
  margin-left: -100vw;
  opacity: 0;
  overflow: hidden
}

.levels-menu.--move+* {
  opacity: 1;
  overflow: visible
}

.services-contain__title {
  color: #2e3a4c;
  display: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin: 0 0 6px;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: .2s
}

@media screen and (min-width:1200px) {
  .services-contain__title {
    display: block;
    font-size: 24px
  }

  .services-contain__title[href]:hover {
    color: #b12933
  }
}

@media screen and (max-width:1199px) {
  .services-contain__title {
    align-items: center;
    border-radius: 10px;
    border-top: 1px solid #b3b3b31f;
    color: #2e3a4c;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    gap: 12px;
    line-height: 120%;
    margin-bottom: 0;
    min-height: 49px;
    padding: 8px;
    -webkit-text-decoration: none;
    text-decoration: none;
    transition: background-color .3s, opacity .3s
  }

  .services-contain__title:not([href]) {
    display: none
  }
}

.services-category {
  width: 100%
}

@media screen and (min-width:1200px) {
  .services-category {
    display: none
  }

  .services-category__group {
    margin-top: 16px
  }
}

.services-category__box {
  display: none
}

@media screen and (max-width:1199px) {
  .services-category__box {
    height: calc(100dvh - 150px);
    overflow: auto
  }
}

.services-category__link {
  align-items: center;
  border-radius: 10px;
  border-top: 1px solid #b3b3b31f;
  color: #2e3a4c;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  gap: 12px;
  line-height: 120%;
  padding: 8px;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: background-color .3s, opacity .3s
}

@media screen and (min-width:1200px) {
  .services-category__link {
    display: none
  }
}

.services-category__list {
  list-style-type: none;
  margin: 0;
  padding-left: 0
}

.services-category__list li {
  align-items: center;
  border-top: 1px solid #b3b3b31f;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  min-height: 49px;
  padding: 8px
}

.services-category__list li:active {
  background: #f9f9f9
}

.services-category__list li.services-category__li--child {
  align-items: center;
  display: flex;
  justify-content: space-between
}

.services-category__list li.services-category__li--child:after {
  content: "";
  display: flex;
  font-family: fontello
}

.services-all {
  width: 100%
}

@media screen and (min-width:1200px) {
  .services-all {
    opacity: 1;
    transition: .4s;
    visibility: visible;
    white-space: nowrap;
    width: 344px
  }
}

.services-all__list {
  display: flex;
  flex-direction: column;
  height: calc(100dvh - 150px);
  list-style-type: none;
  margin-top: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0
}

@media screen and (min-width:1200px) {
  .services-all__list {
    height: calc(100vh - 270px);
    margin-top: 24px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 24px
  }

  .services-all__list::-webkit-scrollbar {
    width: 4px
  }

  .services-all__list::-webkit-scrollbar-track {
    background: #0000;
    border-radius: 10px
  }

  .services-all__list::-webkit-scrollbar-thumb {
    background-color: #0000;
    border: 3px solid #0000;
    border-radius: 10px
  }

  .services-all__list:hover::-webkit-scrollbar-track {
    background: #fff
  }

  .services-all__list:hover::-webkit-scrollbar-thumb {
    background-color: #b12933;
    border: 3px solid #b12933
  }
}

.services-all__list>li {
  align-items: center;
  border-radius: 10px;
  border-top: 1px solid #b3b3b31f;
  cursor: pointer;
  display: flex;
  gap: 12px;
  padding: 8px;
  transition: background-color .3s, opacity .3s;
  white-space: normal
}

@media screen and (min-width:1200px) {
  .services-all__list>li {
    min-width: 288px
  }
}

.services-all__list>li:active {
  background: #f9f9f9
}

.services-all__list>li:after {
  content: "";
  display: flex;
  font-family: fontello;
  margin-left: auto
}

@media screen and (min-width:1200px) {
  .services-all__list>li:after {
    display: none
  }

  .services-all__list>li {
    border-top: 0
  }
}

.services-all__list>li:hover {
  opacity: .75
}

.services-all__list>li:has(a) {
  padding: 0
}

.services-all__list>li>a {
  align-items: center;
  border-radius: 10px;
  display: flex;
  gap: 12px;
  padding: 8px;
  -webkit-text-decoration: none;
  text-decoration: none;
  width: 100%
}

.services-all__list>li>a span {
  color: #b12933
}

.services-all__list>li>img {
  display: block;
  height: 32px;
  width: 32px
}

.services-all__list>li span {
  color: #2e3a4c;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%
}

.services-all__list>li.--active,
.services-all__list>li:active {
  background-color: #fff
}

.services-all__list>li.--active>span,
.services-all__list>li:active>span {
  color: #b12933
}

.services-contain {
  flex: 99
}

.services-contain__list {
  position: relative
}

@media screen and (min-width:1200px) {
  .services-contain__hide {
    display: none
  }
}

.services-contain__box {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  list-style-type: none;
  padding: 0
}

@media screen and (min-width:1200px) {
  .services-contain__box {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
    margin: 24px 0 0;
    max-height: calc(100vh - 280px);
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 20px
  }

  .services-contain__box::-webkit-scrollbar {
    width: 4px
  }

  .services-contain__box::-webkit-scrollbar-track {
    background: #0000;
    border-radius: 10px
  }

  .services-contain__box::-webkit-scrollbar-thumb {
    background-color: #0000;
    border: 3px solid #0000;
    border-radius: 10px
  }

  .services-contain__box:hover::-webkit-scrollbar-track {
    background: #fff
  }

  .services-contain__box:hover::-webkit-scrollbar-thumb {
    background-color: #b12933;
    border: 3px solid #b12933
  }
}

@media screen and (max-width:1199px) {
  .services-contain__box {
    height: calc(100dvh - 150px);
    overflow: auto
  }
}

@media screen and (min-width:768px) {
  .services-contain__box--single {
    gap: 40px
  }
}

.services-contain__group {
  display: flex;
  flex: 1;
  flex-direction: column;
  position: relative
}

@media screen and (min-width:1200px) {
  .services-contain__group {
    gap: 6px
  }
}

.header__services-group-heading {
  display: flex;
  gap: 12px;
  justify-content: space-between
}

@media screen and (min-width:768px) {
  .header__services-group-heading {
    display: contents
  }
}

.services-contain__list-btn {
  display: none
}

@media screen and (min-width:1200px) {
  .services-contain__list-btn {
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: 8px;
    justify-content: space-between;
    order: 3;
    transition: opacity .3s;
    width: -moz-fit-content;
    width: fit-content
  }
}

.services-contain__list-btn:hover {
  opacity: .75
}

.services-contain__list-btn-text {
  color: #b12933;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%
}

.services-contain__list-btn-arrows {
  height: 12px;
  position: relative;
  width: 12px
}

.services-contain__list-btn-arrows:after,
.services-contain__list-btn-arrows:before {
  background-color: #b12933;
  border-radius: 10px;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  transition: transform .3s;
  width: 10px
}

.services-contain__list-btn-arrows:before {
  right: 6px;
  transform: rotate(45deg)
}

.services-contain__list-btn-arrows:after {
  right: 0;
  transform: rotate(-45deg)
}

.services-contain__list-btn.--active .services-contain__list-btn-arrows:before {
  transform: rotate(-45deg)
}

.services-contain__list-btn.--active .services-contain__list-btn-arrows:after {
  transform: rotate(45deg)
}

.header__services-group,
.services-contain__list {
  list-style-type: none;
  margin: 0;
  padding: 0
}

.services-contain__list {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: max-height .3s
}

.services-contain__list>li {
  padding: 0
}

@media screen and (min-width:1200px) {
  .services-contain__list>li {
    padding: 3px 0
  }
}

.services-contain__list>li>a {
  align-items: center;
  border-top: 1px solid #b3b3b31f;
  color: #2e3a4c;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  min-height: 49px;
  padding: 8px;
  -webkit-text-decoration: none;
  text-decoration: none
}

@media screen and (min-width:1200px) {
  .services-contain__list>li>a {
    border: 0;
    color: #2e3a4c;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    min-height: inherit;
    padding: 0;
    -webkit-text-decoration: none;
    text-decoration: none;
    transition: color .3s
  }
}

.services-contain__list>li>a:hover {
  color: #b12933
}

.intro-block {
  background-color: #f0f3fb;
  margin-bottom: 170px;
  padding-bottom: 32px
}

@media screen and (min-width:768px) {
  .intro-block {
    margin-bottom: 114px;
    padding-bottom: 32px
  }
}

.intro-block--base {
  margin-bottom: 32px;
  padding-bottom: 32px
}

.single-otrasli .intro-block {
  background-color: #0000;
  margin-bottom: 24px
}

.single-otrasli .intro-block h1 {
  margin-bottom: 40px
}

.single-otrasli .intro-block p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 24px
}

.intro-block h1 {
  color: #2e3a4c;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin: 0 0 24px
}

@media screen and (min-width:768px) {
  .intro-block h1 {
    font-size: 42px
  }
}

@media screen and (min-width:1200px) {
  .intro-block h1 {
    font-size: 54px
  }
}

.intro-block h1>span {
  color: #b12933
}

.intro-block__row {
  align-items: center;
  display: flex;
  flex-direction: column-reverse;
  gap: 30px;
  justify-content: space-between;
  padding: 0 0 216px;
  position: relative
}

@media screen and (max-width:991px) {
  .single-otrasli .intro-block__row {
    padding-bottom: 0
  }
}

@media screen and (min-width:768px) {
  .intro-block__row {
    flex-direction: row;
    padding: 0
  }
}

.intro-block.intro-block--base .intro-block__row {
  padding: 0
}

.intro-block__description {
  width: 100%
}

@media screen and (min-width:768px) {
  .intro-block__description {
    padding-bottom: 120px;
    width: 55%
  }

  .single-otrasli .intro-block__description {
    padding-bottom: 0
  }
}

.intro-block__picture {
  width: 100%
}

@media screen and (min-width:576px) {
  .intro-block__picture {
    width: 70%
  }
}

@media screen and (min-width:768px) {
  .intro-block__picture {
    width: 45%
  }
}

.intro-block__picture>img {
  border-radius: 12px 12px 12px 200px;
  display: block;
  height: auto;
  width: 100%
}

.intro-block__informer {
  align-items: center;
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  margin-top: 20px;
  padding: 24px 16px
}

@media screen and (min-width:768px) {
  .intro-block__informer {
    flex-direction: row;
    gap: 12%;
    padding: 24px 40px
  }
}

.intro-block__informer p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0 !important
}

@media screen and (max-width:767px) {
  .intro-block__informer p {
    font-size: 16px !important
  }
}

.intro-block__informer-btn {
  height: -moz-fit-content;
  height: fit-content;
  padding: 16px 32px;
  width: -moz-fit-content;
  width: fit-content
}

@media screen and (max-width:991px) {
  .intro-block__informer-btn {
    width: 100%
  }
}

.intro-block__form {
  bottom: 0;
  left: 0;
  max-width: 1080px;
  position: absolute;
  transform: translateY(50%);
  width: 100%
}

@media screen and (min-width:768px) {
  .intro-block__form {
    width: 98%
  }
}

.hero {
  padding: 32px 0;
  position: relative
}

@media screen and (min-width:576px) {
  .hero {
    padding: 84px 0
  }
}

.hero__fon {
  background-color: #4a525e;
  object-fit: cover;
  z-index: -2
}

.hero__bg-images,
.hero__fon {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.hero__bg-images {
  background-color: #0000;
  background-position: 50%;
  background-size: cover;
  transition: background-image .3s ease-in-out;
  z-index: -1
}

.hero__title {
  color: #fdfdfd;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin: 0;
  text-align: center
}

@media screen and (min-width:576px) {
  .hero__title {
    font-size: 42px
  }
}

@media screen and (min-width:992px) {
  .hero__title {
    font-size: 51px
  }
}

.hero__swiper-row {
  margin: 0 auto;
  max-width: var(--container-width);
  width: 100%
}

@media screen and (min-width:992px) {
  .hero__swiper-row {
    padding: 0 18px
  }
}

.hero__swiper {
  margin-top: 64px;
  padding: 0 16px 36px
}

@media screen and (min-width:992px) {
  .hero__swiper:not(.swiper-initialized) .swiper-wrapper {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr 1fr
  }

  .hero__swiper:not(.swiper-initialized) .swiper-wrapper>div:nth-child(n+4) {
    display: none
  }
}

.hero__swiper .swiper-pagination {
  bottom: 0
}

.hero__swiper .swiper-pagination-bullet {
  background: #fdfdfd;
  height: 14px;
  opacity: 1;
  width: 14px
}

.hero__swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0047ab
}

.hero-card {
  backdrop-filter: blur(5.5px);
  background: #60606080;
  border: 1px solid #0000;
  border-radius: 10px;
  height: auto;
  padding: 20px;
  position: relative;
  transition: border .3s, box-shadow .3s
}
/* 
.hero-card:hover {
  border: 1px solid #b12933;
  box-shadow: 0 0 10px 0 #e5242136
} */

.hero-card__link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.hero-card__heading {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between
}

.hero-card__title {
  color: #f6f7fb;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%
}

@media screen and (min-width:992px) {
  .hero-card__title {
    font-size: 24px
  }
}

.hero-card__title-img {
  border-radius: 60px;
  display: block;
  height: 48px;
  width: 48px
}

@media screen and (min-width:992px) {
  .hero-card__title-img {
    height: 60px;
    width: 60px
  }
}

.hero-card__text {
  color: #f6f7fb;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 10px 0 0
}

.about-block {
  padding: 32px 0
}

@media screen and (min-width:1200px) {
  .about-block {
    padding: 64px 0
  }
}

.about-block__column {
  display: flex;
  flex-direction: column;
  gap: 16px
}

@media screen and (min-width:576px) {
  .about-block__column {
    gap: 32px
  }
}

@media screen and (min-width:992px) {
  .about-block__column {
    gap: 48px
  }
}

.about-block__row {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 24px
}

@media screen and (min-width:992px) {
  .about-block__row {
    flex-direction: row;
    gap: 44px
  }
}

.about-block__video {
  flex: 1;
  height: 100%
}

@media screen and (min-width:992px) {
  .about-block__video {
    height: 428px
  }
}

.about-block__achievements {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: space-between;
  width: 100%
}

@media screen and (min-width:992px) {
  .about-block__achievements {
    width: 336px
  }
}

.about-block__list {
  background: #fff;
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
  list-style-type: none;
  margin: 0;
  max-width: 100%;
  padding: 0
}

@media screen and (min-width:768px) {
  .about-block__list {
    grid-template-columns: 1fr 1fr 1fr
  }
}

@media screen and (min-width:992px) {
  .about-block__list {
    grid-template-columns: 1fr
  }
}

.about-block__list-item {
  align-items: flex-start;
  border-left: 4px solid #b12933;
  display: flex;
  flex-direction: column;
  padding: 10px 20px
}

.about-block__list-number {
  color: #2e3a4c;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  margin: 0
}

@media screen and (min-width:992px) {
  .about-block__list-number {
    font-size: 48px
  }
}

.about-block__list-text {
  color: #2e3a4c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0
}

@media screen and (min-width:992px) {
  .about-block__list-text {
    font-size: 18px
  }
}

.form-call-single {
  background: #f0f3fb;
  padding: 40px 0
}

@media screen and (min-width:992px) {
  .form-call-single {
    padding: 80px 0
  }
}

.form-call {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 24px -6px #d1d7de66;
  max-width: 100%;
  padding: 24px;
  width: 100%
}

.single-post__content .form-call {
  margin-top: 32px
}

@media screen and (min-width:992px) {
  .form-call {
    padding: 32px 60px
  }
}

@media screen and (min-width:1200px) {
  .form-call {
    padding: 32px 100px
  }
}

.form-call--original {
  background-color: #0000;
  box-shadow: none;
  padding: 0
}

.form-call--primary {
  backdrop-filter: blur(10px);
  background-color: #ffffff80;
  border-radius: 10px;
  max-width: 1080px;
  padding: 20px
}

@media screen and (min-width:992px) {
  .form-call--primary {
    padding: 20px 40px
  }
}

.form-call--aside {
  box-shadow: none;
}

@media (max-width: 992px) {
  .aside {
    width: 100%!important;
    max-width: 400px;
    margin: auto;
  }
}

.form-call--aside,
.form-call--mailing {
  background-color: #f0efef;
  padding: 24px 16px
}

.form-call--mailing {
  box-shadow: 0 16px 48px 0 #0000000a
}

.form-call__heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 0 16px
}

@media screen and (min-width:1200px) {
  .form-call__heading {
    margin: 0 0 32px
  }
}

.form-call__heading--small {
  margin: 0 0 24px
}

.form-call__title {
  color: #292b2e;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  margin: 0;
  text-align: center
}

@media screen and (min-width:768px) {
  .form-call__title {
    font-size: 24px
  }
}

@media screen and (min-width:1200px) {
  .form-call__title {
    font-size: 32px
  }
}

.form-call__title--small {
  font-size: 24px
}

.form-call__title--text-left {
  text-align: left
}

.form-call__subtitle {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-align: center
}

.form-call__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(1, 1fr);
  margin: 0 0 20px
}

@media screen and (min-width:768px) {
  .form-call__grid {
    grid-template-columns: repeat(3, 1fr)
  }
}

.form-call__grid--columns-2 {
  grid-template-columns: repeat(1, 1fr)
}

@media screen and (min-width:768px) {
  .form-call__grid--columns-2 {
    grid-template-columns: repeat(2, 1fr)
  }
}

.form-call__bottom-row,
.form-call__grid--columns-1 {
  grid-template-columns: repeat(1, 1fr)
}

.form-call__bottom-row {
  display: grid;
  gap: 20px
}

@media screen and (min-width:768px) {
  .form-call__bottom-row {
    grid-template-columns: repeat(2, 1fr)
  }
}

.form-call__bottom-row--column-2 {
  grid-template-columns: repeat(1, 1fr)
}

.form-call__btn-container {
  align-self: end
}

.form-call__btn-container--xl {
  justify-self: end;
  width: 100%
}

.form-call__btn-container--xl button {
  max-width: 300px;
  width: 100%
}

.form-call__btn-container--sm {
  width: 100%
}

.form-call__btn-container--sm button {
  max-width: 100%;
  width: 100%
}

@media screen and (min-width:768px) {
  .form-call__btn-container--sm button {
    margin-left: auto;
    max-width: 240px
  }
}

.form-call__btn-container--center {
  justify-self: center
}

.form-successful {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center
}

.form-successful i {
  color: #6ace68;
  font-size: 53px
}

.form-successful .form-successful__body {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  gap: 8px;
  line-height: 140%;
  text-align: center
}

.form-successful .form-successful__title {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%
}