.educational-centers.clinics-crm-page .store-hero{
  background-image: url("../images/clinic-hero-bg.png");
}

.educational-centers.clinics-crm-page .store-hero .section-body .bottom a{
  width: auto;
}

.educational-centers.clinics-crm-page .store-hero .section-body .top::before{
  width: 293.98px;
  height: 293.98px;
  top: 0;
  left: -80px;
  bottom: auto;
  transform: rotate(-8.141deg);
  background-image: url("../images/clinic-hero-p1.png");
}

.educational-centers.clinics-crm-page .store-hero .section-body .top::after{
  width: 361px;
  height: 331px;
  bottom: -93px;
  right: -117px;
  transform: rotate(-6.629deg); 
  background-image: url("../images/clinic-hero-p2.png");
}

.educational-centers.clinics-crm-page .store-hero .section-body .top p.h3 {
  max-width: 550px;
}

.clinics-crm-page .advantages-section .section-footer a{
  max-width: 405px;
  margin: 0 auto;
}


@media (min-width: 1101px){

  .section.clinic-problems{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  
  .section.clinic-problems .section-header{
    padding: 24px;
  }
  
  .section.clinic-problems .section-header h2{
    max-width: 250px;
    text-align: left;
  }
  
  .section.clinic-problems .section-header h2 + .p2{
    text-align: left;
    margin-top: 28px;
  }
  
  .clinic-problems .section-body .swiper-wrapper,
  .clinic-problems .section-body .swiper-problems,
  .clinic-problems .section-body{
    display: contents;
  }

  .clinics-crm-page .online-store-process .swiper-wrapper{
    grid-template-columns: repeat(3, 1fr);
  }
}

.clinics-crm-page .online-store-process .section-body .swiper-wrapper .item{
  max-width: initial;
  min-height: initial;
}

.solutions-slider.crm-cards .section-body .item div{
  max-height: initial;
  height: initial;
}

.solutions-slider.crm-cards .section-body .item div.item__logo-wrapper{
  height: 80px;
}

.solutions-slider.crm-cards .section-body .item ul li:first-of-type{
  font-weight: 400;
}

.clinics-crm-page .partners-cases [slider-nav-prev]{
  justify-content: space-between;
}

.clinics-crm-page .partners-cases .slider-nav-prev{
  margin-left: auto;
}

.clinics-crm-page .online-store-faq .faq_inner h2{
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.clinics-crm-page .online-store-faq .faq_container{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.clinics-crm-page .partners-cases + .faq-section{
  background-color: var(--gray);
}

.clinics-crm-page .online-store-faq .question span{
  max-width: 450px;
  font-weight: 700;
}

.clinics-crm-page .online-store-faq .question svg{
  flex-shrink: 0;
}

@media (max-width: 990px) {

  .educational-centers.clinics-crm-page .store-hero .section-body .top::before{
    width: 193.98px;
    height: 193.98px;
  }

  .educational-centers.clinics-crm-page .store-hero .section-body .top::after{
    width: 261px;
    height: 231px;
    bottom: -58px;
    right: -83px;
  }
}

@media (max-width: 768px){

  .clinics-crm-page .online-store-process .section-body .swiper-wrapper .item{
    width: 100%;
    max-width: 576px;
  }

  .clinics-crm-page .online-store-faq .faq_container{
    grid-template-columns: 1fr;
    gap: 0;
  }
  
}


@media (max-width: 576px) {

  .educational-centers.clinics-crm-page .store-hero{
    padding-bottom: 144px;
  }

  .educational-centers.clinics-crm-page .store-hero .section-body .top::before{
    width: 153.98px;
    height: 153.98px;
    top: -106px;
    left: 50%;
    transform: rotate(-8.141deg) translateX(-50%);
  }

  .educational-centers.clinics-crm-page .store-hero .section-body .top::after{
    width: 221px;
    height: 191px;
    bottom: -196px;
    right: auto;
    transform: rotate(-6.629deg) translateX(-50%);
  }

  .solutions-slider.crm-cards .services_reviews-button-next::after{
    transform: rotate(180deg);
  }

  .solutions-slider.crm-cards .services_reviews-button-prev::after{
    transform: none;
  }
}