body {
  font-family: 'Noto Sans', Arial, sans-serif;
  color: #ffffff;
  background: #41388F;
}

bold {
  font-weight: bold;
}

h1 {
  margin: 0 0 1.25rem 0;
  font-size: 3.125rem;
  line-height: 4.25rem;
}

h2 {
  margin: 0 0 1.25rem 0;
  font-size: 2.875rem;
  line-height: 4rem;
}

h3 {
  margin: 0 0 1.25rem 0;
  font-size: 2.375rem;
  font-weight: normal;
  line-height: 3.25rem;
}

h4 {
  margin: 0;
  font-size: 2rem;
  font-weight: normal;
  line-height: 2.75rem;
}

p {
  margin: 1.813rem 0;
  font-size: 1.5rem;
  line-height: 2.125rem;
}

input[type="text"], input[type="email"] {
  border: 2px solid #9965F4;
  border-radius: 0.625rem;
  padding: 0.938rem 0.625rem;
  outline: none;
  font-size: 1.063rem;
  line-height: 1.438rem;
  color: rgba(9, 21, 38, 0.6);
}

input[type="text"]:focus, input[type="email"]:focus {
  border-color: #803EF1;
}

button, .button {
  display: inline-block;
  padding: 16px 0;
  min-width: 240px;
  border: 0;
  border-radius: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FF6170;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  cursor: pointer;
  outline: none;
}

button:hover, button:active, .button:hover, .button:active {
  background: #FB3E55;
}

.subscription__group-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.subscription__group-inline > * {
  margin-right: 1.063rem;
}

.subscription__group-inline :last-child {
  margin-right: 0;
}

