@font-face {
  font-family: 'Airbnb Cereal App';
  src: url(../fonts/AirbnbCerealApp-Light.woff2) format('woff2'), url(../fonts/AirbnbCerealApp-Light.woff) format('woff');
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Airbnb Cereal App';
  src: url(../fonts/AirbnbCerealApp-Book.woff2) format('woff2'), url(../fonts/AirbnbCerealApp-Book.woff) format('woff');
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Airbnb Cereal App';
  src: url(../fonts/AirbnbCerealApp-ExtraBold.woff2) format('woff2'), url(../fonts/AirbnbCerealApp-ExtraBold.woff) format('woff');
  font-display: swap;
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Airbnb Cereal App';
  src: url(../fonts/AirbnbCerealApp-Medium.woff2) format('woff2'), url(../fonts/AirbnbCerealApp-Medium.woff) format('woff');
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Airbnb Cereal App';
  src: url(../fonts/AirbnbCerealApp-Bold.woff2) format('woff2'), url(../fonts/AirbnbCerealApp-Bold.woff) format('woff');
  font-display: swap;
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Airbnb Cereal App';
  src: url(../fonts/AirbnbCerealApp-Black.woff2) format('woff2'), url(../fonts/AirbnbCerealApp-Black.woff) format('woff');
  font-display: swap;
  font-weight: 900;
  font-style: normal;
}

::-moz-selection {
  background: #03a9f4;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #03a9f4;
  color: #fff;
  text-shadow: none;
}

h1::-moz-selection,
.h1::-moz-selection,
h2::-moz-selection,
.h2::-moz-selection,
h3::-moz-selection,
.h3::-moz-selection,
h4::-moz-selection,
.h4::-moz-selection,
h5::-moz-selection,
.h5::-moz-selection,
h6::-moz-selection,
.h6::-moz-selection,
h1 *::-moz-selection,
.h1 *::-moz-selection,
h2 *::-moz-selection,
.h2 *::-moz-selection,
h3 *::-moz-selection,
.h3 *::-moz-selection,
h4 *::-moz-selection,
.h4 *::-moz-selection,
h5 *::-moz-selection,
.h5 *::-moz-selection,
h6 *::-moz-selection,
.h6 *::-moz-selection {
  background: #ffc107;
  color: #000;
  text-shadow: none;
}

h1::selection,
.h1::selection,
h2::selection,
.h2::selection,
h3::selection,
.h3::selection,
h4::selection,
.h4::selection,
h5::selection,
.h5::selection,
h6::selection,
.h6::selection,
h1 *::selection,
.h1 *::selection,
h2 *::selection,
.h2 *::selection,
h3 *::selection,
.h3 *::selection,
h4 *::selection,
.h4 *::selection,
h5 *::selection,
.h5 *::selection,
h6 *::selection,
.h6 *::selection {
  background: #ffc107;
  color: #000;
  text-shadow: none;
}

::-webkit-input-placeholder {
  color: rgba(0,45,114,0.8);
}

:-moz-placeholder {
  color: rgba(0,45,114,0.8);
}

::-moz-placeholder {
  color: rgba(0,45,114,0.8);
}

