:root {
  --color-text: #000;
  --color-bg: #EBF3F6;
  --container-max: 83.75rem;
  --transition-base: 0.3s ease;
  --font-family-primary: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans", "Helvetica Neue", Arial, sans-serif;
  --font-size-primary: 1.11111vw;
  --color-blue: #3A88A6;
}

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

img,
svg,
video {
  display: block;
  max-width: 100%;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

::focus,
::active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html {
  font-size: 1.1111vw;
}

body {
  line-height: 1;
  line-height: 120%;
  font-family: "Golos Text", Arial, Helvetica, sans-serif;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #192449;
  background: #fff;
  font-weight: 400;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited,
a:active,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: inherit;
}

img:not([src]):not([srcset]) {
  visibility: hidden;
  display: block;
}

:root {
  --app-height: 100vh;
}

main {
  overflow: hidden;
}

.main {
  width: 100%;
  margin: 0 auto;
  max-width: var(--container-max);
}

body,
html {
  font-size: var(--font-size-primary);
  font-family: var(--font-family-primary);
  line-height: 120%;
  font-weight: 400;
  color: var(--color-text);
  background: var(--color-bg);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
.h1 {
  font-size: 4rem;
  font-weight: 500;
  line-height: 120%;
}

h2,
.h2 {
  font-size: 3.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

p {
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }

  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }

  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s infinite linear;
  animation: splide-loading 1s infinite linear;
  border: 0.09375rem solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 0.93752rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0.93752rem;
}

.splide__sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 0.0625rem;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0.0625rem;
}

