@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2"),url("../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBold.woff2") format("woff2"),url("../fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2"),url("../fonts/OpenSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/SegoeUI-Regular.woff2") format("woff2"),url("../fonts/SegoeUI-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/SegoeUI-SemiBold.woff2") format("woff2"),url("../fonts/SegoeUI-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/SegoeUI-Bold.woff2") format("woff2"),url("../fonts/SegoeUI-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-Regular.woff2") format("woff2"),url("../fonts/Nunito-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-Bold.woff2") format("woff2"),url("../fonts/Nunito-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-ExtraBold.woff2") format("woff2"),url("../fonts/Nunito-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  width: 100%;
  min-height: 100%;
  font-size: 100%;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
  font-size: 100%;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  border: none;
  background: rgba(0,0,0,0);
  padding: 0;
  text-align: left;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:hover,
a:visited {
  text-decoration: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
}

:root {
  --white: #FFFFFF;
  --black: #000000;
  --blue1: #4197CB;
  --blue-dark: #21275C;
  --blue-light: #ecf5fa;
  --red1: #FE1A1A;
  --red2: #900B09;
  --red-light: #FFC7C7;
  --grey1: #4B4F55;
  --grey2: #707070;
  --light-grey1: #B7B7B7;
  --light-grey2: #A8A8A8;
  --light-grey3: #C5C5C5;
  --light-grey4: #EBEBEB;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito",sans-serif;
  font-weight: 800;
  line-height: 1.3;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: var(--blue-dark);
}

h1,
.main-title {
  font-size: 70px;
  line-height: 1;
}

h2,
.big-title {
  font-size: 42px;
  line-height: 1.29;
}

h3,
.medium-title {
  font-size: 36px;
  line-height: 1.33;
}

h4,
.small-title {
  font-size: 24px;
}

h5,
.litle-title {
  font-size: 20px;
  line-height: 1.3;
}

h6,
.micro-title {
  font-size: 18px;
}

p {
  margin-bottom: 14px;
}

p b {
  font-weight: 700;
}

body {
  background-color: var(--white);
  font-family: "Open Sans",sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--black);
}

.wrapper {
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container {
  max-width: 1260px;
  padding: 0 30px;
  margin: 0 auto;
}

.container-small {
  width: 100%;
  max-width: 1018px;
  padding: 0 30px;
  margin: 0 auto;
}

.center {
  text-align: center;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 310px;
  max-width: 100%;
  min-height: 48px;
  border-radius: 8px;
  background-color: var(--blue1);
  padding: 11px 17px 10px;
  font-family: "Nunito",sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 27px;
  color: var(--white);
  text-align: center;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.button.secondary {
  background-color: var(--blue-dark);
}

.button.simple {
  background-color: rgba(0,0,0,0);
  border: 1px solid var(--white);
}

.button.simple2 {
  background-color: rgba(0,0,0,0);
  border: 1px solid var(--black);
  color: var(--black);
}

button,
input[type=button],
input[type=submit],
input[type=reset],
.button,
[class*=__button],
[class*=__btn] {
  font-family: "Nunito",sans-serif;
}

.darkblue-section {
  background-color: var(--blue-dark);
  color: var(--white);
}

.blue-section {
  background-color: var(--blue1);
  color: var(--white);
}

.grey-section {
  background-color: var(--light-grey4);
  color: var(--black);
}

.top-wave {
  position: relative;
}

.top-wave::before {
  content: "";
  width: 100%;
  height: 70px;
  background-color: inherit;
  clip-path: polygon(100% 100%, 0% 100%, 0% 50%, 2% 44.09%, 4% 38.28%, 6% 32.65%, 8% 27.29%, 10% 22.29%, 12% 17.73%, 14% 13.68%, 16% 10.2%, 18% 7.34%, 20% 5.16%, 22% 3.69%, 24% 2.95%, 26% 2.95%, 28% 3.69%, 30% 5.16%, 32% 7.34%, 34% 10.2%, 36% 13.68%, 38% 17.73%, 40% 22.29%, 42% 27.29%, 44% 32.65%, 46% 38.28%, 48% 44.09%, 50% 50%, 52% 55.91%, 54% 61.72%, 56% 67.35%, 58% 72.71%, 60% 77.71%, 62% 82.27%, 64% 86.32%, 66% 89.8%, 68% 92.66%, 70% 94.84%, 72% 96.31%, 74% 97.05%, 76% 97.05%, 78% 96.31%, 80% 94.84%, 82% 92.66%, 84% 89.8%, 86% 86.32%, 88% 82.27%, 90% 77.71%, 92% 72.71%, 94% 67.35%, 96% 61.72%, 98% 55.91%, 100% 50%);
  position: absolute;
  left: 0;
  bottom: 100%;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}

.bottom-wave {
  position: relative;
}

.bottom-wave::after {
  content: "";
  width: 100%;
  height: 70px;
  background-color: inherit;
  clip-path: polygon(100% 100%, 0% 100%, 0% 50%, 2% 44.09%, 4% 38.28%, 6% 32.65%, 8% 27.29%, 10% 22.29%, 12% 17.73%, 14% 13.68%, 16% 10.2%, 18% 7.34%, 20% 5.16%, 22% 3.69%, 24% 2.95%, 26% 2.95%, 28% 3.69%, 30% 5.16%, 32% 7.34%, 34% 10.2%, 36% 13.68%, 38% 17.73%, 40% 22.29%, 42% 27.29%, 44% 32.65%, 46% 38.28%, 48% 44.09%, 50% 50%, 52% 55.91%, 54% 61.72%, 56% 67.35%, 58% 72.71%, 60% 77.71%, 62% 82.27%, 64% 86.32%, 66% 89.8%, 68% 92.66%, 70% 94.84%, 72% 96.31%, 74% 97.05%, 76% 97.05%, 78% 96.31%, 80% 94.84%, 82% 92.66%, 84% 89.8%, 86% 86.32%, 88% 82.27%, 90% 77.71%, 92% 72.71%, 94% 67.35%, 96% 61.72%, 98% 55.91%, 100% 50%);
  position: absolute;
  left: 0;
  top: 100%;
  -webkit-transform: rotate(180deg) translateY(1px);
  -ms-transform: rotate(180deg) translateY(1px);
  transform: rotate(180deg) translateY(1px);
}

.decor-right {
  position: relative;
}

.decor-right .decor-image {
  position: absolute;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  width: 380px;
}

.decor-right .decor-image img {
  display: block;
  width: 100%;
  height: auto;
}

.decor-right .container {
  position: relative;
  z-index: 1;
}

.decor-left {
  position: relative;
}

.decor-left .decor-image {
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  width: 380px;
}

.decor-left .decor-image img {
  display: block;
  width: 100%;
  height: auto;
}

.decor-left .container {
  position: relative;
  z-index: 1;
}

.video-element {
  display: block;
  width: 100%;
  position: relative;
}

.video-element img {
  display: block;
  width: 100%;
  height: auto;
}

.video-element::after {
  content: "";
  width: 91px;
  height: 91px;
  background: url("../images/icons/icon-video-button.svg") center center/contain no-repeat;
  opacity: .5;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.socials {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.socials__item {
  padding: 0 8px 0 7px;
  margin-bottom: 10px;
}

.socials__link {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.socials__link img {
  display: block;
  width: auto;
  max-width: 24px;
  height: auto;
}

.checkbox-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.checkbox-input:checked+label::after {
  opacity: 1;
}

.checkbox-input.disabled+label {
  pointer-events: none;
}

.checkbox-input.disabled+label::before {
  border-color: var(--light-grey3);
}

.checkbox-input.disabled.checked+label {
  pointer-events: none;
}

.checkbox-input.disabled.checked+label::before {
  border-color: var(--light-grey3);
}

.checkbox-input.disabled.checked+label::after {
  opacity: .2;
}

.checkbox-label {
  display: block;
  position: relative;
  padding-left: 22px;
  font-family: "Segoe UI",sans-serif;
  font-size: 12px;
}

.checkbox-label::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 2px solid var(--black);
  position: absolute;
  left: 0;
  top: 3px;
}

.checkbox-label::after {
  content: "";
  width: 10px;
  height: 6px;
  border-left: 2px solid var(--black);
  border-bottom: 2px solid var(--black);
  border-radius: 4px;
  position: absolute;
  left: 3px;
  top: 7px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.radio-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.radio-input:checked+label::after {
  opacity: 1;
}

.radio-label {
  cursor: pointer;
  display: block;
  position: relative;
  padding-left: 34px;
  margin-top: 3px;
}

.radio-label::before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid var(--black);
  position: absolute;
  left: 5px;
  top: 1px;
}

.radio-label::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--black);
  position: absolute;
  left: 10px;
  top: 6px;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--black);
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.header {
  padding: 5px 0;
  background-color: var(--white);
  border-bottom: 1px solid var(--black);
}

.header__container {
  max-width: 1490px;
  padding: 0 30px;
  margin: 0 auto;
}

.header__inner {
  width: 100%;
  min-height: 80px;
  padding-right: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  width: 209px;
  margin-right: 15px;
  margin-bottom: 6px;
}

.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.header__navigation-wrap {
  margin-left: auto;
}

.header__menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 5px;
}

.header__menu-item {
  padding: 0 17px;
}

.header__menu-link {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  font-family: "Nunito",sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: var(--black);
  text-align: center;
}

.header__menu-link::after {
  content: "";
  width: 0;
  height: 3px;
  background-color: var(--blue1);
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: width .3s,height .3s;
  transition: width .3s,height .3s;
}

.header__menu-link.active::after {
  width: 56px;
  height: 5px;
}

.header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 18px;
}

.header__actions>*:not(:first-of-type) {
  margin-left: 30px;
}

.header__actions-link {
  min-width: 144px;
  padding: 11px 25px 10px;
  font-size: 16px;
  line-height: 22px;
}

.header__mobile-actions {
  display: none;
}

.header__burger {
  display: none;
}

.top {
  position: relative;
  z-index: 2;
  margin-bottom: -53px;
}

.top.inner-page .top__image::after {
  content: "";
  width: 85%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, white, rgba(255, 255, 255, 0));
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.top.inner-page .top__inner {
  min-height: 479px;
  padding: 69px 0 90px;
}

.top.inner-page .top__content {
  max-width: 830px;
  margin-left: 118px;
}

.top.faqs-page .top__inner {
  padding: 65px 0 90px;
}

.top.faqs-page .top__title {
  margin-right: -115px;
}