:-ms-input-placeholder {
  color: rgba(0,45,114,0.8);
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

iframe {
  border: none;
}

body {
  margin: 0;
  font-family: "Airbnb Cereal App", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #4c6c9c;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,0.1);
}

p {
  margin-top: 0;
  margin-bottom: 20px;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #6554c0;
  text-decoration: underline;
  background-color: transparent;
}

a.phone {
  color: inherit;
  text-decoration: none;
}

a.phone:hover {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}

svg {
  overflow: hidden;
  vertical-align: middle;
  -webkit-overflow-scrolling: touch;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
  -webkit-overflow-scrolling: touch;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  -webkit-overflow-scrolling: touch;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

blockquote {
  padding: 15px;
  padding-left: 20px;
  border-left: 5px solid #03a9f4;
  background-color: rgba(3,169,244,0.03);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #002d72;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 20px;
}

h1,
.h1 {
  font-size: 48px;
}

h2,
.h2 {
  font-size: 40px;
}

h3,
.h3 {
  font-size: 30px;
}

h4,
.h4 {
  font-size: 26px;
  margin-bottom: 20px;
}

h5,
.h5 {
  font-size: 22px;
}

h6,
.h6 {
  font-size: 18px;
}

svg:not(:root) {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.main-svg-sprite {
  display: none;
}

.svg-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  fill: currentColor;
  font-size: 0;
}

.svg-icon__link {
  vertical-align: top;
  fill: inherit;
  width: inherit;
  height: inherit;
}

/* ==========================================================================
  Browser Upgrade Prompt
  ========================================================================== */

.browserupgrade {
  margin: $appGutter 0;
  background: #ccc;
  color: #000;
  padding: $appGutter 0;
}

* {
  min-width: 0;
  min-height: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

a.site-btn,
.site-btn {
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  border: none;
  box-shadow: none;
  background: none;
  transition: all 0.3s ease;
}

a.site-btn--1,
.site-btn--1 {
  color: #002d72;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1;
  background: #fff;
  padding: 18px 25px 19px;
  border-radius: 30px;
  min-width: 200px;
}

a.site-btn--1:hover,
.site-btn--1:hover {
  background: #57d9a3;
}

a.site-btn--2,
.site-btn--2 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1;
  background: #8777d9;
  padding: 18px 25px 19px;
  border-radius: 30px;
  min-width: 240px;
}

a.site-btn--2:hover,
.site-btn--2:hover {
  background: #57d9a3;
}

a.site-btn--3,
.site-btn--3 {
  color: #fff;
  font-size: 14px;
  padding: 7px 18px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  border: 2px solid #fff;
}

a.site-btn--3:hover,
.site-btn--3:hover {
  background: #fff;
  color: #52ac49;
}

.center {
  text-align: center;
}

.app__main > p {
  margin-bottom: 40px;
}

.app__main > ul {
  padding: 0;
  margin: 0 0 40px;
  list-style: none;
}

.app__main > ol {
    margin: 0 0 40px;
}

.list {
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
}

.app__main > ul li,
.list li {
  color: #4c6c9c;
  padding: 0 0 0 30px;
  line-height: 1.3;
  margin-bottom: 15px;
  background: 0 6px url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='12' viewBox='0 0 17 12'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%236554c0' d='M5.707 9.293L15 0l1.414 1.414L5.707 12.121 0 6.414 1.414 5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E) no-repeat;
  background-size: 17px 12px;
}

ol {
  padding: 0 0 0 15px;
}

ol li {
  color: #4c6c9c;
  margin-bottom: 15px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="number"],
textarea {
  -webkit-appearance: none;
  box-shadow: none;
  border: 1px solid transparent;
  background: #deebff;
  width: 100%;
  max-width: 100%;
  padding: 0 20px;
  border-radius: 2px;
  height: 55px;
  color: rgba(0,45,114,0.8);
  font-weight: 400;
  font-size: 16px;
  outline: none;
}

input[type="text"].error,
input[type="password"].error,
input[type="email"].error,
input[type="tel"].error,
input[type="search"].error,
input[type="number"].error,
textarea.error {
  border-color: #eb5757;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

textarea {
  height: auto;
}

.jq-selectbox ul > li {
  box-shadow: inset 0 -1px 0 rgba(80,95,121,0.3);
  color: rgba(0,45,114,0.8);
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  padding: 19px 20px;
}

.jq-selectbox ul > li.selected,
.jq-selectbox ul > li:hover {
  color: #002d72;
}

.jq-selectbox ul > li:last-child {
  box-shadow: none;
}

.jq-selectbox__select {
  height: 55px;
  line-height: 55px;
  border: none;
  background: #deebff;
  color: rgba(0,45,114,0.8);
  font-size: 16px;
  font-weight: 400;
  padding: 0 60px 0 20px;
}

.jq-selectbox__trigger {
  right: 10px;
  width: 38px;
  border: none;
}

.jq-selectbox__trigger-arrow {
  background: 50% 50% url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='9' viewBox='0 0 16 9'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%236554c0' d='M13.951-.174l1.591 1.591-7.545 7.546L.45 1.417l1.591-1.59L7.997 5.78z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E) no-repeat;
}

.jq-selectbox__dropdown {
  margin: 5px 0;
  padding: 0;
  border-radius: 2px;
  background-color: #fff;
}

.app-footer {
  -ms-flex: none;
      flex: none;
  background: #002d72;
  padding: 70px 20px 60px;
}

.app-footer__inner {
  max-width: 1170px;
  margin: 0 auto;
}

.app-footer__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 70px;
}

.app-footer__bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}

.app-footer__copyright {
  -ms-flex-order: -1;
      order: -1;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  max-width: 330px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}

.app-footer__social {
  -ms-flex: 1 1;
      flex: 1 1;
  margin-left: 20px;
  font-size: 0;
  line-height: 1;
  text-align: right;
}

.app-footer__social-item {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  border-radius: 100%;
  border: 1px solid rgba(255,255,255,0.7);
}

.app-footer__logo {
  -ms-flex: 0 0 168px;
      flex: 0 0 168px;
  margin-right: 15px;
}

.app-footer__contacts {
  -ms-flex: 1 1;
      flex: 1 1;
  text-align: right;
  font-size: 0;
  line-height: 1;
}

.app-footer__contacts-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding: 3px 0 0 60px;
  margin: 0 30px 10px 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  max-width: 300px;
}

.app-footer__contacts-item-title {
  font-weight: 500;
}

.app-footer__contacts-item-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255,255,255,0.7);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 100%;
}

.app-footer__contacts-item-icon .svg-icon {
  width: 20px;
  height: 20px;
}

.app-header {
  -ms-flex: none;
      flex: none;
  position: relative;
  padding: 0 20px;
}

