
.preserve-show-page{
  max-width: 429px;
  width: 100%;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  transition: 0.5s;
  transform: translateY(0);

}
.close-banner{
  transform: translateY(200%);
}
.preserve-show{
  background-image: url("../images/slidy-ai-promo-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 224px;
  position: relative;
  padding: 24px;
  border-radius: 16px;
}

.close-preserve{
  width: 40px;
  height: 40px;
  border-radius: 100px;
  padding: 2px;
  gap: 8px;
  background: #FFFFFF1A;
  backdrop-filter: blur(12px);
  border: 1px solid #FFFFFF;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.close-preserve .icon-close{
  font-size: 28px;
  background: #ffffff;
}

.preserve-pic{
  position: absolute;
  top: 0;
  right: 0;
  max-width: 286px;
  width: 100%;
}

.preserve-title{
  position: relative;
  z-index: 2;
  max-width: 210px;
  width: 100%;
  height: 100%;
  gap: 0;
}

.preserve-title h3{
  color: #FFFFFF;
}
.preserve-disclaimer {
  max-width: 210px;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 10px;
  line-height: 12px;
}
.preserve-show .btn-arrow{
  margin-top: auto;
  font-size: 18px;
  padding: 12px 20px;
}
.preserve-show .btn-arrow .icon {
  width: 24px;
  height: 24px;
}







.side-nav {
  position: fixed;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
  z-index: 991;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px;
  border: 1px solid var(--border);
  border-radius: 200px;
  background: var(--main-container6);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s ease;
}
.side-nav-mobile {
  display: none;
}
.side-nav.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.side-nav__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.side-nav__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--border);
  border: 1px solid transparent;
  transition: 0.3s ease;
  flex-shrink: 0;
}

.side-nav__item.active .side-nav__dot {
  background: var(--accent-color);
  width: 12px;
  height: 12px;
}

.side-nav__item:hover .side-nav__dot {
  border-color: #1252d3;
  box-shadow: 0 0 0 4px rgba(18, 82, 211, 0.12);
}

.side-nav__item.active:hover .side-nav__dot {
  border-color: #1252d3;
  box-shadow: 0 0 0 4px rgba(18, 82, 211, 0.18);
}

.side-nav__tooltip {
  position: absolute;
  top: 50%;
  right: calc(100% + 12px);
  transform: translateY(-50%) translateX(10px);
  padding: 8px 16px;
  border: 1px solid #e8e8e8;
  border-radius: 999px;
  background: #ffffff;
  color: #161616;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.25s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.side-nav__item:hover .side-nav__tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0);
}





















/*=================-hero-style-start-====================*/


.hero-section {
  position: relative;
  z-index: 2;
  min-height: 1173px;
  padding: 114px 0 0;
}

.hero-users{
   border: 1px solid var(--border);
   padding: 4px;
   backdrop-filter: blur(20px);
   -webkit-backdrop-filter: blur(20px);
   border-radius: 200px;
    gap: 10px;
    background: var(--main-container6);
    max-width: 287px;
    width: 100%;

}
.hero-users-texts{
  gap: 6px;
}
.hero-users-texts span{
 width: 6px;
 height: 6px;
 border-radius: 50%;
 background: var(--accent-color);
 display: flex;
 flex: 0 0 6px;

}
.hero-users-texts b{
font-weight: 600;
font-size: 14px;
line-height: 18px;
color: var(--text-color);
display: block;
}


.hero-partners-wrapper {
  max-width: 770px;
  position: relative;
  min-width: 770px;
  padding: 0 14px;
  margin: 70px auto 0;
}
.hero-partners-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--border2);
  text-align: center;
  max-width: 232px;
  width: 100%;
  margin: 0 auto;
  padding: 6px 16px;
  position: relative;
}

.hero-partners-title::before,
.hero-partners-title::after,
.hero-partners-title .corner {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  pointer-events: none;
}

.hero-partners-title .corner-left-top {
  top: 0;
  left: 0;
  border-top: 1px solid var(--accent-color);
  border-left: 1px solid var(--accent-color);
}

.hero-partners-title .corner-right-bottom {
  right: 0;
  bottom: 0;
  border-right: 1px solid var(--accent-color);
  border-bottom: 1px solid var(--accent-color);
}

.hero-partners-title::before {
  top: 0;
  right: 0;
  border-top: 1px solid var(--accent-color);
  border-right: 1px solid var(--accent-color);
}

.hero-partners-title::after {
  left: 0;
  bottom: 0;
  border-left: 1px solid var(--accent-color);
  border-bottom: 1px solid var(--accent-color);
}
.hero-partners-items {
  margin-top: 24px;
  gap: 60px;
  justify-content: center;
}
.hero-partner-item {
  gap: 4px;
}
.h-partner-img {
  max-width: 28px;
  width: 100%;
}
.h-partner-img img {
  width: 100%;
  height: 100%;
}

.hero-partner-item p {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: var(--text-color);
}

.home-hero-heading {
  font-weight: 600;
  font-size: 44px;
  line-height: 48px;
  text-align: center;
  color: var(--text-color);
  margin-top: 11px;
}

.home-hero-heading h1 {
  display: inline;
  margin: 0;
  font: inherit;
  color: inherit;
}







.task-menu{
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.task-menu ul{
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--main-container6);
  border: 1px solid var(--border);
  padding: 4px;
  border-radius: 24px;

}
.task-menu  ul li{
  cursor: pointer;
  border-radius: 24px;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  border: 1px solid transparent;
  color: var(--text-color);
}
.task-menu ul li.active{
  border: 1px solid var(--border);
  background: var(--bg-color3);
  color: var(--border3);
}



