

/* Start:/bitrix/templates/re_beauty/components/bitrix/news.list/slider_pc_and_mobile/style.css?17466195805806*/
.head-slide {
    padding-top: 0px;
    min-height: 380px;
    position: relative;
    padding-bottom: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    color: #212121;
    background-color: #dedede;
}

.slider_header {
    font-weight: bold;
    font-family: var(--prv_font_family);
    font-size: 2em;
    line-height: 1.1;
}

.slider_text_left {
    justify-content: flex-start;
    text-align: left;
}

.slider_text_right {
    justify-content: flex-end;
    text-align: right;
}

.slider_text_center {
    justify-content: center;
    text-align: center;
}

.slider_color_lite {
    color: white;
}

.slider_color_dark {
    color: #212121;
}

.slider_color_site {
    color: var(--prv_color);
}

.slider_description {
    font-size: 1.1em;
    line-height: 1.5;
    text-align: justify;
    margin: 10px 20px 30px 20px;
    font-family: var(--prv_font_family);
    color: #fff4fa;
}

.item_video_block {
    overflow: hidden;
}

.video_background {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
}

.head-slide a.btn.slider_color_lite,
.head-slide a.btn.slider_color_lite:focus {
    color: #fff;
}

.head-slide a.btn.slider_color_dark,
.head-slide a.btn.slider_color_dark:focus {
    color: #212121;
}






/* Медиазапрос для экранов от 768px */
@media(min-width: 768px) {
    .slider_text_center {
        justify-content: center;
        text-align: center;
        padding-top: 340px;
    }

    .slider_header {
        display: none;
        font-size: 3.6428571em;
    }

    .slider_description {
        font-size: 1.428571em;
        display: none;
    }

    .head-slide {
        min-height: 518px;
        border-radius: 14px;
        box-shadow: 0 10px 5px -3px rgba(158, 158, 158, 1);
    }

    .container-1 {
        position: absolute;
        width: 100%;
        top: 100px;
        left: 0;
    }

    .sl-r {
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 20px;
    }

    .slider_mobl_text {
        display: none;
    }
	a.btn.btn-secondary {
    display: none;
}
}
/* Для экранов с dpi */
@media screen and (min-width: 768px) and (min-resolution: 120dpi) {
.slider_text_center {
        justify-content: center;
        text-align: center;
        padding-top: 300px;
    }

    .slider_header {
        display: none;
        font-size: 3.6428571em;
    }

    .slider_description {
        font-size: 1.428571em;
        display: none;
    }

    .head-slide {
        min-height: 485px;
        border-radius: 14px;
        box-shadow: 0 10px 5px -3px rgba(158, 158, 158, 1);
    }

    .container-1 {
        position: absolute;
        width: 100%;
        top: 100px;
        left: 0;
    }

    .sl-r {
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 20px;
		    min-height: 460px!important;
    }

    .slider_mobl_text {
        display: none;
    }
	a.btn.btn-secondary {
    display: none;
}
}
@media screen and (min-width: 768px) and (min-resolution: 168dpi) {
.slider_text_center {
        justify-content: center;
        text-align: center;
        padding-top: 300px;
    }

    .slider_header {
        display: none;
        font-size: 3.6428571em;
    }

    .slider_description {
        font-size: 1.428571em;
        display: none;
    }

    .head-slide {
        min-height: 460px;
        border-radius: 14px;
        box-shadow: 0 10px 5px -3px rgba(158, 158, 158, 1);
    }

    .container-1 {
        position: absolute;
        width: 100%;
        top: 100px;
        left: 0;
    }

    .sl-r {
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 20px;
		    min-height: 460px!important;
    }

    .slider_mobl_text {
        display: none;
    }
	a.btn.btn-secondary {
    display: none;
}
}

/* Объединенный медиазапрос для экранов от 992px до 1440px */
@media (max-width: 1440px) and (min-width: 992px) {
    .head-slide {
        min-height: 448px;
        border-radius: 14px;
        box-shadow: 0 10px 5px -3px rgba(158, 158, 158, 1);
    }

    .slider_text_center {
        justify-content: center;
        text-align: center;
        padding-top: 300px;
    }
	a.btn.btn-secondary {
    display: none;
}
}

/* Медиазапрос для экранов до 767px */
@media only screen and (max-width: 767px) {
    .head-slide {
        min-height: 95vw;
        border-radius: 14px 14px 0 0;
        box-shadow: 0 -6px 10px -4px rgb(169, 169, 169);
    }

    a.btn.slider_color_lite {
        margin-bottom: 70px;
    }

    .slider_header {
        margin: 20px;
        text-align: left;
        color: white;
        font-weight: 500;
    }

    .container-1 {
        min-height: 250px;
        background: #e60680;
        border-radius: 0 0 14px 14px;
        box-shadow: 0 10px 5px -3px rgba(158, 158, 158, 1);
    }

    .slider_mobl_text {
        padding: 2px 7px 2px;
        margin: 10px;
        position: absolute;
        border-radius: 7px;
        background-color: #e60680;
        color: white;
        box-shadow: 0 1px 5px -2px #464646;
    }
}

@media screen and (device-width: 1280px) {
	    .head-slide {
        min-height: 430px;
        border-radius: 14px 14px 0 0;
        box-shadow: 0 -6px 10px -4px rgb(169, 169, 169);
    }

    a.btn.slider_color_lite {
        margin-bottom: 70px;
    }

    .container-1 {
        position: absolute;
        width: 100%;
        top: 70px;
        left: 0;
    }
	.sl-r {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 35px;
    padding-bottom: 15px;
    min-height: 450px;
}
}

/* End */


/* Start:/bitrix/templates/re_beauty/components/bitrix/main.include/heading/style.css?1713886790446*/
.heading {
	position: relative;
	font-size: 32px;
	font-weight:700;
	padding-bottom: 19px;
	line-height: 1.066;
	margin-bottom: 26px;
}