.app-header--inner .app-header__bg {
  right: 0;
  margin: 0;
  border-radius: 0;
}

.app-header--inner .app-header__bg:before {
  border-radius: 0;
  border-width: 160px;
}

.app-header__bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 50%;
  margin-right: -655px;
  background: #8777d9;
  border-radius: 0 0 100px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.app-header__bg:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 0 0 100px;
  opacity: 0.2;
  border: 480px solid #6554c0;
  border-left-color: transparent;
  border-top-color: transparent;
}

.app-header__top {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  max-width: 1170px;
  margin: 0 auto;
  padding: 50px 0;
}

.app-header__top-close {
  display: none;
}

.app-header__top-right {
  -ms-flex: 1 1;
      flex: 1 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.app-header__logo {
  -ms-flex: 0 0 210px;
      flex: 0 0 210px;
  margin-right: 20px;
}

.app-header__middle {
  position: relative;
  padding-bottom: 70px;
  margin-top: 80px;
  min-height: 720px;
}

.app-header__middle-inner {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.app-header .head-form {
  max-width: 480px;
}

.app-header .head-form input[type="text"],
.app-header .head-form input[type="password"],
.app-header .head-form input[type="email"],
.app-header .head-form input[type="tel"],
.app-header .head-form input[type="search"],
.app-header .head-form input[type="number"],
.app-header .head-form textarea {
  background-image: linear-gradient(270deg, #fff 0%, #deebff 100%);
  border-right: none;
  padding: 0 40px;
}

.app-header .jq-selectbox__select {
  background-image: linear-gradient(270deg, #fff 0%, #deebff 100%);
  padding: 0 60px 0 40px;
}

.app-header__image {
  position: absolute;
  top: 35px;
  left: 50%;
  right: -20px;
  margin-left: 80px;
  max-width: 770px;
  background-repeat: no-repeat;
  background: 50% 50%;
  background-size: cover;
}

.app-header__image:before {
  content: "";
  display: block;
  padding-top: 78%;
}

.app-header__mobile-pannel {
  display: none;
}

.app-header__h1-box {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 0 90px;
}

.app-header__h1-box h1 {
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin: 0;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  min-height: 100%;
  min-height: 100vh;
}

.app {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100%;
  min-height: 100vh;
}

.app__wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100%;
  min-height: 100vh;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.app__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  max-width: 100%;
  width: 1310px;
  margin: 0 auto;
  padding-bottom: 50px;
  padding: 70px 70px;
}

.app__main {
  -ms-flex: 1 1;
      flex: 1 1;
}

.app__main-inner {
  max-width: 900px;
  margin: 0 auto;
}

.wr-bg {
  position: absolute;
  left: -224px;
  bottom: -46px;
  width: 986px;
  height: 986px;
  z-index: -1;
}

.wr-bg .svg-icon {
  width: 100%;
  height: 100%;
}

.wr-bg2 {
  position: absolute;
  right: -493px;
  top: 470px;
  width: 986px;
  height: 986px;
  z-index: -1;
}

.wr-bg2 .svg-icon {
  width: 100%;
  height: 100%;
}

.wr-bg3 {
  position: absolute;
  left: 422px;
  bottom: -416px;
  width: 986px;
  height: 986px;
  z-index: -1;
}

.wr-bg3 .svg-icon {
  width: 100%;
  height: 100%;
}

.articles-block__title {
  text-align: center;
  color: #002d72;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 25px;
}

.articles-block__desc {
  opacity: 0.7;
  color: #002d72;
  font-size: 16px;
  line-height: 1.75;
  max-width: 900px;
  margin: 0 auto 50px;
  text-align: center;
}

.article-thumbs {
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.article-thumbs:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 6px;
  background-image: linear-gradient(-11deg, rgba(121,226,242,0.05) 0%, rgba(121,226,242,0.25) 100%);
  opacity: 0.8;
  z-index: -1;
}

.article-thumbs__image {
  -ms-flex: 0 0 360px;
      flex: 0 0 360px;
  height: 320px;
  display: block;
  text-decoration: none;
  border-radius: 6px 0 0 6px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

.article-thumbs__image img {
  display: none;
}

.article-thumbs__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 1 1;
      flex: 1 1;
  padding: 30px 55px;
}

.article-thumbs__name {
  color: #002d72;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
}

.article-thumbs__name a {
  color: #002d72;
  text-decoration: none;
}

.article-thumbs__name a:hover {
  text-decoration: underline;
}

.article-thumbs__desc {
  opacity: 0.7;
  color: #002d72;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 30px;
}

.financial-aid {
  -ms-flex: none;
      flex: none;
  margin: 80px 0;
  padding: 0 20px;
}

.financial-aid__inner {
  max-width: 1170px;
  margin: 0 auto;
}

.financial-aid__title {
  color: #002d72;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  max-width: 700px;
  margin: 0 auto 90px;
  text-align: center;
}

.financial-aid__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.financial-aid__item {
  position: relative;
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  margin-bottom: 20px;
}

.financial-aid__item:nth-child(2n) {
  text-align: right;
}

.financial-aid__item:nth-child(2n):before {
  content: "";
  position: absolute;
  left: 0;
  top: 12%;
  bottom: 12%;
  width: 1px;
  background: #e7edf3;
}

.financial-aid__item:nth-child(2n) .financial-aid__item-inner {
  padding-left: 30px;
  padding-right: 0;
}

.financial-aid__item-inner {
  display: inline-block;
  text-align: center;
  max-width: 510px;
  padding-right: 30px;
}

.financial-aid__item-img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 180px;
  height: 180px;
  background-image: linear-gradient(222deg, #fff 0%, #f3f7fd 100%);
  border-radius: 100%;
  margin: 0 auto 40px;
}

.financial-aid__item-img img {
  max-width: 104px;
}

.financial-aid__item-name {
  color: #0049b0;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}

.financial-aid__item-desc {
  opacity: 0.7;
  color: #002d72;
  font-size: 16px;
  line-height: 1.5;
}

.head-form--inner {
  margin-bottom: 50px;
  width: 1310px;
  padding: 0 70px;
  max-width: 100%;
  margin: 0 auto;
}

.head-form--inner .head-form__title {
  display: none;
}

.head-form--inner .head-form__form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 0 20px;
  border-bottom: 1px solid rgba(179,212,255,0.7);
}

.head-form--inner .head-form__item {
  -ms-flex: 0 0 19.5%;
      flex: 0 0 19.5%;
  margin-right: 1.25%;
}

.head-form--inner .head-form__item--button {
  margin-top: 0;
  margin-right: 0;
  -ms-flex: 0 0 17%;
      flex: 0 0 17%;
}

.head-form--inner .head-form__item--button .site-btn--1 {
  background: #79e2f2;
  width: 100%;
  min-width: 0;
}

.head-form--inner .head-form__item--button .site-btn--1:hover {
  background: #57d9a3;
}

.head-form--inner .head-form__privace {
  display: none;
}

.head-form__title {
  color: #fff;
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 84px;
  text-align: center;
}

.head-form__item {
  display: block;
  margin: 0 0 10px;
}

.head-form__item--button {
  text-align: center;
  margin-top: 30px;
}

.head-form__privace {
  margin-top: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.head-form__privace a {
  color: #fff;
  font-weight: bold;
}

.head-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
  line-height: 1;
}

.head-menu > ul > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 50px;
  padding: 15px 0;
}

.head-menu > ul > li > a {
  position: relative;
  text-decoration: none;
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 0 30px 0 0;
}

.head-menu > ul > li > a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 16px;
  height: 9px;
  margin-top: -4px;
  background: 0 0 url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='9' viewBox='0 0 16 9'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fff' d='M13.951-.174l1.591 1.591-7.545 7.546L.45 1.417l1.591-1.59L7.997 5.78z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E) no-repeat;
}

