

/* Start:/bitrix/templates/toofli/components/bitrix/news.list/banners_main_2026/style.css?17721574764098*/
.bnr_cont{
    width: 100%;
    display: flex;
    gap: 20px;
    max-width: 1855px;
}
.bnr_cont .left {
    flex: 1297 1 0;
}
.bnr_cont .right {
    flex: 538 1 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
}

.bnr_cont .main_element{
    background-color: #ebebeb;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.bnr_cont .main_element .img{
    display: flex;
    justify-content: center;
    align-items: end;
}
.bnr_cont .main_element img{
    max-width: 100%;
}
.bnr_cont .main_element .cont{
    padding: 48px;
    max-width: 750px;
}
.bnr_cont .main_element .name{
    font-weight: 700;
    font-size: 48px;
    line-height: 125%;
    text-transform: uppercase;
    color: #212121;
}
.bnr_cont .main_element .name .accent{
    color: #c66597;
}
.bnr_cont .main_element .txt{
    padding-top: 24px;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #000;
}
.bnr_cont .main_element .accent{
    color: #c66597;
}
.bnr_cont .main_element .txt li{
    padding: 8px 0 0 20px;
    position: relative;
}
.bnr_cont .main_element .txt li:before{
    content: "";
    display: inline-block;
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #c66597;
    border-radius: 50%;
    left: 0;
    top: 18px;
}
.bnr_cont .main_element .btn{
    font-weight: 400;
    font-size: 22px;
    line-height: 142%;
    text-align: center;
    color: #212121;
    padding: 16px 30px;
    margin-top: 40px;
    border: 1px solid #212121;
}
.bnr_cont .main_element .btn:hover{
    color: #fff;
    background-color: #212121;
    transition: 300ms;
}

.bnr_cont .min_element{
    position: relative;
    flex: 0 1 50%;
}
.bnr_cont .min_element img{
    max-width: 100%;
    object-fit: cover;
    height: 100%;
}
.bnr_cont .min_element .cont{
    position: absolute;
    top: 48px;
}
.bnr_cont .min_element .cont.item_1{
    right: 48px;
    text-align: right;
}
.bnr_cont .min_element .cont.item_2{
    left: 48px;
    text-align: left;
}
.bnr_cont .min_element .name{
    font-weight: 400;
    font-size: 28px;
    line-height: 125%;
    text-transform: uppercase;
    color: #212121;
    max-width: 150px;
}
.bnr_cont .min_element .btn{
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #212121;
    padding: 13px 30px;
    margin-top: 60px;
    border: 1px solid #212121;
}
.bnr_cont .min_element .btn:hover{
    color: #fff;
    background-color: #212121;
    transition: 300ms;
}

@media (max-width: 1400px) {
    .bnr_cont .min_element:nth-of-type(1) img{
        object-position: 15%;
    }
    .bnr_cont .min_element:nth-of-type(2) img{
        object-position: 70%;
    }
}
@media (max-width: 1200px) {
    .bnr_cont {
        flex-direction: column;
    }
    .bnr_cont .right {
        flex-direction: row;
    }
}
@media (max-width: 1100px) {
    .bnr_cont .min_element {
        min-height: 250px;
    }
    .bnr_cont .main_element .cont {
        padding: 15px;
    }
    .bnr_cont .main_element .name {
        font-size: 23px;
    }
    .bnr_cont .main_element .txt {
        padding-top: 16px;
        font-size: 14px;
    }
    .bnr_cont .main_element .btn {
        font-size: 14px;
        padding: 13px 30px;
        margin-top: 24px;
    }
    .bnr_cont .main_element img {
        max-width: 320px;
    }
    .bnr_cont .min_element .cont.item_1 {
        right: 35px;
    }
    .bnr_cont .min_element .cont {
        top: 25px;
    }
    .bnr_cont .min_element .btn {
        font-size: 14px;
        padding: 10px 39px;
        margin-top: 38px;
    }
    .bnr_cont .min_element {
        min-height: 190px;
    }
}
@media (max-width: 550px) {
    .bnr_cont .right {
        flex-direction: column;
    }
    .bnr_cont {
        padding: 0 15px;
    }
    .bnr_cont {
        margin-top: 40px;
    }
    .bnr_cont .main_element img {
        max-width: 180px;
        position: absolute;
        right: -25px;
    }
    .bnr_cont .main_element .cont {
        padding: 15px 15px 140px 15px;
    }
}
/* End */


/* Start:/bitrix/templates/toofli/components/bitrix/news.list/advantages_2026/style.css?1766998701722*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}


.advantage-item_2026{
	display: flex;
	flex-direction: column;
	align-items: center !important;
	text-align: center !important;
}
.advantage-item_2026 img{
	margin: unset;
	height: 109px !important;
	width: 109px !important;
	max-width: unset !important;
	max-height: unset !important;
}
.advantage-item_2026 h3{
	margin-top: 8px;
}
.advantage-item_2026 h3 br{
	display: none !important;
}

@media only screen and (max-width: 575px) {
	.advantage-item_2026 img {
		width: 65px !important;
		height: 65px !important;
	}
	.advantage-item_2026 {
		flex-direction: row;
	}
}
/* End */


/* Start:/bitrix/templates/toofli/components/bitrix/news.list/banner_collections_2026/style.css?17708692951118*/
.jsbnr{
    margin-bottom: 120px;
}
.jsbnr .item{
    position: relative;
}
.jsbnr .item:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.2) 50.09%, rgba(34, 34, 34, 0.5) 79.96%, rgba(34, 34, 34, 0.7) 100%);
}
.jsbnr .cont{
    position: absolute;
    bottom: 32px;
    left: 32px;
}
.jsbnr .cont .name{
    display: block;
    font-weight: 400;
    font-size: 24px;
    line-height: 113%;
    color: #fff;
}
.jsbnr .cont .txt{
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    color: #fff;
    padding-top: 12px;
}
.jsbnr_nav.nav_arrow_v2 {
    display: none;
}

@media (max-width: 800px) {
    .jsbnr .cont{
        bottom: 24px;
        left: 24px;
    }
    .jsbnr .cont .name{
        font-size: 16px;
    }
    .jsbnr .cont .txt{
        font-size: 12px;
        padding-top: 8px;
    }
    .jsbnr{
        margin-bottom: 48px;
    }
    .jsbnr_nav.nav_arrow_v2 {
        display: flex;
        justify-content: flex-end;
    }
}
/* End */