.top.blog-page .top__inner {
  padding: 40px 0 125px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top.about-page .top__inner {
  padding: 40px 0 142px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top.refer-page .top__inner {
  min-height: 435px;
  padding: 25px 0 62px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top.refer-page .top__content {
  max-width: 755px;
}

.top.refer-page .top__subtitle {
  margin-top: 18px;
}

.top.contact-page .top__inner {
  min-height: 480px;
  padding: 25px 0 55px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top.contact-page .top__subtitle {
  max-width: 630px;
  margin-top: 28px;
}

.top__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--grey2);
  clip-path: polygon(0 53px, 77.3% 53px, 74% 0, 81% 53px, 100% 53px, 100% 100%, 0 100%);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.top__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}

.top__inner {
  position: relative;
  z-index: 2;
  min-height: 816px;
  padding: 117px 0 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.top__content {
  max-width: 750px;
}

.top__title sup {
  font-size: .6em;
}

.top__subtitle {
  margin: 27px 0 0 5px;
  font-family: "Nunito",sans-serif;
  font-weight: 800;
  font-size: 36px;
  line-height: 1.33;
}

.top__text {
  max-width: 640px;
  margin-top: 24px;
}

.top__link {
  margin-top: 44px;
}

.top__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 33px -58px -12px 3px;
}

.top__actions-link {
  min-width: 179px;
  margin-right: 58px;
  margin-bottom: 12px;
}

.main-dashboard {
  padding: 71px 0 83px;
}

.main-dashboard.refer-dashboard {
  padding: 56px 0 70px;
}

.main-dashboard.refer-dashboard .decor-image {
  width: 435px;
  left: -124px;
  top: 46%;
}

.main-dashboard.refer-dashboard .main-dashboard__block {
  -webkit-transform: translateX(2px);
  -ms-transform: translateX(2px);
  transform: translateX(2px);
}

.main-dashboard.refer-dashboard .main-dashboard__easylist {
  padding-left: 8px;
  margin-top: 8px;
}

.main-dashboard.refer-dashboard .main-dashboard__link {
  margin-top: 38px;
}

.main-dashboard.refer-dashboard .main-dashboard__image {
  margin-top: 10px;
}

.main-dashboard .decor-image {
  right: -27px;
  top: 48%;
}

.main-dashboard__inner {
  padding: 0 2px;
}

.main-dashboard__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main-dashboard__content {
  width: 630px;
  margin-right: 30px;
}

.main-dashboard__title {
  margin-bottom: 5px;
}

.main-dashboard__title span {
  display: block;
  color: currentColor;
}

.main-dashboard__text {
  margin-bottom: 0;
}

.main-dashboard__text+.main-dashboard__text {
  margin-top: 10px;
}

.main-dashboard__text ul,
.main-dashboard__text ol {
  margin-top: 8px;
  padding-left: 20px;
}

.main-dashboard__text li {
  padding-left: 0;
}

.main-dashboard__list {
  list-style: none;
  padding-left: 34px;
  margin-top: 10px;
}

.main-dashboard__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
}

.main-dashboard__list-item:last-child {
  margin-bottom: 0;
}

.main-dashboard__list-item img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: center;
  align-self: center;
  display: block;
  width: 26px;
  height: auto;
  margin-right: 14px;
}

.main-dashboard__list-item p {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 18px;
}

.main-dashboard__easylist {
  list-style: none;
  margin-top: 13px;
}

.main-dashboard__easylist>li {
  position: relative;
  padding-left: 15px;
  font-weight: 600;
}

.main-dashboard__easylist>li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: currentColor;
  position: absolute;
  left: 1px;
  top: 10px;
}

.main-dashboard__easylist>li>p {
  margin-bottom: 0;
  font: inherit;
}

.main-dashboard__easylist+p:empty {
  display: none;
}

.main-dashboard__easylist-item {
  position: relative;
  padding-left: 15px;
  font-weight: 600;
}

.main-dashboard__easylist-item::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: currentColor;
  position: absolute;
  left: 1px;
  top: 10px;
}

.main-dashboard__link {
  margin-top: 19px;
}

.main-dashboard__image {
  width: 494px;
}

.main-dashboard__image img {
  display: block;
  width: 100%;
  height: auto;
}

.expertise {
  padding: 31px 0 72px;
}

.expertise .decor-image {
  width: 435px;
  left: -39px;
  top: 44%;
}

.expertise__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 2px;
}

.expertise__content {
  width: 565px;
  margin-right: 35px;
}

.expertise__title {
  margin-bottom: 5px;
}

.expertise__text {
  margin-bottom: 0;
}

.expertise__text+.expertise__text {
  margin-top: 10px;
}

.expertise__text p {
  margin-bottom: 0;
}

.expertise__text p+p {
  margin-top: 10px;
}

.expertise__link {
  margin-top: 41px;
}

.expertise__image {
  width: 597px;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-bottom: 2px;
}

.expertise__image-wrap {
  display: block;
  width: 100%;
  position: relative;
}