.total_content .heading {
	margin-bottom: 48px;
}
div>.heading:after{
	content: "";
	background: #e60680;
	border-radius: 4px;
	width: 75px;
    height:6px;
	position: absolute;
	bottom: 0;
	left: 0;
}

@media (max-width: 767px){
.total_content .heading {
  margin-bottom: 15px;
}
}
/* End */


/* Start:/bitrix/templates/re_beauty/components/bitrix/news.list/advantages_1/style.css?17526045512498*/
.advantage-cnt {
    min-height: 60px;
    display: block;
    align-items: center;
    justify-content: flex-start;
    padding: 15px 0 15px 0;
}

.adv-icon-cnt {
    margin-bottom: 20px;
    margin: 0 5px 15px 5px;
    width: 243px;
    height: 243px;
}

.adv-icon-cnt img {
    max-width: 100%;
    max-height: 100%;
}

.adv-text-cnt {
    text-align: center;
    color: #212121;
    width: 100%;
}

/* 1200px–1590px HD мониторы */
@media only screen and (min-width: 1200px) and (max-width: 1590px) and (min-height: 719px) and (max-height: 1079px) {
    .adv-icon-cnt {
        width: 204px;
        height: 204px;
    }
}

/* До 1280px в альбомной ориентации */
@media (max-width: 1280px) and (orientation: landscape) {
    .adv-icon-cnt {
        width: 195px;
        height: 195px;
    }
}

/* 992px–991px (планшеты и мелкие ноуты) */
@media (min-width: 992px) and (max-width: 1199px) {
    .adv-icon-cnt {
        width: 190px;
        height: 190px;
    }
}




/* До 991px (планшеты и телефоны) */
@media (max-width: 991px) {
    .advantage-cnt {
        margin-bottom: 40px;
    }

    .all-advantages .col-*:last-child .advantage-cnt {
        margin-bottom: 0px;
    }

    .adv-icon-cnt {
        width: 184px;
        height: 184px;
    }
}

/* До 767px (телефоны) */
@media (max-width: 767px) {
    .advantage-cnt {
        display: block;
    }

    .adv-icon-cnt {
        margin-bottom: 8px;
    }

    #advantages.section_grey {
        width: 100%;
        height: 460px;
        padding: 60px 0 20px;
    }
}

/* До 640px (мобильные с запасом) */
@media screen and (max-width: 640px) {
    .adv-icon-cnt {
        width: 45vw;
        height: 45vw;
    }
}

/* До 350px (очень маленькие экраны) */
@media screen and (max-width: 350px) {
    .adv-icon-cnt {
        width: 155px;
        height: 155px;
    }
}

/* До 320px (крайне маленькие устройства) */
@media screen and (max-width: 320px) {
    .adv-icon-cnt {
        width: 140px;
        height: 140px;
    }
}

/* От 1591px и выше (широкие экраны) */
@media screen and (min-width: 1591px) {
    .adv-icon-cnt {
        width: 243px;
        height: 243px;
    }
}


@media (min-width: 480px) and (max-width: 640px) {
  .adv-icon-cnt {
    width: 35vw;
    height: 35vw;
    margin: 0 8px 15px 8px;
  }
  .advantage-cnt {
    padding: 10px 0;
  }
}
/* End */


/* Start:/bitrix/templates/re_beauty/components/bitrix/catalog.sections.top/services_pink/style.css?17526002175296*/
/* === БАЗОВЫЕ СТИЛИ (по умолчанию – desktop first) === */
#services > .container {
    position: relative;
}

.v4__header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0 15px 15px;
}

.sect_service_cnt {
    background-color: #fff;
    display: flex;
    align-items: center;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 5px 5px -1px rgba(158, 158, 158, 1);
}
.sect_service_cnt:hover {
    box-shadow: 0 5px 5px -1px rgb(117 117 117);
    transition: 0.3s;
    opacity: 100%;
}

.sect_service_block {
    margin-top: 30px;
}
.sect_service_block:hover {
    z-index: 1;
}

a.btn.serv-b {
    background-color: #464646;
    color: white;
    border: none;
}
a.btn.serv-b:hover {
    color: #ffffff;
    background-color: #a8a8a8;
}

a.btn.serv-b-p {
    width: 40%;
    color: #e81e8c;
    background: white;
    border-color: #b2b2b2;
    border-width: 1px;
    font-weight: 500;
}
a.btn.serv-b-p:hover {
    color: #ffffff;
    background: #b3b3b3;
    border-color: #b2b2b2;
}

.sect_service_img {
    width: 226px;
    min-height: 226px;
    margin-right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    align-self: stretch;
    opacity: 85%;
    flex-grow: 0;
    flex-shrink: 0;
    display: block;
    cursor: pointer;
    background-color: #d6d6d6;
    clip-path: polygon(0 0, 100% 0, 50% 100%, 0 100%);
}

.sect_service_list {
    padding: 26px 26px 26px 0;
    width: calc(100% - 266px);
    flex-grow: 5;
    flex-shrink: 5;
}

.sect_service_list > ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
.sect_service_list ul a {
    color: #757575;
    display: block;
    margin-bottom: 5px;
}

.sect_service_link {
    font-size: 1.3571em;
    margin-bottom: 8px;
    display: block;
    font-weight: 600;
    color: #212121;
}
.sect_service_text {
    margin-bottom: 36px;
}

a.all_services_link {
    background-color: #ededed;
    padding: 2px 20px;
    border-radius: 7px;
}

.sect_service_cnt a:focus {
    text-decoration: none;
}