/* Start:/bitrix/templates/toofli/css/catalog.css?175947316531265*/
.grid-row_new {
	display: flex;
	flex-direction: row-reverse;
	padding-top: 25px;
	padding-bottom: 80px;
	border-bottom: 1px solid #EBEBEB;
	margin-bottom: 40px;
}

.grid-row_new:before {
	display: none;
}

.custom-wrap {
	width: 73%;
	padding-left: 5px;
}


.grid-row_new .grid-item_third{
	width: 27%;
	float: none;
}

.grid-row_new .grid-item_first{
	width: 100%;
}

.grid-row_new .grid-item_second{
	width: 100%;
}



.poduct-slider_new .same-product__slider__image {
	position: relative;
	padding-top: 50%;
}
.poduct-slider_new img{
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	cursor: zoom-in;
}
.popup .poduct-slider_new img {
	cursor: default;
}



.tfl-product-info {
	display: flex;
	justify-content: space-between;
	padding-top: 90px;
}

.tfl-product-info__left, .tfl-product-info__right{
	width: 42%;
	min-width: 42%;
}


.grid-row_new .product-description_new > span {
	font-size: 24px;
	margin-bottom: 30px;
}

.product-description__text {
	margin-bottom: 10px;
	overflow: hidden;
}

.product-description__list_new li{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: relative;
}

.product-description__list_new li:before {
	content: '';
	height: 1px;
	border-bottom: 1px dashed #E0E0E0;;
	position: absolute;
	width: 100%;
	/*top: 16px;*/
	bottom: 2px;
}

.product-description__list_new li b{
	margin-bottom: 0;
	font-size: 16px;
	color: #828282;
	font-weight: normal;
	background-color: #fff;
	position: relative;
	z-index: 1;
	padding-right: 4px;
}

.product-description__list_new li span{
	margin-bottom: 0;
	font-size: 16px;
	color: #000000;
	font-weight: 500;
	text-align: left;
	width: auto;
	width: 150px;
	background-color: #fff;
	position: relative;
	z-index: 1;
	padding-left: 8px;
}






.tfl-tabs__item{
	display: none;
}

.tfl-tabs__item.active{
	display: block;
	-webkit-animation: tabAnim linear 0.3s forwards;
    animation: tabAnim linear 0.3s forwards; 
}


.tfl-tabs__btns {
	display: flex;
	position: relative;	
	margin-bottom: 45px;
}

.tfl-tabs__btns:before {
	position: absolute;
	content: '';
	width: 80%;
	bottom: 0;
	left: 0;
	height: 1px;
	background-color: #E0E0E0;
}

.tfl-tabs__btn {
	font-size: 24px;
	min-width: 120px;
	color: #828282;
	cursor: pointer;
	
	margin-right: 50px;
	
}

.tfl-tabs__btn span {
	position: relative;
	padding-bottom: 15px;
	display: inline-block;
}

.tfl-tabs__btn span:before {
	position: absolute;
	content: '';
	width: 100%;
	bottom: 0;
	height: 1px;
	background-color: transparent;
}

.tfl-tabs__btn:last-of-type {
	margin-right: 0;
}

.tfl-tabs__btn.active {
	font-weight: bold;
	color: #000;
}
.tfl-tabs__btn.active span:before {
	height: 2px;
	background-color: #C66597;;
}


.conditions_another {
	border-bottom: none;
}


.conditions_another .conditions-item{
	align-items: flex-start;
	margin-bottom: 35px;
}

.conditions_another .conditions-item span {
	margin-right: 26px;
}

.conditions_another .conditions-item p {
	margin-top: 4px;
	font-size: 14px;
	color: #808080;
}

.conditions_another .conditions-item p strong{
	margin-top: 4px;
	font-size: 14px;
	display: block;
	width: 100%;
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: normal;
	color: #000;
}

	
.product-info_another {
	padding-right: 0;
	padding-left: 0;
	padding-top: 0 !important;
}


.product-info_another .offer__price_old strike {
	font-size: 20px;
	color: #B0B0B0;
}


.product-info_another .product-header p{
	font-size: 12px;
	color: #000000;
	opacity: 0.4;
	margin-bottom: 10px;
	margin-top: 0;
}


.tfl-add-favorite {
	cursor: pointer;
	position: static;
	display: flex;
	height: 60px;
	width: 60px;
	min-width: 60px;
	align-items: center;
	justify-content: center;
	/*border: 1px solid #C66597;*/
	margin-left: 20px;
}
.tfl-add-favorite_bron {
	opacity: 0 !important;
	pointer-events: none;
}

.tfl-add-favorite:before {
	font-size: 25px;
}

.tfl-add-favorite:hover:before {
	content: "\e90c";
}

.tfl-add-favorite.is_add:before {
	content: "\e90c" !important;
}


.product-info_another .product-header h1 {
	font-size: 18px;
	text-transform: none;
	font-weight: 600;
}

.product-info_another .product-offer__price{
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-end;
}


.product-info_another .offer__price_new{
	margin-right: 15px;
	font-size: 40px;
	line-height: 40px;
}


.product-info_another .product-offer {
	border-bottom: none;
}


.product-info_another .product-color__header span, .product-info_another .product-size__header span {
	color: #000000;
	opacity: 0.5;
	font-size: 12px;
}


.product-info_another .product-size__list li {
	border-radius: 0;
	border-color: transparent;
	margin-right: 10px;
}

.product-info_another .product-size__list li:hover {
	border-color: #E0E0E0;
	background-color: transparent;
	color: #000;
}

.product-info_another .product-size__list li.selected {
	background-color: transparent;
	color: #922381;
	border-color: #E0E0E0;
}


.tfl-add-to-car {
	position: relative;
	padding-left: 60px;
	height: 60px;
	text-align: center;
	margin-bottom: 0;
	flex-grow: 1;
}
.tfl-add-to-car_bron {
	background: transparent;
	padding: 0 15px !important;
	font-size: 16px !important;
	line-height: 20px;
	border: 1px solid #9d398d;
	color: #9d398d;
}
.tfl-add-to-car_bron:active,
.tfl-add-to-car_bron:focus {
	border-color: #9d398d;
	background: transparent;
	color: #9d398d;
}
.tfl-add-to-car_bron:hover {
	border-color: transparent;
	background: #000;
	color: #fff;
}