.expertise__image-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.expertise__image-wrap::after {
  content: "";
  width: 91px;
  height: 91px;
  background: url("../images/icons/icon-video-button.svg") center center/contain no-repeat;
  opacity: .5;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.reviews.reviews-about .reviews__inner {
  padding: 145px 0 147px;
}

.reviews.reviews-about .reviews__title {
  margin-bottom: -1px;
}

.reviews.reviews-about .reviews__slider-block {
  margin-top: 24px;
}

.reviews.landing-reviews .reviews__inner {
  padding: 90px 0 39px;
}

.reviews__inner {
  padding: 121px 0 66px;
  position: relative;
}

.reviews__inner::after {
  content: "";
  width: calc(100% + 200px);
  height: 1px;
  border-bottom: 1px dashed var(--grey2);
  opacity: .2;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.reviews__title {
  margin-bottom: 20px;
}

.reviews__subtitle {
  margin-bottom: 15px;
  font-family: "Nunito",sans-serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.5;
}

.reviews__slider-block {
  margin-top: 38px;
  padding: 0 25px;
  position: relative;
}

.reviews__slider {
  position: relative;
  overflow: hidden;
}

.reviews__slider-wrapper {
  padding-bottom: 30px;
}

.reviews__slider-arrow {
  display: block;
  width: auto;
  height: auto;
  top: 41.5%;
  opacity: .5;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.reviews__slider-arrow img {
  display: block;
  width: 48px;
  height: auto;
}

.reviews__slider-arrow::after {
  display: none;
}

.reviews__slider-arrow.swiper-button-prev {
  left: -57px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.reviews__slider-arrow.swiper-button-next {
  right: -57px;
}

.reviews__slider-arrow.swiper-button-disabled {
  opacity: .1;
}

.reviews__slide {
  height: auto;
  border-radius: 8px;
  padding: 13px 20px 19px;
  position: relative;
  color: var(--white);
}

.reviews__slide::after {
  content: "";
  width: 75px;
  height: 28px;
  background-color: inherit;
  position: absolute;
  right: 20%;
  top: 100%;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  clip-path: polygon(43% 0, 100% 0, 0 100%);
}

.reviews__slide-text {
  margin-bottom: 0;
  font-weight: 600;
  line-height: 2;
}

.reviews__slide-text+.reviews__slide-text {
  margin-top: 15px;
}

.reviews__slide-author {
  margin-top: 23px;
  padding: 0 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.reviews__slide-photo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 59px;
  height: 59px;
  border-radius: 50%;
  border: 3px solid var(--white);
  overflow: hidden;
  margin-right: 11px;
}

.reviews__slide-photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.reviews__slide-name {
  font-style: italic;
  font-size: 15px;
}

.principles {
  padding: 65px 0 152px;
}

.principles__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.principles__image {
  width: 576px;
  margin-right: 50px;
  border-radius: 8px;
  overflow: hidden;
}

.principles__image img {
  display: block;
  width: 100%;
  height: auto;
}

.principles__content {
  width: 700px;
  margin-right: -120px;
}

.principles__list {
  margin-top: 10px;
  list-style: none;
  counter-reset: principles-counter;
  padding-left: 13px;
  padding-right: 120px;
}

.principles__list li>p {
  margin: 0;
}

.principles__list>li,
.principles__list>li.principles__list-item {
  position: relative;
  padding-left: 46px;
  counter-increment: principles-counter;
  font-family: "Nunito",sans-serif;
  font-size: 28px;
}

.principles__list>li span,
.principles__list>li.principles__list-item span {
  font-weight: 800;
}

.principles__list>li::before,
.principles__list>li.principles__list-item::before {
  content: counter(principles-counter) " – ";
  display: inline-block;
  font-family: "Nunito",sans-serif;
  font-weight: 800;
  font-size: 28px;
  color: inherit;
  position: absolute;
  left: 0;
  top: 0;
}

.principles__link {
  margin-top: 33px;
  margin-left: 12px;
}

.boost {
  padding: 83px 0 72px;
}

.boost.boost-how {
  padding: 95px 0 98px;
}

.boost.boost-how .decor-image {
  right: -67px;
  top: 40%;
}

.boost.boost-how .boost__block {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.boost.boost-how .boost__content {
  padding-bottom: 34px;
}

.boost.boost-how .boost__title {
  margin-bottom: 6px;
}

.boost.boost-how .boost__link {
  margin-top: 25px;
}

.boost.boost-faqs {
  padding-bottom: 139px;
}

.boost.boost-faqs .decor-image {
  top: 37%;
}

.boost.boost-blog {
  padding: 74px 0 96px;
}

.boost.boost-blog .decor-image {
  right: -60px;
  top: 36.5%;
}

.boost.boost-blog .boost__block {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.boost.boost-blog .boost__content {
  padding-bottom: 34px;
}

.boost.boost-blog .boost__title {
  margin-bottom: 6px;
}

.boost.boost-blog .boost__link {
  margin-top: 35px;
}

.boost.boost-about {
  padding: 83px 0 128px;
}

.boost.boost-about .decor-image {
  right: -16px;
  top: 40%;
}

.boost.boost-about .boost__title {
  margin-bottom: 7px;
}

.boost.boost-about .boost__title .boost__link {
  margin-top: 24px;
}

.boost.boost-about .boost__image {
  padding-top: 14px;
}

.boost .decor-image {
  width: 460px;
  right: -26px;
  top: 42%;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.boost__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -15px;
  padding: 0 7px 0 2px;
}

.boost__content {
  width: 49.4%;
  padding: 0 20px 0 15px;
}

.boost__title {
  margin-bottom: 14px;
}

.boost__text {
  margin-bottom: 0;
}

.boost__text+.boost__text {
  margin-top: 10px;
}

.boost__link {
  margin-top: 52px;
  font-weight: 700;
  font-size: 18px;
}

.boost__images {
  width: 50.6%;
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.boost__image {
  display: block;
  width: calc(33.333% - 18px);
  margin: 0 9px;
}

.boost__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.boost__image:nth-child(1) {
  -webkit-transform: translateY(26px);
  -ms-transform: translateY(26px);
  transform: translateY(26px);
}

.boost__image:nth-child(2) {
  -webkit-transform: translateY(-33px);
  -ms-transform: translateY(-33px);
  transform: translateY(-33px);
}

.boost__image:nth-child(3) {
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
}

.footer {
  padding: 22px 0;
  background-color: var(--black);
  position: relative;
  font-family: "Segoe UI",sans-serif;
  color: var(--white);
}

.footer__top {
  width: 100%;
  max-width: 938px;
  margin: 0 auto;
}

.footer__top-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}

.footer__navigation {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.footer__menu {
  width: 100%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.footer__menu-item {
  padding: 0 5px;
  text-align: center;
}

.footer__menu-link {
  display: inline-block;
  position: relative;
  font-family: inherit;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: var(--white);
}

.footer__menu-link::after {
  content: "";
  width: 0;
  height: 2px;
  background-color: var(--white);
  position: absolute;
  left: 50%;
  bottom: -7px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: width .3s,height .3s;
  transition: width .3s,height .3s;
}

.footer__menu-link.active::after {
  width: 56px;
}

.footer__phone {
  display: inline-block;
  position: relative;
  margin-left: 7px;
  margin-bottom: 10px;
  font-family: inherit;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: var(--white);
  white-space: nowrap;
}

.footer__phone::after {
  content: "";
  width: 0;
  height: 2px;
  background-color: var(--white);
  position: absolute;
  left: 50%;
  bottom: -7px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: width .3s,height .3s;
  transition: width .3s,height .3s;
}

.footer__socials {
  margin-left: 34px;
}

.footer__register-link {
  margin: 0 auto 36px;
  font-family: inherit;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.33;
}

.footer__top-partners {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__top-partners img {
  display: block;
  width: auto;
  max-width: 363px;
  margin: 0 10px 22px;
}

.footer__bottom {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
}

.footer__bottom-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer__copyright {
  margin-bottom: 0;
}

.footer__help-list {
  list-style: none;
  margin-left: 10px;
}

.footer__help-item {
  padding-left: 13px;
  position: relative;
}

.footer__help-item::before {
  content: "|";
  font-size: 14px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer__help-link {
  color: inherit;
}

.footer__bottom-text {
  margin-bottom: 0;
}

.footer__bottom-text+.footer__bottom-text {
  margin-top: 10px;
}

.footer__bottom-partners {
  margin-top: 15px;
  margin-bottom: -10px;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__bottom-partners img {
  display: block;
  width: auto;
  max-width: 129px;
  margin: 0 10px 10px;
}

.start {
  position: relative;
  padding: 53px 0 144px;
}

.start__decor-images {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.start__image-right {
  display: block;
  width: 381px;
  height: auto;
  position: absolute;
  right: 98px;
  top: 60.5%;
}

.start__image-left {
  display: block;
  width: 455px;
  height: auto;
  position: absolute;
  left: 23px;
  top: 9.7%;
}

.start__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 958px;
  margin: 0 auto;
}

.start__title {
  margin-bottom: 30px;
}

.start *+.start__title {
  margin-top: 80px;
}

.start__item {
  width: 100%;
  max-width: 784px;
  margin-bottom: 45px;
  margin-right: 6%;
  margin-left: auto;
}

.start__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 10px;
  margin-left: 2px;
  font-family: "Nunito",sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.3;
  color: var(--blue-dark);
}

.start__item-title span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--blue1);
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  color: var(--white);
}

.start__item-text {
  margin-left: 2px;
  margin-bottom: 0;
}

.start__item-text+.start__item-text {
  margin-top: 10px;
}

.start__item-text a {
  font-weight: 700;
  color: var(--blue-dark);
}

.start__notice {
  margin-top: 10px;
  margin-bottom: 50px;
  border-radius: 8px;
  background-color: var(--blue-light);
  padding: 15px 36px 13px 89px;
  position: relative;
}

.start__notice::before {
  content: "?";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--blue1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 3px;
  padding-top: 2px;
  font-family: "Nunito",sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1;
  color: var(--white);
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.start__notice-title {
  display: block;
  margin-bottom: -1px;
  font-family: "Nunito",sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.33;
  color: var(--blue-dark);
}

.start__notice-text {
  margin-bottom: 0;
}

.start__notice-text+.start__notice-text {
  margin-top: 10px;
}

.start__ways-list {
  list-style: none;
}

.start__ways-item {
  position: relative;
  counter-increment: ways-list;
  margin-top: 15px;
  margin-bottom: 28px;
  border-radius: 8px;
  background-color: var(--blue-light);
  padding: 15px 18px 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.start__ways-item:last-child {
  margin-bottom: 0;
}

.start__ways-item::before {
  content: counter(ways-list);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--blue-dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Nunito",sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 1;
  color: var(--white);
  position: absolute;
  left: 14px;
  top: 14px;
}

.start__ways-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 50px;
  margin-top: 10px;
  margin-right: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.start__ways-icon img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}

.start__ways-info {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.start__ways-text {
  margin-bottom: 0;
  font-family: "Nunito",sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
}

.start__ways-text+.start__ways-text {
  margin-top: 10px;
}

.start__ways-text a {
  color: var(--blue-dark);
}

.start__ways-notice {
  display: block;
  margin-top: 12px;
  font-style: italic;
  font-size: 14px;
}

.start__faq-link {
  margin: 61px auto 0;
}

.registered {
  padding: 28px 0 107px;
}

.registered .decor-image {
  width: 435px;
  left: -149px;
  top: 43%;
}

.registered__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 2px 0 5px;
}

.registered__content {
  width: 856px;
  margin-right: 30px;
}

.registered__title,
.registered__title h1,
.registered__title h2,
.registered__title h3,
.registered__title h4,
.registered__title h5,
.registered__title h6,
.registered__title p {
  margin-bottom: 1px;
}

.registered__text,
.registered__text p {
  max-width: 600px;
  margin-bottom: 0;
}

.registered__text+.registered__text {
  margin-top: 10px;
}

.registered__list {
  margin-top: 10px;
  list-style: none;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  margin-right: -50px;
}

.registered__list-item {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
  position: relative;
  padding-left: 18px;
  font-weight: 600;
}

.registered__list-item::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: currentColor;
  position: absolute;
  left: 4px;
  top: 10px;
}

.registered__link {
  margin-top: 26px;
  font-size: 18px;
}

.registered__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 344px;
}

.registered__image img {
  display: block;
  width: 100%;
  height: auto;
}

.faqs {
  padding: 60px 0 60px;
  position: relative;
}

.faqs__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 958px;
}

.faqs__content {
  margin: 0 -2px;
}

.faqs__title {
  margin-bottom: 17px;
  border-bottom: 4px solid var(--blue-dark);
  font-size: 28px;
  line-height: 1.5;
}

.faqs *+.faqs__title {
  margin-top: 76px;
}

.faqs__item {
  border-bottom: 1px dotted var(--light-grey2);
  padding: 20px 0 23px;
  position: relative;
}

.faqs__question {
  cursor: pointer;
  display: block;
  width: 100%;
  padding-right: 127px;
  font-family: "Nunito",sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  text-align: left;
  -webkit-transition: color .3s;
  transition: color .3s;
  color: var(--black);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.faqs__question-arrow {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.faqs__question-arrow img {
  display: block;
  width: 42px;
  height: auto;
}

.faqs__question-arrow.active {
  -webkit-transform: translateY(-50%) rotateX(180deg);
  transform: translateY(-50%) rotateX(180deg);
}

.faqs__answer {
  display: none;
  padding-top: 16px;
  padding-right: 88px;
}

.faqs__answer p {
  margin-bottom: 0;
}

.faqs__answer p+.faqs__answer p {
  margin-top: 10px;
}

.faqs__answer a {
  font-weight: 700;
  color: var(--blue-dark);
}

.faqs__answer a.black {
  color: inherit;
}

.faqs__answer a.bordered {
  font-weight: 400;
  color: inherit;
  text-decoration: underline;
}

.faqs__answer ol {
  list-style: none;
}

.faqs__answer ol li {
  position: relative;
  padding-left: 24px;
  counter-increment: faqs-list;
}

.faqs__answer ol li::before {
  content: counter(faqs-list) ".";
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  color: inherit;
  position: absolute;
  left: 4px;
  top: 0;
}

.faqs__contact-link {
  margin: 38px auto 30px;
  padding-left: 23px;
  padding-right: 23px;
}

.blog {
  padding: 104px 0 118px;
}

.blog__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -18px;
}

.blog__column {
  width: 33.333%;
  padding: 0 18px;
  margin-bottom: 75px;
}

.blog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: var(--black);
}

.blog__item-image {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 9px;
  padding-bottom: 56.6%;
}

.blog__item-image>picture {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
}

.blog__item-image>picture img,
.blog__item-image>img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.blog__item-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 10px;
  background-color: var(--light-grey3);
}

.blog__item-thumb img {
  display: block;
  width: 39%;
  max-width: 125px;
  height: auto;
  margin-bottom: 10px;
}

.blog__item-thumb span {
  display: block;
  font-family: "Nunito",sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 23px;
  line-height: 1;
  text-align: center;
}

.blog__item-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 3.9em;
  margin-bottom: 10px;
  font-weight: 700;
  color: var(--blue-dark);
}

.blog__item-title span {
  background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(var(--blue-dark)), to(var(--blue-dark)));
  background-image: linear-gradient(0, var(--blue-dark), var(--blue-dark));
  background-repeat: no-repeat;
  background-position: 0 1.2em;
  background-size: 0 2px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.blog__item-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 16px;
}

.blog__item-date {
  display: block;
  margin-top: auto;
  font-style: italic;
  font-size: 15px;
}

.blog__pagination {
  margin-top: -26px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Segoe UI",sans-serif;
  font-size: 20px;
  -webkit-transform: translateX(2px);
  -ms-transform: translateX(2px);
  transform: translateX(2px);
}

.pagination a {
  color: var(--black);
}

.pagination__pre-arrow.first {
  margin-right: 8px;
}

.pagination__pre-arrow.first::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 15px;
  background: url("../images/icons/icon-double-shevron-right-black.svg") center center/contain no-repeat;
  margin-right: 3px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.pagination__pre-arrow.last {
  margin-left: 8px;
}

.pagination__pre-arrow.last::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 15px;
  background: url("../images/icons/icon-double-shevron-right-black.svg") center center/contain no-repeat;
  margin-left: 3px;
}

.pagination__arrow.prev {
  margin-right: 10px;
}

.pagination__arrow.prev::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 15px;
  background: url("../images/icons/icon-shevron-right-black.svg") center center/contain no-repeat;
  margin-right: 5px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.pagination__arrow.next {
  margin-left: 10px;
}

.pagination__arrow.next::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 15px;
  background: url("../images/icons/icon-shevron-right-black.svg") center center/contain no-repeat;
  margin-left: 5px;
}

.pagination__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination__list-item {
  min-width: 19px;
  padding: 0 11px;
  text-align: center;
}

.pagination__list-link {
  display: inline-block;
  position: relative;
}

.pagination__list-link.active::after {
  opacity: 1;
}

.pagination__list-link::after {
  content: "";
  width: 19px;
  height: 3px;
  background-color: #c9c9c9;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.article {
  padding: 29px 0 132px;
}

.article__inner {
  width: 100%;
  max-width: 958px;
  margin: 0 auto;
}

.article__heading {
  margin-bottom: 53px;
}

.article__heading-image {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 31px;
  padding-bottom: 56.1%;
}

.article__heading-image>picture {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
}

.article__heading-image>picture img,
.article__heading-image>img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.article__heading-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 72px 20px 20px;
  background-color: var(--light-grey3);
}

.article__heading-thumb img {
  display: block;
  width: 39%;
  max-width: 319px;
  height: auto;
  margin-bottom: 23px;
}

.article__heading-thumb span {
  display: block;
  font-family: "Nunito",sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  text-align: center;
}

.article__heading-date {
  display: block;
  margin-bottom: 0;
  font-style: italic;
  font-size: 15px;
}

.article__content *+h3 {
  margin-top: 40px;
}

.article__content h3 {
  margin-bottom: 7px;
  font-size: 28px;
}

.article__content p {
  margin-bottom: 0;
}

.article__content p+.article__content p {
  margin-top: 10px;
}

.article__content p a {
  font-weight: 700;
  color: var(--blue-dark);
}

.article__content ul {
  list-style: none;
  margin-top: 11px;
  margin-bottom: 12px;
}

.article__content ul li {
  position: relative;
  padding-left: 11px;
  margin-bottom: 12px;
}

.article__content ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: currentColor;
  position: absolute;
  left: 1px;
  top: 11px;
}

.article__content ul li:last-child {
  margin-bottom: 0;
}

.article__content ol {
  list-style: none;
  margin-top: 12px;
  margin-bottom: 12px;
}

.article__content ol li {
  position: relative;
  counter-increment: ways-list;
  margin-bottom: 12px;
  padding-left: 14px;
}

.article__content ol li:last-child {
  margin-bottom: 0;
}

.article__content ol li::before {
  content: counter(ways-list);
  font-size: 16px;
  line-height: 1;
  color: currentColor;
  position: absolute;
  left: 1px;
  top: 4px;
}

