.h1, .h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 110%;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .h1, .h2 {
    font-size: 30px;
  }
}

.h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 110%;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .h3 {
    font-size: 20px;
    line-height: 150%;
  }
}

p {
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 16px;
  }
}

.number {
  font-size: 100px;
  font-weight: 500;
  line-height: 110%;
  text-transform: uppercase;
}

.list-style {
  list-style: none;
  padding-left: 0;
}
.list-style li {
  list-style-type: none;
  position: relative;
  padding-left: 36px;
}
.list-style li:not(:last-child) {
  margin-bottom: 20px;
}
.list-style li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background: -o-radial-gradient(circle, #455CFF 0%, #141414 100%);
  background: radial-gradient(circle, #455CFF 0%, #141414 100%);
  border-radius: 50%;
}

@font-face {
  font-family: "Onest";
  src: url("../fonts/onest/Onest-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("../fonts/onest/Onest-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("../fonts/onest/Onest-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@layer reset {
  header *:not(svg):not(svg *):not(strong):not(em):not(b):not(del),
  main *:not(svg):not(svg *):not(strong):not(em):not(b):not(del),
  footer *:not(svg):not(svg *):not(strong):not(em):not(b):not(del),
  .modal *:not(svg):not(svg *):not(strong):not(em):not(b):not(del) {
    all: unset;
    display: revert;
    list-style: none;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: unset;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}

button {
  background-color: transparent;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
}

img {
  display: block;
  width: auto;
  max-width: 100%;
  overflow: clip;
  overflow-clip-margin: content-box;
}

.hidden {
  display: none !important;
}

body {
  min-height: 100vh;
  position: relative;
  font-family: "Onest", sans-serif;
  font-style: normal;
  color: #141414;
  height: 100%;
}

html {
  height: auto;
  -webkit-text-size-adjust: none;
}
html.disable-scrolling {
  overflow: hidden;
  margin-right: calc(-1 * (100vw - 100%));
}

html,
body {
  min-height: 100vh;
  -webkit-font-variant-ligatures: no-common-ligatures;
          font-variant-ligatures: no-common-ligatures;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  position: relative;
}

.main,
.page {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
  max-width: 1220px;
}

.section {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 60px 0;
  }
}
.section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .section .container {
    gap: 40px;
  }
}
.section--main {
  margin-top: 80px;
  padding-top: 81px;
  padding-bottom: 69px;
}
@media screen and (max-width: 991px) {
  .section--main {
    padding-top: 0;
  }
}
.section--footer {
  background-image: url(../img/image/footer-bg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .section--footer {
    background-image: url(../img/image/footer-bg-mob.jpg);
    background-size: 100% 100%;
    background-position: center top;
    padding: 40px 0;
  }
}
.section--request {
  background-image: url(../img/image/footer-bg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .section--request {
    background-image: url(../img/image/footer-bg-mob.jpg);
    background-size: 100% 100%;
    background-position: center top;
  }
}
.section--second-footer {
  background-color: #141414;
  padding: 20px 0;
}
.section--grey {
  background-color: #F5F5F5;
}
.section--no-overflow {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .no-mob {
    display: none !important;
  }
}

.custom-scroll::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.custom-scroll::-webkit-scrollbar-track {
  background: #F5F5F5;
  border-radius: 8px;
}
.custom-scroll::-webkit-scrollbar-thumb {
  background: #455DFF;
  border-radius: 8px;
}

@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.slide-in-left {
  opacity: 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.slide-in-left.animate {
  -webkit-animation: slide-in-left 0.7s ease-out forwards;
          animation: slide-in-left 0.7s ease-out forwards;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -10px;
}
.breadcrumbs__item {
  position: relative;
  margin: 0 20px 10px 0;
  color: #141414;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.14;
}
.breadcrumbs__item a {
  color: #141414;
}
.breadcrumbs__item::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: -10px;
  background-color: #141414;
}
.breadcrumbs__item:last-child {
  margin-right: 0;
}
.breadcrumbs__item:last-child::before {
  display: none;
}

.swiper-container {
  overflow: hidden;
  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: 20px;
}
@media screen and (max-width: 767px) {
  .swiper-container {
    overflow: visible;
  }
}
.swiper-container .swiper-notification {
  display: none;
}
.swiper-container .swiper-slide {
  height: auto;
}
.swiper-container .swiper-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .swiper-container .swiper-controls {
    gap: 0;
  }
}
.swiper-container .swiper-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.swiper-container .swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: 320px;
}
@media screen and (max-width: 767px) {
  .swiper-container .swiper-pagination {
    width: 100%;
  }
}
.swiper-container .swiper-pagination-bullet {
  width: 100%;
  height: 10px;
  margin: 0 !important;
  border: 1px solid #455DFF;
  border-radius: 8px;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.swiper-container .swiper-pagination-bullet-active {
  background-color: #455DFF;
}
@media (hover: hover) and (pointer: fine) {
  .swiper-container .swiper-pagination-bullet:hover {
    background-color: #455DFF;
  }
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  position: static;
  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;
  width: 40px;
  height: 40px;
  margin: 0;
  background-color: #FFFFFF;
}
.swiper-container .swiper-button-prev::after,
.swiper-container .swiper-button-next::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .swiper-container .swiper-button-prev,
  .swiper-container .swiper-button-next {
    display: none;
  }
}
.swiper-container .swiper-button-prev:hover svg,
.swiper-container .swiper-button-next:hover svg {
  color: #455DFF;
}
.swiper-container .swiper-button-prev svg,
.swiper-container .swiper-button-next svg {
  color: #141414;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media screen and (max-width: 767px) {
  .swiper-how {
    gap: 10px;
  }
}
@media screen and (min-width: 767px) {
  .swiper-how .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .swiper-how .swiper-slide {
    width: 100% !important;
  }
}

.slider-who-is {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .slider-who-is {
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .slider-who-is .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.slider-who-is .swiper-pagination {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .slider-who-is .swiper-pagination {
    display: none;
  }
}
.slider-who-is .swiper-pagination-bullet {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding: 11px 20px;
  border-radius: 50px;
  border: none;
  background-color: #FFFFFF;
  color: #455DFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  opacity: 1;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  -o-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.slider-who-is .swiper-pagination-bullet-active {
  background-color: #455DFF;
  color: #FFFFFF;
}
@media (hover: hover) and (pointer: fine) {
  .slider-who-is .swiper-pagination-bullet:hover {
    background-color: #455DFF;
    color: #FFFFFF;
  }
}

.cases-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.cases-slider__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .cases-slider__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cases-slider__container .swiper-container {
  gap: 0;
}
.cases-slider__container .swiper-cases-text {
  width: 380px;
}
@media screen and (max-width: 767px) {
  .cases-slider__container .swiper-cases-text {
    width: 100%;
  }
}
.cases-slider__container .swiper-cases-image {
  width: calc(100% - 380px);
}
@media screen and (max-width: 767px) {
  .cases-slider__container .swiper-cases-image {
    width: 100%;
  }
}
.cases-slider__container .swiper-cases-image .swiper-slide {
  height: 450px;
}
@media screen and (max-width: 767px) {
  .cases-slider__container .swiper-cases-image .swiper-slide {
    height: 320px;
  }
}
.cases-slider__container .cases-pagination {
  display: none;
}
.cases-slider__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .cases-slider__pagination {
    gap: 10px;
  }
}
.cases-slider__pagination .swiper-pagination-bullet {
  margin: 0 !important;
  opacity: 1;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 10px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  -o-transition: filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
@media screen and (max-width: 767px) {
  .cases-slider__pagination .swiper-pagination-bullet {
    width: 80px;
    height: 80px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .cases-slider__pagination .swiper-pagination-bullet:hover {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
  }
}
.cases-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  pointer-events: none;
}

.swiper-image {
  width: 100%;
  height: 450px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .swiper-image {
    height: 320px;
  }
}
.swiper-image .swiper-controls {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.swiper-image .swiper-button-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0 10px;
}
.swiper-image .swiper-pagination {
  display: none;
}
.swiper-image .swiper-button-next,
.swiper-image .swiper-button-prev {
  background-color: transparent;
}
.swiper-image .swiper-button-next svg,
.swiper-image .swiper-button-prev svg {
  color: #FFFFFF;
}
.swiper-image .swiper-slide {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .swiper-image .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
  }
}

.burger {
  z-index: 1;
  width: 50px;
  height: 50px;
  position: relative;
  cursor: pointer;
  border-radius: 10px;
  border: 2px solid #455DFF;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .burger:hover {
    background-color: #455DFF;
  }
  .burger:hover span {
    background-color: #FFFFFF;
  }
}
@media screen and (max-width: 767px) {
  .burger {
    border: none;
  }
}
.burger span {
  position: absolute;
  left: 13px;
  width: 20px;
  height: 2.1px;
  border-radius: 2px;
  background-color: #455DFF;
  -webkit-transition: opacity 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .burger span {
    left: 14px;
    width: 32px;
  }
}
.burger span:nth-child(1) {
  top: 17px;
}
@media screen and (max-width: 767px) {
  .burger span:nth-child(1) {
    top: 14px;
  }
}
.burger span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.burger span:nth-child(3) {
  bottom: 17px;
}
@media screen and (max-width: 767px) {
  .burger span:nth-child(3) {
    bottom: 14px;
  }
}
@media screen and (max-width: 767px) {
  .burger--open {
    -webkit-transform: translate(9px, -5px);
        -ms-transform: translate(9px, -5px);
            transform: translate(9px, -5px);
  }
}
@media screen and (max-width: 767px) {
  .burger--open span {
    background-color: #141414;
    width: 23px;
  }
}
.burger--open span:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.burger--open span:nth-child(2) {
  opacity: 0;
}
.burger--open span:nth-child(3) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
}
.banner__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.banner__anim {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 470px;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .banner__anim {
    width: 100%;
    min-height: 560px;
    position: relative;
  }
}
@media screen and (max-width: 540px) {
  .banner__anim {
    margin: 0 -20px;
    width: calc(100% + 40px);
    min-height: 470px;
  }
}
@media screen and (max-width: 540px) {
  .banner__anim {
    min-height: 386px;
  }
}
.banner__canvas {
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -84px;
  width: 630px;
  height: 530px;
  opacity: 0;
  z-index: -1;
}
.banner__canvas::after {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -1px;
  background-color: #fff;
}
@media screen and (max-width: 540px) {
  .banner__canvas::after {
    right: 0;
    width: 1px;
  }
}
@media screen and (max-width: 1170px) {
  .banner__canvas {
    top: 65%;
    width: 40%;
    height: 60%;
    right: 0;
  }
}
@media screen and (max-width: 991px) {
  .banner__canvas {
    right: 50%;
    top: 0;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 540px) {
  .banner__canvas {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
  }
}
.banner__canvas.active {
  opacity: 1;
}
.banner__video, .banner__img {
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -84px;
  width: 630px;
  opacity: 0;
  z-index: -1;
}
@media screen and (max-width: 1170px) {
  .banner__video, .banner__img {
    top: 65%;
    width: 40%;
    right: 0;
  }
}
@media screen and (max-width: 991px) {
  .banner__video, .banner__img {
    right: 50%;
    top: 0;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 540px) {
  .banner__video, .banner__img {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    height: auto;
  }
}
.banner__video.active, .banner__img.active {
  opacity: 1;
}
.banner .h1 {
  max-width: 710px;
  margin-bottom: 64px;
}
@media screen and (max-width: 991px) {
  .banner .h1 {
    margin-bottom: 36px;
  }
}
.banner .list-style {
  max-width: 600px;
}
.banner__list {
  margin-bottom: 62px;
}
@media screen and (max-width: 991px) {
  .banner__list {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .banner__list p {
    line-height: 150%;
    font-size: 14px;
  }
}
.banner__list li {
  position: relative;
  padding-left: 36px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner__list li:not(:last-child) {
  margin-bottom: 20px;
}
.banner__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: -o-radial-gradient(circle, #455CFF 0%, #141414 100%);
  background: radial-gradient(circle, #455CFF 0%, #141414 100%);
  border-radius: 50%;
}
.banner__list li.active::before {
  -webkit-animation: pulse 1.5s infinite;
          animation: pulse 1.5s infinite;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(69, 92, 255, 0.7), 0 0 0 0 rgba(69, 92, 255, 0.5);
            box-shadow: 0 0 0 0 rgba(69, 92, 255, 0.7), 0 0 0 0 rgba(69, 92, 255, 0.5);
  }
  50% {
    -webkit-box-shadow: 0 0 0 10px rgba(69, 92, 255, 0), 0 0 0 20px rgba(69, 92, 255, 0);
            box-shadow: 0 0 0 10px rgba(69, 92, 255, 0), 0 0 0 20px rgba(69, 92, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(69, 92, 255, 0), 0 0 0 0 rgba(69, 92, 255, 0);
            box-shadow: 0 0 0 0 rgba(69, 92, 255, 0), 0 0 0 0 rgba(69, 92, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(69, 92, 255, 0.7), 0 0 0 0 rgba(69, 92, 255, 0.5);
            box-shadow: 0 0 0 0 rgba(69, 92, 255, 0.7), 0 0 0 0 rgba(69, 92, 255, 0.5);
  }
  50% {
    -webkit-box-shadow: 0 0 0 10px rgba(69, 92, 255, 0), 0 0 0 20px rgba(69, 92, 255, 0);
            box-shadow: 0 0 0 10px rgba(69, 92, 255, 0), 0 0 0 20px rgba(69, 92, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(69, 92, 255, 0), 0 0 0 0 rgba(69, 92, 255, 0);
            box-shadow: 0 0 0 0 rgba(69, 92, 255, 0), 0 0 0 0 rgba(69, 92, 255, 0);
  }
}
.banner__list li::after {
  content: "";
  position: absolute;
  left: 170px;
  bottom: 0;
  height: 1px;
  width: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(69, 93, 255, 0.2)), to(#455DFF));
  background: -o-linear-gradient(left, rgba(69, 93, 255, 0.2) 0%, #455DFF 100%);
  background: linear-gradient(90deg, rgba(69, 93, 255, 0.2) 0%, #455DFF 100%);
  -webkit-transition: width 0.7s ease;
  -o-transition: width 0.7s ease;
  transition: width 0.7s ease;
}
@media screen and (max-width: 991px) {
  .banner__list li::after {
    display: none;
  }
}
.banner__list li.active::after {
  width: 661px;
}
.banner__link {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  color: #455DFF;
}
.banner__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 1px;
  width: 100%;
  background: #455DFF;
  -webkit-transition: width 0.7s ease;
  -o-transition: width 0.7s ease;
  transition: width 0.7s ease;
}
@media (hover: hover) and (pointer: fine) {
  .banner__link:hover::after {
    width: 0;
  }
}

.blue-text {
  color: #455DFF;
  -webkit-animation: text-focus-in 1s ease-in both;
          animation: text-focus-in 1s ease-in both;
}

@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}
.inputholder {
  width: 100%;
  position: relative;
}
.inputholder__input, .inputholder__textarea {
  font-family: inherit;
}
.inputholder__input::-webkit-input-placeholder, .inputholder__textarea::-webkit-input-placeholder {
  color: #888888;
}
.inputholder__input::-moz-placeholder, .inputholder__textarea::-moz-placeholder {
  color: #888888;
}
.inputholder__input:-ms-input-placeholder, .inputholder__textarea:-ms-input-placeholder {
  color: #888888;
}
.inputholder__input::-ms-input-placeholder, .inputholder__textarea::-ms-input-placeholder {
  color: #888888;
}
.inputholder__input::placeholder, .inputholder__textarea::placeholder {
  color: #888888;
}
.inputholder__input:focus, .inputholder__textarea:focus {
  border-color: #455DFF;
}
.inputholder__input.error, .inputholder__textarea.error {
  border-color: #F04437;
}
.inputholder__input.error::-webkit-input-placeholder, .inputholder__textarea.error::-webkit-input-placeholder {
  color: #F04437;
}
.inputholder__input.error::-moz-placeholder, .inputholder__textarea.error::-moz-placeholder {
  color: #F04437;
}
.inputholder__input.error:-ms-input-placeholder, .inputholder__textarea.error:-ms-input-placeholder {
  color: #F04437;
}
.inputholder__input.error::-ms-input-placeholder, .inputholder__textarea.error::-ms-input-placeholder {
  color: #F04437;
}
.inputholder__input.error::placeholder, .inputholder__textarea.error::placeholder {
  color: #F04437;
}
.inputholder__input {
  width: 100%;
  padding: 10px 20px;
  border-radius: 50px;
  border: 1px solid #888888;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}
.inputholder__textarea {
  width: 100%;
  min-height: 100px;
  padding: 10px 20px;
  border-radius: 7px;
  border: 1px solid #141414;
  font-size: 16px;
  display: block;
}
.inputholder__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.error-text {
  font-size: 12px;
  line-height: 1.1;
  margin-top: 4px;
  color: #F04437;
  display: none;
}
.error-text--backend {
  display: block;
}

.error {
  border-color: #F04437;
}
.error + .error-text {
  display: block;
}

.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: 30px;
  padding: 0 70px;
}
@media screen and (max-width: 767px) {
  .form {
    padding: 0;
  }
}
.form__button {
  width: 100%;
}

.button {
  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;
  padding: 11px 22px;
  height: 50px;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
  border-radius: 50px;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  -o-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .button {
    font-size: 16px;
    width: 100%;
  }
}
.button--primary {
  background-color: #455DFF;
  color: #FFFFFF;
}
@media (hover: hover) and (pointer: fine) {
  .button--primary:hover {
    background-color: #141414;
  }
}
.button--white {
  background-color: #FFFFFF;
  color: #141414;
  min-width: 380px;
}
@media screen and (max-width: 767px) {
  .button--white {
    min-width: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .button--white:hover {
    background-color: #141414;
    color: #FFFFFF;
  }
}
.button--copy {
  width: 50px;
  height: 50px;
  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;
  padding: 0;
  background-color: #FFFFFF;
  border-radius: 50%;
  position: relative;
}
.button--copy svg {
  color: #141414;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .button--copy:hover {
    background-color: #141414;
  }
  .button--copy:hover svg {
    color: #FFFFFF;
  }
}
.button--copy .copyNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  background-color: #FFFFFF;
  color: #141414;
  font-size: 12px;
  text-transform: none;
  line-height: 120%;
  padding: 7px 20px;
  border-radius: 50px;
  bottom: calc(100% + 10px);
  left: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .button--copy .copyNotice {
    display: none;
  }
}
.button--copy.active .copyNotice {
  opacity: 1;
}
.button[disabled], .button--disabled {
  opacity: 0.7;
  pointer-events: none;
}

.nav {
  position: absolute;
  top: -100vh;
  left: 0;
  width: 100%;
  min-height: 350px;
  padding-top: 120px;
  padding-bottom: 40px;
  background-image: url(../img/image/menu-bg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: top 0.7s ease;
  -o-transition: top 0.7s ease;
  transition: top 0.7s ease;
}
@media screen and (max-width: 767px) {
  .nav {
    height: 100vh;
    padding: 115px 0;
    background-image: url(../img/image/menu-bg-mob.jpg);
  }
}
.nav.vis {
  top: 0;
}
.nav__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .nav__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .nav__container {
    gap: 54px;
    height: calc(100vh - 230px);
    overflow: auto;
    padding-left: 30px;
    margin-right: 10px;
    width: calc(100% - 10px);
  }
  .nav__container::-webkit-scrollbar {
    width: 5px;
    border-radius: 10px;
    background-color: transparent;
  }
  .nav__container::-webkit-scrollbar-thumb {
    background-color: #455DFF;
    border-radius: 10px;
  }
  .nav__container::-webkit-scrollbar-track {
    border-radius: 10px;
  }
}
.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 20px;
  width: 100%;
  height: 171px;
}
@media screen and (max-width: 767px) {
  .nav__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: unset;
    gap: 20px;
  }
}
.nav__contacts {
  width: 50%;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .nav__contacts {
    width: 100%;
  }
}
.nav__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
}
.nav__address a {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.nav__address a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 1px;
  width: 0;
  background: currentColor;
  -webkit-transition: width 0.7s ease;
  -o-transition: width 0.7s ease;
  transition: width 0.7s ease;
}
@media (hover: hover) and (pointer: fine) {
  .nav__address a:hover::after {
    width: 100%;
  }
}
.nav__link {
  font-size: 32px;
  font-weight: 600;
  line-height: 110%;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .nav__link {
    font-size: 20px;
    line-height: 150%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .nav__link:hover {
    color: #455DFF;
  }
}
.nav__link.active {
  color: #455DFF;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #FFFFFF;
  -webkit-transition: background-color 0.7s ease;
  -o-transition: background-color 0.7s ease;
  transition: background-color 0.7s ease;
}
@media screen and (max-width: 767px) {
  .header.menu-open .header__logo {
    opacity: 0;
    pointer-events: none;
  }
}
.header__logo {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.header__logo img {
  height: 50px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .header__logo img {
    height: 35px;
  }
}
.header:has(.burger--open) {
  background-color: transparent;
}
.header__row {
  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;
  height: 80px;
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.overlay {
  position: fixed;
  z-index: 110;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(20, 20, 20, 0.7);
  -webkit-backdrop-filter: blur(2.5px);
          backdrop-filter: blur(2.5px);
}

.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 580px;
  width: calc(100% - 20px);
  max-height: 95vh;
  background-color: #FFFFFF;
  z-index: 111;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .modal {
    width: 100%;
    max-height: 100vh;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    border-radius: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: inherit;
  }
}
.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .modal__close:hover {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.modal__container {
  padding: 0 30px 60px;
  width: 100%;
  max-height: calc(95vh - 70px);
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .modal__container {
    margin-bottom: 25px;
    margin-top: 30px;
    max-height: calc(100vh - 130px);
  }
}
.modal__title {
  padding: 60px 0 10px;
  text-align: center;
}
.modal__thanks {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  pointer-events: none;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .modal__thanks-text {
    padding: 0 20px;
  }
}

.footer {
  color: #FFFFFF;
}
.footer__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .footer__address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.footer__address a {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.footer__address a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 1px;
  width: 0;
  background: currentColor;
  -webkit-transition: width 0.7s ease;
  -o-transition: width 0.7s ease;
  transition: width 0.7s ease;
}
@media (hover: hover) and (pointer: fine) {
  .footer__address a:hover::after {
    width: 100%;
  }
}
.footer__contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.footer__contacts, .footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .footer__contacts, .footer__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer__info {
    gap: 20px;
  }
}
.footer__info p {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
.footer__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .footer__details {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer .social__item {
  background-color: #FFFFFF;
}
.footer .social__item svg {
  color: #455DFF;
}
@media (hover: hover) and (pointer: fine) {
  .footer .social__item:hover {
    background-color: #455DFF;
  }
  .footer .social__item:hover svg {
    color: #FFFFFF;
  }
}
@media screen and (max-width: 767px) {
  .footer__contacts .button {
    font-size: 20px;
  }
}

.cookie {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 0;
  width: 100%;
  z-index: 9;
}
.cookie__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  width: calc(100% - 40px);
  max-width: 860px;
  padding: 18px 20px 18px 40px;
  margin: 0 auto;
  background-color: rgba(52, 73, 102, 0.6);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border-radius: 72px;
}
@media screen and (max-width: 767px) {
  .cookie__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px;
    border-radius: 24px;
  }
}
.cookie__text {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .cookie__button {
    width: 100%;
  }
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social__item {
  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;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #141414;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.social__item svg {
  color: #FFFFFF;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .social__item:hover {
    background-color: #455DFF;
  }
}
.social__icon {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  fill: #141414;
}

.policy {
  text-align: center;
}
.policy p {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: #888888;
}
.policy a {
  color: #455DFF;
}

.advantages-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .advantages-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.advantages-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .advantages-content {
    gap: 40px;
    width: 100%;
  }
}

.advantages-sticky {
  width: 50%;
  position: -webkit-sticky;
  position: sticky;
  top: calc(50vh - 250px);
  -ms-flex-item-align: start;
      align-self: flex-start;
  height: 500px;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .advantages-sticky {
    display: none;
  }
}

.sticky-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.sticky-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sticky-image.active {
  opacity: 1;
}

.card-advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 80px);
}
.card-advantages:has(picture) {
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .card-advantages {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: auto;
  }
}
.card-advantages__content {
  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: 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .card-advantages__content {
    width: 100%;
    gap: 10px;
  }
}
.card-advantages__text {
  color: #888888;
}
@media screen and (min-width: 767px) {
  .card-advantages__text p {
    font-size: 24px;
  }
}
@media screen and (min-width: 767px) {
  .card-advantages__title {
    font-size: 36px;
  }
}
.card-advantages__image {
  display: none;
  width: 50%;
  height: 500px;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .card-advantages__image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0;
  }
  .card-advantages__image:has(picture) {
    aspect-ratio: 580/500;
  }
}
.card-advantages__image-pic {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-advantages ol,
.card-advantages ul {
  padding-left: 30px;
}
.card-advantages ol li,
.card-advantages ul li {
  list-style-type: disc;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .card-advantages ol li,
  .card-advantages ul li {
    font-size: 16px;
  }
}

.card-technology {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .card-technology {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (hover: hover) and (pointer: fine) {
  .card-technology:hover .card-technology__image-pic {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.card-technology__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.card-technology__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.card-technology__wrapper--left, .card-technology__wrapper--right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.card-technology__wrapper--right {
  padding-top: 200px;
}
.card-technology__content {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  padding: 20px 30px 30px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .card-technology__content {
    padding: 20px;
  }
}
.card-technology__title {
  font-size: 20px;
  line-height: 150%;
}
.card-technology__text {
  color: #888888;
}
.card-technology__image {
  height: 300px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .card-technology__image {
    height: 200px;
  }
}
.card-technology__image-pic {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  -o-transition: transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}
.card-technology__signature {
  max-width: 740px;
}
.card-technology__signature p {
  font-size: 24px;
  line-height: 150%;
}
.card-technology ol,
.card-technology ul {
  padding-left: 30px;
}
.card-technology ol li,
.card-technology ul li {
  list-style-type: disc;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .card-technology ol li,
  .card-technology ul li {
    font-size: 16px;
  }
}

.card-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .card-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.card-about__content {
  width: calc(100% - 480px);
  padding: 30px 30px 30px 20px;
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .card-about__content {
    width: 100%;
    height: calc(100% - 240px);
    padding: 20px;
  }
}
.card-about__image {
  width: 480px;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .card-about__image {
    width: 100%;
    height: 240px;
  }
}
.card-about__image-pic {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .card-about__text p {
    font-size: 14px;
    line-height: 150%;
  }
}
.card-about ol,
.card-about ul {
  padding-left: 30px;
}
.card-about ol li,
.card-about ul li {
  list-style-type: disc;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .card-about ol li,
  .card-about ul li {
    font-size: 16px;
  }
}

.card-how {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .card-how {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.card-how__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 240px);
  padding: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .card-how__content {
    width: 100%;
    height: calc(100% - 240px);
    gap: 20px;
  }
}
.card-how__text {
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .card-how__text {
    font-size: 20px;
    line-height: 140%;
  }
}
.card-how__text p {
  font-size: 24px;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .card-how__text p {
    font-size: 20px;
    line-height: 140%;
  }
}
.card-how__image {
  width: 240px;
  height: 240px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .card-how__image {
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.card-how__image-pic {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-how ol,
.card-how ul {
  padding-left: 30px;
}
.card-how ol li,
.card-how ul li {
  list-style-type: disc;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .card-how ol li,
  .card-how ul li {
    font-size: 16px;
  }
}

.card-who-is {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  height: 100%;
  padding: 30px;
  border-radius: 10px;
  background-color: #FFFFFF;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .card-who-is {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .card-who-is__title.h3 {
    line-height: 140%;
    font-weight: 400;
    text-transform: none;
  }
}
.card-who-is__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .card-who-is__content {
    width: 100%;
    gap: 20px;
  }
}
.card-who-is__pagination-text {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  height: 0;
}
@media screen and (max-width: 767px) {
  .card-who-is__pagination-text {
    min-height: 93px;
    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;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    visibility: visible;
    pointer-events: all;
    width: 100%;
    height: auto;
    padding: 24px 20px;
    border-radius: 50px;
    border: none;
    background-color: #FFFFFF;
    color: #455DFF;
    text-align: center;
    opacity: 1;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
}
.card-who-is__list {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .card-who-is__list {
    width: 100%;
  }
}
.card-who-is__list .list-style li {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .card-who-is__list p {
    font-size: 20px;
  }
}

.swiper-slide-active .card-who-is__pagination-text {
  color: #FFFFFF;
  background-color: #455DFF;
}

.card-calc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 20px;
  background-color: #F5F5F5;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .card-calc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.card-calc__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .card-calc__wrapper {
    margin-bottom: 10px;
  }
}
.card-calc__wrapper.opened {
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (max-width: 767px) {
  .card-calc__wrapper.opened {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .card-calc__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.card-calc__info, .card-calc__more-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .card-calc__info, .card-calc__more-info {
    gap: 10px;
  }
}
.card-calc__info {
  width: 100%;
  max-width: 360px;
}
.card-calc__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .card-calc__text {
    gap: 5px;
  }
}
.card-calc__more-info {
  width: calc(100% - 360px);
}
@media screen and (max-width: 767px) {
  .card-calc__more-info {
    width: 100%;
  }
}
.card-calc.unvisible {
  display: none;
}
.opened .card-calc.unvisible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card-calc__more-info {
  display: none;
}
.opened .card-calc__more-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card-calc__title p {
  font-size: 32px;
  font-weight: 600;
  line-height: 110%;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .card-calc__title p {
    font-size: 20px;
    line-height: 150%;
  }
}
.card-calc ol,
.card-calc ul {
  padding-left: 30px;
}
.card-calc ol li,
.card-calc ul li {
  list-style-type: disc;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .card-calc ol li,
  .card-calc ul li {
    font-size: 16px;
  }
}

.opened .card-calc:first-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.opened .card-calc:last-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.request {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .request {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.request__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 380px;
}
@media screen and (max-width: 991px) {
  .request__content {
    width: 100%;
  }
}
.request__button {
  margin-top: auto;
}
@media screen and (max-width: 991px) {
  .request__button {
    font-size: 20px;
    line-height: 140%;
  }
}

.card-cases {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .card-cases {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.card-cases__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 380px;
          flex: 0 0 380px;
}
@media screen and (max-width: 991px) {
  .card-cases__content {
    gap: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .card-cases__text p {
    font-size: 14px;
    line-height: 150%;
  }
}
.card-cases__stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.card-cases__slider-title {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  min-height: 200px;
  padding: 30px 20px;
  background: -webkit-gradient(linear, left bottom, left top, from(#455DFF), color-stop(70%, rgba(69, 93, 255, 0.6)), to(rgba(69, 93, 255, 0)));
  background: -o-linear-gradient(bottom, #455DFF 0%, rgba(69, 93, 255, 0.6) 70%, rgba(69, 93, 255, 0) 100%);
  background: linear-gradient(0deg, #455DFF 0%, rgba(69, 93, 255, 0.6) 70%, rgba(69, 93, 255, 0) 100%);
}
@media screen and (max-width: 767px) {
  .card-cases__slider-title {
    min-height: 103px;
    padding: 20px;
  }
}
.card-cases__slider-title h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .card-cases__slider-title h3 {
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
  }
}

.calc-number {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}

.accordion {
  background-color: #FFFFFF;
  padding: 20px 30px;
  border-radius: 10px;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media screen and (max-width: 767px) {
  .accordion {
    padding: 20px;
  }
}
.accordion.active svg {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (hover: hover) and (pointer: fine) {
  .accordion:hover svg {
    color: #455DFF;
  }
}
.accordion ol,
.accordion ul {
  padding-left: 30px;
}
.accordion ol li,
.accordion ul li {
  list-style-type: disc;
}
.accordion p, .accordion li {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.accordion svg {
  -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: color 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.accordion__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .accordion__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.accordion__wrapper h3 {
  width: 380px;
}
@media screen and (max-width: 991px) {
  .accordion__wrapper h3 {
    width: 100%;
  }
}
.accordion__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.accordion__toggle {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .accordion__toggle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.accordion__title {
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}
.accordion__btn {
  width: 24px;
  height: 24px;
  position: relative;
  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;
}
.accordion__content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  -o-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.accordion__content-box {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .accordion__content-box {
    margin-top: 10px;
  }
}
.accordion__content .text {
  width: 780px;
}
@media screen and (max-width: 767px) {
  .accordion__content .text {
    width: 100%;
  }
}

.tabs-how {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.tabs-how .swiper-controls {
  display: none;
}
@media screen and (max-width: 767px) {
  .tabs-how .swiper-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.tabs-how__subtitle p {
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .tabs-how__subtitle p {
    margin-top: -20px;
    font-size: 16px;
    line-height: 140%;
  }
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.tabs__nav-item {
  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;
  width: 380px;
  padding: 13px 20px;
  font-size: 20px;
  line-height: 140%;
  cursor: pointer;
  color: #455DFF;
  border-radius: 50px;
  border: 1px solid #455DFF;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .tabs__nav-item {
    width: 100%;
    font-size: 16px;
    padding: 17px 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .tabs__nav-item:hover {
    background-color: #455DFF;
    color: #FFFFFF;
  }
}
.tabs__nav-item.active {
  pointer-events: none;
  background-color: #455DFF;
  color: #FFFFFF;
}
.tabs__fold {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.tabs__fold.open {
  visibility: visible;
  opacity: 1;
  max-height: inherit;
}

.tabs-calc__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .tabs-calc__nav {
    gap: 40px;
    margin-bottom: 40px;
  }
}
.tabs-calc__title {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .tabs-calc__title {
    margin-bottom: 20px;
  }
}
.tabs-calc__sub-title {
  margin-bottom: 10px;
}
.tabs-calc__nav-item {
  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;
  width: 50px;
  height: 50px;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  border-radius: 10px;
  background-color: #F5F5F5;
  cursor: pointer;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  position: relative;
}
.tabs-calc__nav-item:not(:first-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50px;
  width: 100px;
  height: 50px;
  pointer-events: none;
  background-image: url("../img/image/union-btn.svg");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #F5F5F5;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .tabs-calc__nav-item:not(:first-child)::after {
    width: 40px;
    background-image: url("../img/image/union-btn-mob.svg");
  }
}
.tabs-calc__nav-item.active, .tabs-calc__nav-item.sub-active {
  color: #FFFFFF;
  background-color: #455DFF;
}
.tabs-calc__nav-item.active::after, .tabs-calc__nav-item.sub-active::after {
  background-color: #455DFF;
}
.tabs-calc__folds {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .tabs-calc__folds {
    margin-right: -20px;
    margin-left: -20px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.tabs-calc__fold {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.tabs-calc__fold.open {
  visibility: visible;
  opacity: 1;
  max-height: inherit;
}
@media screen and (max-width: 767px) {
  .tabs-calc__fold:has(.opened) {
    width: calc(300% + 20px);
  }
}
.tabs-calc__more-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .tabs-calc__more-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
  }
}
.tabs-calc__more-info .button {
  max-width: 380px;
  width: 100%;
}
.tabs-calc__show-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  cursor: pointer;
}
.tabs-calc__show-more svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.tabs-calc__show-more.opened svg {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}
@media (hover: hover) and (pointer: fine) {
  .tabs-calc__show-more:hover span {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .tabs-calc__show-more:hover span::after {
    width: 0;
  }
}
.tabs-calc__show-more span {
  font-size: 20px;
  line-height: 140%;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .tabs-calc__show-more span {
    font-size: 16px;
  }
}
.tabs-calc__show-more span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 100%;
  background: #141414;
  -webkit-transition: width 0.7s ease;
  -o-transition: width 0.7s ease;
  transition: width 0.7s ease;
}
/*# sourceMappingURL=style.css.map */
