

/* Start:/local/templates/faceroom/components/bitrix/news.list/price_in_services_2025/style.css?17512770041440*/
.price_and_name__title  {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 90%;
}

.accordion__title.price_and_name__title {
    font-size: 24px;
}

#sort__items .accordion__wrapper.sort__item {
    display: flex;
    flex-direction: column;

    border: none;
    padding-top: 0;
}

#sort__items .accordion__wrapper.sort__item.hide {
    display: none;
}

.news-detail {
    margin-top: 70px;
    font-size: 18px;
    line-height: 20px;
}

.news-detail p {
    margin-bottom: 10px;
}

.form__record {
    margin-top: 100px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#intro .swiper__wrapper {
    width: 100%;
}

.care.landing .about__title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.care.landing .about__title .reviews__arrow {
    max-width: 200px;

}

.care.landing .care__photos {
    overflow-x: hidden;
}


.care__text_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media(max-width: 520px){
    .accordion__title.price_and_name__title {
        font-size: 20px;

        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .accordion__title.price_and_name__title span:nth-child(2){
        padding-top: 20px;
    }

    #prices__section {
        margin-top: 50px;
    }
} 
/* End */


/* Start:/local/templates/faceroom/components/bitrix/news.list/care_in_about_2025/style.css?17440941677813*/
/* CARE */
.care {
    margin-top: 100px;
  }
  .care__wrapper {
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 24px;
    position: relative;
  }
  
  .care__image-wrapper {
    position: relative;
  }
  
  
  .care__play {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -2.88px;
    text-transform: uppercase;
    display: block;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .care__img {
    max-width: 496px;
    height: auto;
  }
  
  .care__title {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 32px */
    letter-spacing: -1.28px;
    text-transform: uppercase;
    width: 268px;
  }
  .care__text {
    margin-top: 8px;
    width: 496px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 18px */
    letter-spacing: -0.72px;
  }
  .care__line {
    margin-top: 10px;
  }
  
  
  .care__pic_wrapper {
  position: relative;
  width: 288px;
  height: 288px;
  flex: 0 0 auto;
  }
  
  .care__pic_wrapper:first-child {
    margin-right: auto;
  }
  
  .care__pic_wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .care__photos {
    width: 100%;
    margin: 0 auto;
    margin-top: 24px;
  /*  height: 288px;*/
    display: flex;
    justify-content: space-between;
    gap: 24px;
    overflow-x: scroll;
  }
  
  
  .intresting {
    margin-top: 64px;
  }
  
  .intresting__maybe {
    text-align: center;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
    letter-spacing: -0.72px;
    text-transform: uppercase;
  }
  .intresting__heading-wrapper {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
  
  .intresting__title {
    color: #000;
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 72px */
    letter-spacing: -2.88px;
    text-transform: uppercase;
  }
  .intresing__arrow-right,
  .intresing__arrow-left  {
    height: 36px;
    cursor: pointer;
  }
  
  
  /*  */
  .blocks {
    margin-top: 24px;
  }
  .blog__items-wrapper {
    margin-top: 64px;
    padding-left: 28px;
    padding-right: 28px;
  }
  .blog__items {
    width: 100%;
    margin: 0 auto;
    gap: 20px;
    display: flex;
    overflow-y: hidden;
    overflow-x: auto;
    scroll-behavior: smooth;
  }
  .blog__items::-webkit-scrollbar {
    display: none;
  }
  .blog__item {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .blog__title {
    color: #000;
    width: 199px;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 32px */
    letter-spacing: -1.28px;
    text-transform: uppercase;
  }
  .blog__img {
    max-width: 392px;
    width: 100%;
  }
  .blog__read {
    cursor: pointer;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 24px */
    letter-spacing: -0.96px;
    text-transform: uppercase;
  }
  .small__arrow {
    display: none;
  }
  /*  */
  .open-blog__img-small {
    display: none;
  }
  
  @media (max-width: 1100px) {
    .intresing__arrow-right,
    .intresing__arrow-left {
      max-width: 200px;
    }
  }
  @media (max-width: 1050px) {
    .care__text {
      width: 356px;
    }
    .care__title {
      width: 300px;
    }
  }
  @media (max-width: 970px) {
    .care__photos {
      gap: 20px;
    }
  }
  @media (max-width: 950px) {
    .about__text {
      font-size: 16px;
    }
    .care__title {
      font-size: 24px;
    }
    .care__line {
      height: 338px;
      width: 260px;
    }
    .care__text {
      width: 256px;
      font-size: 16px;
      letter-spacing: -0.64px;
      line-height: 120%; /* 19.2px */
    }
    .blog__items {
      grid-template-columns: repeat(auto-fill, minmax(288px, 288px));
    }
    .care__pic_wrapper {
      width: 240px;
      height: 240px;
    }
    .blog__img {
      width: 288px;
      height: 288px;
    }
    .open-blog__img,
    .open-blog__home {
      height: 70%;
    }
    .home__title {
      font-size: 42px;
      width: 261px;
      left: 35%;
      top: 45%;
    }
  }
  @media (max-width: 935px) {
    .blog__items {
      align-items: center;
      justify-content: start;
    }
  }
  @media (max-width: 830px) {
    .care__line {
      height: 270px;
    }
  }
  @media (max-width: 768px) {
    .intresing__arrow-right,
    .intresing__arrow-left {
      width: 150px;
    }
    .intresting__title {
      font-size: 42px;
    }
    .care__pic_wrapper {
      width: 200px;
      height: 200px;
    }
    .blog__items {
      grid-template-columns: repeat(auto-fill, minmax(200px, 200px));
      column-gap: 24px;
    }
    .blog__img {
      width: 200px;
      height: 200px;
    }
  }
  @media (max-width: 700px) {
    .wide_row,
    .care__wrapper {
      flex-direction: column;
    }
    .care__text {
      width: 100%;
    }
    .care__line {
      width: 100%;
      height: 200px;
    }
    .care__photos {
      overflow: auto;
    }
    .care__photos::-webkit-scrollbar {
      display: none;
    }
  }
  @media (max-width: 680px) {
    .home__title {
      font-size: 36px;
    }
  }
  @media (max-width: 620px) {
    .home__title {
      left: 28%;
    }
    .home__about {
      margin-top: 28px;
    }
  }
  @media (max-width: 570px) {
    .about__title {
      width: 100%;
    }
    .open-blog__img {
      display: none;
    }
    .open-blog__img-small {
      display: block;
      width: 100%;
    }
  }
  @media (max-width: 500px) {
    
    .intresing__arrow-left,
    .intresing__arrow-right {
      display: none;
    }
    .small__arrow {
      cursor: pointer;
      display: block;
    }
    .intresting__heading-wrapper {
      justify-content: space-around;
    }
    .blog__items {
      display: flex;
      overflow: auto;
      justify-content: start;
      overflow-y: hidden;
      scroll-behavior: smooth;
    }
    .blog__items::-webkit-scrollbar {
      display: none;
    }
    .blog__img {
      width: 100%;
      object-fit: cover;
    }
    .blog__item {
      max-width: 100%;
      width: 100%;
    }
  }
  @media (max-width: 450px) {
    .care__play {
      font-size: 36px;
    }
    .home__title {
      left: 18%;
    } 
  }
  @media (max-width: 430px) {
    .care__img {
      width: 300px;
      height: 300px;
      
    }
    .care__photos::-webkit-scrollbar {
      display: none;
    }
    .open-blog {
      margin-left: 15px;
      margin-right: 15px;
    }
  }
  @media (max-width:400px) {
    
    .open-blog__home {
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }
  @media (max-width: 380px) {
    .home__title {
      left: 10%;
    } 
  }
  @media (max-width: 330px) {
    .care__img {
      width: 290px;
    }
  }
  
  
  .care__text-wrapper {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
  }
  
  .care__text_wrapper:first-child {
    margin-right: auto;
  }
  
  .card__title {
    margin-top: 8px;
    width: 200px;
    color: var(--Black, #000);
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -1.28px;
    text-transform: uppercase;
    text-align: start;
  }
  
  .card__text {
    margin-top: 28px;
    width: 288px;
    color: var(--Black, #000);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.72px;
  }
/* End */


/* Start:/local/templates/faceroom/components/bitrix/news.list/reviews/style.css?17453215111524*/
.review_start_date {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.review_start_date  .review_date {
    font-size: 18px;
    line-height: 18px;
    color: #00000080;
    text-transform: uppercase;
}

.review_star {
    display: flex;
    flex-direction: row;
    margin-left: 24px;
}

.start_one {
    background: url('/local/templates/faceroom/components/bitrix/news.list/reviews/start.svg');
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
}

.review__wrapper {
    border-left: 1px solid #000000;
    max-height: 400px;
}

.review__text > div > div {
    border: none !important;
}

.review__wrapper .review__name.name__box {
    text-align: left;
    margin-left: 24px;
    margin-bottom: 10px;
}

.review__text {
    margin-left: 15px;
}

.care__text_wrapper {
	/* display: flex;
	flex-direction: column;
	align-items: stretch; */

	position: relative;
	padding-bottom: 80px;
}

.care__text_wrapper .franchise__more__box {
	position: absolute;
	bottom: 0;

	justify-content: flex-start;	
}

@media (max-width: 520px) {

    .review_start_date {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        
    }

    .review_date {
        margin-left: 24px;
    }

    .question__wrapper .question__title {
        font-size: 46px;
    }

    .intro__about .intro__subtitle {
        text-transform: none;

        font-size: 18px;
        line-height: 20px;

        letter-spacing: normal;
    }

    .form__record .intro__about {
        margin-top: 0px;
    }
    
}
/* End */
/* /local/templates/faceroom/components/bitrix/news.list/price_in_services_2025/style.css?17512770041440 */
/* /local/templates/faceroom/components/bitrix/news.list/care_in_about_2025/style.css?17440941677813 */
/* /local/templates/faceroom/components/bitrix/news.list/reviews/style.css?17453215111524 */
