

/* Start:/local/templates/faceroom/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?17425305378403*/
.news-detail {
  margin: 64px 0;
  font-size: 18px;
}

.wide_row {
margin: 2em 0;
max-width: 1096px;
}

.open-blog {
  margin-top: 8px;
  margin-left: 26px;
  margin-right: 26px;
}
.open-blog__home {
  width: 100%;
  height: 760px;
  margin: 0 auto;
  position: relative;
  margin-top: 60px;
}
.open-blog__img {
  width: 100%;
  height: 100%;
}
.home__title {
  width: 447px;
  position: absolute;
  top: 40%;
  left: 30%;
  text-align: center;
  color: #fff;
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; 
  letter-spacing: -2.88px;
  text-transform: uppercase;
}

/* HOME ABOUT */

.home__about {
  margin: 0 auto;
  margin-top: 64px;

}

.news-detail h2 {
  display: block;
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 32px */
  letter-spacing: -1.28px;
  text-transform: uppercase;
}

.about__text {
  max-width: 496px;
  width: 100%;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
  letter-spacing: -0.72px;
}


/* CARE */
.care {
  margin-top: 64px;
}
.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;
}
/*.care__pic {
  max-width: 288px;
  width: 100%;
  height: 100%;
}*/


.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) {

  .news-detail img {
    width: 100% !important;
  }
  
  .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;
}

section.link {
  display: flex;
  margin-top: 24px;
  justify-content: center;
}

.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: -0.56px;
  text-transform: uppercase;
  border-radius: 10000px;
  border: 1px solid var(--Black, #000);
  transition: all .2s ease;
}

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

.news-detail img{
  width: 100%;
  margin: 20px 0;
}
.news-detail p{
  margin-bottom: 10px;
}
.news-detail h2{
  margin: 20px 0;
}
.news-detail ul{
  margin: 20px 0;
}
/* 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/blog/bitrix/news.detail/.default/style.css?17425305378403 */
/* /local/templates/faceroom/components/bitrix/news.list/slider_blog_webp/style.css?175205006856 */