.hero-task-cols{
  max-width: 930px;
  width: 100%;
  z-index: 20;
  position: relative;
  margin: 24px auto 0;
}
.hero-task-colum{
  position: relative;
}
.hero-task-cnt{
  position: relative;
  width: 100%;
  display: flex;
  padding: 20px;

  background: #FFFFFF1A;
  border: 1px solid var(--slider-ring);
  box-shadow: 0px 12px 30px 0px #0D1F401F;
  backdrop-filter: blur(40px);
  border-radius: 18px;
}

.hero-task-block{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.hero-task-name{
  display: flex;
  align-items: center;
  box-shadow: 0px 4px 12px 0px #14264714;
  width: max-content;
  gap: 8px;
  padding: 8px 14px 8px 12px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--text-color);
  border: 1px solid var(--slider-ring);
  background: var(--bg-color);
  position: absolute;
}
.hero-task-circle{
  background: var(--accent-color);
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.hero-task-other{
  display: none;
}


.hero-task-name:nth-child(1){
  top: 206px;
  left: -66px;
}

.hero-task-name:nth-child(2){
  top: 201px;
  right: -32px;
}
.hero-task-name:nth-child(3){
  bottom: 106px;
  left: -30px;
}

.hero-task-name:nth-child(4){
  bottom: 106px;
  right: -45px;
}

.hero-task-name:nth-child(5){
  bottom: -29px;
  left: 50%;
  transform: translateX(-50%);
}


.for-content{
  position: absolute;
  top: 147px;
  left: 211px;
  max-width: 271px;
  width: 100%;
}
.content-ai{
  padding: 4.17px 7.51px;
  border-radius: 416px;
  width: max-content;
  font-weight: 500;
  font-size: 6.26px;
  line-height: 7.51px;
  background: var(--primary-cont);
  color: var(--border3);
}
.for-content h2{
  font-weight: 600;
  font-size: 41.72px;
  line-height: 41.72px;
  letter-spacing: -2%;
  margin: 11px 0;
  color: var(--text-color);
}
.for-content p{
  font-weight: 400;
  font-size: 10.01px;
  line-height: 14.18px;
  color: var(--text-color6);
}




.task-two .hero-task-name:nth-child(1){
  top: 177px;
  left: -5px;
}
.task-two .hero-task-name:nth-child(2){
  top: 214px;
  right: -93px;
}

.task-two .hero-task-name:nth-child(3){
  bottom: 135px;
  left: -41px;
}

.task-two  .hero-task-name:nth-child(4){
  bottom: 108px;
  right: -71px;
}




.task-three .hero-task-name:nth-child(1){
  top: 205px;
  left: -77px;
}
.task-three .hero-task-name:nth-child(2){
  top: 110px;
  right: -60px;
}
.task-three .hero-task-name:nth-child(3){
  bottom: 125px;
  left: -22px;
}
.task-three  .hero-task-name:nth-child(4){
  bottom: 162px;
  right: -40px;
}



.task-four .hero-task-name:nth-child(1){
  top: 173px;
  left: -9px;
}
.task-four .hero-task-name:nth-child(2){
  top: 172px;
  right: -27px;
}

.task-four .hero-task-name:nth-child(3){
  bottom: 49px;
  left: -56px;
}

.task-four  .hero-task-name:nth-child(4){
  bottom: 138px;
  right: -37px;
}





/*=================-hero-style-end-====================*/





.possibilit-box{
  margin: 32px auto 0;
  max-width: 680px;
  border-radius: 16px;
  padding: 24px;
  width: 100%;
  box-shadow: 0px 10px 28px 0px #122E6614;
  border: 1px solid var(--border3);
  background: var(--bg-color);

}
.possibilit-sec{
  position: relative;
  z-index: 11;
}

.possibilit-sec .section-titles{
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}

.possibilit-form{
  position: relative;
  width: 100%;
}
.possibilit-form textarea{
  resize: none;
  width: 100%;
  padding: 19px 120px 20px 19px;
  border: 1px solid var(--border);
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--border2);
  background: unset;
  border-radius: 10px;
}
.possibilit-form textarea::placeholder{
  color: var(--border2);
}
.possibilit-btn {
  position: absolute;
  right: 20px;
  gap: 10px;
}
.btn-create {
  padding: 12px 15px;
}
.btn-create span{
  display: none;
}
.btn-create i{
  font-size: 18px;
}
.possibilit-btn .icon-stars{
    background: var(--accent-color);
  font-size: 22px;
}

.possibilit-svg{
  margin-bottom: -45px;
}
.possibilit-mob{
  display: none;
}
.sm-text-primary{
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: var(--accent-color);
  display: block;
  margin-top: 16px;
}

.possibilit-card{
  background: var(--bg-card);
  width: 100%;
  gap: 24px;
  padding: 12px 12px 14px 12px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--primary-cont);
}
.possibilit-photo{
  width: 100%;
  gap: 12px;

}
.possibilit-photo img{
  width: 100%;
  border-radius: 12px;
}
.possibilit-photo span{
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: var(--accent-color);

}









.gallery-head .gallery-menu{
  margin: 0;
}
.gallery-search{
    max-width: 280px;
    width: 100%;
  position: relative;
}

.gallery-search label{
  display: flex;
  align-items: center;
  position: relative;
}


.gallery-search .icon-search{
  position: absolute;
  left: 16px;
  font-size: 24px;
  background: var(--text-color);
}
.gallery-search input{
  background: var(--main-container6);
  border: 1px solid var(--border);
  width: 100%;
  height: 100%;
  padding: 12px 16px 12px 46px;
  border-radius: 6px;
  font-size: 16px;
  line-height: 22px;
  color: var(--text-color6);
  transition: 0.3s;
}

.gallery-content{
  margin-top: 32px;
}
.gallery-boxes{
  width: 100%;
  display: block;
}
.gallerySlider{
  width: 100%;
}

