

/* Start:/local/templates/main/components/bitrix/catalog.item/.default/style.css?17260512841249*/
.catalog_section__grid--new .product .product_tags .tag {
    background: #000;
    color: #fff;
    padding: 5px 7px;
    border-radius: 30px;
    font-size: 10px;
    font-weight: 500;
    min-width: 40px;
    text-align: center;
}

.catalog_section__grid--popular .product_tags {
    position: absolute;
    top: 20px;
    left: 20px;
    display: -ms-flexbox;
    display: flex;
    z-index: 50;
}

.catalog_section__grid--popular .product_tags .main_tag {
    background: #ffffff9c;
    color: #000;
    padding: 5px 7px;
    border-radius: 30px;
    font-size: 10px;
    font-weight: 500;
}

.catalog_section__grid--new .product .product_tags {
    position: absolute;
    top: 20px;
    left: 10px;
    display: -ms-flexbox;
    display: flex;
    z-index: 50;
}

.catalog_section__grid--new .product .product_tags .main_tag {
    background: #ffffff9c;
    color: #000;
    padding: 5px 7px;
    border-radius: 30px;
    font-size: 10px;
    font-weight: 500;
}

.catalog_section__grid--new .product .product_tags:not(:first-child),
.catalog_section__grid--popular .product_tags:not(:first-child) {
    top: 50px;
}

