.mon{
    font-family: "Montserrat", sans-serif;
}

html {
    height: 100%;
   
}
#main, #service, #gallery{
    scroll-snap-align: start;
    transition: scroll-snap-align 3s ease-in-out;
}
body {
    font-family: "Inter", sans-serif;
    width: 100%;
   background: #040404;
    margin: 0;
    padding: 0;
  overflow-x: hidden;
  height: 100%;
  background: url('../img/slider-bg.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

main {
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0px 20px;
}

header {
    top: 0px;
    z-index: 90;
    position: fixed;
 background: linear-gradient(to bottom, rgba(12,13,19,1) 30%, rgba(12,13,19,0) 100%);
    width: 100%;
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
}

.header-wrap {
  height: 80px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-wrap a {
    text-decoration: none;
  
    color: #eafafd;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ;
    position: relative;
    display: inline-block;
   line-height: 40px;
   letter-spacing: 1px;
}
.header-menu-link a::after{

    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 3px;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, rgba(115, 71, 242, 1), rgb(47, 190, 255)); /* цвет подчеркивания */
    transform-origin: bottom left;
    transition: transform 0.3s ease-out;
}

.header-menu-link a:hover{
    
    color: rgb(47, 190, 255);
    transition: all 0.3s ;
}
.header-menu-link a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
.header-link {
    display: flex;
    flex: 33%;
    justify-content: flex-end;
    padding-right: 10px;
}

.header-link li {
    padding: 15px;
}

.header-link a {
    font-size: 14px;
}

.header-link i {
    font-size: 18px;
}

.header-logo {
    padding: 20px 0;
   
    display: flex;
    align-items: center;
  
}
.header-logo p{
    padding-left: 5px;
    font-size: 14px;
    color: #9c9c9c;
}

.header-img {
    width: 200px;
    display: block;
    margin: 0 auto;
}

.header-img img {
}

.header-menu {
    flex: 33%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.header-menu-link {
  
    padding: 10px;
    font-size: 14px;
    display: block;
    margin-right: 20px;
}
.button{
    background-image: linear-gradient(45deg, #b725ff, #518eff, rgba(116,15,214,1), rgba(83,62,254,1));
    background-size: 300% 100%;
    transition: all .4s ease-in-out;
}
.header-btn{
   
    color: #fff;
padding: 10px 30px;
font-size: 18px;
border: none;
cursor: pointer;
border-radius: 5px;

display: flex;
align-items: center;

}
.button:hover{
    background-position: 100% 0;
moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}
main {
    position: relative;
}

.main-home {
  
}

.back {
    width: 100%;
    height: 20vw;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to top, rgba(12,13,19,1) 0%, rgba(12,13,19,0) 100%);
}

.main-wrap {
    position: relative;
    z-index: 11;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-subtitle{
    margin-right: 30px;
  
   font-weight: 500;
    padding: 0px 20px 15px 0px;
    font-size: 16px;
    width: fit-content;
    border-radius: 10px;
  
    margin-top: 30px;
}
.main-subtitle span{
    font-size: 16px !important;
    font-weight: 500;
    background: linear-gradient(90deg, rgba(238,83,248,1) 0%, rgba(115,71,242,1) 100%);
    -webkit-text-fill-color: transparent;
-webkit-background-clip: text;
}
.svg{
   width: 25px;
   margin-right: 10px;
}
.scroll-opacity {
   height: 100vh;
   width: 100%;
  
    opacity: 1;
    transition: opacity 0.5s ease; /* Анімація прозорості */
  }
.main-title{
    color: white;
    text-align: left;
    position: relative;
    flex: 45;
}
.main-title h1{
    margin-top: 30px;
    font-weight: 700;
    color: #eafafd;
    font-size: 45px;
}
.main-title h1 span{
    font-size: 65px;
    background: linear-gradient(90deg, rgba(238,83,248,1) 0%, rgba(115,71,242,1) 100%);
    -webkit-text-fill-color: transparent;
-webkit-background-clip: text;
}
.main-title h2{
  text-align: center;
    font-size: 20px;
    font-weight: 300;
}
.main-title p{
    font-size: 16px;
font-weight: 400;
color: rgb(255, 255, 255) !important;
padding: 22px 0 14px;
line-height: 25px;
}
.main-title ul{
    display: flex;
}
.main-title ul p{
padding: 10px;
}
.main-title li{
    margin-right: 10px;
    display: flex;
    align-items: center;
}


.main-img{
    padding-top: 100px;
    flex: 50;
}
.main-about{
  
   
    position: relative;
  
}

.main-about.active {
    opacity: 1;
    transform: translateY(0);
}
.btn-wrap{
    display: flex;
}
.btn-wrap a{
    text-decoration: none;
}
.main-btn {
    font-size: 16px;
    padding: 18px 48px;
  display: flex;
  align-items: center;
    color: rgb(255, 255, 255) !important;
    font-weight: 500;
    border-radius: 5px;
   border: none;
    margin: 30px 20px 30px 0 !important; 
    transition: .5s;
    filter: brightness(100%);
    transform: translate(0px, 0px);
    text-decoration: none;
    cursor: pointer;
}
.main-btn i{
    color: white;
    font-size: 20px;
}
.border{
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to right, #518eff, #b725ff) 1;
   
    background: transparent;
    moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}
.border:hover{
    border-image: linear-gradient(to right, #b725ff, #518eff) 1;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


.title {
    
    font-size: 36px;
    color: white;
    text-align: center;
    font-weight: 900;
   
   
}
.title span{
    background: linear-gradient(to right, #8349f3 0%, #de51f7 100%);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
  
}
.subtitle {
    text-align: center;
    font-size: 14px;
    padding-top: 10px;
    font-weight: 300;
    color: white;
    
}

.service-wrap {
  
    margin-top: 40px;
   
}
.service-item {
   
   align-items: center;
    display: flex;
   justify-content: space-between;

}
.service-img{
    position: relative;
}
.service-img{
    max-width: 30%;
}
.service-img img{
    max-width: 100%;
}
.service-text {
    order: 2;
    max-width: 40%;
    color: white;
    display: flex;
    flex-direction: column;
  margin-left: 40px;
}

.service-title {
    font-family: "Montserrat", sans-serif;
   margin-bottom: 20px;
    font-size: 26px;
    font-weight: 700;
    max-width: 90%;
}
.service-title-top{
   
        display: inline-block;
        position: relative;
        color: #533efe;
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
        background: linear-gradient(to right, #518eff, #518eff, 6%, #b725ff 10%);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
    
}
.service-title-top::before{
    position: absolute;
z-index: 1;
content: "";
left: 95px;
top: 10px;
width: 60px;
height: 1px;
background: linear-gradient(to right, #518eff 35%, #b725ff 88%);
}
.service-title-top.bef::before{

    left: 420px !important;
}
.service-title span{
    color: #533efe;
font-size: 40px;
}
.service-subtitle {
    font-family: "Montserrat", sans-serif;
    max-width: 90%;
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
}
.number{
    position: absolute;
    font-size: 150px;
    font-weight: bold;
    opacity: 0.09;
    left: -0px;
    top: -40px;
    display: inline-block;

}
.service-ab{
    padding: 10px 0 20px 0;
    font-size: 16px;
line-height: 22px;
font-weight: 500;
}
.service-list i{ 
        display: inline-block;
        color: #fff;
        font-size: 12px;
        height: 20px;
        width: 20px;
        line-height: 20px;
        text-align: center;
        background: linear-gradient(0deg, rgba(115,71,242,1) 0%, rgba(238,83,248,1) 100%);
        border-radius: 50%;
        margin-right: 6px;
    }
.service-list li{
    padding: 10px 10px 10px 0px;
    font-size: 14px;
    font-weight: 500;
}
.service-icon {
    order: 1;
    color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    max-width: 50%;
}
.service-icon-item {
    flex: 45%;
   
  
    color: white;
border-radius: 5px;
display: flex;
flex-direction: column;
align-items: center;
padding: 40px 20px 20px 20px;
margin: 10px;
text-align: center;
}
.service-icon-item i{
   
        display: inline-block;
        color: #fff;
        font-size: 36px;
        height: 86px;
        width: 86px;
        line-height: 80px;
        text-align: center;
        background: linear-gradient(90deg, rgba(238,83,248,1) 0%, rgba(115,71,242,1) 100%);
        border: 4px solid #fff;
        border-radius: 50%;
        box-shadow: 0px 10px 16px 0px rgba(145, 78, 255, 0.3);
        transition: 0.5s;
    
}
.service-icon-subtitle {
    font-size: 20px;
    font-weight: 600;
margin: 15px 0 15px;
}
.service-icon-text {
    font-weight: 400;
margin-bottom: 20px;
}
.service-icon-title{
    width: 190px;
    height: 190px;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50% !important;
}
.width{
    max-width: 50%;
}


.icon-wrap {

    width: 100%;
    margin: 70px auto 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 30%;
    color: white;
    margin-bottom: 30px;
}
.icon-img img{
max-width: 100px;
}
.icon-text {
    text-align: center;
}

.list-wrap{
   
    margin-top: 120px;
}
.list-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list-item {
    max-width: 45%;

}
.list-item img{
    margin-top: 30px;
}
.list-item .service-title-top{
    background: linear-gradient(to right, #518eff, #b725ff);
    -webkit-text-fill-color: transparent;
-webkit-background-clip: text;
}
.list-item .service-title-top::before{
    position: absolute;
z-index: 1;
content: "";
left: 355px;
top: 10px;
width: 60px;
height: 1px;
background: linear-gradient(to right, #518eff 35%, #b725ff 88%);
}
.list-ul {
   
    padding: 50px 0 0px 0;
}
.list-li {
    padding: 15px 0 15px 0;
    font-size: 18px;
    color: white;
    display: flex;
    align-items: center;

}
.list-li i{
    margin-right: 20px;
    font-size: 30px;
    color: white;
    background:  linear-gradient(to right, #518eff 35%, #b725ff 88%);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
}
.partner-container{
    margin-top: 120px;
}
.partner-container .service-title-top{
    background: linear-gradient(to right, #518eff, #b725ff);
    -webkit-text-fill-color: transparent;
-webkit-background-clip: text;
}
.partner-container .service-title-top::before{
   left: 170px;
  
}

.partners-item{
   
    padding: 30px;
  
  
margin: 0 15px;
    text-align: center;
  
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(129, 129, 139, 0.098);
    -webkit-transition: all 0.4s ease !important;
transition: all 0.4s ease !important;
}
.slider{
    
}
.citrus .partners-icon{
    background-color: rgba(253, 126, 20, 0.1);
}
.citrus:hover{
    background-color: #fd7e14;
}
.rozetka .partners-icon{
    background-color: rgba(5, 180, 67, 0.1);
}
.rozetka:hover{
   background-color: #05b443;
}

.nova .partners-icon{
    background-color: rgba(255, 0, 0, 0.1);
}
.nova:hover{
   background-color: red;
}

.lp .partners-icon{
    background-color: rgba(214, 51, 132, 0.1);
}
.lp:hover{
   background-color: #d63384;
}
.allo .partners-icon{
    background-color: rgba(238, 55, 64, 0.17);
}
.allo:hover{
    background-color: rgba(239, 54, 63, 1);
}

.trend .partners-icon{
    background-color: rgba(246, 194, 42, 0.24);
}
.trend:hover{
    background-color: rgba(233, 182, 32, 1);
}

.sales .partners-icon{
    background-color: rgba(87, 132, 251, 0.32);
}
.sales:hover .partners-icon{
    background-color: rgba(167, 60, 255, 1) !important;
}
.sales:hover{
    background-color: rgba(87, 132, 251, 1);
}


.prom .partners-icon{
    background-color: rgba(111, 66, 193, 0.1);
}
.prom:hover .partners-icon{
    background-color: rgba(87, 132, 251, 1) !important;
}
.prom:hover{
    background-color: #6f42c1;
}
.next .partners-icon{
    background-color: rgba(147, 48, 178, 0.1);
}
.next:hover{
    background-color: #9330b2;
}
.ukr .partners-icon{
    background-color: rgba(228, 216, 197, 0.397);
}
.ukr:hover{
    background-color: #ffa91a;
}
.slick-initialized .slick-slide{
    display: flex !important;
}
.partners-icon{
    display: flex;
    align-items: center;
    justify-content: center;
   
    border-radius: 50%;
    height: 130px;
    width: 130px;
   
    -webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.partners-item:hover .partners-icon{
    background-color: white;
}
.partners-item img{
    display: block;
    width: auto;
   width: 140px;
   padding: 20px;
}
.pay .service-title-top{
    padding-left: 20px;

}
.pay .service-title-top::before{
    padding-left: 20px;
left: 225px;
}
.main-about-wrap {
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
  align-items: center;
    justify-content: space-between;
}
.main-item {
    margin: 15px;
    display: flex;
    flex-direction: column;
background: linear-gradient(90deg, rgba(115,71,242,1) 0%, rgba(238,83,248,1) 100%);
    max-width: 17%;
    color: white;
    transition: 0.3s all;
    height: 308px;
    border-radius: 10px;
    overflow: hidden;

}
.main-item:nth-child(odd){
    margin-top: 60px;
}
.main-item:nth-child(even){
    margin-top: 0px;
}
.main-item:hover{
    background-color: #3c95ee;
    transition: 0.3s all;
  
}
.main-item-img img{
   
    width: 100%;
    overflow: hidden;
}
.main-item-title {
   padding: 10px 20px;
   text-align: left;
   font-weight: 400;
   font-size: 16px;

}
.main-about-text {
    padding: 20px;
    font-size: 14px;
    font-weight: 300;
}

.block, .move-1 {
    opacity: 0;
    transform: translateY(50px); /* Рух вниз перед анімацією */
    transition: opacity 0.6s ease, transform 0.6s ease; /* Плавний перехід */
}

.visible {
    opacity: 1;
    transform: translateY(0); /* Повернення до початкового положення */
}

.visible-1 {
    opacity: 1;
    transform: translateY(0); /* Повернення до початкового положення */
}
.left{
    transition: opacity 1s ease, transform 1s ease; /* Плавний перехід */
    transform: translateX(-2000px); /* Рух вниз перед анімацією */
}
.left.visible{
    transform: translateX(0px); /* Рух вниз перед анімацією */
}

.gallery-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;

}
.gallary-item {
    margin: 25px 15px;
    max-width: 20%;
   
    
}

.black {
    transition: all 0.2s;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
   
    transition: all 0.2s;
  
}
.black:hover{
    background-color: rgba(0, 0, 0, 0.701);
    transition: all 0.2s;
}
.black:hover .gallary-item-text {
    opacity: 1;
}
.gallary-item-text {
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 10px;
    background-color: rgba(12, 13, 19, 0.59);    
    border-radius: 15px;
    font-weight: 700;
    font-size: 18px;
    z-index: 11;
    position: absolute;
    bottom: 40px;
    left: 10px;
    color: white;
}
.order-form{
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}
input{
    letter-spacing: 1px;
    border-radius: 2px;
    border: solid 1px rgba(255, 255, 255, 0.4);
    background: initial;
    padding: 1vw;
    width: 22vw;
    color: white;
    font-size: 0.85vw;
    font-weight: 700;
   
}
input::placeholder{
    color: rgba(255, 255, 255, 0.4);
}
.phone-btn{
    display: block;
    margin-top: 50px;
    letter-spacing: 1px;
    padding: 1vw;
    width: 22vw;
    color: white;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    border: none;
    border-radius: 2px;
    background: #3d95ee;
    text-decoration: none;

}

#map {
    height: 400px; /* The height is 400 pixels */
    width: 100%; /* The width is the width of the web page */
}


.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
}
.footer-title {


}


.footer-phone {
    color: white;
   padding: 0 20px;
}
.footer-social {
    padding: 0 10px;
}
.footer-social a{
    padding: 0 10px;
    color: #3c95ee;
    font-size: 20px;
}

.footer-adres {
    padding-left: 20px;
    color: white;
}
.footer-adres a{
    color: white;
}
.btn{
  margin: 0 20px;
color: #fff;
text-align: center;
letter-spacing: 2px;
background-color: #3d96f4;
border-radius: 50px;
justify-content: center;
align-items: center;
padding: 15px 24px;
font-size: .875rem;
font-weight: 500;
text-decoration: none;
transition: transform .4s, background-color .4s;
border: none ;
}
.btn:hover{
    background-color: #5cc97b;
    transform: translate(0, -5px);

transition: transform .4s, background-color .4s;

}
.main-form{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}
.main-form input{
background-color: rgba(129, 129, 139, .3);
margin: 10px;
width: 45%;
border-radius: 10px;

}

.main-form button{
    margin: 10px;

    width: 45%;    
    border-radius: 10px;
    padding: 1vw;
    border: none;
    background-color: #3c95ee;
    color: white;
font-size: 0.85vw;
font-weight: 700;
}
#openBtn{
    margin: 30px 0;
}
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
  }
  
  /* Стилізація хрестика для закриття попапа */
  .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
  }
  .popup form{
    display: flex;
    flex-direction: column;
  }
  .popup form input::placeholder{
   
    color: rgba(129, 129, 139, .3);
    font-weight: 700;
  }
  .popup form input{
    margin: 10px 0;
    border: 1px solid rgba(129, 129, 139, .3);
    border-radius: 15px;
    color: black;
    font-weight: 700;
  }
  .popup form button{
    margin: 10px 0;
    border-radius: 15px;
    padding: 1vw;
    width: 22vw;
    color: white;
    font-size: 0.85vw;
    font-weight: 700;
    border: none;
    background-color: #3c95ee;
  }

.num-wrap {
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
    background: url('../img/counter-bg.png');
    background-size: cover;
background-repeat: no-repeat;
    border-radius: 10px;
    overflow: hidden;
}
.num-title{
    margin-top: 20px;
    font-size: 18px;
    text-transform: uppercase;
    color: white;
}
.price{
    text-decoration: none;
color: white;
font-size: 30px;
font-weight: 700;
margin-right: 10px;
margin-top: 30px;
display: block;
}

.num-item {
   display: flex;
   flex-direction: column;
   align-items: center;
   text-align: center;
    background-color: rgba(129, 129, 139, 0.1);
    padding: 20px;
    width: 32%;
    transition: all 0.3s;
   
}

.num-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.icon{
    color: #13dafe;
    padding: 5px 10px;
    border-radius: 10px;
    background-color: rgb(27, 32, 43);
    font-size: 40px;
}
.icon i{
    background: linear-gradient(to right, #8349f3 0%, #de51f7 100%);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
}
.num-text {
    margin-top: 10px;
    font-size: 16px;
    color: white;
}
.num{
    color: white;
    font-weight: 700;
    font-size: 34px;
}
.num-item:hover span{
    color: white;
    transition: 0.3s all;
}
.num-wrap span{
    transition: 0.3s all;
    color: #9c9c9c;
    margin-top: 20px;
    display: block;
}
.rev-wrap {
    margin: 50px 0;
    display: flex;
    justify-content: space-evenly;
}
.rev-item {
    position: relative;
   padding: 20px 40px 20px 40px;
   border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to right, #518eff, #b725ff) 1;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    background: transparent;
    moz-transition: all .4s ease-in-out !important;
    -o-transition: all .4s ease-in-out !important;
    -webkit-transition: all .4s ease-in-out !important;
    transition: all .4s ease-in-out !important;
    
    z-index: 1;
    transition: .5s;
    margin-bottom: 30px;
    width: 32%;
}

.rev-header {
    display: flex;
    align-items: center;
    color: white;
    flex-direction: column;
border-bottom: 1px solid rgba(246, 239, 239, 0.55);
padding-bottom: PX;
}
.rev-top{
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    background-image:  linear-gradient(to right, #8349f3 0%, #de51f7 100%);
    height: 40px;
    border-radius: 0px 0px 5px 5px;}
.rev-top span{
    background: white;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 30px;
font-weight: 700;
padding: 40px;
line-height: 30px;

}
.rev-img img{
    width: 4.5vw;
height: 4.5vw;
border-top-right-radius: 100%;
border-top-left-radius: 100%;
border-bottom-right-radius: 0%;
border-bottom-left-radius: 100%;
margin-right: 20px;
}
.rev-name{
    text-align: center;
    width: 150px;
}
.rev-name p{
    margin-top: 20px;
    font-size: 22px;
font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
}
.rev-name span{
    font-size: 50px;
    font-weight: 700;
    color: white;
    text-align: center;
}

.rev-icon-wrap {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
.rev-icon-item {
    background-color: rgba(129, 129, 139, .3);
    display: flex;
    flex-direction: column;
    padding: 10px;
    border-radius: 15px;
    width: 30%;
    color: white;
    text-align: center;
}
.rev-icon-item:nth-child(2){
    margin: 0 10px;
}
.rev-icon-item i{
    margin: 10px 0;
    color: #3c95ee;
    text-align: center;
    padding: 5px;
    border-radius: 10px;
    background-color: rgb(27, 32, 43);
}

.rev-text {
    margin-top: 20px;
    color: white;
}
.rev-list{
    padding: 20px 0;
}
.rev-list li{
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    color: white !important;
    position: relative;
}
.rev-list i{
    font-size: 18px;
height: 20px;
min-width: 20px;
line-height: 20px;
text-align: center;
background: linear-gradient(90deg, rgba(115,71,242,1) 0%, rgba(238,83,248,1) 100%);
border-radius: 50%;
font-weight: 900;

}

.rev-list li span::before {
    position: absolute;
    content: "";
    left: -10px;
    top: 5px;
    border: 2px solid #b725f2;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}
.rev-btn {
    width: 85%;
    display: block;
    margin: 0 auto;
    height: 46px;
    font-size: 18px;
    color: white;
    border-radius: 10px;
    border: 4px solid white;
    background: linear-gradient(95deg, rgb(214, 80, 247) 0%, rgb(140, 73, 243) 100%);
    cursor: pointer;
    position: absolute;
    bottom: 20px;
}
.rev-btn:hover{
    background: linear-gradient(90deg, rgba(115,71,242,1) 0%, rgba(238,83,248,1) 100%);
}
.rev-list span{
    font-size: 16px;
    margin-left: 10px;
}

.bot{
    padding: 60px;
}
.bot li{
    padding: 10px 0;
  
}
.bot li span{
    font-size: 20px;
}
.bot li span::before{
    width: 9px;
    height: 9px;
top: 15.5px;
}
.bot-title{
    margin-top: 60px;
    color: white;
font-size: 20px;
text-align: center;
padding: 40px;
border-width: 1px;
border-style: solid;
border-image: linear-gradient(to right, #518eff, #b725ff) 1;
box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.07);
border-radius: 10px;
background: transparent;
moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;


border-radius: 10px;
overflow: hidden;
display: flex;
flex-direction: column;
align-items: center;
}
.bot-button{
    margin-top: 20px;
   
        font-size: 20px;
       padding: 18px 38px;
        display: flex;
        align-items: center;
        color: rgb(255, 255, 255) !important;
        font-weight: 500;
        border-radius: 5px;
        border: none;
        margin: 30px 0px 0px 0 !important;
        transition: .5s;
        filter: brightness(100%);
        transform: translate(0px, 0px);
        text-decoration: none;
        cursor: pointer;
        background-image: linear-gradient(45deg, #b725ff, #518eff, rgba(116,15,214,1), rgba(83,62,254,1));
background-size: 300% 100%;
transition: all .4s ease-in-out;
}
.bot-button:hover{
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.etap{
    width: 23%;
}

.table-wrap {
    margin-top: 50px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
   background-color: rgba(129, 129, 139, 0.1);
   border-radius: 30px;
   color: white;
}
.table-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #9c9c9c;
}
.table-header-item {
    padding-bottom: 20px;
    text-align: center;
flex: 33%;
}
.table-row {
    justify-content: space-between;
    width: 100%;
    display: flex;
}
.table-item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex: 33%;
    padding: 20px 20px 20px 0;
}
.table-item i{
    padding:  10px;
border-radius: 10px;
background-color: rgb(27, 32, 43);
font-size: 20px;
}
.table-item:nth-child(1){
    justify-content: left;
    text-align: left;
    border-top: 1px solid #9c9c9c;
    border-right: 1px solid #9c9c9c;
   
}
.table-item:nth-child(2){
   
    border-top: 1px solid #9c9c9c;
   
   
}
.table-item:nth-child(3){
    border-top: 1px solid #9c9c9c;
    border-left: 1px solid #9c9c9c;
}
.fa-circle-check{
    
color: green;
}
.fa-circle-xmark{
color: red;
}

.end-wrap {
    margin-top: 50px;
 
}
.end-img{
    max-width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.end-img img{
border-radius: 15px;
height: 200px;
margin-top: 30px;
display: block;
}
.end-title {
    margin: 30px 0;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    color: white;
}
.end-form-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.end-form {
    display: flex;
   justify-content: space-evenly;
    margin: 0 auto;
}
.form-input{
    min-height: 3.375rem;
color: #9c9c9c;
background-color: rgba(0, 0, 0, 0);
border: 1px solid rgba(129, 129, 139, .3);
border-radius: 50px;
width: 23%;
padding: 1rem 2rem;
font-size: 1rem;
font-weight: 400;
transition: border-color .3s;
}
.form-input:focus{
    color: #9c9c9c;
    border-color: #8349f3;
}
.end-form button{
    cursor: pointer;
    min-height: 3.375rem;
    color: white;
    background: linear-gradient(90deg, rgba(115,71,242,1) 0%, rgba(238,83,248,1) 100%);
    border: 1px solid rgba(129, 129, 139, .3);
    border-radius: 50px;
   width: 23%;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 400;
    transition: border-color .3s;
}

.footer{
    padding: 20px;
}
.footer-title p{
color: #9c9c9c;
font-size: 20px;
}
.footer-title span{
    color: #9c9c9c;
display: block;
font-size: 14px;
}
.footer-wrap { 
    
    color: white;
}
.footer-wrap a{
    font-size: 14px;
    color: #9c9c9c;
    padding: 5px;
}
.footer-wrap p{
    display: flex;
    font-size: 14px;
color: #9c9c9c;
}
.footer-logo{
    width: 100%;
    font-size: 14px;
    color: #9c9c9c;
}
.footer-logo img{
   

}
.footer-logo p img{
    width: 20px;
}

.dop{
    margin-top: 150px;
}
.dop h1{
    color: white;
    font-size: 22px;
}
.dop p{
    font-weight: 700;
    font-size: 16px;
    color: #3c95ee;
margin: 10px 0;
}
.dop span{
    color: #9c9c9c;
}


.iti__search-input{
color: black;
}


.telegram{
    display: flex;
    align-items: center;
    font-size: 18px !important;
    font-weight: 500;
    color: white !important;
}
.telegram i{
    font-size: 26px;
    padding-left: 10px;
    color: #3c95ee;
}



/* Основний стиль для попапу */
.popup {
    display: none; /* Попап прихований за замовчуванням */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
   
}

/* Стиль для вмісту попапу */
.popup-content {
    position: relative;
    
    padding: 20px;
    width: 420px;
    margin: 0 !important;
   color: white;
}

/* Кнопка для закриття попапу */
.close-btn {
    position: absolute;
    top: 0px;
    right: 15px;
    font-size: 30px;
    cursor: pointer;
}

.popup-subtitle {
    text-align: left;
    font-weight: 500;
    font-size: 18px;
    padding: 10px 0 0 0;
}
.popup-title {
    padding: 10px 20px;
    background: white;
    text-align: center;
    width: fit-content;
    color: #c54ef6;
    border-radius: 5px;
    margin: 10px auto;
}
.popup-list li {
    text-align: left;
    padding: 5px 0;
}
.popup-btn {
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    height: 46px;
    font-size: 18px;
    color: white;
    border-radius: 10px;
    border: 4px solid white;
    background: linear-gradient(95deg, rgb(214, 80, 247) 0%, rgb(140, 73, 243) 100%);
    cursor: pointer;
    /* position: absolute; */
    /* bottom: 20px; */
   text-decoration: none;
   margin-top: 15px;
}

/* Блокування прокрутки */
.no-scroll {
    overflow: hidden;
}

.end-wrap{
    position: relative;
}
.end-img{
    display: block;

}

.audio_field{
   width: 500px;
}

.page-transition .div {
    position: fixed;
   z-index: 100;
    width: 100%;
    height: 100%;
    background-color: #000; /* Приклад кольору фону */
  }
  
  .page-transition .div:nth-child(1){
    left:0px;
  }
  .page-transition .div:nth-child(2){
    left:25%;
  }
  .page-transition .div:nth-child(3){
    left:50%;
  }
  .page-transition .div:nth-child(4){
    left:75%;
  }
  
  
  .preload{
    position:fixed;
    top:50%;
    left:50%;
    transform:translate(-50% , -50%);
    z-index: 110;
   
  }
 
 
  .preload li{
    display:inline-block;
    width:10px;
    height:10px;
    border:2px solid #6f53f4;
    border-radius:50%;
    
  }

 .telegram-fixed{
    position: fixed;
    z-index: 99;
    right: 40px;
    bottom: 40px;
    border-radius: 50% !important;
   
 }
 .telegram-fixed a{
    display: block;
   
 }
 .telegram-fixed a img{
    width: 60px;
 }
.ttt{
    width: 100%;
}
 .video-wrap {
   
   
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  
}


.lazyload {
    opacity: 0;
    transition: opacity 300ms;
  }
  .lazyloaded {
    opacity: 1;
  }

.team-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.team {
}
.team-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  margin: 0px 20px;
   
    border-radius: 10px;
}
.slide {
}
.team-img{
 

}

.team-img  img{
    border-radius: 10px;
    display: block;
 height: 300px;

}
.team-title {
    color: white;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
}
.team-subtitle {
    font-weight: 500;
    color: #ffffff8d;
    margin-top: 10px;
    margin-bottom: 20px;
}
.order{
    order: 2;
}

