.slider .slick-initialized .slick-slide {
  display: flex;
}

.slider {
  position: relative;
}

.showcase__slider {
  visibility: hidden;
}

.slick-initialized {
  visibility: visible;
}

.showcase {
  padding: 166px 0 84px 0;
}

@media screen and (max-width: 1240px) {
  .showcase {
    padding: 150px 0 70px;
  }
}

@media screen and (max-width: 767px) {
  .showcase {
    padding: 123px 0 67px;
  }
}

.showcase .progress {
  display: block;
  width: 360px;
  height: 4px;
  border-radius: 30px;
  overflow: hidden;
  background-color: rgba(217, 217, 217, 0.4);
  background-image: linear-gradient(to right, #a065ff, #a065ff);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
  position: absolute;
  right: -177px;
  bottom: 180px;
  transform: rotate(-90deg);
}

@media only screen and (max-width: 991px) {
  .showcase .progress {
    width: 280px;
    right: -136px;
    bottom: 140px;
  }
}

@media only screen and (max-width: 767px) {
  .showcase .progress {
    transform: none;
    right: auto;
    left: 0;
    width: 100%;
    bottom: -40px;
  }
}

.showcase .slick-prev {
  display: none !important;
}

.showcase .slick-next {
  background: none;
  opacity: 0;
  display: block;
  width: 360px;
  top: auto;
  height: 4px;
  position: absolute;
  right: -177px;
  bottom: 180px;
  cursor: pointer;
  z-index: 20;
  transform: rotate(-90deg);
}

@media only screen and (max-width: 991px) {
  .showcase .slick-next {
    width: 280px;
    right: -136px;
    bottom: 140px;
  }
}

@media only screen and (max-width: 767px) {
  .showcase .slick-next {
    transform: none;
    right: auto;
    left: 0;
    width: 100%;
    bottom: -40px;
  }
}

.showcase__blocks {
  display: flex;
  justify-content: space-between;
  padding-right: 87px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .showcase__blocks {
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .showcase__blocks {
    padding-right: 0;
    justify-content: center;
  }
}

.showcase__block {
  max-width: 516px;
  padding-top: 105px;
}

@media screen and (max-width: 1240px) {
  .showcase__block {
    padding-top: 80px;
    max-width: 490px;
  }
}

@media screen and (max-width: 991px) {
  .showcase__block {
    padding-top: 55px;
    max-width: 390px;
  }
}

@media screen and (max-width: 767px) {
  .showcase__block {
    max-width: none;
    padding-top: 0;
  }
}

.showcase__title {
  font-weight: 500;
  font-size: 58px;
  color: var(--theme-primary-text);
  margin-bottom: 22px;
  line-height: 138%;
  position: relative;
}

.showcase__title::before {
  content: "";
  position: absolute;
  width: 157px;
  height: 1px;
  background: #ffffff;
  top: -20px;
  left: 0;
}

@media screen and (max-width: 1240px) {
  .showcase__title::before {
    width: 120px;
  }
}

@media screen and (max-width: 991px) {
  .showcase__title::before {
    display: none;
  }
}

@media screen and (max-width: 1240px) {
  .showcase__title {
    font-size: 50px;
  }
}

@media screen and (max-width: 991px) {
  .showcase__title {
    font-size: 40px;
    line-height: 120%;
  }
}

@media screen and (max-width: 767px) {
  .showcase__title {
    font-size: 31px;
    margin-bottom: 21px;
  }
}

@media screen and (max-width: 767px) {
  .showcase__img {
    display: none;
  }
}

.showcase__text {
  font-size: 24px;
  line-height: 138%;
  margin-bottom: 38px;
  color: var(--theme-text-color);
}

.showcase__text span {
  color: var(--theme-text-color);
}

@media screen and (max-width: 1240px) {
  .showcase__text {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .showcase__text {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .showcase__text {
    font-size: 16px;
    margin-bottom: 32px;
  }
}

.showcase__btn {
  width: 192px;
  height: 57px;
  background: #a065ff;
  border-radius: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-primary-text);
  font-family: "Gotham Pro";
  font-size: 18px;
  line-height: 138%;
  transition: 350ms;
}

@media screen and (max-width: 1240px) {
  .showcase__btn {
    width: 180px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .showcase__btn {
    width: 163px;
    height: 48px;
  }
}

.showcase__btn:hover {
  background: #7430e2;
}

.why {
  padding: 44px 0;
}

@media screen and (max-width: 767px) {
  .why {
    padding: 13px 0 19px;
  }
}

.why__title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 500;
  font-size: 42px;
  line-height: 138%;
  margin-bottom: 43px;
  color: var(--theme-primary-text);
}

@media screen and (max-width: 1240px) {
  .why__title {
    font-size: 38px;
  }
}

@media screen and (max-width: 991px) {
  .why__title {
    justify-content: center;
    font-size: 36px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .why__title {
    font-size: 33px;
    margin-bottom: 32px;
  }
}

.why__blocks {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-right: 59px;
  -moz-column-gap: 100px;
  column-gap: 100px;
}

@media screen and (max-width: 1240px) {
  .why__blocks {
    padding-right: 0;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}

@media screen and (max-width: 991px) {
  .why__blocks {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
}

@media screen and (max-width: 991px) {
  .why__block {
    text-align: center;
  }
}

.why__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 65px;
  margin-bottom: 26px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .why__img {
    margin: 0 auto 23px auto;
  }
}

.why__img svg {
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 0 6px rgba(var(--theme-icon-glow-rgb), 0.5))
          drop-shadow(0 0 12px rgba(var(--theme-icon-glow-rgb), 0.3))
          drop-shadow(0 0 20px rgba(var(--theme-icon-glow-rgb), 0.15));
}

.why__img svg path {
  fill: var(--theme-icon-glow);
}

.why__high {
  font-weight: 600;
  font-size: 25px;
  line-height: 162%;
  color: var(--theme-primary-text);
  margin-bottom: 10px;
}

@media screen and (max-width: 1240px) {
  .why__high {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .why__high {
    font-size: 19px;
    margin-bottom: 8px;
  }
}

.why__text {
  font-size: 17px;
  line-height: 162%;
  color: var(--theme-text-color);
}

.product {
  padding: 57px 0 3px 0;
}

@media screen and (max-width: 767px) {
  .product {
    padding: 25px 0 3px;
  }
}

.product__title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  color: var(--theme-primary-text);
  margin-bottom: 70px;
}

@media screen and (max-width: 1240px) {
  .product__title {
    font-size: 44px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 991px) {
  .product__title {
    text-align: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .product__title {
    gap: 12px;
    font-size: 33px;
    line-height: 46px;
    margin-bottom: 19px;
  }
}

.product__blocks {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

@media screen and (max-width: 991px) {
  .product__blocks {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  .product__blocks {
    row-gap: 25px;
  }
}

.product__block {
  background: rgba(251, 251, 251, 0.15);
  border-radius: 30px;
  text-align: center;
}

.product__block span {
  font-weight: 600;
}

.product__head {
  background: rgba(251, 251, 251, 0.15);
  border-radius: 30px;
  padding: 26px 0 19px 0;
}

@media screen and (max-width: 991px) {
  .product__head {
    background: none;
  }
}

.product__img {
  width: 138px;
  height: 307px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1240px) {
  .product__img {
    height: 285px;
  }
}

@media screen and (max-width: 767px) {
  .product__img {
    height: 264px;
  }
}

.product__img img {
  z-index: 2;
}

.product__img::before {
  content: "";
  position: absolute;
  background: #a065ff;
  -webkit-filter: blur(65px);
  filter: blur(65px);
  border-radius: 50%;
  width: 83px;
  height: 307px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

@media screen and (max-width: 1240px) {
  .product__img::before {
    height: 290px;
  }
}

@media screen and (max-width: 767px) {
  .product__img::before {
    height: 264px;
    -webkit-filter: blur(45px);
    filter: blur(45px);
    width: 70px;
  }
  
  .product__img {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
  }
}

.product__usluga {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 22px;
  color: var(--theme-primary-text);
  text-align: center;
}

@media screen and (max-width: 1240px) {
  .product__usluga {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 767px) {
  .product__usluga {
    font-size: 25px;
    margin-bottom: 10px;
  }
}

.product__info {
  padding: 12px 31px 33px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 379px;
}

@media screen and (max-width: 1240px) {
  .product__info {
    padding: 12px 16px 25px;
    min-height: 200px;
  }
}

@media screen and (max-width: 991px) {
  .product__info {
    padding: 12px 45px 25px;
  }
}

@media screen and (max-width: 767px) {
  .product__info {
    padding: 12px 15px 22px;
  }
}

.product__text {
  color: var(--theme-text-color);
  font-size: 18px;
  line-height: 175%;
  margin-bottom: 41px;
}

@media screen and (max-width: 1240px) {
  .product__text {
    font-size: 17px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .product__text {
    margin-bottom: 19px;
  }
}

.product__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 52px;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: var(--theme-primary-text);
  background: #a065ff;
  border-radius: 39px;
  margin: 0 auto;
  transition: 350ms;
}

@media screen and (max-width: 767px) {
  .product__btn {
    width: 190px;
    height: 48px;
  }
}

.product__btn:hover {
  background: #7430e2;
}

.control {
  padding: 70px 0;
}

@media screen and (max-width: 1240px) {
  .control {
    padding: 55px 0;
  }
}

@media screen and (max-width: 767px) {
  .control {
    padding: 28px 0;
  }
}

.control__title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 600;
  font-size: 35px;
  line-height: 42px;
  color: var(--theme-primary-text);
  margin-bottom: 49px;
}

@media screen and (max-width: 1240px) {
  .control__title {
    font-size: 33px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .control__title {
    justify-content: center;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .control__title {
    margin-bottom: 10px;
  }
}

.control__blocks {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .control__blocks {
    justify-content: center;
  }
}

.control__block {
  max-width: 519px;
}

@media screen and (max-width: 991px) {
  .control__block {
    max-width: none;
    text-align: center;
  }
}

.control__text {
  color: var(--theme-text-color);
  font-size: 18px;
  line-height: 175%;
  margin-bottom: 51px;
}

@media screen and (max-width: 1240px) {
  .control__text {
    font-size: 17px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .control__text {
    margin-bottom: 28px;
  }
}

.control__img {
  width: 599px;
  height: 287px;
  border-radius: 21px;
}

.control__img img {
  border-radius: 3px;
}

@media screen and (max-width: 991px) {
  .control__img {
    display: none;
  }
}

.control__btn {
  margin: 0;
}

@media screen and (max-width: 991px) {
  .control__btn {
    margin: 0 auto;
  }
}

.reviews {
  padding: 3px 0 73px;
}

@media screen and (max-width: 991px) {
  .reviews {
    padding: 3px 0 60px;
  }
}

@media screen and (max-width: 767px) {
  .reviews {
    padding: 3px 0 46px;
  }
}

.reviews__title {
  margin-bottom: 35px;
}

.reviews__title div {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .reviews__title {
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 991px) {
  .reviews .reviews__title-mob2 {
    display: none;
  }
}

.reviews .reviews__title-mob {
  display: none;
}

@media screen and (max-width: 991px) {
  .reviews .reviews__title-mob {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .reviews .reviews__title-mob b {
    color: #a065ff;
  }
}

@media screen and (max-width: 991px) {
  .reviews__blocks {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 20px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) and (max-width: 767px) {
  .reviews__blocks {
    row-gap: 15px;
    margin-bottom: 28px;
  }
}

.reviews__block {
  padding: 36px;
  border: 3px solid rgba(120, 161, 242, 0.3);
  border-radius: 30px;
}

@media screen and (max-width: 1240px) {
  .reviews__block {
    padding: 28px;
  }
}

@media screen and (max-width: 991px) {
  .reviews__block {
    display: none;
  }
  .reviews__block:nth-child(n):nth-child(-n + 3) {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .reviews__block {
    padding: 18px 32px;
  }
}

.reviews__btn {
  display: none;
}

@media screen and (max-width: 991px) {
  .reviews__btn {
    display: flex;
  }
}

.reviews__name {
  font-weight: 600;
  font-size: 25px;
  line-height: 162%;
  color: var(--theme-primary-text);
  margin-bottom: 11px;
}

@media screen and (max-width: 1240px) {
  .reviews__name {
    font-size: 21px;
  }
}

@media screen and (max-width: 767px) {
  .reviews__name {
    font-size: 19px;
    margin-bottom: 15px;
  }
}

.reviews__text {
  font-size: 17px;
  line-height: 162%;
  margin-bottom: 14px;
  color: var(--theme-text-color);
}

@media screen and (max-width: 1240px) {
  .reviews__text {
    font-size: 16px;
  }
}

.reviews__date {
  font-size: 15px;
  line-height: 162%;
  color: var(--theme-primary-text);
}

.slick-slide {
  margin: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .slick-slide {
    margin: 0 5px;
  }
}

@media screen and (max-width: 480px) {
  .slick-slide {
    margin: 0 2px;
  }
}

.slick-arrow {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  z-index: 550;
  font-size: 0;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: #a065ff;
  border-radius: 50%;
  background-image: url(../../images/arrow-r.png);
  background-size: 25px;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 1240px) {
  .slick-arrow {
    width: 45px;
    height: 45px;
  }
}

@media screen and (max-width: 767px) {
  .slick-arrow {
    width: 40px;
    height: 40px;
  }
}

.slick-arrow:hover {
  background-color: #7430e2;
}

.slick-arrow:active {
  background-color: #7430e2;
}

.slick-arrow:focus {
  outline: none;
  box-shadow: none;
}

.slick-arrow.slick-disabled {
  opacity: 0.25;
  cursor: not-allowed;
  background-color: #a065ff;
}

.slick-arrow.slick-disabled:hover {
  background-color: #a065ff;
}

.slick-prev {
  background-position: 50% 50%;
  transform: rotate(180deg);
  left: auto;
  right: 72px;
  top: -85px;
}

.slick-prev:hover {
  transform: rotate(180deg) scale(1.05);
}

.slick-prev:active {
  transform: rotate(180deg) scale(0.95);
}

.slick-prev.slick-disabled {
  transform: rotate(180deg);
}

.slick-prev.slick-disabled:hover {
  transform: rotate(180deg);
}

.slick-next {
  left: auto;
  background-position: 50% 50%;
  right: 0;
  top: -85px;
  transform: rotate(0deg);
}

.slick-next:hover {
  transform: rotate(0deg) scale(1.05);
}

.slick-next:active {
  transform: rotate(0deg) scale(0.95);
}

.slick-next.slick-disabled {
  transform: rotate(0deg);
}

.slick-next.slick-disabled:hover {
  transform: rotate(0deg);
}

.wrapper.active .showcase__title {
  color: #000000;
}

.wrapper.active .showcase__btn {
  background: #78a1f2;
  transition: 350ms;
}

.wrapper.active .showcase__btn:hover {
  background: #497feb;
}

.wrapper.active .showcase__title::before {
  background: #000000;
}

.wrapper.active .showcase__text,
.wrapper.active .showcase__text span {
  color: var(--theme-text-color);
}

.wrapper.active .showcase__blocks::after {
  background: linear-gradient(0deg, #5b94fd 37.61%, rgba(91, 148, 253, 0) 88.99%);
}

.wrapper.active .why__title {
  color: #000000;
}

.wrapper.active .why__high {
  color: #000000;
}

.wrapper.active .product__title {
  color: #000000;
}

.wrapper.active .product__usluga {
  color: #000000;
}


.wrapper.active .product__btn {
  background: #78a1f2;
  transition: 350ms;
}

.wrapper.active .product__btn:hover {
  background: #497feb;
}

.wrapper.active .product__img:before {
  display: none;
}

.wrapper.active .product__block {
  background: #fbfbfb;
}

.wrapper.active .control__title {
  color: #000000;
}


.wrapper.active .reviews__name {
  color: #000000;
}

.wrapper.active .slick-arrow {
  background-color: #78a1f2;
  border: none;
  outline: none;
  box-shadow: none;
}

.wrapper.active .slick-arrow:hover {
  background-color: #497feb;
}

.wrapper.active .slick-arrow:active {
  background-color: #497feb;
}

.wrapper.active .slick-arrow:focus {
  outline: none;
  box-shadow: none;
}

.wrapper.active .slick-arrow.slick-disabled {
  opacity: 0.25;
  cursor: not-allowed;
  background-color: #78a1f2;
}

.wrapper.active .slick-arrow.slick-disabled:hover {
  background-color: #78a1f2;
}

.wrapper.active .slick-prev:hover {
  transform: rotate(180deg) scale(1.05);
}

.wrapper.active .slick-prev:active {
  transform: rotate(180deg) scale(0.95);
}

.wrapper.active .slick-prev.slick-disabled {
  transform: rotate(180deg);
}

.wrapper.active .slick-prev.slick-disabled:hover {
  transform: rotate(180deg);
}

.wrapper.active .slick-next:hover {
  transform: rotate(0deg) scale(1.05);
}

.wrapper.active .slick-next:active {
  transform: rotate(0deg) scale(0.95);
}

.wrapper.active .slick-next.slick-disabled {
  transform: rotate(0deg);
}

.wrapper.active .slick-next.slick-disabled:hover {
  transform: rotate(0deg);
}

