* {
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
}

.wrapper {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
}

.download {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s;
}

.download span {
  margin: 5px;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.download svg path {
  transition: 0.3s;
}

.download.lg {
  position: absolute;
  right: 40px;
  bottom: -55px;
  width: 112px;
  height: 112px;
  background: #47A7E0;
  font-size: 18px;
  z-index: 5;
}

.download.lg:hover {
  background-color: #ffffff;
}

.download.lg:hover span {
  color: #47A7E0;
}

.download.lg:hover svg path {
  fill: #47A7E0;
}

.download.md {
  position: absolute;
  right: 0;
  bottom: -135px;
  width: 106px;
  height: 106px;
  background-color: #058CDC;
  font-size: 16px;
  z-index: 5;
}

.download.md:hover {
  background-color: #ffffff;
}

.download.md:hover span {
  color: #058CDC;
}

.download.md:hover svg path {
  fill: #058CDC;
}

.download.sm {
  position: absolute;
  right: 50px;
  bottom: -210px;
  width: 100px;
  height: 100px;
  background-color: #066EAC;
  font-size: 15px;
  z-index: 5;
}

.download.sm:hover {
  background-color: #ffffff;
}

.download.sm:hover span {
  color: #066EAC;
}

.download.sm:hover svg path {
  fill: #066EAC;
}

.section {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  z-index: 2;
}

.section-text__block {
  position: relative;
  margin-right: 30px;
}

.section-title {
  max-width: 370px;
  color: #FFFFFF;
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
}

.section-text {
  position: relative;
  max-width: 480px;
  color: #E5E5E5;
  font-size: 18px;
  line-height: 21px;
  z-index: 2;
}

.section-image {
  position: relative;
  width: 500px;
  height: 500px;
  background: #C4C4C4;
  border-radius: 50%;
}

.section-image.sm {
  position: absolute;
  right: -120px;
  bottom: -120px;
  width: 300px;
  height: 300px;
  z-index: 2;
}

.section-image.xl {
  width: 600px;
  height: 600px;
}

.footer-copy {
  margin-top: 300px;
  margin-bottom: 0;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}

.socials {
  display: flex;
  align-items: baseline;
}

.socials-link {
  width: 41px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  background-color: rgba(63, 169, 247, 0.7);
  border-radius: 50%;
  transition: 0.3s;
}

.socials-link:hover {
  background-color: #113476;
}

.socials span {
  margin-right: 20px;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
}

.pagination {
  display: flex;
  margin: 0;
  margin-left: 40px;
  margin-right: 200px;
  padding: 0;
  list-style: none;
}

.pagination-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 12px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 2px 2px rgba(6, 110, 172, 0.43);
  border-radius: 50%;
  font-size: 15px;
  color: #054280;
  cursor: pointer;
  transition: 0.3s;
}

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

.pagination-item:hover {
  background-color: #3FA9F7;
  color: #ffffff;
}

.pagination-item.active {
  background-color: #3FA9F7;
  color: #ffffff;
}

.scroll-top {
  position: fixed;
  bottom: 80px;
  right: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: 0.5s;
}

.scroll-top:hover img {
  transform: rotate(415deg);
}

.scroll-top img {
  width: 78px;
  height: 78px;
  margin-bottom: 10px;
  transform: rotate(52deg);
  transition: 1s;
}

.scroll-top span {
  width: 70px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #77797B;
  background: #ffffff;
  border-radius: 9px;
}

.hero {
  padding-top: 27px;
  padding-bottom: 300px;
  background-image: url(/images/hero-bg.jpg?a36b1fbde5717ec7d718b121491746a8);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.hero-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 220px;
}

.hero-nav img {
  position: absolute;
  left: 50%;
  top: 100px;
  width: 100px;
  height: 60px;
}

.hero-nav__buttons {
  display: flex;
  flex-wrap: wrap;
}

.hero-nav__btn {
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 201px;
  height: 59px;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  background: #113476;
  border-radius: 40px;
  text-decoration: none;
  transition: 0.3s;
}

.hero-nav__btn svg {
  margin-right: 10px;
}

.hero-nav__btn svg path {
  transition: 0.3s;
}

.hero-nav__btn:hover {
  background-color: #ffffff;
  color: #113476;
}

