/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Extralight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
body {
  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;
  margin: 0;
  background-color: #ffffff;
  font: normal 400 16px/150% "Poppins", sans-serif;
  color: #888888;
  overflow: hidden auto;
  cursor: default;
}
body.no-scroll {
  overflow: hidden;
}
body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
body img,
body svg {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
body a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
body .is-disabled,
body .is-disabled * {
  pointer-events: none;
  cursor: not-allowed;
}
body .is-hidden {
  display: none !important;
}
body .show-scrollbar::-webkit-scrollbar {
  height: 0;
  width: 2px;
}
body .show-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}
body .show-scrollbar::-webkit-scrollbar-button {
  display: none;
}
body .show-scrollbar::-webkit-scrollbar-thumb {
  background-color: #000000;
}

.container {
  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;
}
.container__content {
  width: 1440px;
  max-width: calc(100% - 48px);
}
@media screen and (max-width: 768px) {
  .container__content {
    max-width: calc(100% - 40px);
  }
}

.row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 30px 24px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .row {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
.row > .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.row > .col-0 {
  display: none !important;
}
.row > .col-1 {
  grid-column: span 1;
}
.row > .col-2 {
  grid-column: span 2;
}
.row > .col-3 {
  grid-column: span 3;
}
.row > .col-4 {
  grid-column: span 4;
}
.row > .col-5 {
  grid-column: span 5;
}
.row > .col-6 {
  grid-column: span 6;
}
.row > .col-7 {
  grid-column: span 7;
}
.row > .col-8 {
  grid-column: span 8;
}
.row > .col-9 {
  grid-column: span 9;
}
.row > .col-10 {
  grid-column: span 10;
}
.row > .col-11 {
  grid-column: span 11;
}
.row > .col-12 {
  grid-column: span 12;
}
@media screen and (max-width: 1440px) {
  .row > .col-xl-0 {
    display: none !important;
  }
  .row > .col-xl-1 {
    grid-column: span 1;
  }
  .row > .col-xl-2 {
    grid-column: span 2;
  }
  .row > .col-xl-3 {
    grid-column: span 3;
  }
  .row > .col-xl-4 {
    grid-column: span 4;
  }
  .row > .col-xl-5 {
    grid-column: span 5;
  }
  .row > .col-xl-6 {
    grid-column: span 6;
  }
  .row > .col-xl-7 {
    grid-column: span 7;
  }
  .row > .col-xl-8 {
    grid-column: span 8;
  }
  .row > .col-xl-9 {
    grid-column: span 9;
  }
  .row > .col-xl-10 {
    grid-column: span 10;
  }
  .row > .col-xl-11 {
    grid-column: span 11;
  }
  .row > .col-xl-12 {
    grid-column: span 12;
  }
}
@media screen and (max-width: 1240px) {
  .row > .col-lg-0 {
    display: none !important;
  }
  .row > .col-lg-1 {
    grid-column: span 1;
  }
  .row > .col-lg-2 {
    grid-column: span 2;
  }
  .row > .col-lg-3 {
    grid-column: span 3;
  }
  .row > .col-lg-4 {
    grid-column: span 4;
  }
  .row > .col-lg-5 {
    grid-column: span 5;
  }
  .row > .col-lg-6 {
    grid-column: span 6;
  }
  .row > .col-lg-7 {
    grid-column: span 7;
  }
  .row > .col-lg-8 {
    grid-column: span 8;
  }
  .row > .col-lg-9 {
    grid-column: span 9;
  }
  .row > .col-lg-10 {
    grid-column: span 10;
  }
  .row > .col-lg-11 {
    grid-column: span 11;
  }
  .row > .col-lg-12 {
    grid-column: span 12;
  }
}
@media screen and (max-width: 1024px) {
  .row > .col-md-0 {
    display: none !important;
  }
  .row > .col-md-1 {
    grid-column: span 1;
  }
  .row > .col-md-2 {
    grid-column: span 2;
  }
  .row > .col-md-3 {
    grid-column: span 3;
  }
  .row > .col-md-4 {
    grid-column: span 4;
  }
  .row > .col-md-5 {
    grid-column: span 5;
  }
  .row > .col-md-6 {
    grid-column: span 6;
  }
  .row > .col-md-7 {
    grid-column: span 7;
  }
  .row > .col-md-8 {
    grid-column: span 8;
  }
  .row > .col-md-9 {
    grid-column: span 9;
  }
  .row > .col-md-10 {
    grid-column: span 10;
  }
  .row > .col-md-11 {
    grid-column: span 11;
  }
  .row > .col-md-12 {
    grid-column: span 12;
  }
}
@media screen and (max-width: 768px) {
  .row > .col-sm-0 {
    display: none !important;
  }
  .row > .col-sm-1 {
    grid-column: span 1;
  }
  .row > .col-sm-2 {
    grid-column: span 2;
  }
  .row > .col-sm-3 {
    grid-column: span 3;
  }
  .row > .col-sm-4 {
    grid-column: span 4;
  }
  .row > .col-sm-5 {
    grid-column: span 5;
  }
  .row > .col-sm-6 {
    grid-column: span 6;
  }
  .row > .col-sm-7 {
    grid-column: span 7;
  }
  .row > .col-sm-8 {
    grid-column: span 8;
  }
  .row > .col-sm-9 {
    grid-column: span 9;
  }
  .row > .col-sm-10 {
    grid-column: span 10;
  }
  .row > .col-sm-11 {
    grid-column: span 11;
  }
  .row > .col-sm-12 {
    grid-column: span 12;
  }
}

.animate-slide-up {
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  opacity: 0;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s, -webkit-transform 0.6s;
}
.animate-slide-up.is-visible, .animate-slide-up.is-triggered {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.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;
  border: 1px solid rgba(45, 55, 169, 0.24);
  padding: 13px 35px;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  cursor: pointer;
}
.button__name {
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  color: #2d37a9;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (min-width: 768.1px) {
  .button:hover {
    border-color: #2d37a9;
    background-color: #2d37a9;
  }
  .button:hover .button__name {
    color: #ffffff;
  }
}

.title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 1024px) {
  .title-area {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .title-area {
    gap: 10px;
  }
}
.title-area__subtitle {
  font-weight: 700;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.15em;
  color: #2d37a9;
  text-transform: uppercase;
}
.title-area__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 130%;
  color: #222222;
}
@media screen and (max-width: 1024px) {
  .title-area__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .title-area__title {
    font-size: 20px;
  }
}