.tfl-add-to-car:hover span {
	background-color: #000;
}
.tfl-add-to-car:focus span {
	background-color: #9d398d;
}
.tfl-add-to-car:active span {
	background-color: #9d398d;
}
.tfl-add-to-car.disable span {
	background-color: #ddd;
}

.tfl-add-to-car span {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #9D398D;
	transition: all 0.2s;
}

.kartochka_new .tfl-buy-block {
	margin-bottom: 25px;
}
.kartochka_new .tfl-buy-block:last-of-type {
	margin-bottom: 50px;
}


.tfl-buy-block {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}

.tfl-nav-product ul li{
	margin-bottom: 30px;
}

.tfl-nav-product ul li:last-of-type {
	margin-bottom: 0;
}

.tfl-nav-product ul li a{
	color: #000;
}

.tfl-reviews {
	margin-bottom: 100px;
}

.tfl-reviews .sec-title{
	margin-bottom: 40px;
}

.tfl-reviews .sec-title sup {
	font-size: 16px;
	line-height: 16px;
	vertical-align: super;
	padding-left: 8px;
}

.tfl-reviews {
	display: flex;
	justify-content: space-between;
}



.tfl-reviews__left{
	width: 75%;
	position: relative;
}

.tfl-reviews__right{
	/*width: 345px;*/
	width: 20%;
	padding-right: 30px;
}

.tfl-reviews-slider{
	position: static;
}

.tfl-reviews-slider .owl-stage-outer{
	overflow: hidden;
}

.tfl-reviews-slider .owl-stage .owl-item {
	padding: 0;
}

.tfl-reviews-slider .owl-nav {
	width: auto;
	top: 0;
	right: 0;
	left: auto;
	width: auto;
	transform: none;
}

.tfl-reviews-slider .owl-nav button {
	transform: none;
	position: relative;
	top: auto !important;
	left: auto !important;
	right: auto !important;
}

.tfl-reviews-slider .owl-nav  .owl-prev {
	margin-right: 30px;
}



.slider-btn_round .owl-nav button  {
	background-color: transparent !important;
	border-radius: 50%;
	border: 1px solid #C66597 !important;
	width: 48px;
	height: 48px;
}

.slider-btn_round .owl-nav button:before  {
	color: #C66597 !important;
	font-size: 17px !important;
}

.slider-btn_round .owl-nav button:hover  {
	border-color: #902080 !important;
}
.slider-btn_round .owl-nav button:hover:before  {
	color: #fff !important;
}

.tfl-reviews-slider .reviews-item {
	padding: 50px;
	background-color: #FAFAFA;
}


.tfl-reviews-item .reviews-item__header {
	margin-bottom: 40px;
}


.tfl-reviews-item .reviews-item__header p {
	font-size: 14px;
	color: #828282;
}

.tfl-reviews-item .reviews-item__title {
	font-size: 16px;
	margin-bottom: 20px;
}



.tfl-rating__header {
	margin-bottom: 65px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: -3px;
}

.tfl-rating__amount span {
	margin-bottom: 0;
	font-size: 40px;
	font-weight: bold;
}

.tfl-rating__amount sub {
	font-size: 20px;
	font-weight: bold;
	vertical-align: super;
}

.tfl-rating__header .reviews-rating {
	margin-top: 10px;
}

.tfl-rating__item {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.tfl-rating__item:last-of-type {
	margin-bottom: 0;
}

.tfl-rating__stars {
	color: #4F4F4F;
}

.tfl-rating__rage {
	width: 166px;
	height: 6px;
	position: relative;
	background-color: #E0E0E0;
	margin-left: auto;
	margin-right: 28px;
}

.tfl-rating__rage-inner{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background-color: #C66597;
}

.tfl-rating__body {
	margin-bottom: 40px;
}

.tfl-rating__btn{
	display: flex;
	align-items: center;
}

.tfl-rating__btn img {
	margin-right: 10px;
}



.tfl-reviews-item .reviews-item__desc p {
	color: #4F4F4F;
	font-size: 15px;
	line-height: 155%;
}


.tfl-slider  .owl-stage-outer{
	overflow: hidden;
}

.tfl-item{
	border: none;
	padding: 0;
}

.tfl-item__favorite {
	display: flex;
	width: 30px;
	height: 30px;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	font-size: 21px;
}

.tfl-item__favorite.is_add i:before{
	content: "\e90c";
	color: #C66597;
}


.tfl-item__favorite:hover i:before {
	color: #C66597;
}

.tfl-item__favorite i:before {
	color: #CBCBCB;
}

.tfl-item:hover {
	box-shadow: none;
}

.tfl-item:hover .product-item__img-wrap img:first-of-type{
	display: none;
}

.tfl-item:hover .product-item__img-wrap img:last-of-type{
	display: block;
}


.tfl-item .product-item__img-wrap img:last-of-type{
	display: none;
}

.tfl-item .product-item__img-wrap img:first-of-type{
	display: block;
}


.tfl-item .product-item__img-wrap {
	margin-bottom: 10px;
	padding-top: 100%;
	position: relative;
}
.tfl-item .product-item__img-wrap img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
}

.tfl-item .product-lable {
	position: static;
	margin-bottom: 10px;
}


.tfl-item .product-lable_new {
	background-color: #fff;
	color: #5AA3E0;
	border: 1px solid #5AA3E0;
}

.tfl-item .product-lable_hit {
	background-color: #fff;
	color: #ffa000;
	border: 1px solid #ffa000;
}

.tfl-item .product-lable_sale {
	background-color: #fff;
	color: #C66597;
	border: 1px solid #C66597;
}

.tfl-item .product-item__price{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 20px;
}

.tfl-item .product-item__price p{
	margin-right: 10px;
	font-size: 23px;
}

.tfl-item .product-item__price strike{
	font-size: 18px;
}

.tfl-item .product-item__title {
	font-size: 16px;
	line-height: 135%;
}

.tfl-item .product-item__color{
	margin-top: 0;
	margin-bottom: 12px;
}

.tfl-item .product-item__brand{
	font-size: 12px;
	color: #828282;
}

.tfl-item .product-item__size > span,
.tfl-item .product-item__color > span {
	font-size: 14px;
	color: #828282;
}


.tfl-slider__wrap {
	position: relative;
}

.tfl-slider__wrap .watch-all__wrap {
	padding: 0;
}

.tfl-slider__wrap .sec-title {
	margin-bottom: 40px;
	padding-left: 0;
	width: 100%;
}

.tfl-slider__wrap .col-12, .tfl-slider__wrap .row {
	position: static;
}


