* {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  box-sizing: border-box;
  text-decoration: none;
  outline: none;
  list-style: none;
}

html {
  overflow-x: hidden;
}

body {
  background: #000000;
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: 1170px;
  padding: 0 30px;
  margin: 0 auto;
}
@media screen and (max-width: 1199.9px) {
  .container {
    max-width: 968px;
  }
}
@media screen and (max-width: 991.9px) {
  .container {
    max-width: 760px;
  }
}
@media screen and (max-width: 767.9px) {
  .container {
    max-width: 540px;
  }
}
@media screen and (max-width: 559.9px) {
  .container {
    padding: 0 10px;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  padding: 0 44px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #282828;
  background: radial-gradient(100% 100% at 50.26% 0%, #FFEF5B 0%, #CBAA00 100%);
  border: 0;
  border-bottom: 2px solid #857000;
  box-shadow: 0px 4px 10px rgba(210, 179, 12, 0.2);
  border-radius: 10px;
}
.btn:disabled, .btn.disabled {
  background: radial-gradient(100% 100% at 50.26% 0%, #767676 0%, #5A5A5A 100%);
  border: 0;
  border-bottom: 2px solid #656565;
  box-shadow: 0px 4px 30px rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}

.header {
  width: 100%;
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(41, 41, 41, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 100;
}

.header__content {
  display: flex;
  align-items: center;
}

.header__menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-left: 10px;
}
.header__menu .btn {
  height: 40px;
  padding: 0 30px;
}

.header__text {
  width: 250px;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}

.header__nav {
  display: flex;
  align-items: center;
}

.header__link {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}
.header__link + .header__link {
  margin-left: 30px;
}

.header__burger {
  display: none;
}

.hero {
  padding: 190px 0 75px;
  background: url(../fonts/bg.svg) center top no-repeat;
  background-size: 1920px auto;
}

.hero__content {
  position: relative;
}

.hero__info {
  position: relative;
  z-index: 1;
}
.hero__info h2 {
  font-weight: 300;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
}
.hero__info h1 {
  font-style: italic;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #FFFFFF;
}
.hero__info h3 {
  margin-top: 10px;
  font-weight: 300;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
}
.hero__info h3 span {
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #E2CC00;
}
.hero__info p {
  max-width: 272px;
  margin-top: 40px;
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
}
.hero__info .btn {
  margin-top: 15px;
}

.hero__advantages {
  width: 563px;
  position: absolute;
  top: -95px;
  left: 587px;
}

.hero__phone {
  width: 100%;
}

.hero__perfomance {
  position: absolute;
  left: 132px;
  bottom: 9px;
}

.hero__advantages__list {
  position: absolute;
  top: 333px;
  right: 0;
  z-index: 2;
}

.hero__advantages__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 220px;
  padding: 15px 20px 15px 35px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #282828;
  border-radius: 30px 5px 5px 30px;
}
.hero__advantages__item img {
  display: block;
  width: 20px;
  min-width: 20px;
  height: 20px;
}
.hero__advantages__item + .hero__advantages__item {
  margin-top: 20px;
}

.hero__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 522px;
  margin-top: 30px;
}

.hero__item {
  width: 236px;
  margin-top: 80px;
  position: relative;
}
.hero__item img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
  z-index: 1;
}
.hero__item span {
  display: block;
  padding: 10px 10px 10px 66px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #FFFFFF;
  background: radial-gradient(100% 100% at 50.26% 0%, rgba(255, 255, 255, 0.25) 0%, rgba(149, 223, 255, 0.25) 100%);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 10px;
}

.camera {
  margin-top: 140px;
}

.camera__top {
  padding: 150px 0 0;
  text-align: center;
  color: #282828;
  background: #fff;
}
.camera__top h2 {
  font-weight: 300;
  font-size: 36px;
  line-height: 44px;
}
.camera__top p {
  font-weight: 300;
  font-size: 24px;
  line-height: 34px;
}
.camera__top img {
  display: block;
  width: 100%;
  margin-top: 66px;
  margin-bottom: -2px;
}