.hero-nav__btn:hover path {
  fill: #113476;
}

.hero-nav__btn span {
  max-width: 125px;
}

.hero-nav__btn.blue {
  background-color: #066EAC;
}

.hero-nav__btn.blue:hover {
  background-color: #ffffff;
}

.hero-menu {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-menu__item {
  margin-right: 40px;
}

.hero-menu__item:last-child {
  margin-right: 0;
}

.hero-menu__item a {
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  color: #FFFFFF;
  transition: 0.3s;
}

.hero-menu__item a:hover {
  color: #113476;
}

.hero-menu__item span {
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
}

.hero-auth {
  display: flex;
  align-items: center;
}

.hero-auth__link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.hero-auth__link:first-child {
  margin-right: 10px;
}

.hero-auth__link:hover .hero-auth__item {
  background-color: #ffffff;
}

.hero-auth__link:hover .hero-auth__item svg path {
  fill: #113476;
}

.hero-auth__link:hover span {
  color: #ffffff;
}

.hero-auth__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  background: #054280;
  border-radius: 50%;
  transition: 0.3s;
}

.hero-auth__item svg {
  margin-right: 3px;
}

.hero-auth__item svg path {
  transition: 0.3s;
}

.hero-auth span {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #054280;
  text-transform: uppercase;
  transition: 0.3s;
}

.hero-title {
  position: relative;
  margin: 0;
  font-family: "Rubik Mono One", sans-serif;
  font-size: 36px;
  line-height: 45px;
  color: #FFFFFF;
  text-shadow: 0px 8px 8px rgba(0, 0, 0, 0.25);
  text-align: center;
  z-index: 2;
}

.hero-title__block {
  position: relative;
  padding: 50px;
  z-index: 2;
}

.hero-title__block:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(14, 79, 145, 0.85);
  -webkit-filter: blur(132px);
          filter: blur(132px);
  z-index: 1;
}

.hero-description {
  position: relative;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
  text-shadow: 0px 8px 8px rgba(0, 0, 0, 0.25);
  text-align: center;
  z-index: 2;
}