/* === МОБИЛЬНЫЕ УСТРОЙСТВА (до 576px) === */
@media (max-width: 575.98px) {
    .sect_service_cnt {
        display: block;
        max-height: 460px;
    }

    .sect_service_block {
        margin-top: 20px;
        padding: 0 5px !important;
    }

    .sect_service_img {
        width: 100%;
        margin-right: 0;
        min-height: 200px;
        clip-path: none;
        background-color: #e2e2e2;
    }

    .sect_service_list {
        width: 100%;
        padding: 15px 12px;
    }

    a.btn.serv-b,
    a.btn.serv-b-p {
        width: 100%;
        margin-top: 6px;
    }

    .sect_service_link {
        font-size: 1.16em;
        margin-bottom: 10px;
    }

    .sect_service_text {
        margin-bottom: 10px;
    }

    p.panel__text {
        min-height: 64px;
    }
}

/* === МОБИЛЬНЫЕ / ПЛАНШЕТЫ ВЕРТИКАЛЬНО (576px – 767px) === */
@media (min-width: 576px) and (max-width: 767.98px) {
    .sect_service_cnt {
        display: block;
        max-height: 460px;
    }

    .sect_service_img {
        width: 100%;
        margin-right: 0;
        min-height: 200px;
        clip-path: none;
        background-color: #e2e2e2;
    }

    .sect_service_list {
        width: 100%;
        padding: 15px 12px;
    }

    a.btn.serv-b,
    a.btn.serv-b-p {
        width: 100%;
        margin-top: 6px;
    }

    .sect_service_link {
        font-size: 1.16em;
        margin-bottom: 10px;
    }

    .sect_service_text {
        margin-bottom: 10px;
    }

    p.panel__text {
        min-height: 64px;
    }
}

/* === ПЛАНШЕТЫ ВЕРТИКАЛЬНО (768px – 1023px) === */
@media (min-width: 768px) and (max-width: 1023.98px) {
    .sect_service_cnt {
        display: flex;
        flex-direction: column;
    }

    .sect_service_img {
        width: 100%;
        margin-right: 0;
        min-height: 200px;
        clip-path: none;
    }

    .sect_service_list {
        width: 100%;
        padding: 20px;
    }

    a.btn.serv-b,
    a.btn.serv-b-p {
        width: 100%;
        margin-top: 6px;
    }

    .sect_service_link {
        font-size: 1.16em;
        margin-bottom: 10px;
    }

    .sect_service_text {
        margin-bottom: 12px;
    }
}