.camera__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 596px;
  padding-top: 43px;
  margin-top: -75px;
  background: #000 url(../fonts/bottom-bg.svg) center bottom no-repeat;
  background-size: 100% auto;
  overflow: hidden;
}
.camera__bottom img {
  margin-top: 20px;
}

.camera__param {
  display: flex;
  color: #fff;
}
.camera__param li h4 {
  font-weight: 300;
  font-size: 36px;
  line-height: 44px;
}
.camera__param li p {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
}
.camera__param li + li {
  margin-left: 40px;
}

.processor,
.energy {
  margin-top: 200px;
  text-align: center;
  color: #fff;
}
.processor h2,
.energy h2 {
  font-weight: 300;
  font-size: 36px;
  line-height: 44px;
}
.processor p,
.energy p {
  font-weight: 300;
  font-size: 24px;
  line-height: 34px;
}
.processor img,
.energy img {
  display: block;
  width: 100%;
  margin-top: 100px;
}

.energy img {
  border-radius: 40px;
}

.perfect {
  margin-top: 200px;
  padding-top: 150px;
  min-height: 1069px;
  color: #fff;
  background: url(../fonts/bg-1.svg) center bottom repeat-x;
  background-size: auto 100%;
}
.perfect h2 {
  text-align: center;
}

.perfect__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.perfect__bottom {
  width: 852px;
  margin-top: 100px;
  padding-top: 100px;
  position: relative;
}

.perfect__photo {
  display: block;
  width: 332px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate3d(-50%, 0, 0);
}
.perfect__photo img {
  display: block;
  width: 100%;
}

.perfect__list {
  display: flex;
  flex-wrap: wrap;
}
.perfect__list li {
  width: 260px;
  padding: 10px 20px;
  margin-bottom: 30px;
  position: relative;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  background: radial-gradient(100% 100% at 50.26% 0%, rgba(255, 255, 255, 0.25) 0%, rgba(149, 223, 255, 0.25) 100%);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 10px;
}
.perfect__list li::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  background: radial-gradient(100% 100% at 50.26% 0%, rgba(255, 255, 255, 0.25) 0%, rgba(149, 223, 255, 0.25) 100%);
  border-radius: 50%;
  transform: translate3d(0, -50%, 0);
}
.perfect__list li::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  background: #FFFFFF;
  opacity: 0.5;
  border-radius: 50%;
  transform: translate3d(0, -50%, 0);
}
.perfect__list li:nth-child(2n+1)::before {
  left: -10px;
}
.perfect__list li:nth-child(2n+1)::after {
  left: -3px;
}
.perfect__list li:nth-child(2n) {
  margin-left: 300px;
}
.perfect__list li:nth-child(2n)::before {
  right: -10px;
}
.perfect__list li:nth-child(2n)::after {
  right: -3px;
}

.availability {
  text-align: center;
  color: #fff;
}

.availability__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 750px;
  margin: 0 auto;
}

.availability__top h2 {
  font-weight: 300;
  font-size: 36px;
  line-height: 44px;
}
.availability__top p {
  font-weight: 300;
  font-size: 24px;
  line-height: 34px;
}

.availability__middle {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 40px;
  margin-top: 60px;
  background: radial-gradient(100% 100% at 50.26% 0%, rgba(155, 194, 210, 0.45) 0%, rgba(0, 39, 55, 0.45) 100%);
  border-radius: 20px;
}
.availability__middle h4 {
  font-weight: 300;
  font-size: 24px;
  line-height: 29px;
}
.availability__middle h4 span {
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
}
.availability__middle h4 span.yellow {
  color: #E2CC00;
}
.availability__middle h4 span.red {
  color: #E63125;
  text-decoration: line-through;
}
.availability__middle h5 {
  margin-top: 10px;
  font-style: italic;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
}

.availability__bottom {
  margin-top: 66px;
}
.availability__bottom p {
  font-weight: 300;
  font-size: 24px;
  line-height: 34px;
}
.availability__bottom .btn {
  margin-top: 20px;
}