.version {
  background: linear-gradient(180deg, rgba(5, 66, 128, 0) 0.51%, #054280 22.19%);
  margin-top: -195px;
  padding: 190px 0 170px 0;
}

.turtle {
  position: absolute;
  right: 100px;
  bottom: -400px;
  z-index: 2;
  -webkit-animation-duration: 14s;
          animation-duration: 14s;
}

.bubbles {
  position: absolute;
  left: -265px;
  top: -360px;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
}

.bubbles.md {
  left: -180px;
  top: 40px;
}

.bubbles.sm {
  width: 168px;
  height: 245px;
  left: unset;
  right: -65px;
  top: 0;
}

.bubbles.sm.top {
  top: unset;
  bottom: 50px;
  right: -150px;
  z-index: 1;
}

.bubbles.xs {
  left: -65px;
  top: 150px;
}

.fish {
  position: absolute;
  top: 10px;
  right: 80px;
  -webkit-animation-duration: 14s;
          animation-duration: 14s;
}

.fish.sm {
  left: -140px;
  top: 310px;
}

.fish.lg {
  top: unset;
  bottom: 0;
  left: -125px;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
}

.fish.tropical {
  top: unset;
  right: -35px;
  bottom: -80px;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}

.grass {
  position: absolute;
  right: -90px;
  bottom: 80px;
}

.grass.lg {
  width: 155px;
  height: 240px;
  bottom: 160px;
  right: -70px;
  transform: rotate(25deg);
  z-index: -1;
}

.mod {
  padding: 0 0 80px 0;
  background: linear-gradient(180deg, #054280 34.15%, rgba(5, 66, 128, 0.72) 73.44%, rgba(5, 66, 128, 0) 103.57%), url(/images/mod-bg.png?4ebb6a056ad80816137dc2d132d7826b);
  background-size: contain, cover;
  background-position: 0 -120px, top;
  background-repeat: no-repeat;
}

.mod.bottom {
  padding-bottom: 30px;
  background-image: url(/images/footer-bg.png?7f784b248636ceafd37286958ad6b32c);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.mod .section {
  justify-content: space-between;
}

.mod .bubbles {
  top: 0;
  left: -200px;
  transform: rotate(17deg);
}

.mod .bubbles.transformed {
  width: 220px;
  height: 230px;
  right: -200px;
  left: unset;
  top: -320px;
  transform: rotate(-170deg);
  z-index: -1;
}

.mod .fish-xl {
  position: absolute;
  bottom: -20px;
  left: 20px;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
}

.mod .fish-xl.bottom {
  width: 92px;
  height: 92px;
  left: unset;
  right: 0;
  bottom: -100px;
}

.mod .turtle-xl {
  position: absolute;
  left: -190px;
  bottom: -130px;
  z-index: 0;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
}

.mod .grass.lg {
  right: -160px;
  transform: unset;
  z-index: 0;
}

.mod .dolphin {
  position: absolute;
  right: -100px;
  top: -280px;
  z-index: -1;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
}

.mod .fish.tropical.lg {
  top: -75px;
  left: unset;
  bottom: unset;
  width: 160px;
  transform: rotate(-15deg);
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
}

.play {
  background: linear-gradient(180deg, rgba(5, 66, 128, 0) 0.51%, #054280 22.19%);
  margin-top: -230px;
  padding: 220px 0 170px 0;
}

.play .section {
  align-items: flex-end;
}

.play .bubbles {
  top: -150px;
  left: -160px;
  transform: rotate(35deg);
}

.play .fish.tropical {
  top: unset;
  right: 125px;
  bottom: -135px;
  transform: rotate(-45deg);
}

.play .fish-blue {
  position: absolute;
  right: -50px;
  top: 20%;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
}

.play .fish-blue.second {
  right: unset;
  top: unset;
  left: -80px;
  bottom: 15%;
  transform: rotate(-90deg);
}

.play .fish-blue.third {
  right: unset;
  top: unset;
  left: -55px;
  bottom: -5%;
  transform: rotate(-110deg);
}

.registration {
  position: relative;
  padding-bottom: 245px;
  background-image: url(/images/registration-bg.jpg?495eda027641346e43761ea79080b9a4);
}

.registration .wave-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 175px;
  background-image: url(/images/wave-top.png?c25003e54716c9a70407c6832427806c);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.registration .wave-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 175px;
  background-image: url(/images/wave-bottom.png?01a4f9a002346733cff33da2cd3a3971);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.registration .fish.tropical {
  top: 40%;
  right: 38%;
  z-index: 1;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
}

.registration .fish-blue {
  position: absolute;
  top: 50%;
  right: 5%;
  z-index: 1;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}

.registration .fish-xl {
  position: absolute;
  top: 35%;
  left: 15%;
  width: 69px;
  height: 69px;
  z-index: 1;
  -webkit-animation-duration: 35s;
          animation-duration: 35s;
}

.main {
  padding-top: 30px;
  margin-top: -90px;
  padding-bottom: 115px;
  background: linear-gradient(180deg, rgba(71, 167, 224, 0.95) 0%, rgba(71, 167, 224, 0) 100%);
}

.main.main-base {
  padding-top: 200px;
  margin-top: -260px;
}

.main-arrow {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: #8ACAEF;
  box-shadow: 0px 4px 4px rgba(6, 110, 172, 0.43);
  border-radius: 50%;
  transition: 0.3s;
}

.main-arrow:hover {
  background-color: #113476;
}

.main-title {
  margin: 0;
  margin-bottom: 37px !important;
  max-width: unset;
  text-align: center;
}

.main-description {
  font-size: 18px;
  line-height: 130.7%;
  text-align: center;
  color: #ffffff;
}

.main-block {
  max-width: 540px;
  margin: 0 auto;
}

.main-block__links {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap-reverse;
}

.main-block__input {
  width: 100%;
  height: 44px;
  padding: 0 34px;
  margin-bottom: 21px;
  background: #E1E9ED;
  border: 1px solid rgba(63, 169, 247, 0.51);
  border-radius: 23px;
  outline: none;
}

.main-block__input::-webkit-input-placeholder {
  color: rgba(71, 167, 224, 0.78);
}

.main-block__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 229px;
  height: 55px;
  background: #3FA9F7;
  border-radius: 42px;
  color: #ffffff;
  font-size: 18px;
  line-height: 21px;
  border: none;
  outline: none;
  box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.41);
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s;
}

.main-block__button:hover {
  box-shadow: none;
}

.base {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 42px;
}

.base-block {
  margin-bottom: 35px;
  flex-basis: 43%;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 15px;
}

.base-block__title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 33px;
  background: rgba(112, 185, 228, 0.59);
  border-radius: 15px 15px 0px 0px;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  text-transform: uppercase;
}

.base-block__description {
  height: 140px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.base-block__content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
}

.base-block__content span {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 364px;
  font-size: 14px;
  line-height: 16px;
  color: #918A8A;
}

.base-block__image {
  max-width: 135px;
  width: 100%;
  height: 135px;
  margin-right: 15px;
  background-image: url(/images/base-bg.jpg?e7eca034fa330716f5c2e96f801a3f5a);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}

.base-block__buttons {
  display: flex;
  justify-content: flex-end;
  margin-bottom: -5px;
}

.base-block__buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  border: 1px solid #A6D2EC;
  border-radius: 50%;
  transition: 0.3s;
}