.head-menu > ul > li > ul {
  position: absolute;
  width: 220px;
  top: 100%;
  right: -34px;
  background: #deebff;
  border-radius: 5px;
  z-index: 3;
  display: none;
}

.head-menu > ul > li > ul:before {
  content: "";
  position: absolute;
  right: 32px;
  top: -10px;
  border-width: 0 10px 10px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #deebff;
}

.head-menu > ul > li > ul > li {
  box-shadow: inset 0 -1px 0 rgba(80,95,121,0.3);
}

.head-menu > ul > li > ul > li:last-child {
  box-shadow: none;
}

.head-menu > ul > li > ul > li a {
  display: block;
  text-decoration: none;
  opacity: 0.8;
  color: #002d72;
  font-size: 15px;
  line-height: 1.3;
  padding: 13px 10px;
  text-align: center;
}

.head-menu > ul > li > ul > li a:hover {
  text-decoration: underline;
}

.how-it-works {
  -ms-flex: none;
      flex: none;
  margin: 0 0 40px;
  padding: 0 20px;
}

.how-it-works__inner {
  max-width: 1170px;
  margin: 0 auto;
}

.how-it-works__title {
  color: #002d72;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  max-width: 700px;
  margin: 0 auto 90px;
  text-align: center;
}

.how-it-works__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}

.how-it-works__item {
  -ms-flex: 0 0 31%;
      flex: 0 0 31%;
  margin-right: 3.5%;
  text-align: center;
  margin-bottom: 40px;
}

.how-it-works__item:nth-child(2n) .how-it-works__item-image {
  background: #57d9a3;
}

.how-it-works__item:nth-child(3n) {
  margin-right: 0;
}

.how-it-works__item:nth-child(3n) .how-it-works__item-image {
  background: #ffc400;
}

.how-it-works__item-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 120px;
  height: 120px;
  background-color: #00c7e6;
  border-radius: 100%;
  margin: 0 auto 40px;
}

.how-it-works__item-name {
  color: #0049b0;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 500;
  margin-bottom: 20px;
}

.how-it-works__item-desc {
  opacity: 0.7;
  color: #002d72;
  font-size: 16px;
  line-height: 1.5;
}

