@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

menu,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select,
button {
  outline: none;
}

@font-face {
  font-family: "PTSans";
  font-display: swap;
  src: url("../../fonts/PTSans-Bold.woff") format("woff"),
    url("../../fonts/PTSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "PTSans";
  font-display: swap;
  src: url("../../fonts/PTSans-BoldItalic.woff") format("woff"),
    url("../../fonts/PTSans-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "PTSans";
  font-display: swap;
  src: url("../../fonts/PTSans-Italick.woff") format("woff"),
    url("../../fonts/PTSans-Italick.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "PTSans";
  font-display: swap;
  src: url("../../fonts/PTSans-Regular.woff") format("woff"),
    url("../../fonts/PTSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Exo2";
  font-display: swap;
  src: url("../../fonts/Exo2-Bold.woff") format("woff"),
    url("../../fonts/Exo2-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Exo2";
  font-display: swap;
  src: url("../../fonts/Exo2-MediumItalic.woff") format("woff"),
    url("../../fonts/Exo2-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Exo2";
  font-display: swap;
  src: url("../../fonts/Exo2-SemiBold.woff") format("woff"),
    url("../../fonts/Exo2-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

*,
:before,
:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

path,
textarea,
input,
a,
button {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  outline: none;
}

a {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

img {
  width: 100%;
  height: auto;
}

textarea {
  resize: none;
}

body.lock {
  overflow: hidden !important;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.container {
  margin: 0 auto;
  padding: 0 16px;
  width: 100%;
  max-width: 1372px;
}

.d-n {
  display: none;
}

body {
  overflow-x: hidden;
  background-color: #f3f6f8;
  font-family: "PTSans", sans-serif;
}

body.substrate:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 800;
  display: none;
  width: 100vw;
  height: 100vh;
  background: #182a3480;
}

.btn {
  border-radius: 60px;
  padding: 18px 30px;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.btn-primary {
  color: #182a34;
  -webkit-box-shadow: 4px 6px 0 0 #182a34;
  box-shadow: 4px 6px 0 0 #182a34;
  background-color: #feaf86;
}

.btn-second {
  color: #ffffff;
  -webkit-box-shadow: 4px 6px 0 0 #182a34;
  box-shadow: 4px 6px 0 0 #182a34;
  background-color: #00b1cd;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-gap: 40px;
}

.header-wrapper {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  padding: 17px 50px;
  position: relative;
  z-index: 1000;
}

.header-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-logo {
  display: block;
}

.header-logo picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-logo picture img {
  display: block;
  max-height: 44px;
}

.header-burger {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  display: none;
  cursor: pointer;
}

.header-burger .header-burger-close {
  display: none;
}

.header-burger picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-burger.active .header-burger-open {
  display: none;
}

.header-burger.active .header-burger-close {
  display: block;
}

.header-second {
  -webkit-box-flex: 0;
  -ms-flex: 0 2 692px;
  flex: 0 2 692px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-gap: 12px;
}

.header-second.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-link {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #182a34;
}

.header-link:hover {
  color: #007aa1;
}

.header-link.curs {
  display: none;
}

.header-dropdown {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #182a34;
  border: none;
  padding: 0;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-gap: 4px;
  cursor: pointer;
}

.header-dropdown:hover {
  color: #007aa1;
}

.header-dropdown:hover svg path {
  fill: #007aa1;
}

.header-dropdown-wrapper {
  position: relative;
}

.header-dropdown-wrapper.active .header-dropdown {
  color: #007aa1;
}

.header-dropdown-wrapper.active .header-dropdown svg {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.header-dropdown-wrapper.active .header-dropdown svg path {
  fill: #007aa1;
}

.header-dropdown-wrapper.active .drop-down {
  display: block;
}

.header .drop-down {
  display: none;
  position: absolute;
  top: 59px;
  left: -20px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  padding: 20px;
}

.header .drop-down-list {
  list-style-type: decimal;
  padding-left: 20px;
}

.header .drop-down-item {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.04em;
  color: #182a34;
}

.header .drop-down-item:hover {
  color: #007aa1;
}

.header .drop-down-item a {
  text-wrap: nowrap;
}

.glossary {
  margin-top: 20px;
  padding-bottom: 246px;
}

.hero-bg {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 16px;
}

.glossary-nav {
  border-radius: 8px;
  padding: 20px;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 122, 161, 0.2);
  box-shadow: 0 4px 12px 0 rgba(0, 122, 161, 0.2);
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-gap: 6px;
  margin-top: 40px;
}

.glossary-nav-link {
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  text-align: center;
  color: #182a34;
  text-decoration: none;
  text-transform: uppercase;
}

.glossary-list {
  margin-top: 40px;
  -webkit-box-shadow: 4px 4px 30px -4px rgba(0, 129, 170, 0.25);
  box-shadow: 4px 4px 30px -4px rgba(0, 129, 170, 0.25);
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px;
}

.glossary-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-gap: 40px;
  margin-bottom: 60px;
}

.glossary-item:last-of-type {
  margin-bottom: 0;
}

.glossary-item-name {
  font-weight: 700;
  font-size: 70px;
  line-height: 86%;
  letter-spacing: 0.04em;
  text-align: center;
  color: #007aa1;
  width: 60px;
}

.glossary-item-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 24px 0;
}

.glossary-item-list-items {
  margin-right: 32px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(33.33333% - 21.33333px);
  flex: 0 1 calc(33.33333% - 21.33333px);
}

.glossary-item-list-items:last-of-type {
  margin-right: 0;
}

.btn-glossary {
  background-color: transparent;
  padding: 0;
  border: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #182a34;
  cursor: pointer;
  text-transform: capitalize;
}

.banner {
  border-radius: 20px;
  background-image: url("../img/banner-orange.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.banner:after {
  content: "";
  position: absolute;
  top: 0;
  right: 46px;
  background-image: url("../img/baner-octopus2.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 364px;
}

.banner-wrapper {
  max-width: 719px;
  position: relative;
  z-index: 10;
  left: 200px;
  padding: 76px 20px 74px;
  border-radius: 20px;
}

.banner-title {
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 6px;
}

.banner-text {
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0.02em;
  color: #ffffff;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  grid-gap: 20px;
  z-index: 10;
}

.footer-bg {
  margin-top: -220px;
  padding-top: 220px;
  position: relative;
}

.footer-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 221px;
  background-image: url("../../img/wave-footer.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 5;
}

.footer-wrapper {
  background-color: #182a34;
  padding-bottom: 51px;
  margin-top: -35px;
}

.footer-logo {
  margin-right: 110px;
}

.footer-nav {
  width: 100%;
}

.footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 12px;
  max-width: 666px;
  width: 100%;
}

.footer-nav ul li {
  width: calc(50% - 6px);
}

.footer-link {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
}

html {
  scrollbar-gutter: stable;
}

.modal {
  border-radius: 30px;
  padding: 30px;
  -webkit-box-shadow: 12px 12px 0 0 #182a34;
  box-shadow: 12px 12px 0 0 #182a34;
  background-color: #ffffff;
  min-height: 473px;
  position: relative;
}

.modal-bg {
  background: rgba(24, 42, 52, 0.5);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  padding-right: 16px;
}

.modal-bg[data-open="false"] {
  display: none;
}

.modal-bg[data-open="true"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-container {
  max-width: 484px;
  width: 100%;
}

.modal-close {
  padding: 0;
  border: none;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.modal-close-wrapper {
  position: absolute;
  top: 30px;
  right: 30px;
}

.modal-header {
  margin-bottom: 60px;
}

.modal-title {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  letter-spacing: 0.04em;
  color: #182a34;
}

.modal-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #182a34;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

.wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.header-second.mobile {
  display: none;
}

@media screen and (max-width: 1280px) {
  .header-wrapper {
    padding: 17px 16px;
  }

  .banner-wrapper {
    left: 20px;
  }
  .header .header-second {
    padding: 0;
  }
}

@media screen and (max-width: 1024px) {
  body.substrate:before {
    display: block;
  }
  a.header-logo {
    display: none;
  }
  .header-first {
    width: 100%;
    padding: 17px 16px;
    width: 100%;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
  }
  .btn {
    font-size: 16px;
  }

  .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 10px;
    position: relative;
    z-index: 10;
  }

  .header-wrapper {
    display: block;
    padding: 0;
    background-color: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .header-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header-second {
    display: none;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 40px;
    padding: 30px 16px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    left: 0;
    top: 0;
  }

  .header-second.desktop {
    display: none;
  }

  nav.header-second.active .header-second.mobile {
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 40px;
    padding: 30px 16px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    left: 0;
    top: 98px;
  }

  .mobile-menu-section .mobile-menu-list {
    display: none;
    margin-top: 12px;
    padding: 12px;
    border-radius: 10px;
  }
  li.mobile-menu-item .header-link {
    font-size: 16px;
  }
  span.mobile-menu-header {
    color: #182a34;
    font-size: 20px;
    font-weight: 700;
  }

  .header-second.mobile {
    gap: 43px;
  }

  .header-second {
    -webkit-box-flex: 0;
    -ms-flex: 0 2 180px;
    flex: 0 2 180px;
  }
  .hero {
    padding-top: 0;
    padding-bottom: 0;
  }
  ol.mobile-menu-list {
    background-color: #fff;
    width: 100%;
  }

  .mobile-menu-section {
    width: 100%;
  }

  .mobile-menu-section.active .mobile-menu-list {
    display: block;
  }

  .mobile-menu-section.active .mobile-menu-arrow {
    transform: rotate(180deg);
    transition: transform 0.2s ease;
  }

  .mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    width: 100%;
    color: #182a34;
    font-size: 20px;
    font-weight: 700;
  }

  .header-second.desktop {
    display: none;
  }

  .header-link {
    font-size: 20px;
  }
  .header-link.curs {
    display: block;
  }

  .header-link {
    font-size: 20px;
  }

  .header-link.curs {
    display: block;
  }

  .header-dropdown-wrapper {
    display: none;
  }

  .banner:after {
    width: 165px;
    height: 137px;
    bottom: 0;
    top: auto;
    right: 0;
    background-size: 100% 100%;
  }

  .banner-wrapper {
    left: 0;
    padding: 34px 20px 122px;
  }

  .banner-title {
    font-size: 32px;
    line-height: 110%;
  }

  .banner-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .container {
    max-width: 100%;
  }

  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-bg {
    padding-top: 108px;
    margin-top: -108px;
  }

  .footer-bg:before {
    background-image: url("../img/wave-footermob.svg");
    height: 109px;
    top: 0;
  }

  .footer-logo {
    margin-right: 0;
    max-width: 158px;
  }

  .footer-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
  }

  .footer-nav ul li {
    width: 100%;
  }

  .footer-link {
    font-size: 16px;
  }

  .modal {
    -webkit-box-shadow: 6px 6px 0 0 #182a34;
    box-shadow: 6px 6px 0 0 #182a34;
    min-height: auto;
    padding: 30px 20px;
    margin: 0 16px;
  }

  .modal-title {
    font-size: 24px;
  }

  .modal-text {
    font-size: 16px;
  }
  .modal-header {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 680px) {
  .glossary-nav {
    display: none;
  }

  .glossary-list {
    margin-top: 20px;
    padding: 30px 20px;
  }

  .glossary-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 20px;
    margin-bottom: 40px;
  }

  .glossary-item-name {
    font-size: 30px;
    line-height: 100%;
    width: auto;
  }

  .glossary-item-list {
    grid-gap: 20px;
  }

  .glossary-item-list-items {
    margin-right: 0;
    font-size: 16px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }

  .btn-glossary {
    font-size: 16px;
  }
}

@media screen and (max-width: 580px) {
  .glossary {
    padding-bottom: 150px;
  }
}

.webp .banner:after {
  background-image: url(../../img/baner-octopus2.webp);
}