.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__play {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.hd {
  background: none;
  min-height: 9.375rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.hd_main {
  max-width: 90rem;
  margin: 0 auto;
  min-height: 9.375rem;
  padding: 0 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.hd_burger {
  display: none;
}

.hd_logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -0.4rem 0 0;
}

.hd_logo img {
  width: 11.25rem;
  height: 2.0625rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.hd_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.875rem;
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
}

.hd_menu a {
  opacity: 1;
}

.hd_menu a:hover {
  color: var(--color-blue);
}

.hd_calc {
  min-height: 3.125rem;
  border-radius: 62.5rem;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.875rem;
  padding: 0.625rem 0.625rem 0.625rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  -webkit-transition: background var(--transition-base), color var(--transition-base), border-color var(--transition-base);
  -o-transition: background var(--transition-base), color var(--transition-base), border-color var(--transition-base);
  transition: background var(--transition-base), color var(--transition-base), border-color var(--transition-base);
}

.hd_calc-icon {
  width: 1.9375rem;
  height: 1.9375rem;
  border-radius: 50%;
  background: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: background var(--transition-base);
  -o-transition: background var(--transition-base);
  transition: background var(--transition-base);
}

.hd_calc-icon::after,
.main-ui-pagination-arrow:after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 3.18198C0.223858 3.18198 0 3.40583 0 3.68198C0 3.95812 0.223858 4.18198 0.5 4.18198V3.68198V3.18198ZM7.85355 4.03553C8.04882 3.84027 8.04882 3.52369 7.85355 3.32842L4.67157 0.146442C4.47631 -0.0488198 4.15973 -0.0488198 3.96447 0.146442C3.7692 0.341705 3.7692 0.658287 3.96447 0.853549L6.79289 3.68198L3.96447 6.5104C3.7692 6.70567 3.7692 7.02225 3.96447 7.21751C4.15973 7.41277 4.47631 7.41277 4.67157 7.21751L7.85355 4.03553ZM0.5 3.68198V4.18198H7.5V3.68198V3.18198L0.5 3.18198V3.68198Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-filter: brightness(0) saturate(100%) invert(50%) sepia(31%) saturate(709%) hue-rotate(151deg) brightness(89%) contrast(90%);
          filter: brightness(0) saturate(100%) invert(50%) sepia(31%) saturate(709%) hue-rotate(151deg) brightness(89%) contrast(90%);
  -webkit-transition: -webkit-filter var(--transition-base), -webkit-transform var(--transition-base);
  transition: -webkit-filter var(--transition-base), -webkit-transform var(--transition-base);
  -o-transition: filter var(--transition-base), transform var(--transition-base);
  transition: filter var(--transition-base), transform var(--transition-base);
  transition: filter var(--transition-base), transform var(--transition-base), -webkit-filter var(--transition-base), -webkit-transform var(--transition-base);
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.hd_calc:hover {
  background: #fff;
  border-color: transparent;
  color: #000;
}

.hd_calc:hover .hd_calc-icon {
  background: #3a88a6;
}

.hd_calc:hover .hd_calc-icon::after {
  -webkit-filter: none;
          filter: none;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.hd.scrolled,
.fix_hd .hd {
  background: #000;
  min-height: 7.5rem;
}

.hd.scrolled .hd_main,
.fix_hd .hd .hd_main {
  min-height: 7.5rem;
}

.fix_hd {
  padding-top: 7.5rem;
}

.b1 {
  position: relative;
  z-index: 1;
  height: calc(100vh + 3.125rem);
  min-height: 43.75rem;
}

.b1_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.b1_bg img,
.b1_bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.b1_bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.b1_main {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 7.5rem 0 6.25rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
}

.b1_title {
  text-align: center;
  color: #fff;
  font-size: 4.375rem;
  font-weight: 300;
  line-height: 100%;
}

.btn2 {
  background: #fff;
  color: #000;
}

.btn2 span {
  background: var(--color-blue);
}

.btn2 span::after {
  -webkit-filter: none;
          filter: none;
}

.btn2:hover {
  background: var(--color-blue);
  color: #fff;
}

.btn2:hover span {
  background: #fff !important;
}

.btn2:hover span::after {
  -webkit-filter: brightness(0) saturate(100%) invert(50%) sepia(31%) saturate(709%) hue-rotate(151deg) brightness(89%) contrast(90%) !important;
          filter: brightness(0) saturate(100%) invert(50%) sepia(31%) saturate(709%) hue-rotate(151deg) brightness(89%) contrast(90%) !important;
}

.b1_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.875rem;
  padding: 12vh 0 0;
}

.b1_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.9375rem;
}

.b1_it {
  width: 17.75rem;
  border-radius: 20px;
  background: rgba(25, 61, 77, 0.2);
  backdrop-filter: blur(1.5625rem);
  padding: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.9375rem;
}

.b1_it p {
  color: var(--white, #FFF);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
}

.b1_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 0.625rem;
}

.b1_icon img {
  width: 1.5625rem;
  height: 1.5625rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.b2 {
  border-radius: 40px 40px 0 0;
  background: #EBF3F6;
  padding: 3.125rem 3.125rem 5rem;
  position: relative;
  z-index: 30;
  margin: -2.3rem 0 0;
}

.b2_box {
  padding: 3.125rem 1.875rem 1.875rem;
  border-radius: 30px;
  background: #FFF;
  backdrop-filter: blur(1.5625rem);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 0.875rem;
  counter-reset: b2-item;
}

.b2_slider:not(.is-initialized),
.b2_slider:not(.is-initialized) .splide__track,
.b2_slider:not(.is-initialized) .splide__list,
.b2_slider:not(.is-initialized) .splide__slide {
  display: contents;
}

.b2_text {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  padding: 0 3.125rem 0 1.5625rem;
}

.b2_item {
  position: relative;
}

.b2_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.b2_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.b2_h2 {
  color: var(--color-blue);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 14px */
  margin: 0 0 0.625rem;
}

.b2_title {
  color: var(--black, #000);
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 36px */
}

.b2_tx {
  margin: 1.25rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}

.b2_tx p {
  color: var(--black, #000);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
}

.b2_item {
  min-height: 22.5rem;
  border: 1px solid rgba(58, 136, 166, 0.2);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  gap: 1.25rem;
  padding: 1.4375rem;
}

.b2_item:before {
  counter-increment: b2-item;
  color: var(--blue, #3A88A6);
  font-family: Manrope;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  /* 30px */
  content: counter(b2-item, decimal-leading-zero);
  position: relative;
  z-index: 5;
}

.b2_item p {
  position: relative;
  z-index: 5;
  color: var(--black, #000);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
}

.b2_bg img {
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

.b2_bg:after {
  background: -o-linear-gradient(82deg, #FFF 0.43%, rgba(255, 255, 255, 0) 79.51%);
  background: linear-gradient(8deg, #FFF 0.43%, rgba(255, 255, 255, 0) 79.51%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.b2_item:not(.white) {
  border: none;
}

.b2_item:not(.white):before {
  color: #fff;
}

.b2_item:not(.white) p {
  color: #fff;
}

.b2_item:not(.white) .b2_bg:after {
  background: -o-linear-gradient(285deg, rgba(7, 113, 171, 0.8) 0%, rgba(25, 61, 77, 0) 42.06%);
  background: linear-gradient(165deg, rgba(7, 113, 171, 0.8) 0%, rgba(25, 61, 77, 0) 42.06%);
  background-blend-mode: hard-light;
}

.b2_item:not(.white) .b2_bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.03%, rgba(25, 61, 77, 0.8)), color-stop(33.48%, rgba(25, 61, 77, 0)));
  background: -o-linear-gradient(bottom, rgba(25, 61, 77, 0.8) 0.03%, rgba(25, 61, 77, 0) 33.48%);
  background: linear-gradient(0deg, rgba(25, 61, 77, 0.8) 0.03%, rgba(25, 61, 77, 0) 33.48%);
  background-blend-mode: hard-light;
}

.b3 {
  position: relative;
  padding: 3.125rem 0;
  border-radius: 30px;
  margin: -1.875rem 0 0;
  overflow: hidden;
  z-index: 31;
}

.b3 .main {
  position: relative;
  z-index: 11;
}

.b3_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.b3_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.12s linear;
  transition: -webkit-transform 0.12s linear;
  -o-transition: transform 0.12s linear;
  transition: transform 0.12s linear;
  transition: transform 0.12s linear, -webkit-transform 0.12s linear;
}

.b3_top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 1.875rem;
}

.b3_top h2 {
  color: var(--white, #FFF);
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 48px */
}

.b3_top p {
  color: var(--white, #FFF);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
}

.b3_top_item_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.b3_top_item_bg:before {
  border-radius: 30px;
  background: -o-linear-gradient(285deg, rgba(25, 61, 77, 0.8) 0%, rgba(25, 61, 77, 0) 42.06%);
  background: linear-gradient(165deg, rgba(25, 61, 77, 0.8) 0%, rgba(25, 61, 77, 0) 42.06%);
  background-blend-mode: hard-light;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.b3_top_item_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.b3_top_item {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  height: 31.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.875rem;
}

.b3_top_item_top {
  position: relative;
  z-index: 5;
}

.b3_top_item_top p {
  color: var(--white, #FFF);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
}

.b3_top_item_list {
  position: relative;
  z-index: 5;
  display: -ms-grid;
  display: grid;
  gap: 0.9375rem;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.b3_top_items {
  border-radius: 20px;
  gap: 0.9375rem;
  background: rgba(25, 61, 77, 0.2);
  height: 100%;
  min-height: 8.125rem;
  backdrop-filter: blur(1.5625rem);
  padding: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.b3_top_items:before {
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.146447 5.09615C-0.0488155 5.29142 -0.0488155 5.608 0.146447 5.80326C0.341709 5.99852 0.658291 5.99852 0.853553 5.80326L0.5 5.44971L0.146447 5.09615ZM5.94975 0.49996C5.94975 0.223817 5.72589 -4.01456e-05 5.44975 -3.99348e-05L0.949747 -3.98716e-05C0.673605 -4.00402e-05 0.449747 0.223818 0.449747 0.49996C0.449747 0.776102 0.673605 0.99996 0.949747 0.99996L4.94975 0.99996L4.94975 4.99996C4.94975 5.2761 5.1736 5.49996 5.44975 5.49996C5.72589 5.49996 5.94975 5.2761 5.94975 4.99996L5.94975 0.49996ZM0.5 5.44971L0.853553 5.80326L5.8033 0.853513L5.44975 0.49996L5.09619 0.146407L0.146447 5.09615L0.5 5.44971Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 0.375rem;
  height: 0.375rem;
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
}

.b3_top_items p {
  color: var(--white, #FFF);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 14.4px */
}

.b3_box_bottom {
  border-radius: 30px;
  background: var(--white, #FFF);
  padding: 0.9375rem;
}

.b3_bottom_item {
  border-radius: 20px;
  background: rgba(58, 136, 166, 0.1);
  height: 4.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.b3_bottom_item p {
  color: var(--blue, #3A88A6);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 19.2px */
}

.b3_box_bottom {
  margin: 0.9375rem 0 0;
}

.b3_box_bottom .splide__slide.is-active .b3_bottom_item {
  background: #3A88A6;
}

.b3_box_bottom .splide__slide.is-active p {
  color: #fff;
}

.b3_bottom {
  border-radius: 20px;
  background: rgba(58, 136, 166, 0.2);
  backdrop-filter: blur(1.5625rem);
  margin: 0.9375rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.5625rem;
  gap: 0.625rem;
}

.b3_bottom:before {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.49993 14.4642C11.3463 14.4642 14.4642 11.3463 14.4642 7.49993C14.4642 3.65366 11.3463 0.535645 7.49993 0.535645C3.65366 0.535645 0.535645 3.65366 0.535645 7.49993C0.535645 11.3463 3.65366 14.4642 7.49993 14.4642Z' stroke='%233A88A6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.89258 10.7141H9.10686' stroke='%233A88A6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.50014 10.7141V6.96411H6.42871' stroke='%233A88A6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.49979 4.55354C7.35186 4.55354 7.23193 4.43361 7.23193 4.28568C7.23193 4.13775 7.35186 4.01782 7.49979 4.01782' stroke='%233A88A6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.5 4.55354C7.64793 4.55354 7.76786 4.43361 7.76786 4.28568C7.76786 4.13775 7.64793 4.01782 7.5 4.01782' stroke='%233A88A6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 0.9375rem;
  height: 0.9375rem;
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
}

.b3_bottom p {
  color: var(--white, #FFF);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
}

.b4 {
  margin: 3.125rem;
  padding: 3.125rem 0 0;
}

.b4_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 1.875rem;
}

.h2 {
  color: var(--black, #000);
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 48px */
}

.h2 span {
  color: #3A88A6;
}

.b4_box_item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0.9375rem;
}

.b4_box_slider .splide__slide {
  padding: 0;
}

.b4_box_item_rg {
  height: 38.75rem;
  position: relative;
  padding: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.b4_box_item_rg_btm_img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 30px;
  overflow: hidden;
}

.b4_box_item_rg_btm_img:after {
  background: -o-linear-gradient(285deg, rgba(26, 80, 104, 0.8) 0%, rgba(25, 61, 77, 0) 42.06%);
  background: linear-gradient(165deg, rgba(26, 80, 104, 0.8) 0%, rgba(25, 61, 77, 0) 42.06%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.b4_box_item_rg_btm_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.b4_box_item_rg_top {
  position: relative;
  z-index: 5;
}

.b4_box_item_rg_top p {
  color: var(--white, #FFF);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
}

.b4_box_item_rg_btm {
  position: relative;
  z-index: 5;
}

.b4_box_item_rg_btm p {
  color: var(--white, #FFF);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 24px */
}

.b4_box_item_lf {
  border-radius: 30px;
  background: #FFF;
  padding: 3.125rem;
}

.b4_title {
  color: var(--black, #000);
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 36px */
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 0 1.25rem;
  margin: 0 0 1.25rem;
}

.b4_box_item_lf p {
  color: var(--black, #000);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 19.2px */
  margin: 1.5625rem 0 0.9375rem;
}

.b4_box_item_lf ul {
  color: var(--black, #000);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 16.8px */
  margin: 0.625rem 0 0;
}

.b4_box_item_lf ul li {
  position: relative;
  padding: 0 0 0 0.75rem;
}

.b4_box_item_lf ul li:before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 0.125rem;
  height: 0.125rem;
  border-radius: 50%;
  background: #3A88A6;
}

.b4_title + p {
  margin: 0 0 0.9375rem;
}

.b5 {
  padding: 3.125rem 0 0;
}

.arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
}

.arrows button {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.arrows button.prev span {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.arrows button span {
  background: none;
}

.arrows button span:after {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.arrows button:hover {
  background: #3A88A6;
}

.arrows button:hover span:after {
  -webkit-filter: none;
          filter: none;
}

.b5_top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0.9375rem;
  margin: 0 0 1.5625rem;
}

.b5_top_tx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
}

.b5_top_tx p {
  color: var(--black, #000);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
}

.b5_box {
  margin-top: 0.875rem;
}

.b5_box_slider .splide__slide {
  padding: 0;
}

.b5_box_item {
  border-radius: 30px;
  background: #fff;
  border: 1px solid rgba(58, 136, 166, 0.2);
  min-height: 15rem;
  padding: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.0625rem;
}

.b5_box_item h3 {
  color: #000;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
}

.b5_inner_nav,
.b5_inner_main {
  width: 100%;
}

.b5_inner_nav .splide__slide,
.b5_inner_main .splide__slide {
  padding: 0;
}

.b5_inner_nav .splide__track {
  overflow: visible;
}

.b5_box_item_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}

.b5_box_item .b5_box_item_top_title {
  color: var(--black, #000);
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 36px */
  white-space: nowrap;
}

.b5_box_item_top_cat_item {
  border-radius: 15px;
  background: rgba(58, 136, 166, 0.1);
  border: 1px solid #0000;
  height: 2.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0.9375rem;
  color: var(--blue, #3A88A6);
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 19.2px */
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.b5_box_item_top_cat_item:hover {
  background: rgba(58, 136, 166, 0.2);
}

.b5_inner_nav .splide__slide.is-active .b5_box_item_top_cat_item {
  background: none;
  border-color: #3A88A6;
}

.b5 .b3_bottom_item:hover {
  background: rgba(58, 136, 166, 0.15);
}

.b5_box_item_box_item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0.9375rem;
}

.b5_box_item_box_item_top {
  border-radius: 20px;
  overflow: hidden;
  height: 20rem;
}

.b5_box_item_box_item_title {
  color: var(--black, #000);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 19.2px */
  margin: 1.875rem 0 0.625rem;
}

.b5_box_item_box_item_text {
  color: var(--black, #000);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 16.8px */
  max-width: 35.1875rem;
}

.b5_box_item_box_item_bx ul {
  color: var(--black, #000);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 16.8px */
  margin: 0.625rem 0 0;
}

.b5_box_item_box_item_bx ul li {
  position: relative;
  padding: 0 0 0 0.75rem;
}

.b5_box_item_box_item_bx ul li:before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 0.125rem;
  height: 0.125rem;
  border-radius: 50%;
  background: #3A88A6;
}

.b6_box {
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #000), to(#347A95));
  background: -o-linear-gradient(top, #000 50%, #347A95 100%);
  background: linear-gradient(180deg, #000 50%, #347A95 100%);
  padding: 3.125rem;
}

.b6 {
  padding: 3.125rem 0 0;
}

.b6_top_text {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0.9375rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.b6_top_text .h2 {
  color: #fff;
}

.b6_text {
  color: var(--white, #FFF);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
}

.b6_bottom.b6_main_slider {
  margin-top: 0.9375rem;
}

.b6_main_slider .splide__slide {
  padding: 0;
}

.b6_bottom_item_img {
  margin: 0 0 0.9375rem;
  height: 18.75rem;
  border-radius: 30px;
  overflow: hidden;
}

.b6_bottom_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.b6_bottom_item_list {
  display: -ms-grid;
  display: grid;
  gap: 0.9375rem;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.b6_bottom_item_list .b3_top_items {
  background: rgba(58, 136, 166, 0.3);
  backdrop-filter: blur(1.5625rem);
}

.b6_box .b3_box_bottom {
  padding: 0;
  background: none;
  margin: 2.5rem 0 0;
}

.b6_bottom_item_list4 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.b7 {
  margin: 3.125rem 0;
}

.b7_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
  padding: 2.1875rem;
  height: 22.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.b7_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 30px;
  overflow: hidden;
}

.b7_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.b7_top {
  position: relative;
  z-index: 2;
}

.b7_top .b7_top_t1 {
  color: var(--white, #FFF);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 28.8px */
  margin: 0 0 0.625rem;
}

.b7_top .b7_top_t1 span {
  font-size: 200%;
  font-weight: 300;
}

.b7_top .b7_top_t2 {
  color: var(--white, #FFF);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
}

.b8_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0.9375rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.b8_box .b8_lf {
  padding: 3.125rem;
  border-radius: 30px;
  background: var(--white, #FFF);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.b8_img_slider .splide__slide {
  padding: 0;
}

.b8_img_slider .splide__pagination {
  position: static;
  margin-top: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}

.b8_img_slider .splide__pagination__page {
  background: rgba(58, 136, 166, 0.35);
  opacity: 1;
}

.b8_img_slider .splide__pagination__page.is-active {
  background: #3a88a6;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.b8_lf_list {
  margin: 1.5625rem 0 0;
  counter-reset: b8-item;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}

.b8_lf_item {
  position: relative;
  border-radius: 20px;
  border: 1px solid rgba(58, 136, 166, 0.2);
  padding: 1.4375rem 1.5625rem 1.4375rem 3.625rem;
  counter-increment: b8-item;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.b8_lf_item::before {
  content: counter(b8-item, decimal-leading-zero);
  position: absolute;
  left: 1.5625rem;
  top: 1.4375rem;
  color: var(--blue, #3A88A6);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}

.b8_lf_item_t1 {
  color: var(--black, #000);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.b8_lf_item_t2 {
  display: none;
  margin: 0;
  font-size: 1rem;
  line-height: 1.35;
  color: rgba(0, 0, 0, 0.75);
  width: 100% !important;
  padding: 0.625rem 0 0;
}

.b8_lf_list .b8_lf_item.is-active {
  background: rgba(58, 136, 166, 0.1);
  border-color: #0000;
}

.b8_rg,
.b8_imgs {
  height: 100%;
}

.b8_imgs {
  width: 100%;
}

.b8_imgs img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}

.b8_imgs * {
  height: 100%;
}

.b9 {
  padding: 3.125rem 0;
  margin: 3.125rem 0 0;
}

.b9_slider .splide__slide {
  padding: 0;
}

.b9_item {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0.9375rem;
  padding: 3.125rem;
  height: 31.25rem;
}

.b9_item_img {
  border-radius: 30px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.b9_item_img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(285deg, rgba(31, 90, 116, 0.8) 0%, rgba(25, 61, 77, 0) 42.06%);
  background: linear-gradient(165deg, rgba(31, 90, 116, 0.8) 0%, rgba(25, 61, 77, 0) 42.06%);
  background-blend-mode: hard-light;
  z-index: 1;
}

.b9_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.b9_item_lf {
  position: relative;
  z-index: 2;
}

.b9_item_lf_t1 {
  color: var(--white, #FFF);
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 36px */
}

.b9_item_rg {
  border-radius: 20px;
  background: rgba(25, 61, 77, 0.2);
  backdrop-filter: blur(1.5625rem);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3.125rem;
  position: relative;
  z-index: 5;
}

.b9_item_rg_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 0 1.375rem;
}

.b9_item_rg_t1 {
  color: var(--white, #FFF);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 16.8px */
  margin: 0 0 0.5rem;
}

.b9_item_rg_t2 {
  color: var(--white, #FFF);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 21.6px */
}

.b4_top_lf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}

.btn3 {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: none;
}

.b10 {
  padding: 3.125rem 0 6.25rem;
}

.b10_slider .splide__slide {
  padding: 0;
}

.b10_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5625rem;
  border-radius: 20px;
  background: #fff;
  padding: 0.625rem;
  max-width: 27.3125rem;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 2rem;
}

.b10_item_img {
  height: 15rem;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  z-index: 5;
}

.b10_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.b10_item_content {
  padding: 0 0.9375rem;
  position: relative;
  z-index: 5;
}

.b10_item_date {
  color: var(--black, #000);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 14.4px */
  margin: 0 0 0.625rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.b10_item_title {
  color: var(--black, #000);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
  width: 90%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.b10_item_content {
  min-height: 7.5rem;
}

.b10_item:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #000), to(#347A95));
  background: -o-linear-gradient(top, #000 50%, #347A95 100%);
  background: linear-gradient(180deg, #000 50%, #347A95 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.b10_item:hover:before {
  opacity: 1;
  visibility: visible;
}

.b10_item:hover p {
  color: #fff;
}

.b10_box .splide__track {
  overflow: visible;
}

.b11 .b3_top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.b3_top_rg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}

.b11_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9375rem;
  margin: 8.75rem 0 0;
}

.b11_slider:not(.is-initialized) .splide__track,
.b11_slider:not(.is-initialized) .splide__list,
.b11_slider:not(.is-initialized) .splide__slide {
  display: contents;
}

.b11_icon {
  width: 1.5625rem;
  height: 1.5625rem;
}

.b11_icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.b11_item {
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(54, 168, 224, 0.2)), to(rgba(58, 136, 166, 0.02))), rgba(58, 136, 166, 0.2);
  background: -o-linear-gradient(top, rgba(54, 168, 224, 0.2) 0%, rgba(58, 136, 166, 0.02) 100%), rgba(58, 136, 166, 0.2);
  background: linear-gradient(180deg, rgba(54, 168, 224, 0.2) 0%, rgba(58, 136, 166, 0.02) 100%), rgba(58, 136, 166, 0.2);
  backdrop-filter: blur(1.5625rem);
  height: 20.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5625rem;
  position: relative;
  z-index: 5;
}

.b11_item_title {
  color: var(--white, #FFF);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 24px */
  margin: 0.625rem 0 0;
}

.b11_item_bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}

.b11_item_bottom ul li {
  color: var(--white, #FFF);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
  position: relative;
  padding: 0 0 0 0.75rem;
}

.b11_item_bottom ul li:before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 0.125rem;
  height: 0.125rem;
  border-radius: 50%;
  background: #3A88A6;
}

.b12 {
  margin: 3.125rem 0 0;
  padding: 3.125rem 0;
  visibility: visible;
  opacity: 0;
}

.b12_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 0.9375rem;
  margin: 2.1875rem 0 0;
}

.b12_slider:not(.is-initialized) .splide__track,
.b12_slider:not(.is-initialized) .splide__list,
.b12_slider:not(.is-initialized) .splide__slide {
  display: contents;
  visibility: visible;
}

.b12_it {
  height: 23.75rem;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  padding: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.b12_it_img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.b12_it_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.b12_it_top {
  position: relative;
  z-index: 5;
}

.b12_it_top p {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 24px */
  color: #fff;
}

.b12_it_bottom {
  position: relative;
  z-index: 5;
}

.b12_it_bottom p {
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 16.8px */
}

.b12_it_img:before {
  background: -o-linear-gradient(bottom, rgba(25, 61, 77, 0.8) 0.03%, rgba(25, 61, 77, 0) 33.48%), -o-linear-gradient(285deg, rgba(25, 61, 77, 0.8) 0%, rgba(25, 61, 77, 0) 42.06%);
  background: linear-gradient(0deg, rgba(25, 61, 77, 0.8) 0.03%, rgba(25, 61, 77, 0) 33.48%), linear-gradient(165deg, rgba(25, 61, 77, 0.8) 0%, rgba(25, 61, 77, 0) 42.06%);
  background-blend-mode: hard-light, hard-light;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.b13 {
  padding: 3.125rem 0;
}

.b13_box {
  margin: 2.5rem 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 0.9375rem;
  visibility: visible;
}

.b13_slider:not(.is-initialized) .splide__track,
.b13_slider:not(.is-initialized) .splide__list,
.b13_slider:not(.is-initialized) .splide__slide {
  display: contents;
}

.b13_it {
  height: 18.75rem;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 5;
  padding: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.b13_it_img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.b13_it_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.b13_it_top {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.b13_it_top p {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 24px */
  color: #000;
}

.b13_it_icon {
  width: 1.5625rem;
  height: 1.5625rem;
}

.b13_it_icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.b13_it_bottom {
  position: relative;
  z-index: 5;
}

.b13_it_bottom p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 16.8px */
  color: #000;
}

.b14_box {
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #000), to(#347A95));
  background: -o-linear-gradient(top, #000 50%, #347A95 100%);
  background: linear-gradient(180deg, #000 50%, #347A95 100%);
  padding: 3.125rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0.9375rem;
}

.b14_box .h2 {
  color: #fff;
}

.b14_lf_logo {
  width: 20.0625rem;
  height: 11.3125rem;
}

.b14_lf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.b14_list {
  counter-reset: b14-item;
}

.b14_it {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 1.5625rem 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3.4375rem 1fr;
  grid-template-columns: 3.4375rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.b14_it p {
  color: var(--white, #FFF);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
}

.b14_it:before {
  counter-increment: b14-item;
  content: counter(b14-item, decimal-leading-zero);
  color: var(--blue, #3A88A6);
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  /* 30px */
}

.b14_it:nth-child(1) {
  padding-top: 0.9375rem;
}

.b14_it:last-child {
  padding-bottom: 0.9375rem;
  border-bottom: none;
}

.b15_box {
  border-radius: 30px;
  background: #FFF;
  padding: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.9375rem;
}

.b15 {
  padding: 3.125rem 0;
}

.b15 .hd_calc {
  min-width: 11.875rem;
}

.b15_svg svg {
  overflow: visible;
  display: block;
  max-width: 100%;
  height: auto;
}

.b15_svg svg > g > g:nth-of-type(1) {
  transform-box: fill-box;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  will-change: transform;
  -webkit-animation: b15RingSpin 16s linear infinite;
          animation: b15RingSpin 16s linear infinite;
}

.b15_svg svg > g > g:nth-of-type(2) {
  transform-box: fill-box;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  will-change: transform;
  -webkit-animation: b15RingSpin 11s linear infinite;
          animation: b15RingSpin 11s linear infinite;
}

.b15_svg svg > g > g:nth-of-type(3) {
  transform-box: fill-box;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  will-change: transform;
  -webkit-animation: b15RingSpin 9s linear infinite;
          animation: b15RingSpin 9s linear infinite;
}

.b15_svg svg > g > g:nth-of-type(4) {
  transform-box: fill-box;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  will-change: transform;
  -webkit-animation: b15RingSpin 13s linear infinite;
          animation: b15RingSpin 13s linear infinite;
}

.b15_svg svg > g > g:nth-of-type(5) {
  transform-box: fill-box;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  will-change: transform;
  -webkit-animation: b15RingSpin 18s linear infinite;
          animation: b15RingSpin 18s linear infinite;
}

@-webkit-keyframes b15RingSpin {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }

  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes b15RingSpin {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }

  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.h2_p {
  color: var(--black, #000);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
  margin: 0.625rem 0 2.375rem;
}

.b16_box {
  border-radius: 30px;
  background: #000;
  padding: 3.125rem;
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.b16_box:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0.8)), to(rgba(58, 136, 166, 0.8))), #000;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 50%, rgba(58, 136, 166, 0.8) 100%), #000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 50%, rgba(58, 136, 166, 0.8) 100%), #000;
  mix-blend-mode: screen;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.b16_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 10;
}

.b16_main .h2 {
  color: #fff;
}

.b16_main .h2_p {
  color: #fff;
}

.b16_bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 51.5625rem;
  height: 100%;
  z-index: 1;
}

.b16_bg img,
.b16_bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.b16_bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.inpt input {
  border-radius: 15px;
  background: rgba(58, 136, 166, 0.2);
  backdrop-filter: blur(1.5625rem);
  border: 1px solid #0000;
  height: 3.125rem;
  padding: 0 1.25rem;
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: var(--white, #FFF);
  font-family: Manrope;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 19.2px */
}

.inpt input::-webkit-input-placeholder {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.inpt input::-moz-placeholder {
  color: #fff;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.inpt input:-ms-input-placeholder {
  color: #fff;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.inpt input::-ms-input-placeholder {
  color: #fff;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.inpt input::placeholder {
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.inpt input:focus {
  border-color: #fff;
}

.inpt input:focus::-webkit-input-placeholder {
  opacity: 0.5;
}

.inpt input:focus::-moz-placeholder {
  opacity: 0.5;
}

.inpt input:focus:-ms-input-placeholder {
  opacity: 0.5;
}

.inpt input:focus::-ms-input-placeholder {
  opacity: 0.5;
}

.inpt input:focus::placeholder {
  opacity: 0.5;
}

.frm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
  max-width: 31.25rem;
}

.frm form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}

.frm form button {
  max-width: 11.875rem;
  cursor: pointer;
}

.chck {
  margin: 0.6875rem 0;
}

.chck input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  cursor: pointer;
}

.chck input:checked + p i:before {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.chck p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  color: var(--white, #FFF);
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

p a {
  border-bottom: 1px solid #fff;
}

p a:hover {
  color: var(--blue, #3A88A6);
  border-color: #3A88A6;
}

p i {
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid var(--blue, #3A88A6);
  width: 0.9375rem;
  height: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0.9375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

p i:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='5' viewBox='0 0 7 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.60983 5C2.44798 5 2.28613 4.92095 2.2052 4.8419L0.182081 2.94466C-0.0606937 2.70751 -0.0606937 2.31225 0.182081 2.0751C0.424856 1.83794 0.82948 1.83794 1.07225 2.0751L2.69075 3.49802L5.92775 0.177866C6.17052 -0.0592886 6.57514 -0.0592886 6.81792 0.177866C7.06069 0.41502 7.06069 0.810277 6.81792 1.04743L3.1763 4.76285C2.93353 4.92095 2.77168 5 2.60983 5Z' fill='%233A88A6'/%3E%3C/svg%3E%0A");
  width: 0.4375rem;
  height: 0.3125rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  top: 0;
  left: 0;
}

.b17_box {
  border-radius: 30px;
  padding: 3.125rem;
  background: #fff;
}

.b17 {
  padding: 3.125rem 0;
}

.b17_t1 {
  color: var(--black, #000);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 16.8px */
  margin: 0 0 0.3125rem;
}

.b17_t2 {
  display: table;
  color: var(--black, #000);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
}

a.b17_t2 {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid #0000;
}

a.b17_t2:hover {
  color: var(--blue, #3A88A6);
  border-bottom: 1px solid #3A88A6;
}

.b17_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5.625rem;
  margin: 2.5rem 0 2.1875rem;
}

.b17_maps {
  height: 31.25rem;
  border-radius: 30px;
  overflow: hidden;
  background-color: rgba(58, 136, 166, 0.1);
}

.b17_maps .map {
  width: 100%;
  height: 100%;
}

.b17_maps .map iframe {
  width: 100%;
  height: 100%;
}

ymaps.ymaps-2-1-79-ground-pane {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.ft {
  border-radius: 30px 30px 0 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#3A88A6));
  background: -o-linear-gradient(top, #000 0%, #3A88A6 100%);
  background: linear-gradient(180deg, #000 0%, #3A88A6 100%);
  padding: 0 0 1.875rem;
}

.b7_bottom {
  position: relative;
  z-index: 5;
}

.b7_bottom_t1 {
  color: var(--white, #FFF);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  margin: 0 0 0.9375rem;
  line-height: 120%;
  /* 24px */
}

.b7_bottom_t2 {
  color: var(--white, #FFF);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 14.4px */
}

.ft_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 42.5rem 1fr 1fr;
  grid-template-columns: 42.5rem 1fr 1fr;
  gap: 0.9375rem;
}

.ft_lf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ft_logo {
  width: 11.25rem;
  height: 2.0625rem;
}

.ft_lf_text p {
  color: var(--white, #FFF);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.ft {
  padding: 3.375rem 0 0;
}

.ft_menu .hd_menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.ft_top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0 0 2.4375rem;
}

.ft_rg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.ft_rg .hd_calc {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.ft_rg .hd_calc:hover {
  border-color: #3A88A6;
}

.ft_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}

.ft_cont a {
  color: var(--white, #FFF);
  text-align: right;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.ft_cont a:last-child {
  font-size: 1rem;
}

.ft_bottom {
  padding: 1.25rem 0;
}

.ft_col * {
  color: var(--white, #FFF);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.ft_col a:hover {
  color: var(--blue, #fff);
  opacity: 0.6;
}

.ft_col:last-child {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.page_news {
  padding: 3.125rem 0 6.25rem;
}

.breadcrumbs_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  margin: 0 0 0.625rem;
}

.breadcrumbs_top li a,
.breadcrumbs_top li span {
  color: #000;
  font-size: 0.75rem;
  font-weight: 400;
}

.h1 {
  color: var(--black, #000);
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  /* 40px */
}

.box_mews {
  margin: 2.1875rem 0 0;
  display: -ms-grid;
  display: grid;
  gap: 0.9375rem;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.box_mews .b10_item {
  width: 100%;
}

.main-ui-pagination {
  margin: 3.125rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}

.main-ui-pagination-pages {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.main-ui-pagination-arrow.main-ui-pagination-prev {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.main-ui-pagination-arrow.main-ui-pagination-next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.main-ui-pagination-arrow {
  width: 1.9375rem;
  height: 1.9375rem;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-ui-pagination-arrow:before {
  content: "";
}

.main-ui-pagination-arrow:after {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.main-ui-pagination-arrow.main-ui-pagination-prev:after {
  -webkit-transform: rotate(180deg) !important;
      -ms-transform: rotate(180deg) !important;
          transform: rotate(180deg) !important;
}

.main-ui-pagination-arrow:hover {
  background: #3a88a6;
}

.main-ui-pagination-arrow:hover:after {
  -webkit-filter: none;
          filter: none;
}

.main-ui-pagination-pages-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}

.main-ui-pagination-pages-list * {
  font-size: 0.875rem;
  font-weight: 500;
}

.main-ui-pagination-pages-list span {
  color: #3A88A6 !important;
}

.main-ui-pagination-pages-list a:hover {
  opacity: 0.6;
}

.page_news_item {
  padding: 0 0 3.125rem;
}

.mews_top {
  position: relative;
  height: 37.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mews_top_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.mews_top_bg:after {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.03%, rgba(25, 61, 77, 0.8)), color-stop(99.97%, rgba(25, 61, 77, 0))), rgba(0, 0, 0, 0.6);
  background: -o-linear-gradient(bottom, rgba(25, 61, 77, 0.8) 0.03%, rgba(25, 61, 77, 0) 99.97%), rgba(0, 0, 0, 0.6);
  background: linear-gradient(0deg, rgba(25, 61, 77, 0.8) 0.03%, rgba(25, 61, 77, 0) 99.97%), rgba(0, 0, 0, 0.6);
  background-blend-mode: hard-light, normal;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.mews_top_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mews_top_content {
  position: relative;
  z-index: 5;
  width: 100%;
}

.mews_top_content .breadcrumbs_top * {
  color: #fff;
}

.mews_top_content h1 {
  color: #fff;
  width: 69%;
}

.mews_top_bottom {
  position: absolute;
  bottom: 6.25rem;
  z-index: 5;
  left: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5625rem;
}

.mews_top_bottom p {
  color: var(--white, #FFF);
  font-family: Manrope;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
}

.share_box {
  position: relative;
}

.share_box_bt {
  color: #fff;
  background: none;
  font-family: Manrope;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  -webkit-transition: background 0.25s ease, border-color 0.25s ease;
  -o-transition: background 0.25s ease, border-color 0.25s ease;
  transition: background 0.25s ease, border-color 0.25s ease;
}

.share_box_bt:before {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.38086 0.500977C7.54132 0.493382 7.70203 0.519031 7.85254 0.575195C8.00302 0.631357 8.14059 0.717281 8.25684 0.828125C8.37309 0.938975 8.46604 1.07208 8.5293 1.21973C8.59255 1.36739 8.62496 1.52686 8.625 1.6875C8.62493 1.91932 8.55709 2.14616 8.42969 2.33984C8.30219 2.53366 8.12027 2.68551 7.90723 2.77734C7.69421 2.86914 7.45888 2.89682 7.23047 2.85645C7.00221 2.81605 6.79062 2.70991 6.62207 2.55078L6.36621 2.30859L6.05176 2.46875L3.08691 3.97949L2.72363 4.16406L2.83203 4.55762C2.88934 4.76491 2.88934 4.98412 2.83203 5.19141L2.72363 5.58496L3.08691 5.77051L6.05176 7.28027L6.36621 7.44043L6.62207 7.19824C6.82414 7.0075 7.0869 6.89407 7.36426 6.87695C7.64179 6.85989 7.9166 6.94076 8.14062 7.10547C8.36467 7.27023 8.52438 7.50827 8.59082 7.77832C8.65721 8.04827 8.62682 8.33319 8.50488 8.58301C8.38288 8.83286 8.17659 9.03182 7.92285 9.14551C7.66905 9.25918 7.38293 9.28043 7.11523 9.20508C6.8477 9.12968 6.61518 8.96266 6.45801 8.7334C6.30083 8.50412 6.22872 8.22694 6.25488 7.9502L6.28711 7.61133L5.98438 7.45703L2.82812 5.84766L2.57227 5.7168L2.33008 5.87305C2.15079 5.98843 1.94354 6.05376 1.73047 6.06152C1.51743 6.06924 1.30631 6.01904 1.11914 5.91699C0.931849 5.81484 0.77492 5.66392 0.666016 5.48047C0.557325 5.29723 0.500081 5.08805 0.5 4.875C0.5 4.66178 0.557228 4.45193 0.666016 4.26855C0.77492 4.08511 0.931849 3.93419 1.11914 3.83203C1.3063 3.72999 1.51744 3.67979 1.73047 3.6875C1.94353 3.69526 2.1508 3.76061 2.33008 3.87598L2.57227 4.03223L2.82812 3.90137L5.98438 2.29199L6.28711 2.1377L6.25488 1.7998C6.23976 1.6399 6.25763 1.47815 6.30664 1.3252C6.35565 1.17226 6.43482 1.0305 6.54004 0.90918C6.64529 0.787858 6.77445 0.689265 6.91895 0.619141C7.06335 0.549073 7.22054 0.50862 7.38086 0.500977Z' fill='white' stroke='white'/%3E%3C/svg%3E%0A");
  width: 0.625rem;
  height: 0.625rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  content: "";
}

.share_box_bt:hover {
  opacity: 0.8;
}

.share_box_list {
  position: absolute;
  right: 0;
  top: calc(100% + 0.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
  border-radius: 12px;
  background: rgba(25, 61, 77, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.15);
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-0.375rem);
      -ms-transform: translateY(-0.375rem);
          transform: translateY(-0.375rem);
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  -o-transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
  z-index: 7;
}

.share_box_list a {
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 8px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.share_box_list a:hover {
  -webkit-transform: translateY(-0.125rem);
      -ms-transform: translateY(-0.125rem);
          transform: translateY(-0.125rem);
}

.share_box_list img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.share_box_list_text {
  background: #3a88a6;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.share_box_list_text span {
  line-height: 1;
}

.share_box.is-open .share_box_list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.news_main {
  border-radius: 40px 40px 0 0;
  background: #EBF3F6;
  padding: 6.25rem 0 0;
  margin: -2.5rem 0 0;
  position: relative;
  z-index: 30;
}

.news_main .main {
  max-width: 55.5rem;
}

.news_main a {
  color: #2e7f9c;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.news_main p {
  color: var(--black, #000);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 24px */
  margin: 1.25rem 0;
}

.news_main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  margin: 1.625rem 0;
  padding: 0;
  list-style: none;
}

.news_main li {
  color: var(--black, #000);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  position: relative;
  padding: 0 0 0 1.125rem;
}

.news_main li::before {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 0;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: #3A88A6;
}

.news_main h2 {
  color: var(--black, #000);
  font-size: 2.1875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 36px */
  margin: 3.125rem 0 1.25rem;
}

.news_main h3,
.news_main h4 {
  color: var(--black, #000);
  font-style: normal;
  line-height: 120%;
  margin: 2.625rem 0 1rem;
}

.news_main h3 {
  font-size: 1.875rem;
  font-weight: 500;
}

.news_main h4 {
  font-size: 1.5rem;
  font-weight: 500;
}

.news_main ol {
  margin: 1.625rem 0;
  padding: 0 0 0 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}

.news_main ol li {
  color: var(--black, #000);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  padding: 0;
}

.news_main ol li::before {
  display: none;
}

.news_main blockquote {
  margin: 1.875rem 0;
  padding: 1.375rem 1.5rem;
  border-left: 4px solid #3A88A6;
  border-radius: 0 16px 16px 0;
  background: rgba(58, 136, 166, 0.08);
  color: #123646;
  font-size: 1.25rem;
  line-height: 130%;
}

.news_main hr {
  height: 0.0625rem;
  border: 0;
  background: rgba(18, 54, 70, 0.2);
  margin: 2.25rem 0;
}

.news_main figure {
  margin: 1.875rem 0 3.125rem;
}

.news_main figure img {
  margin: 0;
}

.news_main figcaption {
  margin-top: 0.75rem;
  color: rgba(18, 54, 70, 0.8);
  font-size: 1rem;
  line-height: 130%;
}

.news_main .news_table_wrap {
  overflow-x: auto;
  margin: 1.875rem 0;
}

.news_main table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  min-width: 38.75rem;
}

.news_main th,
.news_main td {
  padding: 0.875rem 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(18, 54, 70, 0.1);
  color: #123646;
  font-size: 1rem;
  line-height: 130%;
}

.news_main thead th {
  background: rgba(58, 136, 166, 0.14);
  font-weight: 600;
}

.news_main tbody tr:last-child td {
  border-bottom: 0;
}

.news_main img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  margin: 1.875rem 0 3.125rem;
}

.img2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  margin: 1.875rem 0 3.125rem;
}

.img2 img {
  width: 100%;
  height: 16.875rem;
  -o-object-fit: cover;
     object-fit: cover;
  border: 20px;
  margin: 0 !important;
}

.mdl {
  border-radius: 30px;
  background: #FFF;
  width: 34.375rem;
  padding: 2.1875rem;
  max-width: calc(100vw - 2rem);
}

.cacl_title {
  color: var(--black, #000);
  margin: 0 0 2.1875rem;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 36px */
}

.calc_desc {
  margin: 0.625rem 0 1.125rem;
  color: #4f6470;
  font-size: 0.875rem;
  line-height: 130%;
}

.calc_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.calc_form_it {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  margin: 0 0 1.5625rem;
}

.cacl_text-sm {
  font-size: 1.375rem;
  margin-bottom: 0.125rem;
}

.calc_option {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 16.8px */
  cursor: pointer;
  position: relative;
}

.calc_option input {
  accent-color: #3A88A6;
  margin-top: 0.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.calc_range_value {
  color: #3A88A6;
  margin-left: 0.375rem;
  font-size: 1rem;
  font-weight: 500;
}

.calc_range_slider {
  margin: 0.125rem 0 0.375rem;
}

.calc_range_slider.noUi-target {
  border: 0;
  background: #d5dfe5;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 0.1875rem;
}

.calc_range_slider .noUi-connect {
  background: #3A88A6;
}

.calc_range_slider .noUi-handle {
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  border: 0;
  background: #3A88A6;
  -webkit-box-shadow: none;
          box-shadow: none;
  right: -0.4375rem !important;
  top: -0.375rem !important;
}

.calc_range_slider .noUi-handle::before,
.calc_range_slider .noUi-handle::after {
  display: none;
}

.calc_actions {
  padding-top: 0.375rem;
}

.calc_actions .hd_calc {
  min-width: 10.625rem;
}

.calc_result_table {
  margin-top: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}

.calc_result_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.375rem;
  padding: 1.5625rem;
  border-radius: 20px;
  background: rgba(58, 136, 166, 0.1);
}

.calc_result_row p {
  margin: 0;
  font-size: 0.8125rem;
  color: #0f2d3a;
  line-height: 130%;
}

.calc_result_row p:last-child {
  font-weight: 400;
  color: #3A88A6;
  font-size: 1.125rem;
  line-height: 120%;
}

.calc_result_note {
  margin: 1.5625rem 0 1.875rem;
  color: var(--black, #000);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 14.4px */
}

.calc_result_actions {
  margin-top: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.calc_result_reset {
  border: 1px solid rgba(15, 45, 58, 0.25);
  background: #fff;
  border-radius: 999px;
  height: 3.25rem;
  padding: 0 0.5rem 0 1.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  color: #0f2d3a;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 36px */
  cursor: pointer;
  -webkit-transition: border-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: border-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  -o-transition: border-color 0.25s ease, box-shadow 0.25s ease;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
}

.calc_result_reset .hd_calc-icon {
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 50%;
  background: #3A88A6;
  border: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.calc_result_reset .hd_calc-icon::after {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(130deg) brightness(105%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(130deg) brightness(105%) contrast(101%);
}

.calc_result_reset:hover {
  border-color: #3A88A6;
  -webkit-box-shadow: 0 0 0 0.1875rem rgba(58, 136, 166, 0.15);
          box-shadow: 0 0 0 3px rgba(58, 136, 166, 0.15);
}

.calc_option input:checked + span i:after {
  opacity: 1;
}

.calc_option span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}

.calc_option span i {
  width: 0.9375rem;
  height: 0.9375rem;
  min-width: 0.9375rem;
  border-radius: 50%;
  border: 1px solid #3A88A6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.calc_option span i:after {
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  background: #3A88A6;
  content: "";
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.cacl_text {
  color: var(--black, #000);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 16.8px */
  margin: 0 0 0.625rem;
}

button.f-button.is-close-btn {
  top: 2.1875rem !important;
  right: 2.1875rem !important;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #3A88A6;
  border: 0;
  opacity: 1 !important;
}

button.f-button.is-close-btn svg {
  width: 0.625rem;
  height: 0.625rem;
  fill: #fff;
}

button.f-button.is-close-btn:hover {
  background: #1c627d;
}

.hd_calc.clr {
  cursor: pointer;
  background-color: #3A88A6;
  color: #fff;
}

.hd_calc.clr .hd_calc-icon {
  background: #fff;
}

.hd_calc.clr .hd_calc-icon::after {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.hd_calc.clr:hover {
  background: #1c627d;
  color: #fff;
}

.calc_result_actions .btn2.btn3 {
  cursor: pointer;
  border: 0;
}

.calc_result_actions .btn2.btn3:hover {
  background: none;
  color: #3A88A6;
}

.calc_result_actions .btn2.btn3 i {
  background-color: #3A88A6;
}

.calc_result_actions .btn2.btn3 i::after {
  -webkit-filter: invert(0);
          filter: invert(0);
}

.calc {
  margin: 0 0 2rem;
}

.frm_md {
  padding: 0;
}

.mdl .b16_bg {
  opacity: 0.1;
  margin: 0 -8rem 0 0;
}

.ths {
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0.8)), to(rgba(58, 136, 166, 0.8))), #000;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 50%, rgba(58, 136, 166, 0.8) 100%), #000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 50%, rgba(58, 136, 166, 0.8) 100%), #000;
  height: 31.25rem;
  padding: 3.125rem !important;
}

.ths p {
  color: #fff;
}

.ths button {
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.ths .b14_lf_logo {
  width: 20.0625rem;
  height: 11.3125rem;
  margin: 10rem 0 0;
}

.ths_main {
  height: 100%;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    -webkit-transition-duration: 0.01ms !important;
         -o-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
  }

  .b15_svg svg > g > g {
    -webkit-animation: none !important;
            animation: none !important;
  }
}

/* --- Страница политики (policy) --- */
.policy-page {
  padding: 2.5rem 0 4rem;
 
}

.policy-page .breadcrumbs_top {
  margin-bottom: 1.5rem;
}

 
.policy-doc__title {
  margin: 0 0 0.75rem;
  
}

.policy-doc__title.black {
   
}

.policy-doc__lead {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  opacity: 0.92;
  font-weight: 500;
}

.policy-doc__content {
  padding: 2rem 0 2.75rem;
}

.policy-doc__content p {
  margin: 0 0 1rem;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #192449;
}

.policy-doc__content p:last-child {
  margin-bottom: 0;
}

.policy-doc__h {
  margin: 2rem 0 0.875rem;
  padding-top: 1.75rem;
  border-top: 0.0625rem solid #d4e4ea;
  color: #3a88a6;
  font-size: 1.25rem;
}

.policy-doc__content > .policy-doc__h:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.policy-doc__content a {
  color: #3a88a6;
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(58, 136, 166, 0.45);
          text-decoration-color: rgba(58, 136, 166, 0.45);
  text-underline-offset: 0.15em;
  word-break: break-word;
}

.policy-doc__content a:hover {
  color: #2d6d86;
}
.main_min {
  max-width: 56rem;
}
 
.soc_main {
  display: flex;
  align-content: center;
  gap: 0.7rem;

}
.soc_main a {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  border-radius: 100px;
border: 1px solid rgba(255, 255, 255, 0.20);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
   
}
.soc_main a svg {
  width: 1.43rem;
  height: 1.43rem;
}
.soc_main a:hover {
  border-color: #fff;
}

.b10_item_content .btn2 {
  margin: 1rem 0 1rem;
}

.b10_item:hover  .btn2{
  background: #3A88A6;
  color: #fff;
}
.b10_item:hover  .btn2 span.hd_calc-icon {
  background: #fff;
  color: #3A88A6;
}
.b10_item:hover  .btn2 span.hd_calc-icon:after {
  filter: invert(1);
}