/* === ПЛАНШЕТЫ ГОРИЗОНТАЛЬНО / НОУТБУКИ (1024px – 1279px) === */
@media (min-width: 1024px) and (max-width: 1279.98px) {
    .sections_services .col-xl-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* === НОУТБУКИ / ДЕСКТОПЫ СТАНДАРТНЫЕ (1280px – 1599px) === */
@media (min-width: 1280px) and (max-width: 1599.98px) {
    .sections_services .col-xl-4 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}

/* === ШИРОКИЕ МОНИТОРЫ (от 1600px) === */
@media (min-width: 1600px) {
    .sections_services .sect_service_block {
        flex: 0 0 33%;
        max-width: 33%;
    }

    .container {
        max-width: 1600px !important;
    }
}

/* === 4K / ULTRA HD МОНИТОРЫ (от 1920px) === */
@media (min-width: 1920px) {
    .container {
        max-width: 1920px;
    }
    body {
        font-size: 18px;
    }
}

/* End */


/* Start:/bitrix/templates/re_beauty/components/bitrix/news.list/reviews_main_2/style.css?17122234264577*/
.item .review-name {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin: 32px 0;
}

.video-reviews {
    background: url('/bitrix/templates/re_beauty/components/bitrix/news.list/reviews_main_2/./assets/iphone5_backdrop.webp') no-repeat;
    background-size: 260px 497px;
    background-position: top;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 260px;
    margin: 0 auto;
	min-height: 482px;
}

.video-reviews video {
    padding: 55px 22px 10px 27px;
}
.video-reviews .video-reviews-text{
	padding: 70px 31px 37px 29px;
    overflow: hidden;
    max-height: 410px;
    margin-bottom: 50px;
    text-align: center;
}
.video-reviews .video-reviews-text img{

}
.video-reviews .video-reviews-text p{
    margin-top: 8px;
    padding: 0 6px;
}

.left-blur, .right-blur {
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 200px;
    top: 0;
}

.left-blur {
    background: linear-gradient(90deg, rgb(255 255 255) 10%, rgba(255, 255, 255, 0) 100%);
}
.right-blur {
	background: linear-gradient(270deg, rgb(255 255 255) 10%, rgba(255, 255, 255, 0) 100%);
    right: 0;
}

.reviews-section .owl-carousel .center {
    opacity: 1;
}

.reviews-section__container{
    position: relative;
}
.reviews-section__person{
    margin-bottom: 30px;
    position: relative;
}
.stars_cnt{
    margin-bottom: 20px;
    width:100%;
}
.star{
    height: 18px;
    width: 18px;
    margin-right: 8px;
    display: inline-block;
}
.star .star_icon{
    fill: #E1E1E1;
}
.star.active .star_icon{
    fill: #EFCE4A;
}
.reviews-section__person-photo{
    height: 94px;
    width: 94px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 42px;
    border-radius: 100%;
}
.reviews-section__person-position{
    font-size: 0.8571em;
    text-transform: uppercase;
    color: #757575;
    margin-bottom: 4px;
    margin-top: 20px;
}
.reviews-section__person-name{
    font-size: 1.7142em;
    font-weight: 600;
}
.review-text{
    color: #757575;
    margin-bottom: 16px;
    font-size: 1.2857em;
}
.review_more{
    font-size: 1.1428em;
    font-weight: 600;
}
.review_more,
.review_more:hover,
.review_more:focus{
    color: var(--prv_color);
}
.review_rating_value {
    display: none !important;
}
/*owl style*/
.owl-reviews .owl_btn-right a,
.owl-reviews .owl_btn-right a:focus,
.owl-reviews .owl_btn-left a,
.owl-reviews .owl_btn-left a:focus{
    border: none;
    font-size: 32px;
    padding: 0;
}
.owl-reviews .owl-prev{
    left: -48px;
}
.owl-reviews .owl-next{
    right: -48px;
}
.owl-reviews .owl-next,
.owl-reviews .owl-prev{
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    font-size: 24px;
    padding: 0px;
    margin: 0px;
    background: none!important;
    outline: none!important;
}
.owl-reviews .owl-dots{
    position: relative;
    margin-bottom: -31px;
}
@media(min-width: 768px){
    .owl-reviews .owl-dots{
        margin-bottom: -11px;
    }
}
.owl-reviews .owl-next a .carousel-arrow,
.owl-reviews .owl-prev a .carousel-arrow{
    fill: #757575;
}
.owl-reviews .owl-next:not(.disabled):hover .carousel-arrow,
.owl-reviews .owl-prev:not(.disabled):hover .carousel-arrow{
    fill: var(--prv_btn_color);
}
.morelink.review_more{
    margin-top: 16px;
    text-decoration: none!important;
    font-size: 1rem;
}
.reviews-file{
    margin-top: 20px;
}
.reviews-file__title{
    font-weight: 600;
    font-size: 1.2857em;
    padding-right: 20px;
    margin-bottom: 20px;
    display: block;
}
/* files */
.reviews-file__list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.reviews-file__files-item{
    display: flex;
    align-items: center;
    width: 180px;
    margin: 0 32px 20px 0;
    overflow: hidden;
}
.reviews-file__files-image-block{
    margin-right: 9px;
    height: 31.25px;
    width: 25px;
}

.reviews-file__files-item-link{
    font-size: 1.2857em;
}

.reviews-file__files-item-link,
.reviews-file__files-item-link:focus,
.reviews-file__files-item-link:hover,
.reviews-file__files-item-link:active,
.reviews-file__files-item-link:active:hover,
.reviews-file__files-item-link:active:focus{
    color: #212121;
}
@media(max-width: 767px){
    .reviews-section .review-text,
    .reviews-file__files-item-link,
    .reviews-file__title,
    .reviews-section .review_more{
        font-size: 1em;
    }
}
@media (min-width: 768px) {
    .stars_cnt{
        padding-top:18px;
    }
    .reviews-section__person{
        padding-left: 32px;
    }
}

@media(max-width: 559px) {
    .left-blur, .right-blur {
        display: none;
    }
}
/* End */


/* Start:/bitrix/templates/re_beauty/components/bitrix/main.include/about_1/style.css?17466004906535*/
.news-item{
	display: block;
	text-decoration: none;
	margin-bottom: 30px;
        color: #212121;
        position: relative;
}
.news-item:hover {
    box-shadow: 0 0 32px #ccc;
    transition: .5s;
    color: #212121;
}
.news-item:hover,
.news-item:focus{
	text-decoration: none;
        color: #212121;
}
.news-item__img{
	height: 158px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
        position: relative;
        display: block;
}
.news-item__body{
	padding: 27px 20px 40px;
	position: relative;
	min-height: 180px;
	background-color: #fff;
	border: 1px solid #EEF1F4;
        z-index: 2;
}
.news_section{
	color: #212121;
	font-size: 0.8em;
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: 1.2857em;
}
.news-item__preview-text{
    color: #707070;
    margin-top: 10px;
}
.news-item__name > a,
.news-item__name > a:focus{
    font-size: 1.4285em;
    color: #212121;
}
.news-item__date{
	color: #707070;
	font-size: 0.8571em;
	text-transform: lowercase;
}
.news-item__bottom{
    position: absolute;
    bottom: 16px;
    left: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news-item__likes-comments{
    display: flex;
}
.news-item__comments,
.news-item__comments:hover,
.news-item__comments:focus,
.news-item__comments:active{
    color: #707070;
    text-decoration: none;
    z-index: 8;
}

.news-item__comments > span,
.news-item__likes{
    color: #707070;
    font-size: 0.8571em;
    position: relative;
    display: block;
}
.news-item__likes{
    margin-left: 19px;
    cursor: pointer;
    position: relative;
    z-index: 8;
}
.news-item__comments .fas,
.news-item__likes > .fas{
    color: #C5C5C5;
    margin-left: 6px; 
}
.news-item__comments:hover > span,
.news-item__comments:hover > span > .fas,
.news-item__likes:hover,
.news-item__likes:hover > .fas{
    color: var(--prv_btn_color);
}


.about-section{position:relative;padding-bottom:92px}
.franshiza-section{margin-bottom:92px}
.img_wrapper{display:block;width:100%;position:absolute;right:0;top:0;bottom:0;transition:.8s;z-index:1}
.about-section__subheading h1,.about-section__subheading h2{font-size:1.7142em;margin-bottom:10px;line-height:1.58em;margin-top:-13px}
.about-section__button-container{margin-top:150px}
.about-section__button-container .btn{display:inline-block;margin-right:20px}
.about-section__button-container .btn:last-child{margin-right:0}
.about-section__text{line-height:22px;color:#757575;font-size:1.1428em;line-height:1.7857em}
.about-section .heading{margin-top:0}
.show-video-button-block{
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
height: 90%;
width: 100%;
border-radius: 14px;
overflow:hidden
}
.show-video-button-block__video-preview-img-wrapper,.show-video-button-block__video-preview-img{position:absolute;left:-8px;top:-8px;bottom:-8px;right:-8px}
.show-video-button-block__video-preview-img-wrapper{z-index:1;color:#fff;text-align:center;text-shadow:0 0 5px rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center}
.show-video-button-block__video-preview-img{z-index:0;background-position:center;background-size:contain;background-repeat:no-repeat;background-repeat:no-repeat;transition:.8s}
.blur{-webkit-filter:blur(5px);-moz-filter:blur(5px);filter:blur(5px);filter:url('/bitrix/templates/re_beauty/components/bitrix/main.include/about_1/blur.svg#blur')}
.play{font-size:12px;transition:.8s;color: #e60680;}
.play img{margin-bottom:12px}
.vid_link:hover .show-video-button-block__video-preview-img{transition:2s;transform:scale(1.1)}
.img_wrapper:hover .play{transform:scale(.93);transition:2s}
.img_wrapper:hover .play img{-webkit-animation:spinner_h .8s ease-out 1;animation:spinner_h .8s ease 1;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}
.img_wrapper .play img{-webkit-animation:spinner .5s ease-out 1;animation:spinner .5s ease 1;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}
@-webkit-keyframes spinner_h{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}
@-webkit-keyframes spinner{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(-760deg)}}
.about-section__text ul{padding-left:0;margin:30px 0 36px}
.about-section__text ul li{display:inline-block;font-size:12px;font-weight:600;padding-left:12px;position:relative;margin-right:16px}
.about-section__text ul li:before{content:"\2022 ";position:absolute;left:0}
.about-section__text ul li:last-child{margin-right:0}
.show-video__video-wrapper .modal-body{background:#000}
.show-video__video-wrapper{border-radius:0}
.show-video__video-wrapper .close{margin-right:10px}
.show-video__video-wrapper>iframe{width:100%;height:400px}
#show-video-franshiza .close{position:absolute;top:-32px;right:0;padding:0 0 16px;opacity:.8}
#show-video-franshiza .modal-body{padding:0}
.show-video__modal-dialog{top:50%;transform:translateY(-50%)!important;width:800px}






@media(max-width: 767px){
	.news-item-first .news-item__body{ 
		width: 100%;
	}
	.news-item__body{
		min-height: 140px;
	}
        #news .row > div:last-child .news-item{
            margin-bottom: 0;
        }
		
		
		.img_wrapper{width:100%;position:relative;padding-top:66.6%;min-height:unset}
.about-section__text{font-size:1em;line-height:25px}
.about-section__subheading{font-size:1.2857em}	
}
@media(min-width: 768px){
	.news-item-first{
		height: 338px;
		position: relative;
	}
	.news-item-first .news-item__img{
		height: 100%;
	}
	.news-item-first .news-item__body{
		position: absolute;
		right: 0;
		bottom: 0;
		width: 50%;
	}
        .news-item__body{
            height: calc(100% - 158px);
        }
}

@media(max-width:991px){.img_wrapper{min-height:100%}
.about-section{padding-bottom:0}
.total_content>div>section.about-section{padding-bottom:0;margin-bottom:0}
.about-section__button-container{margin:30px 0}
.about-section__button-container .btn{margin-bottom:12px}
.about-section__subheading br{display:none}
.about-section{padding-bottom:50px}
.about-section .heading{margin-top:50px}}


@media(min-width: 992px){
	.news-item-first .news-item__body{
		max-width: 262px;
	}
}
@media(max-width:1199px){.about-section{margin-top:70px}}

@media(min-width:1200px){.about-section{margin-top:48px}}
/* End */


/* Start:/bitrix/templates/re_beauty/components/bitrix/news.list/team_block/style.css?17223238423477*/
.block_details_link{
    font-size: 12px;
    text-transform: uppercase;
    z-index: 1;
    display:block;
    margin-bottom:17px;
}
@media (min-width: 560px) {
    .block_details_link{
        position: absolute;
        right: 15px;
        margin-bottom:0px;
        top: 32px;
    }
}
.block_details_link:hover{
    color: #999;
}
.block_details_link:focus,
.block_details_link:hover{
    text-decoration: none;
}
.worker-list__header{
	padding-bottom: 15px;
}
.worker-list__picture{
	width: 100%;
}
.worker-list__info > *,
.worker-list__image{
	margin: 0 auto;
}
.worker-list__info-block-title{
	margin: 0;
	text-transform: uppercase;
	font-size: 0.8571em;
	line-height: 22px;
}
.worker-list__info-block-value{
	margin: 0;
	line-height: 25px;
	font-weight: bold;
	font-size: 1em;
}
/*.worker-list__info > *{
	margin-bottom: 28px;
}*/
.worker-list__description{
	padding-top: 5px; 
	line-height: 25px;
	color: #757575;
	margin-bottom: 0;
	font-size: 1em;
}
.worker-list__info-block-inline{
	margin-right: 15px;
	margin-bottom: 8px;
	display: inline-block;
}
.worker-list__info-block-value.name{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.5714em;
}
.worker-list_info-block-grey{
	background-color: var(--white);
	border-radius: 10px;
	padding: 13px 57px 13px 31px;
	display: inline-block;
}
.worker-list__image{
	margin-bottom: 36px;
}
.worker-list__image > div{
    overflow: hidden;
    max-width: 400px;
    max-height: 350px;
}
.worker-list__section-description{
	color: #757575;
}
.worker-list__description + a.btn{
	margin: 20px 0 0;
}
@media(min-width: 560px){
    #team .block_details_link{
        top: 32px;
    }
}
@media(min-width: 576px){
	.worker-list__image > div{
		max-width: 150px;
		max-height: 150px;
	}
}
@media(min-width: 599px) and (max-width: 767px){
	.worker-list__block .col-xs-12:first-child{
		width: 40%;
	}
	.worker-list__block .col-xs-12:last-child{
		width: 60%;
	}
	.worker-list__image{
		margin-bottom: 0px;
	}
}
@media(min-width:768px){
	.worker-list__block{
		text-align: left;
                padding: 0;
	}
	/*.worker-list__block > *{
		margin: 0 64px 0 0;
	}*/
	.worker-list__description{
		margin-bottom: 0;
		font-size: 1.1428em;
	}
	.worker-list__info-block-inline{
		margin-right: 70px;
	}
	.worker-list__info-block-inline + .worker-list__info-block-inline{
		margin-right: 0;
	}
	.worker-list__image > div{
		margin: 24px auto 0;
		max-width: 160px;
                max-height: 160px;
	}
	.worker-list__info-block-value{
		font-size: 1.1428em;
	}
}
@media(min-width: 992px){
	.worker-list__info-block-inline{
		margin: 20px 0 20px 0;
	}
	.worker-list__image > div{
		max-width: 250px;
		max-height: 300px;
	}
}

/*owl style*/
#team_owl .owl_btn-right a,
#team_owl .owl_btn-right a:focus,
#team_owl .owl_btn-left a,
#team_owl .owl_btn-left a:focus{
    border: none;
    font-size: 32px;
    padding: 0;
}
#team_owl .owl-prev{
    left: -48px;
}   
#team_owl .owl-next{
    right: -48px;
}
#team_owl .owl-next,
#team_owl .owl-prev{
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    font-size: 24px;
    padding: 0px;
    margin: 0px;
    background: none!important;
    outline: none!important;
}
#team_owl .owl-dots{
    bottom: auto;
}
#team_owl .owl-next a .carousel-arrow,
#team_owl .owl-prev a .carousel-arrow{
    fill: #757575;
}
#team_owl .owl-next:not(.disabled):hover .carousel-arrow,
#team_owl .owl-prev:not(.disabled):hover .carousel-arrow{
    fill: var(--prv_btn_color);
}
/* End */


