@import "../assets/font/stylesheet.css";

:root {
  --color-primary: #060606;
  --works: #ded6d83f;
}

*{
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  outline: none;
  border: none;
  font-family: "SF Pro Display", sans-serif; 
  
}

body{
  background: #060606;
}

img{
    display: block;
}

.container{
  max-width: 768px;
  padding: 0 16px;
  margin: 0 auto;

}

.container-trms{
  max-width: 768px;
  padding: 0 16px;
  margin: 0 auto;
    color: #FFFFFF;
    font-weight: 400;
}

.header{
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  padding: 10px 0;
  z-index: 10;
  transition: .3s;
}

.header.header-home.scroll{
  background: #060606;
  box-shadow: 0px 15px 50px -12px rgba(0, 0, 0, 0.1);
}

.header.scroll{
  background: #fff;
  box-shadow: 0px 15px 50px -12px rgba(0, 0, 0, 0.1);
}

.header-content{
  display: flex;
  justify-content: space-between;
}

.wrapper{
  overflow: hidden;
  padding-top: 94px;
}

.wrapper-home{
  padding: 0;
}

.logo{
  color: white;
  display: flex;
  gap: 8px;
  align-items: center;
}

.logo img{
  display: block;
  
}

.logo_text{
  width: 110px;
  font-size: 15px;
  font-weight: bold;
  line-height: 17px;
}

.nav {
  position: fixed;
  inset: 0;
  background: #060606;
  z-index: 1000;
  transform: translateX(100%);
  transition: transform 0.3s ease;

  display: flex;
  flex-direction: column;
}


.nav::after {
  content: "";
  position: absolute;
  bottom: 140px;
  left: 50%;
  transform: translateX(-50%);
  width: 220px;
  height: 220px;
  background: url("../assets/img/Icon.svg") no-repeat center;
  background-size: contain;
  opacity: 0.15;
  pointer-events: none;
}

.nav-inner {
  flex: 1;
  padding: 120px 24px 32px;

  display: flex;
  flex-direction: column;
}


.nav.active {
    transform: translateX(0);
    }

.nav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    background: #060606;
    }

.nav-cross {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.nav-cross img {
    width: 32px;
    height: 32px;
}

.nav .primary-btn{
  width: 246px;
  height: 60px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  border-radius: 20px;
}

.nav-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.nav-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;

  color: #fff;
  font-size: 22px;
  font-weight: 500;
}

.nav-sandwich{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
}

.nav-arrow img {
  width: 20px;
  height: 20px;
}

.nav-btn {
  margin-top: auto;
  align-self: center;

  width: 100%;
  max-width: 320px;
  height: 60px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #6F71F3;
  color: #fff;
  font-size: 16px;
  font-weight: 600;

  border-radius: 30px;
  text-transform: none;
}

.main {
  position: relative;
  display: flex;
  align-items: center;
  background: var(--color-primary);
  width: 100%;
  height: 100vh;
  padding: 50px 0 0px;
}

.main-title{
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  color: #FFFFFF;
  margin: 0px 0px -40px;
    text-align: center;
}

.main-title-text{
    font-size: 40px;

    text-align: center;
}

.main-description{
  color: #4B7C8E;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  
}

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

.main-banner-img{
position: relative;
}

.main-banner-img img{
  display: block;
  width: 100%;
  
  -webkit-mask-image: radial-gradient(circle, black 20%, transparent 100%);
}

@media (max-width: 450px) {

  .main-banner {
    overflow: visible;
  }
    
    .main-title {
    position: relative;
    z-index: 2;
    margin: -100px 0 100px;
  }

  .main-banner-img {
    transform: scale(1.3);
    transform-origin: center;
  }

  
  .main-banner-img img {
    content: url("../assets/img/iPhone.png");
    -webkit-mask-image: none; 
  }

  
  .main-banner-img::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;

    background:
      linear-gradient(
        to bottom,
        rgba(0, 0, 0, 1),
        transparent 30%
      ),
      linear-gradient(
        to top,
        rgba(0, 0, 0, 1),
        transparent 35%
      );
  }

  
}



.slider-section {
  background: #FFFFFF;
  padding: 60px 0;
  text-align: center;
}

.slider-title{
    margin-top: 24px;
  color: #ffffff;
    font-weight: 500;
  font-size: 64px;
    font-style: italic;
  line-height: 1.4;
    text-align: center;
    
}

.hql-text{ 
    margin-top: 24px;
  color: #d3d3d380;
  font-size: 24px;
    font-weight: 400;
  line-height: 1.4;
    text-align: center;   
}

.phone-slider {
  width: 100%;
  padding-bottom: 32px;
}

.phone-slider .swiper-slide {
  display: flex;
  justify-content: center;
  opacity: 0.25;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.phone-slider .swiper-slide img {
  width: 280px;
}

.phone-slider .swiper-slide-active {
  opacity: 1;
  transform: scale(1.05);
}

/* Pagination */
.phone-slider .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.4;
}

.phone-slider .swiper-pagination-bullet-active {
  opacity: 1;
}

