

/* Start:/bitrix/templates/re_beauty/components/bitrix/catalog.element/service_pink/style.css?172052973111546*/
.service-desc-panel {margin-top: 40px;}
.service-desc-panel a,.services-description a {
    text-decoration: underline;
    font-weight: normal;
    color: #e68dba;
}
h2{font-size: 1.85em!important;}
h3{font-size: 1.55em!important;}
h4,h5,h6{font-size: 1.35em!important;}
.heading {
    position: relative;
    font-size: 32px;
    /* font-weight: 700; */
    padding-bottom: 19px;
    line-height: 1.066;
    margin-bottom: 26px;
}
div>.heading:after {
    content: "";
    background: #e60680;
    border-radius: 4px;
    width: 75px;
    height: 6px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.container.service-page__container{
    width: 100%;
    max-width: 100%;
}
.service-detail__preview{
    background-color: #F9FCFF;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 30px;
	border-radius: 14px;
}
.service-detail__preview .align-items-center {
    margin-left: 30px;
    height: 300px;
    padding: 20px 0;
}
.service-detail__preview h1,.news-detail__main-column h1{
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 17px;
}
.service-detail__preview-text{
    margin-bottom: 38px;
}
.page-content .service-detail__preview-text p{
    color: #212121;
    line-height: 1.23;
    margin: 0 0 26px;
}
.service-detail__picture{
    max-width: 100%;
    max-height: 100%;
    height: auto;
    position: relative;
}

.service-detail__content ul{
    list-style: none;
    padding: 0;
    margin: 26px 0 36px;
}
.service-detail__content ul li:before {
    content: "\2014";
    margin: 0 7px 0 -21px;
}
.service-detail__content ul li:first-of-type {
    margin-top: 0;
    line-height: 1.933em;
}
.service-detail__content ul li {
    margin: 8px 0 0 21px;
    list-style-type: none;
    position: relative;
}

.service-detail__consultation-btn{
    font-size: 0.8571em;
    text-transform: uppercase;
    color: #212121;
    padding: 19px;
    text-align: center;
    line-height: 1;
    display: block;
}
.service-detail__consultation{
    border: 1px solid #EFF1F5;
        position: sticky;
        top: 87px;
        background-color: #fff;
        z-index: 8;
}
.service-detail__consultation-inner .hr{
    height: 1px;
    background-color: #EFF1F5;
}
.service-detail__consultation-inner{
    padding: 40px 10px 0;
}
.service-detail__consultation-inner > svg{
    display: block;
    margin: 0 auto;
    width: 44.85px;
    height: 35.7px;
}
.service-detail__consultation-btn:hover, .service-detail__consultation-btn:focus {
    background: var(--prv_interactive_color);
    color: #fff;
    text-decoration: none;
}
.page-content .service-detail__consultation-title{
    font-size: 1.2857em;
    text-align: center;
    margin: 31px 0 18px;
}
.page-content .service-detail__consultation-subtitle{
    font-size: 0.8571em;
    color: #212121;
    text-align: center;
    line-height: 1.33333em;
    margin: 0 0 32px
}
.service-detail__preview > .container > .row{
        height: 483px;
        padding: 20px 0;
}
.service-detail__preview .btn{
    margin-bottom: 10px;
}
.service-detail__advantages{
    margin-top: 50px;
}
@media(min-width: 768px){
    .service-detail__preview{
        background-color: #e60680;
        margin-bottom: 47px;
    }
    .service-detail__preview .btn{
        margin-bottom: 0;
    }
}
@media(min-width: 992px){
    .service-detail__picture{
        top: 30px;
    }
    
}
@media(min-width: 1200px){
    .service-detail__picture{
        top: 62px;
    }
}


/*nav*/

.service-desc__list-group-item {
    padding: 15px 25px 15px;
    position: relative;
    display: block;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #555;
}
.service-desc__list-group-item:hover{
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}
.service-desc__list-group-item.active {
    text-shadow: none;
    border: 1px solid #eff1f5;
    border-left-color: var(--prv_color);
    background: #fff;
    color: #212121;
}
.service-desc__list-group-item.active:hover,
.service-desc__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;
}
.service-desc__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;
}
.service-desc__dropdown-tab-panel:hover,
.service-desc__dropdown-tab-panel:focus {
    text-decoration:none;
    color:#212121;
}
.service-desc__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;
}
.service-desc__dropdown-tab-panel.collapsed:after {
    border-bottom: 0px;
    border-top: 3px solid #212121;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.service-desc__tab-panel-nav{
    margin-bottom: 30px;
}

.nav.service-desc-tabs-list{
    margin-bottom: 40px;
    border-bottom: 1px solid #E1E1E1;
}
.service-desc-tabs-list>li{
    margin-right: 6px;
}
.service-desc-tabs-list>li>a,
.service-desc-tabs-list>li>a:focus{
    padding: 9px 26px;
    font-size: 1em;
    color: #212121;
    display: block;
    text-decoration: none;
    position: relative;
    background-color: transparent;
}
.service-desc-tabs-list>li>a:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    width: 100%;
    background: transparent;
    z-index: 2;
}
.service-desc-tabs-list>li:hover>a:after,
.service-desc-tabs-list>li>a.active:after{
    background: var(--prv_interactive_color);
}
.service-desc-tabs-list>li>a.active{
    color: var(--prv_btn_color);
}
.service-desc-tabs-list>li>a:hover{
    text-decoration: none;
    opacity: 1;
    color: var(--prv_btn_color);
    background-color: transparent;
}
.item_prop_container {
    margin-bottom:10px;
    display:flex;
    justify-content:stretch;
    align-items:center;
}
.item_prop_name {
    flex-grow:0;
    padding-right:12px;
}
.item_prop_border {
    flex-grow:100;
    height:1px;
    border-bottom:1px dotted #a9a9a9;
}
.item_prop_value {
    padding-left:12px;
    flex-grow:0;
    text-align: right;
}