.trends {
  margin-top: 200px;
  text-align: center;
  color: #fff;
}
.trends h2 {
  font-weight: 300;
  font-size: 36px;
  line-height: 44px;
}
.trends p {
  font-weight: 300;
  font-size: 24px;
  line-height: 34px;
}
.trends picture {
  display: block;
  width: 100%;
  margin-top: 100px;
}
.trends picture img {
  display: block;
  width: 100%;
}

.steps {
  padding: 150px 0 286px;
  margin-top: 200px;
  text-align: center;
  color: #fff;
  background: rgba(77, 159, 255, 0.1);
}

.steps__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.steps__top h2 {
  font-weight: 300;
  font-size: 36px;
  line-height: 44px;
}
.steps__top p {
  font-weight: 300;
  font-size: 24px;
  line-height: 34px;
}

.steps__list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 740px;
  margin-top: 100px;
}
.steps__list li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 200px;
  padding: 5px;
  position: relative;
  background: radial-gradient(100% 100% at 50.26% 0%, rgba(155, 194, 210, 0.45) 0%, rgba(0, 39, 55, 0.45) 100%);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 10px;
}
.steps__list li span {
  position: relative;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  z-index: 1;
}
.steps__list li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../fonts/1.svg) center center no-repeat;
}
.steps__list li:nth-child(2)::before {
  background: url(../fonts/2.svg) center center no-repeat;
}
.steps__list li:nth-child(3)::before {
  background: url(../fonts/3.svg) center center no-repeat;
}

.steps__botom {
  margin-top: 80px;
}
.steps__botom p {
  width: 458px;
  font-weight: 300;
  font-size: 24px;
  line-height: 34px;
}
.steps__botom p span {
  color: #F3DB00;
}
.steps__botom .btn {
  margin-top: 20px;
}

.collection {
  margin-top: -190px;
  color: #282828;
}

.collection__content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100%;
  height: 380px;
  padding: 10px;
  background: url(../other/bg-pc.jpg) center center no-repeat;
  background-size: cover;
}

.collection__info {
  width: 410px;
  padding: 20px;
  background: radial-gradient(100% 100% at 50.26% 0%, rgba(255, 255, 255, 0.75) 0%, rgba(149, 223, 255, 0.75) 100%);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 10px;
}
.collection__info h2 {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.collection__info p {
  margin-top: 10px;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
}

.footer {
  padding: 32px;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
}

.footer__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__content a {
  color: #fff;
}

.popup {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100;
  color: #fff;
  overflow-y: auto;
}
.popup.active {
  display: block;
}
.popup.policy .popup__content {
  max-width: 560px;
}
.popup.policy .popup__content p {
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
}
.popup.policy .popup__content p + p {
  margin-top: 15px;
}

.popup__conteiner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 20px;
}

.popup__content {
  width: 100%;
  max-width: 381px;
  padding: 30px;
  position: relative;
  background: #282828;
  border-radius: 10px;
}

.popup__close {
  position: absolute;
  top: 0;
  right: 0;
}

.popup__title {
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
}

.popup__form {
  padding: 10px;
  margin-top: 20px;
}
.popup__form .btn {
  margin-top: 40px;
  width: 100%;
}