.tfl-slider {
	position: static;
}

.tfl-slider:before, .tfl-slider:after {
	display: none !important;
}


.tfl-slider .owl-nav{
	transform: none;
	top: 0;
	right: 20px;
	left: auto;
	width: 100px;
}

.tfl-slider .owl-nav button{
	top: auto;
	left: auto;
	right: auto;
	transform: none;
}

.tfl-slider .owl-stage .owl-item {
	padding: 0;
	padding-right: 40px;
}


.tfl-slider__row {
	display: flex;
	justify-content: space-between;
}

.tfl-slider__left{
	width: 80%;
	flex-grow: 1;
}

.tfl-slider__right {
	width: 20%;
}

.tfl-tags {
	margin-bottom: 120px;
}

.tfl-tags__title {
	font-size: 24px;
	margin-bottom: 35px;
}

.tfl-tags__item {
	display: inline-block;
	color: #707070;
	font-size: 16px;
	background-color: #F2F2F2;
	padding: 5px 12px 5px 15px;
	border-radius: 15px;
	margin-right: 20px;
	margin-bottom: 12px;
}

.kartochka_new  .product-info_another .product-color__item {
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: start;
}

.kartochka_new  .product-info_another .product-color__list span {
	width: 30px;
	height: 30px;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.same-product__slider-wrap {
	margin-bottom: 80px;
}

.tfl-filters {
	flex-wrap: nowrap;
	align-items: flex-start;
}

.tfl-tags_catalog {
	width: 80%;
	margin-bottom: 0;
}

.tfl-sort-item .nice-select span.current{
	font-size: 14px;
	padding-right: 40px;
}

.tfl-sort-item .nice-select span.current:before{
	font-size: 6px;
}

.tfl-filter-trtigger {
	display: none;
}

.top-banner__slider {
	padding-top: 25px;
}

.tfl-filter-block__trigger {
	position: relative;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	padding-right: 20px;
}

.tfl-filter-block__trigger.active   i{
	transform: rotate(-180deg);
}

.tfl-filter-block__trigger i {
	position: absolute;
	top: 7px;
	right: 0;
	transition: all 0.2s;
	font-size: 0;
}

.tfl-filter-block__trigger i:before {
	font-size: 6px;
	font-weight: bold;
}

.tfl-filter-block__body {
	display: none;
}

.tfl-filter-block__body.active {
	display: block;
	-webkit-animation: tabAnim linear 0.2s forwards;
            animation: tabAnim linear 0.2s forwards; 
}

.tfl-filter-block_category .tfl-filter-block__trigger {
	font-size: 16px;
	margin-bottom: 25px;
}

.tfl-filter-block_category {
	padding-top: 35px;
}

.left-nav {
	padding-right: 15px;
}

.left-nav__list {
	padding-top: 0;
}

.left-nav__list li {
	margin-bottom: 15px;
}
.left-nav__list li.active a {
	/*color: #C66597;*/
}

.left-nav__list li a {
	font-size: 14px;
}

.tfl-filter-block_alone {
	border-bottom: 1px solid #E0E0E0;
}

.tfl-filter-block_alone .tfl-filter-block__trigger {
	padding-top: 25px;
	padding-bottom: 25px;
}

.tfl-filter-block_alone .tfl-filter-block__trigger.active span {
	color: #C66597;
}

.tfl-filter-block_alone .tfl-filter-block__trigger i {
	top: 32px;
}

.tfl-filter-block_alone .tfl-filter-block__body  {
	padding-bottom: 25px;
}

.tfl-filter-price {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
	margin-top: 0;
}

.tfl-filter-price .filter-price__item{
	margin-bottom: 0;
	width: 48%;
}

.tfl-filter-price .filter-price__item input{
	height: 40px;
	width: 80%;
	flex-grow: 1;
	margin-right: 0;
	padding: 2px 8px;
}

.tfl-filter-price .filter-price__item span{
	margin-right: 10px;
}


.tfl-catalog {
	display: flex;
	justify-content: space-between;
	margin-bottom: 65px;
}

.tfl-catalog__left {
	width: 315px;
	min-width: 315px;
	padding-right: 15px;
}

.tfl-catalog__right {
	width: calc(100% - 315px);
}

.tfl-form {
	/*margin-bottom: 25px;*/
	padding-bottom: 25px;
}


.tfl-filter-apply {
	width: 100%;
	display: flex;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	align-items: center;
	justify-content: center;
	height: 48px;
	border: none;
	background-color: #C66597;
	transition: all 0.2s;
	margin-bottom: 30px;
}

.tfl-filter-apply:hover {
	background-color: #000;
}

.tfl-filter__reset {
	text-align: center;
}

.tfl-filter__reset a {
	color: #828282;
}



.noUi-handle {
	width: 23px !important;
	height: 23px !important;
	background-color: #C66597;
	border-radius: 50%;
	box-shadow: none;
}

.noUi-handle:before {
	display: none;
}
.noUi-handle:after {
	display: none;
}


.tfl-range {
	position: relative;
	margin-bottom: 15px;
}

.tfl-range__line {
	height: 1px;
	background-color: #E0E0E0;
}

.tfl-range__btn {
	width: 23px;
	height: 23px;	
	border-radius: 50%;	
	background-color: #C66597;
	position: absolute;	
	top: 50%;	
	transform: 	translateY(-50%);
	cursor: pointer;
}

.tfl-range__btn_left {
	left: 0;	
}

.tfl-range__btn_right {
	right: 0;
}

.tfl-catalog__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.tfl-catalog__bottom_center {
	justify-content: center;
}

.tfl-pagination {
	margin-top: 0;
	margin-bottom: 0;
}

.tfl-pagination .pagination__list, .tfl-pagination .pagination__item {
	margin: 0;
}

.tfl-pagination .pagination__item {
	background-color: #F2F2F2;
	border: none;
}

.tfl-pagination .pagination__item.active {
	background-color: #C66597;
	color: #fff;
}

.tfl-pagination .pagination__item.active .pagination__link{
	color: #fff;
}

.tfl-pagination .pagination__link {
	border-color: #F2F2F2;
}
.tfl-pagination .pagination__link:hover {
	border-color: #C66597;
}

.tfl-pagination .pagination__arrow {
	background-color: transparent;
}

.tfl-pagination .pagination__arrow span:before{
	color: #C66597;
	font-weight: bold;
}

.catalog-products {
	margin-bottom: 60px;
}

.tfl-catalog__more {
	display: flex;
	align-items: center;
	cursor: pointer;
	font-size: 18px;
}

.tfl-catalog__more:hover span {
	text-decoration: underline;
}

.tfl-catalog__more i{
	font-size: 0;
	margin-right: 23px;
}

.tfl-catalog__more i:before{
	font-size: 6px;
	color: #C66597;
	font-weight: bold;
}

.product-color__list {
	margin-top: 0;
	margin-left: 0;
}

.tfl-filter__close {
	display: none;
}


.is_fixed {
	height: 100vh;
	overflow: hidden;
}

.tfl-filter__body {
	margin-bottom: 40px;
	border-top: 1px solid #e0e0e0;
}
.tfl-filter__body .filter-title {
	border-bottom: 1px solid #e0e0e0;
    padding-bottom: 25px;
    padding-top: 25px;
    font-size: 14px;
    color: #808080;
    font-weight: lighter;
}


.tfl-tags__item {
	padding: 5px 15px !important;
	margin-right: 5px !important;
	transition: all .2s ease;
}
.tfl-tags__item:hover {
	background-color: #c66597;
	color: #fff;
	text-decoration: none;
}
.tfl-tags__item_more {
	display: inline-block;
	position: relative;
	padding-right: 30px !important;
	color: #707070;
}
.tfl-tags__item_more:before {
	content: "\e916";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 6px;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: 1px;
    color: #c66597;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	transition: all .2s ease;
}
.tfl-tags__item_more:hover,
.tfl-tags__item_more:hover:before {
	color: #fff;
}
.tfl-tags__item_hide:not(.show) {
	display: none;
}

/* MEDIA ==================================================================================*/

@media only screen and (max-width: 1700px) {
	.tfl-add-to-car {
		font-size: 17px;
	}
	/*.tfl-reviews__left {
		width: 70%;
	}*/
	.tfl-reviews__right {
		width: 21%;
		padding-right: 0;
	}
	.tfl-slider__right{
		width: 21%;
	}
	.tfl-slider__left {
		width: 79%;
	}
	.tfl-nav-product ul li {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 1500px) {
	.tfl-pagination .pagination__link {
	    width: 48px;
	    height: 48px;
	}
}

@media only screen and (max-width: 1439px) {
	.grid-row_new .grid-item_third {
		width: 33%;
	}

	.custom-wrap{
		width: 67%;
	}
	.tfl-product-info {
		display: block;
	}
	.tfl-product-info__left, .tfl-product-info__right {
		width: 100%;
		min-width: 100%;
	}

	.tfl-product-info__left{
		margin-bottom: 60px;
	}
	.tfl-product-info__characteristic .product-description_new {
		margin-bottom: 40px;
	}
	.tfl-reviews__left {
		width: 73%;
	}
	.tfl-reviews__right {
		width: 23%;
		padding-right: 0;
	}
	.tfl-slider__right{
		width: 23%;
	}
	.tfl-slider__left {
		width: 77%;
	}

	.grid-row_new {
		padding-bottom: 60px;
	}
	.tfl-rating__rage{
		width: 150px;
	}
}

@media only screen and (max-width: 1199px) {
	.product-info_another .product-header {
		padding-right: 30px;
		position: relative;
	}
	.tfl-add-favorite {
		margin: 0;
		position: absolute;
		top: 0;
		right: 0;
		width: 30px;
		height: 30px;
		min-width: auto;
		border: none;
	}
	.tfl-add-favorite_bron {
		display: none !important;
	}

	.tfl-add-favorite:before {
		font-size: 23px;
	}

	.tfl-reviews__left {
		width: 67%;
	}
	.tfl-reviews__right {
		padding-right: 0;
		width: 280px;
	}

	.tfl-reviews-slider .reviews-item {
		padding: 35px;
	}

	.tfl-reviews-item .reviews-item__header {
		margin-bottom: 25px;
	}
	.tfl-rating__rage {
		width: 130px;
	}
	.reviews-item__title span {
		font-size: 16px;
	}

	.reviews-item__desc p {
		font-size: 15px;
	}

	.tfl-reviews .sec-title sup {
		font-size: 12px;
	}

	.tfl-slider__right {
		display: none;
	}

	.tfl-slider__left {
		width: 100%;
	}
	.tfl-slider .owl-stage .owl-item {
		padding-right: 20px;
	}

	.kartochka_new .product-size__list li {
		width: 40px;
		height: 40px;
		font-size: 16px;
	}

	.tfl-catalog__left {
		width: 250px;
		min-width: 250px;
	}

	.tfl-catalog__right {
		width: calc(100% - 250px);
	}
	.catalog-products {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 1023px) {
	.tfl-item:hover .product-item__img-wrap img:first-of-type {
		display: block;
	}
	.tfl-item:hover .product-item__img-wrap img:last-of-type {
		display: none;
	}

	.tfl-add-favorite:hover:before {
		content: "\e90d";
	}
	.tfl-pagination .pagination__link {
		width: 48px;
		height: 48px;
	}

	.tfl-pagination .pagination__arrow {
		width: 48px;
		height: 48px;
	}
}

@media only screen and (max-width: 991px) {
	.tfl-add-to-car span {
		display: none;
	}

	.tfl-add-to-car {
		padding-left: 0;
	}
	.product-info_another .product-offer__price {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.product-info_another .offer__price_new {
		margin-bottom: 10px;
	}
	.tfl-reviews-item .reviews-item__header {
		flex-wrap: nowrap;
		flex-direction: row-reverse;
	}

	.tfl-reviews-item .reviews-item__header .reviews-rating {
		width: auto;
	}
	.tfl-reviews__right {
		width: 255px;
	}
	.tfl-reviews__left {
		width: 66%;
	}
	.tfl-reviews-item .reviews-item__header .reviews-rating {
		margin-bottom: 0;
	}
	.tfl-reviews .sec-title {
		margin-bottom: 30px;
	}
	.tfl-slider .owl-nav {
		/*display: none;*/
	}

	.tfl-slider .owl-dots {
		margin-top: 20px;
	}
	.tfl-reviews {
		margin-bottom: 80px;
	}
	.tfl-tags {
		margin-bottom: 80px;
		
	}
	.tfl-tags__item {
		font-size: 13px;
		margin-bottom: 0;
		margin-right: 10px;
		white-space: nowrap;
		display: block;
	}
	.tfl-tags__list {
		display: flex;
		overflow-x: auto;
	}
	.tfl-tags__title {
		margin-bottom: 30px;
	}
	.tfl-slider {
		margin-bottom: 0;
	}

	.tfl-filters {
		margin-bottom: 0;
		flex-wrap: wrap;
	}

	.tfl-tags_catalog {
		margin-bottom: 20px;
		width: 100%;
	}

	.tfl-tags_catalog .tfl-tags__list {
		margin-right: -20px;
	}

	.tfl-filters-block {
		display: block;
	}

	.tfl-catalog__more {
		font-size: 16px;
	}

	.tfl-tags__item_hide {
		display: block;
	}
	.tfl-tags__item_more {
		display: none;
	}
}

@media only screen and (max-width: 830px) {
	.tfl-reviews__left {
		width: 61%;
	}
}

@media only screen and (max-width: 767px) {
	.product-info_another {
		padding-bottom: 0;
	}
	.tfl-add-to-car span {
		display: flex;
	}
	.tfl-add-to-car {
		padding-left: 60px;
	}
	.grid-row_new {
		flex-direction: column;
		padding-top: 0;
		border-bottom: none;
		padding-bottom: 0;
	}
	.custom-wrap {
		width: 100%;
	}
	.grid-row_new .grid-item_third {
		width: 100%;
	}

	.poduct-slider-init {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0;
	}
	.grid-row_new .grid-item_first {
		margin-bottom: 30px;
	}
	.product-info_another .product-offer__price {
		flex-direction: row-reverse;
		align-items: flex-end;
	}
	.product-info_another .offer__price_new {
		margin-bottom: 0;
	}
	.grid-row_new .product-offer {
		padding-bottom: 0;
	}

	.tfl-nav-product {
		display: none;
	}
	.kartochka_new .tfl-buy-block:last-of-type {
		margin-bottom: 0;
	}

	.tfl-product-info {
		padding-top: 75px;
	}

	.tfl-tabs__btn {
		font-size: 18px;
	}

	.grid-row_new .product-description_new > span {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.conditions_another .conditions-item p strong {
		display: inline;
		font-size: 14px;
	}

	.tfl-tabs__btns:before {
		width: 100%;
	}
	.tfl-reviews-item .reviews-item__desc p {
		text-align: left;
	}

	.tfl-reviews__right {
		width: 0;
	}

	.tfl-reviews__left {
		width: 100%;
	}
	.tfl-reviews-slider .reviews-item {
		padding: 30px 20px;
	}

	.tfl-reviews{
		position: relative;
		padding-bottom: 30px;
	}

	.tfl-rating__header {
		position: absolute;
		top: 0;
		right: 0;
		display: flex;
		flex-direction: row-reverse;	
	}

	.tfl-rating .reviews-rating__list li {
		display: none;
	}

	.tfl-rating .reviews-rating__list li:first-of-type {
		display: block;
	}

	.tfl-rating__amount {
		margin-left: 10px;
	}

	.tfl-rating__amount span {
		font-size: 24px;
	}

	.tfl-rating__list{
		display: none;
	}

	.tfl-rating__footer{
		position: absolute;
		bottom: 0;
		width: 100%;
		left: 0;
		text-align: center;
	}

	.tfl-rating__btn {
		display: inline-flex;
	}

	.reviews-item__header .reviews-rating {
		margin-bottom: 0;
	}

	.tfl-reviews-slider .owl-dots {
		margin-top: 17px;
	}

	.product-item_main.tfl-item .product-item__size {
		justify-content: flex-start;
	}

	.product-item_main.tfl-item .product-item__brand{
		margin-bottom: 10px;
	}

	.tfl-filter-trtigger {
		display: block;
		width: 30px;
		height: 30px;
		margin-left: auto;
		border-radius: 50%;
		position: relative;
		cursor: pointer;
	}

	.tfl-filter-trtigger__count{
		position: absolute;
		width: 20px;
		height: 20px;
		font-size: 10px;
		color: #fff;
		border: 2px solid #fff;
		border-radius: 50%;
		background-color: #C66597;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		left: 50%;
		top: -20%;
	}

	.tfl-filter-trtigger.active svg path {
		fill: #C66597;
	}

	.tfl-sort-item {
		margin-left: 0;
	}

	.tfl-sort-item .nice-select{
		padding-left: 0;
		min-width: auto;
		text-align: left !important;
	}

	.tfl-sort-item  .list  {
		width: 260px;
		left: 0;
	}

	.tfl-catalog__left {
		width: 100%;
		min-width: auto;
		display: block;
		padding-right: 0;
		margin-bottom: 60px;
		position: fixed;
		top: 0;
		left: -100%;
		/*left: 0;*/
		height: 100vh;
		overflow-y: auto;
		background-color: #fff;
		z-index: 1100;
		padding: 15px;
		padding-top: 70px;
		padding-bottom: 50px;
	}

	.tfl-filter-apply {
		position: fixed;
		bottom: 0;
		left: -100%;
		bottom: 0;
		margin-bottom: 0;
		right: 0;
		transition: left 0.3s;
	}

	.filter-title {
		font-size: 24px;
	}

	.tfl-catalog__left.active .tfl-filter-apply {
		left: 0;
	}

	.tfl-filter__reset {
		position: fixed;
		top: 0;
		left: -100%;
		width: 100%;
		z-index: 11;
		background-color: #fff;
		justify-content: space-between;
		display: flex;
		align-items: center;
		text-align: left;
		padding: 22px 15px;
		transition: left 0.3s;
	}

	.tfl-catalog__left.active .tfl-filter__reset {
		left: 0;
	}

	.tfl-filter__reset.it_fixed {
		box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.04), 0px 0px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
	}

	.tfl-filter__reset a {
		font-size: 14px;
	}

	.tfl-filter__close {
		display: flex;
		width: 20px;
		height: 20px;
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}

	.tfl-catalog__right {
		width: 100%;
	}

	.tfl-catalog {
		display: flex;
		flex-direction: column;
	}

	.catalog-top {
		order: -1;
	}

	.tfl-filter-block_category  {
		display: none;
	}
	.left-nav {
		padding-right: 0;
	}
	.tfl-filter__body {
		margin-bottom: 0;
		border-top: none;
	}
	.tfl-filter__body .filter-title {
		padding-top: 0;
		color: #212121;
		border: none;
		font-weight: 700;
		font-size: 24px;
		padding-bottom: 0;
	}
	.tfl-filter__body .filter-title span {
		display: none;
	}
	.poduct-slider_new .same-product__slider__image {
		padding-top: 0;
	}
	.poduct-slider_new img {
		position: static;
		top: auto;
		left: auto;
		transform: none;
		height: 100%;
	}
	.kartochka_new .poduct-slider_new img {
		height: auto;
	}
	.kartochka_new .product-info {
		position: static;
	}
	.tfl-add-favorite {
		top: 15px;
		right: 15px;
	}
}

@media only screen and (max-width: 575px) {
	.product-info_another .product-size__list li {
		margin-right: 7px;
	}
	.tfl-tabs__btns{
		margin-bottom: 40px;
		justify-content: space-between;
	}
	.tfl-tabs__btn {
		width: 48%;
		min-width: auto;
		margin-right: 0;
	}
	.tfl-tabs__btn span {
		display: block;
		width: 100%;
	}

	.tfl-product-info {
		padding-top: 50px;
	}
	.product-description__list_new li b {
		font-size: 14px;
		white-space: nowrap;
	}

	.product-description__list_new li span {
		font-size: 14px !important;
		min-width: auto;
	}

	.tfl-item .product-item__price p {
		font-size: 20px;
	}

	.tfl-item .product-item__price strike {
		font-size: 14px;
	}
	.tfl-item .product-item__price {
		margin-bottom: 10px;
	}
	.tfl-item .product-item__title {
		font-size: 12px;
		margin-bottom: 20px;
        	height: 27px;

	}
	.tfl-item .product-item__brand {
		display: none;
	}
	.tfl-item .product-item__size > span, .tfl-item .product-item__color > span {
		display: none;
	}

	.tfl-item .item-color__list {
		margin-left: 0;
	}

	.tfl-item .product-item__size {
		justify-content: flex-start;
	}

	.tfl-item .product-item__size ul li{
		font-size: 11px;
	}
	.tfl-slider__wrap .sec-title {
		margin-bottom: 18px;
	}
	.tfl-slider .owl-stage .owl-item {
		padding-right: 12px;
	}
	.tfl-item .product-lable_new , .tfl-item .product-lable_sale {
		font-size: 12px;
		height: auto;
	}
	.tfl-tags__title {
		font-size: 18px;
		margin-bottom: 30px;
	}
	.tfl-sort-item {
		width: auto;
	}

	.tfl-sort-item .nice-select {
		width: auto;
		border: none;
	}

	.tfl-sort-item .nice-select .list {
		width: 260px;
	}

	.tfl-filters {
		border: none;
	}

	.catalog-header {
		padding-bottom: 0;
		margin-bottom: 20px;
	}

	.top-banner__slider-wrap {
		display: none;
	}

	.tfl-filter-price .filter-price__item {
		flex-direction: row;
	}

	.tfl-filter-block_alone .tfl-filter-block__trigger {
		padding-top: 20px;
		padding-bottom: 20px;
	}


	.tfl-filter-block .product-color__list_filter {
		justify-content: flex-start;
	}
	.tfl-filter-block_alone .tfl-filter-block__trigger i {
	    top: 30px;
	}

	.tfl-catalog__bottom {
		display: block;
	}

	.tfl-catalog__more {
		width: 100%;
		height: 48px;
		justify-content: center;
		border: 1px solid #C66597;
		font-size: 14px;
		color: #C66597;
		margin-bottom: 35px;
	}
	.tfl-catalog__more_clear {
		display: none;
	}

	.tfl-catalog__more i {
		display: none;
	}

	.tfl-pagination .pagination__arrow span:before {
		font-size: 12px;
	}
	.tfl-add-favorite {
		top: 0;
		right: 15px;
	}
}

@media only screen and (max-width: 479px) {
	.tfl-pagination .pagination__arrow,
	.tfl-pagination .pagination__link {
	    width: 38px;
	    height: 38px;
	}
}
@media only screen and (max-width: 399px) {
	.tfl-pagination .pagination__arrow {
		display: flex;
		width: 15px;
		margin: 0 15px;
	}
}

@media only screen and (max-width: 374px) {
	.product-description__list_new li b {
		font-size: 13px;
	}

	.product-description__list_new li span {
		font-size: 13px !important;
	}
	.tfl-pagination .pagination__arrow,
	.tfl-pagination .pagination__link {
	    width: 32px;
	    height: 32px;
	}
}



/* End */


/* Start:/bitrix/templates/toofli/components/bitrix/catalog.section/main/style.css?17725062791448*/

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

.row::before {
	display: initial;
}

.catalog-products .product-item .product-lable {
	top: 7px;
	right: 66px;
}
.catalog-products .tfl-item__favorite {
	position: absolute;
	top: 7px;
	right: 15px;
	z-index: 5;
}
.catalog-products .prd-slider .slick-dots, .catalog-products .prd-slider__dots {
	opacity: 1;
	top: -35px;
}
.catalog-products .tfl-item.product-item{
	padding-top: 50px;
}
.catalog-products .product-item {
	border: unset;
}
.catalog-products .product-item .product-lable_new{
	font-weight: 400;
	font-size: 14px;
	color: #5aa3e0;
	border: 1px solid #5aa3e0;
	padding: 8px;
	background-color: #fff;
	height: unset;
}
.catalog-products .more{
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	padding: 11px 24px;
	background: #922381;
	margin-top: 20px;
	max-width: fit-content;
	visibility: hidden;
	transition: 300ms;
}
.tfl-item.product-item:hover .more{
	visibility: visible;
	transition: 300ms;
}
.nav_arrow_v2 {
	justify-content: right;
}
.catalog-products .tfl-item.product-item {
	margin-bottom: 10px;
}
@media (max-width: 800px) {
	.tfl-item.product-item .more {
		visibility: visible;
		padding: 11px 16px;
		margin-top: 12px;
	}
	.catalog-products .tfl-item__favorite {
		right: 0;
	}
	.catalog-products .product-item .product-lable {
		right: 35px;
	}
}
/* End */


/* Start:/bitrix/templates/toofli/components/bitrix/catalog.section/main/themes/blue/style.css?1742957251825*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1;}
.bx-blue .product-item-image-slider-control:hover{ background-color: rgba(0,131,209,.8);}
.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover{ background-color: #0083d1;}

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{ outline-color: #006cc0;}

/* Amount */
.bx-blue .product-item-amount-field:focus{border-color: #006cc0;}


.bx-blue .catalog-section-header{border-color:#006cc0;}
/* End */


/* Start:/bitrix/templates/toofli/components/bitrix/news.list/blog_main_2026/style.css?17721842222569*/
.jsFashionBlog.owl-carousel .owl-item img {
    max-width: 100%;
    width: fit-content;
}
.jsFashionBlog .item{
    display: flex;
    gap: 70px;
}
.jsFashionBlog .imgs{
    position: relative;
    padding-right: 550px;
    flex-shrink: 0;
}
.jsFashionBlog .img2{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 415px;
}
.jsFashionBlog .name{
    font-weight: 400;
    font-size: 28px;
    line-height: 120%;
    color: #212529;
}
.jsFashionBlog .txt{
    font-weight: 400;
    font-size: 16px;
    line-height: 131%;
    color: #828282;
    padding-top: 20px;
}
.jsFashionBlog .cont{
    max-width: 500px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
}
.jsFashionBlog .item a{
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #212121;
    padding: 13px 30px;
    margin-top: 32px;
    border: 1px solid #212121;
    display: inline-block;
    text-decoration: none;
}
.jsFashionBlog .item a:hover{
    color: #fff;
    background-color: #212121;
    transition: 300ms;
}
.jsFashionBlog_nav {
    display: flex;
    gap: 20px;
    justify-content: right;
}
@media (max-width: 1500px) {
    .jsFashionBlog .item {
        gap: 16px;
    }
    .jsFashionBlog.owl-carousel .owl-item img {
        max-width: 450px;
    }
    .jsFashionBlog .imgs {
        padding-right: 440px;
    }
}
@media (max-width: 1200px) {
    .jsFashionBlog.owl-carousel .owl-item img {
        max-width: 330px;
    }
    .jsFashionBlog .img2 {
        left: 200px;
    }
    .jsFashionBlog .imgs {
        padding-right: 225px;
    }
}
@media (max-width: 900px) {
    .jsFashionBlog .name {
        font-size: 16px;
    }
    .jsFashionBlog .txt {
        font-size: 12px;
        padding-top: 8px;
    }
    .jsFashionBlog .item a {
        margin-top: 16px;
    }
    .jsFashionBlog.owl-carousel .owl-item img {
        max-width: 225px;
    }
}
@media (max-width: 750px) {
    .jsFashionBlog.owl-carousel .owl-item img {
        max-width: 175px;
    }
    .jsFashionBlog .img2 {
        left: 120px;
        max-width: 214px !important;
    }
    .jsFashionBlog .imgs {
        padding-right: 160px;
    }
}
@media (max-width: 600px) {
    .jsFashionBlog .item {
        flex-direction: column;
    }
    .jsFashionBlog .imgs {
        padding-right: 0;
    }
    .jsFashionBlog.owl-carousel .owl-item img {
        max-width: 50%;
    }
    .jsFashionBlog .img2 {
        left: unset;
        right: 0;
        max-width: 60% !important;
    }
}
/* End */


/* Start:/bitrix/templates/toofli/components/bitrix/news.list/gallery_images_2026/style.css?1770267874111*/
.jsGallery_images_nav.nav_arrow_v2 {
    justify-content: end;
}
.jsGallery_images{
    margin-bottom: 120px;
}
/* End */


/* Start:/bitrix/templates/toofli/components/bitrix/news.list/rev_main_2026/style.css?17707799862161*/
.tov_rev{
    margin: 10px 0 120px 0;
    padding: 24px 15px;
}
.tov_block{
    display: block;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 16px;

}
.tov_block .img{
    display: flex;
    justify-content: center;
    align-items: center;
}
.tov_block .img img{
    max-width: 100%;
    width: fit-content !important;
}
.tov_block .name{
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    padding-top: 15px;
    padding-bottom: 12px;
}
.tov_block .rating{
    display: flex;
    gap: 3px;
    padding-bottom: 16px;
}
.tov_block .rating span{
    width: 22px;
    height: 22px;
    background-image: url("/bitrix/templates/toofli/components/bitrix/news.list/rev_main_2026/img/star.svg");
    background-repeat: no-repeat;
}
.tov_block .rating .active{
    background-image: url("/bitrix/templates/toofli/components/bitrix/news.list/rev_main_2026/img/star_.svg");
}
.rev_block .name{
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    padding-bottom: 8px;
}
.rev_block .txt{
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #77797b;
}
.rev_block .more{
    visibility: hidden;
    display: inline-block;
    padding: 11px 24px;
    height: 40px;
    background: #922381;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    margin-top: 19px;
    transition: 300ms;
}
.jsrev_nav.nav_arrow_v2 {
    justify-content: end;
}
@media (hover: hover) {
    .tov_rev:hover{
        box-shadow: 0 0 15px 0 rgba(71, 73, 183, 0.1);
        background: #fff;
    }
    .tov_rev:hover .rev_block .more{
        visibility: visible;
        transition: 300ms;
    }
}


@media (max-width: 800px) {
    .tov_rev {
        margin: 0 0 48px 0;
        padding: 0;
    }
    .tov_rev .rev_block .more{
        visibility: visible;
        margin-top: 12px;
    }
    .rev_block .txt {
        font-size: 12px;
    }
    .rev_block .name {
        font-size: 12px;
    }
    .tov_block {
        margin-bottom: 12px;
    }
    .tov_block .rating {
        padding-bottom: 12px;
    }
    .tov_block .rating span {
        width: 18px;
        height: 18px;
        background-size: cover;
    }
    .tov_block .name {
        font-size: 12px;
        padding-bottom: 8px;
    }
}
/* End */
/* /bitrix/templates/toofli/components/bitrix/news.list/banners_main_2026/style.css?17721574764098 */
/* /bitrix/templates/toofli/components/bitrix/news.list/advantages_2026/style.css?1766998701722 */
/* /bitrix/templates/toofli/components/bitrix/news.list/banner_collections_2026/style.css?17708692951118 */
/* /bitrix/templates/toofli/css/catalog.css?175947316531265 */
/* /bitrix/templates/toofli/components/bitrix/catalog.section/main/style.css?17725062791448 */
/* /bitrix/templates/toofli/components/bitrix/catalog.section/main/themes/blue/style.css?1742957251825 */
/* /bitrix/templates/toofli/components/bitrix/news.list/blog_main_2026/style.css?17721842222569 */
/* /bitrix/templates/toofli/components/bitrix/news.list/gallery_images_2026/style.css?1770267874111 */
/* /bitrix/templates/toofli/components/bitrix/news.list/rev_main_2026/style.css?17707799862161 */