/*table price-list*/

.service-detail__price-list{
    overflow: auto;
    max-width: 100%;
	border-radius: 14px;
}

.service-detail__price-list > table{
    width: 100%;
}
.service-detail__price-list > table td,
.service-detail__price-list > table th{
    font-size: 1em;
    height: 60px;
    vertical-align: middle;
    padding: 0 20px;
    color: #212121;
    font-weight: normal;
}
.service-detail__price-list > table td:nth-child(n + 2),
.service-detail__price-list > table th:nth-child(n + 2){
    text-align: center;
}
.service-detail__price-list > table td:nth-child(n + 2){
    font-weight: bold;white-space: nowrap;
}
.service-detail__price-list thead > tr{
    background: #e60680;
}

.service-detail__price-list thead > tr > th{
    color: #fff;
}

.service-detail__price-list tbody > tr:nth-child(2n + 1){
    background-color: #F8F9FB;
}
.page-content p.service-detail__prop-title{
    font-size: 1.8571em;
    color: #212121;
    line-height: 1;
    margin: 60px 0 48px;
}
.service-detail__preview p {
	max-height: 110px;
	overflow: hidden;
	color: white;
}
@media(min-width: 768px){
    .service-detail__price-list > table td,
    .service-detail__price-list > table th{
        font-size: 1.1428em;
        padding: 0 40px 0 30px;
    }
}


@media (max-width: 479px) {
	.service-detail__preview .align-items-center.row{margin: 5px;}
	.service-detail__preview h1{font-size: 1.4em;}
	.service-detail__preview p{max-height: 110px;overflow: hidden;}
	.service-detail__preview a{width: 100%;}
	.service-detail__preview {
		background-color: #e60680;
        background-position: top;
        background-repeat: no-repeat;
        background-size: contain;
        min-height: 550px;
	}
	.service-detail__preview > .align-items-center {
   /* padding-top: 280px;*/
   padding-top: 65vw;
}
}


.service-detail__preview-order-btn{
    margin-right: 38px;
}

.news-detail__main-column .btn {
    margin: 30px 0;
}









.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;
	}
}
.news-detail__photogallery-image-block{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	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__videogallery .owl_btn-right a,.news-detail__videogallery .owl_btn-right a:focus,.news-detail__videogallery .owl_btn-left a,.news-detail__videogallery .owl_btn-left a:focus,
.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__videogallery .owl-prev,
.news-detail__photogallery .owl-prev{
	left: -48px
}
.news-detail__videogallery .owl-next,
.news-detail__photogallery .owl-next{
	right: -48px
}
.news-detail__videogallery .owl-next,.news-detail__videogallery .owl-prev,
.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__videogallery .owl-dots,
.news-detail__photogallery .owl-dots{
	position: relative;
	margin-bottom: -21px;
}
.news-detail__videogallery .owl-next a .carousel-arrow,.news-detail__videogallery .owl-prev a .carousel-arrow,
.news-detail__photogallery .owl-next a .carousel-arrow,.news-detail__photogallery .owl-prev a .carousel-arrow{
	fill: #757575
}
.news-detail__videogallery .owl-next:not(.disabled):hover .carousel-arrow,.news-detail__videogallery .owl-prev:not(.disabled):hover .carousel-arrow,
.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__videogallery-item-inner{
	height: 173px;
	width: 277px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.news-detail__videogallery .owl-dots,
.news-detail__photogallery .owl-dots{
	position: static;
	margin-bottom: -11px;
}
@media (min-width: 1600px){
	.news-detail__photogallery-image-block-wrapper{
		width: 330px;
		height: 310px;
	}
}
/* End */


/* Start:/bitrix/templates/re_beauty/components/bitrix/menu/page-sidebar-menu2/style.min.css?17073917341135*/
.left_menu_ul{list-style:none;margin:0;padding:0;position:relative;background-color:#f8f9fb}ul.page-sidebar-left-menu{border:1px solid #eef1f4;background-color:transparent}ul.page-sidebar-left-menu>li{border-bottom:1px solid #eef1f4}ul.page-sidebar-left-menu>li:last-child{border:0}.left_menu_ul a:hover{background-color:#f8f9fb;text-decoration:none;color:#212121}.left_menu_ul.collapse a:hover{color:var(--prv_btn_color)}.left_menu_parent_link{display:flex;align-items:stretch}.left_menu_item{padding:20px 25px;display:block;color:#212121}.left_menu_item,.left_menu_dropdown_btn{transition-duration:0s}.left_menu_parent_link .left_menu_item{width:calc(100% - 50px);padding:20px 0 20px 25px}.left_menu_item_selected{font-weight:bold}.left_menu_dropdown_btn{width:50px;display:flex;align-items:center;justify-content:center;text-decoration:none}.left_menu_dropdown_btn .caret{display:inline-block;width:0;height:0;vertical-align:middle;border-right:6px solid transparent;border-left:6px solid transparent;border-bottom:5px solid #707070;border-top:0}.left_menu_dropdown_btn.collapsed .caret{border-top:5px solid #707070;border-bottom:0}
/* End */
/* /bitrix/templates/re_beauty/components/bitrix/catalog.element/service_pink/style.css?172052973111546 */
/* /bitrix/templates/re_beauty/components/bitrix/menu/page-sidebar-menu2/style.min.css?17073917341135 */