@media (min-width: 768px) {

  .phone-slider {
    padding: 40px 0;
  }

  .phone-slider .swiper-slide {
    display: flex;
    justify-content: center;
    opacity: 0.5;
    transition: opacity 0.3s ease, transform 0.3s ease;
    cursor: pointer;
  }

  .phone-slider .swiper-slide img {
    width: 240px;
  }

  .phone-slider .swiper-slide-active {
    opacity: 1;
    transform: scale(1.05);
  }

}

.slider-text {
  margin-top: 24px;
  color: #ffffff;
  font-size: 24px;
    font-weight: 400;
  line-height: 1.4;
    text-align: center;
}


.work{
  position: relative;
  padding: 60px 0 0;
}

.work-list{
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 32px;
}

.work-item{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 27px;
  text-align: center;
  border-radius: 34px;
  background: var(--works);
}

.faq{
    position: relative;
    padding: 88px 0px 0px;
    background-color: #060606;
}

.faq-el-text{
  max-width: 81%;
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 16px 0;
}

.faq-el-text:last-child{
  margin-bottom: 0;
}

.faq-list{
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
}

.faq-el{
  position: relative;
  background: #060606;
  border-radius: 22px;
}

.faq-el::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  padding: 1px;
  
  pointer-events: none; 
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.faq-el-head{
border-bottom: 1px solid rgba(35, 38, 47, 1);

  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.faq-el-body {
    
  display: none;
  overflow: hidden;
}

.faq-el-head-text{
    background: #060606;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

@media (max-width: 768px) {
  .faq-el-head-text {
    max-width: 300px;
  }
}

.faq-el-head-itm{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  background: #060606;
  border-radius: 8.1px;
}

.faq-el.active .faq-el-head-itm{
  background: #060606;
}

.faq-el-head-itm-minus{
  display: none;
}


.faq-el.active .faq-el-head-itm-plus{
  display: none;
}

.faq-el.active .faq-el-head-itm-minus{
  display: block;
}

.faq-el-head-itm img{
  width: 20px;
  height: 20px;
  display: block;
}

.faq-el {
  cursor: pointer;
}

.faq-el.active .faq-el-body{
  margin-top: 8px;
}

.info-bloсk{
    position: relative;
    padding: 28px 0;
    background-color: #060606;
}

.info-bloсk-list{
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
}

.info-bloсk-card{
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 22px;
  box-shadow: 0px 15px 50px -12px rgba(0, 0, 0, 0.1);
  background: rgb(255, 255, 255);
  padding: 24px;
}


.info-bloсk-card-text{
  color: #23262FB2;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 16px;
}


.form-block {
    padding: 28px 0;
    background-color: #060606;
}

.form {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 8px 13px;
    border-radius: 22px;
    margin-top: 14px;
}


.form-group input,
.form-group textarea {
    width: 100%;
    box-sizing: border-box;
    border-radius: 16px;
    background: #72737380;
    padding: 19px 20px 18px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    color: #ffffff; 
    caret-color: #ffffff;
    border: none;            
    outline: none;               
    resize: none;                
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(255, 255, 255, 0.4); 
}

.form-group button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    padding: 17px;
    color: #060606;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 33px;
    background: #FFFFFF;
    margin: 0 auto;
    cursor: pointer;
    border: none;
    outline: none;
}

.form-group input:focus,
.form-group textarea:focus {
    background: #72737380; 
    box-shadow: 0 0 0 2px rgba(255,255,255,0.2); 
}

.footer{
 background-color: #060606;
  padding: 28px 0;
  margin-top: 32px;
}

.footer-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 34px;
}

.logo-footer{
 color: black !important;
}

.black{
  color: black !important;
}

.footer-btn{
  width: 246px;
  height: 60px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.5px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
}

.footer-nav .nav-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-nav .nav-list__el a {
  display: block;
  width: 100%;
  text-align: center;
    font-weight: 400;
    font-size: 16px;
}

.section-title--info{
  text-align: center;
  margin-bottom: 32px;
}

.section-title{
  max-width: 380px;
  color: #FFFFFF;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  margin: 0 auto;
}

.copy-text{

  padding-top: 12px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin-top: 34px;
    font-weight: 400;
}

@media (min-width: 768px) {
  .phone-slider .swiper-slide {
    opacity: 0.5;
    transition: opacity 0.3s ease, transform 0.3s ease;
    cursor: pointer;
  }

  .phone-slider .swiper-slide-active {
    opacity: 1;
    transform: scale(1.05);
  }
}

@media (min-width: 768px) {
  .phone-slider .swiper-wrapper {
    transform: none !important; 
  }

  .phone-slider .swiper-slide {
    opacity: 0.5;
    transition: opacity 0.4s ease;
    cursor: pointer;
  }

  .phone-slider .swiper-slide-active {
    opacity: 1;
  }
}

.form-group input:-webkit-autofill,
.form-group textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #72737380 inset !important; 
    -webkit-text-fill-color: #ffffff !important; 
    caret-color: #ffffff !important; 
}


.terms {
  counter-reset: policy;
}


.terms-block h3::before {
  counter-increment: policy;
  content: counter(policy, upper-roman) ". ";
  margin-right: 6px;
}

.policy {
  counter-reset: policy;
}


.policy-block h3::before {
  counter-increment: policy;
  content: counter(policy, upper-roman) ". ";
  margin-right: 6px;
}