html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

*:focus {
  outline: none;
}

ul,
ol {
  list-style: none;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  outline: none;
  transition: 0.3s;
}

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

a {
  text-decoration: none;
  transition: 0.3s;
}

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

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  font-family: "Avenir Next", sans-serif;
  color: #14427A;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
}

* {
  font-family: "Avenir Next", sans-serif;
  font-weight: 400;
}

main {
  margin-top: 80px;
}

svg {
  flex-shrink: 0;
}

img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

h1, h2, h3, h4 {
  font-family: "Avenir Next", sans-serif;
  font-weight: 600;
  line-height: 1.2;
}

h1 {
  font-size: 67px;
}
@media (max-width: 1200px) {
  h1 {
    font-size: 60px;
  }
}
@media (max-width: 960px) {
  h1 {
    font-size: 52px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 48px;
  }
}

h2 {
  font-size: 64px;
}
@media (max-width: 1200px) {
  h2 {
    font-size: 52px;
  }
}
@media (max-width: 960px) {
  h2 {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 48px;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 32px;
  }
}
@media (max-width: 960px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 36px;
}
@media (max-width: 1024px) {
  h4 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  h4 {
    font-size: 18px;
  }
}
@media (max-width: 564px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  font-size: 24px;
}

*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/plusjakarta/PlusJakartaSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/plusjakarta/PlusJakartaSans-Bold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Avenir Next";
  src: url("../fonts/avenir/AvenirNextCyr-UltraLight.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Avenir Next";
  src: url("../fonts/avenir/AvenirNextCyr-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Avenir Next";
  src: url("../fonts/avenir/AvenirNextCyr-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Avenir Next";
  src: url("../fonts/avenir/AvenirNextCyr-Demi.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Avenir Next";
  src: url("../fonts/avenir/AvenirNextCyr-Bold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Schibsted Grotesk";
  src: url("../fonts/schibstedgrotesk/SchibstedGrotesk-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Schibsted Grotesk";
  src: url("../fonts/schibstedgrotesk/SchibstedGrotesk-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Schibsted Grotesk";
  src: url("../fonts/schibstedgrotesk/SchibstedGrotesk-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/publicsans/PublicSans-ExtraLight.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}
.overflow {
  overflow: hidden;
}

.control {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 10px;
  border: none;
  border-radius: 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  font-family: "Avenir Next", sans-serif;
  color: #ffffff;
  overflow: hidden;
  transition: 0.3s ease;
}
.control_xs {
  padding: 9px 25px;
  font-size: 16px;
}
.control_rounded {
  border-radius: 40px;
}
.control_primary {
  background: #D2A957;
}
.control_primary:not(.loading):hover {
  background: #C79636;
}
.control_secondary-hover {
  border: 1px solid #D2A957;
  background: #D2A957;
}
.control_secondary-hover:not(.loading):hover {
  border: 1px solid #D2A957;
  background: #ffffff;
  color: #C79636;
}
.control_white {
  background: #ffffff;
  color: #14427A;
}
.control_white:not(.loading):hover {
  background: #D2A957;
  color: #ffffff;
}
.control.loading {
  position: relative;
  color: transparent;
  pointer-events: none;
  background: #D2A957;
}
.control.loading:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_aj0A%7Btransform-origin:center;animation:spinner_KYSC .75s infinite linear%7D@keyframes spinner_KYSC%7B100%25%7Btransform:rotate(360deg)%7D%7D%3C/style%3E%3Cpath d='M12,4a8,8,0,0,1,7.89,6.7A1.53,1.53,0,0,0,21.38,12h0a1.5,1.5,0,0,0,1.48-1.75,11,11,0,0,0-21.72,0A1.5,1.5,0,0,0,2.62,12h0a1.53,1.53,0,0,0,1.49-1.3A8,8,0,0,1,12,4Z' class='spinner_aj0A' fill='%23ffffff'/%3E%3C/svg%3E");
  transform: translate(-50%, -50%);
  z-index: 4;
}

.section_relative {
  position: relative;
}
.section_overflow {
  overflow: hidden;
}
.section_light {
  background: #F4F7FB;
}
@media (max-width: 768px) {
  .section_light-768 {
    background: #F4F7FB;
  }
}
@media (max-width: 768px) {
  .section_white-768 {
    background: #ffffff;
  }
}
.section_blue {
  background: #002F52;
}
.section_blue .section__title, .section_blue .section__description {
  color: #ffffff;
}
.section_swimstr {
  background-image: url("/wp-content/themes/digion/assets/images/app_bg.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section__wrapper {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 40px;
}
@media (max-width: 960px) {
  .section__wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 564px) {
  .section__wrapper {
    padding: 60px 34px;
  }
}
.section__wrapper_hero {
  padding: 40px 40px 0;
}
@media (max-width: 960px) {
  .section__wrapper_hero {
    padding: 0;
  }
}
.section__wrapper_slider {
  overflow: hidden;
}
@media (max-width: 768px) {
  .section__wrapper_slider {
    padding-left: 0;
    padding-right: 0;
  }
  .section__wrapper_slider .section__header {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 564px) {
  .section__wrapper_slider .section__header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section__wrapper_slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.section__wrapper_slider .slick-dots li button {
  display: flex;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #14427A;
  font-size: 0;
  color: transparent;
}
.section__wrapper_slider .slick-dots li.slick-active button {
  background: #14427A;
}
@media (max-width: 564px) {
  .section__wrapper_no-mobile {
    padding: 0;
  }
}
.section__wrapper_sm {
  padding: 60px 40px;
}
@media (max-width: 564px) {
  .section__wrapper_sm {
    padding: 60px 34px;
  }
}
.section__wrapper_sm-top {
  padding-top: 64px;
}
@media (max-width: 564px) {
  .section__wrapper_sm-top {
    padding-top: 60px;
  }
}
.section__wrapper_no-bottom {
  padding-bottom: 0;
}
.section__wrapper_mw-1284 {
  max-width: 1284px;
}
.section__wrapper_mw-1204 {
  max-width: 1204px;
}
.section__wrapper_mw-1070 {
  max-width: 1070px;
}
.section__wrapper_mw-970 {
  max-width: 970px;
}
.section__wrapper_mw-740 {
  max-width: 740px;
}
.section__wrapper_mw-970-content {
  max-width: none;
}
.section__wrapper_mw-970-content .section__drop {
  max-width: 890px;
}
.section__wrapper_mw-970-content .section__title {
  max-width: none;
}
.section__video {
  display: flex;
  height: 590px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .section__video {
    height: calc(50vw - 24px);
  }
}
.section__video video, .section__video iframe {
  width: 101%;
  height: 100%;
  margin: -1px;
  object-fit: cover;
}
.section__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
.section__content_g-40 {
  gap: 40px;
}
.section__content_g-60 {
  gap: 60px;
}
@media (max-width: 768px) {
  .section__content_g-60 {
    gap: 40px;
  }
}
.section__content_g-70 {
  gap: 70px;
}
@media (max-width: 768px) {
  .section__content_g-70 {
    gap: 40px;
  }
}
.section__content_g-80 {
  gap: 80px;
}
.section__drop {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
@media (max-width: 768px) {
  .section__drop {
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .section__drop_slider {
    width: 100vw;
    padding: 0 34px;
  }
  .section__drop_slider .slick-track {
    display: flex;
    gap: 20px;
  }
}
.section__img {
  display: flex;
  max-width: 1070px;
}
@media (max-width: 564px) {
  .section__img {
    margin: 0 -35px;
  }
}
.section__img_mw-700 {
  max-width: 700px;
}
@media (max-width: 564px) {
  .section__img_mw-700 {
    margin: 0;
  }
}
.section__header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.section__header_g-0 {
  gap: 0;
}
.section__header_g-60 {
  gap: 60px;
}
@media (max-width: 768px) {
  .section__header_g-60 {
    gap: 40px;
  }
}
.section__title {
  max-width: 898px;
  width: 100%;
  text-align: center;
}
.section__title_mw-1020 {
  max-width: 1020px;
}
.section__title_mw-970 {
  max-width: 970px !important;
}
.section__title_mw-730 {
  max-width: 730px;
}
.section__title_full-width {
  max-width: none;
}
.section__description {
  max-width: 890px;
  width: 100%;
  text-align: center;
  font-size: 24px;
}
.section__description strong {
  font-weight: 500;
}
.section__description_mw-730 {
  max-width: 730px;
}
.section__description_gold {
  color: #D2A957 !important;
}
.section__description_gold strong {
  font-weight: 600 !important;
  text-transform: uppercase;
}
.section_thanks {
  display: flex;
  align-items: center;
  min-height: 500px;
  border-bottom: 1px solid rgba(20, 66, 122, 0.2);
}
@media (max-width: 768px) {
  .section_thanks .section__header {
    max-width: 350px;
  }
}
@media (max-width: 564px) {
  .section_thanks .section__header {
    max-width: 300px;
  }
}
.section_thanks .section__title {
  font-size: 48px;
}
@media (max-width: 768px) {
  .section_thanks .section__title {
    font-size: 40px;
  }
}
@media (max-width: 564px) {
  .section_thanks .section__title {
    font-size: 36px;
  }
}
.section_thanks .section__description {
  font-size: 20px;
}
@media (max-width: 768px) {
  .section_thanks .section__description {
    font-size: 18px;
  }
}
.section__control {
  max-width: 274px;
  width: 100%;
}

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(11, 73, 135, 0.2);
  z-index: 4;
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  width: 100%;
  min-height: 80px;
  margin: 0 auto;
  padding: 16px 40px;
}
@media (max-width: 564px) {
  .header__wrapper {
    padding: 16px 34px;
  }
}
.header__logo {
  display: flex;
  width: 192px;
}
.header__burger {
  display: none;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media (max-width: 960px) {
  .header__burger {
    display: block;
  }
}
.header__burger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #14427A;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.header__burger span:nth-child(1) {
  top: 6px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.header__burger span:nth-child(2) {
  top: 14px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.header__burger span:nth-child(3) {
  top: 22px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
@media (max-width: 960px) {
  .header__burger {
    display: flex;
  }
}
.header__burger.open span:nth-child(1) {
  top: 6px;
  left: 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header__burger.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.header__burger.open span:nth-child(3) {
  top: 28px;
  left: 0px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
@media (max-width: 960px) {
  .header__nav {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }
}
.header__link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #14427A;
  fill: currentColor;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 960px) {
  .header__link {
    font-size: 20px;
  }
}
.header__link:hover {
  color: #C79636;
}
.header__link svg {
  transition: 0.3s;
}
.header__submenu {
  position: absolute;
  left: 0;
  top: -16px;
  right: 0;
  flex-direction: column;
  gap: 10px;
  max-height: 0;
  padding: 46px 24px 16px;
  background: linear-gradient(to bottom, transparent 30%, #ffffff 30%);
  border-radius: 20px;
  border: 1px solid #DAE0EB;
  box-shadow: 0px 1px 2px 0px rgba(11, 73, 135, 0.2);
  z-index: 1;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.2s ease;
}
@media (max-width: 960px) {
  .header__submenu {
    position: static;
    display: flex;
    align-items: center;
    padding: 0;
    border: none;
    box-shadow: none;
  }
}
.header__item {
  position: relative;
  padding: 0 24px;
}
.header__item.open .header__submenu {
  opacity: 1;
  max-height: 500px;
}
.header__item.open .header__link {
  text-shadow: 0 0 1px #14427A, 0 0 1px #14427A;
}
.header__item.open .header__link:hover {
  color: #14427A;
}
.header__item.open .header__link svg {
  transform: rotate(90deg);
}
.header__sub-link {
  display: flex;
  width: fit-content;
  padding: 6px 0;
  font-size: 16px;
  color: #576675;
}
@media (max-width: 960px) {
  .header__sub-link {
    padding: 0;
    text-align: center;
    font-size: 18px;
  }
  .header__sub-link:first-child {
    margin-top: 10px;
  }
}
.header__sub-link:hover {
  color: #C79636;
}
.header__buttons {
  padding-left: 64px;
}
@media (max-width: 960px) {
  .header__buttons {
    display: none;
  }
}
@media (max-width: 960px) {
  .header__button {
    display: none;
  }
}
.header__button_mobile {
  display: none;
}
@media (max-width: 960px) {
  .header__button_mobile {
    display: flex;
    margin: 60px auto 0;
    max-width: 180px;
  }
}
@media (max-width: 960px) {
  .header__nav-wrapper {
    position: fixed;
    left: 0;
    top: 80px;
    display: none;
    flex-direction: column;
    width: 100%;
    height: calc(100vh - 80px);
    padding: 20vh 34px 40px;
    background: #ffffff;
    z-index: 10;
    overflow: auto;
  }
}
.header_only-logo .header__nav-wrapper, .header_only-logo .header__burger, .header_only-logo .header__buttons {
  display: none !important;
}
@media (max-width: 564px) {
  .header_hub .header__logo {
    width: 167px;
  }
}
.header_hub .header__wrapper {
  max-width: 1204px;
}
@media (max-width: 564px) {
  .header_hub .header__wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.header_hub .header__buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
}
@media (max-width: 960px) {
  .header_hub .header__buttons .header__button {
    display: flex;
  }
}
.header_hub .header__button.control {
  padding: 6px 16px;
  font-size: 14px;
}
.header_hub .header__button_search {
  position: relative;
  display: flex;
  margin-right: 14px;
  fill: #002F52;
}
@media (max-width: 768px) {
  .header_hub .header__button_search {
    display: none !important;
  }
}
.header_hub .header__button_search:hover {
  fill: #C79636;
}
.header_hub .header__button_search:after {
  content: "";
  position: absolute;
  right: -14px;
  top: 50%;
  width: 1px;
  height: 24px;
  background: rgba(0, 47, 82, 0.2);
  transform: translateY(-50%);
  pointer-events: none;
}
.header_hub .header__button_login {
  padding: 4px 10px;
  font-size: 16px;
  font-weight: 500;
  color: #002F52;
}
@media (max-width: 564px) {
  .header_hub .header__button_login {
    padding: 0;
  }
}
.header_hub .header__button_login:hover {
  color: #C79636;
}
.header_hub .header__button_login span {
  font: inherit;
  color: inherit;
}
@media (max-width: 768px) {
  .header_hub .header__button_login span {
    display: none;
  }
}
.header_hub .header__button_login svg {
  display: none;
}
@media (max-width: 768px) {
  .header_hub .header__button_login svg {
    display: flex;
  }
}

.footer__wrapper {
  display: flex;
  flex-direction: column;
  max-width: 1384px;
  width: 100%;
  gap: 26px;
  margin: 0 auto;
  padding: 40px;
}
@media (max-width: 768px) {
  .footer__wrapper {
    padding: 60px 24px;
    gap: 40px;
  }
}
.footer__rights {
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  color: #576675;
}
.footer__content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 40px;
  align-items: center;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(20, 66, 122, 0.2);
}
@media (max-width: 1024px) {
  .footer__content {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 564px) {
  .footer__content {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-bottom: 40px;
    justify-items: center;
  }
}
.footer__logo {
  display: flex;
  width: 192px;
}
@media (max-width: 1024px) {
  .footer__logo {
    grid-column-start: 1;
    grid-column-end: 4;
    justify-self: center;
  }
}
@media (max-width: 768px) {
  .footer__logo {
    width: 196px;
  }
}
@media (max-width: 564px) {
  .footer__logo {
    grid-column-end: auto;
    grid-column-start: auto;
  }
}
.footer__logo img {
  object-fit: contain;
}
.footer__nav {
  display: flex;
  flex-direction: column;
  justify-self: flex-end;
}
@media (max-width: 1024px) {
  .footer__nav {
    grid-column-start: 1;
    grid-column-end: 4;
    align-items: center;
    text-align: center;
    justify-self: center;
    gap: 16px;
  }
}
@media (max-width: 564px) {
  .footer__nav {
    grid-column-end: auto;
    grid-column-start: auto;
    margin-top: 20px;
  }
}
.footer__nav_l {
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .footer__nav_l {
    gap: 16px;
  }
}
.footer__nav_l .footer__link {
  text-align: center;
}
.footer__nav_l .footer__link:last-child {
  font-weight: 500;
}
.footer__social-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-self: center;
  gap: 10px;
  text-align: center;
  color: #576675;
  font-size: 14px;
  font-weight: 300;
}
.footer__social {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .footer__social svg {
    width: 34px;
    height: 34px;
  }
}
.footer__nav-title {
  color: #576675;
  font-size: 14px;
  font-weight: 500;
}
.footer__link {
  width: fit-content;
  font-size: 14px;
  color: #576675;
  line-height: 1.3;
}
.footer__link:hover {
  color: #C79636;
}

.error {
  position: absolute;
  right: 0;
  top: 100%;
  display: none;
  padding: 2px 4px 0;
  font-size: 14px;
  color: #c1121f;
}

.input,
.textarea {
  padding: 18px 14px;
  border: 1px solid #ffffff;
  background: #ffffff;
  border-radius: 10px;
  transition: 0.3s;
  font-size: 20px;
  color: #14427A;
  font-weight: 500;
}
.input:hover, .input:focus,
.textarea:hover,
.textarea:focus {
  border-color: #ABC0D8;
}

.label-check {
  position: relative;
}
.label-check .check {
  position: relative;
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background: #ffffff;
  cursor: pointer;
  border: 1px solid #ffffff;
  transition: 0.3s;
}
.label-check .check:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.02655 21.8887L24 6.87092L21.0265 3.88867L9.02655 15.9242L2.97345 9.85317L0 12.8354L9.02655 21.8887Z' fill='%2314427A'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .label-check .check:hover {
    border-color: #ABC0D8;
  }
}
.label-check input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  border-radius: 10px;
  opacity: 0;
  appearance: none;
}
.label-check input:checked ~ .check:after {
  opacity: 1;
}

.fieldset {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
.fieldset.invalid input,
.fieldset.invalid .check, .fieldset:has(input:invalid) input,
.fieldset:has(input:invalid) .check {
  border-color: #c1121f;
}
.fieldset.invalid .error, .fieldset:has(input:invalid) .error {
  display: flex;
}
.fieldset__text {
  color: #14427A;
}
.fieldset__text a {
  font-weight: 600;
  color: #14427A;
  text-decoration: underline;
}
.fieldset__text a:hover {
  color: #D2A957;
}

.label {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.label.invalid input, .label:has(input:invalid) input {
  border-color: #c1121f;
}
.label.invalid .error, .label:has(input:invalid) .error {
  display: flex;
}

.hero {
  position: relative;
  display: flex;
  min-height: 700px;
}
.hero__img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
}
.hero__img img {
  object-fit: cover;
}
@media (max-width: 768px) {
  .hero__img_pos-left-mob img {
    object-position: left;
  }
}
@media (max-width: 768px) {
  .hero__img_pos-70 img {
    object-position: 70% 50%;
  }
}
@media (max-width: 768px) {
  .hero__img_pos-60 img {
    object-position: 60% 50%;
  }
}
.hero__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 40px;
}
@media (max-width: 768px) {
  .hero__content {
    padding: 40px 20px;
  }
}
@media (max-width: 564px) {
  .hero__content_top-mobile {
    justify-content: flex-start;
    padding-top: 110px;
  }
}
.hero__title {
  max-width: 980px;
  width: 100%;
  color: #ffffff;
  text-align: center;
}
.hero__description {
  color: #ffffff;
  font-size: 36px;
  line-height: 1.2;
  text-align: center;
}
.hero__control {
  max-width: 274px;
  width: 100%;
  margin: 40px auto 0;
}
@media (max-width: 768px) {
  .hero__control {
    margin: 30px auto 0;
  }
}

.troika {
  width: 100%;
}
.troika__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 768px) {
  .troika__wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .troika__slider {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 0 34px;
  }
  .troika__slider .slick-track {
    display: flex;
    gap: 20px;
  }
}
@media (max-width: 400px) {
  .troika__slider .slick-track {
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .troika__slider .troika__item, .troika__slider .troika__box {
    width: 360px;
    flex-shrink: 0;
  }
}
@media (max-width: 430px) {
  .troika__slider .troika__item, .troika__slider .troika__box {
    width: 330px;
  }
}
@media (max-width: 380px) {
  .troika__slider .troika__item, .troika__slider .troika__box {
    width: 300px;
  }
}
.troika_full .troika__wrapper {
  gap: 40px;
}
@media (max-width: 1024px) {
  .troika_full .troika__wrapper {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .troika_full .troika__wrapper {
    gap: 40px;
  }
}
.troika__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  padding: 48px 30px;
  border-radius: 20px;
  background: #ffffff;
}
@media (max-width: 960px) {
  .troika__item {
    padding: 40px 20px;
  }
}
@media (max-width: 768px) {
  .troika__item {
    padding: 48px 30px;
  }
}
.troika__item strong {
  font-weight: 600;
}
.troika__item:has(.troika__count) {
  padding: 48px;
}
.troika__item img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.troika__item_contact {
  min-height: 245px;
}
.troika__item_contact .troika__text {
  max-width: 316px;
  width: 100%;
}
.troika__header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.troika__title {
  font-size: 24px;
  text-align: center;
}
.troika__text {
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
}
.troika__text_xs {
  font-size: 18px;
}
.troika__text a {
  display: inline-flex;
  max-width: 260px;
  width: 100%;
  color: #14427A;
  text-decoration: underline;
}
.troika__text a:hover {
  color: #C79636;
}
.troika__count {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 3px solid #14427A;
  font-weight: 600;
  font-size: 30px;
  text-align: center;
}
.troika__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.troika__list-item {
  position: relative;
  padding-left: 20px;
}
.troika__list-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  background: #14427A;
  border-radius: 50%;
}
.troika__box {
  display: flex;
  flex-direction: column;
  padding: 60px 50px 60px 60px;
  gap: 20px;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .troika__box {
    padding: 40px 20px;
  }
}
@media (max-width: 768px) {
  .troika__box {
    padding: 60px 50px 60px;
  }
}
.troika__box-title {
  font-size: 22px;
  text-transform: uppercase;
  color: #ffffff;
}
.troika__box-subtitle {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.2;
}
.troika__box-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: auto;
}
.troika__box-item {
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
  letter-spacing: -0.3px;
}
.troika__box-item:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid #ffffff;
}
.troika__box-control {
  width: 100%;
  margin: 10px 10px 0 0;
}
.troika_light .troika__item {
  background: #F4F7FB;
}
.troika_blue .troika__box:first-child {
  background: #779AC2;
}
.troika_blue .troika__box:nth-child(2) {
  background: #4479B1;
}
.troika_blue .troika__box:last-child {
  background: #14427A;
}
.troika_blue .troika__slider .slick-dots li button {
  background: #002F52;
  border: 1px solid #ffffff;
}
.troika_blue .troika__slider .slick-dots li.slick-active button {
  background: #ffffff;
}
.troika_transparent .troika__item {
  background: transparent;
}
.troika_transparent .troika__text {
  color: #ffffff;
}
.troika_four .troika__wrapper {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
}
@media (max-width: 1200px) {
  .troika_four .troika__wrapper {
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .troika_four .troika__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 564px) {
  .troika_four .troika__wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 564px) {
  .troika_four .troika__item {
    padding: 48px;
  }
}
@media (max-width: 430px) {
  .troika_four .troika__item {
    padding: 48px 30px;
  }
}
.troika_four .troika__slider .troika__item {
  padding: 48px 22px 48px 22px;
}
@media (max-width: 768px) {
  .troika_four .troika__slider .troika__item {
    width: 360px;
    padding: 48px 24px;
  }
}
@media (max-width: 430px) {
  .troika_four .troika__slider .troika__item {
    width: 330px;
  }
}
@media (max-width: 380px) {
  .troika_four .troika__slider .troika__item {
    width: 300px;
  }
}
.troika_four-licensing .troika__item {
  display: grid;
  grid-template-rows: 1fr 0.8fr;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .troika_four-licensing .troika__item {
    grid-template-rows: 1fr 1fr;
  }
}
@media (max-width: 1024px) {
  .troika_four-licensing .troika__item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 564px) {
  .troika_four-licensing .troika__item {
    padding: 48px;
  }
}
@media (max-width: 430px) {
  .troika_four-licensing .troika__item {
    padding: 48px 30px;
  }
}
.troika_four-method .troika__item {
  display: grid;
  grid-template-rows: 80px 52px 1fr;
  align-items: flex-start;
  justify-items: center;
}
@media (max-width: 1024px) {
  .troika_four-method .troika__item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 564px) {
  .troika_four-method .troika__item {
    padding: 48px;
  }
}
@media (max-width: 430px) {
  .troika_four-method .troika__item {
    padding: 48px 30px;
  }
}
.troika_four-method .troika__slider .troika__item {
  padding: 48px 22px 48px 22px;
}
@media (max-width: 768px) {
  .troika_four-method .troika__slider .troika__item {
    width: 360px;
    padding: 48px 24px;
  }
}
@media (max-width: 430px) {
  .troika_four-method .troika__slider .troika__item {
    width: 330px;
  }
}
@media (max-width: 380px) {
  .troika_four-method .troika__slider .troika__item {
    width: 300px;
  }
}
.troika_left .troika__text {
  min-height: max-content;
  text-align: left;
}
.troika_two .troika__wrapper {
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 960px) {
  .troika_two .troika__wrapper {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .troika_two .troika__wrapper {
    gap: 40px;
    grid-template-columns: 1fr;
  }
}
.troika_two .troika__item {
  padding: 50px 70px;
}
@media (max-width: 960px) {
  .troika_two .troika__item {
    padding: 50px 40px;
  }
}
@media (max-width: 768px) {
  .troika_two .troika__item {
    padding: 0 20px;
  }
}
.troika_two .troika__title {
  max-width: 280px;
  width: 100%;
}

.drop {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
@media (max-width: 768px) {
  .drop {
    flex-direction: column;
    gap: 40px;
  }
}
.drop_center {
  align-items: center;
}
.drop__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 20px;
  color: #14427A;
}
@media (max-width: 768px) {
  .drop__content {
    order: 2;
  }
}
.drop__content_l {
  font-size: 24px;
}
.drop__content strong {
  font-weight: 500;
}
.drop__content h3 {
  font-size: 24px;
  color: #D2A957;
}
.drop__img {
  display: flex;
  width: 420px;
  height: 420px;
  flex-shrink: 0;
  border-radius: 0 50% 50% 50%;
  overflow: hidden;
}
@media (max-width: 960px) {
  .drop__img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 768px) {
  .drop__img {
    align-self: center;
    width: 420px;
    height: 420px;
  }
}
@media (max-width: 564px) {
  .drop__img {
    width: 300px;
    height: 300px;
  }
}
.drop__img img {
  object-fit: cover;
}
.drop__title-img {
  display: none;
  width: 80px;
  height: 80px;
  border-radius: 0 50% 50% 50%;
}
@media (max-width: 768px) {
  .drop__title-img {
    display: flex;
  }
}
.drop_column {
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.drop_column .drop__content {
  text-align: center;
  order: 2;
}
.drop_reverse .drop__img {
  border-radius: 50% 0 50% 50%;
}
.drop_reverse .drop__content {
  order: 2;
}
@media (max-width: 564px) {
  .drop_hide-img-mob .drop__img {
    display: none;
  }
}
@media (max-width: 768px) {
  .drop_quote {
    width: 360px;
    padding: 40px 30px;
    background: #ffffff;
    border-radius: 20px;
  }
}
@media (max-width: 768px) {
  .drop_quote .drop__img {
    display: none;
  }
}
.drop_quote .drop__content {
  position: relative;
  padding-left: 97px;
}
@media (max-width: 960px) {
  .drop_quote .drop__content {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .drop_quote .drop__content {
    padding-left: 60px;
    gap: 60px;
    height: 100%;
  }
}
.drop_quote .drop__content:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 37px;
  height: 52px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 37 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.875 43.5625V29.6875C5 16.3125 6.75 9.625 7.125 9.625C9.95833 9.41667 11.8125 9.3125 12.6875 9.3125V9.4375C12.1042 13.6042 11.7292 16.0833 11.5625 16.875L12 28.1875H16.5625C16.7708 28.1875 16.875 28.3125 16.875 28.5625V44.25L16.6875 44.5625C9.27083 44.2292 4.64583 44.0625 2.8125 44.0625C2.1875 43.9375 1.875 43.7708 1.875 43.5625ZM19.625 43.5625V29.6875L20 28.1875C22.9167 15.8125 24.5625 9.625 24.9375 9.625C27.7708 9.41667 29.625 9.3125 30.5 9.3125V9.4375C29.9167 13.6042 29.5417 16.0833 29.375 16.875L29.8125 28.1875H34.3125C34.5625 28.1875 34.6875 28.3125 34.6875 28.5625V44.25L34.5 44.5625C27.0833 44.2292 22.4583 44.0625 20.625 44.0625C19.9583 43.9375 19.625 43.7708 19.625 43.5625Z' fill='%2314427A'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 768px) {
  .drop_quote .drop__content:before {
    width: 29px;
    height: 40px;
  }
}
.drop_quote .drop__content h3 {
  color: #14427A;
}
@media (max-width: 768px) {
  .drop_quote .drop__content h3 {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: auto;
    margin-left: -60px;
    margin-right: -10px;
    font-size: 22px;
  }
}
.drop_step {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.drop_step .drop__content {
  gap: 26px;
  max-width: 470px;
  width: 100%;
}
@media (max-width: 768px) {
  .drop_step .drop__content {
    max-width: 400px;
    gap: 12px;
    text-align: center;
  }
}
.drop_step .drop__description {
  font-size: 24px;
}
@media (max-width: 564px) {
  .drop_step .drop__description {
    font-size: 20px;
  }
}
.drop_step .drop__card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  max-width: 425px;
  width: 100%;
  min-height: 330px;
  padding: 20px;
  background: #ffffff;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .drop_step .drop__card {
    order: 2;
  }
}
@media (max-width: 564px) {
  .drop_step .drop__card {
    max-width: none;
  }
}
@media (max-width: 430px) {
  .drop_step .drop__card {
    min-height: 250px;
  }
}

.package {
  gap: 40px;
}
.package__card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 120px;
  align-items: center;
  margin-top: 20px;
  padding: 52px 54px;
  border-radius: 20px;
  background: #D2A957;
}
@media (max-width: 1024px) {
  .package__card {
    padding: 40px 50px;
    gap: 80px;
  }
}
@media (max-width: 768px) {
  .package__card {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 0;
  }
}
.package__card p {
  font-size: 24px;
  color: #ffffff;
  letter-spacing: -0.5px;
}
.package__card p strong {
  font-weight: 600;
  text-transform: uppercase;
}
.package__boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  width: 100%;
}
@media (max-width: 1024px) {
  .package__boxes {
    gap: 80px;
  }
}
@media (max-width: 768px) {
  .package__boxes {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.package__box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 56px 46px;
}
@media (max-width: 1024px) {
  .package__box {
    padding: 0;
  }
}
.package__box-title {
  font-size: 20px;
  letter-spacing: -0.5px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
}
.package__box-row {
  padding-top: 10px;
  border-top: 1px solid #ffffff;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -0.5px;
  color: #ffffff;
}
.package_single {
  width: 100%;
}
.package_single .package__box {
  gap: 0;
  padding: 0;
}
.package_single .package__box-row {
  display: flex;
  gap: 20px;
  padding: 14px 18px;
}
@media (max-width: 768px) {
  .package_single .package__box-row {
    padding: 14px 10px 14px 0;
  }
}
.package_single .package__box-row:first-child {
  border: none;
}
.package_single .package__box-row svg {
  margin-top: 4px;
}

.points {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px 40px;
}
@media (max-width: 1024px) {
  .points {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .points {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.points__item {
  display: flex;
  min-height: 298px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .points__item {
    min-height: auto;
  }
}
@media (max-width: 1024px) {
  .points__item:nth-child(4), .points__item:nth-child(5) {
    background: #ffffff;
  }
}
@media (max-width: 768px) {
  .points__item:nth-child(4), .points__item:nth-child(5) {
    background: transparent;
  }
}
.points__item:nth-child(3), .points__item:nth-child(5) {
  background: #ffffff;
}
@media (max-width: 1024px) {
  .points__item:nth-child(3), .points__item:nth-child(5) {
    background: transparent;
  }
}
@media (max-width: 768px) {
  .points__item:nth-child(3), .points__item:nth-child(5) {
    background: #ffffff;
  }
}
.points__item img {
  object-fit: cover;
}
.points__content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 60px 76px;
}
@media (max-width: 1200px) {
  .points__content {
    padding: 80px 40px 60px;
  }
}
@media (max-width: 768px) {
  .points__content {
    padding: 60px 76px;
  }
}
@media (max-width: 564px) {
  .points__content {
    padding: 60px 36px 60px 76px;
  }
}
.points__count {
  position: absolute;
  left: 24px;
  top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2px solid #14427A;
  background: transparent;
  color: #14427A;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.points__title {
  font-size: 24px;
}

.forum {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  width: 100%;
}
@media (max-width: 768px) {
  .forum {
    grid-template-columns: 1fr;
  }
}
.forum__item {
  display: flex;
  min-height: 316px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .forum__item {
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .forum__item:first-child {
    min-height: 316px;
  }
}
@media (max-width: 768px) {
  .forum__item:nth-child(2), .forum__item:nth-child(3) {
    display: none;
  }
}
.forum__item img {
  object-fit: cover;
}
.forum__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
  padding: 60px 56px;
  background: #ffffff;
}
@media (max-width: 768px) {
  .forum__content {
    padding: 0;
    background: transparent;
  }
}
.forum__row {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
}
.forum__row svg {
  margin-top: 2px;
}
.forum__text {
  letter-spacing: -0.5px;
}

.app {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1008px;
  width: 100%;
}
@media (max-width: 768px) {
  .app {
    grid-template-columns: 1fr;
  }
}
.app__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 768px) {
  .app__items {
    grid-template-columns: 1fr;
  }
}
.app__item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 50px;
  background: #ffffff;
  border-radius: 20px;
}
@media (max-width: 960px) {
  .app__item {
    padding: 50px 30px;
  }
}
@media (max-width: 768px) {
  .app__item {
    padding: 50px;
  }
}
@media (max-width: 564px) {
  .app__item {
    padding: 50px 30px;
  }
}
.app__card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
  padding: 60px 40px 0;
  border-radius: 40px;
  background: #ffffff;
}
@media (max-width: 768px) {
  .app__card {
    gap: 40px;
    padding: 60px 30px 0;
  }
}
.app__card .app__title {
  padding: 0 20px;
  font-size: 64px;
  text-align: center;
  letter-spacing: -1px;
}
@media (max-width: 1024px) {
  .app__card .app__title {
    padding: 0;
    font-size: 54px;
  }
}
@media (max-width: 960px) {
  .app__card .app__title {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .app__card .app__title {
    font-size: 40px;
    line-height: 1.1;
  }
}
.app__card .app__img {
  height: 520px;
}
@media (max-width: 768px) {
  .app__card .app__img {
    display: flex;
    height: auto;
  }
}
.app__aside {
  position: absolute;
  right: 40px;
  bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 768px) {
  .app__aside {
    position: static;
    gap: 20px;
  }
}
.app__aside-item {
  display: flex;
  max-width: 194px;
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
.app__icon {
  display: flex;
  width: 80px;
  height: 80px;
}
.app__title {
  font-size: 24px;
}
.app__row {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 20px;
}
.app__row svg {
  margin-top: 2px;
}
.app__footer {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 26px;
  margin-top: auto;
}
.app__footer-img {
  display: flex;
  height: 46px;
}
.app__footer-img:last-child {
  margin-bottom: -3px;
}

.certification {
  display: flex;
  flex-direction: column;
  gap: 40px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .certification {
    width: 100vw;
  }
}
.certification__slider {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px 40px;
}
@media (max-width: 1024px) {
  .certification__slider {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .certification__slider {
    grid-template-columns: 1fr;
    width: 100vw;
    padding: 0 34px;
  }
  .certification__slider .slick-track {
    display: flex;
    gap: 14px;
  }
}
.certification__slider .slick-dots {
  width: fit-content;
  margin-left: calc(50vw - 72px - 18px);
}
.certification__slider .slick-dots li button {
  background: #002F52;
  border: 1px solid #ffffff;
}
.certification__slider .slick-dots li.slick-active button {
  background: #ffffff;
}
.certification__item {
  position: relative;
  display: flex;
  min-height: 298px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .certification__item {
    width: 360px;
    height: 298px;
  }
}
@media (max-width: 430px) {
  .certification__item {
    width: 330px;
  }
}
@media (max-width: 380px) {
  .certification__item {
    width: 300px;
  }
}
.certification__item img {
  object-fit: cover;
}
.certification__title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 180px;
  padding: 13px 20px;
  border-radius: 0 20px 0 0;
  background: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
}
.certification__content {
  padding: 60px 70px 60px 76px;
  background: #ffffff;
}
.certification__content_mobile {
  display: none;
}
@media (max-width: 768px) {
  .certification__content_mobile {
    display: flex;
    padding: 0 34px;
    background: transparent;
    color: #ffffff;
    text-align: center;
  }
}

.k-hub {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
}
@media (max-width: 1024px) {
  .k-hub {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .k-hub {
    flex-direction: column;
  }
}
.k-hub__img {
  display: flex;
  max-width: 523px;
}
@media (max-width: 1024px) {
  .k-hub__img {
    margin-right: -80px;
  }
}
@media (max-width: 768px) {
  .k-hub__img {
    margin: 0 auto;
  }
}
.k-hub__img img {
  object-position: bottom;
}
.k-hub__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 400px;
  margin-top: auto;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .k-hub__content {
    min-width: auto;
    padding-bottom: 0;
  }
}
.k-hub__content .accordion__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding: 20px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.5px;
  stroke: #14427A;
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 564px) {
  .k-hub__content .accordion__button {
    padding: 16px 10px;
  }
}
.k-hub__content .accordion__button:hover {
  color: #D2A957;
  stroke: #D2A957;
}
.k-hub__content .accordion__button svg {
  transform: rotate(90deg);
  transition: 0.3s transform;
}
.k-hub__content .accordion__content {
  display: none;
}
.k-hub__content .accordion__content p {
  padding: 0 20px 20px;
  letter-spacing: -0.5px;
}
@media (max-width: 564px) {
  .k-hub__content .accordion__content p {
    padding: 0 10px 16px;
  }
}
.k-hub__content .accordion__item {
  width: 100%;
}
.k-hub__content .accordion__item:not(:first-child) {
  border-top: 1px solid rgba(20, 66, 122, 0.2);
}
.k-hub__content .accordion__item.open svg {
  transform: rotate(270deg);
}

.dropper {
  display: flex;
  gap: 70px;
  align-items: center;
  width: 100%;
  padding: 60px 100px;
  background: #ffffff;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .dropper {
    padding: 60px;
    gap: 60px;
  }
}
@media (max-width: 960px) {
  .dropper {
    padding: 60px 40px;
  }
}
@media (max-width: 768px) {
  .dropper {
    padding: 0;
  }
}
.dropper__items {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 308px;
  width: 100%;
}
@media (max-width: 768px) {
  .dropper__items {
    max-width: none;
  }
}
.dropper__body {
  display: flex;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .dropper__body {
    display: none !important;
  }
}
.dropper__wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 1024px) {
  .dropper__wrapper {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .dropper__wrapper {
    padding-top: 20px;
    padding-left: 4px;
  }
}
.dropper__wrapper p {
  font-size: 24px;
  letter-spacing: -0.5px;
}
@media (max-width: 1024px) {
  .dropper__wrapper p {
    font-size: 20px;
  }
}
.dropper__wrapper p strong {
  font-weight: 600;
}
.dropper__wrapper p:not(:first-child) {
  padding-top: 32px;
  border-top: 1px solid rgba(20, 66, 122, 0.2);
}
@media (max-width: 1024px) {
  .dropper__wrapper p:not(:first-child) {
    padding-top: 20px;
  }
}
.dropper__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  padding: 22px 20px;
  border-radius: 20px;
  background: #F4F7FB;
  border: none;
  color: #14427A;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .dropper__button {
    justify-content: space-between;
    padding: 22px 30px;
  }
}
.dropper__button span {
  font-weight: 300;
  transition: 0.3s font-weight;
}
@media (max-width: 768px) {
  .dropper__button span {
    font-weight: 600;
  }
}
.dropper__button svg {
  display: none;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .dropper__button svg {
    display: flex;
    stroke: #14427A;
  }
}
.dropper__button:hover {
  color: #D2A957;
}
.dropper__content {
  display: none;
}
.dropper__item {
  width: 100%;
}
.dropper__item.active .dropper__button {
  background: #D2A957;
  color: #ffffff;
  font-weight: 500;
}
.dropper__item.active .dropper__button span {
  font-weight: 500;
}
@media (max-width: 768px) {
  .dropper__item.active .dropper__button span {
    font-weight: 600;
  }
}
.dropper__item.active .dropper__button svg {
  stroke: #ffffff;
  transform: rotate(90deg);
}

.meeting {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.meeting__fieldset {
  margin: 20px 0;
}
.meeting__label {
  line-height: 1.2;
}
.meeting textarea {
  min-height: 60px;
  resize: none;
}

.presentation-body {
  max-width: none;
}

.presentation {
  display: flex;
  flex-direction: column;
  gap: 1px;
  margin: 0;
  background: #ffffff;
}
.presentation__wrapper {
  display: flex;
  flex-direction: column;
  max-width: 1920px;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 60px 120px;
}
@media (max-width: 1200px) {
  .presentation__wrapper {
    padding: 60px 80px;
  }
}
@media (max-width: 960px) {
  .presentation__wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 564px) {
  .presentation__wrapper {
    padding: 80px 20px;
  }
}
.presentation__section {
  position: relative;
  display: flex;
  min-height: 100vh;
  background: #002F52;
}
.presentation__section_center {
  justify-content: center;
  align-items: center;
}
.presentation__section_xl-horizontal .presentation__wrapper {
  padding-top: 200px;
  padding-bottom: 100px;
}
@media (max-width: 564px) {
  .presentation__section_xl-horizontal .presentation__wrapper {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
.presentation__section_mw-1180 .presentation__wrapper {
  max-width: 1180px;
}
.presentation h1, .presentation h2, .presentation h3, .presentation h4, .presentation h5, .presentation p, .presentation * {
  color: #ffffff;
}
.presentation * {
  font-family: "Public Sans", sans-serif;
  font-weight: 100;
}
.presentation h1, .presentation h2, .presentation h3, .presentation h4, .presentation h5 {
  font-weight: 700;
  font-family: "Schibsted Grotesk", sans-serif;
}
.presentation h1 {
  font-size: 58px;
}
@media (max-width: 960px) {
  .presentation h1 {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .presentation h1 {
    font-size: 42px;
  }
}
.presentation__subtitle {
  font-size: 36px;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .presentation__subtitle {
    font-size: 24px;
    line-height: 1.3;
  }
}
.presentation__title_xl {
  font-size: 220px;
  font-weight: 900 !important;
}
@media (max-width: 1512px) {
  .presentation__title_xl {
    font-size: 140px;
  }
}
@media (max-width: 1200px) {
  .presentation__title_xl {
    font-size: 120px;
  }
}
@media (max-width: 960px) {
  .presentation__title_xl {
    font-size: 90px;
  }
}
@media (max-width: 768px) {
  .presentation__title_xl {
    font-size: 70px;
  }
}
@media (max-width: 564px) {
  .presentation__title_xl {
    font-size: 50px;
  }
}
.presentation__quote {
  position: relative;
  max-width: 1470px;
  margin: 0 auto;
  padding: 20px 40px 40px;
  font-size: 58px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  font-family: "Schibsted Grotesk", sans-serif;
}
@media (max-width: 1512px) {
  .presentation__quote {
    font-size: 48px;
  }
}
@media (max-width: 1024px) {
  .presentation__quote {
    font-size: 42px;
  }
}
@media (max-width: 960px) {
  .presentation__quote {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .presentation__quote {
    font-size: 24px;
  }
}
@media (max-width: 564px) {
  .presentation__quote {
    font-size: 20px;
  }
}
.presentation__quote:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  background: linear-gradient(to bottom, #C79636, transparent);
}
@media (max-width: 960px) {
  .presentation__quote:before {
    width: 20px;
  }
}
.presentation__quote_answer {
  text-align: left;
  font-weight: 100;
  font-size: 32px;
  font-family: "Public Sans", sans-serif;
}
@media (max-width: 1024px) {
  .presentation__quote_answer {
    font-size: 24px;
  }
}
.presentation__quote_answer-horizontal {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 60px 0;
  text-align: left;
  font-weight: 100;
  font-size: 54px;
  font-family: "Public Sans", sans-serif;
}
@media (max-width: 1512px) {
  .presentation__quote_answer-horizontal {
    font-size: 42px;
  }
}
@media (max-width: 1024px) {
  .presentation__quote_answer-horizontal {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .presentation__quote_answer-horizontal {
    font-size: 24px;
  }
}
@media (max-width: 564px) {
  .presentation__quote_answer-horizontal {
    font-size: 20px;
  }
}
.presentation__quote_answer-horizontal:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient(to left, #C79636, transparent);
}
@media (max-width: 960px) {
  .presentation__quote_answer-horizontal:before {
    height: 20px;
  }
}
.presentation__quote_answer-horizontal:after {
  content: "";
  position: absolute;
  right: 0;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient(to left, #C79636, transparent);
}
@media (max-width: 960px) {
  .presentation__quote_answer-horizontal:after {
    height: 20px;
  }
}
.presentation__quote_answer-title {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 80px;
  text-align: left;
  font-size: 54px;
}
@media (max-width: 1512px) {
  .presentation__quote_answer-title {
    font-size: 42px;
  }
}
@media (max-width: 1024px) {
  .presentation__quote_answer-title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .presentation__quote_answer-title {
    padding-left: 40px;
    font-size: 24px;
  }
}
@media (max-width: 564px) {
  .presentation__quote_answer-title {
    font-size: 20px;
  }
}
.presentation__quote_answer-title .presentation__quote-title {
  font-size: 80px;
}
@media (max-width: 1512px) {
  .presentation__quote_answer-title .presentation__quote-title {
    font-size: 70px;
  }
}
@media (max-width: 1024px) {
  .presentation__quote_answer-title .presentation__quote-title {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  .presentation__quote_answer-title .presentation__quote-title {
    font-size: 48px;
  }
}
@media (max-width: 564px) {
  .presentation__quote_answer-title .presentation__quote-title {
    font-size: 36px;
  }
}
.presentation__quote_list {
  text-align: left;
  padding-left: 60px;
}
@media (max-width: 1512px) {
  .presentation__quote_list .presentation__quote-title {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .presentation__quote_list .presentation__quote-title {
    font-size: 36px;
  }
}
@media (max-width: 564px) {
  .presentation__quote_list .presentation__quote-title {
    font-size: 24px;
  }
}
.presentation__quote_important {
  font-size: 32px;
}
@media (max-width: 1512px) {
  .presentation__quote_important {
    font-size: 24px;
  }
}
@media (max-width: 564px) {
  .presentation__quote_important {
    font-size: 20px;
  }
}
.presentation__quote_important .presentation__quote-title {
  margin-bottom: 80px;
}
.presentation__box-imgs {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 400px;
}
.presentation__box-imgs img {
  width: 100%;
  height: fit-content;
  margin: 0;
  object-position: top;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}
.presentation__kick {
  display: grid;
  grid-template-columns: 1fr 0.5fr;
  gap: 60px;
}
@media (max-width: 960px) {
  .presentation__kick {
    grid-template-columns: 1fr;
  }
}
.presentation__kick img {
  object-position: top;
}
.presentation__kick .presentation__quote {
  margin-top: 10%;
  font-size: 32px;
}
@media (max-width: 768px) {
  .presentation__kick .presentation__quote {
    font-size: 24px;
  }
}
@media (max-width: 564px) {
  .presentation__kick .presentation__quote {
    font-size: 20px;
  }
}
.presentation__kick .presentation__quote p {
  max-width: 450px;
}
.presentation__quote-list {
  display: flex;
  flex-direction: column;
  font-size: 32px;
  margin-top: 40px;
}
@media (max-width: 1512px) {
  .presentation__quote-list {
    font-size: 24px;
  }
}
@media (max-width: 564px) {
  .presentation__quote-list {
    font-size: 20px;
  }
}
.presentation__box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
@media (max-width: 960px) {
  .presentation__box {
    grid-template-columns: 1fr;
  }
}
.presentation__box_4 {
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 1200px) {
  .presentation__box_4 {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 960px) {
  .presentation__box_4 {
    grid-template-columns: 1fr;
  }
}
.presentation__box_4 .presentation__quote {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 24px;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.02));
  border-radius: 0 0 20px 20px;
}
@media (max-width: 1512px) {
  .presentation__box_4 .presentation__quote {
    font-size: 20px;
  }
}
.presentation__box_4 .presentation__quote-title {
  font-size: 24px;
  text-align: center;
  font-weight: 600;
}
.presentation__box_end .presentation__quote {
  align-items: center;
  justify-content: center;
  text-align: center;
}
.presentation__box_end .presentation__quote h2 {
  margin-bottom: 20%;
}
.presentation__box_beg {
  grid-template-columns: 0.8fr 1.2fr;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .presentation__box_beg {
    grid-template-columns: 1fr;
  }
}
.presentation__box_beg img {
  box-shadow: none !important;
}
.presentation__box_beg .presentation__quote-title {
  font-size: 54px;
}
@media (max-width: 960px) {
  .presentation__box_beg .presentation__quote-title {
    font-size: 48px;
  }
}
@media (max-width: 564px) {
  .presentation__box_beg .presentation__quote-title {
    font-size: 42px;
  }
}
.presentation__box_beg .presentation__quote {
  align-items: center;
  justify-content: center;
  text-align: center;
}
.presentation__box_beg .presentation__quote h2 {
  margin-bottom: 20%;
}
.presentation__box_line {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}
.presentation__box_line:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 120px;
  width: 100%;
  height: 30px;
  background: #C79636;
}
@media (max-width: 768px) {
  .presentation__box_line:before {
    top: 40px;
    height: 20px;
  }
}
.presentation__box_line .presentation__box-title {
  text-align: center;
  font-size: 80px;
}
@media (max-width: 1512px) {
  .presentation__box_line .presentation__box-title {
    font-size: 70px;
  }
}
@media (max-width: 960px) {
  .presentation__box_line .presentation__box-title {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  .presentation__box_line .presentation__box-title {
    font-size: 50px;
  }
}
@media (max-width: 564px) {
  .presentation__box_line .presentation__box-title {
    font-size: 36px;
  }
}
.presentation__box_line .presentation__box-subtitle {
  font-size: 54px;
}
@media (max-width: 1512px) {
  .presentation__box_line .presentation__box-subtitle {
    font-size: 42px;
  }
}
@media (max-width: 1024px) {
  .presentation__box_line .presentation__box-subtitle {
    font-size: 36px !important;
  }
}
@media (max-width: 564px) {
  .presentation__box_line .presentation__box-subtitle {
    font-size: 24px !important;
  }
}
.presentation__box_line-md {
  max-width: 1100px;
}
.presentation__box_line-md .presentation__box-subtitle {
  font-size: 44px;
}
@media (max-width: 1512px) {
  .presentation__box_line-md .presentation__box-subtitle {
    font-size: 42px;
  }
}
.presentation__box_line-l {
  max-width: 1200px;
}
.presentation__box_line-l .presentation__box-subtitle {
  font-size: 42px;
}
.presentation__images {
  display: flex;
  flex-direction: column;
  gap: 200px 80px;
  margin-bottom: 10%;
}
@media (max-width: 1200px) {
  .presentation__images {
    margin-bottom: 20%;
  }
}
@media (max-width: 768px) {
  .presentation__images {
    gap: 80px 40px;
  }
}
.presentation__images img {
  max-width: 200px;
  object-position: top;
}
.presentation__images-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 80px;
}
@media (max-width: 768px) {
  .presentation__images-row {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
.presentation__images-row:last-child img {
  justify-self: flex-end;
}
.presentation__images-row:last-child img:nth-child(even) {
  margin-bottom: -60px;
  object-position: bottom;
  align-self: flex-end;
}
.presentation__box-img {
  display: flex;
  margin-top: 40px;
}
.presentation__box-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
}
.presentation__survival {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.presentation__survival-icon {
  width: 80px;
  height: 80px;
}
.presentation__survival-imgs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1px;
  margin-top: 20px;
}
.presentation__survival-imgs img {
  width: 100%;
  object-position: top;
}

.hub-hero {
  position: relative;
}
.hub-hero__img {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .hub-hero__img {
    display: none;
  }
}
.hub-hero__img img {
  display: flex;
  object-fit: cover;
}
.hub-hero__img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 47, 82, 0.3), #002F52);
}
.hub-hero__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  min-height: 80vh;
  padding-top: 200px;
}
@media (max-width: 1200px) {
  .hub-hero__wrapper {
    padding-top: 100px;
  }
}
@media (max-width: 960px) {
  .hub-hero__wrapper {
    min-height: 500px;
  }
}
@media (max-width: 768px) {
  .hub-hero__wrapper {
    min-height: auto;
    gap: 10px;
    padding-top: 60px;
    padding-bottom: 0;
  }
}
@media (max-width: 564px) {
  .hub-hero__wrapper {
    padding-top: 40px;
  }
}
.hub-hero__description {
  font-size: 24px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 960px) {
  .hub-hero__description {
    font-size: 20px;
  }
}
.hub-hero__title {
  color: #ffffff;
  font-size: 56px;
  font-weight: 100;
  line-height: 1.1;
  text-align: center;
}
@media (max-width: 960px) {
  .hub-hero__title {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .hub-hero__title {
    text-align: center;
    line-height: 1;
  }
}
@media (max-width: 564px) {
  .hub-hero__title {
    font-size: 36px;
    line-height: 1.15;
  }
}
@media (max-width: 430px) {
  .hub-hero__title {
    font-size: 32px;
  }
}
.hub-hero__title strong {
  font-weight: 600;
  font-style: initial;
}
@media (max-width: 768px) {
  .hub-hero__title strong {
    font-size: 32px;
  }
}
@media (max-width: 430px) {
  .hub-hero__title strong {
    font-size: 28px;
  }
}

.hub {
  display: flex;
  gap: 50px;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 960px) {
  .hub {
    gap: 30px;
  }
}
@media (max-width: 564px) {
  .hub {
    flex-direction: column;
    gap: 24px;
    margin: -20px -14px 0;
  }
}
.hub__description {
  max-width: 240px;
  font-size: 18px;
  text-align: center;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 768px) {
  .hub__description {
    font-size: 16px;
  }
}
.hub__title {
  font-size: 30px;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
}
@media (max-width: 768px) {
  .hub__title {
    font-size: 24px !important;
  }
}
.hub__link, .hub__label {
  position: relative;
  margin-top: 30px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
}
@media (max-width: 768px) {
  .hub__link, .hub__label {
    font-size: 16px;
  }
}
.hub__link:after, .hub__label:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 101%;
  height: 1px;
  color: inherit;
  background: currentColor;
  transition: 0.3s;
}
.hub__link:hover {
  color: #D2A957;
}
.hub__label:after {
  content: none;
}
.hub__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
}
@media (max-width: 960px) {
  .hub__list {
    gap: 10px;
  }
}
.hub__list-item a {
  position: relative;
  display: flex;
  padding-left: 32px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.3;
}
@media (max-width: 960px) {
  .hub__list-item a {
    font-size: 16px;
  }
}
.hub__list-item a:hover {
  color: #D2A957;
}
.hub__list-item a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border-radius: 0 50% 50% 50%;
  background: #D2A957;
}
@media (max-width: 960px) {
  .hub__list-item a:before {
    width: 16px;
    height: 16px;
  }
}
.hub__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  max-width: 300px;
  width: 100%;
  padding: 70px 24px 64px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: #002F52;
}
@media (max-width: 1100px) {
  .hub__item {
    max-width: 280px;
  }
}
@media (max-width: 1024px) {
  .hub__item {
    max-width: calc(50% - 15px) !important;
  }
  .hub__item:nth-child(4) {
    order: 5;
  }
}
@media (max-width: 564px) {
  .hub__item {
    max-width: none !important;
    padding: 44px 20px !important;
    border-radius: 30px;
  }
}
.hub__item_l {
  max-width: 440px;
  padding: 50px 24px;
}
.hub__item_l .hub__title {
  font-size: 32px;
}
.hub__item_l .hub__description {
  max-width: 300px;
}

.hub-main {
  background: #002F52;
}

.training__box {
  position: relative;
  display: flex;
  height: 616px;
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .training__box {
    height: 786px;
    background: #002F52;
  }
}
.training__img {
  display: flex;
}
.training__img img {
  object-fit: cover;
  object-position: 10% 50%;
}
@media (max-width: 768px) {
  .training__img img {
    object-fit: contain;
    object-position: 10% 0;
  }
}
.training__text {
  position: absolute;
  right: 0;
  bottom: -1px;
  max-width: 920px;
  width: 100%;
  padding: 60px;
  font-size: 20px;
  line-height: 1.5;
  color: #14427A;
  border-radius: 40px 0 0 0;
  background: #ffffff;
}
@media (max-width: 1024px) {
  .training__text {
    max-width: 600px;
  }
}
@media (max-width: 768px) {
  .training__text {
    left: 10px;
    right: 10px;
    max-width: none;
    width: auto;
    border-radius: 20px;
  }
}
@media (max-width: 564px) {
  .training__text {
    padding: 40px 20px;
  }
}
.training__text strong {
  font-weight: 500;
}

/*# sourceMappingURL=styles.css.map */
