.castom-carousel {
  overflow: hidden;
  position: relative;
}
.castom-carousel__box {
  height: 456px;
  margin: 50px 0 40px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
@media screen and (max-width: 992px) {
  .castom-carousel__box {
    height: 500px;
  }
}
@media screen and (max-width: 750px) {
  .castom-carousel__box {
    height: 250px;
    margin: 24px 0 30px;
  }
}
.castom-carousel__item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-shadow: 5px 5px 10px 2px rgba(16, 29, 147, 0.08);
  box-shadow: 5px 5px 10px 2px rgba(16, 29, 147, 0.08);
  background-color: #fff;
  display: none;
  height: 100%;
  justify-content: space-between;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition:
    transform 0.4s ease,
    -webkit-transform 0.4s ease;
  width: 74%;
}
.castom-carousel__item img {
  display: block;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1250px) {
  .castom-carousel__item {
    width: 700px;
  }
}
@media screen and (max-width: 992px) {
  .castom-carousel__item {
    width: 515px;
  }
}
@media screen and (max-width: 750px) {
  .castom-carousel__item {
    width: 344px;
  }
}
.castom-carousel__item_left1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-transform: translate3d(-30%, 0, -200px);
  transform: translate3d(-30%, 0, -200px);
}
@media screen and (max-width: 499px) {
  .castom-carousel__item_left1 {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
  }
}
.castom-carousel__item_left2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-transform: translate3d(-15%, 0, -100px);
  transform: translate3d(-15%, 0, -100px);
}
@media screen and (max-width: 499px) {
  .castom-carousel__item_left2 {
    -webkit-transform: translateZ(-100px);
    transform: translateZ(-100px);
  }
}
.castom-carousel__item_center {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.castom-carousel__item_center,
.castom-carousel__item_right1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
.castom-carousel__item_right1 {
  -webkit-transform: translate3d(30%, 0, -200px);
  transform: translate3d(30%, 0, -200px);
}
@media screen and (max-width: 499px) {
  .castom-carousel__item_right1 {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
  }
}
.castom-carousel__item_right2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translate3d(15%, 0, -100px);
  transform: translate3d(15%, 0, -100px);
}
@media screen and (max-width: 499px) {
  .castom-carousel__item_right2 {
    -webkit-transform: translateZ(-100px);
    transform: translateZ(-100px);
  }
}
.castom-carousel__arrows.center-arrows {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 992px) {
  .castom-carousel__arrows.center-arrows {
    display: none;
  }
}
.castom-carousel__arrows {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 250px;
  position: relative;
}
.castom-carousel__arrow {
  height: 20px;
  position: absolute;
  top: -41px;
  width: 20px;
  cursor: pointer;
  font-size: 0;
}
.castom-carousel__arrow_prev {
  background: url("../../../assets/img/icon/arrow-left.svg");
  left: 0;
}
.castom-carousel__arrow_next {
  background: url("../../../assets/img/icon/arrow-right.svg");
  right: 0;
}
.castom-carousel__dots {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 41px;
  justify-content: center;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.castom-carousel__dot,
.slick-dots button {
  background-color: var(--base60);
  border-radius: 50%;
  cursor: pointer;
  height: 8px;
  width: 8px;
}
.castom-carousel__dot:not(:last-child) {
  margin-right: 10px;
}
.castom-carousel__dot_active,
.slick-dots .slick-active button {
  background: var(--brandAccentPrimary);
  height: 10px;
  width: 10px;
}
.clients-say-section .slick-dots button {
  background-color: var(--base60);
  border-radius: 50%;
  cursor: pointer;
  height: 8px;
  width: 8px;
}
.clients-say-section .container {
  position: relative;
}
.clients-say-section .header-budges {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.clients-say-section .content-header {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .clients-say-section .content-header {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .clients-say-section .content-header {
    margin-bottom: 36px;
  }
}

.clients-say-section .slick-dots .slick-active button {
  background: var(--brandAccentPrimary);
  height: 10px;
  width: 10px;
  border-radius: 50%;
}
.clients-say-section .slick-dots {
  gap: 10px;
}
.clients-say-section .slick-dots li button {
  font-size: 0;
}
/* Custom feedback slider END*/
.clients-say-section {
  background-color: var(--base90);
  padding-top: 90px;
  padding-bottom: 90px;
}
.clients-say-section .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.clients-say-section .section-title {
  color: var(--brandAccentPrimary);
  font-family: MBold;
}
.clients-say-section .clients-say-slider .castom-carousel__arrow {
  position: absolute;
  top: auto;
  bottom: -3px;
}
.clients-say-section .clients-say-slider .castom-carousel__arrow_next {
  right: 43%;
}
.clients-say-section .clients-say-slider .castom-carousel__arrow_prev {
  left: 43%;
}
.clients-say-section .slick-list {
  padding-top: 40px;
  padding-bottom: 65px;
}
.clients-say-section .slick-initialized .slick-slide {
  padding: 0 30px;
}
.clients-say-section .slick-list .slide-item img {
  transform: scale(1);
  box-shadow: 6.2px 12px 28.1px 3px rgba(8, 15, 52, 0.12);
  transition: all 0.3s ease;
  width: 100%;
}
.clients-say-section .slick-list .slick-current + .slick-active img {
  transform: scale(1.15);
}
.clients-say-section .clients-say-slider {
  display: flex;
  width: 80%;
  margin: 0 auto;
}
.clients-say-section .clients-say-slider img {
  width: 100%;
  height: auto;
}
.clients-say-section .clients-say-slider.slick-slider.slick-dotted {
  display: block !important;
}

.clients-say-slider .slick-dots li:first-of-type > button,
.clients-say-slider .slick-dots li:last-of-type > button {
  /* Стили для первой и последней кнопки */
  height: 6px;
  width: 6px;
}

.clients-say-slider .slick-dots li:nth-of-type(2) > button,
.clients-say-slider .slick-dots li:nth-last-of-type(2) > button {
  /* Стили для второй и предпоследней кнопки */
  height: 7px;
  width: 7px;
}

@media (max-width: 1199px) {
  .clients-say-section .clients-say-slider {
    width: 100%;
    margin: 0 auto;
  }
  .clients-say-section .header-budges {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    margin-bottom: 50px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .clients-say-section .slick-list {
    padding-bottom: 40px !important;
  }
  .clients-say-section .slick-initialized .slick-slide {
    padding: 0 15px;
  }
  .clients-say-section .slick-list .slick-current + .slick-active img {
    transform: scale(1);
  }
  .clients-say-section .clients-say-slider .castom-carousel__arrow_next {
    right: 40%;
  }
  .clients-say-section .clients-say-slider .castom-carousel__arrow_prev {
    left: 40%;
  }
  .clutch-carousel .castom-carousel__arrow_next {
    right: 0;
  }
  .clutch-carousel .castom-carousel__arrow_prev {
    left: 0;
  }
}
@media (max-width: 1199px) {
  .clients-say-section .header-budges {
    margin-bottom: 50px;
  }
  .clients-say-section .header-budges img {
    max-height: 80px;
  }
}
@media (max-width: 768px) {
  .clients-say-section .clients-say-slider .castom-carousel__arrow_next {
    right: 30%;
  }
  .clients-say-section .clients-say-slider .castom-carousel__arrow_prev {
    left: 30%;
  }
}
@media (max-width: 575px) {
  .clients-say-section .slick-list {
    padding: 30px 0;
  }
  .clients-say-section .slick-initialized .slick-slide {
    padding: 0 10px;
  }
  .clients-say-section .header-budges {
    margin-bottom: 30px;
  }
}

@media (max-width: 430px) {
  .clients-say-section .clients-say-slider .castom-carousel__arrow_next {
    right: 25%;
  }
  .clients-say-section .clients-say-slider .castom-carousel__arrow_prev {
    left: 25%;
  }
}

.clutch {
  background-color: var(--base90);
}
.clutch .content-header {
  margin-bottom: 0;
  position: relative;
}
.clutch__header-badge {
  height: 120px;
  width: auto;
  margin: 0 auto 26px;
}
@media screen and (min-width: 768px) {
  .clutch__header-badge {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .clutch__header-badge {
    margin-bottom: 0;
    position: absolute;
    left: 100%;
    top: -30px;
  }
}
.clutch__content-subtitle {
  max-width: 550px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.clutch__link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 576px) {
  .clutch__link-list {
    gap: 14px;
    margin-top: 36px;
  }
}
.clutch__link-item {
  width: 154px;
  height: auto;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: var(--baseBoxShadow);
  box-shadow: var(--baseBoxShadow);
}
@media screen and (max-width: 768px) {
  .clutch__link-item {
    width: 144px;
  }
}
.clutch__link-item img {
  display: block;
  height: auto;
  width: 100%;
}

.clutch-carousel.castom-carousel .castom-carousel__arrows {
  bottom: -11px;
}

.castom-carousel__dots .castom-carousel__dot:first-of-type,
.castom-carousel__dots .castom-carousel__dot:last-of-type {
  /* Стили для первого и последнего элементов */
  height: 6px;
  width: 6px;
}

.castom-carousel__dots .castom-carousel__dot:nth-of-type(2),
.castom-carousel__dots .castom-carousel__dot:nth-last-of-type(2) {
  /* Стили для второго и предпоследнего элементов */
  height: 7px;
  width: 7px;
}

@media screen and (max-width: 576px) {
  .clutch__link-item {
    width: 114px;
  }
  .clients-say-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .clients-say-section .content-header {
    margin-bottom: 36px;
  }
  .clients-say-section .slick-list {
    padding-bottom: 20px !important;
  }
  .clutch-carousel .castom-carousel__box {
    margin-bottom: 20px;
  }
}