.iframe-text {
  -ms-flex: none;
      flex: none;
  padding: 70px 70px 30px;
  color: rgba(0,45,114,0.7);
  font-size: 12px;
  line-height: 1.7;
}

.iframe-text__inner {
  max-width: 1170px;
  margin: 0 auto;
}

.iframe-text h6 {
  color: #0049b0;
}

.iframe-text p {
  margin-bottom: 50px;
}

.menu-bottom {
  -ms-flex: none;
      flex: none;
  background: rgba(179,245,255,0.6);
  padding: 142px 20px 115px;
}

.menu-bottom__ul {
  max-width: 1170px;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.menu-bottom__ul > li {
  -ms-flex: 0 0 32%;
      flex: 0 0 32%;
  margin-right: 2%;
  max-width: 330px;
}

.menu-bottom__ul > li:nth-child(3n) {
  margin-right: 0;
}

.menu-bottom__ul > li > a {
  text-decoration: none;
  color: #403294;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
}

.menu-bottom__ul > li > a:hover {
  text-decoration: underline;
}

.menu-bottom__ul > li > ul {
  padding: 40px 0 0;
  margin: 0;
  list-style: none;
}

.menu-bottom__ul > li > ul > li {
  margin-bottom: 27px;
}

.menu-bottom__ul > li > ul > li > a {
  text-decoration: none;
  display: inline-block;
  color: #002d72;
  font-size: 16px;
  font-weight: 500;
  padding-left: 35px;
  background: 0 2px url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%236554c0' d='M10.5 21C4.701 21 0 16.299 0 10.5S4.701 0 10.5 0 21 4.701 21 10.5 16.299 21 10.5 21zm0-2.625a7.875 7.875 0 1 0 0-15.75 7.875 7.875 0 0 0 0 15.75zm.769-7.868l-3.01-3.014 1.857-1.859 4.865 4.873-4.865 4.872-1.857-1.859z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E) no-repeat;
  background-size: 20px 20px;
}

.menu-bottom__ul > li > ul > li > a:hover {
  text-decoration: underline;
}

.question-answer {
  position: relative;
  overflow: hidden;
  -ms-flex: none;
      flex: none;
  padding-bottom: 78px;
  -webkit-overflow-scrolling: touch;
}

.question-answer__inner {
  margin: 0 auto;
  max-width: 940px;
  padding: 0 70px;
}

.question-answer__title {
  color: #002d72;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  max-width: 700px;
  margin: 0 auto 60px;
  text-align: center;
}

.question-answer__item {
  margin-bottom: 40px;
  line-height: 1.75;
}

.question-answer__item h4 {
  margin-bottom: 25px;
}

.started-block2 {
  -ms-flex: none;
      flex: none;
  position: relative;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.started-block2:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background: 100% 0 url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='650' height='650' viewBox='0 0 650 650'%3E%3Cg%3E%3Cg clip-path='url(%23clip-97084F2B-615B-4834-9D9D-4B9287ECA1CA)' opacity='.2'%3E%3Cpath fill='%2357d9a3' d='M0 0l1310 1310H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat;
  background-size: cover;
  z-index: -1;
}

.started-block2__inner {
  position: relative;
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.started-block2__inner:before {
  content: "";
  position: absolute;
  left: -9999px;
  right: 50%;
  top: 0;
  bottom: 0;
  margin-right: -26%;
  border-radius: 0 100px 0 0;
  background-color: #abf5d1;
  z-index: -1;
}

.started-block2__image {
  position: relative;
  -ms-flex: 0 0 48%;
      flex: 0 0 48%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.started-block2__image img {
  max-width: 610px;
  width: 100%;
  height: auto;
}

.started-block2__content {
  -ms-flex-order: -1;
      order: -1;
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  margin-right: 2%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  min-height: 650px;
}

.started-block2__body {
  max-width: 580px;
  padding: 40px 0;
}

.started-block2__title {
  color: #002d72;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 40px;
}

.started-block2__description {
  opacity: 0.7;
  color: #002d72;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 50px;
}

.started-block {
  -ms-flex: none;
      flex: none;
  position: relative;
  overflow: hidden;
  margin-bottom: 70px;
  -webkit-overflow-scrolling: touch;
}

.started-block:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(180deg, rgba(121,226,242,0) 0%, rgba(121,226,242,0.25) 100%);
  opacity: 0.8;
}

.started-block:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background: 100% 0 url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='650' height='650' viewBox='0 0 650 650'%3E%3Cg%3E%3Cg clip-path='url(%23clip-C27B66D6-1F11-47B0-86FE-15374BE5EE51)' opacity='.2'%3E%3Cpath fill='%2300c7e6' d='M650 0L-660 1310H650z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat;
  background-size: cover;
  z-index: -1;
}

