

/* Start:/bitrix/components/kraytcosmetics/krayt.catalog.section.tile.filter/templates/.default/style.css?17562914403034*/
.slider-title{
    color: var(--main_text_black, #1B1B1B);
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
    letter-spacing: -2px;
    margin-bottom: 40px;
}

@media (max-width: 1000px){
    .slider-title{
        color: var(--main_text_black, #1B1B1B);
        font-size: 24px;
        font-style: normal;
        font-weight: 800;
        line-height: 120%;
        letter-spacing: -0.96px;
        margin-bottom: 30px;
    }

}
@media (max-width: 1000px) {
    .block-krayt-catalog-section-filter .wrapper-inner {
        width: 100%;
    }
    .block-krayt-catalog-section-filter .wrapper-inner.product__slider-wrp .swiper-button-prev, .wrapper-inner.product__slider-wrp .swiper-button-next {
        display: flex;
        width: 50px;
        height: 50px;
        padding: 13px;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        border: 1px solid #DEDEDE;
        background:  #FFF;
    }
    .block-krayt-catalog-section-filter .wrapper-inner.product__slider-wrp .hits-title {
        margin-bottom: 0px;
        color: #1B1B1B;
        font-size: 24px;
        font-weight: 800;
        line-height: 120%;
        letter-spacing: -0.96px;
    }
    .block-krayt-catalog-section-filter .wrapper-inner.product__slider-wrp .swiper-button-next svg,.wrapper-inner.product__slider-wrp .swiper-button-prev svg {
        width: 24px;
        height: 24px;
    }
    .block-krayt-catalog-section-filter .wrapper-inner .product__slider-wrp__header {
        align-items: center;
        margin-bottom: 30px;
    }
    .block-krayt-catalog-section-filter .swiper-wrapper {
        display: inline-flex;
        align-items: flex-start;
        width: auto;
    }

    .block-krayt-catalog-section-filter .smart-tabs-wrap .product__slider, .block-krayt-catalog-section-filter .product__slider {
        padding: 0;
        border-top: 0px;
        border-bottom: 0px;
        margin: 0 0px;
    }
    .block-krayt-catalog-section-filter .product__slider .product_item_img {
        max-width: 100%;
    }
    .block-krayt-catalog-section-filter .product__slider .product_item .product_item_name_box {
        margin-top: 0px;
    }
    .block-krayt-catalog-section-filter .product-item-info-container.product-item-hidden {
        display: flex;
        flex-direction: column;
    }
    .block-krayt-catalog-section-filter .product-item-container .product_item__cart {
        flex-direction: column;
    }
    .block-krayt-catalog-section-filter .product_item_tiles .product_item_title .name {
        overflow: hidden;
        color: #1B1B1B;
        text-overflow: ellipsis;
        font-size: 16px;
        font-weight: 500;
        line-height: 150%;
        letter-spacing: -0.64px;
        height: 51px;
    }
    .block-krayt-catalog-section-filter .product__slider .product_item .product_card-flags {
        top: 4px;
        left: 4px;
    }
}

/* End */


/* Start:/local/templates/cosmetics/components/bitrix/catalog.section/catalog-list/style.css?17562915431300*/

.catalog-section-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: var(--main_font_color);
}

.catalog__list-content .sales_block {
	width: 100%;
	margin: 10px 5px;
}

.sales__wrapper.row {
	margin-left: -7px;
	margin-right: -7px;
}

.sales_container .sales__item,
.sale_item-wrapper .sale__item {
	padding-left: 7px;
	padding-right: 7px;
}

.sales_container .sales__item .sales_img_wrapper {
	width: 100%;
	height: fit-content;
	box-shadow: 0 2px 4px 0 rgba(210, 210, 210, 0.5);
	overflow: hidden;
	transition: .2s ease-out;
}
.sales_container .sales__item:hover .sales_img_wrapper {
	box-shadow: none;
}
.sales_container .sales__item .sales_img {
	position: relative;
	z-index: 1;
	object-fit: contain;
	height: auto;
	max-height: 100%;
	width: 100%;
	display: block;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	transition: transform .3s ease-out;
	transform: scale(1.02);
}

.sales_container .sales__item:hover .sales_img {
	transform: scale(1);
}

.empty-cart-icon{
	margin-top: 70px;
}
@media screen and (max-width: 576px) {
	.empty-cart-icon svg {
		width: 234px;
		height: 120px;
	}
	.empty-cart-icon{
		margin-top: 130px;
	}
}

/* End */


/* Start:/bitrix/templates/cosmetics/components/bitrix/news.detail/brands/style.css?17652725154314*/
.bx-newsdetail {}
.bx-newsdetail-block {
	padding: 0 14px;
	margin-bottom: 40px;
}
@media (min-width: 992px) {
	.bx-newsdetail .bx-newsdetail-container:nth-child(3n+1) {
		clear: both;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.bx-newsdetail .bx-newsdetail-container:nth-child(2n+1) {
		clear: both;
	}
}
@media(max-width: 400px){
	.title_image_wrapper img{
	width: 100%;
}
}
/* POST FORMATS */
.bx-newsdetail-img,
.bx-newsdetail-audio,
.bx-newsdetail-youtube,
.bx-newsdetail-slider {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}
.bx-newsdetail-slider img,
.bx-newsdetail-img img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.bx-newsdetail-video {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	opacity: 0.7;
	z-index: 1;
	-webkit-transition: opacity .3s ease;
	   -moz-transition: opacity .3s ease;
	    -ms-transition: opacity .3s ease;
	     -o-transition: opacity .3s ease;
	        transition: opacity .3s ease;
	background: url("/bitrix/templates/cosmetics/components/bitrix/news.detail/brands/images/bx-video.png") no-repeat center;
}
.bx-newsdetail-video:hover {
	opacity: 1;
}
/* POST FORMATS /// SLIDER */
.bx-newsdetail-slider {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.bx-newsdetail-slider-container {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}
.bx-newsdetail-slider-slide {
	float: left;
	z-index: 100;
}
.bx-newsdetail-slider-arrow-container-left,
.bx-newsdetail-slider-arrow-container-right {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 15%;
	cursor: pointer;
}
.bx-newsdetail-slider-arrow-container-left {
	left: 0;
}
.bx-newsdetail-slider-arrow-container-right {
	right: 0;
}
.bx-newsdetail-slider-arrow {
	position: absolute;
	line-height: 34px;
	vertical-align: middle;
	color: #fff;
	cursor: pointer;
	font-size: 48px;
	height: 48px;
	width: 20px;
	top: 50%;
	margin-top: -24px;
	z-index: 110;
	opacity: .5;
	text-shadow:0 0 2px rgba(0,0,0,.5);
}
.bx-newsdetail-slider-arrow-container-left:hover .bx-newsdetail-slider-arrow,
.bx-newsdetail-slider-arrow-container-right:hover .bx-newsdetail-slider-arrow {
	color: #FFF;
	display: block;
	opacity: 1;
}
.bx-newsdetail-slider-arrow-container-left .bx-newsdetail-slider-arrow {
	left: 20px;
}
.bx-newsdetail-slider-arrow-container-right .bx-newsdetail-slider-arrow {
	right: 20px;
}
.bx-newsdetail-slider-control {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	bottom: 10px;
	z-index: 110;
	text-align: center;
	word-spacing: -4px;
}
.bx-newsdetail-slider-control li {
	display: inline-block;
	border-radius: 50%;
	background: #fff;
	width: 10px;
	height: 10px;
	word-spacing: -4px;
	margin: 0 3px;
	opacity: .5;
}
.bx-newsdetail-slider-control li:hover,
.bx-newsdetail-slider-control li.current {
	background: #FFF;
	opacity: 1;
}
.bx-newsdetail-slider-arrow,
.bx-newsdetail-slider-control li {
	-webkit-transition: opacity .3s ease;
	   -moz-transition: opacity .3s ease;
	    -ms-transition: opacity .3s ease;
	     -o-transition: opacity .3s ease;
	        transition: opacity .3s ease;
}
/* /// */
.bx-newsdetail-title,
.bx-newsdetail-title a {
	color: #000;
	margin: 0;
	font-weight: 600;
	padding: 2px 0 15px;
	font-size: 18px;
	border-bottom: none;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.bx-newsdetail-title a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}
.bx-lg .bx-newsdetail-title {
	font-size: 24pt;
}
.bx-md .bx-newsdetail-title {
	font-size: 20pt;
}
.bx-xs .bx-newsdetail-title {
	font-size: 18pt;
}
.bx-newsdetail-separator,
.bx-newsdetail-view,
.bx-newsdetail-date,
.bx-newsdetail-comments,
.bx-newsdetail-author,
.bx-newsdetail-other {
	color: #a4a4a4;
	font-size: 13px;
	padding-bottom: 5px;
	white-space: nowrap;
}
.bx-newsdetail-rating,
.bx-newsdetail-separator,
.bx-newsdetail-date{
	display: inline-block;
}
.bx-newsdetail-separator {
	margin: 0 10px;
}
.bx-newsdetail-view i.fa,
.bx-newsdetail-date i.fa,
.bx-newsdetail-comments i.fa,
.bx-newsdetail-author i.fa,
.bx-newsdetail-tags i.fa,
.bx-newsdetail-other i.fa {
	width: 13px;
	color: #b4b4b4;
}
.bx-newsdetail-tags {
	color: #a4a4a4;
	font-size: 13px;
	padding-bottom: 5px;
}
.bx-newsdetail-content {
	font-size: 14px;
	margin-bottom: 5px;
}




.title_box {max-width:400px}
.title_box img {width:100%;height:auto}
/* End */
/* /bitrix/components/kraytcosmetics/krayt.catalog.section.tile.filter/templates/.default/style.css?17562914403034 */
/* /local/templates/cosmetics/components/bitrix/catalog.section/catalog-list/style.css?17562915431300 */
/* /bitrix/templates/cosmetics/components/bitrix/news.detail/brands/style.css?17652725154314 */