.text-block {
  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: 1024px) {
  .text-block {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .text-block {
    gap: 20px;
  }
}
.text-block__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 130%;
  color: #222222;
}
@media screen and (max-width: 1024px) {
  .text-block__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .text-block__title {
    font-size: 20px;
  }
}
.text-block__content {
  font-size: 16px;
  line-height: 150%;
  color: #888888;
}
.text-block__content span {
  font-weight: 600;
  color: #2d37a9;
}

.hero {
  position: relative;
  min-height: 880px;
  padding-top: 135px;
  padding-bottom: 75px;
}
@media screen and (max-width: 1024px) {
  .hero {
    min-height: 700px;
    padding-top: 115px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .hero {
    min-height: 500px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.hero__background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
}
.hero__background img {
  width: 100%;
  height: 100%;
  max-width: initial;
  max-height: initial;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero__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: 35px;
}
@media screen and (max-width: 1024px) {
  .hero__content {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .hero__content {
    gap: 20px;
  }
}
.hero__content .title-area {
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .hero__content .title-area {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .hero__content .title-area {
    gap: 10px;
  }
}
.hero__content .title-area__title {
  font-size: 60px;
  color: #ffffff;
  text-shadow: 0 0 50px rgba(18, 86, 127, 0.58);
}
@media screen and (max-width: 1024px) {
  .hero__content .title-area__title {
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  .hero__content .title-area__title {
    font-size: 32px;
  }
}
.hero__subtitle {
  font-weight: 700;
  font-size: 36px;
  line-height: 150%;
  color: #222222;
}
@media screen and (max-width: 1024px) {
  .hero__subtitle {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .hero__subtitle {
    font-size: 20px;
    line-height: 130%;
  }
}
.hero__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  font-size: 16px;
  line-height: 150%;
  color: #243048;
}
@media screen and (max-width: 1024px) {
  .hero__description {
    width: 450px;
    max-width: 100%;
  }
}

.banner {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 860px;
  padding: 120px 0;
}
@media screen and (max-width: 1024px) {
  .banner {
    min-height: 700px;
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    min-height: 500px;
    padding: 30px 0 60px;
  }
  .banner::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    background-color: rgba(3, 5, 28, 0.3);
    z-index: -1;
  }
}
.banner__background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  max-width: initial;
  max-height: initial;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}
.banner__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-transform: translateY(90px);
  transform: translateY(90px);
}
@media screen and (max-width: 1024px) {
  .banner__content {
    -webkit-transform: translateY(35px);
    transform: translateY(35px);
  }
}
@media screen and (max-width: 768px) {
  .banner__content {
    gap: 20px;
    -webkit-transform: none;
    transform: none;
  }
}
.banner__title {
  color: #ffffff !important;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .banner__title {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  }
}
.banner__description .text-block__content {
  color: #fefefe;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .banner__description .text-block__content {
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  }
}
.banner__description .text-block__content span {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .banner__description .text-block__content span {
    color: #ffffff;
  }
}

.column-banner {
  position: relative;
  min-height: 860px;
}
@media screen and (max-width: 1024px) {
  .column-banner {
    min-height: 700px;
  }
}
@media screen and (max-width: 768px) {
  .column-banner {
    min-height: 500px;
  }
  .column-banner::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    background-color: rgba(3, 5, 28, 0.3);
    z-index: -1;
  }
}
.column-banner::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  background-color: #e6ebee;
  z-index: -1;
}
.column-banner__image {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .column-banner__image {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    z-index: -1;
  }
}
.column-banner__image img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: calc(50vw - 12px);
  height: 100%;
  max-width: initial;
  max-height: initial;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .column-banner__image img {
    width: 100%;
  }
}
.column-banner__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;
  padding-top: 30px;
  padding-bottom: 90px;
  -webkit-transform: translateX(55px);
  transform: translateX(55px);
}
@media screen and (max-width: 1024px) {
  .column-banner__content {
    -webkit-transform: translateX(26px);
    transform: translateX(26px);
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .column-banner__content {
    -webkit-transform: none;
    transform: none;
    padding-top: 20px;
    padding-bottom: 70px;
  }
}
.column-banner__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: 50px;
  width: 530px;
  max-width: 100%;
  margin-top: 25px;
}
@media screen and (max-width: 1024px) {
  .column-banner__text {
    width: 370px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .column-banner__text {
    gap: 30px;
    width: 100%;
    margin-top: 30px;
  }
}
.column-banner__text .text-block__title {
  line-height: 145%;
}
@media screen and (max-width: 1024px) {
  .column-banner__text .text-block__title {
    line-height: 150%;
  }
}
@media screen and (max-width: 768px) {
  .column-banner__text .text-block__title {
    line-height: 130%;
    color: #ffffff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
}
.column-banner__text .text-block:first-child {
  position: relative;
}
.column-banner__text .text-block:first-child::before {
  content: "";
  position: absolute;
  top: 31px;
  left: -27px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 177px;
  height: 3px;
  background-color: #2d37a9;
}
@media screen and (max-width: 1024px) {
  .column-banner__text .text-block:first-child::before {
    top: 18px;
    left: -24px;
  }
}
@media screen and (max-width: 768px) {
  .column-banner__text .text-block:first-child::before {
    display: none;
  }
}

.hover-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 35px;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
@media screen and (max-width: 1024px) {
  .hover-card {
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 768px) {
  .hover-card {
    padding-bottom: 20px;
    cursor: pointer;
  }
}
.hover-card__body {
  position: relative;
}
.hover-card__image {
  width: 100%;
  height: 530px;
}
@media screen and (max-width: 1024px) {
  .hover-card__image {
    height: 535px;
  }
}
@media screen and (max-width: 768px) {
  .hover-card__image {
    height: 410px;
  }
}
.hover-card__image img {
  width: 100%;
  height: 100%;
  max-width: initial;
  max-height: initial;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}
.hover-card__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(calc(100% - 26px - 33px - 35px));
  transform: translateY(calc(100% - 26px - 33px - 35px));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 17px;
  height: calc(100% + 35px);
  padding: 33px 39px 39px;
  -webkit-transition: background-color 0.3s, -webkit-transform 0.6s;
  transition: background-color 0.3s, -webkit-transform 0.6s;
  transition: transform 0.6s, background-color 0.3s;
  transition: transform 0.6s, background-color 0.3s, -webkit-transform 0.6s;
  overflow: visible;
}
@media screen and (max-width: 1024px) {
  .hover-card__content {
    -webkit-transform: translateY(calc(100% - 0px - 30px - 45px));
    transform: translateY(calc(100% - 0px - 30px - 45px));
    gap: 20px;
    height: calc(100% + 45px);
    padding: 30px 20px;
  }
}
@media screen and (max-width: 768px) {
  .hover-card__content {
    -webkit-transform: translateY(calc(100% - 20px - 30px - 20px));
    transform: translateY(calc(100% - 20px - 30px - 20px));
    gap: 16px;
    height: calc(100% + 20px);
  }
}
.hover-card__title {
  font-weight: 600;
  font-size: 42px;
  line-height: 150%;
  color: #222222;
  text-align: center;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .hover-card__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .hover-card__title {
    font-size: 32px;
    line-height: 38px;
  }
}
.hover-card__description {
  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;
}
.hover-card__description .text-block__content {
  color: #243048;
}
.hover-card__description .text-block__content ul,
.hover-card__description .text-block__content ol {
  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;
  padding-left: 25px;
}
.hover-card.is-active {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.hover-card.is-active .hover-card__content {
  -webkit-transform: none;
  transform: none;
  background-color: #ffffff;
  overflow: auto;
}

.image-card {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .image-card {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .image-card {
    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;
  }
}
.image-card__body {
  grid-column: 1/4;
  min-height: 270px;
  padding: 50px 24px 50px 30px;
  background-color: #e6ebee;
}
@media screen and (max-width: 1024px) {
  .image-card__body {
    grid-column: 1/5;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .image-card__body {
    width: 100%;
    min-height: 0;
    padding: 45px 30px;
  }
}
.image-card__body .text-block__content {
  color: #243048;
}
.image-card__image {
  position: absolute;
  top: 40px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .image-card__image {
    top: 92px;
  }
}
@media screen and (max-width: 768px) {
  .image-card__image {
    position: relative;
    top: initial;
    right: initial;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin: -18px -20px 0 0;
  }
}
.image-card__image img {
  max-height: 300px;
}

.icon-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  min-width: 0;
  min-height: 270px;
  padding: 30px;
  background-color: #e6ebee;
}
@media screen and (max-width: 1024px) {
  .icon-card {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
    min-height: 185px;
    padding: 20px 10px 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  .icon-card {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 20px;
    min-height: 175px;
    padding: 30px 20px 30px 120px;
  }
}
.icon-card__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 84px;
  max-height: 84px;
}
@media screen and (max-width: 1024px) {
  .icon-card__icon {
    max-width: 55px;
    max-height: 55px;
  }
}
@media screen and (max-width: 768px) {
  .icon-card__icon {
    position: absolute;
    bottom: 35px;
    left: 55px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 80px;
    max-height: 90px;
  }
}
.icon-card__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: 10px;
  min-width: 140px;
  margin-top: auto;
}
@media screen and (max-width: 1024px) {
  .icon-card__content {
    gap: 6px;
    min-width: initial;
  }
}
.icon-card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  font-weight: 700;
  font-size: 70px;
  line-height: 100%;
  color: #222222;
}
@media screen and (max-width: 1024px) {
  .icon-card__title {
    font-size: 44px;
  }
}
@media screen and (max-width: 1024px) {
  .icon-card__title span {
    font-size: 40px;
  }
}
.icon-card__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 30px;
  font-weight: 700;
  font-size: 26px;
  line-height: 110%;
  color: #b2b5bb;
  word-break: break-word;
}
@media screen and (max-width: 1024px) {
  .icon-card__subtitle {
    font-size: 20px;
  }
}

.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: 24px;
}
.form input,
.form textarea {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form__line {
  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;
}
.form__line input,
.form__line textarea {
  display: block;
  width: 100%;
  padding: 19px;
  border: 1px solid #d9d9d9;
  background-color: transparent;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #222222;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
}
.form__line input::-webkit-input-placeholder, .form__line textarea::-webkit-input-placeholder {
  color: #808080;
}
.form__line input::-moz-placeholder, .form__line textarea::-moz-placeholder {
  color: #808080;
}
.form__line input:-ms-input-placeholder, .form__line textarea:-ms-input-placeholder {
  color: #808080;
}
.form__line input::-ms-input-placeholder, .form__line textarea::-ms-input-placeholder {
  color: #808080;
}
.form__line input::placeholder,
.form__line textarea::placeholder {
  color: #808080;
}
.form__line input.error,
.form__line textarea.error {
  border-color: #aa2121;
  color: #aa2121;
}
.form__line input.error::-webkit-input-placeholder, .form__line textarea.error::-webkit-input-placeholder {
  color: #aa2121;
}
.form__line input.error::-moz-placeholder, .form__line textarea.error::-moz-placeholder {
  color: #aa2121;
}
.form__line input.error:-ms-input-placeholder, .form__line textarea.error:-ms-input-placeholder {
  color: #aa2121;
}
.form__line input.error::-ms-input-placeholder, .form__line textarea.error::-ms-input-placeholder {
  color: #aa2121;
}
.form__line input.error::placeholder,
.form__line textarea.error::placeholder {
  color: #aa2121;
}
.form__line textarea {
  height: 300px;
  resize: none;
}
@media screen and (max-width: 1024px) {
  .form__line textarea {
    height: 230px;
  }
}
.form__submit {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 16px;
}
@media screen and (max-width: 1024px) {
  .form__submit {
    margin-top: 6px;
  }
}
.form__submit input {
  border: none;
  background-color: transparent;
  font-family: "Poppins", sans-serif;
}
.form label.error {
  display: none !important;
}
.form__response {
  font-size: 16px;
  line-height: 20px;
  color: #7ebb00;
}
.form__response.is-error {
  color: #aa2121;
}

.wpcf7-spinner {
  display: none !important;
}
.wpcf7-not-valid {
  border-color: #aa2121 !important;
  color: #aa2121 !important;
}
.wpcf7-not-valid::-webkit-input-placeholder {
  color: #aa2121 !important;
}
.wpcf7-not-valid::-moz-placeholder {
  color: #aa2121 !important;
}
.wpcf7-not-valid:-ms-input-placeholder {
  color: #aa2121 !important;
}
.wpcf7-not-valid::-ms-input-placeholder {
  color: #aa2121 !important;
}
.wpcf7-not-valid::placeholder {
  color: #aa2121 !important;
}
.wpcf7-not-valid-tip {
  display: none !important;
}
.wpcf7-response-output {
  margin: 24px 0 0 !important;
  padding: 10px 20px !important;
  border-color: #aa2121 !important;
  color: #aa2121 !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #7ebb00 !important;
  color: #7ebb00 !important;
}
.wpcf7 .form > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contacts-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 860px;
  padding: 120px 0;
}
@media screen and (max-width: 1024px) {
  .contacts-block {
    min-height: 700px;
    padding: 35px 0;
  }
}
@media screen and (max-width: 768px) {
  .contacts-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 0;
    padding-bottom: 0;
  }
}
.contacts-block::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  background-image: url(../img/contacts-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .contacts-block::before {
    background-position: top left;
    background-size: 250%;
  }
}
.contacts-block__content {
  margin-top: 45px;
}
@media screen and (max-width: 1024px) {
  .contacts-block__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
  }
}
.contacts-block__info {
  padding-top: 70px;
}
@media screen and (max-width: 1024px) {
  .contacts-block__info {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .contacts-block__info {
    margin-bottom: 50px;
  }
}
.contacts-block__info .title-area {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .contacts-block__info .title-area {
    margin-bottom: 20px;
  }
}
.contacts-block__info .title-area__title {
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .contacts-block__info .title-area__title {
    line-height: 130%;
  }
}
.contacts-block__form {
  position: relative;
}
@media screen and (max-width: 768px) {
  .contacts-block__form {
    padding-bottom: 40px;
  }
}
.contacts-block__form::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -50px;
  bottom: -50px;
  width: 100vw;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .contacts-block__form::before {
    top: -40px;
    left: -40px;
    bottom: -40px;
  }
}
@media screen and (max-width: 768px) {
  .contacts-block__form::before {
    top: -40px;
    left: -20px;
    right: -20px;
    bottom: 0;
  }
}
.contacts-block__form .form__line textarea {
  height: 172px;
}
.contacts-block__form .form__submit {
  margin-top: 0;
}