/* Start:/bitrix/templates/re_beauty/components/bitrix/catalog.sections.top/projects_1/style.css?17141337445422*/
.projects-section__container{
    position: relative;
}
.block_details_link{
    font-size: 12px;
    text-transform: uppercase;
    z-index: 1;
    display:block;
    margin-bottom:17px;
}
a.block_details_link {
    background-color: #ededed;
    padding: 2px 20px;
    border-radius: 7px;
}
@media (min-width: 560px) {
    .block_details_link{
        position: absolute;
        right: 15px;
        margin-bottom:0px;
        top: 32px;
    }
}
.block_details_link:hover{
    color: #999;
}
.block_details_link:focus,
.block_details_link:hover{
    text-decoration: none;
}
.all_projects{
    margin-bottom: 60px;
}
.projects-section__project-wrapper{
    height: 400px;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}
.projects-section__project-background{
    background-size: cover!important;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    transition: transform .5s;
}
.projects-section__project-wrapper:hover > .projects-section__project-background{
    transform: scale(1.1);
}
.projects-section__project-heading{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 13px 24px;
    z-index: 2;
    color: #fff;
    line-height: 20px;
    background-color: rgba(33, 33, 33, 0.6)
}
.projects-section__project-heading-section{
    opacity: .7;
    font-size: 0.7142em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}