.article__actions-block {
  margin-top: 91px;
}

.article__actions-title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 22px;
}

.article__actions {
  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;
}

.article__actions>* {
  margin: 0 6px 10px;
}

.article__actions-email {
  min-width: 279px;
  font-family: "Segoe UI",sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
}

.article__actions-subscribe {
  min-width: 179px;
}

.privacy-policy {
  padding: 54px 0 128px;
}

.privacy-policy__inner {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.privacy-policy__intro {
  max-width: 760px;
  margin: 0 auto 58px;
  text-align: center;
}

.privacy-policy__title {
  margin-bottom: 14px;
}

.privacy-policy__subtitle {
  margin-bottom: 0;
  font-family: "Nunito",sans-serif;
  font-weight: 800;
  font-size: 36px;
  line-height: 1.33;
}

.privacy-policy__content {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.privacy-policy__content h2 {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.privacy-policy__content h3 {
  margin-bottom: 4px;
  font-family: "Open Sans",sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}

.privacy-policy__content p,
.privacy-policy__content address,
.privacy-policy__content li {
  font-size: 16px;
  line-height: 1.5;
}

.privacy-policy__content p,
.privacy-policy__content address {
  margin-bottom: 12px;
}

.privacy-policy__content address {
  font-style: normal;
}

.privacy-policy__content a {
  font-weight: 700;
  color: var(--blue-dark);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.privacy-policy__content ul {
  list-style: none;
  margin: 12px 0;
}

.privacy-policy__content ul li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 8px;
}

.privacy-policy__content ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: currentColor;
  position: absolute;
  left: 1px;
  top: 10px;
}

.privacy-policy__content ul li:last-child {
  margin-bottom: 0;
}

.privacy-policy__section+.privacy-policy__section {
  margin-top: 36px;
}

.about-info {
  padding: 80px 0 143px;
}

.about-info__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 123px;
}

.about-info__content {
  width: 847px;
  padding-right: 50px;
}

.about-info__title {
  line-height: 1.36;
  margin-bottom: 25px;
}

.about-info__text {
  font-family: "Segoe UI",sans-serif;
}

.about-info__contact-link {
  min-width: 160px;
  min-height: 42px;
  margin-top: 24px;
  padding: 10px 17px;
  font-family: "Nunito",sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}

.about-info__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 230px;
  height: 324px;
  margin-top: 5px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.about-info__image img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner {
  padding: 56px 0 44px;
}

.banner .decor-image {
  width: 316px;
  left: 13px;
  top: 48%;
}

.banner__main-text {
  width: 100%;
  max-width: 1052px;
  margin: 0 auto;
}

.banner__main-text p {
  margin: 0;
  font-family: "Nunito",sans-serif;
  font-weight: 800;
  font-size: 36px;
  line-height: 1.33;
  text-align: center;
}

.banner__main-text {
  font-family: "Nunito",sans-serif;
  font-weight: 800;
  font-size: 36px;
  line-height: 1.33;
  text-align: center;
}

.banner__main-text+.banner__main-text {
  margin-top: 15px;
}

.team-serve {
  padding: 119px 0 125px;
}

.team-serve__inner {
  width: 100%;
  max-width: 958px;
  margin: 0 auto;
}

.team-serve__title {
  margin-bottom: 25px;
}

.team-serve__item {
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.team-serve__item:last-of-type {
  margin-bottom: 0;
}

.team-serve__item-image {
  width: 354px;
  margin-right: 40px;
  margin-top: 13px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  padding-bottom: 20.8%;
  background: var(--light-grey2) url("../images/icons/icon-image-thumb.svg") center center/75px auto no-repeat;
}

.team-serve__item-image img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}

.team-serve__item-info {
  width: 564px;
}

.team-serve__item-title {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.5;
  color: var(--blue-dark);
}

.team-serve__item-text {
  margin-bottom: 0;
}

.team-serve__item-text+.team-serve__item-text {
  margin-top: 10px;
}

.team-leadership {
  padding: 23px 0 8px;
}

.team-leadership .decor-image {
  width: 306px;
  right: 0;
  top: 58%;
}

.team-leadership__inner {
  width: 100%;
  max-width: 958px;
  margin: 0 auto;
}

.team-leadership__title {
  margin-bottom: 27px;
}

.team-leadership__slider {
  overflow: hidden;
}

.team-leadership__slide {
  font-family: "Segoe UI",sans-serif;
  text-align: center;
}

.team-leadership__slide-photo {
  display: inline-block;
  width: 144px;
  height: 144px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 4px;
}

.team-leadership__slide-photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}

.team-leadership__slide-name {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1;
}

.team-leadership__slide-name i,
.team-leadership__slide-name b {
  display: block;
  font-style: normal;
}

.team-leadership__slide-position {
  display: block;
  line-height: 1.375;
}

.team-leadership__slide-position i,
.team-leadership__slide-position b {
  display: block;
  font-style: normal;
}

.team-leadership__slider-arrow {
  display: none;
}

.refer {
  padding: 87px 0 142px;
}

.refer.landing-refer {
  padding: 118px 0 30px;
}

.refer.landing-refer .contact-form {
  -webkit-transform: translateX(-52px);
  -ms-transform: translateX(-52px);
  transform: translateX(-52px);
}

.refer.landing-refer .contact-form__row {
  margin-bottom: 27px;
}

.refer.landing-refer .contact-form__row.big-margin {
  margin-bottom: 44px;
}

.refer.landing-refer .contact-form__agree-block {
  margin-top: -8px;
  margin-bottom: -8px;
}

.refer.landing-refer .contact-form__submit {
  min-width: 111px;
}

.refer.landing-refer .refer__notice {
  margin-top: 45px;
}

.refer__inner {
  width: 100%;
  max-width: 958px;
  margin: 0 auto;
}

.refer__main-title {
  margin-bottom: 8px;
}

.refer__title {
  margin-bottom: 44px;
  font-size: 28px;
  line-height: 1.5;
}

.refer__top-text {
  margin-bottom: 40px;
}

.refer__contact-form {
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
}

.refer__notice {
  display: block;
  margin-top: 50px;
  margin-bottom: 0;
  font-family: "Segoe UI",sans-serif;
  font-size: 12px;
}

.contact-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
}

.contact-form__row.big-margin {
  margin-bottom: 40px;
}

.contact-form__row-label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 211px;
  margin: 8px 13px 0 0;
  font-family: "Segoe UI",sans-serif;
  font-weight: 600;
  text-align: right;
}

.contact-form__row-actions {
  width: 356px;
}

.contact-form__item {
  width: 100%;
}

.contact-form__item.icon-item {
  position: relative;
}

.contact-form__item.icon-item .contact-form__input {
  padding-right: 45px;
}

.contact-form__item.small-width {
  width: 170px;
}

.contact-form__item-icon {
  position: absolute;
  right: 9px;
  top: 7px;
  display: block;
  width: 25px;
  height: auto;
}

.contact-form__input,
.contact-form__message {
  display: block;
  width: 100%;
  border-radius: 8px;
  border: 1px solid var(--black);
  padding: 9px 16px 7px;
  font-family: "Segoe UI",sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--black);
  -webkit-transition: border-color .3s;
  transition: border-color .3s;
}

.contact-form__input::-webkit-input-placeholder, .contact-form__message::-webkit-input-placeholder {
  font-family: "Segoe UI",sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--black);
}

.contact-form__input::-moz-placeholder, .contact-form__message::-moz-placeholder {
  font-family: "Segoe UI",sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--black);
}

.contact-form__input:-ms-input-placeholder, .contact-form__message:-ms-input-placeholder {
  font-family: "Segoe UI",sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--black);
}

.contact-form__input::-ms-input-placeholder, .contact-form__message::-ms-input-placeholder {
  font-family: "Segoe UI",sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--black);
}

.contact-form__input::placeholder,
.contact-form__message::placeholder {
  font-family: "Segoe UI",sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--black);
}

.contact-form__input:focus,
.contact-form__message:focus {
  outline: none;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
  box-shadow: 0 0 10px rgba(0,0,0,.5);
}

.contact-form__input.disabled,
.contact-form__message.disabled {
  border-color: var(--light-grey2);
  background-color: var(--light-grey3);
  pointer-events: none;
}

.contact-form__input.error,
.contact-form__message.error {
  border-color: var(--red1);
}

.contact-form__input {
  min-height: 42px;
}

.contact-form__input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  color: rgba(0,0,0,0);
  background: rgba(0,0,0,0);
}

.contact-form__input[type=date]::-webkit-inner-spin-button,
.contact-form__input[type=date]::-webkit-clear-button {
  z-index: -10;
}

.contact-form__error {
  display: none;
  margin-bottom: 0;
  padding-top: 4px;
  padding-left: 5px;
  font-size: 12px;
  line-height: 1.3;
  color: var(--red1);
}

.contact-form__message {
  resize: none;
  height: 119px;
}

.contact-form__agree-block {
  margin-top: -1px;
}

.contact-form__submit {
  min-width: 156px;
  min-height: 44px;
  margin-left: auto;
  margin-top: -2px;
  padding: 10px 17px;
  font-family: "Segoe UI",sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}

.select {
  position: relative;
}

.select .new-select {
  width: 100%;
  min-height: 42px;
  cursor: pointer;
  position: relative;
  border-radius: 8px;
  border: 1px solid var(--black);
  padding: 9px 30px 7px 16px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--black);
  -webkit-transition: border-color .3s;
  transition: border-color .3s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.select .new-select::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../images/icons/icon-arrow-down-black.svg") center center/11px auto no-repeat;
  position: absolute;
  right: 10px;
  top: 13px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.select .new-select.on::after {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.select .new-select.error {
  border-color: var(--red1);
}

.select .new-select__list {
  position: absolute;
  top: 105%;
  left: 0;
  z-index: 3;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  background-color: var(--white);
  border-radius: 8px;
  border: 1px solid var(--black);
  padding: 8px 0;
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.5),0 1px 4px rgba(0,0,0,.05);
  box-shadow: 0 1px 10px rgba(0,0,0,.5),0 1px 4px rgba(0,0,0,.05);
}

.select .new-select__item {
  cursor: pointer;
  width: 100%;
  padding: 0 8px;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.6;
  color: var(--black);
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.select .new-select__item.selected {
  font-weight: 700;
}

.contact {
  padding: 26px 0 5px;
}

.contact__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 38px;
}

.contact__form-column {
  width: 486px;
  margin-right: 30px;
}

.contact__form-title {
  padding-left: 6px;
}

.contact__form-text {
  padding-left: 6px;
  margin-bottom: 0;
  font-family: "Segoe UI",sans-serif;
}

.contact__form-text+.contact__form-text {
  margin-top: 10px;
}

.contact__form {
  margin-top: 45px;
}

.contact .contact-form__row-label {
  width: 117px;
}

.contact .contact-form__row-actions {
  width: 356px;
}

.contact .contact-form__submit {
  min-width: 170px;
}

.contact__info-column {
  width: 310px;
  padding-top: 7px;
}

.contact__info-item {
  margin-bottom: 21px;
  font-family: "Segoe UI",sans-serif;
}

.contact__info-item a {
  color: inherit;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.contact__info-title {
  display: block;
  font-family: "Nunito",sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.36;
}

.contact__info-subtitle {
  display: block;
  margin-top: 6px;
  margin-bottom: 8px;
  font-weight: 700;
}

.contact__info-text {
  margin-bottom: 8px;
}

.contact__info-email {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -3px;
  margin-bottom: -8px;
}

.contact__info-phone {
  display: inline-block;
}

.contact__notice {
  padding-left: 5px;
  font-family: "Segoe UI",sans-serif;
  font-size: 12px;
}

.landing-header {
  min-height: 100px;
  padding: 12px 0;
  border-bottom: 2px solid var(--grey2);
}

.landing-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.landing-header__logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  width: 209px;
  margin-right: 25px;
}

