@import url(https://fonts.googleapis.com/css?family=Cardo:regular,italic,700?display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,300italic,regular,italic,700,700italic?display=swap);
* {
  padding: 0;
  margin: 0;
  border: 0;
}
*, *::before, *::after {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

button, input {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  cursor: pointer;
  color: inherit;
  background-color: transparent;
}

html, body {
  height: 100%;
  min-width: 320px;
  line-height: 1;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: Roboto, sans-serif;
  color: #253237;
}

.wrapper {
  min-height: 100%;
  width: 100%;
  overflow: clip;
  display: flex;
  flex-direction: column;
}

.page {
  flex: 1 1 auto;
}

[class*=__container] {
  max-width: 144rem;
  padding: 0px 4rem 0px 4rem;
  margin: 0 auto;
}

.wrapper-background {
  background-color: #F2FDFF;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.title {
  font-size: 3.6rem;
  color: #000;
}

.btn {
  flex: 0 0 auto;
  background-color: #FF4F79;
  color: #fff;
  padding: 1rem 4rem;
  border-radius: 47px;
  transition: background-color 0.3s;
  transition: all 0.3s;
}
.btn:hover, .btn:active {
  background-color: #253237;
}

.btn--dark {
  background-color: #253237;
}
.btn--dark:hover, .btn--dark:active {
  background-color: #FF4F79;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 9rem;
  z-index: 50;
  padding: 2.5rem 0rem;
  /* .header__container */
  /* .header__logo */
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
}
@media (max-width: 655px) {
  .header__container {
    flex-direction: column;
    row-gap: 1.5rem;
  }
}
.header__logo.scroll {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(152deg) brightness(101%) contrast(104%);
}
.header.scroll {
  background-color: rgba(37, 50, 55, 0.9);
  color: #fff;
}

.menu {
  /* .menu__list */
  /* .menu__link */
}
.menu__list {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  row-gap: 1.5rem;
}
@media (max-width: 888px) {
  .menu__list {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
    margin-right: 15px;
  }
}
@media (max-width: 500px) {
  .menu__list {
    justify-content: center;
    margin-right: 0;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
.menu__link {
  transition: all 0.3s;
}
.menu__link:hover {
  text-decoration: underline;
  text-decoration-color: #FF4F79;
  text-underline-offset: 5px;
}

.main-section {
  position: relative;
  min-height: 100vh;
  /* .main-section__container */
  /* .main-section__content */
  /* .main-section__title */
  /* .main-section__text */
  /* .main-section__image */
  /* .main-section__background */
}
.main-section__container {
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 10;
  align-items: center;
  padding-top: 9rem;
  padding-bottom: 6rem;
  gap: 2rem;
}
@media (max-width: 920px) {
  .main-section__container {
    padding-top: 15.7rem;
    padding-bottom: 9rem;
    gap: 8.5rem;
  }
}
@media (max-width: 655px) {
  .main-section__container {
    padding-top: 22.7rem;
  }
}
@media (max-width: 500px) {
  .main-section__container {
    padding-top: 20.7rem;
    gap: 4rem;
  }
}
.main-section__content {
  flex: 1 1 30%;
  display: flex;
  flex-direction: column;
  gap: 12.5rem;
  max-width: 80ch;
}
@media (max-width: 920px) {
  .main-section__content {
    gap: 6.5rem;
  }
}
@media (max-width: 500px) {
  .main-section__content {
    gap: 4rem;
  }
}
.main-section__title {
  letter-spacing: 1.5px;
  font-weight: 400;
  line-height: 1.2;
}
.main-section__title span {
  font-style: italic;
  font-weight: 300;
  letter-spacing: normal;
}
@media (max-width: 500px) {
  .main-section__title {
    font-size: 2.8rem;
    line-height: 1.1;
  }
}
.main-section__text {
  font-size: 2rem;
  font-weight: 300;
}
.main-section__button {
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 655px) {
  .main-section__button {
    align-self: center;
  }
}
.main-section__image {
  flex: 0 1 60%;
  max-width: 575px;
}
@media (max-width: 920px) {
  .main-section__image {
    flex: 0 1 auto;
  }
}
.main-section .image-main {
  position: relative;
}
.main-section .image-main img {
  width: 100%;
  height: 100%;
}
.main-section .image-main__front {
  position: absolute;
  top: 0;
  left: 0;
}
@keyframes spin-clockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin-counter-clockwise {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

.main-spheres {
  /* .main-spheres__container */
  /* .main-spheres__text */
}
.main-spheres__container {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.main-spheres__text {
  margin: 0 auto;
  max-width: 59rem;
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 3.8rem;
  margin-bottom: 40px;
}

.grid-spheres {
  padding: 3rem 0px 3rem 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 4rem;
  /* .grid-spheres__item */
}
@media (max-width: 375px) {
  .grid-spheres {
    margin: 0 -2rem 0 -2rem;
  }
}

.grid-spheres {
  /* .grid-spheres__item */
  /* .grid-spheres__number */
  /* .grid-spheres__title */
  /* .grid-spheres__background */
}
.grid-spheres__item {
  max-width: 100%;
}
.grid-spheres__item img {
  max-width: 100%;
}
.grid-spheres__number {
  font-size: 9.7rem;
}
@media (max-width: 375px) {
  .grid-spheres__number {
    font-size: 6.7rem;
  }
}
.grid-spheres__title {
  font-size: 1.8rem;
}
.grid-spheres__background {
  position: relative;
}
@media (max-width: 320px) {
  .grid-spheres__background {
    max-width: 280px;
  }
}

.item-spheres {
  position: relative;
  /* .item-spheres__content */
}
.item-spheres__content {
  position: absolute;
  top: 0;
  left: 35px;
  display: flex;
  color: #fff;
  z-index: 10;
  width: 100%;
  height: 100%;
  align-items: center;
  gap: 20px;
}
@media (max-width: 375px) {
  .item-spheres__content {
    width: 80%;
  }
}
@media (max-width: 320px) {
  .item-spheres__content {
    gap: 10px;
  }
}

.main-contacts {
  position: relative;
  /* .main-contacts__container */
  /* .main-contacts__image */
  /* .main-contacts__content */
}
.main-contacts__container {
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 4rem;
  padding-top: 13rem;
  padding-bottom: 10rem;
}
@media (max-width: 745px) {
  .main-contacts__container {
    padding-top: 10rem;
    padding-bottom: 7rem;
  }
}
@media (max-width: 600px) {
  .main-contacts__container {
    padding-top: 7rem;
    padding-bottom: 4rem;
  }
}
.main-contacts__image {
  flex: 0 1 45%;
  max-width: 600px;
}
@media (max-width: 745px) {
  .main-contacts__image {
    flex: 0 1 65%;
  }
}
@media (max-width: 600px) {
  .main-contacts__image {
    flex: 1 1 auto;
  }
}
.main-contacts__content {
  flex: 0 1 40%;
  max-width: 80ch;
  min-width: 35ch;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 40px;
}
.main-contacts__content p {
  margin: 0px 0px 15px 0px;
  line-height: 2.2rem;
}
@media (max-width: 745px) {
  .main-contacts__content {
    flex: 1 1 auto;
  }
}
@media (max-width: 375px) {
  .main-contacts__content {
    min-width: unset;
  }
}

.contacts-image {
  position: relative;
  width: 100%;
  height: 100%;
}
.contacts-image img {
  width: 100%;
  height: 100%;
}

.card-contacts {
  /* .card-contacts__title */
  /* .card-contacts__text */
}
.card-contacts__title {
  margin: 0px 0px 20px 0px;
}
@media (max-width: 375px) {
  .card-contacts__title {
    text-align: center;
  }
}
.card-contacts__text a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
@media (max-width: 500px) {
  .card-contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.cards-contacts {
  /* .cards-contacts__link */
}
.cards-contacts__link {
  display: block;
  margin: 0px 0px 20px 0px;
  padding: 1.5rem 3rem;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.25);
  width: -moz-max-content;
  width: max-content;
  border-radius: 49px;
  color: #FF4F79;
  font-size: 2rem;
  background-color: #fff;
}
.cards-contacts__link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.footer {
  padding: 3rem 0px 3rem 0px;
  /* .footer__container */
}
.footer__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
}
@media (max-width: 655px) {
  .footer__container {
    flex-direction: column;
    row-gap: 1.5rem;
  }
}
.footer__logo {
  display: none;
}
@media (min-width: 650px) {
  .footer__logo {
    display: inherit;
  }
}
.footer__menu {
  display: none;
}
@media (min-width: 650px) {
  .footer__menu {
    display: inherit;
  }
}

.socials-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}