.projects-section__project-heading-name{
    font-size: 1.1428em;
    line-height: 23px;
    min-height: 46px;
}
/*owl style*/
.owl-projects .owl_btn-right a,
.owl-projects .owl_btn-right a:focus,
.owl-projects .owl_btn-left a,
.owl-projects .owl_btn-left a:focus{
    border: none;
    font-size: 32px;
    padding: 0;
}
.owl-projects .owl-prev{
    left: -48px;
}   
.owl-projects .owl-next{
    right: -48px;
}
.owl-projects .owl-next,
.owl-projects .owl-prev{
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    font-size: 24px;
    padding: 0px;
    margin: 0px;
    background: none!important;
    outline: none!important;
}
.owl-projects .owl-dots{
    position: relative;
    margin-bottom: -11px;
    bottom: auto!important;
}
.owl-projects .owl-next a .carousel-arrow,
.owl-projects .owl-prev a .carousel-arrow{
    fill: #757575;
}
.owl-projects .owl-next:not(.disabled):hover .carousel-arrow,
.owl-projects .owl-prev:not(.disabled):hover .carousel-arrow{
    fill: var(--prv_btn_color);
}
.nav.projects-section__tabs-list{
    margin-bottom: 40px;
    border-bottom: 1px solid #E1E1E1;
}
.projects-section__tabs-list>li{
    margin-right: 6px;
}
.projects-section__tabs-list>li>a{
    padding: 9px 26px;
    font-size: 1em;
    color: #212121;
    display: block;
    text-decoration: none;
    position: relative;
}
.projects-section__tabs-list>li>a:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    width: 100%;
    background: transparent;
    z-index: 2;
}
.projects-section__tabs-list>li:hover>a:after,
.projects-section__tabs-list>li>a.active:after{
    background: var(--prv_interactive_color);
}
.projects-section__tabs-list>li>a.active{
    color: var(--prv_btn_color);
}
.projects-section__tabs-list>li>a:hover{
    text-decoration: none;
    opacity: 1;
    color: var(--prv_btn_color);
}
.projects-section__dropdown-tabs-wrapper {
    padding-bottom:25px;
}
.projects-section__list-group {
    margin-bottom:0px;
}
.projects-section__list-group-item {
    padding: 15px 25px 15px;
    position: relative;
    display: block;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #555;
}
.projects-section__list-group-item:hover{
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}
.projects-section__list-group-item.active {
    text-shadow: none;
    border: 1px solid #eff1f5;
    border-left-color: var(--prv_color);
    background: #fff;
    color: #212121;
}
.projects-section__list-group-item.active:hover,
.projects-section__list-group-item.active:focus{
    text-shadow:none;
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
    border-color:#eff1f5;
    border-left-color: var(--prv_color);
    background-image:none;
}
.projects-section__dropdown-tab-panel {
    position:relative;
    display:block;
    width:100%;
    padding: 15px 55px 15px 25px;
    border: 1px solid #eff1f5;
    margin: 0 0 -1px;
    cursor: pointer;
    color: #212121;
    background: #fff;
}
.projects-section__dropdown-tab-panel:hover,
.projects-section__dropdown-tab-panel:focus {
    text-decoration:none;
    color:#212121;
}
.projects-section__dropdown-tab-panel:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 50%;
    width: 0px;
    height: 0px;
    margin: -2px 0 0;
    border-bottom: 3px solid #212121;
    border-top: 0px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.projects-section__dropdown-tab-panel.collapsed:after {
    border-bottom: 0px;
    border-top: 3px solid #212121;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.projects-section__tab-panel-nav{
    margin-bottom: 30px;
}
@media(max-width: 991px){
    .projects-section__container{
        padding-bottom: 40px;
    }
}
/* End */


