@import url('./normalize.css');

a {
  all: unset;
  cursor: pointer;
}

html { 
  background-color: #121212;
}

h1, h2, h3, h4, h5, p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none
}

body {
  font-family: Onest, sans-serif;
  font-weight: 500;
  color: #FFF;
  min-height: 100vh;
  background: linear-gradient(111deg, rgba(255, 255, 255, 0.00) 0%, #03C7CE 97.51%), #FFF;
  background-repeat: no-repeat;
  overflow-x: hidden;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 120px 100px 30px;
  overflow: hidden;
}

.btn {
  width: 201px;
}

@media screen and (max-width: 768px) {
  .container {
  padding: 40px 35px 20px;
  }

  .btn {
    width: 141.289px;
  }
}

.logo-mobile {
  display: none;
}

.header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
}

.header__phone-left,
.header__phone-right {
  max-width: 285.5px;
  width: 20vw;
  height: auto;
  flex-shrink: 0;
  object-fit: contain;
  position: relative;
  top: -20px;
}

.header__content {
  width: 45vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.header__logo-desktop {
  width: 317px;
  height: auto;
  object-fit: contain;
  margin-bottom: 20px;
}

.header__title {
  color:#03C7CE;
  text-align: center;
  font-size: 64px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.64px;
  margin-bottom: 10px;
}

.header__text {
  color: #7F7D81;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.24px;
  margin-bottom: 33px;
}

@media screen and (min-width: 1301px) {
  .header__phone-left {
    left: -20px;
  }

  .header__phone-right {
    right: -20px;
  }
}

@media screen and (max-width: 1300px) {
  .header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% + 200px);
    margin-left: -100px;
    position: relative;
  }

  .header__phone-left,
  .header__phone-right {
    position: absolute;
    width: auto;
    top: -30px;
    height: 110%;
  }

  .header__phone-left {
    left: -100px;
  }

  .header__phone-right {
    right: -100px;
  }
  
}

@media screen and (max-width: 768px) {
  .header__logo-desktop {
    display: none;
  }

  .header {
    width: calc(100% + 70px);
    margin-left: -35px;
    margin-bottom: 50px;
    padding: 45px 0 28px
  }

  .logo-mobile {
    margin: 0 auto;
    display: block;
    position: relative;
    width: 212px;
  }

  .header__title {
    font-size: 32px;
    letter-spacing: 0.32px;
    margin-bottom: 22px;
  }

  .header__text {
    font-size: 14px;
    letter-spacing: 0.14px;
    margin-bottom: 22px;
  }


  .header__phone-left,
  .header__phone-right {
    position: absolute;
    width: 155px;
    top: 0px;
    height: 110%;
  }

  .header__phone-left {
    left: -60px;
  }

  .header__phone-right {
    right: -60px;
  }
  
}

.benefits__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 140px;
}

.benefits__row-first,
.benefits__row-second {
  display: contents;
}

.benefits__element {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}

.benefits__img {
  width: 98.5px;
  height: auto;
}

.benefits__text {
  color:#7F7D81;
  text-align: center;
  font-size: 17.05px;
  font-weight: 700;
  letter-spacing: 0.171px;
}

@media screen and (max-width: 940px) {

  .benefits__container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: space-between;
    gap: 25px;
    width: 100%;
  }
  .benefits__row-first,
  .benefits__row-second {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    gap: 25px;
  }

}

@media screen and (max-width: 768px) {

  .benefits__container {
    margin-bottom: 60px;
  }

  .benefits__img {
    width: 59.591px;
    height: auto;
  }
  
  .benefits__text {
    font-size: 10.364px;
    letter-spacing: 0.104px;
  }
}

.download__container {
  margin-bottom: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 28px;
}

.download__title {
  color: #2F2F2F;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.4px;
}

@media screen and (max-width: 768px) {
  .download__container {
    margin-bottom: 65px;
  }

  .download__title {
    font-size: 24px;
    letter-spacing: 0.24px;
  }  
}

.footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;
  color: #7A7A7A;
  font-size: 16px;
  font-weight: 500;
  text-wrap: nowrap;
}

.footer__copy {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.footer__policy {
  padding: 10px;
  color: #FFF;
}
  
@media screen and (max-width: 768px) {
  .footer {
    gap: 16px;
    flex-direction: column;
    font-size: 14px;
  }

  .footer__policy {
    padding-top: 18px;
  }
}