html {
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
}

.body {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  color: #ffffff;
  overflow: hidden;
}

.body__bg-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: max-content;
  min-width: 100%;
  transition: all 1s ease-in-out;
}

.body__bg-img {
  position: absolute;
  height: 100vh;
  width: 100%;
}


.body__bg-img--night {
  opacity: 0;
}

.body__bg-img--light {
  display: none;
}

.body__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(8, 26, 40, 0.74);
}

.main {
  flex-grow: 1;
}

.container {
  max-width: 1720px;
  padding: 0 100px;
  margin: 0 auto;
}

.header {
  padding-top: 70px;
  color: #fff;
  position: relative;
  z-index: 15;
}

.header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 37px;
}

.header__logo {
  margin-right: 40px;
  display: inline-block;
}

.header__top button {
  position: relative;
  z-index: 10;
  transition: all 0.3s;
}

.header__top button:hover,
.menu__link:hover {
  opacity: 0.5;
}

.burger {
  display: none;
  background-color: transparent;
  border: none;
  padding: 0 20px 0 0;
  cursor: pointer;
}

.points {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 1s;
}

.points__item {
  position: absolute;
}

.points__item--opacity {
  z-index: 1;
  opacity: 0 !important;
}

.points__item--opacity:hover + .points__item svg path {
  fill: #FFCEDA;
}

.points__item svg {
  width: 100%;
  height: 100%;
}

.points__item path {
  transition: all .3s ease-in-out;
}

.point-1 {
  width: 60px;
  height: 85px;
  top: 30%;
  left: 33%;
}

.point-2 {
  top: 56%;
  left: 43%;
  width: 90px;
  height: 120px;
}

.point-3 {
  width: 55px;
  height: 75px;
  top: 45%;
  left: 60.5%;
}

.point-4 {
  width: 55px;
  height: 75px;
  top: 58%;
  left: 77%;
}

.point-5 {
  width: 55px;
  height: 75px;
  top: 35%;
  left: 85%;
}

.popup {
  position: fixed;
  top: 25%;
  left: 0;
  right: 0;
  margin-bottom: 50px;
  color: #fff;
  letter-spacing: -0.045em;
  z-index: 10;
  display: none;
}

.popup__inner {
  max-width: 900px;
  animation: show-left 0.5s ease-in-out;
}