.card-gallery{
  border-radius: 12px;
  width: 100%;
  position: relative;
}
.card-gallery img{
  width: 100%;
  border-radius: 12px 12px 0 0;
  height: 213px;
}

.card-gallery-link{
  width: 40px;
  height: 40px;
  border-radius: 6px;
  padding: 8px;
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--bg-color);
  border: 1px solid var(--border);
}
.card-gallery-link i {
  background: var(--text-color);
  font-size: 14px;
}
.card-gallery-info{
  position: relative;
  z-index: 2;
  margin-top: -12px;
  gap: 20px;
  border-radius: 12px;
  padding: 20px;
  background: var(--bg-color);
  border: 1px solid var(--border);
}
.card-gallery-info h4,
.card-gallery-info h3{
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;

}
.card-gallery-data{
  margin-top: 20px;
}
.card-gallery-data small{
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  color: var(--border2);
}
.gallery-btn{
  margin-top: 32px;
  gap: 12px;
}













.tools-content{
  margin-top: 32px;
  margin-bottom: 32px;
}
.tools-wrap{
  gap: 10px;
  width: 100%;
}
.tools-card{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(50% - 5px);
  background: var(--bg-color);
  border: 1px solid var(--border);
  position: relative;
  gap: 20px;
  padding: 20px 20px 20px 28px;
  border-radius: 16px;

}

.tools-info{
  max-width: 203px;
  width: 100%;
}
.tools-info h4{
  font-size: 20px;
}
.tools-info h4 img{
  width: 20px;
  height: 20px;
}
.tools-info p{
  margin: 8px 0 20px;
}
.tools-photo{
  position: relative;
  max-width: 304px;
  width: 100%;
}

.tools-photo img{
  width: 100%;
  height: auto;
  border-radius: 12px;
}


.tools-femboy{
  position: absolute;
  right: 0;
  height: 100%;
}
.tools-femboy img{
  border-radius: 0 0 12px 0;
}
.tools-card-last .tools-info{
  max-width: 270px;
  width: 100%;
}
.tools-card-last .tools-info p{
  color: var(--text-color);
}












.cases-card{
  width: 100%;
  min-height: 382px;
  border-radius: 16px;
  padding: 20px;
  border: 1px solid var(--border);
  background: var(--bg-color);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}



.card-data{
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: var(--border2);
}
.cases-card h3{
  margin-top: 20px;
  font-size: 20px;

}

.cases-card p{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 10px;
}

.cases-bot .btn-case{
  margin-top: 20px;
}
.cases-user{
  gap: 12px;
}
.cases-user img{
  min-width: 48px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.cases-user-name h4{
  font-size: 16px;
  line-height: 20px;
}
.cases-user-name p{
  margin-top: 2px;
  font-size: 14px;
  line-height: 18px;

}
.btn-case{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 1px solid var(--border);
  justify-content: space-between;
  padding: 12px 14px 12px 16px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--text-color);
  transition: 0.3s;

}
.btn-case .icon{
  font-size: 13px;
  background: var(--text-color);
}
.btn-case:hover{
  border: 1px solid var(--accent-color);

}

.statistics-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
  align-items: flex-start;
}


.statistics-item{
  border: 1px solid var(--border);
  padding: 28px;
  border-radius: 16px;
  background: var(--bg-card);
  position: relative;

}
.statistics-count strong{
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -6%;
  color: var(--accent-color);
}
.statistics-count h4{
  font-size: 20px;
  line-height: 24px;
  margin-top: 8px;
}
.statistics-metric{
  width: 343px;
  margin-top: 21px;
  margin-left: -14px;
}


.item-one {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  width: 372px;
  background: var(--primary-cont);
}

.item-two {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  width: 448px;
  height: 300px;
}

.item-three {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
  width: 308px;
  height: 300px;

}

.item-four {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  width: 448px;
  height: 247px;
}

.item-five {
  grid-column: 3 / 4;
  grid-row: 2 / 3;
  width: 308px;
  height: 249px;

}





.design-template{
  margin-top: 30px;
}
.statistics-range{
  margin-top: 64px;
}
.statistics-time{
  margin-top: 20px;
}
.statistics-user{
  max-width: 202px;
  width: 100%;
  margin-top: 25px;
  margin-left: 26px;
}
.statistics-map{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.statistics-map img{
  width: 100%;
}

.ai-tools-wrap{
  margin-top: 27px;
  gap: 10px;
}
.ai-tools{
  width: calc(20% - 8px);
}








.efficiency-tabs {
  display: none;
}

.efficiency-row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--border);
  padding: 20px 28px;
  gap: 12px;
}
.efficiency-row:last-child{
  border-bottom: unset;

}
.efficiency-card-left {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 16px;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 20px;
  max-width: 577px;
  width: 100%;

}

