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

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background-color: #84DBE8;
  color: #FFFFFF;
  font-family: coolvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
}

img {
  max-width: 100%;
}

button {
  border: 0;
  background: transparent;
  cursor: pointer;
  color: inherit;
  font-family: inherit;
  text-decoration: none;
}

.container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 33px;
}

.button {
  padding: 16px 38px 18px;
  background: #DE2538;
  /*box-shadow: 0px 16px 32px #ffffff;*/
  border-radius: 60px;
  font-size: 30px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
}

.button_download {
  margin-right: 20px;
  font-size: 24px;
  line-height: 29px;
}

.button_download:hover {
  background: #DE2538;;
}

.button_here {
  font-size: 24px;
  line-height: 29px;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  background: transparent;
  box-shadow: none;
}

.part-1 {
  padding-top: 31px;
  padding-bottom: 61px;
  height: 100vh;
}

.part-1 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.logo {
  align-self: flex-start;
}

.part-1__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: -50px;
}

.part-1 .button:hover {
  background: #DE2538;;
}

.part-1__image-desktop {
  max-width: 1143px;
  margin-top: 25px;
  background-size: contain;
}

.part-1__image-mobile {
  display: none;
}

.part-1__arrow {
  margin-top: 125px;
}

.part-2 {
  display: flex;
  justify-content: center;
  padding: 33px 33px 0;
  position: relative;
}

.part-2__image {
  max-width: 615px;
}

.part-2__title {
  font-weight: 500;
  font-size: 36px;
  line-height: 140%;
  letter-spacing: 0.02em;
}

.part-2 p {
  max-width: 480px;
  font-size: 20px!important;
  line-height: 34px;
  letter-spacing: 0.02em;
}

.part-2__buttons {
  margin-top: 56px;
}

.part-2__middle-text {
  margin-top: 54px;
  font-size: 21px;
  line-height: 34px;
  letter-spacing: 0.02em;
}

.part-2__middle-text span {
  display: block;
  font-weight: 500;
  font-size: 24px;
}

.part-2__bottom-text {
  margin-top: 36px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
}

.footer {
  padding-top: 107px;
  padding-bottom: 30px;
  position: relative;
}

.footer .container {
  position: relative;
}

.footer .container:after {
  content: "";
  background-image: url(../images/image-bottom.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  width: 469px;
  height: 803px;
  position: absolute;
  bottom: -70px;
  right: -225px;
  z-index: -1;
}

@media(max-width: 1500px) {
  .button {
    font-size: calc(100vw / 50);
  }

  .button_download {
    margin-right: 20px;
    font-size: calc(100vw / 62.5);
    line-height: calc(100vw / 52.72);
  }
  
  .button_here {
    font-size: calc(100vw / 62.5);
    line-height: calc(100vw / 51.72);
  }

  .part-1 {
    padding-top: calc(100vw / 48);
  }

  .logo img {
    width: calc(100vw / 27);
  }

  .part-1__image-desktop {
    max-width: calc(100vw / 1.31);
    background-size: contain;
  }

  .part-1__arrow {
    width: calc(100vw / 68);
    margin-top: 0;
    position: absolute;
    bottom: 30px;
  }

  .part-2__image {
    width: calc(100vw / 2.43);
    height: calc(100vw / 3.33);
  }

  .part-2 p {
    font-size: calc(100vw / 62.5);
    line-height: calc(100vw / 44.11);
  }

  .part-2__buttons {
    margin-top: calc(100vw / 26.7);
  }

  .part-2__middle-text {
    font-size: calc(100vw / 71.4);
    line-height: calc(100vw / 44.11);
    margin-top: calc(100vw / 27.7);
  }
  
  .part-2__middle-text span {
    font-size: calc(100vw / 62.5);
  }
  
  .part-2__bottom-text {
    font-size: calc(100vw / 107.14);
    line-height: calc(100vw / 75);
  }
}

@media(max-width: 500px) {
  
  .container {
    padding: 0 16px;
  }

  .button {
    font-size: 18px;
    line-height: 22px;
  }

  .part-1 {
    padding-top: 17px;
    padding-bottom: 22px;
    height: auto;
  }

  .logo img {
    width: 42px;
  }

  .part-1__image-desktop {
    display: none;
  }

  .part-1__image-mobile {
    display: block;
    margin-top: 55px;
  }

  .part-1 .button {
    margin-top: 25px;
  }

  .part-1__arrow {
    width: 17px;
    position: static;
    margin-top: 55px;
  }

  .part-2 {
    padding: 33px 16px 0;
    padding-top: 22px;
    flex-direction: column-reverse;
  }

  .part-2__title {
    font-size: 24px;
    line-height: 34px;
  }

  .part-2__text p {
    max-width: 288px;
    padding-bottom: 270px;
    font-size: 18px;
    line-height: 25px;
  }

  .part-2__image {
    width: 100%;
    height: auto;
    position: absolute;
    top: 220px;
    left: 0;
    right: 0;
  }

  .part-2__buttons {
    text-align: center;
  }

  .part-2__buttons a {
    width: 270px;
    display: block;
    margin: 0 auto;
    margin-bottom: 24px;
  }

  .part-2__middle-text {
    font-size: 16px;
    line-height: 25px;
    margin-top: 41px;
    max-width: 288px;
  }
  
  .part-2__middle-text span {
    font-size: 18px;
  }

  .part-2__bottom-text {
    margin-top: 28px;
    font-size: 11px;
    line-height: 15px;
  }

  .part-2__bottom-text br {
    display: none;
  }

  .footer {
    padding-top: 174px;
    padding-bottom: 70px;
    overflow: hidden;
    text-align: center;
    font-size: 10px;
  }

  .footer .container:after {
    background-image: url(../images/image-bottom-mob.png);
    background-position: left;
    width: 361px;
    height: 320px;
    left: 46px;
    right: 0;
    bottom: -165px;
  }
}

@media(orientation: portrait) {
  .part-1 {
    height: auto;
  }
}