.subscription__group-field {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.subscription__group-field input {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.subscription__group-field .parsley-errors-list {
  position: absolute;
  top: 100%;
  left: 0;
}

.subscription__error, .subscription__success {
  display: none;
}

.subscription__error-w-icon img {
  float: left;
  margin-right: 13px;
}

ul {
  padding-left: 0;
  list-style-type: none;
}

section {
  position: relative;
}

.parsley-error, input[type="text"].parsley-error, input[type="email"].parsley-error {
  border-color: #EA6F5E;
}

.parsley-errors-list {
  margin: 4px 0 0 12px;
  font-size: 14px;
  line-height: 20px;
  color: #EA6F5E;
}

@media (max-width: 1440px) {
  h1 {
    margin: 0 0 16px 0;
    font-size: 34px;
    line-height: 46px;
  }

  h2 {
    margin: 0 0 15px 0;
    font-size: 30px;
    line-height: 40px;
  }

  h3 {
    margin: 0 0 1.25rem 0;
    font-size: 24px;
    font-weight: normal;
    line-height: 34px;
  }

  h4 {
    margin: 0;
    font-size: 24px;
    font-weight: normal;
    line-height: 34px;
  }

  p {
    margin: 25px 0;
    font-size: 18px;
    line-height: 24px;
  }

  input[type="text"], input[type="email"] {
    padding: 11px 10px;
    font-size: 16px;
    line-height: 22px;
  }

  button, .button {
    padding: 10px 0;
    font-size: 14px;
    line-height: 20px;
  }

  .subscription__group-inline > * {
    margin-right: 1.063rem;
  }

  .subscription__group-inline :last-child {
    margin-right: 0;
  }
}

@media (max-width: 1280px) {
  button, .button {
    min-width: 200px;
  }
}

@media (max-width: 950px) {
  h1 {
    margin: 0 0 8px 0;
    font-size: 24px;
    line-height: 32px;
  }

  h2 {
    margin: 0 0 9px 0;
    font-size: 22px;
    line-height: 30px;
  }

  h3 {
    margin: 0 0 11px 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
  }

  h4 {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
  }

  p {
    margin: 19px 0;
    font-size: 16px;
    line-height: 22px;
  }

  input[type="text"], input[type="email"] {
    padding: 11px 10px;
    font-size: 16px;
    line-height: 22px;
  }

  button, .button {
    padding: 14px 0 15px;
    font-size: 12px;
    line-height: 19px;
  }

  .subscription__group-inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .subscription__group-inline > * {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .subscription__group-inline :last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 576px) {
  button, .button {
    min-width: 100%;
  }
}

/* grid */
.wrapper {
  position: relative;
  max-width: 1408px;
  margin: 0 auto;
  padding: 0 120px;
}

.container {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.col-10 {
  grid-column: span 10;
}

.col-9 {
  grid-column: span 9;
}

.col-8 {
  grid-column: span 8;
}

.col-7 {
  grid-column: span 7;
}

.col-6 {
  grid-column: span 6;
}

.col-5 {
  grid-column: span 5;
}

.col-4 {
  grid-column: span 4;
}

.col-3 {
  grid-column: span 3;
}

.col-2 {
  grid-column: span 2;
}

.col-1 {
  grid-column: span 1;
}

.container-auto {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container-align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.col-align-center {
  text-align: center;
}

.col-align-right {
  text-align: right;
}

.tablet-hidden {
  display: block;
}
.tablet-visible {
  display: none;
}

@media (max-width: 1440px) {
  .wrapper {
    max-width: 1096px;
    padding: 0 112px;
  }

  .container {
    grid-gap: 24px;
  }
}

@media (max-width: 1280px) {
  .wrapper {
    max-width: 1010px;
    padding: 0 84px;
  }

  .container {
    grid-gap: 24px;
  }
}

@media (max-width: 1024px) {
  .wrapper {
    max-width: 968px;
    padding: 0 24px;
  }

  .container {
    grid-gap: 24px;
  }

  .tablet-hidden {
    display: none;
  }
  .tablet-visible {
    display: block;
  }
}

@media (max-width: 950px) {
  .wrapper {
    max-width: 1024px;
    padding: 0 16px;
    overflow: hidden;
  }

  .container {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 16px;
  }

  .col-md-8 {
    grid-column: span 8;
  }

  .col-md-7 {
    grid-column: span 7;
  }

  .col-md-6 {
    grid-column: span 6;
  }

  .col-md-5 {
    grid-column: span 5;
  }

  .col-md-4 {
    grid-column: span 4;
  }

  .col-md-3 {
    grid-column: span 3;
  }

  .col-md-2 {
    grid-column: span 2;
  }

  .col-md-1 {
    grid-column: span 1;
  }
}

@media (max-width: 768px) {
  .wrapper {
    max-width: 736px;
    padding: 0 16px;
    overflow: hidden;
  }
}

/* @media (max-width: 576px) {
  .wrapper {
    max-width: 544px;
    padding: 0 16px;
    overflow: hidden;
  }

  .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 16px;
  }

  .col-sm-4 {
    grid-column: span 4;
  }

  .col-sm-3 {
    grid-column: span 3;
  }

  .col-sm-2 {
    grid-column: span 2;
  }

  .col-sm-1 {
    grid-column: span 1;
  }

  .col-sm-0 {
    display: none;
  }
} */

@media (max-width: 576px) {
  .wrapper {
    max-width: 544px;
    padding: 0 24px;
    overflow: hidden;
  }

  .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 16px;
  }

  .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {
    grid-column: span 4;
  }

  .col-sm-0 {
    display: none;
  }
}

@media (max-width: 480px) {
  .wrapper {
    max-width: 448px;
  }
}
/* /grid */

/* owl-carousel */
.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.owl-item {
  position: relative;
  opacity: 0.6;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  pointer-events: none;
}

.owl-item .card__frame {
  background-color: #ffffff;
  border-radius: 30px;
}

.owl-item .card__frame:after {
  content: "";
  background-color: #B3AFD3;
  background-image: url('../images/preloader.svg');
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 2;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.owl-item .card__frame iframe {
  /* width: 1024px;
  height: 560px; */
  width: 375px;
  height: 667px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.owl-item .card__frame.loaded:after {
  opacity: 0;
}

.owl-item .card__frame.loaded iframe {
  opacity: 1;
  z-index: 3;
}

.owl-item.active {
  opacity: 1;
  pointer-events: auto;
}

.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(calc((4rem + 57px)/-2));
          transform: translateY(calc((4rem + 57px)/-2));
  z-index: 1;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  display: inline-block;
  width: 4rem;
  height: 4rem;
  min-width: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  line-height: 4.5rem;
  color: transparent;
  cursor: pointer;
}

.owl-carousel .owl-nav button:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-next:active, .owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-prev:active {
  background: rgba(255, 255, 255, 0.2);
}

.owl-carousel .owl-nav button.owl-prev {
  left: -92px;
}

.owl-carousel .owl-nav button.owl-prev:after {
  background: transparent url('../images/arrow-left.svg') 50% 50% no-repeat;
}

.owl-carousel .owl-nav button.owl-next {
  right: -92px;
}

.owl-carousel .owl-nav button.owl-next:after {
  background: transparent url('../images/arrow-right.svg') 50% 50% no-repeat;
}

.owl-dots {
  margin-top: 10px;
}

.owl-carousel button.owl-dot {
  position: relative;
  display: inline-block;
  width: 2.75rem;
  height: 2.75rem;
  min-width: 0;
  margin-right: 0.75rem;
  cursor: pointer;
}

.owl-carousel button.owl-dot:before {
  position: absolute;
  top: 50%;
  display: block;
  content: '';
  width: 100%;
  height: 0.625rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0.625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.owl-carousel button.owl-dot.active::before {
  background: rgba(255, 255, 255, 1);
}

@media (max-width: 1440px) {
  .owl-nav {
    -webkit-transform: translateY(calc((56px + 66px) / -2));
            transform: translateY(calc((56px + 66px) / -2));
  }

  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    width: 56px;
    height: 56px;
    line-height: 60px;
  }

  .owl-carousel .owl-nav button.owl-next:after, .owl-carousel .owl-nav button.owl-prev:after {
    background-size: auto 16px;
  }

  .owl-carousel .owl-nav button.owl-prev {
    left: -78px;
  }

  .owl-carousel .owl-nav button.owl-next {
    right: -78px;
  }

  .owl-carousel button.owl-dot {
    width: 40px;
    height: 56px;
  }

  .owl-carousel button.owl-dot::before {
    height: 8px;
  }
}

@media (max-width: 1280px) {
  .owl-carousel .owl-nav button.owl-prev {
    left: -70px;
  }

  .owl-carousel .owl-nav button.owl-next {
    right: -70px;
  }
}

@media (max-width: 1024px) {
  .owl-nav {
    top: auto;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(-56px);
            transform: translateY(-56px);
  }

  .owl-carousel .owl-nav button.owl-prev {
    left: 0;
  }

  .owl-carousel .owl-nav button.owl-next {
    right: 0;
  }

  .owl-dots {
    padding: 0 65px;
    text-align: center;
  }
}

@media (max-width: 950px) {
  .owl-nav {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }

  .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .owl-carousel .owl-nav button.owl-prev::after, .owl-carousel .owl-nav button.owl-next::after {
    background-size: auto 14px;
  }

  .owl-carousel button.owl-dot {
    width: 32px;
    height: 40px;
  }
}

@media (max-width: 576px) {
  .owl-dots {
    padding: 0;
  }
  .owl-nav {
    display: none;
  }
}
/* /owl-carousel */

/* top */
.top {
  background: url('../images/bg-part-1.svg') right 0 no-repeat;
}

@media (max-width: 1440px) {
  .top {
    background-size: 596px 341px;
  }
}

@media (max-width: 1280px) {
  .top {
    background-size: 524px 300px;
  }
}

@media (max-width: 1024px) {
  .top {
    background-size: 376px 215px;
  }
}

@media (max-width: 950px) {
  .top {
    background-position: right 34px;
  }
}

@media (max-width: 576px) {
  .top {
    background-size: 230px 132px;
    background-position: right 42px;
  }
}

@media (max-width: 480px) {
  .top {
    background-size: 230px 132px;
    background-position: right 42px;
  }
}
/* /top */

/* header */

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 6.25rem;
}

.header__logo-link {
  display: inline-block;
  padding: 0.625rem 0;
}

@media (max-width: 1440px) {
  .header__logo {
    width: 100px;
  }
}

@media (max-width: 950px) {
  .header__content {
    min-height: 0;
  }

  .header__logo-link {
    padding: 13px 0;
  }

  .header__logo {
    width: 82px;
  }
}

/* @media (max-width: 576px) {
  header::before {
    width: 596px;
    height: 341px;
    display: none;
  }
} */
/* /header */

/* leading */
.leading {
  padding: 3.063rem 0 9.438rem;
}

.leading__highlighted {
  display: inline-block;
  position: relative;
}

.leading__highlighted::before {
  display: block;
  content: '';
  position: absolute;
  left: -10px;
  right: -10px;
  top: 2px;
  bottom: 3px;
  z-index: 0;
  background: #FF6170;
}

.leading__highlighted > span {
  position: relative;
}

.leading__form {
  margin-top: 3.563rem;
}

.leading__iframe {
  background: #000000;
  border-radius: 20px;
  max-width: 100%;
}

@media (max-width: 1440px) {
  .leading {
    padding: 19px 0 102px;
  }

  .leading__form {
    margin-top: 51px;
  }

  .leading__iframe {
    width: 536px !important;
    height: 301px !important;
  }
}

@media (max-width: 1280px) {
  .leading {
    padding: 13px 0 102px;
  }

  .leading__iframe {
    width: 496px !important;
    height: 279px !important;
  }
}

@media (max-width: 1024px) {
  .leading {
    padding: 15px 0 71px;
  }

  .leading__iframe {
    width: 472px !important;
    height: 265px !important;
  }
}

@media (max-width: 950px) {
  .leading {
    padding: 8px 0 56px;
  }

  .leading__form {
    margin-top: 25px;
  }

  .leading__video {
    margin-top: 24px;
  }

  .leading__iframe {
    width: 100% !important;
    height: 413px !important;
  }
}

/* @media (max-width: 576px) {
  .leading__iframe {
    width: 100% !important;
    height: 306px !important;
  }
} */

@media (max-width: 576px) {
  .leading {
    padding: 8px 0 32px;
  }

  .leading__iframe {
    width: 100% !important;
    height: 252px !important;
  }
}

@media (max-width: 320px) {
  .leading__iframe {
    width: 100% !important;
    height: 162px !important;
  }
}
/* /leading */

/* cards */
.cards {
  padding: 3.063rem 0 40px;
  overflow: hidden;
}

.cards__list {
  margin-top: -0.75rem;
}

.card__frame {
  height: 752px;
  border-radius: 30px;
}

.card__description {
  position: absolute;
  top: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 1.5rem;
}

.card__description-icon {
  height: 4.25rem;
  margin-right: 1.25rem;
}

.card__description-grade {
  margin: 0;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5rem;
  text-transform: uppercase;
}

@media (max-width: 1440px) {
  .cards {
    padding: 3.063rem 0 102px;
  }

  .cards__list {
    margin-top: -12px;
  }

  .card__frame {
    height: 540px;
  }

  .card__description {
    margin-top: 15px;
  }

  .card__description-icon {
    height: 60px;
    margin-right: 15px;
  }

  .card__description-grade {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 1280px) {
  .cards {
    padding: 49px 0 102px;
  }

  .card__frame {
    height: 500px;
  }
}

@media (max-width: 1024px) {
  .cards {
    padding: 49px 0 60px;
  }

  .card__frame {
    height: 476px;
  }

  .card__description {
    padding-left: 88px;
  }
}

@media (max-width: 950px) {
  .cards {
    padding: 29px 0 23px;
  }

  .card__frame {
    height: 348px;
  }

  .card__description {
    margin-top: 12px;
    padding-left: 56px;
  }

  .card__description-grade {
    font-size: 9px;
    line-height: 20px;
  }

  .card__description-icon {
    display: none;
  }
}

/* @media (max-width: 576px) {
  .card__frame {
    height: 244px;
  }
} */

@media (max-width: 320px) {
  .cards {
    padding: 45px 0 38px;
  }

  .card__frame {
    height: 144px;
  }

  .card__description {
    padding-left: 0;
  }
}
/* /cards */


/* about */
.about {
  padding: 191px 0 104px;
  background: url('../images/bg-part-3-var-1.svg') 0 0 no-repeat;
  background-size: contain;
}

.stats__results-item {
  margin: 40px 0;
}

.stats__results-item-title {
  display: inline-block;
  margin: 0 0.6875rem 0 0;
  text-transform: uppercase;
}

.stats__results-item-highlighted {
  display: inline-block;
  position: relative;
  padding: 0.25rem 0.8125rem;
}

.stats__results-item-highlighted::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  background: #9965F4;
}

.stats__results-item-highlighted > span {
  position: relative;
}

.stats__results-item-description {
  margin: 0;
  display: inline-block;
}

.about__title {
  margin: 0 0 1rem 0;
  font-size: 4rem;
  line-height: 3.75rem;
}

.about__title-highlighted {
  display: inline-block;
  position: relative;
  padding: 5px;
}

.about__title-highlighted::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  background: #FE6170;
}

.about__title-highlighted > span {
  position: relative;
}

.about__description {
  margin: 0;
}

.about__description-info {
  margin: 0;
}

.about__rating {
  position: relative;
}

.about__stats {
  margin: 3.4375rem 0 0 0;
}

.about__planet {
  margin-left: -8.9375rem;
  margin-bottom: -6.1875rem;
}

@media (max-width: 1440px) {
  .about {
    padding: 73px 0 2.9375rem;
  }

  .about::before {
    width: 930px;
    height: 816px;
    top: -66px;
    left: 10px;
  }

  .about__stats {
    margin: 46px 0 0 0;
  }

  .stats__results-item {
    margin: 24px 0;
  }

  .stats__results-item-title {
    margin: 0 7px 0 0;
    font-size: 34px;
    line-height: 46px;
  }

  .about__planet {
    width: 536px;
    margin-top: -61px;
    margin-left: -112px;
    margin-bottom: -69px;
  }

  .about__title {
    font-size: 48px;
    line-height: 58px;
  }

  .about__title-highlighted {
    padding: 5px 15px;
  }

  .about__description {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 1280px) {
  .about {
    padding: 26px 0 2.9375rem;
  }

  .about::before {
    width: 840px;
    height: 816px;
    top: -97px;
    left: 0;
  }

  .about__planet {
    width: 496px;
    margin-top: -41px;
    margin-left: -104px;
    margin-bottom: -61px;
  }
}

@media (max-width: 1024px) {
  .about::before {
    width: 785px;
    height: 689px;
    top: -64px;
    left: 0;
  }

  .about__stats {
    margin: 30px 0 0 0;
  }

  .about__planet {
    width: 472px;
    margin-top: 3px;
    margin-left: -125px;
    margin-bottom: -72px;
  }

  .about__title {
    margin: 0 0 13px 0;
  }
}

@media (max-width: 950px) {
  .about {
    padding: 42px 0 32px;
    background: url('../images/bg-part-3-var-2.svg') right 0 no-repeat;
  }

  .about::before {
    width: 605px;
    height: 532px;
    top: -64px;
    left: 0;
  }

  .about__stats {
    margin: 0;
  }

  .stats__results-item {
    display: inline-block;
    margin: 23px 28px 23px 0;
  }

  .stats__results-item::last-child {
    margin-right: 0;
  }

  .stats__results-item-title {
    margin: 0 5px 0 0;
    font-size: 22px;
    line-height: 30px;
  }

  .about__planet {
    width: 390px;
    margin-top: 8px;
    margin-right: -31px;
    margin-bottom: -199px;
    margin-left: 0;
  }

  .about__title {
    margin: 0 0 10px 0;
    font-size: 30px;
    line-height: 40px;
  }

  .about__description {
    font-size: 18px;
    line-height: 24px;
  }
}

/* @media (max-width: 576px) {
  .about::before {
    width: 605px;
    height: 532px;
    top: -64px;
    left: 0;
    display: none;
  }

  .about__stats {
    margin: 21px 0 0 0;
  }

  .stats__results-item {
    margin: 12px 28px 12px 0;
  }

  .about__planet {
    width: 325px;
    margin-top: -28px;
    margin-right: -40px;
    margin-bottom: -68px;
    margin-left: 0;
  }
} */

@media (max-width: 576px) {
  .about__planet {
    margin-top: 0;
    margin-right: -45px;
    margin-bottom: -76px;
    margin-left: 0;
  }
}

@media (max-width: 320px) {
  .about {
    padding: 26px 0 40px;
  }

  .about__planet {
    margin-top: -12px;
    margin-right: -58px;
    margin-bottom: -72px;
  }
}
/* /about */

/* recommended */
.recommended {
  padding: 3.063rem 0;
}

.recommended__content {
  padding: 4.5rem 4.5rem;
  color: #000000;
  background: #F7FCFF;
  border-radius: 3rem;
}

.recommended__title {
  margin: 0;
  font-size: 3.125rem;
  line-height: 4.25rem;
}

.recommended__subtitle {
  margin: 1.5625rem 0 0 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: rgba(9, 21, 38, 0.6);
}

.recommended__by {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2rem 0 0 0;
}

.recommended__by-item {
  margin-right: 10px;
}

.recommended__by-item::last-child {
  margin-right: 0;
}

.recommended__by-item-subtitle {
  margin: 5px 0 0 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: rgba(9, 21, 38, 0.6);
}

.recommended__performance {
  max-width: 100%;
}

.recommended__by-item-link {
  display: inline-block;
  height: 100px;
}

@media (max-width: 1440px) {
  .recommended {
    padding: 68px 0 63px;
  }

  .recommended__content {
    border-radius: 32px;
    padding: 4.5rem 4.5rem 90px;
  }

  .recommended__title {
    font-size: 34px;
    line-height: 46px;
  }

  .recommended__subtitle {
    margin: 17px 0 0;
    font-size: 14px;
    line-height: 20px;
  }

  .recommended__by {
    margin: 29px 0 0 0;
  }

  .recommended__performance {
    height: 312px;
  }

  .recommended__by-item img {
    height: 54px;
  }

  .recommended__by-item-link {
    height: 60px;
  }

  .recommended__by-item-subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 1280px) {
  .recommended {
    padding: 32px 0 50px;
  }

  .recommended__content {
    padding: 57px 56px 75px;
  }
}

@media (max-width: 1024px) {
  .recommended__content {
    padding: 57px 56px 76px;
  }

  .recommended__by {
    margin: 13px 0 0 0;
  }
}

@media (max-width: 950px) {
  .recommended {
    padding: 32px 0;
  }

  .recommended__content {
    padding: 48px 50px 44px;
    border-radius: 20px;
  }

  .recommended__title {
    font-size: 22px;
    line-height: 30px;
  }

  .recommended__subtitle {
    margin: 9px 0 23px;
    font-size: 12px;
    line-height: 16px;
  }

  .recommended__performance {
    height: auto;
    width: 312px;
  }

  .recommended__by {
    margin: 11px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .recommended__by-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 8px 0;
  }

  .recommended__by-item-link {
    width: 80px;
    height: auto;
    margin-right: 16px;
  }

  .recommended__by-item-link img {
    width: 100%;
  }

  .recommended__by-item-subtitle {
    margin-top: 0;
    font-size: 12px;
    line-height: 16px;
  }
}

/* @media (max-width: 576px) {
  .recommended {
    padding: 32px 0 10px;
  }

  .recommended__content {
    padding: 41px 40px 25px;
  }

  .recommended__performance {
    width: 100%;
  }

  .recommended__by {
    margin: 0;
  }

  .recommended__by-item {
    margin: 4px 0;
  }

  .recommended__by-item-subtitle {
    flex: 1;
  }

  .recommended__by-item-subtitle br {
    display: none;
  }
} */

@media (max-width: 576px) {
  .recommended__subtitle {
    margin: 9px 0 0px;
  }
}

@media (max-width: 320px) {
  .recommended {
    padding: 32px 0 15px;
    background: #F7FCFF;
  }

  .recommended__content {
    padding: 0;
    border-radius: 0;
    background: transparent;
  }
}
/* /recommended */

/* footer */
footer {
  padding: 38px 0;
  background: url('../images/bg-part-4.svg') center 241px no-repeat;
}

.footer__subscription-form {
  min-height: 453px;
  margin-bottom: 36px;
}

.footer__subscription-group-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.footer__subscription-group-inline > * {
  margin-right: 1.063rem;
}

.footer__subscription-group-inline :last-child {
  margin-right: 0;
}

.footer__subscription-group-inline input[type="text"], .footer__subscription-group-inline input[type="email"] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footer__subscription-group-header, .footer__subscription-error-header, .footer__subscription-success-header {
  margin-top: 0;
  margin-bottom: 48px;
  font-size: 38px;
  line-height: 52px;
}

.footer__subscription-error, .footer__subscription-success {
  display: none;
}

.footer__subscription-error-w-icon {
  padding-top: 41px;
}

.footer__subscription-error-w-icon img {
  width: 108px;
  margin-bottom: 34px;
}

.footer__subscription-group-w-icon img,
.footer__subscription-success-w-icon img {
  margin-bottom: 34px;
  height: 100px;
}

.footer__social-list {
  margin: 40px 0 49px;
}

.footer__social-list-item {
  position: relative;
  display: inline-block;
  margin: 0 13px 10px;
  width: 80px;
  height: 80px;
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.footer__social-list-item::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

.footer__social-list-item:hover, .footer__social-list-item:active {
  opacity: 0.5;
}

.footer__social-list-item img {
  width: 100%;
}

@media (max-width: 1440px) {
  footer {
    background-position: center 201px;
    background-size: 1676px 251px;
  }

  .footer__subscription-group-header, .footer__subscription-error-header, .footer__subscription-success-header {
    margin-bottom: 39px;
    font-size: 30px;
    line-height: 40px;
  }

  .footer__subscription-group-w-icon img, .footer__subscription-success-w-icon img {
    height: 100px;
    margin-bottom: 32px;
  }

  .footer__subscription-form {
    min-height: 350px;
  }

  .footer__social-list {
    margin: 32px 0 29px;
  }

  .footer__social-list-item {
    margin: 0 10px 10px;
  }
}

@media (max-width: 1280px) {
  footer {
    background-position: center 201px;
    background-size: 1384px 251px;
  }

  .footer__subscription-form {
    margin-bottom: 38px;
  }

  .footer__social-list {
    margin: 32px 0 22px;
  }
}

@media (max-width: 1024px) {
  footer {
    background-position: center 213px;
    background-size: 1094px 193px;
  }

  .footer__subscription-group-header, .footer__subscription-error-header, .footer__subscription-success-header {
    margin-bottom: 31px;
  }

  .footer__subscription-group-w-icon img, .footer__subscription-success-w-icon img {
    margin-bottom: 24px;
  }

  .footer__subscription-form {
    margin-bottom: 22px;
  }

  .footer__social-list {
    margin: 32px 0 21px;
  }
}

@media (max-width: 950px) {
  footer {
    padding: 36px 0;
    background-position: center 3px;
    background-size: 736px 111px;
  }

  .footer__subscription-form {
    margin-bottom: 19px;
  }

  .footer__subscription-group-inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer__subscription-group-inline > * {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .footer__subscription-group-inline :last-child {
    margin-right: 0;
    margin-bottom: 0;
  }

  .footer__subscription-group-w-icon img, .footer__subscription-success-w-icon img {
    height: 75px;
    margin-bottom: 41px;
  }

  .footer__subscription-error-w-icon {
    padding-top: 7px;
  }

  .footer__subscription-error-w-icon img {
    width: 75px;
  }

  .footer__subscription-group-header, .footer__subscription-error-header, .footer__subscription-success-header {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 32px;
  }

  .footer__social-title {
    font-size: 22px;
    line-height: 30px;
  }

  .footer__social-list {
    margin: 20px 0 8px;
  }

  .footer__social-list-item {
    width: 56px;
    height: 56px;
    margin: 0 4px 10px;
  }
}

/* @media (max-width: 576px) {
  footer {
    padding: 42px 0 35px;
  }

  footer {
    background-position: center -40px;
    background-size: 737px 193px;
    background: none;
  }

  .footer__subscription-group-w-icon img, .footer__subscription-success-w-icon img {
    margin-bottom: 20px;
  }

  .footer__subscription-error-w-icon {
    padding-top: 25px;
  }

  .footer__subscription-error-w-icon img {
    margin-bottom: 12px;
  }

  .footer__subscription-form {
    margin-bottom: 0;
  }

  .footer__social-list {
    margin: 16px 0 8px;
  }

  .footer__social-list-item {
    width: 40px;
    height: 40px;
    margin: 0 3px 10px;
  }
} */

@media (max-width: 576px) {
  footer {
    background-position: center 15px;
    background-size: 538px 81px;
  }

  .footer__subscription-form {
    min-height: 349px;
  }

  .footer__subscription-group-header {
    margin-bottom: 9px;
  }

  .footer__subscription-error-header, .footer__subscription-success-header {
    margin-bottom: 30px;
  }

  .footer__subscription-error-w-icon {
    white-space: nowrap;
  }
}

@media (max-width: 480px) {
  footer {
    background-size: contain;
  }
}

@media (max-width: 320px) {
  footer {
    padding: 48px 0 25px;
  }

  .footer__subscription-form {
    min-height: 368px;
  }

  .footer__subscription-group-w-icon img, .footer__subscription-success-w-icon img {
    margin-bottom: 17px;
  }

  .footer__subscription-error-w-icon {
    padding-top: 7px;
    white-space: normal;
  }

  .footer__social-list {
    margin: 16px 0 13px;
  }
}
/* /footer */