.efficiency-icon {
  width: 64px;
  height: 64px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.efficiency-icon svg path{
  fill: var(--main-container);
}

.gradient-blue{
  background: linear-gradient(133.06deg, #66DAFF 5.06%, #386EEF 97.36%);

}
.gradient-yas{
  background: linear-gradient(134.76deg, #8A6BEC 0%, #6230FF 94.92%);

}
.gradient-yellow{
  background: linear-gradient(313.38deg, #FF3A82 0%, #FF9B27 96.56%);

}
.gradient-green{
  background: linear-gradient(137.09deg, #1AA47C 3.39%, #3AE66D 100%);

}
.gradient-pink{
  background: linear-gradient(137.09deg, #F563B6 3.39%, #6040DE 100%);

}
.gradient-orange{
  background: linear-gradient(135deg, #FE9645 0%, #FF5238 100%);

}



.efficiency-bord{
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--bg-color);
}
.efficiency-card h4{
  font-size: 20px;
}
.efficiency-card p{
  margin-top: 8px;
  max-width: 327px;
  width: 100%;
}
.efficiency-card-right{
  max-width: 463px;
  width: 100%;
  border-radius: 12px;
  padding: 20px;
  border: 1px solid var(--border);
  background: var(--main-container6);
}


.efficiency-vs{
  border: 1px solid var(--border);
  border-radius: 50%;
  max-width: 40px;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: var(--light-switch);
}

.efficiency-head{
  justify-content: space-between;
}
.efficiency-head span{
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  padding: 20px 24px 0;
}
.make-in-slidy{
  color: var(--accent-color);
  display: flex;
  align-items: center;
  gap: 4px;
}
.make-in-slidy i{
  font-size: 22px;
  background: var(--accent-color);
}
.do-it-manually{

  color: var(--text-color6);
  max-width: 520px;
  width: 100%;
}

.do-it-manually sub{
  font-weight: 400;
  opacity: 0.7;
}















.efficiency-cent{
  background: var(--main-container6);
  padding: 28px;
  gap: 16px;
  border-radius: 20px;
}
.efficiency-box{
  gap: 18px;
  box-shadow: 0px 4px 14px 0px #121A2E0F;
  width: 33.333333%;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  align-items: center;
  background: var(--bg-color3);
  border: 1px solid var(--border);
}
.efficiency-time{
  border: 1px solid var(--border);
  border-radius: 50%;
  box-shadow: 0px 5px 12px 0px #121A2E17;
  max-width: 56px;
  width: 100%;
  height: 56px;
  background: var(--main-container6);
}
.efficiency-time svg path{
  fill: var(--light-switch);
}

.efficiency-text strong{
  font-weight: 500;
  font-size: 52px;
  line-height: 52px;
  letter-spacing: -8%;
  color: var(--text-color);
}
.efficiency-text strong span{
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
.efficiency-text p{
  margin-top: 2px;
}

.efficiency-active{
  background: var(--primary-cont);
  border: 1px solid var(--accent-color);
}
.efficiency-active .efficiency-time{
  border: 1px solid var(--accent-color);

}


.efficiency-active .efficiency-time svg path{
  fill: var(--accent-color);
}






.catalog-panel-pagination {
  gap: 25px;
  margin-top: 28px;
  display: none;
}
.catalog-panel-pagination ul {
  display: flex;
  align-items: center;
  gap: 8px;
}
.catalog-panel-pagination ul li a {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: var(--text-color6);
  transition: 0.3s;
}
.catalog-panel-pagination ul li a.active {
  background: var(--bg-color2);
  color: var(--bg-color);
}
.catalog-panel-pagination ul li a:hover {
  background: var(--main-container6);
  color: var(--accent-color);
}
.catalog-panel-pagination ul li a i {
  font-size: 10px;
  background: var(--text-color6);
  transition: 0.3s;
}
.catalog-panel-pagination ul li a:hover i {
  background: var(--accent-color);
}
.catalog-panel-pagination .icon-arrow-down {
  font-size: 14px;
  background: var(--bg-color2);
  flex: 0 0 14px;
  transition: 0.3s;
}
.catalog-panel-pagination .icon-arrow-down:hover {
  background: var(--accent-color);
}
.panel-pagination-prev {
  transform: rotate(-90deg);
  cursor: pointer;
}
.panel-pagination-next {
  transform: rotate(90deg);
  cursor: pointer;
}
.catalog-panel-pagination .icon-arrow-down.disabled {
  background: var(--text-color5);
}







.pointsDark-title{
  width: 62px;
  height: 34px;
}
.img-switch{
  background-image: url("../images/switch.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 68px;
  height: 40px;
}

html[data-theme="dark"] .section-decor-two{
  background-image: url("../images/switch2-dark.png");
}

.section-decor-two{
  background-image: url("../images/switch2.webp");

  width: 80px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
}
.advanced-switch{
  background-image: url("../images/switch2.png");
  width: 68px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
}






.reviews-section {
  margin-top: 50px;
}
.reviews-item {
  padding: 20px;
  background: var(--bg-color);
  border: 2px solid var(--border);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  max-width: 380px;
  width: 100%;
  height: max-content;
}
.reviews-mobile-slider {
  display: none;
}
.reviews-item-header {
  gap: 2px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.reviews-btn{
    margin-top: 32px;
  gap: 12px;
}
.reviews-btn{
    margin-top: 32px;
  gap: 12px;

}
.reviews-vpn{
  margin-top: 24px;
}
.reviews-vpn span{
  font-weight: 400;
}
.reviews-author-grade {
  flex: 0 0 30px;
  height: 30px;
  width: 30px;
  border-radius: 4px;
  background: var(--bg-color2);
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  color: var(--text-color2);
}
.reviews-author-info {
  gap: 12px;
}
.author-avatar {
  max-width: 60px;
  width: 100%;
  height: 60px;
}
.author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.author-contact {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin-top: 2px;
  color: var(--text-color3);
}
.author-name {
  gap: 4px;
}
.author-name .review-author-name {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: var(--text-color);
}
.author-name img {
  width: 24px;
  height: 24px;
}


.reviews-texts {
  margin-top: 16px;
}
.reviews-texts p {
  color: var(--text-color);
}
.reviews-texts a {
  color: var(--accent-color);
}
.reviews-texts p:not(:last-child) {
  margin: 0 0 20px 0;
}
.reviews-data {
  margin-top: 40px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: var(--text-color5);
}

.trust-section {
  margin-top: 100px;
  position: relative;
  min-height: 800px;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trust-bg {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  z-index: -1;
}
.trust-bg img {
  width: 100%;
  height: 100%;
}

.trust-decor {
  display: none;
}

.language-sub-scroll {
  max-height: 200px;
  overflow: auto;
  padding: 0 10px 0 0;
}
.language-sub-scroll::-webkit-scrollbar {
  width: 3px;
  height: 12px;
}
.language-sub-scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #888;
}
.language-sub-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #1252d3;
}













.section-titles .btn-start{
  margin: 12px 0;
}

.trust-section .possibilit-box{
  border: 1px solid var(--border);
}

.possibilit-box h4,
.possibilit-box h3{
  text-align: left;
  font-size: 20px;
  width: 100%;
  margin-bottom: 16px;
}







.trust-body{
  position: relative;
  z-index: 5;
}























.modal {
  display: none;
  position: fixed;
  z-index: 99999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: #00000066;
  -webkit-animation: unfoldIn 0.1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  animation: unfoldIn 0.1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.modal-content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 14px;
}
.close{
  position: absolute;
  top: 16px;
  right: 16px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  z-index: 99;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transform: rotate(45deg);
}
.close:before,
.close:after{
  content: "";
  position: absolute;
  background: var(--text-color);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.close:before{
  width: 16px;
  height: 2px;
}
.close:after{
  width: 2px;
  height: 16px;
}

.modal-form{
  border: 1px solid var(--slide-border);
  background: var(--bg-color);
  max-width: 500px;
  width: 100%;
  border-radius: 16px;
  padding: 24px;
  position: relative;
}

.modal-form-col{
  gap: 20px;
  margin-top: 20px;
}
.form-input{
  width: 100%;
}
.form-input small, .upload small{
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: var(--text-color5);
}
.form-input label{
  display: flex;
  width: 100%;
}
.form-input input, .form-input textarea{
  width: 100%;
  height: 46px;
  border-radius: 6px;
  padding: 12px 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: var(--text-color6);
  background: unset;
  border: 1px solid var(--border);
}

.form-input textarea{
  height: 112px;
  resize: none;
}



.select-rating{
  gap: 6px;
}
.select-rating span{
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -6%;
  color: var(--text-color);
  display: block;
  min-width: 25px;

}
.select-rating ul{
  display: flex;
  align-items: center;
}

.select-rating ul li{
  display: flex;
  cursor: pointer;
  transition: 0.3s;
}
.select-rating ul li i{
  width: 32px;
  height: 32px;
}

.star-rounded{
  content: url("../images/icons/star-rounded.svg");
}
.star-rating{
  transition: 0.3s;
  background: var(--accent-color);

}
.star-rating-unset{
  background: var(--slide-border);
}



.upload-dropzone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px dashed var(--border);
  cursor: pointer;
  padding: 18px;
  border-radius: 10px;
}

.upload-dropzone input{
  display: none;
}

.upload-dropzone img{
  width: 28px;
}
.upload-dropzone h4{
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 16px;
}
.upload-dropzone p{
  font-size: 12px;
  line-height: 14px;
}



@media (max-width: 1599px){
  .hero-section {
    min-height: 1090px;
  }
}


@media (max-width: 1200px) {
  .home-hero-heading {
    font-size: 40px;
    line-height: 44px;
  }

  .reviews-item {
    max-width: 49%;
  }
  .back-cart--one {
    max-width: 360px;
  }
  .hero-task-cols {
    max-width: 800px;
  }
  .hero-task-name:nth-child(1) {
    top: 159px;
  }
  .hero-task-name:nth-child(2) {
    top: 156px;
  }
  .hero-task-name:nth-child(4) {
    bottom: 80px;
  }
  .task-two .hero-task-name:nth-child(1) {
    top: 127px;
  }
  .task-two .hero-task-name:nth-child(2) {
    top: 145px;
    right: -73px;
  }
  .task-three .hero-task-name:nth-child(1) {
    top: 138px;
    left: -66px;
  }
  .task-four .hero-task-name:nth-child(2) {
    top: 115px;
    right: -27px;
  }

  .item-one {
    width: 314px;
  }
  .statistics-metric {
    width: 313px;
    margin-left: -18px;
  }
  .statistics-count strong {
    font-size: 34px;
  }
  .statistics-item {
    padding: 22px;
  }
  .item-two {
    width: 370px;
    height: 263px;
  }
  .item-four {
    width: 370px;
    height: 232px;
  }
  .item-three {
    width: 270px;
    height: 263px;
  }
  .item-five {
    width: 269px;
    height: 232px;
  }


  .statistics-user {
    max-width: 186px;
    margin-top: 21px;
    margin-left: 11px;
  }

  .efficiency-card-right {
    max-width: 381px;
  }

  .do-it-manually {
    max-width: 442px;
  }

  .efficiency-text strong {
    font-size: 42px;
    line-height: 40px;
  }

  .for-content {
    top: 139px;
    left: 184px;
    max-width: 212px;
  }
  .for-content h2 {
    font-size: 34.72px;
    line-height: 36.72px;
  }
  .for-content h2 {
    font-size: 22.72px;
    line-height: 25.72px;
  }
  .for-content p {
    font-size: 9.01px;
    line-height: 11.18px;
  }
  .content-ai {
    padding: 4.17px 6.51px;
    font-size: 6.16px;
    line-height: 6.51px;
  }
  .for-content {
    top: 104px;
    left: 158px;
    max-width: 170px;
  }
  .task-two .hero-task-name:nth-child(3) {
    bottom: 59px;
    left: -45px;
  }
  .task-two .hero-task-name:nth-child(2) {
    top: 63px;
    right: -43px;
  }
  .task-two .hero-task-name:nth-child(4) {
    bottom: 67px;
    right: -37px;
  }
  .task-three .hero-task-name:nth-child(3) {
    bottom: 56px;
    left: -40px;
  }
  .task-three .hero-task-name:nth-child(1) {
    top: 97px;
    left: -47px;
  }

  .task-three .hero-task-name:nth-child(2) {
    top: 80px;
    right: -38px;
  }
  .task-three .hero-task-name:nth-child(4) {
    bottom: 95px;
    right: -40px;
  }


}


@media (max-width: 1020px) {

  .preserve-pic{
    display: none;
  }
  .preserve-show {
    height: 207px;
  }
  .preserve-show-page {
    max-width: 300px;
    bottom: 16px;
    right: 16px;
  }
  .preserve-title{
    gap: 0;
    max-width: 100%;
  }
  .preserve-title h3 {
    font-size: 26px;
    line-height: 30px;
    max-width: 220px;
    width: 100%;
  }
  .preserve-disclaimer {
    max-width: 220px;
    margin-top: 0;
    font-size: 8.5px;
    line-height: 9px;
  }

  .close-preserve {
    width: 28px;
    height: 28px;
  }
  .close-preserve .icon-close {
    font-size: 19px;
  }





  .catalog-panel-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero-section {
    min-height: 925px;
    padding-bottom: 24px;
  }

  .hero-task-cnt {
    padding: 9px;
    border-radius: 9px;
  }
  .hero-task-cols {
    max-width: 650px;
  }
  .hero-task-name:nth-child(1) {
    top: 91px;
    left: -45px;
  }
  .hero-task-name:nth-child(3) {
    bottom: 70px;
    left: -26px;
  }
  .hero-task-name:nth-child(4) {
    bottom: 57px;
    right: -33px;
  }
  .hero-task-name:nth-child(2) {
    top: 104px;
  }
  .possibilit-svg{
    margin-bottom: 0;
    justify-content: center;
  }
  .possibilit-desc{
    display: none;
  }
  .possibilit-mob{
    display: block;
  }
  .task-menu ul li {
    padding: 10px 14px;
    font-size: 14px;
    line-height: 18px;
  }
  .gallery-head{
    flex-wrap: wrap;
    gap: 24px;
  }
  .section-titles {
    gap: 8px;
    margin-bottom: 24px;
  }
  .gallery-search {
    max-width: 480px;
  }
  .tools-card {
    padding: 20px;
    border-radius: 12px;
    flex-direction: column-reverse;
  }
  .tools-info {
    max-width: 390px;
  }
  .tools-photo {
    max-width: 454px;
  }
  .tools-photo img {
    border-radius: 10px;
  }

  .item-three {
    grid-column: 1 / 2;
    grid-row: 3 / 3;
    width: 100%;
    height: 233px;
  }
  .item-five {
    grid-column: 2 / 2;
    grid-row: 3 / 3;
    width: 100%;
  }

  .item-one {
    width: 351px;
  }
  .statistics-metric {
    width: 344px;
  }
  .item-four {
    width: 370px;
    height: 265px;
  }
  .statistics-range {
    margin-top: 91px;
  }
  .statistics-grid {
    max-width: 741px;
    margin: 0 auto;
  }

  .efficiency-icon {
    width: 48px;
    height: 48px;
  }


  .efficiency-row {
    padding: 14px 14px;
    gap: 8px;
  }
  .efficiency-vs {
    max-width: 30px;
    height: 30px;
    font-size: 10px;
    line-height: 12px;
  }
  .efficiency-card h4 {
    font-size: 16px;
    line-height: 20px;

  }
  .efficiency-card-right {
    border-radius: 10px;
    padding: 14px;
  }
  .efficiency-card-left {
    column-gap: 12px;
    border-radius: 10px;
    padding: 14px;
  }


  .efficiency-card-right {
    max-width: 307px;
  }
  .efficiency-cent {
    padding: 20px;
    gap: 10px;
    border-radius: 12px;
    flex-direction: column;
  }
  .efficiency-box {
    gap: 14px;
    width: 100%;
    border-radius: 12px;
  }
  .reviews-mobile-slider {
    display: block;
    margin-top: 28px;
  }
  .reviews-items {
    display: none;
  }
  .reviews-item {
    margin-bottom: 0;
    border-radius: 10px;
    height: 381px;
    max-width: 100%;

  }



}



@media (max-width: 768px) {
  .home-hero-heading {
    font-size: 30px;
    line-height: 34px;
    margin-top: 0;
  }

  .hero-partners-wrapper {
    min-width: 350px;
  }
  .hero-partners-items {
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 16px;
  }
  .hero-users {
    display: none;
  }

  .trust-bg img {
    object-fit: cover;
  }



  .reviews-item {
    max-width: 100%;
  }


}
@media (max-width: 767px){
  .efficiency-tabs {
    display: flex;
    align-items: center;
  }

  .efficiency-row {
    grid-template-columns: 1fr;
  }

  .efficiency-vs {
    display: none;
  }

  .efficiency-card-right {
    display: none;
  }

  .efficiency.is-right .efficiency-card-left {
    display: none;
  }

  .efficiency.is-right .efficiency-card-right {
    display: block;
  }
  .efficiency-bord {
    border: unset;
    border-radius: 16px;
    background: unset;
  }
  .efficiency-head{
    display: none;
  }
  .efficiency-tabs{
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--main-container6);
    border: 1px solid var(--border);
    padding: 4px;
    border-radius: 24px;
    background: unset;


  }
  .efficiency-tab{
    cursor: pointer;
    border-radius: 24px;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid transparent;
    color: var(--text-color);

    background: unset;
    width: 50%;
  }
  .efficiency-tab.is-active {
    border: 1px solid var(--border);
    background: var(--bg-color3);
    color: var(--border3);
  }
  .efficiency-row {
    padding: 0;
    gap: 0;
    border-bottom: unset;
    margin-top: 10px;
  }
  .efficiency-cent {
    padding: 0;
    gap: 10px;
    border-radius: 12px;
    flex-direction: column;
    background: unset;
    margin-top: 24px;
  }
  .efficiency-card-right {
    max-width: 100%;
  }



  .hero-tumbler {
    width: 51px;
    height: 30px;
  }


  .hero-task-colum{
    flex-direction: column;
  }
  .hero-partner-item p {
    font-size: 16px;
    line-height: 20px;
  }
  .hero-task-block {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }
  .hero-task-colum .hero-task-block .hero-task-name{
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transform: unset;
  }
  .card-gallery{
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
  .reviews-item {
    height: 355px;
    max-width: 400px;
    width: 100%;
    padding-bottom: 40px;
    margin: 0 auto;
  }

  .trust-section {
    min-height: 759px;
  }

  .reviews-data {
    position: absolute;
    bottom: 20px;
  }
  .possibilit-box {
    margin: 24px auto 0;
    border-radius: 12px;
    padding: 20px;
  }
  .possibilit-form {
    flex-direction: column;
    gap: 16px;
  }
  .possibilit-form textarea {
    padding: 12px;
    font-size: 16px;
    line-height: 20px;
  }

  .possibilit-btn {
    position: relative;
    right: 0;
    gap: 0;
    max-width: 380px;
    width: 100%;
  }
  .possibilit-btn .icon-stars{
    display: none;

  }
  .possibilit-btn .btn-start{
    width: 100%;
  }
  .btn-create span {
    display: flex;
  }
  .card-gallery-info h4,
  .card-gallery-info h3 {
    font-size: 18px;
    line-height: 20px;
  }
  .card-gallery-data small {
    font-size: 14px;
    line-height: 18px;
  }
  .card-gallery img {
    height: 190px;
  }
  .card-gallery-data .posst-name {
    padding: 5px 12px;
    font-size: 14px;
    line-height: 18px;
  }

  .statistics-grid .statistics-item{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
  }
  .statistics-grid{
    display: flex;
    flex-direction: column;
  }
  .statistics-map{
    display: none;
  }
  .statistics-count strong {
    font-size: 30px;
  }
  .statistics-count h4 {
    font-size: 16px;
    line-height: 20px;
    margin-top: 7px;
  }
  .apps-ai-line{
    display: none;
  }
  .item-four {
    flex-direction: column;
  }
  .statistics-range {
    margin-top: 20px;
  }
  .statistics-time{
    max-width: 410px;
    width: 100%;
  }
  .item-five {
    width: 100%;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 20px;
  }
  .ai-tools-wrap {
    margin-top: 0;
    gap: 10px;
    max-width: 228px;
    width: 100%;
  }

  .item-three {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
  }

  .statistics-user {
    margin-top: 0;
    margin-left: 0;
  }

  .design-template {
    margin-top: 0;
  }
  .statistics-metric {
    width: 100%;
    margin-left: 0;
    max-width: 250px;
    margin-top: 0;
  }

  .item-one {
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 20px;
  }
  .for-content {
    top: 84px;
    left: 125px;
    max-width: 143px;
  }
  .for-content h2 {
    font-size: 18.72px;
    line-height: 20.72px;
  }
  .for-content p {
    font-size: 7.01px;
    line-height: 9.18px;
  }
  .hero-task-cols {
    min-height: 400px;
  }



}
@media (max-width: 576px) {

  .h-partner-img {
    max-width: 24px;
    width: 100%;
  }



  .side-nav {
    display: none;
  }
  .side-nav-mobile {
    display: block;
    position: fixed;
    bottom: 14px;
    left: 0;
    padding: 0 34px;
    z-index: 10;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
  .side-nav-mobile.active {
    opacity: 1;
    visibility: visible;
  }
  .side-nav-mobile-wrapper {
    position: relative;
    z-index: 2;
    width: 100%;
    background: var(--main-container6);
    border: 1px solid var(--border);
    overflow: hidden;
    border-radius: 200px;
  }
  .side-nav-mobile ul {
    display: flex;
    align-items: center;
    overflow: auto;
    gap: 20px;
    padding: 12px;
  }
  .side-nav-mobile ul::-webkit-scrollbar {
    display: none;
  }
  .side-nav-mobile.first .side-nav-mobile-wrapper::before {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .side-nav-mobile.last .side-nav-mobile-wrapper::after {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .possibilit-form textarea {
    min-height: 88px;
  }
  .side-nav-mobile ul a {
    white-space: nowrap;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: var(--text-color);
    opacity: 0.5;
    transition: 0.3s;
    position: relative;
    z-index: 222;
  }
  .side-nav-mobile ul a.active {
    opacity: 1;
  }
  .side-nav-mobile-wrapper::after {
    content: "";
    width: 80px;
    height: 100%;
    background: linear-gradient(
      270deg,
      rgba(248, 249, 251, 0) 0%,
      #f8f9fb 100%
    );
    right: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    transform: rotate(180deg);
  }
  .side-nav-mobile-wrapper::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 100%;
    background: linear-gradient(
      270deg,
      rgba(248, 249, 251, 0) 0%,
      #f8f9fb 100%
    );
    left: 0;
    top: 0;
    z-index: 1;
  }


  .possibilit-card {
    max-width: 400px;
    margin: 0 auto;
  }
  .hero-section {
    padding: 112px 0 0;
  }


  .task-menu ul {
    justify-content: flex-start;
    overflow-x: auto;
  }
  .task-menu ul::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
    opacity: 0;
  }
  .task-menu ul::-webkit-scrollbar-thumb {
    width: 0;
    height: 0;
    display: none;
    opacity: 0;
  }
  .task-menu ul::-webkit-scrollbar {
    display: none;
  }
  .task-menu {
    overflow: hidden;
    position: relative;
  }
  .task-menu:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    background-image: url("../images/task-menu-blur-lig.png");
    width: 47px;
    height: 100%;
    border-radius: 0 24px 24px 0;
  }
  html[data-theme="dark"] .task-menu:after{
    background-image: url("../images/task-menu-blur.png");

  }
  .task-menu:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-image: url("../images/task-menu-blur-lig.png");
    width: 47px;
    height: 100%;
    border-radius: 24px;
    transform: rotate(180deg);
    opacity: 0;
    transition: opacity 0.2s ease;
  }
  html[data-theme="dark"] .task-menu:before{
    background-image: url("../images/task-menu-blur.png");

  }

  .task-menu.has-scroll-left:before {
    opacity: 1;
  }

  .hero-task-cnt {
    padding: 7px;
  }
  .language-sub-block::-webkit-scrollbar {
    width: 3px;
    height: 12px;
  }

  .language-sub-block::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #888;
  }

  .language-sub-block::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #1252d3;
  }

  .circle-text-img {
    max-width: 350px;
  }
  .circle-img-hover {
    max-width: 350px;
  }
  .circle-inside-line {
    max-width: 196px;
    min-height: 196px;
  }
  .circle-arrow-icon {
    width: 92px;
    height: 92px;
  }
  .hero-section {
    min-height: 1130px;
  }

  .possibilit-card {
    gap: 16px;
  }

  #efficiency .desktop-block {
    display: block;
  }

  .img-switch {
    width: 53px;
    height: 32px;
  }


  .section-decor-two {
    width: 62px;
    height: 34px;
  }
  .advanced-switch {
    width: 53px;
    height: 32px;
  }





  .reviews-mobile-slider {
    display: block;
    margin-top: 28px;
  }
  .reviews-items {
    display: none;
  }
  .reviews-item {
    margin-bottom: 0;
    border-radius: 10px;
  }
  .author-avatar {
    max-width: 56px;
    width: 100%;
    height: 56px;
  }

  .gallery-btn {
    margin-top: 24px;
    flex-direction: column-reverse;
  }
  .gallery-btn .btn-prompt{
    max-width: 260px;
    width: 100%;
  }
  .gallery-btn .btn-start{
    max-width: 260px;
    width: 100%;
  }
  .tools-card {
    width: 100%;
  }
  .tools-content {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .trust-section {
    min-height: 550px;
    margin-top: 80px;
  }
  .trust-decor {
    position: absolute;
    top: 0;
    max-width: 680px;
    left: 0;
    display: flex;
    z-index: -1;
  }
  .trust-decor img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .trust-bg img {
    object-position: bottom;
  }
  .trust-body .advanced-title-img i {
    width: 53px;
    height: 32px;
  }


  .trust-body {
    padding: 0;
  }

  .reviews-item {
    min-height: 370px;
  }
  .reviews-texts {
    min-height: 198px;
  }

  #cases .section-title {
    max-width: 300px;
  }
  .cases-card {
    min-height: 360px;
    gap: 20px;
  }
  .statistics-count strong {
    font-size: 28px;
  }
  .statistics-count{
    min-width: 90px;
  }
  .statistics-user {
    max-width: 140px;
  }
  .statistics-head{
    gap: 20px;
  }
  .item-two {
    gap: 20px;
  }
  .statistics-count h4 {
    margin-top: 2px;
  }
  .ai-tools-wrap {
    gap: 6px;
    max-width: 122px;
  }
  .ai-tools {
    width: calc(20% - 5px);
  }
  .efficiency-card p {
    margin-top: 4px;
    font-size: 14px;
    line-height: 18px;
  }

  .efficiency-card-left {
    align-items: center;
  }
  .efficiency-time {
    max-width: 48px;
    height: 48px;
  }
  .efficiency-text strong {
    font-size: 28px;
    line-height: 28px;
  }
  .efficiency{
    padding-bottom: 30px;
  }
  .possibilit-box h4,
  .possibilit-box h3 {
    font-size: 18px;
  }

  .trust-section {
    padding-bottom: 46px;
  }
  .task-menu {
    width: 100%;
  }
  .trust-body .btn-start{
    display: none;
  }
  .trust-body .card-data{
    display: none;
  }
  .statistics-item {
    padding: 18px 20px;
  }
  .statistics-grid {
    gap: 10px;
  }
  .statistics-time p{
    font-size: 13px;
  }
  .statistics-time {
    margin-top: 11px;
  }
  .trust-body .section-sub-title .desktop-block {
    display: unset;
  }

  #statistics .text-wrap {
    display: unset;
  }

  #efficiency .text-wrap {
    display: unset;
  }

  .gallery-main .text-wrap {
    display: unset;
  }

  .compare-body h2{
    max-width: 280px;
  }
  .modal-form {
    padding: 20px;
  }






  .form-input input, .form-input textarea {
    width: 100%;
    height: 44px;
    border-radius: 6px;
    padding: 10px 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--text-color6);
    background: unset;
    border: 1px solid var(--border);
  }


  .form-input textarea {
    height: 123px;
  }
  #modal-form .modal-content {
    overflow-y: auto;
    align-items: flex-start;
    padding: 14px;
  }

  .hero-task-other{
    display: flex;
    color: var(--accent-color);
  }

  .for-content {
    top: 54px;
    left: 92px;
    max-width: 120px;
  }
  .hero-task-cols {
    max-width: 460px;
    min-height: 380px;

  }

  .for-content h2 {
    font-size: 16.72px;
    margin: 4px 0;
  }
  .for-content p {
    font-size: 6.01px;
    line-height: 7.18px;
  }
  .hero-task-name {
    gap: 8px;
    padding: 8px 11px;
    font-size: 15px;
  }
  .preserve-show-page {
    max-width: calc(100% - 32px);
  }


}

@media (max-width: 465px){
  .for-content {
    top: 34px;
    left: 72px;
    max-width: 100px;
  }
  .content-ai {
    padding: 2.17px 4.51px;
    font-size: 4.16px;
    line-height: 4.51px;
  }
  .for-content h2 {
    font-size: 14.72px;
    line-height: 15.72px;

    margin: 4px 0;
  }
  .for-content p {
    font-size: 5.01px;
    line-height: 7.18px;
  }


}