/* Start:/bitrix/templates/re_beauty/components/bitrix/news.list/news_3/style.css?17350246643447*/
.news-item{
	display: block;
	text-decoration: none;
		margin-bottom: 30px;
        color: #212121;
        position: relative;
		border-radius: 14px;
		box-shadow: 4px 4px 10px rgb(0 0 0 / 31%);
}
.news-item:hover {
    box-shadow: 0 0 32px #ccc;
    transition: .5s;
    color: #212121;
}
.news-item:hover,
.news-item:focus{
	text-decoration: none;
        color: #212121;
}
.news-item__img{
	height: 210px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
        position: relative;
        display: block;
		border-radius: 14px 14px 0 0;
}
.news-item__body{
	padding: 27px 20px 40px;
	position: relative;
	min-height: 180px;
	background-color: #fff;
        z-index: 2;
		border-radius: 0 0 14px 14px;
}
.news_section{
	color: #212121;
	font-size: 0.8em;
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: 1.2857em;
}
.news-item__preview-text{
    color: #707070;
    font-size: .919em;
}
.news-item__name > a,
.news-item__name > a:focus{
    font-size: 1.2285em;
    color: #212121;
}
.news-item__date{
	color: #707070;
	font-size: 0.58571em;
	text-transform: lowercase;
}
.news-item__bottom{
    position: absolute;
    bottom: 16px;
    left: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news-item__likes-comments{
    display: flex;
}
.news-item__comments,
.news-item__comments:hover,
.news-item__comments:focus,
.news-item__comments:active{
    color: #707070;
    text-decoration: none;
    z-index: 8;
}

.news-item__comments > span,
.news-item__likes{
    color: #707070;
    font-size: 0.8571em;
    position: relative;
    display: block;
}
.news-item__likes{
    margin-left: 19px;
    cursor: pointer;
    position: relative;
    z-index: 8;
}
.news-item__comments .fas,
.news-item__likes > .fas{
    color: #C5C5C5;
    margin-left: 6px; 
}
.news-item__comments:hover > span,
.news-item__comments:hover > span > .fas,
.news-item__likes:hover,
.news-item__likes:hover > .fas{
    color: var(--prv_btn_color);
}

@media(max-width: 767px){
	.news-item-first .news-item__body{ 
		width: 100%;
	}
	.news-item__body{
		min-height: 160px;
	}
	.news-item__img {
    /*height: 130px;*/
	height: 30vw;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    border-radius: 14px 14px 0 0;
}
.news-item__body{
	padding: 15px 12px 15px 12px;
	position: relative;
	min-height: 180px;
	background-color: #fff;
        z-index: 2;
		border-radius: 0 0 14px 14px;
}
.news-item__name > a, .news-item__name > a:focus {
    font-size: 1.016em;
    color: #464646;
    font-weight: 600;
}
.news-item {
    display: block;
    text-decoration: none;
    margin-bottom: 20px;
    color: #212121;
    position: relative;
    border-radius: 14px;
    box-shadow: 4px 4px 10px rgb(0 0 0 / 31%);
}
}
@media(min-width: 768px){
	.news-item-first{
		height: 400px;
		position: relative;
	}
	.news-item-first .news-item__img{
		height: 100%;
	}
	.news-item-first .news-item__body{
		position: absolute;
		right: 0;
		bottom: 0;
		width: 50%;
	}
        .news-item__body{
            height: calc(100% - 210px);
        }
}
@media(min-width: 992px){
	.news-item-first .news-item__body{
		max-width: 262px;
	}
	.news-item-first > .news-item__img {
		border-radius: 14px 14px 14px 14px;
	}
	.news-item-first > .news-item__body {
		border-radius: 14px 0 14px 0;
	}
}
/* End */


/* Start:/bitrix/templates/re_beauty/components/bitrix/news.list/partners/style.css?17125842342542*/
.partners-section__container{
    position: relative;
}

.news-detail__photogallery-image-block-wrapper{
    width: 265px;
    height: 265px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
@media(min-width: 575px){
    .news-detail__photogallery-image-block-wrapper{
        width: 243px;
        height: 243px;
    }
}
@media(min-width: 768px){
    .news-detail__photogallery-image-block-wrapper{
        width: 330px;
        height: 330px;
    }
}
@media(min-width: 1200px){
    .news-detail__photogallery-image-block-wrapper{
        width: 265px;
        height: 265px;
    }
}
@media(min-width: 1600px){
    .news-detail__photogallery-image-block-wrapper{
        width: 330px;
        height: 330px;
    }
}

.news-detail__photogallery-image-block{
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
	border-radius: 14px;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 2s;
}
.news-detail__photogallery-image-block:hover{
    transform: scale(1.1);
    opacity: 0.8;
}
.news-detail__photogallery-image-block > a{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.news-detail__photogallery-image-block-col{
    padding: 0 10px 0 0!important;
    margin-bottom: 0px;
    overflow: hidden;
    position: relative;
}

.news-detail__photogallery .owl_btn-right a,.news-detail__photogallery.owl_btn-right a:focus,.news-detail__photogallery .owl_btn-left a,.news-detail__photogallery .owl_btn-left a:focus{
    border: 0;
    font-size: 32px;
    padding: 0
}

.news-detail__photogallery .owl-prev{
    left: -48px
}

.news-detail__photogallery .owl-next{
    right: -48px
}

.news-detail__photogallery .owl-next,.news-detail__photogallery .owl-prev{
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    font-size: 24px;
    padding: 0;
    margin: 0;
    background: none!important;
    outline: none!important
}

.news-detail__photogallery .owl-dots{
    position: relative;
    margin-bottom: -21px;
}

.news-detail__photogallery .owl-next a .carousel-arrow,.news-detail__photogallery .owl-prev a .carousel-arrow{
    fill: #757575
}

.news-detail__photogallery .owl-next:not(.disabled):hover .carousel-arrow,.news-detail__photogallery .owl-prev:not(.disabled):hover .carousel-arrow{
    fill: var(--prv_btn_color);
}

.news-detail__photogallery .owl-dots{
    position: static;
    margin-bottom: -11px;
}


/* End */


/* Start:/bitrix/templates/re_beauty/components/bitrix/main.include/franshiza/style.css?17195608153785*/
.about-section{position:relative;padding-bottom:92px}
.franshiza-section{margin-bottom:92px}
.img_wrapper{display:block;width:100%;position:absolute;right:0;top:0;bottom:0;transition:.8s;z-index:1}
.about-section__subheading h1,.about-section__subheading h2{font-size:1.7142em;margin-bottom:10px;line-height:1.58em;margin-top:-13px}
.about-section__button-container{margin-top:150px}
.about-section__button-container .btn{display:inline-block;margin-right:20px}
.about-section__button-container .btn:last-child{margin-right:0}
.about-section__text{line-height:22px;color:#757575;font-size:1.1428em;line-height:1.7857em}
.about-section .heading{margin-top:0}
.show-video-button-block{
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
height: 90%;
width: 100%;
border-radius: 14px;
overflow:hidden
}
.show-video-button-block__video-preview-img-wrapper,.show-video-button-block__video-preview-img{position:absolute;left:-8px;top:-8px;bottom:-8px;right:-8px}
.show-video-button-block__video-preview-img-wrapper{z-index:1;color:#fff;text-align:center;text-shadow:0 0 5px rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center}
.show-video-button-block__video-preview-img{z-index:0;background-position:center;background-size:contain;background-repeat:no-repeat;background-repeat:no-repeat;transition:.8s}
.blur{-webkit-filter:blur(5px);-moz-filter:blur(5px);filter:blur(5px);filter:url('/bitrix/templates/re_beauty/components/bitrix/main.include/franshiza/blur.svg#blur')}
.play{font-size:12px;transition:.8s;color: #e60680;}
.play img{margin-bottom:12px}
.vid_link:hover .show-video-button-block__video-preview-img{transition:2s;transform:scale(1.1)}
.img_wrapper:hover .play{transform:scale(.93);transition:2s}
.img_wrapper:hover .play img{-webkit-animation:spinner_h .8s ease-out 1;animation:spinner_h .8s ease 1;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}
.img_wrapper .play img{-webkit-animation:spinner .5s ease-out 1;animation:spinner .5s ease 1;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}
@-webkit-keyframes spinner_h{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}
@-webkit-keyframes spinner{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(-760deg)}}
.about-section__text ul{padding-left:0;margin:30px 0 36px}
.about-section__text ul li{display:inline-block;font-size:12px;font-weight:600;padding-left:12px;position:relative;margin-right:16px}
.about-section__text ul li:before{content:"\2022 ";position:absolute;left:0}
.about-section__text ul li:last-child{margin-right:0}
.show-video__video-wrapper .modal-body{background:#000}
.show-video__video-wrapper{border-radius:0}
.show-video__video-wrapper .close{margin-right:10px}
.show-video__video-wrapper>iframe{width:100%;height:400px}
#show-video-franshiza .close{position:absolute;top:-32px;right:0;padding:0 0 16px;opacity:.8}
#show-video-franshiza .modal-body{padding:0}
.show-video__modal-dialog{top:50%;transform:translateY(-50%)!important;width:800px}
@media(max-width:1199px){.about-section{margin-top:70px}}
@media(max-width:991px){.img_wrapper{min-height:100%}
.about-section{padding-bottom:0}
.total_content>div>section.about-section{padding-bottom:0;margin-bottom:0}
.about-section__button-container{margin:30px 0}
.about-section__button-container .btn{margin-bottom:12px}
.about-section__subheading br{display:none}
.about-section{padding-bottom:50px}
.about-section .heading{margin-top:50px}}
@media(max-width:767px){.img_wrapper{width:100%;position:relative;padding-top:66.6%;min-height:unset}
.about-section__text{font-size:1em;line-height:25px}
.about-section__subheading{font-size:1.2857em}}
@media(min-width:1200px){.about-section{margin-top:48px}}
/* End */
/* /bitrix/templates/re_beauty/components/bitrix/news.list/slider_pc_and_mobile/style.css?17466195805806 */
/* /bitrix/templates/re_beauty/components/bitrix/main.include/heading/style.css?1713886790446 */
/* /bitrix/templates/re_beauty/components/bitrix/news.list/advantages_1/style.css?17526045512498 */
/* /bitrix/templates/re_beauty/components/bitrix/catalog.sections.top/services_pink/style.css?17526002175296 */
/* /bitrix/templates/re_beauty/components/bitrix/news.list/reviews_main_2/style.css?17122234264577 */
/* /bitrix/templates/re_beauty/components/bitrix/main.include/about_1/style.css?17466004906535 */
/* /bitrix/templates/re_beauty/components/bitrix/news.list/team_block/style.css?17223238423477 */
/* /bitrix/templates/re_beauty/components/bitrix/catalog.sections.top/projects_1/style.css?17141337445422 */
/* /bitrix/templates/re_beauty/components/bitrix/news.list/news_3/style.css?17350246643447 */
/* /bitrix/templates/re_beauty/components/bitrix/news.list/partners/style.css?17125842342542 */
/* /bitrix/templates/re_beauty/components/bitrix/main.include/franshiza/style.css?17195608153785 */