.input {
  display: block;
  width: 100%;
}
.input span {
  display: block;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
.input input {
  width: 100%;
  padding-bottom: 11px;
  padding-left: 3px;
  padding-right: 3px;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
}
.input input::-moz-placeholder {
  color: #737373;
}
.input input:-ms-input-placeholder {
  color: #737373;
}
.input input::placeholder {
  color: #737373;
}
.input + .input {
  margin-top: 20px;
}

.popup__bottom {
  margin-top: 40px;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
.popup__bottom a {
  color: #F3DB00;
}

@media screen and (max-width: 1199.9px) {
  .hero__advantages {
    left: 380px;
  }
}
@media screen and (max-width: 991.9px) {
  .header__menu .btn {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }
  .header__text {
    width: 180px;
    font-size: 12px;
  }
  .hero__advantages {
    width: 320px;
    min-height: 396px;
  }
  .hero__advantages__list {
    top: 108px;
  }
  .hero__advantages__item {
    padding: 10px 15px 10px 25px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
  }
  .hero__advantages__item + .hero__advantages__item {
    margin-top: 10px;
  }
  .hero__perfomance {
    width: 120px;
    left: 28px;
    bottom: 80px;
  }
  .perfect {
    padding-top: 100px;
    background-position: center bottom;
  }
  .perfect__bottom {
    width: 760px;
    padding-top: 40px;
  }
  .perfect__list {
    width: 540px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .perfect__list li {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767.9px) {
  .header__burger {
    display: block;
    cursor: pointer;
  }
  .header__content {
    justify-content: space-between;
    position: relative;
  }
  .header__menu {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    width: 310px;
    padding: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #282828;
    transform: translate3d(0, 100%, 0);
  }
  .header__menu .btn {
    width: 100%;
    height: 51px;
    margin-top: 40px;
  }
  .header__menu.active {
    display: flex;
  }
  .header__text {
    width: 100%;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #F3DB00;
  }
  .header__nav {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px;
  }
  .header__link + .header__link {
    margin-left: 0;
    margin-top: 40px;
  }
  .hero {
    padding-top: 100px;
    background: url(../fonts/bg-mob.svg) center top no-repeat;
  }
  .hero__content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hero__advantages {
    margin-top: 30px;
    position: relative;
    left: unset;
    top: unset;
  }
  .hero__list {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    width: 100%;
  }
  .hero__item:nth-child(2n) img {
    left: unset;
    right: 0;
  }
  .hero__item:nth-child(2n) span {
    padding: 10px 66px 10px 10px;
  }
  .camera__top {
    padding-top: 50px;
  }
  .camera__top h2 {
    margin: 0 50px;
  }
  .camera__bottom {
    height: 350px;
  }
  .camera__bottom img {
    width: 320px;
  }
  .perfect {
    min-height: 900px;
  }
  .perfect__list {
    width: 500px;
  }
  .perfect__list li:nth-child(2n) {
    margin-left: auto;
  }
  .processor img,
.energy img {
    margin-top: 50px;
  }
  .perfect__bottom,
.trends picture {
    margin-top: 50px;
  }
  .collection,
.processor,
.energy,
.perfect,
.trends,
.steps {
    margin-top: 120px;
  }
  .processor h2,
.energy h2,
.availability__top h2,
.availability__bottom h2,
.trends h2,
.steps__top h2,
.steps__botom h2,
.camera__top h2 {
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
  }
  .processor p,
.energy p,
.availability__top p,
.availability__bottom p,
.trends p,
.steps__top p,
.steps__botom p,
.camera__top p {
    margin-top: 5px;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
  }
  .steps__list {
    flex-direction: column;
    align-items: center;
  }
  .steps__list li + li {
    margin-top: 50px;
  }
  .steps {
    padding: 100px 0;
  }
  .collection {
    margin: 0;
  }
  .collection .container {
    max-width: 100%;
    padding: 0;
  }
  .footer__content {
    flex-direction: column;
  }
  .footer__content a {
    margin-bottom: 20px;
  }
  .perfect__bottom {
    width: 100%;
  }
}
@media screen and (max-width: 559.9px) {
  .hero__info h2 {
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
  }
  .hero__info h1 {
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
  }
  .hero__info h3 {
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
  }
  .hero__info h3 span {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
  }
  .hero__info p {
    margin-top: 20px;
    font-style: italic;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
  }
  .camera .container,
.processor .container {
    padding: 0;
  }
  .camera__bottom {
    height: 539px;
    align-items: flex-start;
  }
  .camera__bottom img {
    width: 507px;
    margin-left: 10px;
  }
  .camera__param {
    width: 100%;
    justify-content: center;
  }
  .collection__content {
    height: 520px;
    background: url(../other/bg-mob.jpg) center center no-repeat;
    background-size: auto 100%;
  }
  .perfect {
    margin-bottom: 100px;
  }
  .perfect__photo {
    margin-top: 30px;
    position: relative;
    top: unset;
    left: unset;
    transform: none;
  }
  .perfect__list {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
  .perfect__list li {
    margin-bottom: 30px;
  }
  .perfect__list li:nth-child(2n) {
    margin-left: unset;
  }
  .availability__bottom {
    margin-top: 40px;
  }
  .steps__botom p {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */