

/* Start:/local/templates/beautybox/components/bitrix/news.list/main.slider/style.css?17005642246308*/
.main-slide{
	position: relative;
	color: var(--white-color);
	font-size: 20px;
	line-height: 32px;
	box-sizing: border-box;
}
.main-slider__inner{
	border-radius: 12px;
	margin-top: 20px;
}
.main-slide__bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;	
}
.main-slide__bg-img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.main-slide__bg-grad{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.8;
}
.main-slide__content{
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 90px 0 30px 0;
	max-width: 580px;
	min-height: 540px;
}
.main-slide__overhead{
	font-weight: 500;
	text-transform: uppercase;
}
.main-slide__title{
	padding: 45px 0 0 0;
	font-weight: 900;
	font-size: 44px;
	line-height: 54px;
}
.main-slide__subtitle{
	padding: 15px 0 0 0;
	font-weight: 500;
}
.main-slide__button-container{
	padding: 45px 0 0 0;
}
.main-slide__button.button_oval_filled{
	background-color: var(--white-color);
	color: var(--primary1-color);
}
.main-slide__button.button_oval_filled:hover,
.main-slide__button.button_oval_filled:focus{
	color: var(--primary1-color);
}
.main-slide__timer.timer-counter{
	position: absolute;
	right: 0;
	bottom: 30px;
}

/* timer-counter */
.timer-counter{
	position: relative;
	border-radius: 20px 0 0 20px;
	overflow: hidden;
}
.timer-counter__bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(115deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}
.timer-counter__inner{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px 40px 30px 40px;
	color: var(--white-color);
}
.timer-counter__text{
	font-weight: 700;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	letter-spacing: 0.12em;
}
.timer-counter__values{
	display: flex;
	padding: 20px 0 0 0;
}
.timer-counter__value{}
.timer-counter__value:not(:last-child){
	margin: 0 10px 0 0;
}
.timer-counter__value-number{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 58px;
	height: 58px;
	font-size: 29px;
	line-height: 33px;
}
.timer-counter__value-number-clock{}
.timer-counter-clock{
	position: absolute;
	display: flex;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: rotate(0.02deg);
}
.timer-counter-clock::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 99px;
	border: 2px solid var(--primary1-color);
	width: 100%;
	height: 100%;
	opacity: 0.3;
}
.timer-counter-clock__left{
	position: absolute;
	left: -1px;
	top: -1px;
	width: calc(50% + 1px);
	height: calc(100% + 2px);
	overflow: hidden;
	/* background-color: red; */
}
.timer-counter-clock__left-arrow-border-angle-compensation-rotate-engine{
	width: 100%;
	height: 100%;
	transform-origin: 100% 50%;
	transform: rotate(45deg);
}
.timer-counter-clock__left-arrow{
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 99px;
	border: 4px solid transparent;
	border-top-color: var(--white-color);
	border-right-color: var(--white-color);
	width: 200%;
	height: 100%;
}
.timer-counter-clock__left-arrow_days{}
.timer-counter-clock__left-arrow_hours{}
.timer-counter-clock__left-arrow_minutes{}
.timer-counter-clock__left-arrow_seconds{}
.timer-counter-clock__right{
	position: absolute;
	right: -1px;
	top: -1px;
	width: calc(50% + 1px);
	height: calc(100% + 2px);
	overflow: hidden;
	/* background-color: blue; */
}
.timer-counter-clock__right-arrow-border-angle-compensation-rotate-engine{
	width: 100%;
	height: 100%;
	transform-origin: 0% 50%;
	transform: rotate(45deg);
}
.timer-counter-clock__right-arrow{
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 99px;
	border: 4px solid transparent;
	border-bottom-color: var(--white-color);
	border-left-color: var(--white-color);
	width: 200%;
	height: 100%;
}
.timer-counter-clock__right-arrow_days{}
.timer-counter-clock__right-arrow_hours{}
.timer-counter-clock__right-arrow_minutes{}
.timer-counter-clock__right-arrow_seconds{}
.timer-counter__value-number-text{
	position: relative;
}
.timer-counter__value-number-text_days{}
.timer-counter__value-number-text_hours{}
.timer-counter__value-number-text_minutes{}
.timer-counter__value-number-text_seconds{}
.timer-counter__value-name{
	padding: 10px 0 0 0;
	width: 100%;
	text-align: center;
	font-size: 11px;
	line-height: 13px;
}
.timer-counter__value-name_days{}
.timer-counter__value-name_hours{}
.timer-counter__value-name_minutes{}
.timer-counter__value-name_seconds{}
/* timer-counter end */

@media only screen and (max-width: 1023px){
	.main-slide__content{
		padding: 15px 0 200px 0;
	}
	.main-slide__title {
		padding: 5px 0 0 0;
	}
	.main-slide__button-container {
		padding: 15px 0 0 0;
	}
	.main-slide__timer.timer-counter {
		bottom: 15px;
	}
}
@media only screen and (max-width: 599px){
	.main-slide__content {
		padding: 5px 0 85px 0;
		min-height: 250px;
	}
	.main-slide__overhead{
		margin: auto 0 0 0;
		font-size: 18px;
    	line-height: 20px;
	}
	.main-slide__title {
		padding: 0 0 0 0;
		font-size: 20px;
    	line-height: 24px;
	}
	.main-slide__subtitle {
		padding: 5px 0 0 0;
		font-size: 14px;
    	line-height: 18px;
	}
	.main-slide__button.button_oval_filled {
		padding: 10px 14px 9px 14px;
		font-size: 12px;
		line-height: 14px;
	}
	.main-slide__timer.timer-counter {
		bottom: 0;
		border-radius: 0;
		width: 100%;
	}
	.timer-counter__bg{
		background-image: linear-gradient(115deg, var(--secondary-color) 0%, var(--primary-color) 100%);
		opacity: 0.9;
	}
	.timer-counter__inner{
		flex-direction: row;
		padding: 5px 15px 5px 15px;
	}
	.timer-counter__text {
		padding: 0 10px 0 0;
	}
	.timer-counter__values{
		padding: 3px 3px 0 3px;
	}
	.timer-counter__value-number {
		width: 46px;
    	height: 46px;
		font-size: 18px;
		line-height: 20px;
	}
	.timer-counter-clock::before{
		border: 2px solid var(--white-color);
    	opacity: 0.5;
	}
	.timer-counter__value-name {
		padding: 5px 0 0 0;
		font-size: 10px;
		line-height: 12px;
	}
}
@media only screen and (max-width: 359px){
	.timer-counter__inner{
		flex-direction: column;
	}
	.timer-counter__text {
		padding: 5px 0 5px 0;
		text-align: center;
	}
}


/* End */


/* Start:/local/templates/beautybox/components/bitrix/news.list/brands/style.css?1700564224560*/




.brands{}
.brands-list{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.brands-item{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 15px 10px 15px;
	max-width: 160px;
	width: calc(100% / 6);
}
.brands-item__container{
	line-height: 0;
}
.brands-item__img{}



@media only screen and (max-width: 767px){
	.brands-item{
		width: calc(100% / 3);
	}
}
@media only screen and (max-width: 499px){
	.brands{
		display: none;
	}
	/* .brands-item{
		width: calc(100% / 2);
	} */
}









/* End */


/* Start:/local/templates/beautybox/components/bitrix/news.list/sections.popular/style.css?17005642243430*/




.popular{}
.popular__inner{
	padding: 30px 0 15px 0;
}
.popular__top{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 -20px 0;
}
.popular__title{
	margin: 0 20px 20px 0;
	background-color: var(--secondary-color);
}
.popular__nav.block-nav{
	margin: 0 -10px 20px -10px;
}
.popular__all-link{
	border-color: var(--primary-color);
}
.popular__list{
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 -15px 0 -15px;
	padding: 40px 0 0 0;
}
.popular__item{}
.popular-item{
	padding: 0 15px 20px 15px;
	max-width: 300px;
	width: calc(100% / 4);
}
.popular-item.popular-item_mobile{
	display: none;
}
.popular-item__content{
	position: relative;
	border-radius: 20px;
	min-height: 230px;
	height: 100%;
	overflow: hidden;
}
.popular__item-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transform-origin: 50% 50%;
	/* transition: var(--main-transition); */
	transition: all 0.4s ease-in-out 0.1s;
}
.popular-item__content:hover .popular__item-bg{
	transform: scale(1.2);
}
.popular-item__link{
	position: relative;
	display: flex;
    flex-direction: column;
	justify-content: flex-end;
	padding: 0 25px 0 25px;
    height: 100%;
}
.popular-item__inner{
	position: relative;
	display: flex;
    flex-direction: column;
    align-items: center;
	border-radius: 20px 20px 0 0;
	padding: 10px 5px 10px 5px;
	text-align: center;
	overflow: hidden;
}
.popular-item__inner::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--white-color);
	opacity: 0.9;
}
.popular-item__image{
	display: none;
	width: 60px;
	height: 60px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.popular-item__text{
	position: relative;
}
.popular-item__name{
	display: block;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	transition: var(--main-transition);
}
.popular-item__content:hover .popular-item__name{
	color: var(--secondary-color)
}
.popular-item__description{
	display: block;
	padding: 8px 0 0 0;
	font-size: 13px;
	line-height: 16px;
	color: var(--lightback-color);
}


@media only screen and (max-width: 1023px){
	.popular__list{
		justify-content: center;
	}
	.popular-item{
		width: calc(100% / 2);
	}
}
@media only screen and (max-width: 599px){
	.popular__inner{
		padding: 20px 0 5px 0;
	}
	.popular__top{
		display: none;
	}
	.popular__list{
		margin: 0 -5px 0 -5px;
		padding: 0 0 0 0;
	}
	.popular-item{
		padding: 0 5px 5px 5px;
		width: calc(100% / 4);
	}
	.popular-item.popular-item_mobile{
		display: block;
	}
	.popular-item__content{
		border-radius: 0;
		min-height: 110px;
		height: 100%;
		overflow: visible;
	}
	.popular__item-bg{
		display: none;
	}
	.popular-item__link {
		justify-content: flex-start;
		padding: 0 0 0 0;
	}
	.popular-item__inner{
		border-radius: 0;
		padding: 0 0 0 0;
		overflow: visible;
	}
	.popular-item__inner::before {
		display: none;
	}
	.popular-item__image{
		display: block;
	}
	.popular-item__text{
		padding: 10px 0 0 0;
	}
	.popular-item__name{
		font-size: 10px;
		line-height: 12px;
	}
	.popular-item__description{
		display: none;
	}
}
@media only screen and (max-width: 359px){
	.popular-item{
		width: calc(100% / 3);
	}
}






















/* End */


/* Start:/local/components/addamant/catalog.section.offers/templates/.default/style.css?17005641991357*/
.offers__inner{
	padding: 30px 0 70px 0;
}
.offers__top{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 -20px 0;
}
.offers__title{
	margin: 0 20px 20px 0;
	background-color: var(--primary-color);
}
.offers__tabs.block-nav{
	margin: 0 -10px 20px -10px;
}
.offers__tab.block-nav__item{
	border-color: var(--primary-color);
}
.offers__tab.block-nav__item:hover{
	border-color: var(--secondary-color);
	color: var(--secondary-color);
}
.offers__tab.offers__tab_active.block-nav__item{
	border-color: var(--secondary-color);
	color: var(--secondary-color);
	cursor: default;
}
.offers__bottom{
	padding: 40px 0 0 0;
}
.offers__tab-content{
	display: none;
}
.offers__tab-content.offers__tab-content_active{
	display: block;
}
.offers__tab-more-button{
	display: flex;
	justify-content: center;
	padding: 15px 0 0 0;
}
.offers__tab-more-link.button_oval{
	border-color: var(--primary-color);
	color: var(--primary-color);
}
.offers__tab-more-link.button_oval:hover{
	color: var(--primary1-color);
}


@media (max-width: 599px){
	.offers__inner{
		padding: 5px 0 40px 0;
	}
	.offers__bottom{
		padding: 20px 0 0 0;
	}
	.offers__title{
		margin: 0 20px 10px 0;
	}
	.offers__tabs.block-nav {
		display: none;
		margin: 0 -10px 10px -10px;
	}
	.offers__tab-more-button{
		padding: 5px 0 0 0;
	}
}


/* End */


/* Start:/local/templates/beautybox/components/bitrix/catalog.section/main/style.css?170056422482*/




.catalog-section{}


.catalog-pagination{
    padding: 20px 0 20px 0;
}







/* End */


/* Start:/local/templates/beautybox/components/bitrix/catalog.item/.default/style.css?17005642249608*/
.product-item-discount{
	display: none;
}

.products-list{
	position: relative;
	display: flex;	
	flex-wrap: wrap;
	margin: 0 -7px 0 -7px;
}
.product-item-container{
	position: relative;
	padding: 0 7px 25px 7px;
	max-width: 300px;
	width: calc(100% / 5);
}
.catalog .product-item-container{
	width: calc(100% / 4);
}
.product-item-wrapper{
	position: relative;
	height: 401px;
}
.product-item{
	position: absolute;
	left: 0;
	top: 0;
	margin: 0 0 65px 0;
	border-radius: 3px;
	width: 100%;
	min-height: 100%;
	background-color: var(--white-color);
	z-index: 1;
}
.product-item:hover{
	z-index: 2;
}
.product-item::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 1px solid var(--inactive-color);
	border-radius: inherit;
	box-shadow: 0px 0px 10px transparent;
	opacity: 1;
	transition: var(--main-transition);
}
.product-item:hover::before{
	box-shadow: 0px 0px 10px var(--primary2-color);
	border: 1px solid var(--primary2-color);
	opacity: 0.5;
}
.product-item-inner{
	position: relative;
	display: flex;
	flex-direction: column;
	border-radius: inherit;
	padding: 30px 15px 10px 15px;
}
.system_basket_items{}
.product-item-favor{
	position: absolute;
	right: 15px;
	top: 15px;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	/* background-image: url(/local/templates/beautybox/components/bitrix/catalog.item/.default/); */
	/*background-color: black;*/
	z-index: 1;
	cursor: pointer;
}
.product-item-favor-img{}
.product-item-favor-img-path{
	fill:transparent;
	stroke: var(--black-color);
	transition: var(--main-transition);
}
.product-item-favor:hover .product-item-favor-img-path{
	stroke: var(--secondary-color);
}
.product-item-favor.active .product-item-favor-img-path{
	fill:var(--secondary-color);
	stroke: var(--secondary-color);
}
.product-item-labels{
	position: absolute;
	left: 0;
	top: 15px;
	z-index: 1;
	pointer-events: none;
}
.product-item-label{
	padding: 1px 7px 2px 7px;
	background-color: var(--primary-color);
	border-radius: 0px 99px 99px 0px;
	font-weight: 600;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 0.05em;
	text-align: end;
	color: var(--white-color);
}
.product-item-label:not(:last-child){
	margin: 0 0 5px 0;
}
.product-item-label_sale{
	background-color: var(--primary-color);
}
.product-item-label_leader{
	background-color: var(--secondary-color);
}
.product-item-label_new{
	background-color: var(--active-color);
}
.product-item-image-wrapper{
	position: relative;
	display: block;
	margin: 0 0 25px 0;
	width: 100%;
	height: 160px;
}
.product-item-image-slider-slide-container{}
.product-item-image-slider-slide-container.slide{}
.product-item-image-original{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.product-item-image-alternative{
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
}
.product-item-image-slider-control-container{}
.product-item-info-container{}

.catalog-element-params__quantity {
	flex-shrink: 0;
	padding: 10px 0 0 0;
}

.product-item-price-container{
	display: flex;
	align-items: center;
	font-size: 18px;
	line-height: 24px;
}
.product-item-price-current{
	font-weight: bold;
	white-space: nowrap;
	color: var(--black-color);
}
.product-item-price-old{
	margin: 0 5px 0 8px;
	font-weight: 300;
	text-decoration-line: line-through;
	color: var(--black-color);
	opacity: 0.8;
}
.product-item-price-percent{
	margin: 0 0 0 auto;
}
.product-item-title{
	display: block;
	font-size: 14px;
	line-height: 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.product-item-title-link{
}
.product-item-title-link-full {
	display: none;
}
.product-prop-title{
	font-size: 12px;
	padding: 15px 0 0 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	min-height: 32px;
	color: var(--black-color);
	opacity: 0.8;
}
.product-item-sku-tree{
	display: none;
	padding: 30px 0 0 0;
}
.product-item:hover .product-item-title {
	white-space: inherit;
}
.product-item:hover .product-item-title-link {
	display: none;
}
.product-item:hover .product-item-title-link-full {
	display: inherit;
}
.product-item-hidden{}
.product-item-scu-container{}
.product-item-scu-name{
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
}
.product-item-scu-block{}
.product-item-scu-list{}
.product-item-scu-item-list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -2px 0 -2px;
	padding: 12px 0 8px 0;
}
.product-item-scu-item-text-container{
	margin: 0 2px 8px 2px;
	min-width: 25%;
	cursor: pointer;
}
.product-item-scu-item-text-container.selected{
	cursor: default;
}
.product-item-scu-item-text-block{}
.product-item-scu-item-text{
	display: flex;
	justify-content: center;
	padding: 4px 4px 4px 4px;
	width: 100%;
	border: 1px solid var(--inactive-color);
	border-radius: 99px;
	font-weight: 500;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	transition: var(--main-transition);
}
.product-item-scu-item-text-container.selected .product-item-scu-item-text,
.product-item-scu-item-text:hover{
	border-color: var(--primary-color);
	background-color: var(--primary-color);
	color: var(--white-color);
}
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text{
	border-color: var(--inactive-color);
	background-color: var(--inactive-color);
	color: var(--black-color);
	opacity: 0.6;
}





.product-item-button-container{
	padding: 10px 0 0 0;
}
.product-item-button-subscribe-container{
	display: flex;
	flex-direction: column;
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--primary-color);
	cursor: pointer;
}
.bx-catalog-unsubscribe-button,
.bx-catalog-subscribe-button{
	margin: 13px 0 13px 0;
	opacity: 1;
	transition: var(--main-transition);
}
.bx-catalog-unsubscribe-button:hover,
.bx-catalog-subscribe-button:hover{
	color: #FF5290;
}
.bx-catalog-subscribe-button{}
.bx-catalog-subscribe-button.disabled{
	cursor: default;
}
.bx-catalog-subscribe-button span{}
.bx-catalog-unsubscribe-button{}
.button-to-basket-wrapper{
	display: flex;
	justify-content: flex-start;
}
.btn-to-basket{
	position: relative;
	display: flex;
	align-items: center;
    border-radius: 0 99px 99px 0;
	padding: 8px 21px 9px 0;
	background-color: var(--active-color);
    font-weight: bold;
    font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	opacity: 1;
	transition: var(--main-transition);
}
.btn-to-basket:hover{
	opacity: 0.75;
}
.btn-to-basket::before{
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    width: 15px;
    height: 100%;
    background-color: inherit;
}
.btn-to-basket__img{}
.btn-to-basket__text{
	padding: 0 0 0 12px;
	color: var(--white-color);
}
.button-buy-wrapper{
	display: flex;
	justify-content: flex-start;
}
.btn-buy{
	position: relative;
	display: flex;
	align-items: center;
    border-radius: 0 99px 99px 0;
	padding: 8px 21px 9px 0;
    font-weight: bold;
    font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--primary1-color);
	transition: background-color var(--main-transition-numbers);
}
.btn-buy:hover{
	background-color: var(--secondary-color);
}
.btn-buy::before{
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    width: 15px;
    height: 100%;
    background-color: inherit;
}
.btn-buy__img{}
.btn-buy__img-path{
	transition: var(--main-transition);
	fill: var(--primary1-color);
}
.btn-buy:hover .btn-buy__img-path{
	fill: var(--white-color);
}
.btn-buy__text{
	padding: 0 0 0 12px;
	transition: var(--main-transition);
}
.btn-buy:hover .btn-buy__text{
	color: var(--white-color);
}



/* active */

.button-to-basket-wrapper.hidden,
.button-buy-wrapper.hidden{
	display: none;
}

/* active end*/



@media only screen and (max-width: 1279px){
	.product-item-container{
    	width: calc(100% / 4);
	}
	.catalog .product-item-container{
		width: calc(100% / 3);
	}
}
@media only screen and (max-width: 1023px){
	.product-item-container{
    	width: calc(100% / 3);
	}
	.catalog .product-item-container{
		width: calc(100% / 2);
	}
}
@media only screen and (min-width: 768px) {
	.product-item:hover .product-item-sku-tree {
		display: block;
	}
}
@media only screen and (max-width: 767px){
	.product-item-container{
		padding: 0 7px 15px 7px;
    	width: calc(100% / 2);
	}
}
@media only screen and (max-width: 599px){
	.product-item-discount{
		padding: 2px 5px;
		display: inline-block;
		position: absolute;
		top: 8px;
		left: 8px;
		z-index: 1;
		font-size: 10px;
		font-weight: 700;
		background: var(--secondary-color);
		color: var(--white-color);
		border-radius: 3px;
	}

	.product-item-wrapper{
		height: 355px;
	}
	.product-item-inner{
		padding: 8px 7px 13px 7px;
	}
	.product-item-favor{
		right: 8px;
		top: 8px;
	}
	.product-item-labels{
		display: none;
	}
	.product-item-image-wrapper{
		margin: 0 0 5px 0;
	}
	.product-item-price-container{
		font-size: 12px;
	}
	.product-prop-title{
		padding: 5px 0 5px 0;
		min-height: 27px;
		font-size: 12px;
	}
	.product-item-title{
		height: 36px;
		white-space: normal;
		margin-bottom: 10px;
	}
	.btn-to-basket{
		padding: 3px 11px 4px 0;
	}
	.btn-to-basket::before{
		width: 7px;
	}
	.btn-buy{
		padding: 3px 11px 4px 0;
	}
	.btn-buy::before{
		width: 7px;
	}
	.catalog-element-params__quantity {
		padding: 0 15px 0 0;
	}
}







/* End */


/* Start:/local/templates/beautybox/components/bitrix/catalog.product.subscribe/.default/style.css?17005642241816*/
/* Button */
.bx-catalog-subscribe-button
{
    margin-bottom: 6px;
    display: inline-block;
}
.bx-catalog-popup-content
{
    width: 90%;
    max-width: 280px;
}
/* Subscribe popup */
.bx-catalog-subscribe-form-container-label
{
    font-size:13px;
    color: #5a6c77;
    padding-bottom: 2px;
}
.bx-catalog-subscribe-form-container-input
{
    position: relative;
}
.bx-catalog-subscribe-form-container-input input[type="text"] {
    display: block;
    width: 100%;
    font-size: 18px;
    height: 38px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #CCD5DB;
    border-radius: 2px;
    background: #f8fafc;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bx-catalog-subscribe-form-star-required {
    color: #d93333;
}
.bx-catalog-subscribe-form-container .bx-captcha{
    margin-bottom: 10px;
}
.bx-catalog-popup-message
{
    font-weight: bold;
    min-width: 240px;
    margin: 0 0 0;
}

/* Alert style */
.bx-catalog-subscribe-alert {
    background-color: #edf6fc;
    color: #000;
    font-size: 15px;
    min-height: 45px;
    text-align: center;
    padding: 12px 40px 12px 60px;
    position: relative;
    width: 280px;
}
.bx-catalog-subscribe-aligner {
    display: inline-block;
    height: 45px;
    margin-left: -1px;
    vertical-align: middle;
    width: 1px;
}
.bx-catalog-subscribe-alert-text {
    display: inline-block;
    vertical-align: middle;
}
.bx-catalog-subscribe-alert-footer {
    text-align: center;
}
.bx-catalog-subscribe-alert-popup {
    background-color: #edf6fc !important;
    border: 1px solid #edf6fc !important;
    border-radius: 3px !important;
    -webkit-box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
    box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
}
/* End */


