

/* Start:/local/templates/faceroom/components/bitrix/news.list/care_in_about/style.css?17343378806949*/
/* 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/services_2025/bitrix/news.detail/.default/style.css?17471471385347*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

@font-face{
	font-family: 'ArialCustom';
	src: url('/local/templates/faceroom/fonts/arial.ttf') 
	format('truetype');
	/* font-weight:400;
	font-style:normal;
	font-display:swap */
}

.service-detail__right {
	text-align: right;
}

@media( min-width: 1024px){
	.pokazaniya_list {
		margin-top: 80px;
		margin-left: 120px;
		justify-content: space-between;
	}

	.pokazaniya_title {
		padding-bottom: 24px;
	}
}

.care__title__one {
	font-size: 32px;
	line-height: 32px;
	/* text-transform: uppercase; */
	margin-bottom: 20px;

	/* font-family: 'ArialCustom'; */
	letter-spacing: -0.28px;
	position: relative;
	margin-left: 20px;
}
.care__title__one:before {
	content: '-';
	position: absolute;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	left: -20px;
}

.care.landing .card__title {
	width: 208px;
}
@media (max-width: 582px) {
	.care.landing .card__title {
		width: 160px;
		font-size: 21px;
	}
	.care.landing .founders__our {
		font-size: 42px;
	}
	.care.landing .care__pic_wrapper {
		width: 160px;
		height: 160px;
	}
}


.service__detail {
	margin-top: 81px;
	margin-bottom: 45px;
}

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

.service_detail_text {
	font-size: 18px;
	line-height: 18px;
	margin-top: 48px;
	/* font-family: 'ArialCustom'; */

	letter-spacing: -0.72px;
}


.promo__try {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    height: 42px;
    color: var(--Black, #000);
    text-align: center;
    font-family: ArialNarrow;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -.56px;
    text-transform: uppercase;
    border-radius: 10000px;
    border: 1px solid var(--Black, #000);
    transition: .2s;
	max-width: 200px;
}

.promo__try:hover {
    background-color: #000;
    color: #fff;
}

.service__detail {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
}

.service__detail > div {
	width: 47%;
}

.service-detail__left {
	text-align: left;

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

.service-detail__left .blog__subtitle {
	text-align: left;
}

.service-detail__left .founders__our {
	text-align: left;
	/* margin-top: -50px; */
	margin-bottom: 30px;

	/* font-family: 'ArialCustom'; */
	letter-spacing: -2.88px;
}

.service-detail__price {
	font-size: 56px;
	line-height: 56px;
	text-transform: uppercase;
	display: block;
}

.service-detail__price > span {
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	display: block;
	margin-top: 10px;
}

.pokazaniya {
	display: flex;
	flex-direction: column;
	margin-top: 30px;
}

.pokazaniya_one {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 72px;
	align-items: flex-start;
}

.pokazaniya_one  > div {
	width: 55%;
}

.pokazaniya_title {
	font-size: 56px;
	line-height: 56px;
	text-transform: uppercase;

	border-bottom: 1px solid #000000;

	max-width: 42%;
}

.pokazaniya_list {
	display: flex;
	flex-direction: row;
}

.pokazaniya_list ul {
	list-style-type: disc;
	width: 45%;
}

.pokazaniya_list ul li {
	font-size: 18px;
	line-height: 22px;
	list-style: disc;
}

.only_mobile {
	display: none;
}

.service-detail__price {
	margin-bottom: 30px;
}

.franchise__more__box {
	display: flex;
	justify-content: center;
}

.franchise__more__box > div {
	max-width: 200px;
}

.accordion__cross.active::after{
	opacity: 0;
}


.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;	
}

.care__img {
	max-width: 100% !important
}



@media(max-width: 520px) {
	.only_mobile {
		display: flex;
	}

	.service__detail .service-detail__right {
		display: none;
	}

	.service__detail .service-detail__left {
		width: 100%;
	}

	.service-detail__left .founders__our {
		font-size: 48px;
		line-height: 56px;
		margin-top: 0;
	}

	.service-detail__left .service-detail__price {
		font-size: 32px;
		line-height: 40px;
	}

	section.link {
		display: flex;
		justify-content: center;
	}

	.mobile-image-detail {
		margin: 20px 0;
	}

	.care__title__one {
		font-size: 24px;
		line-height: 24px;
	}

	.pokazaniya_title {
		font-size: 32px;
		line-height: 40px;

		display: flex;
			justify-content: space-between;
			align-items: center;
	}

	.pokazaniya_one {
		flex-direction: column;
	}

	.pokazaniya_one > div {
		width: 100%;
		max-width: none;
	}

	.pokazaniya_list {
		display: none;
	}

	.pokazaniya_list ul {
		width: 48%;
	}

	.pokazaniya_list ul li {
		font-size: 16px;
		line-height: 19px;
	}

	.pokazaniya_list {
		margin-top: 20px;
		padding-left: 20px;
		justify-content: space-between;
	}

	section.question .question__title {
		font-size: 42px;
		line-height: 42px;
	}

	.pokazaniya_one {
		margin-top: 20px;
	}

	.service-detail-price__box {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		margin-bottom: 40px;
	}

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


	
}
/* 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/slider_blog_webp/style.css?175205006856*/
.swiper-slide .blog__img-wrapper img {
    z-index: 1;
}
/* End */
/* /local/templates/faceroom/components/bitrix/news.list/care_in_about/style.css?17343378806949 */
/* /local/templates/faceroom/components/bitrix/news/services_2025/bitrix/news.detail/.default/style.css?17471471385347 */
/* /local/templates/faceroom/components/bitrix/news.list/care_in_about_2025/style.css?17440941677813 */
/* /local/templates/faceroom/components/bitrix/news.list/slider_blog_webp/style.css?175205006856 */