.started-block__inner {
  position: relative;
  max-width: 1580px;
  margin: 0 auto;
  padding: 0 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.started-block__inner:before {
  content: "";
  position: absolute;
  right: -9999px;
  left: 50%;
  top: 0;
  bottom: 0;
  margin-left: -26%;
  border-radius: 100px 0 0;
  background-color: #79e2f2;
  z-index: -1;
}

.started-block__image {
  position: relative;
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}

.started-block__image img {
  height: auto;
  width: 100%;
  max-width: 602px;
}

.started-block__content {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  max-width: 580px;
  min-height: 650px;
}

.started-block__body {
  padding: 40px 0;
}

.started-block__title {
  color: #002d72;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 40px;
}

.started-block__description {
  opacity: 0.7;
  color: #002d72;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 50px;
}

.text-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid rgba(179,212,255,0.7);
  margin-bottom: 50px;
}

.text-content:last-child {
  border-bottom: none;
}

.text-content__title {
  -ms-flex: 0 0 450px;
      flex: 0 0 450px;
  margin-right: 20px;
}

.text-content__body {
  -ms-flex: 1 1;
      flex: 1 1;
}

.text-content__body p {
  margin-bottom: 50px;
}

div.wpcf7-mail-sent-ok {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  border-color: #52e811;
  color: #52e811;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  color: #f00;
  border-color: #f00;
}

.navigation.post-navigation {
  margin-top: 60px;
}

.navigation.post-navigation .screen-reader-text {
  display: none;
}

.navigation.post-navigation .nav-links > div {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}

@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@media all and (min-width: 1025px) {
  .head-menu > ul > li:hover > ul {
    display: block;
  }

  .how-it-works {
    position: relative;
  }

  .how-it-works:before {
    content: "";
    position: absolute;
    bottom: -68px;
    left: -300px;
    width: 698px;
    height: 698px;
    -webkit-transform: rotate(-315deg);
            transform: rotate(-315deg);
    border-radius: 5px;
    background-image: linear-gradient(-23deg, rgba(171,245,209,0.1) 0%, rgba(171,245,209,0.6) 100%);
    opacity: 0.6;
    z-index: -1;
  }

  .question-answer:before {
    content: "";
    position: absolute;
    bottom: 95px;
    right: -500px;
    width: 698px;
    height: 698px;
    -webkit-transform: rotate(-315deg);
            transform: rotate(-315deg);
    border-radius: 5px;
    background-image: linear-gradient(-23deg, rgba(171,245,209,0.1) 0%, rgba(171,245,209,0.6) 100%);
    opacity: 0.6;
    z-index: -1;
  }

  .question-answer:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -200px;
    width: 698px;
    height: 698px;
    -webkit-transform: rotate(-315deg);
            transform: rotate(-315deg);
    border-radius: 5px;
    background-image: linear-gradient(-77deg, rgba(121,226,242,0.05) 0%, rgba(121,226,242,0.25) 100%);
    opacity: 0.8;
    z-index: -1;
  }
}

@media all and (max-width: 1311px) {
  .app-header__bg {
    right: 0;
    margin: 0;
    border-radius: 0;
  }

  .app-header__bg:before {
    border-radius: 0;
  }

  .head-menu > ul > li {
    margin-right: 30px;
  }
}