.landing-header__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.landing-header__info {
  font-size: 20px;
  text-align: right;
}

.landing-header__info-text {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px;
}

.landing-header__info-phone {
  display: inline-block;
  font-weight: 600;
  font-size: 20px;
  color: inherit;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.landing-top {
  position: relative;
}

.landing-top__bg-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--grey4);
  clip-path: polygon(0 53px, 77.3% 53px, 74% 0, 81% 53px, 100% 53px, 100% 100%, 0 100%);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.landing-top__bg-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}

.landing-top__bg-image::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(33,39,92,.92);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.landing-top__inner {
  min-height: 625px;
  padding: 40px 0 70px;
  position: relative;
  z-index: 2;
  color: var(--white);
}

.landing-top__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateX(2px);
  -ms-transform: translateX(2px);
  transform: translateX(2px);
}

.landing-top__content {
  width: 710px;
}

.landing-top__subtitle {
  margin-top: 14px;
  margin-bottom: 0;
  padding-right: 10px;
  font-family: "Nunito",sans-serif;
  font-weight: 800;
  font-size: 36px;
  line-height: 1.33;
}

.landing-top__contact-link {
  margin-top: 41px;
}

.landing-top__image {
  width: 487px;
  padding-top: 7px;
}

.landing-start {
  padding: 1px 0 85px;
  position: relative;
}

.landing-start__decor-images {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.landing-start__image-right {
  display: block;
  width: 381px;
  height: auto;
  position: absolute;
  right: 98px;
  top: 55%;
}

.landing-start__image-left {
  display: block;
  width: 455px;
  height: auto;
  position: absolute;
  left: 23px;
  top: 9.7%;
}

.landing-start__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  -webkit-transform: translateX(-2px);
  -ms-transform: translateX(-2px);
  transform: translateX(-2px);
}

.landing-start__title {
  margin-bottom: 38px;
}

.landing-start *+.start__title {
  margin-top: 80px;
}

.landing-start__item {
  margin-bottom: 27px;
  padding-bottom: 23px;
  border-bottom: 1px dashed var(--grey2);
}

.landing-start__item:last-of-type {
  border-bottom: none;
}

.landing-start__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  margin-left: 2px;
  font-family: "Nunito",sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.14;
  color: var(--blue-dark);
}

.landing-start__item-title span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--blue1);
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  color: var(--white);
}

.landing-start__item-title a {
  color: inherit;
}

.landing-start__item-text {
  margin-left: 2px;
  margin-bottom: 0;
}

.landing-start__item-text+.landing-start__item-text {
  margin-top: 10px;
}

.landing-start__item-text a {
  font-weight: 700;
  color: var(--blue-dark);
}

.landing-start__list {
  list-style: none;
  margin-top: 8px;
}

.landing-start__list-item {
  position: relative;
  padding-left: 26px;
}

.landing-start__list-item::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: currentColor;
  position: absolute;
  left: 11px;
  top: 11px;
}

.landing-about {
  padding: 57px 0 74px;
}

.landing-about .decor-image {
  width: 381px;
  right: 3px;
  top: 18%;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.landing-about__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.landing-about__content {
  width: 50.7%;
  padding-right: 16px;
}

.landing-about__title {
  margin-bottom: 12px;
}

.landing-about__text {
  margin-bottom: 0;
}

.landing-about__text+.landing-about__text {
  margin-top: 10px;
}

.landing-about__link {
  margin-top: 72px;
  font-family: "Segoe UI",sans-serif;
  font-weight: 700;
  font-size: 18px;
}

.landing-about__images {
  width: 49.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.landing-about__image {
  display: block;
  width: 31%;
}

.landing-about__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.landing-about__image:nth-child(1) {
  -webkit-transform: translateY(41px);
  -ms-transform: translateY(41px);
  transform: translateY(41px);
}

.landing-about__image:nth-child(2) {
  -webkit-transform: translateY(-19px);
  -ms-transform: translateY(-19px);
  transform: translateY(-19px);
}

.landing-about__image:nth-child(3) {
  -webkit-transform: translateY(18px);
  -ms-transform: translateY(18px);
  transform: translateY(18px);
}

.landing-resources {
  padding: 120px 0 146px;
}

.landing-resources__inner {
  width: 100%;
  max-width: 790px;
  margin: 0 auto;
}

.landing-resources__title {
  margin-bottom: 9px;
}

.landing-resources *+.landing-resources__title {
  margin-top: 52px;
}

.landing-resources__block {
  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;
  margin: 53px -60px 0;
}

.landing-resources__item {
  width: 50%;
  padding: 0 60px;
  margin-bottom: 30px;
  font-family: "Segoe UI",sans-serif;
  text-align: center;
}

.landing-resources__item-image {
  display: inline-block;
  margin: 0 auto 7px;
}

.landing-resources__item-image img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 246px;
}

.landing-resources__item-title {
  display: block;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.36;
}

.landing-resources__item-text {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px;
}

.landing-resources__item-text+.landing-resources__item-text {
  margin-top: 10px;
}

.landing-resources__text {
  margin-bottom: 0;
}

.landing-resources__text+.landing-resources__text {
  margin-top: 10px;
}

.landing-resources__video-wrap {
  max-width: 615px;
  margin: 22px auto 0;
}

.landing-footer {
  padding: 137px 0 137px;
}

.landing-footer__copyright-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: "Segoe UI",sans-serif;
  font-size: 12px;
}

.landing-footer__copyright {
  margin-bottom: 0;
}

.landing-footer__help-list {
  list-style: none;
  margin-left: 10px;
}

.landing-footer__help-item {
  padding-left: 13px;
  position: relative;
}

