@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
:root{
  --red:#DA022A;
}
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html{
  scroll-behavior: smooth;
}
body, html {

  width: 100%;
  height: 100%;
  align-items: stretch;
  display: flex;
  font-size: 14px;
  min-height: calc(var(--vh, 1vh) * 100);
}

html {
  height: auto;
  font-size: 1px;
}

body {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

footer, header, .banner, main {
  flex-shrink: 0;
}

main {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}

.container {
  width: 100%;
  max-width: 1296px;
  height: 100%;
  padding: 0 48px;
  margin: 0 auto;
  position: relative;
}
.main>*{
  border-radius: inherit;
}
.header{
  height: 96px;
  margin-bottom: -96px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header.bg-white{
  background: #fff;
}
.header .container{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header__content{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
}
.header__nav{
  display: flex;
  gap: 48px;
  margin-right: auto;
}
.header__nav-burger{
  display: none;
}
.header__nav-list{
  display: flex;
  gap: 48px;
}
.header__nav-list .btn-red{
  display: none;
}
.header__nav a{
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.2s ease-in;
}
.header.bg-white .header__nav a{
  color: #0E090A;
}
.header__nav a:hover{
  opacity: 0.7;

}
.header__login{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 16px;
  width: 126px;
  height: 48px;
  gap: 16px;
  background: #FFFFFF;
  border-radius: 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #0E090A;
  text-decoration: none;
  transition: all 0.2s ease-in;
}
.header.bg-white .header__login{
  background: #DA022A;
  color: #fff;
}
.header.bg-white .header__login img{
  filter: invert(1);
}
.header__login:hover{
  transform: scale(1.03);
  opacity: 0.97;
}
.doc{
  margin-top: 96px;
}
.a-back{
  margin: 24px 0 60px;
}
.a-back a{
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 16px;
}
.a-back span{
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #9F9D9D;
  text-decoration: none;
}

.banner{
  width: 100%;
  padding-top: 96px;
  background: radial-gradient(57.53% 76.92% at 85.12% 90.07%, #F1A584 0%, rgba(241, 165, 132, 0) 100%), #DA022A;
  overflow-x: hidden;
}

.banner__content{
  display: flex;
  justify-content: space-between;
}
.banner__left{
  width: 503px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 27px;
}
.banner__chevron{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 16px;
  width: 100%;
  max-width: 140px;
  height: 30px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #FFFFFF;
}
.banner__title{
  margin-top: 48px;
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  color: #FFFFFF;
}
.banner__text{
  margin-top: 32px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
}
.banner__button{
  margin-top: 48px;
  display: flex;
  gap: 16px;
}
.banner__button .btn-white, .banner__button .btn-white-b{
  width: 100%;
  max-width: 200px;
}
.banner__img{
  position: relative;
  padding-top: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner__img>img{
  margin-right: -30px;
}
.banner__img>img:first-child{
  display: block;
}
.banner__img>img:nth-child(2), .banner__img>img:nth-child(3){
  display: none;
}
.banner__logo{
  position: absolute;
  left: 254px;
  top: 167px;
}

.banner__logo img {
  opacity: 0.2;
  animation: flickerGlow 5s ease-out forwards;
  transition: filter 0.2s ease;

}

@keyframes flickerGlow {
  0%   { opacity: 0.2; filter: none; }
  10%  { opacity: 1;   filter: drop-shadow(0 0 5px white); }
  20%  { opacity: 0.1; filter: none; }
  25%  { opacity: 1;   filter: drop-shadow(0 0 10px white); }
  30%  { opacity: 0.2; filter: none; }
  40%  { opacity: 0.6; filter: drop-shadow(0 0 8px white); }
  50%  { opacity: 0.1; filter: none; }
  60%  { opacity: 1;   filter: drop-shadow(0 0 12px white); }
  70%  { opacity: 0.4; filter: drop-shadow(0 0 4px white); }
  80%  { opacity: 1;   filter: drop-shadow(0 0 10px white); }
  90%  { opacity: 0.5; filter: drop-shadow(0 0 5px white); }
  100% { opacity: 1;   filter: none; }
}

.btn-white{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 25px;
  gap: 16px;
  height: 64px;
  background: #FFFFFF;
  border-radius: 16px;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #0E090A;
  text-decoration: none;
  transition: all 0.2s ease-in;
  border: none;

}
.btn-white:hover{
  transform: scale(1.03);
  opacity: 0.97;
}
.btn-red{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 25px;
  gap: 16px;
  height: 64px;
  background: var(--red);
  border-radius: 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease-in;
}
.btn-red:hover{
  transform: scale(1.03);
  background: #F91E46;
 }
.btn-white-b{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 25px;
  gap: 16px;
  height: 64px;
  border: 1px solid #FFFFFF;
  border-radius: 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.2s ease-in;
}
.btn-white-b:hover{
  transform: scale(1.03);
  opacity: 0.97;
}
.c-red{
  color: var(--red) !important;
}
.readfull{
  color:white;
  font-family: "Mulish";
font-weight: 600;
font-size: 14px;
line-height: 100%;
letter-spacing: 0px;

}
.bg-white{
  background-color: #fff;
  padding: 5px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.animation{
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.animation__title{
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.animation__title h1{
  font-family: "Mulish";
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0px;

}
.animation__title p{
  padding: 10rem;
  width: 40%;
  font-family: "Mulish";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0px;

}


.animation__gif img{
  width: 1200px;
  height: 236px;
}

.features__content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;

}
.features {
  margin-top: 240px;
  margin-bottom: 48px;
}
.features__title{
  padding: 5rem;
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  color: #0E090A;
  margin-bottom: 48px;
}
.features__pictures{
  display: flex;
  justify-content: space-evenly;
  gap: 0;
}
.features__list{
  display: flex;
  flex-wrap: wrap; 
  justify-content: space-evenly;
  gap: 8px;  
  width: 100%;
}
.features__item{
  background-color: rgba(250, 250, 250, 1);
  width: 395px;
  height: 366px;
  border-radius: 16px;
  transition: all 0.3s ease-in;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.features__item-img{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25rem;
  border-radius: 16px;
}
.features__item-img img{
  max-width: 100%;
  border-radius: 16px;
}
.features__item-title{
  font-family: "Mulish";
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0px;
  text-align: center;
}
.features__item-text{
  font-family: "Mulish";
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: center;
  width: 246px;
}
.features__list-2{
  width: 500px;
  height: 740px;
  background-color: rgba(250, 250, 250, 1);
  padding: 40rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 16px;
  transition: all 0.3s ease-in;
}


.features__list-2 img{
  mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%);  
}


.products {
  padding-top: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap:40rem;
  width: 1200px;
}
.products__title{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.products__title h3{
  font-family: "Mulish";
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0px;
}

.products__title p{
  width: 50%;
  padding-left: 20rem;
  font-family: "Mulish";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0px;

}
.products__list{
  display: flex;
  gap:4rem;
  flex-direction: row;
}
.products__item{
  width: calc((100% - 8rem) / 2);
  background-color: rgba(250, 250, 250, 1);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.products__img{
  background-color: rgba(217, 217, 217, 1);
  width: 30%;
    display: flex;
  align-items: center;
  justify-content: center;
}
.products__desc{
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-evenly;
  width: 65%;
  padding: 20px;
}

.products__desc h5{
  font-family: "Mulish";
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}
.soon{
  background-color: rgba(251, 230, 234, 1);
  border-radius: 4px;
  color: #E02847;
  font-family: "Mulish";
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px;
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0px;

}
.img-background-red{
  background: #E02847;
  background: linear-gradient(90deg, #E02847, #F58668);
}

.products__desc button{
  font-family: "Mulish";
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  background-color: rgba(218, 2, 42, 1);
  border-radius: 16px;
  margin-top: 20px;
  padding: 12px 16px;
  border: none;
  color: white;
  transition: all 0.3s ease-in;
}
.products__desc button:hover {
    transform: scale(1.03);
    background: rgb(249, 30, 70);
}

.background-gray{
  background-color: rgba(159, 157, 157, 1)!important;
}

.premium{
  display: flex;
  background-image: url("./../img/fon2.jpg");
  background-size: 100% 100%;
  margin-top: 120rem;
  border-radius: 24px;
  min-height: 478px;
  justify-content: space-between;
  /* overflow: hidden; */
}
.ellipse{
  background: url("./../img/ellipse.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.premium__title{
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-around;
  padding-left: 20px;
}
.premium h1{
font-family: "Mulish";
color: white;
font-weight: 700;
font-size: 40px;
line-height: 120%;
letter-spacing: 0px;
}
.premium p{
font-family: "Mulish";
font-weight: 700;
font-size: 18px;
line-height: 120%;
letter-spacing: 0px;
color: white;
}
.premium ul{

  padding-left: 30px;
}
.premium li{
  font-family: "Mulish";
font-weight: 400;
font-size: 16px;
line-height: 140%;
letter-spacing: 0px;
color: white;
}
.premium button{
font-family: "Mulish";
font-weight: 600;
font-size: 16px;
line-height: 100%;
letter-spacing: 0px;
text-align: center;
border-radius: 16px;
background-color: rgba(255, 255, 255, 1);
padding: 24px 32px;
border: none;
transition: all 0.2s ease-in;
}

.premium button:hover {
  transform: scale(1.03);
}

.premium__logo{
  /* background-image: url("./../img/premium_logo.png"); */
  width: 100%;
  background-size: 90% 95%;
  background-position: right;
  display: flex;
  align-items: center;
  justify-content: end;
  overflow: hidden;
  position: relative;
}
.arch{
  width: 90%;
  height: 100%;
  align-self: end;
  background:  rgba(245, 242, 242, 0.2);
  display: flex;
  justify-content: end;
  border-radius:53% 47% 0% 100% / 100% 0% 100% 0%;
}
.review{
  padding: 130px 40px;
  height: 706px;

}
.review__content{
  display: flex;
  flex-direction: column;
}
.review__title{
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  color: #0E090A;
}
.review__sld{
  margin-top: 14px;

}
.review__item{
  display: flex;
  flex-direction: column;
  padding: 24px;
  gap: 16px;
  background: #FFFFFF;
  border-radius: 16px;
  transition: all 0.2s ease-in;
  height: 100%;
  transition: all 0.3s ease-in;
}
.review__item:hover{
  transform: scale(1.03);
}
.review__item-top{
  display: flex;
  gap: 16px;
}
.review__item-img{
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: radial-gradient(129.87% 49.62% at 49.87% 69.4%, #F1A584 0%, rgba(241, 165, 132, 0) 100%), #DA022A;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
  transition: all 0.2s ease-in;
}
.review__item-img img{
  transition: all 0.2s ease-in;
}
.review__item-name {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.review__item-name b{
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #0E090A;
}
.review__item-date{
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #0E090A;
  opacity: 0.5;
}
.review__sld.owl-carousel .owl-stage {
  padding: 34px 0;
  display: flex;
}
.review__item:hover{
  box-shadow: 0px 14px 34px rgba(14, 9, 10, 0.05);
}
.review__item:hover .review__item-img{
  background: #FAFAFA;
}
.review__item:hover .review__item-img img{
  filter: saturate(0) brightness(43%) contrast(240%) invert(86%);
}
.review__rating {
  display: flex;
  gap: 4px;
  margin-bottom: 7px;
}
.review__rating img{
  filter: invert(85%) sepia(58%) saturate(749%) hue-rotate(314deg) brightness(101%) contrast(102%);
}
.review__rating.rate4  img:nth-child(5),
.review__rating.rate3  img:nth-child(n+4),
.review__rating.rate2  img:nth-child(n+3),
.review__rating.rate1  img:nth-child(n+2){
  filter: invert(100%) sepia(1%) saturate(1553%) hue-rotate(304deg) brightness(111%) contrast(75%);
}
.review__item-bottom span{
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #0E090A;
}
.review__sld.owl-carousel .owl-nav button.owl-prev,
.review__sld.owl-carousel .owl-nav button.owl-next{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  background: #FBE6EA;
  border-radius: 16px;
  transition: all 0.3s ease-in;
  margin: 0;
}
.review__sld.owl-carousel .owl-nav button.owl-prev:hover,
.review__sld.owl-carousel .owl-nav button.owl-next:hover{
  background: #DA022A;
}

.review__sld.owl-carousel .owl-nav button.owl-next:hover svg path{
  stroke: white;
}
.review__sld.owl-carousel .owl-nav button.owl-prev:hover svg path{
  fill: white;
}
.review__sld.owl-carousel .owl-nav button.owl-prev{
  left: 0;
  margin-left: -50px;
}
.review__sld.owl-carousel .owl-nav button.owl-next{
  right: 0;
  margin-right: -50px;
}
.review__sld.owl-theme .owl-dots .owl-dot span{
  background: #F4F3F3;
  width: 8px;
  height: 8px;
  transition: all 0.3s ease-in;
}
.review__sld.owl-theme .owl-dots .owl-dot.active span, .review__sld.owl-theme .owl-dots .owl-dot:hover span{
  background: var(--red);
}


.faq{
  padding: 135px;
  background-color: #DA022A;
}
.faq__content{
  display: flex;
  flex-direction: column;
}
.faq__title{
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  color: #fff;
}
.faq__list{
  margin-top: 48px;
  display: flex;
  gap: 8px;
}
.faq__col{
  width: calc(50% - 4px);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.faq__item{
  background: #FAFAFA;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.faq__question{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq__question b{
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #0E090A;
}
.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease-in-out, padding 0.6s ease-in-out;
  padding-top: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #0E090A;
}

.faq__item.active .faq__answer {
  max-height: none; /* можешь увеличить, если у тебя больше контента */
  padding-top: 10px;
}

.faq__arrow{
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #DA022A;
  transition: all 0.3s ease-in;
}
.faq__arrow svg path {
  transition: transform 0.3s ease;
  fill: white;
}

.faq__item.active .faq__arrow, .faq__item:hover .faq__arrow {
  background: #FBE6EA;
}
.faq__item.active .faq__arrow, .faq__item:hover .faq__arrow svg path{
  fill:#DA022A;
}

.faq__item.active .faq__arrow svg {
  transform: rotate(180deg);

}
.footer{
  background: #0E090A;
  padding-top: 48px;
}
.footer__content{
  display: flex;
  flex-direction: column;
}
.footer__top{
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.footer__left{
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.footer__left .btn-red{
  display: none;
}
.footer__center{
  width: 50%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.footer__nav-col{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer__nav-title{
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 2px;
  color: #FFFFFF;
  opacity: 0.5;

}
.footer__nav-list{
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__nav-list a{
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  text-decoration: none;
}
.footer__row{
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer__row small{
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #FFFFFF;
  opacity: 0.5;
}
.footer__right .btn-red{
  height: 48px;
}
.footer__bottom{
  border-top: 1px solid rgba(250, 250, 250, 0.4);
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #FFFFFF;
  opacity: 0.4;
}


@media (max-width: 1440px){
  .review__sld.owl-carousel .owl-nav button.owl-next{
    right: -30px;
  }
  .review__sld.owl-carousel .owl-nav button.owl-prev{
    left: -30px;
  }
}
@media (max-width: 1024px){
  .header__nav, .header__nav-list{
    gap: 20px;
  }
  .header__content{
    gap: 30px;
  }
}
@media (max-width: 768px){
  .container{
    padding: 0 48px;
  }
  .header{
    position: relative;

  }
  .header__content{
    gap: 16px;
  }
  .header__logo{
    order:1
  }
  .header__right{
    order:2;
    margin-left: auto;
  }
  .header__nav{
    order:3;
    margin-right: 0;
  }
  .header__nav-burger{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 16px;
    position: relative;
    z-index: 11;
  }
  .header__nav-burger img:nth-child(2) {
    display: none;
  }
  .header__nav-burger.active{
    background:#FBE6EA;
  }

  .header__nav-burger.active img:nth-child(1) {
    display: none;
  }

  .header__nav-burger.active img:nth-child(2) {
    display: block;
  }

  .header__nav-list {
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
    flex-direction: column;
    gap: 15px;
    transition: transform 0.4s ease, opacity 0.3s ease;
    position: fixed;
    top: 0;
    right: 0;
    background: #FFFFFF;
    z-index: 10;
    width: 0;
    height: 0vh;
  }

  .header__nav-list.active {
    position: absolute;
    padding: 112px 16px 16px 32px;
    width: 360px;
    height: auto;
    min-height: 100vh;
    transform: translateX(0%);
    opacity: 1;
    pointer-events: auto;
    box-shadow: 0 0 100px #000;
  }

  .header__nav a{
    color:#0E090A;
    padding-bottom: 24px;
    border-bottom: solid 1px #FAFAFA;
    font-size: 16px;
    line-height: 150%;


  }
  .banner__img{
    padding-top: 51px;
  }
  .banner__img>img{
    margin-right: -48px;
  }
  .banner__img>img:first-child{
    display: none;
  }
  .banner__img>img:nth-child(2){
    display: block;
  }
  .banner__logo {
    left: 182px;
    top: 123px;
  }
  .banner__logo img{
    height: 57px;
  }
  .banner__left{
    width: auto;
    padding-bottom: 66px;
  }
  .banner__title{
    font-size: 40px;
    line-height: 120%;
    margin-top: 40px;
  }
  .banner__button .btn-white, .banner__button .btn-white-b{
    max-width: 190px;
  }
  .banner__button{
    margin-top: 40px;
  }
.animation{
  align-items: start;
}
  .animation__title{
    flex-direction: column;
    align-items: start;
    padding-left: 32px;
    width: 500px;
  }
  .animation__title p{
    width: 100%;
  }
  .animation__gif img{
    width: 672px;
    height: 132px;
  }
  .features__pictures{
    flex-direction: column;
    width: 100%;
    gap: 8px;
    overflow: hidden;
  }
  .features__list{
    flex-wrap: wrap;
  }
  .features__item{
    width: calc(50% - 4px);
  }
  .features__list-2{
    flex-direction: row;
    gap: 8px;
    height: 350px;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    overflow: hidden;
    padding: 50px 0;
  }
  .features__list-2 :first-child{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    text-align: left;
  }
  .features__list-2 p{
    text-align: left;
  }
  .features__item-img.scaner{
    top:100px;
    position: relative;
  }
  .scaner img{
    height: 450px;
  }
  .products__title{
    flex-direction: column;
    align-items: start;
  }
  .products__title>p{
    width: 100%;
    padding-left: 0;
  }
  .products__list{
    flex-direction: column;
  }
  .products__item{
    width: 100%;
    }
   
.premium__title{
  width: 455px;
}
.premium img{
  width: 300px;
  height: 400px;
}
.arch{
  width: 300px;
}
  .review{
    margin-top: 120px;
    padding: 116px 0 147px;
    height: auto;
  }
  .review__sld{
    width: auto;
    margin-right: -48px;
  }
  .review__title br{
    display: none;
  }
  .review__sld.owl-carousel .owl-nav button.owl-next{
    top: auto;
    bottom: -40px;
    right: 15%;
  }
  .review__sld.owl-carousel .owl-nav button.owl-prev{
    top: auto;
    bottom: -40px;
    left: 15%;
  }
  
  .faq{
    padding: 120px 0;
  }
  .faq__list{
    flex-direction: column;
  }
  .faq__col{
    width: 100%;
  }
  .footer__top{
    flex-direction: column;
    gap: 36px;
  }
  .footer__left{
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
    gap: 20px;
  }
  .footer__left .btn-red{
    display: flex;
    height: 48px;
    margin-left: 20px;
  }
  .footer__center{
    width: 100%;
  }
  .footer__right {
    display: none;
  }
}
@media (max-width: 560px){
  .container{
    padding: 0 16px;
  }
  .header__right{
    display: none;
  }
  .header__nav-list.active{
    width: 240px;
  }
  .header__nav-list .btn-red{
    display: flex;
    height: 48px;
    color: #fff;
    padding: 5px 10px;
    border-bottom: none;
  }
  .banner__content{
    flex-direction: column;
  }
  .banner__left, .banner__img{
    width: 100%;
  }
  .banner__left{
    padding-top: 16px;
    padding-bottom: 0;
    max-width: none;
  }
  .banner__title{
    margin-top: 26px;
    font-size: 34px;
  }
  .banner__text{
    margin-top: 23px;
    font-size: 14px;
  }
  .banner__button{
    position: relative;
    z-index: 9;
    margin-top: 220px;
    margin-bottom: -264px;
    justify-content: center;
  }
  .banner__img{
    padding-top: 0;
  }
  .banner__img>img:first-child{
    display: none;
  }
  .banner__img>img:nth-child(2){
    display: none;
  }
  .banner__img>img:nth-child(3){
    display: block;
    margin: 0;
  }
  .btn-white,.btn-white-b,.btn-red{
    font-size: 14px;
    padding: 10px 15px;
    height: 58px;
  }
 
  .banner__logo{

    left: 50%;
    transform: translateX(-50%);
    top: 54px;
  }
  .banner__logo img {
    height: 43px;
  }
  .animation{
    flex-direction:column;
    align-items: center;
  }
.animation__title{
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  width: 100%;
}
.animation__title h1{
  font-size: 32px;
}
.animation__title p{
  text-align: center;
  font-size: 16px;
}
.animation__gif img{
  margin-top: 50px;
  width: 100%;
  height: 100px;
}

.features{
  margin-top: 50px;
}
.features__list{
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.features__item{
  width:100%;
}
.features__list-2{
  flex-direction: column-reverse;
  align-items: center;
  height: 100%;
  gap: 30px;
}
.features__item-img.scaner {
  position: static;
}
.features__list-2 p,h3{
  text-align: center;
}
.features__list-2 :first-child{
  align-items: center;
  justify-content: center;
}
.products__title{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
}
.products p,h3{
  text-align: center;
  margin-bottom: 24px;
}
.products__list{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 16px;
  gap: 20px;
}
.products__item{
  flex-direction: column;
  align-items: center;

}
.products__img{
  width: 100%;
  height: 312px;
}
.products__img img{
  height: 146px;
}
.products__desc, .products__desc>*{
  display: flex;
  flex-direction: column;
  align-items: center;
  
}
.premium{
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  height: 100%;
}
.arch{
  width: 100%;
  transform: skewX(180deg);
}
.premium__title{
  height: 412px;
  width: 100%;
}
.premium__title h1{
  font-size: 32px;
}


.ellipse {
  background-image: url("./../img/ellipse_mobile.png");
}
  .review{
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 94px;
  }
  .review__title{
    font-size: 32px;
  }
  .review__sld{
    margin-top: 0;
    margin-right: 0;
  }
  .review__sld.owl-carousel .owl-nav button.owl-next{
    /* right: 0; */
    margin-right: -25px;
  }
  .review__sld.owl-carousel .owl-nav button.owl-prev{
    /* left: 0; */
    margin-left: -25px;
  }
  .readfull{
    color:#DA022A;
  }
  .faq{
    margin-top: 80px;
    padding: 32px 0;
  }
  .faq__title{
    font-size: 32px;
  }
  .faq__list{
    margin-top: 32px;
  }

  .footer__top{
    gap: 48px;
  }
  .footer__left{
    row-gap: 30px;
    padding: 0;
  }
  .footer__left, .footer__center{
    flex-wrap: wrap;
  }
  .footer__left .btn-red{
    width: 100%;
    margin-left: 0;
  }
  .footer__center{
    row-gap: 50px;
  }
  .footer__nav-col:nth-child(1){order:1}
  .footer__nav-col:nth-child(2){order:3}
  .footer__nav-col:nth-child(3){order:2}
  .faq__arrow{
    min-width: 50px;
  }
}