@media all and (max-width: 1024px) {
  h2,
  .h2 {
    font-size: 28px;
  }

  h3,
  .h3 {
    font-size: 26px;
  }

  .app-footer {
    padding: 50px 20px;
  }

  .app-footer__top {
    display: block;
    margin-bottom: 50px;
  }

  .app-footer__bottom {
    text-align: center;
    display: block;
  }

  .app-footer__social {
    margin: 0 0 20px;
    text-align: center;
  }

  .app-footer__social-item {
    margin: 0 5px;
  }

  .app-footer__copyright {
    max-width: none;
    line-height: 1.3;
  }

  .app-footer__logo {
    text-align: center;
    margin: 0 0 50px;
  }

  .app-footer__logo img {
    max-width: 134px;
  }

  .app-footer__contacts {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .app-footer__contacts-item {
    -ms-flex: 0 0 32%;
        flex: 0 0 32%;
    margin-right: 2%;
  }

  .app-footer__contacts-item:nth-child(3n) {
    margin-right: 0;
  }

  .app-header {
    padding: 0 40px;
  }

  .app-header__bg:before {
    border-width: 300px;
  }

  .app-header__top {
    padding: 40px 30px;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    max-height: 100%;
    overflow: auto;
    display: block;
    width: 320px;
    background-color: rgba(9,30,66,0.95);
    z-index: 999;
    transition: all 0.3s ease;
    visibility: hidden;
    -webkit-transform: translateX(320px);
            transform: translateX(320px);
    -webkit-overflow-scrolling: touch;
  }

  .app-header__top.opened {
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  .app-header__top-close {
    position: absolute;
    display: block;
    right: 0;
    top: 40px;
    width: 60px;
    height: 60px;
    cursor: pointer;
  }

  .app-header__top-close:after,
  .app-header__top-close:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 18px;
    background: #fff;
    margin: -9px 0 0 -1px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .app-header__top-close:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .app-header__top-right {
    display: block;
  }

  .app-header__logo {
    width: 168px;
    margin: 0 0 60px -15px;
  }

  .app-header__image {
    position: static;
    margin: 0;
    -ms-flex: 1 1;
        flex: 1 1;
    margin: 57px -90px 0 68px;
  }

  .app-header__image:before {
    padding-top: 65%;
  }

  .app-header__middle {
    margin-top: 14px;
    overflow: hidden;
    margin-right: -40px;
    margin-left: -15px;
    padding-left: 40px;
    min-height: 0;
    padding-bottom: 60px;
    -webkit-overflow-scrolling: touch;
  }

  .app-header__middle-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
  }

  .app-header .head-form {
    -ms-flex: 0 0 260px;
        flex: 0 0 260px;
  }

  .app-header .head-form__title {
    font-size: 40px;
    margin-bottom: 40px;
  }

  .app-header .head-form__item--button button {
    width: 100%;
  }

  .app-header .head-form__privace {
    margin: 30px -15px 0;
  }

  .app-header__strted .site-btn {
    display: block;
  }

  .app-header__mobile-pannel {
    display: block;
    position: relative;
    padding: 40px 0;
  }

  .app-header__logo-mobile {
    width: 168px;
  }

  .app-header__burger {
    cursor: pointer;
    position: absolute;
    top: 53px;
    right: -7px;
    width: 40px;
    height: 40px;
  }

  .app-header__burger:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -7px 0 0 -10px;
    height: 14px;
    width: 20px;
    border: 2px solid #fff;
    border-left: none;
    border-right: none;
  }

  .app-header__burger:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 2px;
    background: #fff;
    margin: -1px 0 0 -10px;
  }

  .app-header__h1-box {
    padding-bottom: 40px;
  }

  .wr-bg,
  .wr-bg2,
  .wr-bg3 {
    display: none;
  }

  .articles-block__title {
    font-size: 30px;
    line-height: 1.3;
  }

  .articles-block__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .article-thumbs {
    display: block;
    -ms-flex: 0 0 48%;
        flex: 0 0 48%;
    margin-right: 4%;
  }

  .article-thumbs:nth-child(2n) {
    margin-right: 0;
  }

  .article-thumbs__image {
    height: 240px;
    border-radius: 6px 6px 0 0;
  }

  .article-thumbs__desc {
    margin-bottom: 15px;
  }

  .article-thumbs__content {
    display: block;
    padding: 25px 25px;
  }

  .financial-aid {
    padding: 0 40px;
  }

  .financial-aid__title {
    font-size: 30px;
    margin-bottom: 50px;
  }

  .financial-aid__item {
    -ms-flex: 0 0 46%;
        flex: 0 0 46%;
    margin-right: 8%;
  }

  .financial-aid__item:nth-child(2n) {
    margin-right: 0;
    text-align: center;
  }

  .financial-aid__item:nth-child(2n):before {
    display: none;
  }

  .financial-aid__item:nth-child(2n) .financial-aid__item-inner {
    padding: 0;
  }

  .financial-aid__item-inner {
    padding: 0;
  }

  .financial-aid__item-img {
    margin-bottom: 30px;
  }

  .head-menu {
    margin: 0 0 40px;
  }

  .head-menu > ul > li {
    display: block;
    margin: 0;
    padding: 0;
  }

  .head-menu > ul > li.opened > a:before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .head-menu > ul > li.opened > ul {
    display: block;
  }

  .head-menu > ul > li:first-child {
    border-top: 1px solid #505f79;
  }

  .head-menu > ul > li > a {
    font-size: 18px;
    font-weight: 500;
    padding: 28px 10px 28px 0;
    border-bottom: 1px solid #505f79;
  }

  .head-menu > ul > li > ul {
    position: static;
    width: auto;
    background: none;
    padding: 10px 0;
  }

  .head-menu > ul > li > ul:before {
    display: none;
  }

  .head-menu > ul > li > ul > li {
    box-shadow: none;
  }

  .head-menu > ul > li > ul > li a {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    padding: 15px 20px;
    text-align: left;
  }

  .how-it-works {
    padding: 0 40px;
  }

  .how-it-works__title {
    font-size: 30px;
    margin-bottom: 50px;
  }

  .how-it-works__item {
    -ms-flex: 0 0 46%;
        flex: 0 0 46%;
    margin-right: 8%;
  }

  .how-it-works__item:nth-child(2n) {
    margin-right: 0;
  }

  .how-it-works__item:nth-child(3n) {
    margin-right: 8%;
  }

  .how-it-works__item:last-child {
    margin-right: 0;
  }

  .menu-bottom {
    padding: 60px 40px;
    display: none;
  }

  .menu-bottom__ul {
    display: block;
  }

  .menu-bottom__ul > li {
    margin-right: 0;
  }

  .menu-bottom {
    padding: 50px 15px;
  }

  .question-answer__title {
    font-size: 30px;
    margin-bottom: 50px;
  }

  .started-block2:after {
    right: 34%;
  }

  .started-block2__inner {
    padding: 0;
    margin-right: -20px;
  }

  .started-block2__inner:before {
    margin-right: -16%;
  }

  .started-block2__title {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .started-block2__body {
    padding-left: 100px;
    padding-right: 20px;
  }

  .started-block {
    margin-bottom: 50px;
  }

  .started-block:after {
    left: 30%;
  }

  .started-block__inner {
    padding: 0;
  }

  .started-block__inner:before {
    margin-left: -20%;
  }

  .started-block__image {
    margin-left: -20px;
  }

  .started-block__title {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .started-block__body {
    padding-right: 100px;
    padding-left: 20px;
  }

  .text-content {
    display: block;
  }

  .text-content__title {
    margin: 0 0 30px;
  }
}

@media all and (max-width: 766px) {
  h1,
  .h1 {
    font-size: 30px;
  }

  .app-footer__contacts {
    display: block;
  }

  .app-footer__contacts-item {
    display: block;
    margin: 0 0 25px;
    max-width: none;
  }

  .app-header {
    padding: 0 30px;
  }

  .app-header__middle {
    padding: 0;
    margin: 34px -15px 0;
    padding: 0 15px;
    overflow: visible;
  }

  .app-header__middle-inner {
    display: block;
  }

  .app-header__image {
    max-width: none;
    margin: 0 -30px;
  }

  .app-header__image:before {
    padding-top: 63%;
  }

  .app-header .head-form {
    margin: 0 auto 70px;
  }

  .app-header__logo-mobile {
    margin-left: -15px;
  }

  .app-header__burger {
    right: -23px;
  }

  .app__content {
    padding: 50px 15px;
  }

  .articles-block__list {
    display: block;
  }

  .article-thumbs {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .financial-aid {
    margin-top: 60px;
    margin-bottom: 20px;
    padding: 0 15px;
  }

  .financial-aid__body {
    display: block;
  }

  .financial-aid__item {
    margin-bottom: 40px;
    margin-right: 0;
    text-align: center;
  }

  .head-form--inner {
    padding: 0 15px;
  }

  .head-form--inner .head-form__form {
    display: block;
  }

  .head-form--inner .head-form__item {
    margin: 0 0 10px;
  }

  .how-it-works {
    margin-bottom: 20px;
    padding: 0 15px;
  }

  .how-it-works__body {
    display: block;
  }

  .how-it-works__item {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .iframe-text {
    padding: 50px 30px 10px;
    padding-bottom: 40px;
  }

  .question-answer__inner {
    padding: 0 40px;
  }

  .question-answer__title {
    margin-bottom: 30px;
  }

  .started-block2:after {
    display: none;
  }

  .started-block2__inner {
    display: block;
    margin: 0;
  }

  .started-block2__inner:before {
    display: none;
  }

  .started-block2__image {
    margin: 0 -20px;
    text-align: center;
    display: block;
  }

  .started-block2__image img {
    max-height: 400px;
    width: auto;
  }

  .started-block2__content {
    position: relative;
    background: #abf5d1;
    max-width: none;
    min-height: 0;
    margin: 0;
    padding: 60px 40px;
    display: block;
  }

  .started-block2__content:before {
    content: "";
    position: absolute;
    right: 0;
    top: 120px;
    bottom: 0;
    left: 0;
    background: 100% 0 url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='650' height='650' viewBox='0 0 650 650'%3E%3Cg%3E%3Cg clip-path='url(%23clip-C27B66D6-1F11-47B0-86FE-15374BE5EE51)' opacity='.2'%3E%3Cpath fill='%2357d9a3' d='M650 0L-660 1310H650z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-size: cover;
  }

  .started-block2__body {
    max-width: none;
    padding: 0;
  }

  .started-block:before,
  .started-block:after {
    display: none;
  }

  .started-block__inner {
    display: block;
  }

  .started-block__inner:before {
    display: none;
  }

  .started-block__image {
    margin: 0 0 0 -20px;
    text-align: center;
    display: block;
  }

  .started-block__image img {
    max-height: 400px;
  }

  .started-block__image:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(180deg, rgba(121,226,242,0) 0%, rgba(121,226,242,0.25) 100%);
    opacity: 0.8;
  }

  .started-block__body {
    padding: 0;
  }

  .started-block__content {
    position: relative;
    background: #79e2f2;
    max-width: none;
    min-height: 0;
    padding: 60px 40px;
  }

  .started-block__content:before {
    content: "";
    position: absolute;
    right: 0;
    top: 120px;
    bottom: 0;
    left: 0;
    background: 100% 0 url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='650' height='650' viewBox='0 0 650 650'%3E%3Cg%3E%3Cg clip-path='url(%23clip-C27B66D6-1F11-47B0-86FE-15374BE5EE51)' opacity='.2'%3E%3Cpath fill='%2300c7e6' d='M650 0L-660 1310H650z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-size: cover;
  }
}