.landing-footer__help-item::before {
  content: "|";
  font-size: 14px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.landing-footer__help-link {
  color: inherit;
}

.landing-footer__partners {
  margin-top: 26px;
  margin-bottom: -10px;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.landing-footer__partners img {
  display: block;
  width: auto;
  max-width: 129px;
  margin: 0 10px 10px;
}

@media (min-width: 769px) {
  .team-leadership__slider-wrapper {
    width: calc(100% + 10px);
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
  }

  .team-leadership__slide {
    width: 20% !important;
    padding: 0 5px;
    margin-bottom: 30px;
  }

  .team-leadership__slide-photo {
    width: 120px;
    height: 120px;
  }
}

@media (min-width: 992px) {
  .video-element:hover::after,
  .video-element:focus::after {
    opacity: .8;
  }

  .expertise__image-wrap:hover::after,
  .expertise__image-wrap:focus::after {
    opacity: .8;
  }
}

@media (min-width: 993px) {
  .button:hover,
  .button:focus {
    opacity: .85;
  }

  .socials__link:hover,
  .socials__link:focus {
    opacity: .5;
  }

  .header__menu-link:hover::after,
  .header__menu-link:focus::after {
    width: 56px;
  }

  .reviews__slider-arrow:hover,
  .reviews__slider-arrow:focus {
    opacity: 1;
  }

  .footer__menu-link:hover::after,
  .footer__menu-link:focus::after {
    width: 56px;
  }

  .footer__phone:hover::after,
  .footer__phone:focus::after {
    width: 100%;
  }

  .footer__help-link:hover,
  .footer__help-link:focus {
    text-decoration: underline;
  }

  .start__item-text a:hover,
  .start__item-text a:focus {
    text-decoration: underline;
  }

  .start__ways-text a:hover,
  .start__ways-text a:focus {
    text-decoration: underline;
  }

  .faqs__question.active:hover,
  .faqs__question.active:focus {
    color: var(--black);
  }

  .faqs__question:hover,
  .faqs__question:focus {
    color: var(--blue-dark);
  }

  .faqs__answer a.bordered:hover,
  .faqs__answer a.bordered:focus {
    color: var(--blue-dark);
  }

  .faqs__answer a:hover,
  .faqs__answer a:focus {
    text-decoration: underline;
  }

  .blog__item:hover .blog__item-image>picture img,
  .blog__item:hover .blog__item-image>img,
  .blog__item:focus .blog__item-image>picture img,
  .blog__item:focus .blog__item-image>img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  .blog__item:hover .blog__item-title span,
  .blog__item:focus .blog__item-title span {
    background-size: 100% 2px;
  }

  .article__content p a:hover,
  .article__content p a:focus {
    text-decoration: underline;
  }

  .privacy-policy__content a:hover,
  .privacy-policy__content a:focus {
    text-decoration-thickness: 2px;
  }

  .team-leadership__slider-wrapper {
    width: calc(100% + 60px);
    margin: 0 -30px;
  }

  .team-leadership__slide {
    padding: 0 30px;
  }

  .team-leadership__slide-photo {
    width: 144px;
    height: 144px;
  }

  .select .new-select__item:hover,
  .select .new-select__item:focus {
    background-color: var(--light-grey4);
  }

  .contact__info-item a:hover,
  .contact__info-item a:focus {
    color: var(--blue1);
  }

  .landing-header__info-phone:hover,
  .landing-header__info-phone:focus {
    color: var(--blue1);
  }

  .landing-start__item-title a:hover,
  .landing-start__item-title a:focus {
    text-decoration: underline;
  }

  .landing-start__item-text a:hover,
  .landing-start__item-text a:focus {
    text-decoration: underline;
  }

  .landing-footer__help-link:hover,
  .landing-footer__help-link:focus {
    text-decoration: underline;
  }
}

@media (min-width: 1201px) {
  .header__navigation-wrap {
    display: block !important;
  }

  .header__navigation {
    display: block !important;
  }
}

@media (max-width: 1700px) {
  .top.inner-page .top__image img {
    -o-object-position: right center;
    object-position: right center;
  }

  .top.inner-page .top__image::after {
    width: 100%;
  }
}

@media (max-width: 1400px) {
  .top.inner-page .top__image img {
    -o-object-position: right center;
    object-position: right center;
  }

  .top.inner-page .top__image::after {
    width: 100%;
  }

  .top.inner-page .top__content {
    margin-left: 0;
  }

  .reviews__inner::after {
    width: 100%;
  }

  .reviews__slider-block {
    padding: 0 55px;
  }

  .reviews__slider-arrow.swiper-button-prev {
    left: 0;
  }

  .reviews__slider-arrow.swiper-button-next {
    right: 0;
  }

  .principles__content {
    margin-right: 0;
  }

  .principles__list {
    padding-right: 0;
  }

  .registered__list {
    margin-right: 0;
  }

  .about-info__block {
    padding-left: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 1200px) {
  .header {
    padding: 6px 0 4px;
  }

  .header__inner {
    padding-right: 0;
    min-height: 40px;
  }

  .header__navigation-wrap {
    display: none;
    position: fixed;
    left: 0;
    top: 91px;
    z-index: 12;
    width: 100vw;
    height: calc(100vh - 91px);
    background-color: rgba(15,15,15,.9);
  }

  .header__navigation {
    display: none;
    width: 100%;
    height: auto;
    max-height: 100%;
    background-color: var(--white);
    position: relative;
    overflow-y: auto;
    padding: 20px 15px 27px 17px;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
  }

  .header__menu {
    display: block;
    width: 100%;
    padding-top: 0;
    padding-left: 6px;
  }

  .header__menu-item {
    padding: 0;
    margin-bottom: 22px;
  }

  .header__menu-item:last-child {
    margin-bottom: 0;
  }

  .header__menu-link {
    padding-bottom: 3px;
  }

  .header__menu-link.active::after {
    width: 100%;
    height: 3px;
  }

  .header__actions-link {
    margin-right: 18px;
  }

  .header__mobile-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 23px;
  }

  .header__burger {
    display: block;
    width: 32px;
    height: 32px;
    position: relative;
    margin-left: auto;
    margin-right: 2px;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .header__burger span {
    display: block;
    width: 28px;
    height: 4px;
    background-color: var(--black);
    border-radius: 20px;
    position: absolute;
    left: 50%;
    top: calc(50% - 2px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
  }

  .header__burger span:first-child {
    top: 4px;
  }

  .header__burger span:last-child {
    top: auto;
    bottom: 4px;
  }

  .header__burger.active span {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  .header__burger.active span:first-child {
    -webkit-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    top: calc(50% - 2px);
  }

  .header__burger.active span:last-child {
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    bottom: calc(50% - 2px);
  }

  .top.inner-page .top__content {
    max-width: 80%;
  }

  .top.faqs-page .top__title {
    margin-right: 0;
  }

  .top__content {
    max-width: 80%;
  }

  .top__actions {
    margin-right: -20px;
  }

  .top__actions-link {
    margin-right: 20px;
  }

  .main-dashboard__inner {
    padding: 0;
  }

  .expertise__block {
    padding: 0;
  }

  .boost__block {
    padding: 0;
  }

  .registered__block {
    padding: 0;
  }

  .faqs__content {
    margin: 0;
  }
}

@media (max-width: 1200px)and (max-width: 576px) {
  .header__navigation-wrap {
    top: 77px;
    height: calc(100vh - 77px);
  }
}

@media (max-width: 992px) {
  h1,
  .main-title {
    font-size: 54px;
    line-height: 1.09;
  }

  h4,
  .small-title {
    font-size: 22px;
  }

  .top-wave::before {
    clip-path: polygon(100% 100%, 0% 100%, 0% 70.18%, 2% 67.32%, 4% 64.5%, 6% 61.78%, 8% 59.19%, 10% 56.77%, 12% 54.56%, 14% 52.6%, 16% 50.92%, 18% 49.54%, 20% 48.48%, 22% 47.77%, 24% 47.41%, 26% 47.41%, 28% 47.77%, 30% 48.48%, 32% 49.54%, 34% 50.92%, 36% 52.6%, 38% 54.56%, 40% 56.77%, 42% 59.19%, 44% 61.78%, 46% 64.5%, 48% 67.32%, 50% 70.18%, 52% 73.03%, 54% 75.85%, 56% 78.57%, 58% 81.16%, 60% 83.58%, 62% 85.79%, 64% 87.75%, 66% 89.43%, 68% 90.81%, 70% 91.87%, 72% 92.58%, 74% 92.94%, 76% 92.94%, 78% 92.58%, 80% 91.87%, 82% 90.81%, 84% 89.43%, 86% 87.75%, 88% 85.79%, 90% 83.58%, 92% 81.16%, 94% 78.57%, 96% 75.85%, 98% 73.03%, 100% 70.18%);
  }

  .bottom-wave::after {
    clip-path: polygon(100% 100%, 0% 100%, 0% 70.18%, 2% 67.32%, 4% 64.5%, 6% 61.78%, 8% 59.19%, 10% 56.77%, 12% 54.56%, 14% 52.6%, 16% 50.92%, 18% 49.54%, 20% 48.48%, 22% 47.77%, 24% 47.41%, 26% 47.41%, 28% 47.77%, 30% 48.48%, 32% 49.54%, 34% 50.92%, 36% 52.6%, 38% 54.56%, 40% 56.77%, 42% 59.19%, 44% 61.78%, 46% 64.5%, 48% 67.32%, 50% 70.18%, 52% 73.03%, 54% 75.85%, 56% 78.57%, 58% 81.16%, 60% 83.58%, 62% 85.79%, 64% 87.75%, 66% 89.43%, 68% 90.81%, 70% 91.87%, 72% 92.58%, 74% 92.94%, 76% 92.94%, 78% 92.58%, 80% 91.87%, 82% 90.81%, 84% 89.43%, 86% 87.75%, 88% 85.79%, 90% 83.58%, 92% 81.16%, 94% 78.57%, 96% 75.85%, 98% 73.03%, 100% 70.18%);
  }

  .top.inner-page .top__inner {
    min-height: 350px;
  }

  .top.inner-page .top__content {
    max-width: 65%;
  }

  .top__inner {
    min-height: 650px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 70px 0 100px;
  }

  .top__content {
    max-width: 65%;
  }

  .top__subtitle {
    font-size: 30px;
  }

  .main-dashboard__title span {
    display: inline;
  }

  .expertise__block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .expertise__content {
    width: 100%;
    margin-right: 0;
    margin-bottom: 53px;
  }

  .expertise__title {
    margin-bottom: 10px;
  }

  .expertise__link {
    margin-top: 28px;
  }

  .reviews.reviews-about .reviews__inner {
    padding: 78px 0 85px;
  }

  .reviews.reviews-about .reviews__title {
    margin-bottom: 6px;
  }

  .reviews.reviews-about .reviews__subtitle {
    font-size: 24px;
  }

  .principles__block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .principles__image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }

  .principles__content {
    width: 100%;
    margin-right: 0;
  }

  .boost.boost-how {
    padding: 36px 0 38px;
  }

  .boost.boost-how .boost__content {
    padding-bottom: 0;
  }

  .boost.boost-how .boost__title {
    margin-bottom: 21px;
  }

  .boost.boost-how .boost__link {
    margin-top: 33px;
  }

  .boost.boost-faqs {
    padding: 47px 0 74px;
  }

  .boost.boost-faqs .boost__content {
    margin-bottom: 57px;
  }

  .boost.boost-faqs .boost__image:nth-child(1) {
    -webkit-transform: translateY(13px);
    -ms-transform: translateY(13px);
    transform: translateY(13px);
  }

  .boost.boost-faqs .boost__image:nth-child(2) {
    -webkit-transform: translateY(28px);
    -ms-transform: translateY(28px);
    transform: translateY(28px);
  }

  .boost.boost-about {
    padding: 65px 0 65px;
  }

  .boost.boost-about .boost__content {
    margin-bottom: 59px;
  }

  .boost.boost-about .boost__title {
    margin-bottom: 8px;
  }

  .boost.boost-about .boost__title .boost__link {
    margin-top: 33px;
    margin-left: 10px;
  }

  .boost__block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
  }

  .boost__content {
    width: 100%;
    padding: 0;
    margin-bottom: 89px;
  }

  .boost__title {
    margin-bottom: 15px;
  }

  .boost__link {
    margin-top: 31px;
  }

  .boost__images {
    width: 500px;
    padding-left: 0;
    margin: 0 -6px;
  }

  .boost__image {
    width: 33.333%;
    margin: 0;
    padding: 0 6px;
  }

  .boost__image:nth-child(1) {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
  }

  .boost__image:nth-child(3) {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  .footer__top {
    margin-bottom: 8px;
  }

  .footer__top-actions {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
  }

  .footer__navigation {
    width: 100%;
    margin-bottom: 20px;
  }

  .registered__list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .faqs__question {
    padding-right: 50px;
  }

  .faqs__question-arrow img {
    width: 30px;
  }

  .faqs__answer {
    padding-right: 60px;
  }

  .faqs__contact-link {
    margin: 38px auto 45px;
  }

  .blog__column {
    width: 50%;
  }

  .blog__item-thumb img {
    width: 30%;
  }

  .blog__item-thumb span {
    font-size: 20px;
  }

  .article__heading-title {
    font-size: 32px;
  }

  .article__content h3 {
    font-size: 24px;
  }

  .article__actions-block {
    margin-top: 81px;
  }

  .privacy-policy {
    padding: 48px 0 104px;
  }

  .privacy-policy__intro {
    margin-bottom: 46px;
  }

  .privacy-policy__subtitle {
    font-size: 30px;
  }

  .about-info__title {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .banner__main-text p {
    font-size: 30px;
  }

  .banner__main-text {
    font-size: 30px;
  }

  .team-serve__title {
    font-size: 32px;
  }

  .team-serve__item-image {
    margin-right: 20px;
  }

  .team-serve__item-title {
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 1.167;
  }

  .team-leadership__title {
    margin-bottom: 15px;
    font-size: 30px;
  }

  .contact__form-column {
    width: 60%;
    padding-right: 30px;
    margin-right: 0;
  }

  .contact .contact-form__row {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .contact__info-column {
    width: 40%;
  }

  .contact__notice {
    padding-left: 0;
    padding-right: 1px;
  }

  .landing-top__bg-image {
    clip-path: none;
  }

  .landing-top__block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .landing-top__content {
    width: 100%;
    margin-bottom: 47px;
  }

  .landing-top__subtitle {
    font-size: 30px;
  }

  .landing-top__image {
    width: 100%;
    max-width: 700px;
  }

  .landing-start {
    padding: 56px 0 46px;
  }

  .landing-start__title {
    margin-bottom: 25px;
    line-height: 1.167;
  }

  .landing-start__item {
    margin-bottom: 19px;
    padding-bottom: 20px;
  }

  .landing-start__item-title {
    padding-left: 2px;
    margin-bottom: 4px;
    line-height: 1.286;
  }

  .landing-start__item-title span {
    margin-top: 6px;
  }

  .landing-start__item-text {
    padding-left: 44px;
  }

  .landing-start__list {
    padding-left: 44px;
  }

  .landing-about__block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .landing-about__content {
    width: 100%;
    padding-right: 0;
    margin-bottom: 65px;
  }

  .landing-about__title {
    margin-bottom: 9px;
    font-size: 32px;
    line-height: 1.33;
    text-align: center;
  }

  .landing-about__link {
    margin-top: 24px;
  }

  .landing-about__images {
    width: 500px;
    margin: 0 -6px;
  }

  .landing-about__image {
    width: 33.333%;
    margin: 0;
    padding: 0 6px;
  }

  .landing-about__image:nth-child(1) {
    -webkit-transform: translateY(18px);
    -ms-transform: translateY(18px);
    transform: translateY(18px);
  }

  .landing-about__image:nth-child(3) {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }

  .landing-resources {
    padding: 68px 0 119px;
  }

  .landing-resources__title {
    font-size: 30px;
  }

  .landing-resources__block {
    margin: 35px -20px 0;
  }

  .landing-resources__item {
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  h1,
  .main-title {
    font-size: 48px;
  }

  h2,
  .big-title {
    line-height: 1.1;
  }

  .top {
    margin-bottom: 0;
  }

  .top.inner-page {
    background-color: rgba(65,151,203,.1);
  }

  .top.inner-page .top__image {
    height: 200px;
  }

  .top.inner-page .top__image::after {
    display: none;
  }

  .top.inner-page .top__inner {
    min-height: auto;
    padding: 25px 0 50px;
  }

  .top.inner-page .top__content {
    max-width: 100%;
  }

  .top.faqs-page .top__image {
    margin-bottom: -16px;
  }

  .top__image {
    position: static;
    height: 400px;
    clip-path: polygon(0 35px, 77.3% 35px, 73% 0, 83% 35px, 100% 35px, 100% 100%, 0 100%);
  }

  .top__inner {
    min-height: auto;
    padding: 7px 0 43px;
  }

  .top__content {
    max-width: 100%;
  }

  .top__subtitle {
    font-size: 24px;
  }

  .top__text {
    max-width: 100%;
  }

  .main-dashboard {
    padding: 37px 0 90px;
  }

  .main-dashboard__block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .main-dashboard__content {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
    padding: 0 5px;
  }

  .main-dashboard__list {
    padding-left: 18px;
    margin-top: 19px;
  }

  .main-dashboard__list-item {
    margin-bottom: 5px;
  }

  .main-dashboard__link {
    margin-top: 30px;
  }

  .main-dashboard__image {
    width: 100%;
  }

  .expertise {
    padding: 14px 0 50px;
  }

  .expertise__image {
    width: 100%;
  }

  .reviews.reviews-about .reviews__slider-block {
    margin-top: 21px;
  }

  .reviews__inner {
    padding: 90px 0 55px;
  }

  .reviews__slider-block {
    padding: 0;
    margin-top: 31px;
  }

  .reviews__slider {
    padding-bottom: 76px;
  }

  .reviews__slider-arrow.swiper-button-prev {
    left: 50%;
    -webkit-transform: translateX(-100%) translateX(-22px) rotateY(180deg);
    transform: translateX(-100%) translateX(-22px) rotateY(180deg);
  }

  .reviews__slider-arrow.swiper-button-next {
    right: 50%;
    -webkit-transform: translateX(100%) translateX(22px);
    -ms-transform: translateX(100%) translateX(22px);
    transform: translateX(100%) translateX(22px);
  }

  .reviews__slider-arrow {
    top: auto;
    bottom: 0;
  }

  .reviews__slide {
    padding-bottom: 17px;
  }

  .principles {
    padding: 58px 0 90px;
  }

  .principles__list {
    padding-left: 0;
  }

  .principles__list>li,
  .principles__list>li.principles__list-item {
    padding-left: 0;
  }

  .principles__list>li::before,
  .principles__list>li.principles__list-item::before {
    position: static;
    margin-right: 8px;
  }

  .principles__link {
    margin-top: 44px;
    margin-left: 0;
    font-size: 18px;
  }

  .start {
    padding: 48px 0 100px;
  }

  .start__title {
    margin-bottom: 34px;
    line-height: 1.17;
  }

  .start *+.start__title {
    margin-top: 62px;
    margin-bottom: 27px;
  }

  .start__item {
    margin-bottom: 36px;
  }

  .start__item-title {
    margin-left: 0;
  }

  .start__notice {
    margin-top: 12px;
    padding: 72px 24px 15px 15px;
  }

  .start__notice::before {
    left: 50%;
    top: 13px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .start__ways-list {
    margin-top: -6px;
  }

  .start__ways-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 10px 12px 14px;
    margin-bottom: 30px;
  }

  .start__ways-item::before {
    left: 50%;
    top: 16px;
    -webkit-transform: translateX(-100%) translateX(-13px);
    -ms-transform: translateX(-100%) translateX(-13px);
    transform: translateX(-100%) translateX(-13px);
  }

  .start__ways-icon {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: auto;
    margin: 0 13px 11px 0;
    margin-top: 0;
    margin-right: 13px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .start__ways-icon img {
    max-height: 55px;
  }

  .start__ways-notice {
    margin-top: 8px;
    margin-bottom: 3px;
  }

  .start__faq-link {
    margin-top: 37px;
  }

  .registered {
    padding: 6px 0 70px;
  }

  .registered__block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .registered__content {
    width: 100%;
    margin: 0 0 21px 0;
  }

  .registered__title,
  .registered__title h1,
  .registered__title h2,
  .registered__title h3,
  .registered__title h4,
  .registered__title h5,
  .registered__title h6,
  .registered__title p {
    margin-bottom: 10px;
  }

  .registered__list {
    margin-top: 15px;
  }

  .registered__list-item {
    padding-left: 24px;
  }

  .registered__list-item::before {
    left: 10px;
  }

  .registered__link {
    margin-top: 21px;
  }

  .registered__image {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .about-info__block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-info__content {
    width: 100%;
    padding-right: 0;
  }

  .about-info__image {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: calc(100% - 17px);
    height: auto;
    padding-bottom: 60.4%;
    margin-bottom: 34px;
  }

  .team-serve {
    padding: 91px 0 82px;
  }

  .team-serve__title {
    margin-bottom: 34px;
    font-size: 28px;
    line-height: 1.29;
  }

  .team-serve__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 78px;
  }

  .team-serve__item-image {
    width: 100%;
    padding-bottom: 55%;
    margin: 0 8px 10px 0;
  }

  .team-serve__item-info {
    width: 100%;
  }

  .team-leadership__slider-block {
    padding: 0 35px;
  }

  .team-leadership__slider-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
    font-size: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 4px solid var(--white);
    padding-left: 4px;
    margin-top: 0;
    -webkit-transform: translateY(-107%);
    -ms-transform: translateY(-107%);
    transform: translateY(-107%);
    opacity: .5;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }

  .team-leadership__slider-arrow::after {
    display: none;
  }

  .team-leadership__slider-arrow img {
    display: block;
    width: 17px;
    height: auto;
  }

  .team-leadership__slider-arrow.swiper-button-disabled {
    opacity: .2;
  }

  .team-leadership__slider-arrow.swiper-button-disabled:hover,
  .team-leadership__slider-arrow.swiper-button-disabled:focus {
    opacity: .2;
  }

  .team-leadership__slider-arrow.swiper-button-prev {
    -webkit-transform: translateY(-107%) rotateY(180deg);
    transform: translateY(-107%) rotateY(180deg);
    padding-left: 2px;
  }

  .team-leadership__slider-arrow:hover,
  .team-leadership__slider-arrow:focus {
    opacity: 1;
  }

  .contact__block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 67px;
  }

  .contact__form-column {
    width: 100%;
    padding-right: 0;
    margin-bottom: 4px;
  }

  .contact__form {
    width: 100%;
    max-width: 500px;
    margin: 25px auto 0;
  }

  .landing-header {
    padding: 8px 0 36px;
  }

  .landing-header__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .landing-header__logo {
    margin-bottom: 14px;
    margin-right: 0;
  }

  .landing-header__info {
    line-height: 1.3;
    text-align: center;
  }

  .landing-header__info-text {
    margin-bottom: 2px;
  }

  .landing-start__decor-images {
    display: none;
  }
}

@media (max-width: 576px) {
  h1,
  .main-title {
    font-size: 44px;
  }

  h4,
  .small-title {
    font-size: 20px;
  }

  .container {
    padding: 0 16px;
  }

  .container-small {
    padding: 0 16px;
  }

  .top-wave::before {
    clip-path: polygon(100% 100%, 0% 100%, 0% 70.18%, 2% 67.32%, 4% 64.5%, 6% 61.78%, 8% 59.19%, 10% 56.77%, 12% 54.56%, 14% 52.6%, 16% 50.92%, 18% 49.54%, 20% 48.48%, 22% 47.77%, 24% 47.41%, 26% 47.41%, 28% 47.77%, 30% 48.48%, 32% 49.54%, 34% 50.92%, 36% 52.6%, 38% 54.56%, 40% 56.77%, 42% 59.19%, 44% 61.78%, 46% 64.5%, 48% 67.32%, 50% 70.18%, 52% 73.03%, 54% 75.85%, 56% 78.57%, 58% 81.16%, 60% 83.58%, 62% 85.79%, 64% 87.75%, 66% 89.43%, 68% 90.81%, 70% 91.87%, 72% 92.58%, 74% 92.94%, 76% 92.94%, 78% 92.58%, 80% 91.87%, 82% 90.81%, 84% 89.43%, 86% 87.75%, 88% 85.79%, 90% 83.58%, 92% 81.16%, 94% 78.57%, 96% 75.85%, 98% 73.03%, 100% 70.18%);
  }

  .bottom-wave::after {
    clip-path: polygon(100% 100%, 0% 100%, 0% 70.18%, 2% 67.32%, 4% 64.5%, 6% 61.78%, 8% 59.19%, 10% 56.77%, 12% 54.56%, 14% 52.6%, 16% 50.92%, 18% 49.54%, 20% 48.48%, 22% 47.77%, 24% 47.41%, 26% 47.41%, 28% 47.77%, 30% 48.48%, 32% 49.54%, 34% 50.92%, 36% 52.6%, 38% 54.56%, 40% 56.77%, 42% 59.19%, 44% 61.78%, 46% 64.5%, 48% 67.32%, 50% 70.18%, 52% 73.03%, 54% 75.85%, 56% 78.57%, 58% 81.16%, 60% 83.58%, 62% 85.79%, 64% 87.75%, 66% 89.43%, 68% 90.81%, 70% 91.87%, 72% 92.58%, 74% 92.94%, 76% 92.94%, 78% 92.58%, 80% 91.87%, 82% 90.81%, 84% 89.43%, 86% 87.75%, 88% 85.79%, 90% 83.58%, 92% 81.16%, 94% 78.57%, 96% 75.85%, 98% 73.03%, 100% 70.18%);
  }

  .decor-right .decor-image {
    display: none;
  }

  .decor-left .decor-image {
    display: none;
  }

  .socials__item {
    padding: 0 11px;
  }

  .radio-label {
    padding-left: 28px;
  }

  .radio-label::before {
    left: 0;
    top: 0;
  }

  .radio-label::after {
    left: 5px;
    top: 5px;
  }

  .header__container {
    padding: 0 16px;
  }

  .header__logo {
    width: 169px;
    margin-left: -7px;
  }

  .header__actions-link {
    margin-right: 0;
    min-width: auto;
    width: 48%;
    margin-bottom: 15px;
  }

  .header__mobile-actions {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: -15px;
  }

  .top.inner-page .top__image {
    height: 100%;
    max-height: 99px;
  }

  .top.inner-page .top__image img {
    -o-object-position: right top;
    object-position: right top;
  }

  .top.inner-page .top__inner {
    padding: 12px 0 15px;
  }

  .top.faqs-page .top__inner {
    padding-bottom: 24px;
  }

  .top.faqs-page .top__subtitle {
    margin-top: 23px;
  }

  .top.blog-page .top__inner {
    padding: 17px 0 23px;
  }

  .top.about-page .top__inner {
    padding: 9px 0 20px;
  }

  .top.refer-page .top__image {
    height: 115px;
  }

  .top.refer-page .top__inner {
    padding: 0 0 24px;
  }

  .top.refer-page .top__subtitle {
    margin-top: 1px;
  }

  .top.contact-page .top__inner {
    padding: 16px 0 25px;
  }

  .top.contact-page .top__subtitle {
    margin-top: 6px;
  }

  .top__image {
    height: 174px;
    clip-path: polygon(0 11px, 77.7% 11px, 75% 0, 82% 11px, 100% 11px, 100% 100%, 0 100%);
  }

  .top__image img {
    -o-object-position: center top;
    object-position: center top;
  }

  .top__subtitle {
    margin: 13px 0 0;
    font-size: 20px;
    line-height: 1.5;
  }

  .top__text {
    margin-top: 14px;
  }

  .top__link {
    margin-top: 23px;
  }

  .top__actions {
    margin-top: 24px;
    margin-left: 0;
  }

  .main-dashboard.refer-dashboard {
    padding: 27px 0 39px;
  }

  .main-dashboard.refer-dashboard .main-dashboard__content {
    padding: 0;
    margin-left: -2px;
    margin-bottom: 23px;
  }

  .main-dashboard.refer-dashboard .main-dashboard__text {
    padding-left: 7px;
  }

  .main-dashboard.refer-dashboard .main-dashboard__link {
    margin-top: 30px;
  }

  .reviews.reviews-about .reviews__subtitle {
    font-size: 22px;
    line-height: 26px;
  }

  .boost {
    padding: 29px 0 38px;
  }

  .boost.boost-blog {
    padding: 40px 0 44px;
  }

  .boost.boost-blog .boost__content {
    padding-bottom: 0;
    margin-bottom: 74px;
  }

  .boost.boost-about {
    padding: 22px 0 38px;
  }

  .boost__link {
    margin-left: 10px;
  }

  .footer {
    padding: 20px 0 19px;
  }

  .footer__navigation {
    margin-bottom: 0;
  }

  .footer__menu {
    display: block;
  }

  .footer__menu-item {
    padding: 0;
    margin-bottom: 10px;
  }

  .footer__menu-item:last-child {
    margin-bottom: 0;
  }

  .footer__menu-link.active::after {
    width: 100%;
  }

  .footer__phone {
    margin-left: 0;
    margin-bottom: 20px;
  }

  .footer__socials {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 0;
  }

  .footer__register-link {
    margin-bottom: 52px;
  }

  .footer__top-partners {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 12px;
  }

  .footer__top-partners img {
    max-width: 100%;
    margin: 0 0 10px;
  }

  .footer__bottom-partners {
    margin-top: 19px;
  }

  .start__decor-images {
    display: none;
  }

  .registered__link {
    margin-left: 10px;
  }

  .faqs {
    padding: 37px 0 90px;
  }

  .faqs__title {
    margin-bottom: 0;
    padding-bottom: 7px;
    line-height: 1.29;
  }

  .faqs__item {
    padding: 17px 0 22px;
  }

  .faqs__question {
    padding-right: 28px;
  }

  .faqs__question-arrow {
    right: 3px;
    top: 31px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .faqs__question-arrow img {
    width: 21px;
  }

  .faqs__question-arrow.active {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }

  .faqs__answer {
    padding-right: 10px;
  }

  .faqs__contact-link {
    margin: 34px auto 54px;
  }

  .blog {
    padding: 25px 0 80px;
  }

  .blog__column {
    width: 100%;
    margin-bottom: 60px;
  }

  .blog__item-image {
    padding-bottom: 56.2%;
    margin-bottom: 16px;
  }

  .blog__item-thumb img {
    width: 35%;
  }

  .blog__item-thumb span {
    font-size: 23px;
  }

  .blog__item-title {
    height: auto;
  }

  .blog__pagination {
    margin-top: -15px;
  }

  .pagination__pre-arrow {
    font-size: 0;
  }

  .pagination__arrow {
    font-size: 0;
  }

  .article {
    padding: 16px 0 95px;
  }

  .article__heading {
    margin-bottom: 66px;
  }

  .article__heading-image {
    margin-bottom: 27px;
  }

  .article__heading-thumb {
    padding-top: 20px;
  }

  .article__heading-title {
    margin-bottom: 18px;
    font-size: 24px;
    line-height: 1.33;
  }

  .article__content *+h3 {
    margin-top: 46px;
  }

  .article__content h3 {
    margin-bottom: 11px;
    font-size: 20px;
  }

  .article__content ul {
    margin-top: 12px;
  }

  .article__actions-title {
    margin-bottom: 15px;
  }

  .article__actions>* {
    margin-bottom: 13px;
  }

  .privacy-policy {
    padding: 32px 0 72px;
  }

  .privacy-policy__intro {
    margin-bottom: 34px;
  }

  .privacy-policy__title {
    margin-bottom: 12px;
  }

  .privacy-policy__subtitle {
    font-size: 24px;
    line-height: 1.25;
  }

  .privacy-policy__content h2 {
    font-size: 18px;
  }

  .privacy-policy__content p,
  .privacy-policy__content address,
  .privacy-policy__content li {
    font-size: 15px;
  }

  .privacy-policy__section+.privacy-policy__section {
    margin-top: 30px;
  }

  .about-info {
    padding: 42px 0 77px;
  }

  .about-info__title {
    margin-bottom: 21px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.375;
  }

  .about-info__contact-link {
    margin-top: 42px;
  }

  .banner {
    padding: 16px 0 14px;
  }

  .banner__main-text p {
    font-size: 24px;
  }

  .banner__main-text {
    font-size: 24px;
  }

  .team-leadership {
    padding: 16px 0 4px;
  }

  .team-leadership__title {
    margin-bottom: 6px;
    font-size: 24px;
  }

  .team-leadership__slider-block {
    padding: 0 75px;
  }

  .team-leadership__slider-arrow {
    right: 41px;
  }

  .team-leadership__slider-arrow.swiper-button-prev {
    right: auto;
    left: 41px;
  }

  .refer {
    padding: 37px 0 90px;
  }

  .refer__title {
    margin-bottom: 36px;
    font-size: 20px;
    line-height: 1.3;
  }

  .refer__notice {
    margin-top: 73px;
  }

  .contact-form__row.big-margin {
    margin-bottom: 22px;
  }

  .contact-form__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 23px;
  }

  .contact-form__row-label {
    width: 100% !important;
    margin: 0 0 3px;
    text-align: left;
  }

  .contact-form__row-actions {
    width: 100% !important;
  }

  .contact-form__agree-block {
    margin-top: 10px;
  }

  .contact-form__agree-block .contact-form__checkbox-label {
    padding-left: 25px;
  }

  .contact-form__agree-block .contact-form__checkbox-label::before {
    left: 3px;
  }

  .contact-form__agree-block .contact-form__checkbox-label::after {
    left: 6px;
  }

  .contact-form__submit {
    margin-top: -5px;
  }

  .contact {
    padding: 45px 0 57px;
  }

  .contact__form-title {
    padding-left: 0;
    margin-bottom: 2px;
  }

  .contact__form-text {
    padding-left: 0;
  }

  .contact__form {
    max-width: 100%;
  }

  .contact .contact-form__row {
    margin-bottom: 17px;
  }

  .contact .contact-form__row-label {
    margin-bottom: 5px;
  }

  .contact .contact-form__submit {
    margin-top: 30px;
  }

  .contact__info-column {
    width: 300px;
    max-width: 100%;
  }

  .contact__info-item {
    margin-bottom: 14px;
  }

  .contact__info-title+.contact__info-subtitle {
    margin-top: 13px;
  }

  .contact__info-email {
    margin-top: 7px;
    margin-bottom: 19px;
  }

  .contact__info-phone {
    margin-top: 5px;
  }

  .landing-top__inner {
    padding: 33px 0 47px;
  }

  .landing-top__subtitle {
    margin-top: 26px;
    font-size: 20px;
    line-height: 1.5;
  }

  .landing-top__contact-link {
    margin-top: 18px;
    font-size: 18px;
  }

  .landing-about {
    padding: 19px 0 51px;
  }

  .landing-about__title {
    font-size: 24px;
  }

  .landing-resources__title {
    margin-bottom: 22px;
    font-size: 24px;
    line-height: 1.33;
  }

  .landing-resources *+.landing-resources__title {
    margin-top: 74px;
  }

  .landing-resources__block {
    margin-top: 22px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .landing-resources__item {
    width: 100%;
  }

  .landing-resources__video-wrap {
    margin-top: 26px;
  }
}

@media (max-width: 400px) {
  .top-wave::before {
    clip-path: polygon(100% 100%, 0% 100%, 0% 70.18%, 2% 69.08%, 4% 67.99%, 6% 66.95%, 8% 65.95%, 10% 65.02%, 12% 64.17%, 14% 63.42%, 16% 62.77%, 18% 62.24%, 20% 61.83%, 22% 61.56%, 24% 61.42%, 26% 61.42%, 28% 61.56%, 30% 61.83%, 32% 62.24%, 34% 62.77%, 36% 63.42%, 38% 64.17%, 40% 65.02%, 42% 65.95%, 44% 66.95%, 46% 67.99%, 48% 69.08%, 50% 70.18%, 52% 71.27%, 54% 72.36%, 56% 73.4%, 58% 74.4%, 60% 75.33%, 62% 76.18%, 64% 76.93%, 66% 77.58%, 68% 78.11%, 70% 78.52%, 72% 78.79%, 74% 78.93%, 76% 78.93%, 78% 78.79%, 80% 78.52%, 82% 78.11%, 84% 77.58%, 86% 76.93%, 88% 76.18%, 90% 75.33%, 92% 74.4%, 94% 73.4%, 96% 72.36%, 98% 71.27%, 100% 70.18%);
  }

  .bottom-wave::after {
    clip-path: polygon(100% 100%, 0% 100%, 0% 70.18%, 2% 69.08%, 4% 67.99%, 6% 66.95%, 8% 65.95%, 10% 65.02%, 12% 64.17%, 14% 63.42%, 16% 62.77%, 18% 62.24%, 20% 61.83%, 22% 61.56%, 24% 61.42%, 26% 61.42%, 28% 61.56%, 30% 61.83%, 32% 62.24%, 34% 62.77%, 36% 63.42%, 38% 64.17%, 40% 65.02%, 42% 65.95%, 44% 66.95%, 46% 67.99%, 48% 69.08%, 50% 70.18%, 52% 71.27%, 54% 72.36%, 56% 73.4%, 58% 74.4%, 60% 75.33%, 62% 76.18%, 64% 76.93%, 66% 77.58%, 68% 78.11%, 70% 78.52%, 72% 78.79%, 74% 78.93%, 76% 78.93%, 78% 78.79%, 80% 78.52%, 82% 78.11%, 84% 77.58%, 86% 76.93%, 88% 76.18%, 90% 75.33%, 92% 74.4%, 94% 73.4%, 96% 72.36%, 98% 71.27%, 100% 70.18%);
  }

  .faqs__contact-link {
    margin: 30px auto 60px;
  }
}

@media (max-width: 375px) {
  h1,
  .main-title {
    font-size: 36px;
  }

  h2,
  .big-title {
    font-size: 32px;
  }

  h3,
  .medium-title {
    font-size: 28px;
  }

  .button {
    min-width: 280px;
    font-size: 18px;
  }

  .header__actions-link {
    width: 100%;
    min-width: auto;
  }

  .main-dashboard__content {
    padding: 0;
  }

  .main-dashboard__list-item p {
    font-size: 16px;
  }

  .principles__list>li,
  .principles__list>li.principles__list-item {
    font-size: 20px;
  }

  .principles__list>li::before,
  .principles__list>li.principles__list-item::before {
    font-size: 20px;
  }

  .start__item-title {
    font-size: 24px;
  }

  .start__item-title span {
    width: 28px;
    height: 28px;
    font-size: 18px;
    line-height: 28px;
  }

  .start__ways-text {
    font-size: 18px;
  }

  .registered__content {
    margin-left: 0;
  }

  .faqs *+.faqs__title {
    margin-top: 50px;
  }

  .faqs__question {
    font-size: 20px;
  }

  .faqs__question-arrow {
    top: 25px;
  }

  .article__heading-thumb img {
    width: 25%;
    margin-bottom: 10px;
  }

  .article__heading-thumb span {
    font-size: 22px;
  }

  .team-serve__item-image {
    margin-right: 0;
  }

  .team-leadership__slider-block {
    padding: 0 50px;
  }

  .team-leadership__slider-arrow {
    right: 17px;
  }

  .team-leadership__slider-arrow.swiper-button-prev {
    left: 17px;
  }

  .landing-start__item-title {
    font-size: 22px;
  }

  .landing-start__item-title span {
    margin-top: 3px;
    width: 28px;
    height: 28px;
    font-size: 18px;
  }
}