.base-block__buttons a:first-child {
  margin-right: 10px;
}

.base-block__buttons a svg path {
  transition: 0.3s;
}

.base-block__buttons a:hover {
  background-color: #3FA9F7;
}

.base-block__buttons a:hover svg path {
  fill: #ffffff;
}

.base-navigation {
  display: flex;
  align-items: center;
  margin-top: 60px;
  flex-wrap: wrap-reverse;
}

.footer {
  padding-bottom: 20px;
  width: 100%;
  background-image: url(/images/footer.png?0b33fef86a250a26a69e3ef45dbf6677);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-nav {
  margin-bottom: 15px !important;
  padding-top: 185px;
  justify-content: center;
  align-items: baseline;
}

.footer-nav .hero-menu__item:last-child {
  margin-right: 40px;
}

.footer-nav .socials-link {
  background-color: rgba(255, 255, 255, 0.78);
}

.footer-nav .socials-link:hover {
  background-color: #113476;
}

.footer-copyright {
  margin: 0;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
  text-align: center;
}

@media (max-width: 1700px) {
  .mod .bubbles.transformed {
    display: none;
  }
}

@media (max-width: 1450px) {
  .mod .dolphin {
    right: 0;
  }
}

@media (max-width: 1350px) {
  .wrapper {
    max-width: 1100px;
  }

  .hero-nav {
    margin-bottom: 180px;
  }

  .hero-nav__btn {
    width: 187px;
  }

  .hero-menu__item {
    margin-right: 20px;
  }

  .hero-menu__item a,
  .hero-menu__item span {
    font-size: 15px;
  }

  .turtle {
    right: 200px;
    bottom: -300px;
  }

  .section-image {
    width: 400px;
    height: 400px;
  }

  .section-image.sm {
    width: 250px;
    height: 250px;
  }

  .section-image.xl {
    width: 450px;
    height: 450px;
  }

  .grass {
    bottom: 90px;
  }

  .mod.bottom .grass.lg {
    left: -55px !important;
  }

  .mod .dolphin {
    top: unset;
  }

  .mod {
    padding: 0 0 180px 0;
  }

  .socials span {
    font-size: 15px;
  }
}

@media (max-width: 1120px) {
  .wrapper {
    max-width: 990px;
    padding: 0 15px;
  }

  .hero-nav {
    margin-bottom: 100px;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .hero-auth {
    margin-top: 20px;
  }

  .fish.tropical {
    right: 0;
  }

  .version .bubbles.sm {
    display: none;
  }

  .version .fish.tropical {
    left: 0;
  }

  .version .grass {
    right: 0;
    bottom: 20px;
  }

  .version .grass.lg {
    bottom: 160px;
    right: -70px;
  }

  .section-image.sm {
    right: 0;
  }

  .registration .hero-auth span {
    color: #ffffff;
  }
}

@media (max-width: 1075px) {
  .version .grass.lg {
    bottom: 220px;
    right: 40px;
  }

  .play .fish-blue {
    right: 0;
  }

  .download.md {
    right: 15px;
  }
}

@media (max-width: 990px) {
  .section {
    justify-content: center !important;
  }

  .mod .grass.lg {
    bottom: -50px !important;
    right: -100px !important;
    z-index: -1;
  }

  .play {
    margin-top: -270px;
    padding-bottom: 100px;
  }
}

@media (max-width: 940px) {
  .version {
    margin-top: -240px;
  }

  .mod {
    padding-top: 60px;
  }

  .section-title {
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
  }

  .section-title .fish {
    display: none;
  }

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

  .footer-nav .hero-menu {
    margin-bottom: 20px;
  }

  .base-block {
    flex-basis: 65%;
  }

  .base-navigation {
    justify-content: space-around;
  }

  .pagination {
    margin: 0;
  }

  .main.main-base {
    padding-top: 340px;
    margin-top: -440px;
  }
}

@media (max-width: 768px) {
  .hero-nav img {
    display: none;
  }

  .hero-menu {
    margin-top: 20px;
  }

  .hero-nav {
    margin-bottom: 80px;
  }

  .hero-title__block {
    padding: 30px;
  }

  .mod .grass.lg {
    right: -50px !important;
  }

  .hero-nav {
    margin-bottom: 50px;
  }

  .hero-title {
    font-size: 30px;
  }

  .hero-description {
    font-size: 22px;
  }

  .main {
    padding-bottom: 65px;
  }

  .footer-nav .hero-menu__item:last-child {
    margin-right: 0;
  }

  .base-block {
    flex-basis: 80%;
  }
}

@media (max-width: 576px) {
  .section-text__block {
    margin-right: 0;
  }

  .turtle {
    bottom: -200px;
  }

  .section-title {
    font-size: 28px;
  }

  .section-image {
    width: 300px;
    height: 300px;
  }

  .section-image.sm {
    width: 200px;
    height: 200px;
  }

  .section-image.xl {
    width: 350px;
    height: 350px;
  }

  .mod .bubbles {
    width: 50%;
    left: -100px;
  }

  .play .bubbles {
    width: 50%;
    left: -100px;
    top: -50px;
  }

  .version .grass.lg {
    bottom: 130px;
  }

  .mod .fish-xl {
    width: 100px;
    height: 100px;
  }

  .mod .turtle-xl {
    left: 0;
  }

  .play .fish-blue.second {
    left: 0;
    bottom: 0;
  }

  .play .fish-blue.third {
    left: 0;
    bottom: -30%;
  }

  .main-block__button {
    width: 100%;
    margin-bottom: 30px;
  }

  .main-block__links {
    margin-top: 0;
  }

  .main-block__links .socials {
    width: 100%;
    justify-content: center;
  }

  .registration .fish-xl,
  .registration .fish-blue {
    display: none;
  }

  .base-block {
    flex-basis: 100%;
  }
}

@media (max-width: 450px) {
  .hero-title__block {
    padding: 0;
  }

  .hero-title {
    font-size: 25px;
  }

  .hero-description {
    font-size: 18px;
  }

  .download.lg {
    bottom: -120px;
  }

  .download.md {
    bottom: -205px;
  }

  .download.sm {
    right: 107px;
    bottom: -180px;
  }

  .hero-title {
    line-height: 35px;
  }

  .hero-description {
    line-height: 22px;
  }

  .hero-nav {
    margin-bottom: 20px;
  }

  .turtle {
    right: 150px;
    bottom: -320px;
  }

  .hero-nav__buttons {
    justify-content: center;
  }

  .hero-nav__btn {
    margin-right: 0;
    margin-bottom: 10px;
    height: 45px;
  }

  .mod .grass.lg {
    right: 0 !important;
  }

  .section-image.xl {
    width: 300px;
    height: 300px;
  }

  .mod .turtle-xl {
    width: 90%;
    bottom: -180px;
  }

  .mod .dolphin {
    width: 90%;
  }

  .hero-menu {
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .hero-menu li {
    margin-right: 8px;
    margin-bottom: 10px;
  }

  .socials span {
    display: none;
  }

  .registration .fish.tropical {
    top: 60%;
    right: 33%;
  }

  .main {
    padding-bottom: 0;
  }

  .base-block__content {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
  }

  .base-block__image {
    margin-right: 0;
  }

  .base-block__content span {
    text-align: center;
  }

  .main.main-base {
    padding-top: 580px;
    margin-top: -660px;
  }
}