/* Start:/local/templates/beautybox/components/addamant/sender.subscribe/subscribe/style.css?17005642242648*/
.subscribe{
	position: relative;
}
.subscribe__bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.subscribe__inner{
	position: relative;
	display: flex;
	align-items: center;
	padding: 10px 0 10px 0;
	min-height: 270px;
	color: var(--white-color);
}
.subscribe__form{}
.subscribe-form{
	position: relative;
    margin: 0 auto;
    max-width: 700px;
    width: 100%;
	text-align: center;
}
.subscribe-form__title{
	padding: 0 0 15px 0;
	font-weight: bold;
	font-size: 28px;
	line-height: 34px;
}
.subscribe-form__subtitle{
	padding: 0 0 30px 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
}
.subscribe-form__input-field{
	display: flex;
}
.subscribe-form__input{
	border-top: 2px solid var(--white-color);
	border-bottom: 2px solid var(--white-color);
	border-left: 2px solid var(--white-color);
	border-radius: 99px 0 0 99px;
	padding: 18px 23px 18px 23px;
	max-width: 430px;
	width: 100%;
	font-size: 16px;
	line-height: 19px;
}
.subscribe-form__input-submit{
	flex-shrink: 0;
	border-radius: 0 99px 99px 0;
	padding: 20px 25px 20px 25px;
	background-color: var(--white-color);
	font-weight: 600;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: var(--primary1-color);
	cursor: pointer;
	transition: var(--main-transition);
}
.subscribe-form__input-submit:hover,
.subscribe-form__input-submit:focus{
	opacity: var(--main-button-opacity);
}
#error-email-form {
	padding: 15px;
	background-color: var(--alert-danger-background);
	color: var(--alert-danger-color);
	width: fit-content;
	position: absolute;
	bottom: -60px;
	left: 50%;
	transform: translate(-50%, 0);
	display: none;
	white-space: nowrap;
}