.catalog_section__grid--new .area .product {
    position: relative;
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/telegram_main/style.css?17256100993534*/
.telegram-articles {
	margin-bottom: 150px;
}

@media screen and (max-width: 780px) {
	.telegram-articles  {
		margin-bottom: 120px;
	}
}

.telegram-articles .slick-list {
	margin: 0 -25px;
}

.telegram-articles .slick-slide {
	margin: 0 25px;
}

.telegram-articles__card img {
	object-fit: cover;
	height: 25vw;
	width: 100%;
}

@media (max-width:1200px) {
	.telegram-articles__card img {
		height: 40vw;
	}
}

@media (max-width:768px) {
	.telegram-articles__card img {
		height: 60vw;
	}
}

@media (max-width: 500px) {
	.telegram-articles .telegram-articles__card {
		width: 65vw;
	}

	.telegram-articles__card img {
		height: 100vw;
	}
	.telegram-articles__wrapper {
		margin-bottom: 120px;
	}
}

.telegram-articles__card .telegram-articles__text {
	margin-top: 20px;
	display: block;
}

.bx-newslist-more {
	margin-top: 5px;
	margin-bottom: 5px;
}


.telegram-articles__card .bx-newslist-more .btn {
	background: transparent;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #000;
	text-transform: uppercase;
	cursor: pointer;
	transition: .5s;
	border: 1px solid transparent;
}

.telegram-articles__card .bx-newslist-more .btn:hover {
	color: #000;
	border-color: transparent;
	background: transparent;
}

.telegram-articles__card .bx-newslist-more .btn {
	background: transparent;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #000;
	text-transform: uppercase;
	cursor: pointer;
	transition: .5s;
	border: 1px solid transparent;
	padding: 0;
}

.telegram-articles__card .bx-newslist-more .btn:hover {
	color: #000;
	border-color: transparent;
	background: transparent;
}

.bx-newslist-more {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 20px;
}

.bx-newslist-more::after {
	content: "";
	display: block;
	width: 18px;
	height: 14px;
	background: url(/local/templates/main/css/../img/icons/link-arrow.svg) center;
	margin-left: 10px;
}

.bx-newslist-more span {
	position: relative;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.bx-newslist-more span::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 0;
	bottom: -0.15em;
	border-bottom: 0.05em solid #000;
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	transition: width 0s linear 0.2s, -webkit-transform 0.2s ease;
	transition: transform 0.2s ease, width 0s linear 0.2s;
	transition: transform 0.2s ease, width 0s linear 0.2s, -webkit-transform 0.2s ease;
}

.bx-newslist-more:hover span::after {
	width: 100%;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	transition: width 0.2s linear;
}

@media (max-width: 1200px) {
	.telegram-articles .slick-list {
		margin: 0 -15px;
	}

	.telegram-articles .slick-slide {
		margin: 0 15px;
	}
}

@media (max-width: 768px) {
	.telegram-articles .slick-list {
		margin: 0 -5px;
	}

	.telegram-articles .slick-slide {
		margin: 0 5px;
	}
}

.telegram-articles__title {
	position: relative;
	margin-bottom: 30px;
	text-align: center;
}
@media screen and (max-width: 1300px) {
	.telegram-articles__title {
		font-size: 18px;
	}
}

.telegram-articles__description {
	margin-bottom: 60px;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
}


@media screen and (max-width: 1300px) {
	.telegram-articles__description {
		font-size: 16px;
	}
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section/main-page-popular/style.css?1711116939222*/
.catalog_section .product_tags .tag {
    background: #000;
    color: #fff;
    padding: 5px 7px;
    border-radius: 30px;
    font-size: 10px;
    font-weight: 500;
    min-width: 40px;
    text-align: center;
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/look-book-row/style.css?17258919432586*/
.look_book-row {
	position: relative;
}

.look_book-row__wrapper .slick-track {
	display: flex;
	gap: 12vw
}

.look_book-row__wrapper .slick-track:before, .look_book-row__wrapper .slick-track:after {
	display: none;
}

@media (max-width: 990px) {
	.look_book-row__wrapper .slick-track {
		gap: 10vw
	}
}
@media (max-width: 500px) {
	.look_book-row__wrapper .slick-track {
		gap: 3vw
	}
}

.look_book-row__poto img {
	object-fit: cover;
	height: 34vw;
	width: 100%;
}

@media (max-width:1200px) {
	.look_book-row__poto img {
		height: 40vw;
	}
}

@media (max-width:768px) {
	.look_book-row__poto img {
		height: 60vw;
	}
}

@media (max-width: 500px) {
	.look_book-row {
		margin-bottom: 120px;
	}

	.look_book-row .look_book-row__poto {
		width: 65vw;
	}

	.look_book-row__poto img {
		height: 100vw;
	}
}

.look_book-row__title {
	position: absolute;
	mix-blend-mode: difference;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 1000;
	max-width: 80vw;
}

@media (max-width: 990px) {
	.look_book-row__title {
		position: relative;
		mix-blend-mode: difference;
		top: 0;
		left: 0;
		transform: translate(0, 0);
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		z-index: 1000;
		max-width: 80vw;
		margin: 0 auto 10vw;
	}
}

.look_book-row__title svg path {
	fill: #fff;
}

.look_book-row__poto__link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 20px;
}

.look_book-row__poto__link::after {
	content: "";
	display: block;
	width: 18px;
	height: 14px;
	background: url(/local/templates/main/css/../img/icons/link-arrow.svg) center;
	margin-left: 10px;
}

.look_book-row__poto__link span {
	position: relative;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.look_book-row__poto__link span::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 0;
	bottom: 0;
	border-bottom: 0.05em solid #000;
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	transition: width 0s linear 0.2s, -webkit-transform 0.2s ease;
	transition: transform 0.2s ease, width 0s linear 0.2s;
	transition: transform 0.2s ease, width 0s linear 0.2s, -webkit-transform 0.2s ease;
}

.look_book-row__poto:hover .look_book-row__poto__link span::after {
	width: 100%;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	transition: width 0.2s linear;
}
/* End */
/* /local/templates/main/components/bitrix/catalog.item/.default/style.css?17260512841249 */
/* /local/templates/main/components/bitrix/news.list/telegram_main/style.css?17256100993534 */
/* /local/templates/main/components/bitrix/catalog.section/main-page-popular/style.css?1711116939222 */
/* /local/templates/main/components/bitrix/news.list/look-book-row/style.css?17258919432586 */
