* {
  margin: 0;
  padding: 0;
}

html {
  width: 100vw;
}

body {
  min-height: auto !important;
  overflow: scroll;
  overflow-x: hidden;
  width: 100%;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  background: #202024;
}

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

li {
  list-style: none;
}

/* common */

.container {
  width: 100vw;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 50px;
  box-sizing: border-box;
}

.desc {
  opacity: 0.7;
}

.btn {
  width: 160px;
  height: 50px;
}

.btn img {
  width: 100%;
}

.title {
  font-size: 48px;
  line-height: 55px;
  font-weight: 700;
}

.title-small {
  font-size: 36px;
  font-weight: 600;
  line-height: 55px;
}

.logo a {
  display: flex;
  align-items: center;
}

.logo img {
  width: 48px;
  height: 48px;
}

.logo p {
  padding-left: 16px;
  font-weight: 700;
  font-size: 24px;
  line-height: 55px;
}

/* header */

.header__wrap {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* about  */

.about {
  background: url("../img/about_bg.svg") bottom no-repeat;
  background-size: cover;
  padding-bottom: 550px;
}

.about__wrap {
  display: flex;
}

.about__text {
  width: 50%;
  padding-top: 155px;
}

.about__text-title {
  font-size: 52px;
  line-height: 55px;
  font-weight: 700;
}

.about__text-title span {
  color: #4aa7ff;
}

.about__text-desc {
  padding-top: 24px;
  padding-right: 85px;
  font-size: 19px;
  line-height: 29px;
  opacity: 0.8;
}

.about__img {
  width: 50%;
}

.about__img img {
  width: 130%;
  max-width: 670px;
  position: relative;
  top: 130px;
}

.about__btn {
  display: none;
  width: 160px;
  height: 50px;
  margin: 30px auto 0px;
}

/* features */

.features {
  margin-top: -200px;
}

.features__wrap {
  text-align: center;
}

.features__list {
  padding-top: 140px;
  display: flex;
  justify-content: space-between;
}

.features__list-item {
  width: 300px;
  border-radius: 16px;
  padding: 20px 24px;
  background: linear-gradient(232.71deg, rgba(14, 125, 255, 0.1) -23.85%, rgba(116, 241, 249, 0.1) 109.37%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.features__list-item__img {
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background: linear-gradient(247.63deg, rgba(14, 125, 255, 0.1) -16.09%, rgba(116, 241, 249, 0.1) 73.76%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.features__list-item__title {
  font-size: 20px;
  font-weight: 600;
  padding: 16px 0px;
}

/* vpn and speedtest */

.vpn_and_speedtest {
  background: url("../img/vpn_and_speedtest_bg.svg") center no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 150px;
  margin-top: 200px;
  margin-bottom: 200px;
}

.vpn_and_speedtest__wrap {
  display: flex;
  flex-direction: column;
}

.block__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.block__wrap:last-child {
  padding-top: 70px;
}

.block__img {
  width: 30%;
  text-align: center;
}

.block__img:first-child {
  text-align: left;
}

.block__img:last-child {
  text-align: right;
}

.block__img img {
  width: 100%;
  max-width: 270px;
}

.block__info {
  width: 65%;
  display: flex;
}

.block__info-img {
  min-width: 112px;
  max-width: 112px;
  width: 112px;
  height: 112px;
  border-radius: 100%;
  background: linear-gradient(247.63deg, rgba(14, 125, 255, 0.1) -16.09%, rgba(116, 241, 249, 0.1) 73.76%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.block__info-img img {
  width: 64px;
  height: 64px;
}

.block__info-text {
  padding-left: 40px;
}

.block__info-text__desc {
  padding-top: 10px;
  max-width: 600px;
}

.block__info-text__list {
  padding-top: 36px;
}

.block__info-text__list li {
  padding-bottom: 16px;
  margin-left: 20px;
}

.block__info-text__list li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: linear-gradient(247.63deg, #0e7dff -16.09%, #74f1f9 73.76%);
  position: relative;
  top: 16px;
  left: -22px;
}

/* screens */

.screens__text {
  text-align: center;
}

.screens__img {
  display: flex;
  justify-content: center;
  padding-top: 130px;
}

.screens__img img {
  width: 50%;
  max-width: 460px;
  padding: 0px 15px;
}

/* footer */

.footer {
  padding-top: 330px;
  background: url("../img/footer_bg.svg") top no-repeat;
  background-size: cover;
}

.footer__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__links a:last-child {
  padding-left: 24px;
  padding-right: 48px;
}

.footer__links--mobile {
  display: none;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}

.footer__links--mobile a {
  padding: 0px 18px;
}

.footer__copy {
  text-align: center;
  padding: 40px 0px;
}

/* terms and policy */

.info__header {
  height: 100px;
}

.info__header__wrap {
  display: flex;
  justify-content: center;
  padding: 20px 0px;
}

.info__wrap {
  padding-top: 120px;
  padding-bottom: 100px;
  margin-top: -1px;
}

.info h1 {
  font-size: 50px;
  line-height: 75px;
  font-weight: 400;
  letter-spacing: 0.4px;
}

.info p {
  color: #b6bed3;
  font-size: 24px;
  line-height: 36px;
  padding-top: 20px;
}