.planes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.planes__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .planes__body {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .planes__body {
    width: 300px;
    max-width: 100%;
  }
}
.planes__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .planes__content {
    -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;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .planes__content .slick-list {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }
}
.planes__content .slick-dots {
  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: 14px;
  padding: 0;
  list-style: none;
}
.planes__content .slick-dots li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #d9d9d9;
  -webkit-transition: width 0.3s, height 0.3s, background-color 0.3s;
  transition: width 0.3s, height 0.3s, background-color 0.3s;
  cursor: pointer;
}
.planes__content .slick-dots li.slick-active {
  width: 20px;
  height: 20px;
  background-color: #b2b5bb;
}
.planes__content .slick-dots li button {
  display: none !important;
}
.planes__content .plane-list {
  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;
  width: 330px;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .planes__content .plane-list {
    gap: 20px;
    width: 254px;
  }
}
@media screen and (max-width: 768px) {
  .planes__content .plane-list {
    width: 100%;
    padding: 0 10px;
  }
}
.planes__content .plane-list .items-list {
  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;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  min-height: 360px;
  gap: 40px;
  padding: 28px 35px;
  background-color: #e6ebee;
}
@media screen and (max-width: 1024px) {
  .planes__content .plane-list .items-list {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 768px) {
  .planes__content .plane-list .items-list {
    min-height: 400px;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.planes__content .plane-list .items-list__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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (max-width: 1024px) {
  .planes__content .plane-list .items-list__item {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .planes__content .plane-list .items-list__item {
    gap: 12px;
  }
}
.planes__content .plane-list .items-list__item img {
  width: auto;
  max-height: 75px;
}
@media screen and (max-width: 1024px) {
  .planes__content .plane-list .items-list__item img {
    max-height: 65px;
  }
}
@media screen and (max-width: 768px) {
  .planes__content .plane-list .items-list__item img {
    max-height: 70px;
  }
}
.planes__content .plane-list .items-list__item p {
  font-size: 12px;
  line-height: 140%;
  color: #243048;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .planes__content .plane-list .items-list__item p {
    line-height: 130%;
  }
}
.planes__content .plane-list__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: 768px) {
  .planes__content .plane-list__info {
    gap: 10px;
  }
}
.planes__content .plane-list__title {
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  color: #b2b5bb;
}
@media screen and (max-width: 768px) {
  .planes__content .plane-list__title {
    font-size: 20px;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .planes__content .plane-list__description {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.planes__content .plane-list--long .items-list {
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .planes__content .plane-list--long .items-list {
    gap: 25px;
  }
}
@media screen and (max-width: 768px) {
  .planes__content .plane-list--long .items-list {
    gap: 32px;
  }
}
.planes__content .plane-list--long .items-list__item img {
  max-height: 65px;
}
@media screen and (max-width: 1024px) {
  .planes__content .plane-list--long .items-list__item img {
    max-height: 55px;
  }
}
@media screen and (max-width: 768px) {
  .planes__content .plane-list--long .items-list__item img {
    max-height: 60px;
  }
}

.map {
  position: relative;
  width: 983px;
  max-width: 100%;
  max-height: initial;
}
@media screen and (max-width: 1024px) {
  .map {
    width: 733px;
  }
}
.map__image {
  position: relative;
  width: 100%;
  max-width: initial;
  mix-blend-mode: overlay;
}
.map__locations .location {
  position: absolute;
  -webkit-animation-name: blink;
  animation-name: blink;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.map__locations .location__content {
  position: relative;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.map__locations .location__content img {
  width: 13px;
}
@media screen and (max-width: 768px) {
  .map__locations .location__content img {
    width: 10px;
  }
}
.map__locations .location__content p {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(calc(100% + 1px));
  transform: translateX(calc(100% + 1px));
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 1px;
  color: #2d37a9;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .map__locations .location__content p {
    font-size: 10px;
  }
}
.map__locations .location__content--left p {
  right: initial;
  left: 0;
  -webkit-transform: translateX(calc(-100% - 1px));
  transform: translateX(calc(-100% - 1px));
}
.map__locations .location:nth-child(1) {
  top: 32.6854%;
  left: 5.7482%;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.map__locations .location:nth-child(2) {
  top: 38.5298%;
  left: 16.9393%;
}
.map__locations .location:nth-child(3) {
  top: 20.7801%;
  left: 41.1529%;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.map__locations .location:nth-child(4) {
  top: 19.9143%;
  left: 44.9172%;
}
.map__locations .location:nth-child(5) {
  top: 41.3438%;
  left: 57.6344%;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.map__locations .location:nth-child(6) {
  top: 38.9627%;
  left: 58.3466%;
}
.map__locations .location:nth-child(7) {
  top: 59.0935%;
  left: 72.3864%;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.map__locations .location:nth-child(8) {
  top: 62.1239%;
  left: 73.4037%;
}
.map__locations .location:nth-child(9) {
  top: 42.1273%;
  left: 76.9646%;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.accordion-card {
  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;
  width: 100%;
  max-width: 330px;
  padding: 20px 20px 30px;
  background-color: #ffffff;
  cursor: pointer;
}
@media screen and (min-width: 1024.1px) {
  .accordion-card {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768.1px) {
  .accordion-card:hover .accordion-card__head {
    color: #222222;
  }
}
.accordion-card__head {
  padding-bottom: 15px;
  font-weight: 700;
  font-size: 26px;
  line-height: 130%;
  color: #b2b5bb;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  .accordion-card__head {
    font-size: 20px;
  }
}
.accordion-card__head span {
  margin-right: 5px;
  color: #222222;
}
.accordion-card__body {
  display: none;
}
.accordion-card__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: 24px;
  padding-top: 5px;
  font-size: 16px;
  line-height: 150%;
  color: #888888;
}
@media screen and (max-width: 1024px) {
  .accordion-card__content {
    gap: 22.4px;
    line-height: 140%;
  }
}
.accordion-card__icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .accordion-card__icon {
    bottom: 8px;
    right: 8px;
  }
}
.accordion-card__icon::before, .accordion-card__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 16px;
  height: 2px;
  border-radius: 1px;
  background-color: #2d37a9;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.accordion-card__icon::before span, .accordion-card__icon::after span {
  position: absolute;
}
.accordion-card__icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.accordion-card.is-opened .accordion-card__icon::after {
  opacity: 0;
}

.icon-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .icon-block {
    gap: 20px;
  }
}
.icon-block__image {
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 93px;
}
@media screen and (max-width: 768px) {
  .icon-block__image {
    width: 80px;
  }
}
.icon-block__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .icon-block__body {
    gap: 6px;
  }
}
.icon-block__title {
  font-weight: 700;
  font-size: 26px;
  line-height: 110%;
  color: #888888;
}
@media screen and (max-width: 768px) {
  .icon-block__title {
    font-size: 20px;
  }
}
.icon-block__description {
  font-size: 16px;
  line-height: 150%;
  color: #888888;
}

.person-block {
  position: relative;
}
@media screen and (max-width: 768px) {
  .person-block {
    -ms-flex-item-align: center;
    align-self: center;
    width: 400px;
    max-width: 100%;
  }
}
.person-block__image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .person-block__image::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 180px;
    background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(transparent));
    background: linear-gradient(to top, #ffffff, transparent);
  }
}
.person-block__image img {
  width: 100%;
}
.person-block__info {
  position: absolute;
  bottom: 0;
  left: calc(100% - 25px);
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .person-block__info {
    left: calc(100% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .person-block__info {
    position: relative;
    bottom: initial;
    left: initial;
    gap: 10px;
    margin-top: -20px;
  }
}
.person-block__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 130%;
  color: #222222;
}
@media screen and (max-width: 1024px) {
  .person-block__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .person-block__title {
    font-size: 20px;
  }
}
.person-block__subtitle {
  width: 120px;
  font-size: 16px;
  line-height: 130%;
  color: #888888;
}
.person-block__icons {
  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;
  width: 120px;
  margin-top: 4px;
}
@media screen and (max-width: 1024px) {
  .person-block__icons {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .person-block__icons {
    position: absolute;
    left: 0;
    bottom: 0;
    width: auto;
  }
}
.person-block__icons img {
  width: 87px;
}

.header {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 80px;
  width: 100vw;
  background-color: #ffffff;
  z-index: 60;
}
@media screen and (max-width: 1024px) {
  .header {
    height: 68px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 60px;
  }
}
.header__content > .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__logo {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-left: 14px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .header__logo {
    margin-left: 0;
  }
}
@media screen and (min-width: 768.1px) {
  .header__logo:hover {
    opacity: 0.6;
  }
}
.header__logo img {
  height: 35px;
}
@media screen and (max-width: 768px) {
  .header__logo img {
    height: 27px;
  }
}
.header__menu .menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1024px) {
  .header__menu .menu__list {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .header__menu .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    border-top: 1px solid #ebebeb;
  }
}
@media screen and (max-width: 768px) {
  .header__menu .menu__list .menu-item {
    width: 100%;
  }
}
.header__menu .menu__list .menu-item a {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: rgba(34, 34, 34, 0.5);
  text-align: center;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  .header__menu .menu__list .menu-item a {
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #ebebeb;
  }
}
@media screen and (min-width: 768.1px) {
  .header__menu .menu__list .menu-item a:hover {
    color: #2d37a9;
  }
}
.header__menu .menu__list .menu-item.is-active a, .header__menu .menu__list .menu-item.current-menu-item a {
  color: #2d37a9;
}
.header__info {
  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: 28px;
  padding: 0 20px;
}
@media screen and (min-width: 768.1px) {
  .header__info {
    display: none;
  }
}
.header__info img {
  height: 35px;
}
.header__info p {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: rgba(34, 34, 34, 0.6);
  text-align: center;
}
.header__button {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
@media screen and (max-width: 1024px) {
  .header__button {
    width: 100%;
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .header__button {
    display: none;
  }
}
.header__burger {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
@media screen and (min-width: 768.1px) {
  .header__burger {
    display: none;
  }
}
.header__burger span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20px;
  height: 2px;
  border-radius: 1px;
  background-color: #000000;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.header__burger span:nth-child(1) {
  -webkit-transform: translate(-50%, calc(-50% - 6px));
  transform: translate(-50%, calc(-50% - 6px));
}
.header__burger span:nth-child(3) {
  -webkit-transform: translate(-50%, calc(-50% + 6px));
  transform: translate(-50%, calc(-50% + 6px));
}
@media screen and (max-width: 768px) {
  .header__mobmenu {
    position: fixed;
    top: 100%;
    left: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    width: 100vw;
    height: calc(100vh - 60px);
    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: 20px;
    background-color: #ffffff;
    padding: 5px 0 30px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .header.show-mobmenu .header__logo {
    opacity: 0;
  }
  .header.show-mobmenu .header__mobmenu {
    -webkit-transform: none;
    transform: none;
  }
  .header.show-mobmenu .header__burger span:nth-child(1) {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .header.show-mobmenu .header__burger span:nth-child(2) {
    opacity: 0;
  }
  .header.show-mobmenu .header__burger span:nth-child(3) {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

body.admin-bar .header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .header {
    top: 48px;
  }
}
@media screen and (max-width: 768px) {
  body.admin-bar .header__mobmenu {
    height: calc(100vh - 108px);
  }
}

.footer {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #e6ebee;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .footer__content > .row {
    row-gap: 50px;
  }
}
.footer__content > .row > .col:first-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 60px;
}
@media screen and (max-width: 1024px) {
  .footer__content > .row > .col:first-child {
    -webkit-column-gap: 70px;
    -moz-column-gap: 70px;
    column-gap: 70px;
  }
}
@media screen and (max-width: 768px) {
  .footer__content > .row > .col:first-child {
    -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;
    row-gap: 50px;
  }
}
.footer__logo {
  height: 35px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768.1px) {
  .footer__logo:hover {
    opacity: 0.6;
  }
}
.footer__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: 20.8px;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: rgba(34, 34, 34, 0.6);
}
.footer__info p:first-child {
  font-weight: 500;
}
.footer__info a {
  color: inherit;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (min-width: 768.1px) {
  .footer__info a:hover {
    color: #2d37a9;
  }
}

.main {
  position: relative;
  padding-top: 80px;
}
@media screen and (max-width: 1024px) {
  .main {
    padding-top: 68px;
  }
}
@media screen and (max-width: 768px) {
  .main {
    padding-top: 60px;
  }
}

.contact-form {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(calc(100% + 20px));
  transform: translateX(calc(100% + 20px));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 472px;
  max-width: 100%;
  padding: 40px 40px 50px;
  -webkit-box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  z-index: 200;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 1024px) {
  .contact-form {
    width: 440px;
    padding: 55px 24px 24px;
  }
}
@media screen and (max-width: 768px) {
  .contact-form {
    display: none;
  }
}
.contact-form.is-active {
  -webkit-transform: none;
  transform: none;
}
.contact-form__close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 28px;
  height: 28px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  cursor: pointer;
}
.contact-form__close:hover {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.contact-form__close::before, .contact-form__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #000000;
}
.contact-form__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.contact-form__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.contact-form__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: 50px;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .contact-form__content {
    gap: 30px;
  }
}
.contact-form__body {
  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: 50px;
  height: inherit;
  margin-right: -20px;
  padding-right: 20px;
  overflow: hidden auto;
}
@media screen and (max-width: 1024px) {
  .contact-form__body {
    gap: 30px;
  }
}
.contact-form__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  color: #222222;
}
@media screen and (max-width: 1024px) {
  .contact-form__title {
    font-size: 30px;
  }
}
.contact-form__footer {
  margin-top: auto;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.01em;
  color: rgba(34, 34, 34, 0.6);
}

body.admin-bar .contact-form {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .contact-form {
    top: 48px;
  }
}

@media screen and (max-width: 1024px) {
  .page-home__hero {
    padding-top: 150px;
  }
}
@media screen and (max-width: 768px) {
  .page-home__hero {
    padding-top: 50px;
  }
}
.page-home__hero .hero__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-home__company {
  margin-top: 140px;
  margin-bottom: 170px;
}
@media screen and (max-width: 1024px) {
  .page-home__company {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .page-home__company {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
.page-home__company .title-area {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .page-home__company .title-area {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .page-home__company .title-area {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768.1px) and (max-width: 1440px) {
  .page-home__company .title-area__title {
    line-height: 150%;
  }
}
.page-home__company > .col:last-child .text-block:first-child {
  padding-top: 60px;
}
@media screen and (max-width: 1024px) {
  .page-home__company > .col:last-child .text-block:first-child {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .page-home__company > .col:last-child .text-block:first-child {
    padding-top: 0;
  }
}
.page-home__company > .col:last-child .text-block:not(:last-child) {
  margin-bottom: 45px;
}
@media screen and (max-width: 1024px) {
  .page-home__company > .col:last-child .text-block:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .page-home__company > .col:last-child .text-block:not(:last-child) {
    margin-bottom: 20px;
  }
}
.page-home__cards {
  margin-top: 150px;
  margin-bottom: 150px;
}
@media screen and (max-width: 1024px) {
  .page-home__cards {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .page-home__cards {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768.1px) and (max-width: 1440px) {
  .page-home__banner .title-area__title {
    line-height: 150%;
  }
}

@media screen and (max-width: 1024px) {
  .page-engines__hero .title-area__title {
    line-height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page-engines__hero .title-area__title {
    width: 220px;
    max-width: 100%;
    line-height: 130%;
    text-transform: capitalize;
  }
}
.page-engines__planes {
  margin-top: 110px;
  margin-bottom: 110px;
}
@media screen and (max-width: 1024px) {
  .page-engines__planes {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .page-engines__planes {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
.page-engines__banner .column-banner__content {
  padding-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .page-engines__banner .column-banner__content {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 26px;
    -webkit-transform: none;
    transform: none;
  }
}
@media screen and (max-width: 768px) {
  .page-engines__banner .column-banner__content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
  }
}
.page-engines__banner .column-banner__text {
  width: 460px;
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .page-engines__banner .column-banner__text {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .page-engines__banner .column-banner__text {
    width: 100%;
  }
}
.page-engines__banner .column-banner__text .text-block__title {
  line-height: 100%;
}
@media screen and (max-width: 1024px) {
  .page-engines__banner .column-banner__text .text-block__title {
    line-height: 150%;
  }
}
@media screen and (max-width: 768px) {
  .page-engines__banner .column-banner__text .text-block__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    line-height: 130%;
    cursor: pointer;
  }
}
.page-engines__banner .column-banner__text .text-block__title img {
  width: 24px;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (min-width: 768.1px) {
  .page-engines__banner .column-banner__text .text-block__title img {
    display: none;
  }
}
@media screen and (min-width: 768.1px) {
  .page-engines__banner .column-banner__text .text-block__content {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .page-engines__banner .column-banner__text .text-block__content {
    display: none;
    color: #ffffff;
  }
}
.page-engines__banner .column-banner__text .text-block:first-child::before {
  top: 15px;
}
@media screen and (max-width: 1024px) {
  .page-engines__banner .column-banner__text .text-block:first-child::before {
    top: 18px;
  }
}
.page-engines__banner .column-banner__text .text-block.is-opened .text-block__title img {
  -webkit-transform: none;
  transform: none;
}

@media screen and (max-width: 1024px) {
  .page-about__hero .title-area__title {
    line-height: 100%;
  }
}
.page-about .about-cards {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 148px;
  margin-bottom: 148px;
}
@media screen and (max-width: 1024px) {
  .page-about .about-cards {
    margin-top: 153px;
    margin-bottom: 153px;
  }
}
@media screen and (max-width: 768px) {
  .page-about .about-cards {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
.page-about .about-cards .title-area {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .page-about .about-cards .title-area {
    margin-bottom: 20px;
  }
}
.page-about .about-cards__grid {
  display: grid;
  grid-template: repeat(2, 1fr)/repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .page-about .about-cards__grid {
    gap: 10px;
  }
}
@media screen and (max-width: 600px) {
  .page-about .about-cards__grid {
    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;
    margin-top: -10px;
  }
}
.page-about__map {
  position: relative;
  padding-top: 110px;
  padding-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .page-about__map {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media screen and (max-width: 768px) {
  .page-about__map {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.page-about__map::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  background-color: #e6ebee;
  z-index: -1;
}
.page-about__map .title-area__title {
  line-height: 145%;
}
@media screen and (max-width: 1024px) {
  .page-about__map .title-area__title {
    line-height: 150%;
  }
}
@media screen and (max-width: 768px) {
  .page-about__map .title-area__title {
    line-height: 130%;
  }
}
.page-about__map .text-block {
  margin-top: 45px;
}
@media screen and (max-width: 1024px) {
  .page-about__map .text-block {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .page-about__map .text-block {
    margin-top: -10px;
  }
}
.page-about__map .text-block__content {
  width: 460px;
  max-width: 100%;
}
.page-about__map .map {
  margin: 70px auto 0;
}
@media screen and (max-width: 1024px) {
  .page-about__map .map {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .page-about__map .map {
    width: 96.25vw;
    max-width: initial;
  }
}

@media screen and (max-width: 768px) {
  .page-inspections__hero .hero__background {
    background-position: left top;
  }
}
@media screen and (max-width: 1024px) {
  .page-inspections__hero .hero__content .title-area__title {
    font-size: 60px;
    line-height: 117%;
  }
}
@media screen and (max-width: 768px) {
  .page-inspections__hero .hero__content .title-area__title {
    font-size: 32px;
    line-height: 130%;
  }
}
.page-inspections__hero .hero__title {
  width: 120%;
}
@media screen and (max-width: 768px) {
  .page-inspections__hero .hero__title {
    width: 100%;
  }
}
.page-inspections__hero .hero__description {
  color: #ffffff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
.page-inspections__team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 860px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .page-inspections__team {
    min-height: 600px;
  }
}
@media screen and (max-width: 768px) {
  .page-inspections__team {
    min-height: 0;
    padding-top: 40px;
    padding-bottom: 110px;
  }
}
.page-inspections__team > .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .page-inspections__team .title-area {
    margin-bottom: -10px;
  }
}
.page-inspections__team .title-area__title {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .page-inspections__team .title-area__title {
    margin-bottom: 20px;
  }
}
.page-inspections__team .title-area__title span {
  color: #2d37a9;
}
@media screen and (max-width: 768px) {
  .page-inspections__banner::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .page-inspections__banner .column-banner__image {
    position: relative;
    top: initial;
    left: initial;
    -webkit-transform: none;
    transform: none;
    height: auto;
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 768px) {
  .page-inspections__banner .column-banner__image img {
    position: relative;
    top: initial;
    bottom: initial;
    right: initial;
    height: auto;
  }
}
.page-inspections__banner .column-banner__content {
  padding-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .page-inspections__banner .column-banner__content {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 25px;
    -webkit-transform: none;
    transform: none;
  }
}
@media screen and (max-width: 768px) {
  .page-inspections__banner .column-banner__content {
    padding-top: 0;
    padding-bottom: 30px;
    padding-left: 0;
  }
}
.page-inspections__banner .column-banner__text {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .page-inspections__banner .column-banner__text {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .page-inspections__banner .column-banner__text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }
}
.page-inspections__banner .column-banner__text .text-block::before {
  display: none;
}
@media screen and (max-width: 1024px) {
  .page-inspections__banner .column-banner__text .text-block__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .page-inspections__banner .column-banner__text .text-block__title {
    font-size: 20px;
    color: #222222;
    text-shadow: none;
  }
}
.page-inspections__banner .column-banner__text .icon-block {
  width: 370px;
  max-width: 100%;
}
.page-inspections__planes {
  margin-top: 110px;
  margin-bottom: 110px;
}
@media screen and (max-width: 1024px) {
  .page-inspections__planes {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .page-inspections__planes {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .page-inspections__planes .planes__body {
    gap: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .page-inspections__planes .planes__body {
    gap: 20px;
  }
}
.page-inspections .accordions {
  position: relative;
  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;
  min-height: 860px;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .page-inspections .accordions {
    min-height: 700px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.page-inspections .accordions::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  background-color: #e6ebee;
  z-index: -1;
}
.page-inspections .accordions__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .page-inspections .accordions__body {
    gap: 20px;
  }
}
.page-inspections .accordions__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .page-inspections .accordions__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media screen and (max-width: 600px) {
  .page-inspections .accordions__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.page-contacts__hero .hero__content {
  gap: 50px;
  width: 365px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .page-contacts__hero .hero__content {
    gap: 35px;
  }
}
.page-contacts__hero .hero__description {
  gap: 20.8px;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: #243048;
}
.page-contacts__hero .hero__description a {
  font-weight: 500;
}
.page-contacts__map {
  position: absolute;
  left: 515px;
  top: 100px;
  max-width: initial;
  background-color: transparent;
}
@media screen and (max-width: 1440px) {
  .page-contacts__map {
    left: initial;
    right: -5.83vw;
    width: 68.26vw;
  }
}
@media screen and (max-width: 1024px) {
  .page-contacts__map {
    top: 88px;
    right: -6.8vw;
    width: 73.6vw;
  }
}
@media screen and (max-width: 768px) {
  .page-contacts__map {
    position: relative;
    top: initial;
    right: initial;
    width: 96.41vw;
  }
}
@media screen and (max-width: 768px) {
  .page-contacts__map .map__image {
    mix-blend-mode: normal;
  }
}
/*# sourceMappingURL=style.min.css.map */