@font-face {
  font-family: "Inter_18pt";
  font-display: swap;
  src: url("../fonts/Inter_18pt-Black.woff2") format("woff2"), url("../fonts/Inter_18pt-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Inter_18pt";
  font-display: swap;
  src: url("../fonts/Inter_18pt-Bold.woff2") format("woff2"), url("../fonts/Inter_18pt-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Inter_18pt";
  font-display: swap;
  src: url("../fonts/Inter_18pt-ExtraBold.woff2") format("woff2"), url("../fonts/Inter_18pt-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Inter_18pt";
  font-display: swap;
  src: url("../fonts/Inter_18pt-ExtraLight.woff2") format("woff2"), url("../fonts/Inter_18pt-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Inter_18pt";
  font-display: swap;
  src: url("../fonts/Inter_18pt-Light.woff2") format("woff2"), url("../fonts/Inter_18pt-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Inter_18pt";
  font-display: swap;
  src: url("../fonts/Inter_18pt-Medium.woff2") format("woff2"), url("../fonts/Inter_18pt-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Inter_18pt";
  font-display: swap;
  src: url("../fonts/Inter_18pt-SemiBold.woff2") format("woff2"), url("../fonts/Inter_18pt-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Inter_18pt";
  font-display: swap;
  src: url("../fonts/Inter_18pt-Regular.woff2") format("woff2"), url("../fonts/Inter_18pt-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter_18pt";
  font-display: swap;
  src: url("../fonts/Inter_18pt-Thin.woff2") format("woff2"), url("../fonts/Inter_18pt-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  font-display: swap;
  src: url("../fonts/Poppins-Black.woff2") format("woff2"), url("../fonts/Poppins-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  font-display: swap;
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  font-display: swap;
  src: url("../fonts/Poppins-ExtraBold.woff2") format("woff2"), url("../fonts/Poppins-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  font-display: swap;
  src: url("../fonts/Poppins-ExtraLight.woff2") format("woff2"), url("../fonts/Poppins-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  font-display: swap;
  src: url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  font-display: swap;
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  font-display: swap;
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  font-display: swap;
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  font-display: swap;
  src: url("../fonts/Poppins-Thin.woff2") format("woff2"), url("../fonts/Poppins-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
* {
  outline: none;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p, ul, li {
  margin: 0;
  padding: 0;
}

img, svg, picture {
  width: auto;
  height: auto;
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
}

/* Colors */ /* App */
.app {
  width: 100%;
  overflow: hidden;
  min-height: 100vh;
  position: relative;
}

/* Containers */
.max-width-1920 {
  max-width: 1920px;
  margin: 0 auto;
}

.max-width-1880 {
  max-width: 1900px;
  margin: 0 auto;
  padding: 0 10px;
}

.container {
  width: 100%;
  max-width: 1460px;
  padding: 0 10px;
  margin: 0 auto;
}

/* Blocks */
.block {
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .block {
    padding: 48px 0;
  }
}
@media (max-width: 768px) {
  .block {
    padding: 32px 0;
  }
}
.block_padding_0 {
  padding: 0;
}
.block_padding_50 {
  padding: 50px 0;
}
@media (max-width: 1024px) {
  .block_padding_50 {
    padding: 48px 0;
  }
}
@media (max-width: 768px) {
  .block_padding_50 {
    padding: 32px 0;
  }
}
.block_padding_bottom {
  padding: 0 0 48px 0;
}
@media (max-width: 768px) {
  .block_padding_bottom {
    padding: 0 0 32px 0;
  }
}
.block_padding_top {
  padding: 48px 0 0 0;
}
@media (max-width: 768px) {
  .block_padding_top {
    padding: 32px 0 0 0;
  }
}
.block_padding_100_50 {
  padding: 100px 0 50px 0;
}
@media (max-width: 1024px) {
  .block_padding_100_50 {
    padding: 48px 0;
  }
}
@media (max-width: 768px) {
  .block_padding_100_50 {
    padding: 32px 0;
  }
}
.block_padding_50_100 {
  padding: 50px 0 100px 0;
}
@media (max-width: 1024px) {
  .block_padding_50_100 {
    padding: 48px 0;
  }
}
@media (max-width: 768px) {
  .block_padding_50_100 {
    padding: 32px 0;
  }
}
.block_padding_0_100 {
  padding: 0 0 100px 0;
}
@media (max-width: 1024px) {
  .block_padding_0_100 {
    padding: 0 0 48px 0;
  }
}
@media (max-width: 768px) {
  .block_padding_0_100 {
    padding: 0 0 32px 0;
  }
}
.block_padding_100_0 {
  padding: 100px 0 0 0;
}
@media (max-width: 1024px) {
  .block_padding_100_0 {
    padding: 48px 0 0 0;
  }
}
@media (max-width: 768px) {
  .block_padding_100_0 {
    padding: 32px 0 0 0;
  }
}

/* Buttons */
.button {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s linear;
  /* Uppercase text */
  /* Blue Button */
}
@media (max-width: 768px) {
  .button {
    padding: 12px 16px;
  }
}
@media (max-width: 480px) {
  .button {
    width: 100%;
  }
}
.button_uppercase {
  text-transform: uppercase;
}
.button_blue {
  border: 1px solid #1285FF;
  background: #1285FF;
  color: #fff;
}
.button_blue:hover {
  background: #fff;
  color: #1285FF;
}
.button_white {
  border: 1px solid #fff;
  background: #fff;
  color: #161616;
}
.button_white:hover {
  border: 1px solid #161616;
  background: #161616;
  color: #fff;
}

/* Titles */
.title {
  color: #181819;
}
.title span {
  color: #0088EC;
}
.title_white {
  color: #fff;
}
.title_big {
  font-size: 4rem;
  font-weight: 900;
}
@media (max-width: 1440px) {
  .title_big {
    font-size: 3.375rem;
  }
}
@media (max-width: 1280px) {
  .title_big {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .title_big {
    font-size: 2.5rem;
  }
}
.title_middle {
  font-size: 3.375rem;
  font-weight: 900;
}
@media (max-width: 1440px) {
  .title_middle {
    font-size: 3rem;
  }
}
@media (max-width: 1280px) {
  .title_middle {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .title_middle {
    font-size: 2rem;
  }
}
.title_small {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.375;
  color: #000;
}
@media (max-width: 768px) {
  .title_small {
    font-size: 1.25rem;
  }
}

/* Card Post */
.card-post {
  padding: 8px 8px 22px 8px;
  border-radius: 8px;
  background: #F9F9F9;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
@media (max-width: 768px) {
  .card-post {
    padding: 8px 8px 16px 8px;
  }
}
.card-post__image {
  width: 100%;
  height: 290px;
  border-radius: 8px;
  overflow: hidden;
}
.card-post__image img, .card-post__image svg, .card-post__image picture {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.card-post__content {
  padding: 15px 10px 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 12px 0;
}
@media (max-width: 768px) {
  .card-post__content {
    padding: 12px 8px 0 8px;
    gap: 8px 0;
  }
}
.card-post__title {
  font-size: 1.125rem;
  line-height: 1.833;
  font-weight: 600;
  color: #000;
  transition: all 0.3s linear;
}
.card-post__title:hover {
  color: #0088EC;
  text-decoration: underline;
}
.card-post__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
  color: #000;
}

/* Card resource */
.card-resource {
  padding: 8px 8px 22px 8px;
  border-radius: 8px;
  background: #F9F9F9;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
@media (max-width: 768px) {
  .card-resource {
    padding: 8px 8px 16px 8px;
  }
}
.card-resource__image {
  width: 100%;
  height: 290px;
  border-radius: 8px;
  overflow: hidden;
}
.card-resource__image img, .card-resource__image svg, .card-resource__image picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.card-resource__content {
  flex-grow: 1;
  padding: 15px 10px 0 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 15px 0;
}
@media (max-width: 768px) {
  .card-resource__content {
    padding: 12px 8px 0 8px;
  }
}
.card-resource__title {
  font-size: 1.125rem;
  line-height: 1.83;
  font-weight: 500;
  color: #000;
  text-align: center;
}
.card-resource__button {
  margin: auto 0 0 0;
}

/* Card Events */
.card-event {
  padding: 24px;
  border-radius: 8px;
  background: #F9F9F9;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
@media (max-width: 768px) {
  .card-event {
    padding: 16px;
  }
}
.card-event__image {
  width: 100%;
  height: 290px;
  border-radius: 8px;
  overflow: hidden;
}
.card-event__image img, .card-event__image svg, .card-event__image picture {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.card-event__content {
  flex-grow: 1;
  padding: 24px 0 0 0;
}
@media (max-width: 768px) {
  .card-event__content {
    padding: 16px 0 0 0;
  }
}
.card-event__title {
  font-size: 1.25rem;
  line-height: 1.65;
  font-weight: 600;
  color: #181819;
  margin: 0 0 8px 0;
}
@media (max-width: 768px) {
  .card-event__title {
    font-size: 1.125rem;
  }
}
.card-event__text {
  width: 100%;
  font-size: 1rem;
  line-height: 2.0625;
  font-weight: 400;
  color: #000;
}

/* Breadcrumb */
.breadcrumb ul {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumb ul li {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  padding: 0 25px 0 0;
  position: relative;
}
.breadcrumb ul li::after {
  display: block;
  content: "";
  width: 1px;
  height: calc(100% - 4px);
  background: #9C9C9C;
  position: absolute;
  right: 12px;
}
.breadcrumb ul li:nth-last-of-type(1) {
  padding: 0;
}
.breadcrumb ul li:nth-last-of-type(1)::after {
  display: none;
}
.breadcrumb ul li a {
  font-size: 1rem;
  font-weight: 400;
  color: #9C9C9C;
  transition: all 0.3s linear;
}
.breadcrumb ul li a:hover {
  color: #0088EC;
  text-decoration: underline;
}
.breadcrumb ul li span {
  font-size: 1rem;
  font-weight: 400;
  color: #181819;
}

/* Separator */
.separator {
  width: 100%;
}
.separator span {
  display: block;
  width: 100%;
  height: 1px;
  background: #F5F5F5;
}

/* Video Icon */
.button_modal_video {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  min-width: 64px;
  border-radius: 50%;
  border: 1px solid #0088EC;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s linear;
}
@media (max-width: 768px) {
  .button_modal_video {
    width: 48px;
    height: 48px;
    min-width: 48px;
  }
}
.button_modal_video:hover {
  background: #0088EC;
}
.button_modal_video:hover svg path {
  fill: #fff;
}
.button_modal_video img, .button_modal_video svg, .button_modal_video picture {
  max-width: 24px;
  max-height: 100%;
}
.button_modal_video img path, .button_modal_video svg path, .button_modal_video picture path {
  fill: #0088EC;
  transition: all 0.3s linear;
}
@media (max-width: 768px) {
  .button_modal_video img, .button_modal_video svg, .button_modal_video picture {
    max-width: 18px;
  }
}

/* Style Forms */
form {
  font-family: "Inter_18pt", sans-serif;
}
form input[type=text], form input[type=tel], form input[type=email] {
  padding: 14px 16px;
  border: 1px solid #EAECF5;
  background: #fff;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 400;
  color: #222;
  transition: all 0.3s linear;
}
form input[type=text]::placeholder, form input[type=tel]::placeholder, form input[type=email]::placeholder {
  color: #8289A6;
}
form input[type=text]:focus, form input[type=tel]:focus, form input[type=email]:focus {
  border: 1px solid #0088EC;
}
form button {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s linear;
  text-transform: uppercase;
  border: 1px solid #1285FF;
  background: #1285FF;
  color: #fff;
}
form button:hover {
  background: #fff;
  color: #1285FF;
}
@media (max-width: 768px) {
  form button {
    padding: 12px 16px;
  }
}
@media (max-width: 480px) {
  form button {
    width: 100%;
  }
}

/* Gravity Forms */
.gform_wrapper .gform_validation_errors {
  display: none;
}
.gform_wrapper .gform_heading {
  display: none;
}
.gform_wrapper .gform-body {
  width: 100%;
}
.gform_wrapper .gform-body .gform_fields {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  gap: 24px 24px;
}
@media (max-width: 768px) {
  .gform_wrapper .gform-body .gform_fields {
    gap: 16px 16px;
  }
}
.gform_wrapper .gform-body .gfield {
  width: calc((100% - 24px) / 2);
}
@media (max-width: 768px) {
  .gform_wrapper .gform-body .gfield {
    width: 100%;
  }
}
.gform_wrapper .gform-body .gfield input, .gform_wrapper .gform-body .gfield select, .gform_wrapper .gform-body .gfield textarea {
  width: 100%;
}
.gform_wrapper .gform-body .gfield.gfield_error input {
  border: 1px solid #E4231E;
}
.gform_wrapper .gform-body .gfield .gfield_label {
  display: none;
}
.gform_wrapper .gform-body .gfield .validation_message {
  padding: 6px 0 0 0;
  font-size: 0.75rem;
  font-weight: 600;
  color: #E4231E;
}
.gform_wrapper .gform-footer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 24px 0 0 0;
}
@media (max-width: 768px) {
  .gform_wrapper .gform-footer {
    margin: 16px 0 0 0;
  }
}
.gform_wrapper .gform-footer input[type=submit] {
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s linear;
  text-transform: uppercase;
  border: 1px solid #1285FF;
  background: #1285FF;
  color: #fff;
}
.gform_wrapper .gform-footer input[type=submit]:hover {
  background: #fff;
  color: #1285FF;
}
@media (max-width: 768px) {
  .gform_wrapper .gform-footer input[type=submit] {
    padding: 12px 16px;
  }
}

.el28__form .gform-footer {
  justify-content: start;
}
.el28__form .gform-footer input[type=submit] {
  width: auto;
}
@media (max-width: 480px) {
  .el28__form .gform-footer input[type=submit] {
    width: 100%;
  }
}

/* Modals (Popups) */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(10px);
  background: rgba(249, 249, 249, 0.95);
  overflow-y: auto;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s linear;
  padding: 10px;
  /* Modal with video */
}
.modal_open {
  z-index: 1000;
  opacity: 1;
}
.modal_video .modal__wrapper {
  background: transparent;
  max-width: 1280px;
  box-shadow: none;
}
.modal_video .modal__video {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.13);
  border-radius: 20px;
  overflow: hidden;
}
.modal_open .modal__wrapper {
  opacity: 1;
  transform: scale(1);
}
.modal__wrapper {
  width: 100%;
  max-width: 810px;
  padding: 60px 50px;
  position: relative;
  background: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.13);
  border-radius: 20px;
  overflow: hidden;
  margin: auto;
  transition: all 0.2s linear;
  transition-delay: 0.3s;
  opacity: 0;
  transform: scale(0.5);
}
@media (max-width: 1024px) {
  .modal__wrapper {
    padding: 48px 32px;
  }
}
@media (max-width: 768px) {
  .modal__wrapper {
    padding: 32px 24px;
  }
}
.modal__close {
  position: absolute;
  top: 26px;
  right: 26px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .modal__close {
    top: 16px;
    right: 16px;
  }
}
@media (max-width: 768px) {
  .modal__close {
    top: 12px;
    right: 12px;
  }
}
.modal__close svg path {
  transition: all 0.3s linear;
}
.modal__close:hover svg path {
  stroke: #1285FF;
}
.modal__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.modal__title {
  width: 100%;
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 600;
  color: #0088EC;
  text-align: center;
  margin: 0 0 8px 0;
}
@media (max-width: 1024px) {
  .modal__title {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .modal__title {
    font-size: 1.5rem;
  }
}
.modal__text {
  width: 100%;
  margin: 0 0 24px 0;
}
@media (max-width: 768px) {
  .modal__text {
    margin: 0 0 16px 0;
  }
}
.modal__text p {
  width: 100%;
  font-size: 1rem;
  line-height: 2.0625;
  font-weight: 400;
  color: #222;
  text-align: center;
}
.modal__form {
  width: 100%;
}
.modal__video {
  width: 100%;
}
.modal__video video {
  aspect-ratio: 16/9;
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.modal__footer {
  margin: 28px 0 0 0;
  width: 100%;
  font-size: 1.125rem;
  font-weight: 400;
  color: #222;
  text-align: center;
}
@media (max-width: 768px) {
  .modal__footer {
    font-size: 1rem;
    margin: 16px 0 0 0;
  }
}
.modal__footer a {
  color: #0088EC;
  transition: all 0.3s linear;
}
.modal__footer a:hover {
  color: #1285FF;
  text-decoration: underline;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter_18pt", "Poppins", sans-serif;
}

/* Header */
.header {
  width: 100%;
  padding: 50px 0;
  background: #fff;
  position: relative;
  z-index: 4;
  transition: all 0.3s linear;
  /* Burger Toggle */
  /* Header Dark */
}
@media (max-width: 1024px) {
  .header {
    padding: 32px 0;
  }
}
@media (max-width: 768px) {
  .header {
    padding: 24px 0;
  }
}
@media (max-width: 1024px) {
  .header_open {
    background: #fff;
    z-index: 10;
  }
  .header_open .header__burger span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 11.5px;
  }
  .header_open .header__burger span:nth-of-type(2) {
    opacity: 0;
  }
  .header_open .header__burger span:nth-of-type(3) {
    top: 11.5px;
    transform: rotate(-45deg);
  }
  .header_open .header__nav {
    top: 100%;
    transform: translateY(0);
  }
}
.header__out {
  width: 100%;
}
.header__block {
  width: 100%;
  background: #222;
  padding: 50px 0;
  position: relative;
}
@media (max-width: 1024px) {
  .header__block {
    padding: 32px 0;
  }
}
@media (max-width: 768px) {
  .header__block {
    padding: 24px 0;
  }
}
.header_dark {
  background: transparent;
  padding: 0;
}
@media (max-width: 1024px) {
  .header_dark .header__nav {
    background: #222;
  }
}
.header_dark .header__menu ul li.current_page_item a {
  color: #0088EC;
}
.header_dark .header__menu ul li a {
  color: #fff;
}
.header_dark .header__menu ul li a:hover {
  color: #0088EC;
}
.header_dark .header__burger span {
  background: #fff;
}
.header__wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  display: block;
  max-width: 223px;
  min-width: 150px;
  z-index: 3;
}
@media (max-width: 768px) {
  .header__logo {
    max-width: 150px;
    min-width: 100px;
  }
}
.header__burger {
  display: none;
}
@media (max-width: 1024px) {
  .header__burger {
    display: block;
    width: 32px;
    height: 23px;
    position: relative;
    z-index: 3;
  }
  .header__burger span {
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    transition: all 0.3s linear;
    background: #181819;
    border-radius: 8px;
  }
  .header__burger span:nth-of-type(1) {
    top: 0;
  }
  .header__burger span:nth-of-type(2) {
    top: 10px;
  }
  .header__burger span:nth-of-type(3) {
    top: 20px;
  }
}
.header__nav {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .header__nav {
    position: absolute;
    width: 100%;
    padding: 24px 10px;
    top: 0;
    left: 0;
    transform: translateY(-110%);
    transition: all 0.3s linear;
    background: #fff;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    border-bottom: 1px solid #1285FF;
    gap: 32px 0;
    z-index: 2;
  }
}
@media (max-width: 768px) {
  .header__nav {
    gap: 24px 0;
  }
}
.header__menu {
  padding: 0 32px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .header__menu {
    width: 100%;
    padding: 0;
  }
}
.header__menu ul {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 0 71px;
}
@media (max-width: 1440px) {
  .header__menu ul {
    gap: 0 48px;
  }
}
@media (max-width: 1280px) {
  .header__menu ul {
    gap: 0 32px;
  }
}
@media (max-width: 1024px) {
  .header__menu ul {
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 24px 0;
  }
}
@media (max-width: 768px) {
  .header__menu ul {
    gap: 16px 0;
  }
}
.header__menu ul li.current_page_item a {
  color: #1285FF;
}
.header__menu ul a {
  font-size: 1rem;
  font-weight: 400;
  color: #181819;
  transition: all 0.3s linear;
}
.header__menu ul a:hover {
  color: #1285FF;
}
.header__buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0 20px;
}
@media (max-width: 1024px) {
  .header__buttons {
    width: 100%;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 20px 0;
  }
}
.header__button_book {
  min-width: 217px;
}
@media (max-width: 1024px) {
  .header__button_book {
    min-width: 0;
  }
}

/* Footer */
.footer {
  width: 100%;
  background: #222;
}
.footer__out {
  width: 100%;
  padding: 48px 0 70px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .footer__out {
    padding: 48px 0;
  }
}
@media (max-width: 768px) {
  .footer__out {
    padding: 32px 0;
  }
}
.footer__left {
  position: absolute;
  top: 49px;
  left: 0;
  width: 18%;
  pointer-events: none;
  z-index: 1;
  opacity: 0.5;
  mix-blend-mode: lighten;
}
@media (max-width: 1024px) {
  .footer__left {
    width: 30%;
  }
}
.footer__right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 26%;
  pointer-events: none;
  z-index: 1;
  opacity: 0.5;
  mix-blend-mode: lighten;
}
@media (max-width: 1024px) {
  .footer__right {
    width: 33%;
  }
}
.footer__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  position: relative;
  z-index: 2;
}
.footer__head {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 40px 0;
  border-bottom: 1px solid #fff;
  gap: 0 20px;
}
@media (max-width: 1024px) {
  .footer__head {
    padding: 0 0 32px 0;
  }
}
@media (max-width: 768px) {
  .footer__head {
    padding: 0 0 24px 0;
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
}
.footer__head_content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
@media (max-width: 768px) {
  .footer__head_content {
    width: 100%;
  }
}
.footer__head_title {
  color: #0088EC;
  margin: 0 0 16px 0;
}
.footer__head_text {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 792px;
}
@media (max-width: 768px) {
  .footer__head_text {
    margin: 0 0 24px 0;
  }
}
.footer__head_text p {
  font-size: 1rem;
  line-height: 2.0625;
  font-weight: 400;
  color: #fff;
}
.footer__head_button {
  min-width: 192px;
}
.footer__bottom {
  width: 100%;
  padding: 40px 0 0 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  gap: 0 20px;
}
@media (max-width: 1024px) {
  .footer__bottom {
    padding: 32px 0 0 0;
    flex-wrap: wrap;
    gap: 32px 20px;
  }
}
@media (max-width: 768px) {
  .footer__bottom {
    padding: 24px 0 0 0;
    gap: 20px 20px;
  }
}
.footer__column {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  max-width: 270px;
}
@media (max-width: 1024px) {
  .footer__column:nth-of-type(1) {
    width: 100%;
    max-width: none;
  }
  .footer__column:nth-of-type(2), .footer__column:nth-of-type(3), .footer__column:nth-of-type(4) {
    width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 768px) {
  .footer__column:nth-of-type(2), .footer__column:nth-of-type(3), .footer__column:nth-of-type(4) {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 480px) {
  .footer__column:nth-of-type(2), .footer__column:nth-of-type(3), .footer__column:nth-of-type(4) {
    width: 100%;
    min-width: 100%;
  }
}
.footer__column_title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0088EC;
  margin: 0 0 16px 0;
}
@media (max-width: 768px) {
  .footer__column_title {
    font-size: 1.125rem;
  }
}
.footer__menu ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
.footer__menu ul li.current_page_item a {
  color: #0088EC;
}
.footer__menu ul li a {
  font-size: 1rem;
  line-height: 1.875;
  font-weight: 400;
  color: #fff;
  transition: all 0.3s linear;
}
.footer__menu ul li a:hover {
  color: #0088EC;
}
.footer__logo {
  max-width: 223px;
  min-width: 150px;
  margin: 0 0 32px 0;
}
@media (max-width: 768px) {
  .footer__logo {
    margin: 0 0 16px 0;
    max-width: 150px;
    min-width: 100px;
  }
}
.footer__text {
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .footer__text {
    max-width: 276px;
  }
}
@media (max-width: 768px) {
  .footer__text {
    max-width: none;
  }
}
.footer__text p {
  width: 100%;
  font-size: 1rem;
  line-height: 2.0625;
  font-weight: 400;
  color: #fff;
}
.footer__button_contact {
  margin: 30px 0 0 0;
}
@media (max-width: 768px) {
  .footer__button_contact {
    margin: 24px 0 0 0;
  }
}

.el1 {
  width: 100%;
  padding: 65px 0;
  position: relative;
}
@media (max-width: 1024px) {
  .el1 {
    padding: 48px 0;
  }
}
@media (max-width: 768px) {
  .el1 {
    padding: 32px 0;
  }
}
.el1__wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .el1__wrapper {
    flex-wrap: wrap;
  }
}
.el1__content {
  width: 52%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
@media (max-width: 1024px) {
  .el1__content {
    width: 100%;
    margin: 0 0 32px 0;
    align-items: center;
  }
}
.el1__title {
  margin: 0 0 29px 0;
}
@media (max-width: 1024px) {
  .el1__title {
    margin: 0 0 24px 0;
    text-align: center;
  }
}
.el1__text {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  gap: 16px 0;
  margin: 0 0 60px 0;
}
@media (max-width: 1024px) {
  .el1__text {
    margin: 0 0 48px 0;
  }
}
@media (max-width: 768px) {
  .el1__text {
    margin: 0 0 24px 0;
  }
}
.el1__text p {
  font-size: 1.25rem;
  line-height: 1.65;
  font-weight: 400;
  color: #181819;
}
@media (max-width: 1024px) {
  .el1__text p {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .el1__text p {
    font-size: 1rem;
  }
}
.el1__image {
  width: 45%;
  position: absolute;
  right: 10px;
  border-radius: 8px 0 0 8px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .el1__image {
    position: relative;
    max-width: 100%;
    width: auto;
    border-radius: 8px;
    margin: 0 auto;
    right: 0;
  }
}
.el1__image img, .el1__image svg, .el1__image picture {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .el1__image img, .el1__image svg, .el1__image picture {
    width: auto;
    max-height: 500px;
  }
}
@media (max-width: 768px) {
  .el1__image img, .el1__image svg, .el1__image picture {
    max-height: 400px;
  }
}
.el1__image_icon {
  position: absolute;
}

.el2 {
  width: 100%;
  padding: 65px 0 80px 0;
  position: relative;
}
@media (max-width: 1024px) {
  .el2 {
    padding: 48px 0;
  }
}
@media (max-width: 768px) {
  .el2 {
    padding: 32px 0;
  }
}
.el2__out {
  width: 100%;
  position: relative;
}
.el2__block {
  width: 100%;
  border-radius: 8px;
  background: #222;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .el2__block {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .el2__block {
    padding: 32px 0;
  }
}
.el2__block_arrow {
  width: 17%;
  position: absolute;
  left: 30%;
  bottom: calc(100% - 160px);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1280px) {
  .el2__block_arrow {
    bottom: calc(100% - 120px);
  }
}
@media (max-width: 1024px) {
  .el2__block_arrow {
    width: 22%;
    left: 20%;
  }
}
@media (max-width: 768px) {
  .el2__block_arrow {
    width: 150px;
    height: 150px;
    left: 15%;
    bottom: calc(100% - 80px);
  }
}
.el2__block_left {
  width: 16.7%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.8575;
  mix-blend-mode: lighten;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1024px) {
  .el2__block_left {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .el2__block_left {
    width: 30%;
  }
}
.el2__block_right {
  width: 23.5%;
  position: absolute;
  right: 0;
  bottom: -50px;
  opacity: 0.5;
  mix-blend-mode: lighten;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1024px) {
  .el2__block_right {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .el2__block_right {
    width: 35%;
  }
}
.el2__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  position: relative;
  z-index: 3;
}
.el2__icon {
  max-width: 65px;
  margin: 0 0 16px 0;
}
@media (max-width: 768px) {
  .el2__icon {
    max-width: 48px;
  }
}
.el2__title {
  text-align: center;
  margin: 0 0 24px 0;
}
.el2__text {
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  margin: 0 0 48px 0;
}
@media (max-width: 768px) {
  .el2__text {
    margin: 0 0 24px 0;
  }
}
.el2__text p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.65;
  color: #fff;
  text-align: center;
}
.el2__text p span {
  color: #0088EC;
}
@media (max-width: 768px) {
  .el2__text p {
    font-size: 1rem;
  }
}

.el3 {
  width: 100%;
  padding: 80px 0 60px 0;
}
@media (max-width: 1024px) {
  .el3 {
    padding: 48px 0;
  }
}
@media (max-width: 768px) {
  .el3 {
    padding: 32px 0;
  }
}
.el3__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.el3__title {
  text-align: center;
  margin: 0 0 16px 0;
}
.el3__text {
  margin: 0 0 72px 0;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .el3__text {
    margin: 0 0 48px 0;
  }
}
@media (max-width: 768px) {
  .el3__text {
    margin: 0 0 24px 0;
  }
}
.el3__text p {
  font-size: 1.25rem;
  line-height: 1.65;
  font-weight: 400;
  color: #000;
  text-align: center;
}
@media (max-width: 768px) {
  .el3__text p {
    font-size: 1rem;
  }
}
.el3__items {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  gap: 24px 24px;
}
@media (max-width: 768px) {
  .el3__items {
    gap: 16px;
  }
}
.el3__item {
  width: calc((100% - 48px) / 3);
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 40px 24px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.13);
  border-radius: 8px;
  color: #F9F9F9;
  min-height: 279px;
}
@media (max-width: 1024px) {
  .el3__item {
    width: calc((100% - 24px) / 2);
    min-height: 200px;
  }
}
@media (max-width: 768px) {
  .el3__item {
    padding: 32px 16px;
    width: 100%;
    min-height: 0;
  }
}
.el3__item_title {
  text-align: center;
  margin: 0 0 12px 0;
}
.el3__item_text {
  font-size: 1rem;
  line-height: 1.875;
  font-weight: 400;
  color: #000;
  text-align: center;
  margin: 0 0 24px 0;
}
.el3__item_button {
  margin: auto 0 0 0;
  font-size: 1rem;
  font-weight: 600;
  color: #0088EC;
  text-align: center;
  transition: all 0.3s linear;
}
.el3__item_button:hover {
  color: #1285FF;
  text-decoration: underline;
}

.el4 {
  width: 100%;
  padding: 60px 0 40px 0;
}
@media (max-width: 1024px) {
  .el4 {
    padding: 48px 0 40px 0;
  }
}
@media (max-width: 768px) {
  .el4 {
    padding: 32px 0;
  }
}
.el4__out {
  width: 100%;
  position: relative;
}
.el4__block {
  width: 100%;
  background: #222;
  border-radius: 8px;
  position: relative;
  overflow-x: clip;
  padding: 100px 70px;
}
@media (max-width: 1280px) {
  .el4__block {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .el4__block {
    padding: 32px 0;
  }
}
.el4__block_arrow {
  width: 11%;
  position: absolute;
  right: 21%;
  bottom: calc(100% - 120px);
}
@media (max-width: 1440px) {
  .el4__block_arrow {
    width: 15%;
  }
}
@media (max-width: 1280px) {
  .el4__block_arrow {
    bottom: calc(100% - 70px);
  }
}
@media (max-width: 768px) {
  .el4__block_arrow {
    width: 110px;
    height: 110px;
    bottom: calc(100% - 50px);
  }
}
.el4__block_left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 39.2%;
  pointer-events: none;
  z-index: 1;
  opacity: 0.3;
  mix-blend-mode: lighten;
}
@media (max-width: 1024px) {
  .el4__block_left {
    width: 45%;
  }
}
.el4__block_right {
  position: absolute;
  top: 0;
  right: 0;
  width: 23%;
  pointer-events: none;
  z-index: 1;
  opacity: 0.3;
  mix-blend-mode: lighten;
}
@media (max-width: 1024px) {
  .el4__block_right {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .el4__block_right {
    width: 35%;
  }
}
.el4__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  position: relative;
  z-index: 3;
}
.el4__title {
  text-align: center;
  margin: 0 0 24px 0;
}
@media (max-width: 768px) {
  .el4__title {
    margin: 0 0 16px 0;
  }
}
.el4__text {
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  margin: 0 0 48px 0;
}
@media (max-width: 1024px) {
  .el4__text {
    margin: 0 0 32px 0;
  }
}
@media (max-width: 768px) {
  .el4__text {
    margin: 0 0 24px 0;
  }
}
.el4__text p {
  font-size: 1rem;
  line-height: 1.875;
  font-weight: 400;
  text-align: center;
  color: #fff;
}
.el4__subtitle {
  font-size: 1rem;
  line-height: 1.875;
  font-weight: 400;
  color: #0088EC;
  text-align: center;
  margin: 0 0 52px 0;
}
@media (max-width: 768px) {
  .el4__subtitle {
    margin: 0 0 24px 0;
  }
}
.el4__slider {
  width: 100%;
}
.el4__slider_pagination {
  margin: 52px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px 30px;
}
@media (max-width: 768px) {
  .el4__slider_pagination {
    margin: 32px 0 0 0;
    gap: 16px 16px;
  }
}
.el4__slider_pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  min-width: 13px;
  border-radius: 50%;
  background: #fff;
  margin: 0 !important;
  transition: all 0.3s linear;
  display: block;
  opacity: 1;
}
.el4__slider_pagination .swiper-pagination-bullet-active {
  background: #0088EC;
}
.el4__slide {
  height: auto !important;
  padding: 40px 34px;
  background: #F9F9F9;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
@media (max-width: 768px) {
  .el4__slide {
    padding: 32px 24px;
  }
}
.el4__slide_image {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 0 15px 0;
}
@media (max-width: 768px) {
  .el4__slide_image {
    width: 55px;
    height: 55px;
  }
}
.el4__slide_title {
  font-size: 1.25rem;
  line-height: 1.65;
  font-weight: 700;
  color: #000;
  margin: 0 0 12px 0;
}
@media (max-width: 768px) {
  .el4__slide_title {
    font-size: 1.125rem;
  }
}
.el4__slide_text {
  margin: 0 0 12px 0;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  gap: 16px;
}
.el4__slide_text p {
  font-size: 1rem;
  line-height: 1.875;
  font-weight: 400;
  color: #000;
}
.el4__slide_button {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 0 12px;
}
.el4__slide_button:hover .el4__slide_button_text {
  color: #1285FF;
}
.el4__slide_button:hover .el4__slide_button_icon svg path {
  fill: #1285FF;
}
.el4__slide_button_text {
  font-size: 1rem;
  line-height: 1.875;
  font-weight: 600;
  color: #0088EC;
  transition: all 0.3s linear;
}
.el4__slide_button_icon svg path {
  transition: all 0.3s linear;
}

.el5 {
  width: 100%;
  /* Without max width */
}
.el5_without_max .el5__block {
  border-radius: 0;
}
.el5__out {
  width: 100%;
}
.el5__block {
  width: 100%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  padding: 70px 0;
}
@media (max-width: 1280px) {
  .el5__block {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .el5__block {
    padding: 32px 0;
  }
}
.el5__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(#0088EC, #0088EC);
  opacity: 1;
  mix-blend-mode: multiply;
}
.el5__background img, .el5__background svg, .el5__background picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.15;
}
.el5__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  position: relative;
  z-index: 3;
}
.el5__title {
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 24px 0;
}
@media (max-width: 768px) {
  .el5__title {
    margin: 0 0 16px 0;
  }
}
.el5__text {
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  margin: 0 0 48px 0;
}
@media (max-width: 1024px) {
  .el5__text {
    margin: 0 0 32px 0;
  }
}
@media (max-width: 768px) {
  .el5__text {
    margin: 0 0 24px 0;
  }
}
.el5__text p {
  font-size: 1.25rem;
  line-height: 1.65;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .el5__text p {
    font-size: 1rem;
  }
}

.el6 {
  width: 100%;
}
.el6__out {
  width: 100%;
}
.el6__block {
  width: 100%;
  background: #222;
  border-radius: 0 0 8px 8px;
  padding: 25px 0 70px 0;
  position: relative;
  overflow: clip;
}
@media (max-width: 1024px) {
  .el6__block {
    padding: 48px 0;
  }
}
@media (max-width: 768px) {
  .el6__block {
    padding: 32px 0;
  }
}
.el6__left {
  position: absolute;
  top: 0;
  left: 0;
  width: 19%;
  pointer-events: none;
  z-index: 4;
  opacity: 0.5;
  mix-blend-mode: lighten;
}
@media (max-width: 1024px) {
  .el6__left {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .el6__left {
    width: 35%;
  }
}
.el6__right {
  position: absolute;
  right: 0;
  bottom: 31px;
  width: 22%;
  pointer-events: none;
  z-index: 1;
  opacity: 0.5;
  mix-blend-mode: lighten;
}
@media (max-width: 1024px) {
  .el6__right {
    width: 29%;
  }
}
@media (max-width: 768px) {
  .el6__right {
    width: 35%;
  }
}
.el6__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  position: relative;
  z-index: 3;
}
.el6__icon {
  max-width: 60px;
  max-height: 60px;
  margin: 0 0 16px 0;
}
@media (max-width: 768px) {
  .el6__icon {
    max-width: 48px;
    max-height: 48px;
  }
}
.el6__title {
  text-align: center;
  margin: 0 0 24px 0;
}
@media (max-width: 768px) {
  .el6__title {
    margin: 0 0 16px 0;
  }
}
.el6__text {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  gap: 16px 0;
}
.el6__text p {
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.65;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .el6__text p {
    font-size: 1rem;
  }
}
.el6__buttons {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 20px;
  margin: 48px 0 0 0;
}
@media (max-width: 768px) {
  .el6__buttons {
    margin: 24px 0 0 0;
    flex-direction: column;
    justify-content: start;
    align-items: center;
  }
}

.el7 {
  width: 100%;
}
.el7__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.el7__title {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  text-align: center;
  margin: 0 0 24px 0;
}
@media (max-width: 768px) {
  .el7__title {
    margin: 0 0 16px 0;
  }
}
.el7__text {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  gap: 16px 0;
}
.el7__text p {
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.65;
  font-weight: 400;
  color: #181819;
  text-align: center;
}
@media (max-width: 768px) {
  .el7__text p {
    font-size: 1rem;
  }
}
.el7__button {
  margin: 24px 0 0 0;
}

.el8 {
  width: 100%;
}
.el8__wrapper {
  width: 100%;
}
.el8__rows {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
}
.el8__row {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
}
.el8__row:nth-last-of-type(1) .el8__row_icon {
  display: none;
}
.el8__row:nth-last-of-type(1) .el8__row_item {
  border-bottom: 0;
}
@media (max-width: 1024px) {
  .el8__row {
    flex-wrap: wrap;
    gap: 32px 32px;
  }
  .el8__row:nth-of-type(1) .el8__row_item:nth-of-type(1) {
    padding: 0;
  }
  .el8__row:nth-last-of-type(1) .el8__row_item:nth-of-type(2) {
    padding: 0;
  }
}
.el8__icon {
  position: absolute;
  z-index: 2;
  bottom: -125px;
  width: 250px;
  height: 250px;
  padding: 45px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
}
@media (max-width: 1024px) {
  .el8__icon {
    width: 200px;
    height: 200px;
    bottom: -100px;
  }
}
@media (max-width: 768px) {
  .el8__icon {
    width: 150px;
    height: 150px;
    bottom: -75px;
  }
}
.el8__item:nth-of-type(2n+1) {
  width: calc(50% - 1px);
  padding: 33px 131px 75px 25px;
  border-right: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
.el8__item:nth-of-type(2n+2) {
  width: 50%;
  padding: 33px 25px 75px 131px;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 1024px) {
  .el8__item:nth-of-type(1n+1) {
    width: 100%;
    border-right: 0;
    border-bottom: 0;
  }
  .el8__item:nth-of-type(2n+1) {
    padding: 110px 0 0 0;
  }
  .el8__item:nth-of-type(2n+2) {
    border-bottom: 1px solid #D9D9D9;
    padding: 0 0 110px 0;
  }
}
@media (max-width: 768px) {
  .el8__item:nth-of-type(2n+1) {
    padding: 85px 0 0 0;
  }
  .el8__item:nth-of-type(2n+2) {
    padding: 0 0 85px 0;
  }
}
.el8__item_title {
  font-size: 1.25rem;
  line-height: 1.65;
  font-weight: 600;
  color: #181819;
  margin: 0 0 8px 0;
}
.el8__item_title span {
  color: #0088EC;
}
@media (max-width: 768px) {
  .el8__item_title {
    font-size: 1.125rem;
  }
}
.el8__item_text {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  gap: 16px 0;
}
.el8__item_text p {
  font-size: 1rem;
  line-height: 2.0625;
  font-weight: 400;
  color: #181819;
}

.el9 {
  width: 100%;
}
.el9__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.el9__icon {
  max-width: 60px;
  max-height: 60px;
  margin: 0 0 16px 0;
}
@media (max-width: 768px) {
  .el9__icon {
    max-width: 48px;
    max-height: 48px;
  }
}
.el9__title {
  margin: 0 0 24px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .el9__title {
    margin: 0 0 16px 0;
  }
}
.el9__text {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  gap: 16px 16px;
  margin: 0 0 42px 0;
}
@media (max-width: 768px) {
  .el9__text {
    margin: 0 0 24px 0;
  }
}
.el9__text p {
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.65;
  font-weight: 400;
  color: #181819;
  text-align: center;
}
@media (max-width: 768px) {
  .el9__text p {
    font-size: 1rem;
  }
}
.el9__rows {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  gap: 80px 0;
}
@media (max-width: 768px) {
  .el9__rows {
    gap: 48px 0;
  }
}
.el9__row {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.el9__row:nth-of-type(2n+2) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .el9__row:nth-of-type(1n+1) {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.el9__row_image {
  width: 48%;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .el9__row_image {
    max-width: 100%;
    width: auto;
    margin: 0 0 24px 0;
  }
  .el9__row_image img, .el9__row_image svg, .el9__row_image picture {
    max-height: 300px;
  }
}
.el9__row_content {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
@media (max-width: 768px) {
  .el9__row_content {
    width: 100%;
  }
}
.el9__subtitle {
  margin: 0 0 18px 0;
}
@media (max-width: 768px) {
  .el9__subtitle {
    margin: 0 0 16px 0;
  }
}
.el9__items {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  gap: 18px 0;
}
@media (max-width: 768px) {
  .el9__items {
    gap: 8px 0;
  }
}
.el9__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 4px 0;
}
.el9__item_head {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 0 8px;
}
.el9__item_icon {
  max-width: 24px;
  max-height: 24px;
}
.el9__item_title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #0088EC;
}
.el9__item_text {
  font-size: 1rem;
  line-height: 2.0625;
  font-weight: 400;
  color: #000;
}

.el10 {
  width: 100%;
}
.el10__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.el10__title {
  text-align: center;
  margin: 0 0 70px 0;
}
@media (max-width: 1024px) {
  .el10__title {
    margin: 0 0 32px 0;
  }
}
@media (max-width: 768px) {
  .el10__title {
    margin: 0 0 24px 0;
  }
}
.el10__items {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  gap: 34px 34px;
}
@media (max-width: 768px) {
  .el10__items {
    gap: 16px 0;
  }
}
.el10__item {
  width: calc((100% - 34px) / 2);
  border-radius: 8px;
  background: #F9F9F9;
}
@media (max-width: 768px) {
  .el10__item {
    width: 100%;
  }
}
.el10__item.open .el10__item_icon {
  transform: rotate(180deg);
}
.el10__item_head {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 0 12px;
  padding: 10px 24px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .el10__item_head {
    padding: 10px 16px;
  }
}
.el10__item_title {
  flex-grow: 1;
  font-size: 1.125rem;
  line-height: 1.833;
  font-weight: 500;
  color: #0088EC;
}
.el10__item_icon {
  width: 24px;
  max-height: 24px;
  min-width: 24px;
  transition: all 0.3s linear;
}
.el10__item_content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s linear;
}
.el10__item_wrapper {
  width: 100%;
  padding: 10px 24px;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  gap: 16px 0;
}
@media (max-width: 768px) {
  .el10__item_wrapper {
    padding: 10px 16px;
  }
}
.el10__item_wrapper p {
  width: 100%;
  font-size: 1rem;
  line-height: 1.83;
  font-weight: 400;
  color: #181819;
}

.el11 {
  width: 100%;
}
.el11__out {
  background: #0088EC;
  padding: 100px 0;
}
@media (max-width: 1280px) {
  .el11__out {
    padding: 50px 0;
  }
}
.el11__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.el11__icon {
  max-width: 60px;
  max-height: 60px;
  margin: 0 0 16px 0;
}
@media (max-width: 768px) {
  .el11__icon {
    max-width: 48px;
    max-height: 48px;
  }
}
.el11__title {
  text-align: center;
  margin: 0 0 24px 0;
}
@media (max-width: 768px) {
  .el11__title {
    margin: 0 0 16px 0;
  }
}
.el11__text {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  gap: 16px 0;
  margin: 0 0 48px 0;
}
@media (max-width: 1024px) {
  .el11__text {
    margin: 0 0 32px 0;
  }
}
@media (max-width: 768px) {
  .el11__text {
    margin: 0 0 24px 0;
  }
}
.el11__text p {
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.65;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .el11__text p {
    font-size: 1rem;
  }
}

.el12 {
  width: 100%;
}
.el12__wrapper {
  width: 100%;
}
.el12__items {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  gap: 35px 35px;
}
@media (max-width: 768px) {
  .el12__items {
    gap: 24px 0;
  }
}
.el12__item {
  width: calc((100% - 35px) / 2);
  border-radius: 8px;
  background: #F9F9F9;
  border: 1px solid #F9F9F9;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  min-height: 295px;
}
@media (max-width: 768px) {
  .el12__item {
    width: 100%;
    min-height: 0;
    padding: 16px;
  }
}
.el12__item_title {
  font-size: 1.25rem;
  line-height: 1.65;
  font-weight: 600;
  color: #181819;
  margin: 0 0 8px 0;
}
@media (max-width: 768px) {
  .el12__item_title {
    font-size: 1.125rem;
  }
}
.el12__item_text {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  margin: 0 0 24px 0;
}
@media (max-width: 768px) {
  .el12__item_text {
    margin: 0 0 16px 0;
  }
}
.el12__item_text p {
  font-size: 1.125rem;
  line-height: 1.83;
  font-weight: 400;
  color: #000;
}
@media (max-width: 768px) {
  .el12__item_text p {
    font-size: 1rem;
  }
}
.el12__item_button {
  margin: auto 0 0 0;
  font-size: 1rem;
  line-height: 2.0625;
  font-weight: 600;
  color: #0088EC;
  transition: all 0.3s linear;
  text-transform: uppercase;
}
.el12__item_button:hover {
  color: #1285FF;
  text-decoration: underline;
}

.el13 {
  width: 100%;
}
.el13__block {
  width: 100%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  padding: 70px 50px;
}
@media (max-width: 1024px) {
  .el13__block {
    padding: 48px 32px;
  }
}
@media (max-width: 768px) {
  .el13__block {
    padding: 24px 10px;
  }
}
.el13__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.el13__background img, .el13__background svg, .el13__background picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.el13__background::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.7);
}
.el13__wrapper {
  width: 100%;
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .el13__wrapper {
    flex-direction: column-reverse;
    justify-content: start;
    align-items: center;
  }
}
.el13__image {
  margin: auto 0 -70px 0;
  width: 39%;
}
@media (max-width: 1024px) {
  .el13__image {
    width: auto;
    max-width: 100%;
  }
  .el13__image img, .el13__image svg, .el13__image picture {
    max-height: 500px;
  }
}
@media (max-width: 768px) {
  .el13__image img, .el13__image svg, .el13__image picture {
    max-height: 400px;
  }
}
.el13__content {
  width: 58%;
}
@media (max-width: 1024px) {
  .el13__content {
    width: 100%;
    margin: 0 0 32px 0;
  }
}
.el13__subtitle {
  font-size: 2rem;
  font-weight: 900;
  color: #0088EC;
}
@media (max-width: 768px) {
  .el13__subtitle {
    font-size: 1.5rem;
  }
}
.el13__title {
  margin: 0 0 24px 0;
}
@media (max-width: 768px) {
  .el13__title {
    margin: 0 0 16px 0;
  }
}
.el13__text {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  gap: 32px 0;
}
@media (max-width: 768px) {
  .el13__text {
    gap: 16px 0;
  }
}
.el13__text p {
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.65;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 768px) {
  .el13__text p {
    font-size: 1rem;
  }
}
.el13__text p a {
  color: #0088EC;
  transition: all 0.3s linear;
  text-decoration: underline;
}
.el13__text p a:hover {
  color: #1285FF;
}

.el14 {
  width: 100%;
}
.el14__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.el14__icon {
  max-width: 60px;
  max-height: 60px;
  margin: 0 0 16px 0;
}
@media (max-width: 768px) {
  .el14__icon {
    max-width: 48px;
    max-height: 48px;
  }
}
.el14__title {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  text-align: center;
  margin: 0 0 70px 0;
}
@media (max-width: 1024px) {
  .el14__title {
    margin: 0 0 48px 0;
  }
}
@media (max-width: 768px) {
  .el14__title {
    margin: 0 0 32px 0;
  }
}
.el14__items {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px 76px;
}
.el14__item {
  width: auto;
}

.el15 {
  width: 100%;
}
.el15__wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .el15__wrapper {
    flex-direction: column;
    justify-content: start;
    align-items: center;
  }
}
.el15__image {
  width: 48%;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .el15__image {
    width: auto;
    max-width: 100%;
    margin: 0 0 24px 0;
  }
  .el15__image img, .el15__image svg, .el15__image picture {
    max-height: 300px;
  }
}
.el15__content {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
@media (max-width: 768px) {
  .el15__content {
    width: 100%;
  }
}
.el15__title {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  margin: 0 0 16px 0;
}
.el15__title p {
  font-size: 1.5rem;
  font-weight: 500;
  color: #161616;
}
@media (max-width: 768px) {
  .el15__title p {
    font-size: 1.25rem;
  }
}
.el15__list {
  width: 100%;
  list-style-position: inside;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  gap: 18px 0;
  margin: 0 0 18px 0;
}
@media (max-width: 768px) {
  .el15__list {
    gap: 8px 0;
    margin: 0 0 16px 0;
  }
}
.el15__list li {
  width: 100%;
  font-size: 1.125rem;
  font-weight: 600;
  color: #0088EC;
}
@media (max-width: 768px) {
  .el15__list li {
    font-size: 1rem;
  }
}
.el15__text {
  font-size: 1.125rem;
  line-height: 1.83;
  font-weight: 400;
  color: #181819;
}
@media (max-width: 768px) {
  .el15__text {
    font-size: 1rem;
  }
}

.el16 {
  width: 100%;
}
.el16__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.el16__title {
  text-align: center;
  margin: 0 0 24px 0;
}
@media (max-width: 768px) {
  .el16__title {
    margin: 0 0 16px 0;
  }
}
.el16__text {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  gap: 16px 0;
  margin: 0 0 72px 0;
}
@media (max-width: 1024px) {
  .el16__text {
    margin: 0 0 48px 0;
  }
}
@media (max-width: 768px) {
  .el16__text {
    margin: 0 0 24px 0;
  }
}
.el16__text p {
  font-size: 1.25rem;
  line-height: 1.65;
  font-weight: 400;
  color: #181819;
  text-align: center;
}
@media (max-width: 768px) {
  .el16__text p {
    font-size: 1rem;
  }
}
.el16__row {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .el16__row {
    flex-direction: column-reverse;
    justify-content: start;
    align-items: center;
  }
}
.el16__content {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 18px 0;
}
@media (max-width: 768px) {
  .el16__content {
    width: 100%;
    gap: 16px 0;
  }
}
.el16__content_title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #161616;
}
.el16__content_title span {
  color: #0088EC;
}
@media (max-width: 768px) {
  .el16__content_title {
    font-size: 1.25rem;
  }
}
.el16__content_text {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  gap: 16px 0;
}
.el16__content_text p, .el16__content_text ul, .el16__content_text ol {
  font-size: 1.125rem;
  line-height: 1.83;
  font-weight: 400;
  color: #181819;
}
@media (max-width: 768px) {
  .el16__content_text p, .el16__content_text ul, .el16__content_text ol {
    font-size: 1rem;
  }
}
.el16__content_text ul, .el16__content_text ol {
  list-style-position: inside;
}
.el16__content_text a {
  color: #0088EC;
}
.el16__items {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  gap: 18px 0;
}
@media (max-width: 768px) {
  .el16__items {
    gap: 16px 0;
  }
}
.el16__item {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 0 8px;
}
.el16__item_icon {
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.el16__item_text {
  font-size: 1.125rem;
  font-weight: 600;
  color: #0088EC;
}
@media (max-width: 768px) {
  .el16__item_text {
    font-size: 1rem;
  }
}
.el16__image {
  width: 48%;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .el16__image {
    width: auto;
    max-width: 100%;
    margin: 0 0 24px 0;
  }
  .el16__image img, .el16__image svg, .el16__image picture {
    max-height: 300px;
  }
}

.el17 {
  width: 100%;
}
.el17__wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .el17__wrapper {
    flex-direction: column;
    justify-content: start;
    align-items: center;
  }
}
.el17__image {
  width: 48%;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .el17__image {
    width: auto;
    max-width: 100%;
    margin: 0 0 24px 0;
  }
  .el17__image img, .el17__image svg, .el17__image picture {
    max-height: 300px;
  }
}
.el17__content {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
@media (max-width: 768px) {
  .el17__content {
    width: 100%;
  }
}
.el17__title {
  margin: 0 0 18px 0;
}
@media (max-width: 768px) {
  .el17__title {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.el17__text {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
}
.el17__text p, .el17__text ul, .el17__text ol {
  font-size: 1.125rem;
  line-height: 1.83;
  font-weight: 400;
  color: #181819;
}
@media (max-width: 768px) {
  .el17__text p, .el17__text ul, .el17__text ol {
    font-size: 1rem;
  }
}
.el17__text ul, .el17__text ol {
  list-style-position: inside;
}
.el17__text a {
  color: #0088EC;
}

.el18 {
  width: 100%;
  background: #222;
  overflow: hidden;
}
.el18__out {
  width: 100%;
  position: relative;
  padding: 100px 0;
}
@media (max-width: 1280px) {
  .el18__out {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .el18__out {
    padding: 32px 0;
  }
}
.el18__left {
  position: absolute;
  left: 0;
  bottom: -38%;
  width: 41%;
  pointer-events: none;
  z-index: 1;
  opacity: 0.5;
  mix-blend-mode: lighten;
}
@media (max-width: 1280px) {
  .el18__left {
    bottom: -100px;
  }
}
@media (max-width: 1024px) {
  .el18__left {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .el18__left {
    bottom: 0;
  }
}
.el18__right {
  width: 25%;
  position: absolute;
  top: -40px;
  right: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.5;
  mix-blend-mode: lighten;
}
@media (max-width: 1024px) {
  .el18__right {
    width: 35%;
  }
}
@media (max-width: 768px) {
  .el18__right {
    width: 45%;
    top: 0;
  }
}
.el18__wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .el18__wrapper {
    flex-direction: column;
    justify-content: start;
    align-items: center;
  }
}
.el18__image {
  width: 40%;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .el18__image {
    width: auto;
    max-width: 100%;
    margin: 0 0 32px 0;
  }
  .el18__image img, .el18__image svg, .el18__image picture {
    max-height: 500px;
  }
}
.el18__content {
  width: 55.5%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
@media (max-width: 768px) {
  .el18__content {
    width: 100%;
    align-items: center;
  }
}
.el18__icon {
  max-width: 60px;
  max-height: 60px;
  margin: 0 0 16px 0;
}
@media (max-width: 768px) {
  .el18__icon {
    max-width: 48px;
    max-height: 48px;
  }
}
.el18__title {
  margin: 0 0 24px 0;
}
@media (max-width: 768px) {
  .el18__title {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.el18__items {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  gap: 24px 0;
  margin: 0 0 24px 0;
}
@media (max-width: 768px) {
  .el18__items {
    gap: 16px 0;
    margin: 0 0 16px 0;
  }
}
.el18__item {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 0 8px;
}
.el18__item_icon {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 24px;
}
.el18__item_content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 8px 0;
}
.el18__item_title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #0088EC;
}
.el18__item_text {
  font-size: 1rem;
  line-height: 2.0625;
  font-weight: 400;
  color: #fff;
}
.el18__text {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  gap: 16px 0;
}
.el18__text p {
  font-size: 1.125rem;
  line-height: 1.833;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 768px) {
  .el18__text p {
    font-size: 1rem;
  }
}

.el19 {
  width: 100%;
}
.el19__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.el19__title {
  text-align: center;
  margin: 0 0 24px 0;
}
@media (max-width: 768px) {
  .el19__title {
    margin: 0 0 16px 0;
  }
}
.el19__text {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  gap: 16px 0;
  margin: 0 0 48px 0;
}
@media (max-width: 768px) {
  .el19__text {
    margin: 0 0 24px 0;
  }
}
.el19__text p {
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.833;
  font-weight: 400;
  color: #181819;
  text-align: center;
}
@media (max-width: 768px) {
  .el19__text p {
    font-size: 1rem;
  }
}

.el20 {
  width: 100%;
}
.el20__out {
  width: 100%;
  padding: 100px 0;
  background: #F9F9F9;
}
@media (max-width: 1280px) {
  .el20__out {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .el20__out {
    padding: 32px 0;
  }
}
.el20__wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .el20__wrapper {
    flex-direction: column;
    justify-content: start;
    align-items: center;
  }
}
.el20__image {
  width: 40%;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .el20__image {
    width: auto;
    max-width: 100%;
    margin: 0 0 32px 0;
  }
  .el20__image img, .el20__image svg, .el20__image picture {
    max-height: 500px;
  }
}
.el20__content {
  width: 55.5%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
@media (max-width: 768px) {
  .el20__content {
    width: 100%;
    align-items: center;
  }
}
.el20__icon {
  max-width: 60px;
  max-height: 60px;
  margin: 0 0 16px 0;
}
@media (max-width: 768px) {
  .el20__icon {
    max-width: 48px;
    max-height: 48px;
  }
}
.el20__title {
  margin: 0 0 24px 0;
}
@media (max-width: 768px) {
  .el20__title {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.el20__text {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  gap: 16px 0;
  margin: 0 0 24px 0;
}
@media (max-width: 768px) {
  .el20__text {
    margin: 0 0 16px 0;
  }
}
.el20__text p {
  font-size: 1.125rem;
  line-height: 1.833;
  font-weight: 400;
  color: #222;
}
@media (max-width: 768px) {
  .el20__text p {
    font-size: 1rem;
  }
}
.el20__items {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 24px 0;
}
@media (max-width: 768px) {
  .el20__items {
    gap: 16px 0;
  }
}
.el20__item {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 0 8px;
}
.el20__item_icon {
  width: 24px;
  min-width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.el20__item_content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
.el20__item_title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #0088EC;
  margin: 0 0 8px 0;
}
.el20__item_text {
  font-size: 1rem;
  line-height: 2.0625;
  font-weight: 400;
  color: #222;
}

.el21 {
  width: 100%;
}
.el21__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.el21__title {
  text-align: center;
  margin: 0 0 24px 0;
}
@media (max-width: 768px) {
  .el21__title {
    margin: 0 0 16px 0;
  }
}
.el21__text {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  gap: 16px 0;
  margin: 0 0 70px 0;
}
@media (max-width: 1024px) {
  .el21__text {
    margin: 0 0 48px 0;
  }
}
@media (max-width: 768px) {
  .el21__text {
    margin: 0 0 24px 0;
  }
}
.el21__text p {
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.833;
  font-weight: 400;
  color: #222;
  text-align: center;
}
@media (max-width: 768px) {
  .el21__text p {
    font-size: 1rem;
  }
}
.el21__items {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  gap: 24px 24px;
}
@media (max-width: 768px) {
  .el21__items {
    gap: 16px 0;
  }
}
.el21__item {
  width: calc((100% - 48px) / 3);
  padding: 8px 8px 22px 8px;
  border-radius: 8px;
  background: #F9F9F9;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 15px 0;
}
@media (max-width: 1024px) {
  .el21__item {
    width: calc((100% - 24px) / 2);
  }
}
@media (max-width: 768px) {
  .el21__item {
    width: 100%;
  }
}
.el21__item_image {
  width: 100%;
  height: 290px;
  border-radius: 8px;
  overflow: hidden;
}
.el21__item_image img, .el21__item_image svg, .el21__item_image picture {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.el21__item_text {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  gap: 16px 0;
}
.el21__item_text p {
  font-size: 1rem;
  line-height: 1.875;
  font-weight: 400;
  text-align: center;
  color: #000;
}

.el22 {
  width: 100%;
}
.el22__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.el22__title {
  text-align: center;
  margin: 0 0 24px 0;
}
@media (max-width: 768px) {
  .el22__title {
    margin: 0 0 16px 0;
  }
}
.el22__text {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  gap: 16px 0;
  margin: 0 0 70px 0;
}
@media (max-width: 1024px) {
  .el22__text {
    margin: 0 0 48px 0;
  }
}
@media (max-width: 1024px) {
  .el22__text {
    margin: 0 0 24px 0;
  }
}
.el22__text p {
  font-size: 1.125rem;
  line-height: 1.833;
  font-weight: 400;
  color: #222;
  text-align: center;
}
@media (max-width: 768px) {
  .el22__text p {
    font-size: 1rem;
  }
}
.el22__items {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  gap: 35px 35px;
}
@media (max-width: 768px) {
  .el22__items {
    gap: 16px 0;
  }
}
.el22__item {
  width: calc((100% - 35px) / 2);
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  padding: 24px;
  border-radius: 8px;
  background: #F9F9F9;
  gap: 0 24px;
}
@media (max-width: 1024px) {
  .el22__item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .el22__item {
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding: 16px;
    gap: 16px 0;
  }
}
.el22__item_image {
  width: 162px;
  height: 162px;
  min-width: 162px;
  margin: auto 0;
}
@media (max-width: 768px) {
  .el22__item_image {
    width: 110px;
    height: 110px;
    min-width: 110px;
  }
}
.el22__item_image img, .el22__item_image svg, .el22__item_image picture {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.el22__item_content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.el22__item_title {
  font-size: 1.25rem;
  line-height: 1.65;
  font-weight: 600;
  color: #181819;
  margin: 0 0 8px 0;
}
@media (max-width: 768px) {
  .el22__item_title {
    font-size: 1.125rem;
    text-align: center;
  }
}
.el22__item_text {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  gap: 16px 0;
}
.el22__item_text p {
  font-size: 1rem;
  line-height: 2.0625;
  font-weight: 400;
  color: #181819;
}
@media (max-width: 768px) {
  .el22__item_text p {
    text-align: center;
  }
}

.el23 {
  width: 100%;
}
.el23__rows {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.el23__row {
  width: 100%;
}
.el23__row:nth-of-type(2n+1) {
  background: #F9F9F9;
}
.el23__row:nth-of-type(2n+2) {
  background: #fff;
}
.el23__row:nth-of-type(2n+2) .el23__row_wrapper {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .el23__row:nth-of-type(2n+2) .el23__row_wrapper {
    flex-direction: column;
  }
}
.el23__out {
  width: 100%;
  padding: 100px 0;
}
@media (max-width: 1280px) {
  .el23__out {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .el23__out {
    padding: 32px 0;
  }
}
.el23__wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .el23__wrapper {
    flex-direction: column;
    justify-content: start;
    align-items: center;
  }
}
.el23__image {
  width: 38%;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .el23__image {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .el23__image {
    width: auto;
    max-width: 100%;
    margin: 0 0 32px 0;
  }
  .el23__image img, .el23__image svg, .el23__image picture {
    max-height: 500px;
  }
}
.el23__content {
  width: 53%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
@media (max-width: 768px) {
  .el23__content {
    width: 100%;
  }
}
.el23__title {
  margin: 0 0 18px 0;
}
@media (max-width: 768px) {
  .el23__title {
    text-align: center;
    margin: 0 0 16px 0;
  }
}
.el23__text {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  gap: 16px 0;
  margin: 0 0 18px 0;
}
@media (max-width: 768px) {
  .el23__text {
    margin: 0 0 16px 0;
  }
}
.el23__text p {
  width: 100%;
  font-size: 1rem;
  line-height: 2.0625;
  font-weight: 400;
  color: #000;
}
.el23__items {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  gap: 4px 0;
}
.el23__item {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.el23__item_head {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 0 8px;
}
.el23__item_icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: flex;
  align-self: start;
  justify-content: center;
  align-items: center;
}
.el23__item_title {
  flex-grow: 1;
  font-size: 1.125rem;
  font-weight: 700;
  color: #0088EC;
}
.el23__item_text {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  gap: 16px 0;
}
.el23__item_text p {
  width: 100%;
  font-size: 1rem;
  line-height: 2.0625;
  font-weight: 400;
  color: #000;
}

.el24 {
  width: 100%;
}
.el24_reverse .el24__row:nth-of-type(2n+1) {
  flex-direction: row-reverse;
}
.el24_reverse .el24__row:nth-of-type(2n+2) {
  flex-direction: row;
}
@media (max-width: 768px) {
  .el24_reverse .el24__row:nth-of-type(1n+1) {
    flex-direction: column;
    justify-content: start;
    align-items: center;
  }
}
.el24__rows {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  gap: 100px 0;
}
@media (max-width: 1280px) {
  .el24__rows {
    gap: 50px 0;
  }
}
@media (max-width: 768px) {
  .el24__rows {
    gap: 32px 0;
  }
}
.el24__row {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.el24__row:nth-of-type(2n+1) {
  flex-direction: row;
}
.el24__row:nth-of-type(2n+2) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .el24__row:nth-of-type(1n+1) {
    flex-direction: column;
    justify-content: start;
    align-items: center;
  }
}
.el24__image {
  width: 48%;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .el24__image {
    width: auto;
    max-width: 100%;
    margin: 0 0 32px 0;
  }
  .el24__image img, .el24__image svg, .el24__image picture {
    max-height: 500px;
  }
}
.el24__content {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
@media (max-width: 768px) {
  .el24__content {
    width: 100%;
  }
}
.el24__title {
  margin: 0 0 18px 0;
}
@media (max-width: 768px) {
  .el24__title {
    text-align: center;
    margin: 0 0 16px 0;
  }
}
.el24__text {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  gap: 18px 0;
}
@media (max-width: 768px) {
  .el24__text {
    gap: 16px 0;
  }
}
.el24__text p, .el24__text ul, .el24__text ol, .el24__text li {
  width: 100%;
}
.el24__text p {
  font-size: 1rem;
  line-height: 2.0625;
  font-weight: 400;
  color: #000;
}
.el24__text ul, .el24__text ol {
  list-style-position: inside;
  font-size: 1.125rem;
  line-height: 1.833;
  font-weight: 400;
  color: #181819;
}
.el24__text a {
  color: #0088EC;
  transition: all 0.3s linear;
}
.el24__text a:hover {
  color: #1285FF;
  text-decoration: underline;
}

.el25 {
  width: 100%;
}
.el25__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 100px 0;
  border-bottom: 1px solid #F5F5F5;
}
@media (max-width: 768px) {
  .el25__wrapper {
    padding: 48px 0;
  }
}
@media (max-width: 768px) {
  .el25__wrapper {
    padding: 32px 0;
  }
}
.el25__title {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  text-align: center;
  margin: 0 0 24px 0;
}
@media (max-width: 768px) {
  .el25__title {
    margin: 0 0 16px 0;
  }
}
.el25__text {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  gap: 16px 0;
  margin: 0 0 70px 0;
}
@media (max-width: 1024px) {
  .el25__text {
    margin: 0 0 48px 0;
  }
}
@media (max-width: 768px) {
  .el25__text {
    margin: 0 0 24px 0;
  }
}
.el25__text p {
  font-size: 1.25rem;
  line-height: 1.65;
  font-weight: 400;
  color: #181819;
  text-align: center;
}
@media (max-width: 768px) {
  .el25__text p {
    font-size: 1rem;
  }
}
.el25__items {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  gap: 24px 24px;
}
@media (max-width: 768px) {
  .el25__items {
    gap: 16px 0;
  }
}
.el25__item {
  width: calc((100% - 48px) / 3);
}
@media (max-width: 1024px) {
  .el25__item {
    width: calc((100% - 24px) / 2);
  }
}
@media (max-width: 768px) {
  .el25__item {
    width: 100%;
    padding: 8px 8px 16px 8px;
  }
}
.el25__button {
  margin: 42px 0 0 0;
}
@media (max-width: 768px) {
  .el25__button {
    margin: 24px 0 0 0;
  }
}

.el26 {
  width: 100%;
}
.el26__wrapper {
  width: 100%;
}
.el26__breadcrumb {
  width: 100%;
  padding: 0 0 50px 0;
}
@media (max-width: 1024px) {
  .el26__breadcrumb {
    padding: 0 0 48px 0;
  }
}
@media (max-width: 768px) {
  .el26__breadcrumb {
    padding: 0 0 32px 0;
  }
}
.el26__row {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
}
.el26__content {
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
@media (max-width: 1024px) {
  .el26__content {
    width: 100%;
    margin: 0 0 32px 0;
  }
}
@media (max-width: 768px) {
  .el26__content {
    margin: 0 0 24px 0;
  }
}
.el26__title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #181819;
  margin: 0 0 12px 0;
}
@media (max-width: 768px) {
  .el26__title {
    font-size: 1.5rem;
    text-align: center;
  }
}
.el26__title span {
  color: #0088EC;
}
.el26__text p, .el26__text ul, .el26__text ol, .el26__text li, .el26__text h2, .el26__text h3, .el26__text h4, .el26__text h5, .el26__text h6 {
  font-size: 1rem;
  line-height: 1.875;
  color: #181819;
}
.el26__text ul, .el26__text ol {
  list-style-position: inside;
}
.el26__text h2, .el26__text h3, .el26__text h4, .el26__text h5, .el26__text h6 {
  margin: 30px 0 12px 0;
}
.el26__text h2 {
  font-size: 1.25rem;
}
.el26__text h3 {
  font-size: 1.125rem;
  line-height: 1.83;
}
.el26__text h4, .el26__text h5, .el26__text h6 {
  font-size: 1rem;
}
.el26__text img {
  width: auto;
  margin: 30px 0;
}
.el26__text a {
  color: #0088EC;
  transition: all 0.3s linear;
}
.el26__text a:hover {
  color: #1285FF;
  text-decoration: underline;
}
.el26__other {
  width: 32%;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
@media (max-width: 1024px) {
  .el26__other {
    width: 100%;
    align-items: start;
  }
}
.el26__other_title {
  font-size: 1.5rem;
  line-height: 1.95;
  font-weight: 700;
  color: #181819;
  margin: 0 0 16px 0;
}
@media (max-width: 768px) {
  .el26__other_title {
    font-size: 1.25rem;
  }
}
.el26__other_items {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  gap: 16px 16px;
}
.el26__other_item {
  width: 100%;
}
@media (max-width: 1024px) {
  .el26__other_item {
    width: calc((100% - 16px) / 2);
  }
}
@media (max-width: 768px) {
  .el26__other_item {
    width: 100%;
  }
}

.el27 {
  width: 100%;
}
.el27__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  border-bottom: 1px solid #F5F5F5;
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .el27__wrapper {
    padding: 48px 0;
  }
}
@media (max-width: 768px) {
  .el27__wrapper {
    padding: 32px 0;
  }
}
.el27__title {
  text-align: center;
  margin: 0 0 24px 0;
}
.el27__text {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  gap: 16px 0;
  margin: 0 0 70px 0;
}
@media (max-width: 1024px) {
  .el27__text {
    margin: 0 0 48px 0;
  }
}
@media (max-width: 768px) {
  .el27__text {
    margin: 0 0 32px 0;
  }
}
.el27__text p {
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.65;
  font-weight: 400;
  color: #181819;
  text-align: center;
}
@media (max-width: 768px) {
  .el27__text p {
    font-size: 1rem;
  }
}
.el27__items {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  gap: 24px 24px;
}
@media (max-width: 768px) {
  .el27__items {
    gap: 16px 16px;
  }
}
.el27__item {
  width: calc((100% - 48px) / 3);
}
@media (max-width: 1024px) {
  .el27__item {
    width: calc((100% - 24px) / 2);
  }
}
@media (max-width: 768px) {
  .el27__item {
    width: 100%;
  }
}

.el28 {
  width: 100%;
}
.el28__out {
  width: 100%;
  padding: 100px 0;
  background: #F9F9F9;
}
@media (max-width: 1280px) {
  .el28__out {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .el28__out {
    padding: 32px 0;
  }
}
.el28__wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .el28__wrapper {
    flex-direction: column;
    justify-content: start;
    align-items: center;
  }
}
.el28__image {
  width: 40%;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .el28__image {
    width: auto;
    max-width: 100%;
    margin: 0 0 32px 0;
  }
  .el28__image img, .el28__image svg, .el28__image picture {
    max-height: 500px;
  }
}
.el28__content {
  width: 55.5%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
@media (max-width: 768px) {
  .el28__content {
    width: 100%;
    align-items: center;
  }
}
.el28__icon {
  max-width: 60px;
  max-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 16px 0;
}
@media (max-width: 768px) {
  .el28__icon {
    max-width: 48px;
    max-height: 48px;
  }
}
.el28__title {
  margin: 0 0 24px 0;
}
@media (max-width: 768px) {
  .el28__title {
    text-align: center;
    margin: 0 0 16px 0;
  }
}
.el28__text {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  gap: 16px 0;
  margin: 0 0 24px 0;
}
@media (max-width: 768px) {
  .el28__text {
    margin: 0 0 16px 0;
  }
}
.el28__text p {
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.833;
  font-weight: 400;
  color: #222;
}
@media (max-width: 768px) {
  .el28__text p {
    font-size: 1rem;
  }
}
.el28__items {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0 0 24px 0;
}
@media (max-width: 768px) {
  .el28__items {
    margin: 0 0 16px 0;
  }
}
.el28__item {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 0 8px;
}
.el28__item_icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.el28__item_title {
  font-size: 1.125rem;
  line-height: 1.33;
  font-weight: 700;
  color: #0088EC;
}
.el28__form {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.el28__form_title {
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.65;
  font-weight: 700;
  color: #222;
  margin: 0 0 8px 0;
}
@media (max-width: 768px) {
  .el28__form_title {
    font-size: 1.125rem;
  }
}
.el28__form_subtitle {
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.83;
  font-weight: 400;
  color: #222;
  margin: 0 0 24px 0;
}
@media (max-width: 768px) {
  .el28__form_subtitle {
    font-size: 1rem;
    margin: 0 0 16px 0;
  }
}

.el29 {
  width: 100%;
}
.el29__wrapper {
  width: 100%;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  border-bottom: 1px solid #F5F5F5;
}
@media (max-width: 1024px) {
  .el29__wrapper {
    padding: 48px 0;
  }
}
@media (max-width: 768px) {
  .el29__wrapper {
    padding: 32px 0;
  }
}
.el29__title {
  text-align: center;
  margin: 0 0 24px 0;
}
@media (max-width: 768px) {
  .el29__title {
    margin: 0 0 16px 0;
  }
}
.el29__text {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  gap: 16px 0;
  margin: 0 0 70px 0;
}
@media (max-width: 1024px) {
  .el29__text {
    margin: 0 0 48px 0;
  }
}
@media (max-width: 768px) {
  .el29__text {
    margin: 0 0 32px 0;
  }
}
.el29__text p {
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.65;
  font-weight: 400;
  color: #181819;
  text-align: center;
}
@media (max-width: 768px) {
  .el29__text p {
    font-size: 1rem;
  }
}
.el29__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.el29__items {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  gap: 24px 24px;
}
@media (max-width: 768px) {
  .el29__items {
    gap: 16px;
  }
}
.el29__item {
  width: calc((100% - 48px) / 3);
}
.el29__item:nth-of-type(7n), .el29__item:nth-of-type(7n+1) {
  width: calc((100% - 48px) / 3 * 2 + 24px);
}
@media (max-width: 1280px) {
  .el29__item:nth-of-type(1n+1) {
    width: calc((100% - 48px) / 3);
  }
}
@media (max-width: 1024px) {
  .el29__item:nth-of-type(1n+1) {
    width: calc((100% - 24px) / 2);
  }
}
@media (max-width: 768px) {
  .el29__item:nth-of-type(1n+1) {
    width: 100%;
  }
}
.el29__button {
  margin: 42px 0 0 0;
}

.el30 {
  width: 100%;
}
.el30__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.el30__title {
  width: 100%;
  text-align: center;
  margin: 0 0 24px 0;
}
.el30__text {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  margin: 0 0 70px 0;
}
@media (max-width: 1024px) {
  .el30__text {
    margin: 0 0 48px 0;
  }
}
@media (max-width: 768px) {
  .el30__text {
    margin: 0 0 32px 0;
  }
}
.el30__text p {
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.65;
  font-weight: 400;
  text-align: center;
  color: #181819;
}
@media (max-width: 768px) {
  .el30__text p {
    font-size: 1rem;
  }
}
.el30__items {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px 24px;
}
@media (max-width: 768px) {
  .el30__items {
    gap: 16px 16px;
  }
}
.el30__item {
  width: calc((100% - 96px) / 4);
  padding: 25px;
  border-radius: 8px;
  border: 1px solid #EDEBEB;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 24px 0;
}
@media (max-width: 1024px) {
  .el30__item {
    width: calc((100% - 24px) / 2);
  }
}
@media (max-width: 768px) {
  .el30__item {
    width: 100%;
    padding: 16px;
    gap: 8px 0;
  }
}
.el30__item_image {
  width: 126px;
  height: 126px;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .el30__item_image {
    width: 90px;
    height: 90px;
  }
}
.el30__item_image img, .el30__item_image svg, .el30__item_image picture {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.el30__item_text {
  font-size: 1rem;
  line-height: 2.0625;
  font-weight: 400;
  color: #181819;
  text-align: center;
}

.el31 {
  width: 100%;
}
.el31__wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .el31__wrapper {
    flex-direction: column-reverse;
    justify-content: start;
    align-items: center;
  }
}
.el31__title {
  width: 56.7%;
}
@media (max-width: 768px) {
  .el31__title {
    width: 100%;
    text-align: center;
  }
}
.el31__image {
  width: 39%;
  min-width: 320px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.13);
}
@media (max-width: 768px) {
  .el31__image {
    width: 100%;
    max-width: 100%;
    margin: 0 0 24px 0;
  }
  .el31__image img, .el31__image svg, .el31__image picture {
    max-height: 300px;
  }
}

.el32 {
  width: 100%;
}
.el32__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.el32__title {
  text-align: center;
  margin: 0 0 40px 0;
}
@media (max-width: 1024px) {
  .el32__title {
    margin: 0 0 32px 0;
  }
}
@media (max-width: 768px) {
  .el32__title {
    margin: 0 0 24px 0;
  }
}

.el33 {
  width: 100%;
}
.el33__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.el33__title {
  width: 100%;
  text-align: center;
  margin: 0 0 24px 0;
}
.el33__text {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  gap: 16px 0;
  margin: 0 0 75px 0;
}
@media (max-width: 1024px) {
  .el33__text {
    margin: 0 0 48px 0;
  }
}
@media (max-width: 768px) {
  .el33__text {
    margin: 0 0 32px 0;
  }
}
.el33__text p {
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.65;
  font-weight: 400;
  text-align: center;
  color: #181819;
}
@media (max-width: 768px) {
  .el33__text p {
    font-size: 1rem;
  }
}
.el33__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 30px;
  border-radius: 8px;
  border: 1px solid #EDEBEB;
}
@media (max-width: 768px) {
  .el33__item {
    padding: 16px;
  }
}
.el33__item_icon {
  max-width: 60px;
  max-height: 60px;
  margin: 0 0 24px 0;
}
@media (max-width: 768px) {
  .el33__item_icon {
    max-width: 48px;
    max-height: 48px;
    margin: 0 0 16px 0;
  }
}
.el33__item_text {
  font-size: 1.25rem;
  line-height: 1.65;
  font-weight: 400;
  color: #181819;
  text-align: center;
}
@media (max-width: 768px) {
  .el33__item_text {
    font-size: 1rem;
  }
}

.el34 {
  width: 100%;
}
.el34__wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .el34__wrapper {
    flex-direction: column;
    justify-content: start;
    align-items: center;
  }
}
.el34__image {
  width: 48%;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .el34__image {
    width: auto;
    max-width: 100%;
    margin: 0 0 32px 0;
  }
  .el34__image img, .el34__image svg, .el34__image picture {
    max-height: 300px;
  }
}
.el34__content {
  width: 49%;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
@media (max-width: 768px) {
  .el34__content {
    width: 100%;
  }
}
.el34__title {
  margin: 0 0 16px 0;
}
@media (max-width: 768px) {
  .el34__title {
    text-align: center;
  }
}
.el34__text {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  margin: 0 0 16px 0;
}
.el34__text p {
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.83;
  font-weight: 400;
  color: #181819;
}
@media (max-width: 768px) {
  .el34__text p {
    font-size: 1rem;
  }
}
.el34__items {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  gap: 16px 0;
}
@media (max-width: 768px) {
  .el34__items {
    gap: 8px 0;
  }
}
.el34__item {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 12px 18px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .el34__item {
    gap: 0 12px;
  }
}
.el34__item_head {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 0 8px;
}
.el34__item_icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.el34__item_title {
  font-size: 1.125rem;
  line-height: 1.833;
  font-weight: 700;
  color: #181819;
}
@media (max-width: 768px) {
  .el34__item_title {
    font-size: 1rem;
  }
}
.el34__item_value {
  font-size: 1.125rem;
  line-height: 1.833;
  font-weight: 400;
  color: #181819;
  transition: all 0.3s linear;
}
@media (max-width: 768px) {
  .el34__item_value {
    font-size: 1rem;
  }
}
.el34__item_value:hover {
  color: #0088EC;
}
.el34__item_value_underline {
  text-decoration: underline;
}

.el35 {
  width: 100%;
}
.el35__out {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  padding: 70px;
}
.el35__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(#222, #222);
  opacity: 1;
  mix-blend-mode: multiply;
}
.el35__background img, .el35__background svg, .el35__background picture {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  opacity: 0.15;
}
.el35__wrapper {
  width: 100%;
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.el35__title {
  width: 100%;
  text-align: center;
  margin: 0 0 24px 0;
}
.el35__text {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  gap: 16px 0;
}
.el35__text p {
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.65;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.el36 {
  width: 100%;
}
.el36__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.el36__title {
  width: 100%;
  font-size: 2.25rem;
  font-weight: 700;
  color: #0088EC;
  margin: 0 0 12px 0;
}
@media (max-width: 1280px) {
  .el36__title {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .el36__title {
    font-size: 1.5rem;
  }
}
.el36__content p, .el36__content ul, .el36__content ol, .el36__content li, .el36__content h2, .el36__content h3, .el36__content h4, .el36__content h5, .el36__content h6 {
  font-size: 1rem;
  line-height: 1.875;
  color: #181819;
}
.el36__content ul, .el36__content ol {
  list-style-position: inside;
}
.el36__content h2, .el36__content h3, .el36__content h4, .el36__content h5, .el36__content h6 {
  margin: 30px 0 12px 0;
}
.el36__content h2 {
  font-size: 1.25rem;
}
.el36__content h3 {
  font-size: 1.125rem;
  line-height: 1.83;
}
.el36__content h4, .el36__content h5, .el36__content h6 {
  font-size: 1rem;
}
.el36__content img {
  width: auto;
  margin: 30px 0;
}
.el36__content a {
  color: #0088EC;
  transition: all 0.3s linear;
}
.el36__content a:hover {
  color: #1285FF;
  text-decoration: underline;
}