@charset "UTF-8";
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
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:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button,
input,
select {
  outline: 0;
}
@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;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a,
button,
input,
path,
textarea {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  outline: 0;
}
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-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-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: fixed;
  top: 0;
  left: 0;
  z-index: 800;
  display: none;
  width: 100vw;
  height: 100%;
  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: #fff;
  -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: 0;
  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;
}
.hero {
  padding-top: 158px;
  padding-bottom: 220px;
  max-width: 779px;
  width: 100%;
}
.hero-bg {
  background-image: url(../../soi/img/bg1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 16px;
  min-height: 787px;
}
.hero-title {
  margin-bottom: 8px;
  font-family: Exo2, sans-serif;
  font-weight: 700;
  font-size: 48px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  line-height: normal;
}
.hero-text {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.02em;
  color: #fff;
  line-height: normal;
}
.why_this-bg {
  margin-top: -210px;
  padding-top: 210px;
  padding-bottom: 62px;
  position: relative;
}
.why_this-bg::before {
  content: "";
  display: block;
  height: 210px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  background-image: url(../../soi/img/wave-bg1.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.why_this-title {
  font-family: Exo2, sans-serif;
  font-weight: 700;
  font-size: 54px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #182a34;
  margin-bottom: 40px;
}
.why_this-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-gap: 10px;
}
.why_this-left {
  width: calc(50% - 15px);
  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;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-gap: 36px 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.why_this-left-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 12px;
  padding: 20px 41px;
  -webkit-box-shadow: 12px 12px 0 0 #007aa1;
  box-shadow: 12px 12px 0 0 #007aa1;
  background-color: #fff;
  border-radius: 20px;
  width: calc(50% - 10px);
}
.why_this-left-item:last-child {
  width: 100%;
}
.why_this-left-item,
.why_this-left-item number {
  font-family: Exo2, sans-serif;
  font-weight: 700;
  font-size: 80px;
  text-transform: uppercase;
  color: #007aa1;
}
.why_this-left-item .text {
  font-family: Exo2, sans-serif;
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
  color: #007aa1;
}
.why_this-right {
  width: calc(50% - 15px);
  padding: 50px 60px 40px;
  -webkit-box-shadow: 12px 12px 0 0 #007aa1;
  box-shadow: 12px 12px 0 0 #007aa1;
  background-color: #fff;
  border-radius: 20px;
}
.why_this-right .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #000;
  margin-bottom: 20px;
}
.necessary {
  padding-bottom: 2px;
}
.necessary-bg {
  padding-top: 218px;
  position: relative;
  padding-bottom: 1px;
}
.necessary-bg::before {
  content: "";
  background-image: url(../../soi/img/wave-2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  display: block;
  width: 100%;
  height: 220px;
  position: absolute;
  top: 0;
  left: 0;
}
.necessary-bg .bg-blue {
  background-color: #007aa1;
}
.necessary-title {
  padding-top: 2px;
  font-family: Exo2, sans-serif;
  font-weight: 700;
  font-size: 54px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
.necessary-wrapper {
  background-image: url(../../soi/img/octopus1.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-top: 74px;
  padding-bottom: 125px;
  margin-bottom: 125px;
  margin-top: -74px;
}
.necessary-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 40px 30px;
  max-width: 882px;
}
.necessary-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 426px;
  width: 100%;
}
.necessary-item .number {
  background-image: url(../../soi/img/Vector.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  font-family: Exo2, sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
span.number p {
  position: relative;
  bottom: 3px;
  right: 3px;
}
.necessary-item .text {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(100% - 100px);
  flex: 0 1 calc(100% - 100px);
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #fff;
}
.for_who-bg {
  margin-top: -218px;
  padding-top: 218px;
  padding-bottom: 218px;
  position: relative;
  z-index: 10;
}
.for_who-bg::before {
  background-image: url(../../soi/img/wave-who-bg1.svg);
  top: 0;
}
.for_who-bg::after {
  background-image: url(../../soi/img/wave-who-bg2.svg);
  bottom: 0;
}
.for_who-bg::after,
.for_who-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 220px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
}
.for_who-wrapper {
  background-color: #defbff;
  padding-bottom: 37px;
}
.for_who-title {
  font-family: Exo2, sans-serif;
  font-weight: 700;
  font-size: 54px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #182a34;
  margin-bottom: 60px;
}
.for_who-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-gap: 70px 30px;
}
.for_who-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(33.33333% - 20px);
  flex: 1 1 calc(33.33333% - 20px);
  border-radius: 20px;
  padding: 60px 30px 30px 30px;
  -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: #fff;
  position: relative;
}
.for_who-item picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../../soi/img/Vector2.png);
  background-repeat: no-repeat;
}
.for_who-item_img {
  width: 35px;
  height: 35px;
  -webkit-transform: translate(-5px, -5px);
  -ms-transform: translate(-5px, -5px);
  transform: translate(-5px, -5px);
}
.for_who-item_title {
  font-family: Exo2, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  color: #182a34;
  margin-bottom: 16px;
}
.for_who-item_text {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #182a34;
}
.studying-bg {
  margin-top: -220px;
  padding-top: 220px;
  padding-bottom: 220px;
  background-color: #007aa1;
}
.studying-title {
  font-family: Exo2, sans-serif;
  font-weight: 700;
  font-size: 54px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-bottom: 84px;
}
.studying-block {
  max-width: 787px;
  width: 100%;
  margin-left: auto;
  border-radius: 30px;
  padding: 60px 60px 40px 60px;
  -webkit-box-shadow: 12px 12px 0 0 #000;
  box-shadow: 12px 12px 0 0 #000;
  background: #fff;
  margin-bottom: 87px;
  position: relative;
}
.studying-block::after {
  content: "";
  display: block;
  background-image: url(../../soi/img/studying-octopus.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 471px;
  height: 421px;
  position: absolute;
  left: -541px;
  top: -64px;
}
.studying-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #182a34;
  margin-bottom: 30px;
}
.program-bg {
  margin-top: -218px;
  padding-top: 218px;
  position: relative;
}
.program-bg::before {
  content: "";
  display: block;
  background-image: url(../../soi/img/wave-program-bg1.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 220px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.program-wrapper {
  padding-top: 50px;
}
.program-title {
  font-family: Exo2, sans-serif;
  font-weight: 700;
  font-size: 54px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #182a34;
  margin-bottom: 40px;
}
.program-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
.program-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(50% - 15px);
  flex: 0 1 calc(50% - 15px);
  border-radius: 12px;
  padding: 20px 30px 20px 45px;
  -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: #fff;
  position: relative;
  overflow: hidden;
}
.program-item::after {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  background-color: #007aa1;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 6px);
  left: -160px;
  -webkit-transform: scale(18);
  -ms-transform: scale(18);
  transform: scale(18);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.program-item:hover::after {
  -webkit-transform: scale(100);
  -ms-transform: scale(100);
  transform: scale(100);
}
.program-item:hover .program-item-title {
  color: #fff;
}
.program-item:hover .program-item-text {
  color: #fff;
}
.program-item-title {
  font-family: Exo2, sans-serif;
  font-weight: 600;
  font-size: 26px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #007aa1;
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.program-item-text {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.02em;
  color: #182a34;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.program a {
  margin: 0 auto;
}
.creator-bg {
  padding-top: 218px;
  padding-bottom: 218px;
  position: relative;
  z-index: 10;
}
.creator-bg::before {
  background-image: url(../../soi/img/wave-creator-bg2.svg);
  top: 0;
}
.creator-bg::after {
  background-image: url(../../soi/img/wave-creator-bg1.svg);
  bottom: 0;
}
.creator-bg::after,
.creator-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 220px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
}
.creator-wrapper {
  background-color: #007aa1;
  position: relative;
  z-index: 10;
  padding-bottom: 50px;
}
.creator-title {
  font-family: Exo2, sans-serif;
  font-weight: 700;
  font-size: 54px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-bottom: 64px;
}
.creator_block {
  border-radius: 30px;
  padding: 60px 60px 40px 60px;
  -webkit-box-shadow: 12px 12px 0 0 #000;
  box-shadow: 12px 12px 0 0 #000;
  background-color: #fff;
  max-width: 787px;
  position: relative;
  z-index: 10;
}
.creator_block:before {
  content: "";
  display: block;
  background-image: url(../../soi/img/creator-octopus.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  width: 456px;
  height: 420px;
  position: absolute;
  right: -554px;
  bottom: 0;
  z-index: -1;
}
.creator_block-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #182a34;
  margin-bottom: 20px;
}
.creator_block-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #182a34;
  margin-bottom: 20px;
}
.creator_block-strong {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #007aa1;
  margin-bottom: 30px;
}
.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 40px;
  padding-top: 60px;
  padding-bottom: 20px;
}
.info-bg {
  margin-top: -210px;
  padding-top: 210px;
  background-color: #defbff;
  padding-bottom: 245px;
  position: relative;
}
.info-left,
.info-right {
  width: calc(50% - 100px);
  background-repeat: no-repeat;
  background-position: center right;
  height: 220px;
  -webkit-box-shadow: 12px 12px 0 0 #182a34;
  box-shadow: 12px 12px 0 0 #182a34;
  border-radius: 20px;
}
.info-left {
  background-image: url(../../soi/img/info-bg1.svg);
  background-color: #feaf86;
}
.info-right {
  background-image: url(../../soi/img/info-bg2.svg);
  background-color: #007aa1;
}
.info-link {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.info-link span {
  font-family: Exo2, sans-serif;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 18px;
}
.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(../../soi/img/wave-footer.webp);
  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: #fff;
}
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;
}
@media screen and (max-width: 1280px) {
  .header-wrapper {
    padding: 17px 16px;
  }
  .why_this-left-item {
    padding: 30px 21px;
  }
  .why_this-left-item,
  .why_this-left-item number {
    font-size: 40px;
  }
  .why_this-left-item .text {
    font-size: 20px;
  }
  .why_this-right {
    padding: 20px 21px;
  }
  .info-link span {
    font-size: 34px;
  }
}
@media screen and (max-width: 1024px) {
  body.substrate:before {
    display: block;
  }
  .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-first {
    padding: 17px 16px;
    width: 100%;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
  }
  .header-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-second.desktop {
    display: none;
  }
  .header-second.mobile {
    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-logo {
    display: none;
  }
  .header-dropdown-wrapper {
    display: none;
  }
  .hero {
    padding-bottom: 81px;
  }
  .hero-bg {
    padding-top: 8px;
  }
  .hero-title {
    font-size: 32px;
  }
  .hero-text {
    font-size: 16px;
  }
  .why_this-title {
    font-size: 34px;
    margin-bottom: 30px;
  }
  .why_this-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 20px;
  }
  .why_this-left {
    width: 100%;
    grid-gap: 20px;
  }
  .why_this-left-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 6px 6px 0 0 #0187b2;
    box-shadow: 6px 6px 0 0 #0187b2;
  }
  .why_this-left-item:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .why_this-left-item,
  .why_this-left-item number {
    font-size: 60px;
  }
  .why_this-left-item .text {
    font-size: 24px;
  }
  .why_this-right {
    width: 100%;
    padding: 20px 20px 26px 20px;
    -webkit-box-shadow: 6px 6px 0 0 #0187b2;
    box-shadow: 6px 6px 0 0 #0187b2;
  }
  .necessary-title {
    font-size: 34px;
  }
  .necessary-wrapper {
    padding-bottom: 256px;
    background-position: bottom center;
    background-size: 324px 256px;
  }
  .necessary-item .number {
    font-size: 38px;
  }
  .necessary-item .text {
    font-size: 16px;
  }
  .program-list {
    grid-gap: 12px;
  }
  .program-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .info-left,
  .info-right {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 100% !important;
  }
  .why_this-bg {
    margin-top: -100px;
    padding-top: 107px;
  }
  .why_this-bg::before {
    background-image: url(../../soi/img/wave-bg-1-mob.webp);
    height: 113px;
  }
  .why_this-right .btn {
    margin: 0 auto;
  }
  .necessary-bg {
    padding-top: 112px;
  }
  .necessary-bg::before {
    background-image: url(../../soi/img/wave-2mob.webp);
    height: 113px;
  }
  .for_who-bg {
    padding-top: 118px;
    padding-bottom: 118px;
  }
  .for_who-bg::before {
    background-image: url(../../soi/img/wave-who-bg1mob.webp);
  }
  .for_who-bg::after {
    background-image: url(../../soi/img/wave-who-bg2mob.webp);
  }
  .for_who-bg::after,
  .for_who-bg::before {
    height: 120px;
  }
  .for_who-title {
    font-size: 34px;
  }
  .for_who-list {
    grid-gap: 60px;
  }
  .for_who-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 60px 20px 42px;
    min-height: 173px;
    align-content: center;
    align-self: center;
  }
  .for_who-item_text {
    font-size: 16px;
  }
  .studying-bg {
    margin-top: -115px;
    padding-top: 115px;
    padding-bottom: 115px;
  }
  .studying-title {
    font-size: 34px;
    margin-bottom: 193px;
  }
  .studying-block {
    padding: 40px 20px 26px 20px;
    -webkit-box-shadow: 6px 6px 0 0 #000;
    box-shadow: 6px 6px 0 0 #000;
  }
  .studying-block::after {
    width: 224px;
    height: 200px;
    left: 0;
    top: -173px;
  }
  .studying-block a {
    margin: 0 auto;
  }
  .program-bg {
    margin-top: -113px;
    padding-top: 113px;
  }
  .program-bg::before {
    background-image: url(../../soi/img/wave-product-bg1mob.webp);
    height: 115px;
  }
  .program-wrapper {
    padding-top: 0;
  }
  .program-title {
    font-size: 34px;
    margin-bottom: 30px;
  }
  .program-list {
    margin-bottom: 30px;
  }
  .program-item {
    padding: 20px 10px 20px 30px;
  }
  .program-item::after {
    left: -175px;
  }
  .program-item-title {
    font-size: 20px;
    margin-bottom: 7px;
  }
  .program-item-text {
    font-size: 18px;
  }
  .creator-bg {
    padding-top: 118px;
    padding-bottom: 118px;
  }
  .creator-bg::before {
    background-image: url(../../soi/img/wave-creator-bg2mob.webp);
  }
  .creator-bg::after {
    background-image: url(../../soi/img/wave-creator-bg1mob.webp);
  }
  .creator-bg::after,
  .creator-bg::before {
    height: 120px;
  }
  .creator-wrapper {
    padding-bottom: 40px;
  }
  .creator-title {
    font-size: 34px;
    margin-bottom: 193px;
  }
  .creator_block {
    -webkit-box-shadow: 6px 6px 0 0 #000;
    box-shadow: 6px 6px 0 0 #000;
    padding: 40px 20px 26px 20px;
  }
  .creator_block:before {
    right: auto;
    left: 0;
    top: -168px;
    z-index: 10;
    width: 212px;
    height: 195px;
    background-size: contain;
  }
  .creator_block-title {
    font-size: 18px;
    line-height: 130%;
  }
  .creator_block-text {
    font-size: 16px;
  }
  .creator_block-strong {
    margin-bottom: 20px;
  }
  .creator_block a {
    margin: 0 auto;
  }
  .info {
    padding-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 20px;
  }
  .info-bg {
    margin-top: -115px;
    padding-top: 115px;
    padding-bottom: 145px;
  }
  .info-left,
  .info-right {
    -webkit-box-shadow: 7px 7px 0 0 #182a34;
    box-shadow: 7px 7px 0 0 #182a34;
    width: 100%;
    height: 133px;
    background-size: contain;
  }
  .info-link span {
    font-size: 24px;
  }
  .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(../../soi/img/wave-footermob.webp);
    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;
  }
}
@media screen and (max-width: 374px) {
  .for_who-item {
    padding: 50px 10px 20px;
  }
}
.webp .hero-bg {
  background-image: url(../../soi/img/bg1.webp);
}
.webp .necessary-wrapper {
  background-image: url(../../soi/img/octopus1.webp);
}
.webp .necessary-item .number {
  background-image: url(../../soi/img/Vector.webp);
}
.webp .for_who-item picture {
  background-image: url(../../soi/img/Vector2.webp);
}
.webp .studying-block::after {
  background-image: url(../../soi/img/studying-octopus.webp);
}
.brand-row .flex-logo-wrap span.wpm_default_header .brand-logo,
.brand-row .flex-logo-wrap a.wpm_default_header .brand-logo {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
  max-height: 200px;
  width: 1320px;
}
.header-mobile-menu {
  display: none;
}
a.header-link.mobile-kurs {
  display: none;
}
@media (max-width: 1024px) {
  .header-desktop-menu {
    display: none;
  }
  .header-mobile-menu {
    display: flex;
  }
  a.header-link.mobile-kurs {
    display: block;
  }
  .hero-bg {
    min-height: 676px;
  }
}
.creator-wrapper {
  overflow: hidden;
}

.header-second.mobile {
  display: none;
}