@media only screen and (max-width: 767px){
    .subscribe-form__title {
		padding: 0 0 10px 0;
	}
	.subscribe-form__subtitle {
		padding: 0 0 20px 0;
	}
	.subscribe-form__input-field{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.subscribe-form__input{
		margin: 0 0 20px 0;
		border-radius: 99px;
		border-right: 2px solid var(--white-color);
	}
	.subscribe-form__input-submit {
		border-radius: 99px;
	}
}
@media only screen and (max-width: 599px){
	.subscribe__inner {
		padding: 35px 0 45px 0;
	}
	.subscribe-form__title {
		font-size: 22px;
		line-height: 27px;
	}
	.subscribe-form__subtitle {
		font-size: 14px;
		line-height: 17px;
	}
	.subscribe-form__input {
		padding: 11px 22px 13px 22px;
		font-size: 14px;
		line-height: 17px;
	}
	.subscribe-form__input-submit {
		padding: 14px 24px 15px 24px;
		width: 100%;
		font-size: 13px;
		line-height: 14px;
	}
}







/* End */


/* Start:/local/templates/beautybox/components/bitrix/news.list/advantages/style.css?17005642241086*/






.advantages{}
.advantages__inner{
	padding: 20px 0 20px 0;
}
.advantages__list{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 -10px 0 -10px;
}
.advantages__item{}
.advantage{
	display: flex;
	align-items: center;
	padding: 20px 10px 20px 10px;
	max-width: 255px;
	width: 25%;
}
.advantage__visual{
	flex-shrink: 0;
    line-height: 0;
}
.advantage__img{
	max-width: 48px;
}
.advantage__text{
	padding: 0 0 0 15px;
	font-size: 13px;
	line-height: 18px;
}
@media only screen and (max-width: 1023px){
	.advantages__list{
		justify-content: center;
	}
	.advantage{
		max-width: none;
		width: 50%;
	}
	.advantage__visual{
		display: flex;
		justify-content: center;
		min-width: 70px;
	}
}
@media only screen and (max-width: 499px){
	.advantages__inner{
		padding: 15px 0 10px 0;
	}
	.advantage{
		flex-direction: column;
		align-items: flex-start;
		padding: 10px 10px 10px 10px;
	}
	.advantage__visual{
		justify-content: flex-start;
	}
	.advantage__text {
		padding: 10px 0 0 0;
	}
}























/* End */


/* Start:/local/templates/beautybox/components/bitrix/news.list/instagram_block/style.css?17005642242209*/



.instagram{}
.instagram__inner{
	padding: 0 0 50px 0;
}
.instagram__list{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -15px 0 -15px;
}
.instagram__item{
	padding: 0 15px 30px 15px;
	width: 25%;
	color: var(--white-color);
}
.instagram__item.instagram__item_leading{}
.instagram__item-inner{
	position: relative;
	border-radius: 3px;
	margin: 0 0 0 auto;
	padding: 20px 10px 40px 35px;
	max-width: 275px;
	width: 100%;
	min-height: 275px;
	height: 100%;
	overflow: hidden;
}
.instagram__item:nth-child(2n) .instagram__item-inner{
	margin: 0 auto 0 0;
}
.instagram__item-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.instagram__item-img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.instagram__item-overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.3;
}
.instagram__item-content{
	position: relative;
}
.instagram__item-title{
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 28px;
	line-height: 34px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.instagram__item-subtitle{
	margin: 0 0 20px 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.instagram__item-button{}
.instagram__item-button.button_oval{}
.instagram__item-button.button_oval::before{
	background-color: var(--white-color);
}
.instagram__item-button.button_oval:hover::before{
    opacity: 0.3;
}




@media only screen and (max-width: 1199px){
	.instagram__item{
		width: 50%;
	}
}
@media only screen and (max-width: 599px){
	.instagram__inner{
		padding: 5px 0 0 0;
	}
	.instagram__item{
		display: none;
		padding: 0 0 0 0;
		width: 100%;
	}
	.instagram__item.instagram__item_leading{
		display: block;
	}
	.instagram__item-inner{
		border-radius: 3px 3px 0 0;
		padding: 15px 10px 30px 25px;
		max-width: none;
		min-height: 0;
	}
	.instagram__item-title{
		font-size: 22px;
		line-height: 27px;
	}
}















/* End */
/* /local/templates/beautybox/components/bitrix/news.list/main.slider/style.css?17005642246308 */
/* /local/templates/beautybox/components/bitrix/news.list/brands/style.css?1700564224560 */
/* /local/templates/beautybox/components/bitrix/news.list/sections.popular/style.css?17005642243430 */
/* /local/components/addamant/catalog.section.offers/templates/.default/style.css?17005641991357 */
/* /local/templates/beautybox/components/bitrix/catalog.section/main/style.css?170056422482 */
/* /local/templates/beautybox/components/bitrix/catalog.item/.default/style.css?17005642249608 */
/* /local/templates/beautybox/components/bitrix/catalog.product.subscribe/.default/style.css?17005642241816 */
/* /local/templates/beautybox/components/addamant/sender.subscribe/subscribe/style.css?17005642242648 */
/* /local/templates/beautybox/components/bitrix/news.list/advantages/style.css?17005642241086 */
/* /local/templates/beautybox/components/bitrix/news.list/instagram_block/style.css?17005642242209 */
