.receive {
    padding: 52px 0 120px;
}
.receive__items {
    gap: 30px;
    margin-top: 60px;
    display: flex;
}
.receive__item {
    position: relative;
    padding: 30px;
    max-width: 387px;
    background-color:  rgba(246, 248, 255, 1);
    border-radius: 10px;
    width: 100%;  
}
.receive__title {
    text-align: center;
}
.receive__item-email {
    display: flex;
    justify-content: space-between;
    max-width: 290px;
    background-color:  #fff;
    margin: 35px auto 0;
    padding: 10px 15px;
    align-items: center;
    border-radius: 10px;
}
.receive__item-text {
    text-align: center; 
    margin-top: 100px;
}
.receive__item:not(:last-child):before {
    content: "";
    position: absolute;
    top: calc(35%);
    right: -63px;
    width: 94px;
    height: 94px;
    background-image: url(/img/arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate3d(0, -50%, 0);
    z-index: 1;
}
 
.reply {
    padding: 52px 0 120px;
}
.reply__items {
    gap: 30px;
    margin-top: 60px;
    display: flex;
}
.reply__item {
    position: relative;
    padding: 30px;
    max-width: 387px;
    background-color:  rgba(246, 248, 255, 1);
    border-radius: 10px;
    width: 100%;
}
.reply__title {
    text-align: center;
}
.reply__item-email {
    display: flex;
    justify-content: space-between;
    max-width: 290px;
    background-color:  #fff;
    margin: 35px auto 0;
    padding: 15px;
    align-items: center;
    border-radius: 10px;
}
.reply__item-text {
    text-align: center; 
    margin-top: 100px;
}
.reply__item:not(:last-child):before {
    content: "";
    position: absolute;
    top: calc(41%);
    right: -63px;
    width: 94px;
    height: 94px;
    background-image: url(/img/arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate3d(0, -50%, 0);
    z-index: 1;
}
.reply__item-img {
    max-width: 277px;
    width: 100%;
    margin: 0px auto;
}

.send {
    padding: 52px 0 120px;
}
.send__items {
    gap: 30px;
    margin-top: 60px;
    display: flex;
}
.send__item {
    position: relative;
    padding: 25px;
    max-width: 387px;
    background-color:  rgba(246, 248, 255, 1);
    border-radius: 10px;
    width: 100%;
}
.send__title {
    text-align: center;
}
.send__item-container1 {
    display: flex;
    flex-direction: column;
    gap: 19px;
    justify-content: space-around;
    align-content: center;
    max-width: 337px;  
    border-radius: 10px;
    background-color: #fff;
    margin: 5px auto 35px;
    padding: 15px;
}
.send__item-container1-real {
    display: flex;
    height: max-content;
    align-items: center; 
}
.send__item-email {
    display: flex;
    justify-content: space-between;
    max-width: 290px;
    background-color:  #fff;
    margin: 35px auto 0;
    padding: 15px;
    align-items: center;
    border-radius: 10px;
}
.send__item-text {
    text-align: center; 
    margin-top: 100px;
}
.send__item:not(:last-child):before {
    content: "";
    position: absolute;
    top: calc(41%);
    right: -63px;
    width: 94px;
    height: 94px;
    background-image: url(/img/arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate3d(0, -50%, 0);
    z-index: 1;
}
.send__item-img {
    max-width: 277px;
    width: 100%;
    margin: 0px auto;
}
@media  (max-width: 900px) {
    .receive__items {
        flex-direction: column;
        align-items: center;
        margin-top: 27px;
    }
    .reply__items {
        flex-direction: column;
        align-items: center;
        margin-top: 27px;
    }
    .send__items {
        flex-direction: column;
        align-items: center;
        margin-top: 27px;
    }
    .receive {
        padding: 20px 0 30px;
    }
    .reply {
        padding: 20px 0 30px;
    }
    .send {
        padding: 20px 0 30px;
    }
    .send__item:not(:last-child):before {
        display: none;
    }
    .send__item:not(:last-child)::after {
        content: "";
        position: absolute;
        top: calc(105%);
        right: 39%;
        width: 66px;
        height: 66px;
        background-image: url(/img/arrow-and2.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        transform: translate3d(0, -50%, 0);
        z-index: 1;
        border-radius: 50%;
    }
    .reply__item:not(:last-child):before {
        display: none;
    }
    .reply__item:not(:last-child)::after  {
        content: "";
        position: absolute;
        top: calc(105%);
        right: 39%;
        width: 66px;
        height: 66px;
        background-image: url(/img/arrow-and2.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        transform: translate3d(0, -50%, 0);
        z-index: 1;
        border-radius: 50%;
    }
    .receive__item:not(:last-child):before {
        display: none;
    }
    .receive__item:not(:last-child)::after {
        content: "";
        position: absolute;
        top: calc(105%);
        right: 39%;
        width: 66px;
        height: 66px;
        background-image: url(/img/arrow-and2.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        transform: translate3d(0, -50%, 0);
        z-index: 1;
        border-radius: 50%;
    }

  }
@media (min-width: 900px) and (max-width: 1000px) {
    .receive__item-email p {
      font-size: 14px;
    }
  }
/* ******************* sliders ****************** */
  .sliders {
    padding: 50px 0 112px;
}
.sliders__title {
    text-align: center;
}
.sliders__10k-1m {
    display: flex;
    max-width: 341px;
    margin: 40px auto 0;
    justify-content: space-between;
}
.sliders__10k {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 172px; 
    gap: 5px;
}
.sliders__1m {
    display: flex;
    flex-direction: column;
    width: 46px;  
    gap: 5px;
}
.reviews {
    padding: 20px 0 50px;
}
.reviews__item {
    border-radius: 12px;
    height: auto;
    background: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.reviews__item-text {
    color: rgba(73, 73, 80, 1);
line-height: 150%;
    text-align: justify;
    margin-top: 16px;
  
}
.reviews__item-caption p{
    color: rgba(73, 73, 80, 1);
    line-height: 150%;
    font-style: italic; 
    font-size: 14px; 
}
.reviews__items {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}
.reviews h2 {
    margin-bottom: 24px;
    text-align: center;
}
  .conteiner {
    max-width: 1222px;
    margin: 0 auto;
    overflow: hidden;  
    position: relative; 
}

scroll-slider-track {
    display: flex;
    overflow-x: auto;  
    overflow-y: hidden;
    gap: 20px;  
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
scrollbar-width: none;
 
}
scroll-slider-track > * {
scroll-snap-align: start;
}    
scroll-slider-track::-webkit-scrollbar {
   display: none;
}
scroll-slider-track::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

.reviews__item, .slide {
    background: rgba(249, 249, 251, 1);
    flex: 0 1 auto;  
    min-width: 335px; 
}
.scroll-btn {
    position: absolute;
    top: 41%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: #fff;
    filter: drop-shadow(0px 2px 8px rgba(172, 171, 171, 0.15));
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    font-size: 25px;
    transition: background 0.3s, opacity 0.3s;
}

.scroll-left {
    left: 45px;
}

.scroll-right {
    right: 45px;
}
.scroll-btn:disabled {
    background: #fff;
    opacity: 0.5;
    cursor: not-allowed;
    box-shadow: none;
}
.reviews__item-caption-img {
    width: 96px;
    height: 18px; 
}
.scroll-btn-right-vec {
width: 30px;
 margin-left: 10px;
}
.scroll-btn-left-vec {
    width: 30px;
     margin-left: 10px;
    }
.slider-progress-wrapper {
    position: relative;
    height: 4px;
    background-color: #e0e0e0;
    border-radius: 2px;
    margin: 23px auto 27px;
    max-width: 300px;
    overflow: hidden;
  }
  .slider-progress-bar {
    height: 100%;
    width: 0%;
    background-color: #406af6;
    transition: width 0.3s ease;
    border-radius: 2px;
  }
  
@media (max-width: 800px) {
.reviews__item, .slide {
    min-width: 270px;
}
.scroll-left {
    left: 0px;
}
.scroll-right {
    right: 0px;
}
} 
@media (max-width: 490px) {
    .scroll-btn {
        top: 79%;
        width: 47px;
    height: 47px;
    transform: none;
        margin: 22px;
    }
    .slider-progress-wrapper {
        max-width: 200px;
      }
    .scroll-left {
        left: -20px;
    }
    .scroll-right {
        right: -23px;
    }       
}
