@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,500;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,500;1,700;1,800;1,900&display=swap');

* {
  margin: 0;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background-color: #232534;
}

.wrapper {
  max-width: 1380px;
  margin: 0 auto;
}

.section-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  display: block;
  width: 300px;
  margin: 150px auto 100px;
  color: #469FFF;
  font-weight: 500;
}

.main {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center;
  position: relative;
}

.screens-section {
  background-color: #469FFF;
  padding: 1px 20px 0;
}

.screens h3 {
  text-align: center;
  font-size: 34px;
  margin-top: 30px;
  font-weight: 500;
}

.screens p {
  text-align: center;
}

.privacy-title {
  margin-bottom: 30px;
}

.privacy-title a {
  color: #469FFF;
  transition: color .5s ease;
  font-size: 30px;
}

.privacy-title a:hover {
  color: #C9CBCD;
}

.privacy-title p {
  font-size: 24px;
}

.header-ip {
  margin-top: 20px;
}

.main-block {
  text-align: center;
  position: relative;
}

.main-block img {
  width: 300px;
  position: relative;
  z-index: 2;
}

.main-block p {
  font-size: 30px;
  font-weight: 500;
  text-shadow: 0 0 20px #100e25;
  position: relative;
  z-index: 2;
}

.header-ip p {
  font-weight: 500;
  font-size: 22px;
  text-shadow: 0 0 20px #100e25;
}

.main-block h1 {
  margin-top: 30px;
  text-align: center;
  text-transform: uppercase;
  font-size: 44px;
  text-shadow: 0 0 30px #100e25;
  color: #469FFF;
  position: relative;
  z-index: 2;
  font-weight: 500;
}

.screens {
  display: flex;
  justify-content: space-evenly;
  gap: 30px;
  flex-wrap: wrap;
}

.screens img {
  width: 300px;
  height: 500px;
  display: block;
  margin-top: 30px;
}

.features-item img {
  width: 250px;
}

.container-features {
  display: flex;
  justify-content: space-evenly;
  gap: 20px;
  flex-wrap: wrap;
  padding: 0 20px;
}

.features-item {
  width: 350px;
  text-align: center;
  border-radius: 30px;
  padding: 30px;
}

.features-item h3 {
  margin: 20px 0 10px;
  font-size: 26px;
  font-weight: 500;
  color: #469FFF;
  text-transform: uppercase;
  white-space: nowrap;
}

.container-subscription {
  display: flex;
  justify-content: space-evenly;
  padding: 70px 20px;
  flex-wrap: wrap;
  text-align: center;
  gap: 30px;
}

.subscription-item {
  background-color: rgba(255, 255, 255, 0.09);
  padding: 50px 30px;
  border-radius: 16px;
}

.container-subscription h3 {
  font-size: 60px;
  color: #469FFF;
  margin-bottom: 20px;
  font-weight: 500;
}

.btn-subscription {
  border: none;
  width: 300px;
  padding: 20px 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  background: #469FFF;
  border-radius: 15px;
  cursor: pointer;
  transition: background-color .5s ease;
  color: #fff;
}

.btn-subscription:hover {
  background-color: #C9CBCD;
}

.container-price {
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.container-price h4 {
  font-weight: 500;
}

.faq-item {
  border-radius: 20px;
  margin-bottom: 20px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  padding: 32px;
  text-align: left;
  background-color: #469FFF;
}

.faq-item .ques {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  line-height: 1;
  cursor: pointer;
}

.faq-item .ques p {
  font-weight: 500;
  font-size: 24px;
}

.faq-item svg {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin-left: 25px;
  height: 100%;
  transform: rotate(-90deg);
  width: 16px;
}

.faq-item .answ {
  display: none;
  cursor: default;
  font-weight: 400;
  line-height: 24px;
  margin-top: 10px;
}

.faq-item.active svg {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

footer {
  padding: 50px 20px 30px;
}

.menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

.copyright {
  text-align: center;
  font-weight: 500;
}

.menu a {
  text-decoration: none;
  color: #469FFF;
  transition: color .5s ease;
}

.menu a:hover {
  color: #C9CBCD;
}

.faq-section {
  width: 60%;
  margin: 0 auto;
}

.sub {
  margin-bottom: 20px;
  text-align: center;
}

.privacy-pages {
  width: 80%;
  margin: 70px auto;
}

.privacy-pages h2 {
  margin: 30px 0 10px;
  font-size: 24px;
  font-weight: 700;
}

.privacy-pages h3 {
  margin: 20px 0 10px;
  font-size: 20px;
  font-weight: 700;
}

.logo-name {
  text-decoration: none;
  font-weight: 700;
  font-size: 26px;
  color: #fff;
}

.advantages {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 30px;
  flex-wrap: wrap;
}

.start {
  padding: 0 20px;
}

.start .section-title {
  margin-bottom: 50px;
}

.advantages ul {
  padding: 0;
  width: 40%;
}

.advantages ul li {
  margin-bottom: 10px;
  list-style-type: none;
}

.advantages ul li h3 {
  font-size: 22px;
  font-weight: 500;
}

.advantages ul li img {
  width: 40px;
  height: 40px;
}

.advantages-flex-item {
  display: flex;
  gap: 20px;
  align-items: center;
}

.advantages-image {
  width: 300px;
}

.support-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .faq-section {
    width: 90%;
  }
  .main-block {
    width: 90%;
  }
  .section-title {
    margin-top: 100px;
    margin-bottom: 50px;
  }
  .privacy-pages {
    width: 90%;
    margin: 40px auto;
  }
  .header {
    padding: 20px;
  }
  .advantages ul {
    width: 90%;
  }
  .main {
    background-size: cover;
  }
  .advantages img {
    width: 100%;
  }
}