.popup__top {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.popup__btn {
  padding: 50px 50px 50px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.popup__btn svg path {
  transition: all .3s ease-in-out;
}

.popup__btn:hover svg path {
  stroke: #AB052D;
}

.popup__title {
  padding-left: 50px;
  width: 100%;
  font-size: 64px;
  font-weight: 700;
  font-family: "Gotham Pro";
}

.popup__title div {
  padding-left: 12%;
  font-size: 40px;
  font-weight: 400;
}

.popup__content {
  max-width: 725px;
  padding-left: 165px;
}

.popup__text {
  padding: 50px;
}

.popup__link {
  display: inline-block;
  width: 100%;
  padding: 12px 100px 12px 70px;
  font-size: 36px;
  color: #fff;
  background-color: #ab052d;
  position: relative;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.popup__link:hover {
  background-color: #660019;
}

.popup__link::after {
  content: '';
  width: 29px;
  height: 21px;
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  background-image: url(../img/icons/arrow-link.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.footer__inner {
  display: flex;
  align-items: center;
  padding: 50px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.footer__btns {
  display: flex;
}

.footer__menu {
  margin-left: auto;
  display: flex;
  text-transform: uppercase;
}

.footer__item+.footer__item {
  padding-left: 50px;
  margin-left: 50px;
  border-left: 1px solid #fff;
}

.footer__link {
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.footer__link:hover {
  color: #ffceda;
}

.footer__link:active {
  color: #ab052d;
}

.footer__link+.footer__link {
  margin-left: 50px;
}

.footer__mob-btns {
  display: none;
}

.footer__mob-btn {
  max-height: 57px;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
}

.footer__mob-btn img {
  transition: all .3s ease-in-out;
}

.footer__mob-btn img + img {
  margin-top: 35px;
}

.footer__mob-btn.night img {
  transform: translateY(-75px);
}

.footer__mob-btn.sound-on img {
  transform: scaleY(0.5);
}

.footer__arrows {
  display: none;
}

.footer__arrows svg {
  max-width: 60px;
  max-height: 57px;
}

.mob-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  text-transform: capitalize;
  font-size: 24px;
  color: #fff;
  background: radial-gradient(59.2% 26.72% at 117.33% 53.39%,
      rgba(26, 55, 78, 0) 0%,
      rgba(8, 26, 40, 0.88) 97.16%);
  z-index: 10;
}

.mob-menu__top {
  display: flex;
  justify-content: space-between;
  height: 90px;
  padding: 20px 20px 0 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.mob-menu__logo {
  width: 170px;
}

.mob-menu__inner {
  height: calc(100vh - 90px);
  margin-top: 20px;
  animation: show-left 0.5s ease-in-out;
}

@keyframes show-left {
  from {
    transform: translateX(-150%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.mob-menu__close-btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.mob-menu__close-btn {
  padding-left: 15px;
}

.mob-menu__list {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.mob-menu__item {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  margin: 0 20px;
}

.mob-menu__link,
.mob-menu__social-link {
  transition: all .3s ease-in-out;
}

.mob-menu__link:hover,
.mob-menu__social-link:hover {
  color: #FFCEDA;
}

.mob-menu__link--active {
  color: #ab052d;
}

.mob-menu__item:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mob-menu__btn {
  margin-right: 20px;
}

.mob-menu__social {
  margin-bottom: 15px;
  text-align: center;
}

.mob-menu__social-link {
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 15px;
}

.mob-menu__social-link+.mob-menu__social-link {
  margin-left: 40px;
  padding-left: 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.mob-menu__box {
  margin-left: -100px;
  margin-right: -100px;
  margin-bottom: 15px;
}

.mob-menu__modal-btn {
  display: block;
  width: 100%;
  padding: 30px 100px;
  background-color: #ab052d;
  color: #fff;
  transition: all .3s ease-in-out;
}

.mob-menu__modal-btn:hover {
  background-color: #660019;
}

.mob-menu__info {
  display: none;
  animation: show-right 0.5s ease-in-out;
}

@keyframes show-right {
  from {
    transform: translateX(150%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.mob-menu__info-top {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.mob-menu__btn-back {
  padding: 30px 20px;
  line-height: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.mob-menu__title {
  padding-left: 20px;
  font-size: 36px;
  font-weight: 500;
}

.mob-menu__info-list {
  padding: 0 20px;
}

.mob-menu__info-item {
  padding: 20px 0;
  font-size: 18px;
}

.mob-menu__info-item+.mob-menu__info-item {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.hide-left {
  animation: hide-left 0.5s ease-in-out forwards;
}

@keyframes hide-left {
  from {
    transform: translateX(0);
    opacity: 1;
  }

  to {
    transform: translateX(-150%);
    opacity: 0;
  }
}

.hide-right {
  animation: hide-right 0.5s ease-in-out forwards;
}

@keyframes hide-right {
  from {
    transform: translateX(0);
    opacity: 1;
  }

  to {
    transform: translateX(150%);
    opacity: 0;
  }
}

.animation-point-1 {
  /* position: fixed !important; */
  transform: scale(2.5) translate(500px, 140px);
  overflow: hidden;
}

.animation-point-2 {
  position: fixed !important;
  transform: scale(2.5) translate(226px, -109px);
  overflow: hidden;
}

.animation-point-3 {
  position: fixed !important;
  transform: scale(2.5) translate(-480px, -145px);
  overflow: hidden;
}

.animation-point-4 {
  position: fixed !important;
  transform: scale(2.5) translate(-58px, 140px);
  overflow: hidden;
}

.animation-point-5 {
  position: fixed !important;
  transform: scale(2.5) translate(-32px, 65px);
  overflow: hidden;
}

@media (max-width: 1600px) {
  .animation-point-1 {
    transform: scale(2.5) translate(360px, 140px);
  }
  
  .animation-point-2 {
    transform: scale(2.5) translate(170px, -109px);
  }
  
  .animation-point-3 {
    transform: scale(2.5) translate(-435px, -145px);
  }
  
  .animation-point-4 {
    transform: scale(2.5) translate(-440px, 140px);
  }
  
  .animation-point-5 {
    transform: scale(2.5) translate(-70px, 65px);
  }
}

@media (max-width: 1280px) {
  .animation-point-1 {
    transform: scale(2.5) translate(250px, 140px);
  }
  
  .animation-point-2 {
    transform: scale(2.5) translate(100px, -165px);
  }
  
  .animation-point-3 {
    transform: scale(2.5) translate(-560px, -200px);
  }
  
  .animation-point-4 {
    transform: scale(2.5) translate(-580px, 70px);
  }
  
  .animation-point-5 {
    transform: scale(2.5) translate(-160px, 45px);
  }
}

@media (max-width: 1024px) {
  .animation-point-1 {
    transform: scale(2.5) translate(165px, 55px);
  }
  
  .animation-point-2 {
    transform: scale(2.5) translate(0, -190px);
  }
  
  .animation-point-3 {
    transform: scale(2.5) translate(-560px, -200px);
  }
  
  .animation-point-4 {
    transform: scale(2.5) translate(-580px, 70px);
  }
  
  .animation-point-5 {
    transform: scale(2.5) translate(-160px, 45px);
  }
}

@media (max-width: 768px) {
  .animation-point-1 {
    transform: scale(2) translate(-10px, -45px);
  }
  
  .animation-point-2 {
    transform: scale(2) translate(-140px, -265px);
  }
  
  .animation-point-3 {
    transform: scale(2) translate(-747px, -276px);
  }
  
  .animation-point-4 {
    transform: scale(2) translate(-580px, 70px);
  }
  
  .animation-point-5 {
    transform: scale(2) translate(-160px, 45px);
  }
}

@media (max-width: 540px) {
  .animation-point-1 {
    /* transform: scale(1.5); */
    position: relative !important;
    /* transform: scale(1.5) translate(-155px, -92px); */
  }
  
  .animation-point-2 {
    transform: scale(1.5) translate(-345px, -281px);
  }
  
  .animation-point-3 {
    transform: scale(1.5) translate(-856px, -292px);
  }
  
  .animation-point-4 {
    transform: scale(1.5) translate(-580px, 70px);
  }
  
  .animation-point-5 {
    transform: scale(1.5) translate(-160px, 45px);
  }
}


@media (max-width: 1440px) {

  .header {
    padding-top: 30px;
    position: fixed;
    top: 0;
    width: 100%;
  }
  

  .body {
    height: 100vh;
    width: 100vw;
  }

  .body__bg-box {
    position: fixed;
    overflow-x: scroll;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none; 
  }

  .body__bg-box::-webkit-scrollbar {
    display: none;
  }

  .points {
    width: 2097px;
    height: 1180px;
    position: relative
  }

  .body__bg-img {
    height: 100%;
  }

  .header__top {
    display: block;
  }

  .header__logo {
    margin-bottom: 45px;
  }

  .menu__wrapper {
    max-width: 970px;
  }

  .menu__subitem {
    width: 240px;
    height: 170px;
  }

  .footer__logo {
    width: 201px;
    padding: 33px 15px;
  }
}

@media (max-width: 1280px) {
  .header {
    padding-top: 20px;
  }

  .header__top {
    display: flex;
  }

  .header__logo {
    margin-bottom: 0;
  }

  .menu {
    display: none;
  }

  .burger {
    display: block;
  }

  .header__title {
    padding-bottom: 74px;
    font-size: 96px;
  }

  .popup {
    top: 0;
    bottom: 0;
    transform: translate(0);
  }

  .popup__inner {
    height: 100vh;
    max-width: 675px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .popup__top {
    margin-bottom: 50px;
  }

  .popup__btn {
    padding: 20px 20px 20px 10px;
  }

  .popup__btn svg {
    width: 60px;
    height: 45px;
  }

  .popup__title {
    padding-left: 20px;
    font-size: 36px;
  }

  .popup__title div {
    font-size: 24px;
  }

  .popup__content {
    padding-left: 0;
  }

  .popup__text {
    display: none;
  }

  .popup__link {
    width: auto;
    padding: 12px 100px 12px 80px;
    font-size: 24px;
  }

  .popup__link::after {
    right: 50px;
  }

  .footer__btns,
  .footer__menu {
    display: none;
  }

  .footer__inner {
    border-top: none;
    padding-top: 0;
    padding-bottom: 25px;
  }

  .footer__mob-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}

@media (max-width: 1024px) {
  body {
    font-size: 16px;
  }

  .container {
    padding: 0 20px;
  }

  .mob-menu {
    overflow-y: scroll;
    overflow-x: hidden;
  }

}

@media (max-width: 768px) {
  body {
    font-size: 14px;
  }

  .body__bg-img--light {
    display: block;
    animation: lighting 1.7s infinite;
  }

  .mob-menu__social-link {
    font-size: 16px;
  }

  .mob-menu__social-link+.mob-menu__social-link {
    margin-left: 10px;
    padding-left: 10px;
  }

  @keyframes lighting {
    0% {
      opacity: 0.6;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0.6;
    }
  }

  .points__item {
    opacity: 0;
  }

  .points__item--visible {
    display: none;
  }

  .points__item--opacity {
    z-index: -1;
  }

  .popup {
    margin-bottom: 0;
    top: auto;
    z-index: 0;
    /* background: linear-gradient(180deg, rgba(8, 26, 40,0) 0%, rgba(8, 26, 40,0.63) 73%, rgba(8, 26, 40,0.89) 98%); */
  }

   #experience {
    display: block;
  }

  .popup__inner {
    padding-bottom: 80px;
    justify-content: end;
    height: auto;
  }

  .popup__top {
    margin-bottom: 0;
  }

  .popup__btn {
    display: none;
  }

  .popup__title {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .popup__title div {
    padding-left: 5%;
    font-size: 14px;
  }

  .popup__text {
    display: block;
    padding: 20px;
    font-size: 14px;
  }

  .popup__link {
    padding: 12px 40px 12px 20px;
    width: 100%;
    max-width: 420px;
  }

  .popup__link::after {
    right: 10px;
  }

  .footer__inner {
    padding-bottom: 5px;
  }

  .footer__menu {
    display: none;
  }

  .footer__arrows {
    display: block;
  }

}

@media (max-width: 560px) {
  

  .point-1 {
    width: 120px;
    height: 56px;
    top: 34%;
    left: 30%;
  }

  .point-2 {
    top: 54%;
    width: 90px;
    height: 165px;
  }

  .point-3 {
    width: 70px;
    height: 102px;
    top: 49%;
    left: 60%;
}

  .point-4 {
    width: 145px;
    height: 153px;
    top: 57%;
    left: 74%;
  }

  .point-5 {
    width: 80px;
    height: 165px;
    top: 30%;
    left: 85%;
  }

}