

/* Start:/local/templates/organicmimi/components/bitrix/catalog.section.list/catalog_sections_list/style.css?17528514423228*/
.sections .f-carousel__viewport{
	overflow: visible;
	/*left: -25%;*/
}
.sections{
	overflow: hidden;
	padding: var(--block-padding) 0;
	display: flex;
}

.sections .f-carousel__slide{
	/*width: fit-content;*/
	/*padding-right: var(--gap);*/
	color: white;
	text-decoration: none;
	width: 100%;
	padding: 0 calc(var(--gap) / 2);

}
.sections .f-carousel__slide:first-child{
	/*padding-left: var(--block-padding);*/
}
.sections .f-carousel__slide:last-child{
	/*padding-right:480px;*/
}
.sections_item{
	width: 290px;
	height: 260px;
	border-radius: 40px 40px 40px 0px;
	overflow: hidden;
	position: relative;
	padding: 20px;
	transition-duration: 0.3s;
	margin: 0 auto;
}
.sections_item:hover .sections_img{
	transform: scale(1.1);
}
.sections_item:hover .sections_title{
	transform: scale(calc(1 / 1.1));
}
.sections_img{
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	transition-duration: 0.3s;

}
.sections_title{
	font-size: 22px;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.2;
	transition-duration: 0.3s;

}



@media screen and (min-width: 425px){
	.sections .f-carousel__slide {
		width: 50%;
	}
	.sections_item{
		width: calc(calc(calc(100vw / 2) - var(--gap)) - 20px);
		height: 190px;
		border-radius: 40px 40px 40px 0;
	}
}
@media screen and (min-width: 768px){
	.sections_title{
		font-size: 30px;
	}
	.sections_item{
		width: calc(calc(668px / 2) - var(--gap));

		height: 300px;
		border-radius: 60px 60px 60px 0;
	}
	.sections .f-carousel__slide{
		width:50%;
	}
	.sections .f-carousel__progress-bar{
		min-width: 20%;
	}
}


@media screen and (min-width: 992px){
	.sections_item{
		width: calc(calc(992px / 3) - var(--gap));

	}
	.sections .f-carousel__slide{
		width:calc(100% / 3);
	}
}

@media screen and (min-width: 1200px){
	.sections_img{
		background-position: center;
	}
	.sections .f-carousel__viewport {
		left: 0;
	}
	.sections .f-carousel__slide{
		width: calc(100% / 3);
		padding: 0 calc(var(--gap) / 2);

	}
	.sections{
		padding: var(--block-padding) 0;
	}
	.sections_item{
		width: calc(calc(1100px / 3) - var(--gap));

	}
	.sections_title{
		font-size: 40px;
	}
	.sections .f-carousel__progress-bar{
		min-width: 25%;
	}
@media screen and (min-width: 1600px) {
	.sections_item{
		width: calc(calc(1400px / 3) - var(--gap));
		height: 420px;
		padding: 30px 20px;
		border-radius: 80px 80px 80px 0;

	}
	.sections .f-carousel__slide{
		padding: 0 calc(var(--gap) / 2);

	}
}
/*
@media screen and (min-width: 1600px) {
	.sections .f-carousel__progress-bar__wrapper{
		display: none;
	}
	.sections .f-carousel__slide{
		width: 25%;
	}
	.sections_item{
		width: 100%;

	}
	!*	.sections_item{
            width: 100%;
        }
        .sections .f-carousel__track{
            gap: var(--gap);
        }*!
}
@media screen and (min-width: 2000px) {
	.sections .f-carousel__slide{
		width: 25%;
	}
	.sections .f-carousel__progress-bar__wrapper{
		display: none;
	}
}*/

/* End */


/* Start:/local/templates/organicmimi/components/bitrix/catalog.section/catalog_slider_items/style.css?17528514424104*/
.new_arrivals{
	padding: 0 0 calc(var(--block-padding) * 1.5);
}
.new_arrivals_block .f-carousel__nav .f-button.is-next, .new_arrivals_block .f-carousel__nav .f-button.is-prev{
	top: calc(50% - calc(var(--block-padding) / 2));
}
.new_arrivals .f-carousel__progress-bar__wrapper{
	bottom: calc(var(--block-padding) - 10px);
}
.new_arrivals .f-carousel__viewport{
	/*left: calc(var(--gap) / 2);*/
}
.new_arrivals .f-carousel__slide{

	width: 100%;
	text-decoration: none;
	padding: 0 calc(var(--gap) / 0.5);
}
.new_arrivals .f-carousel__slide:hover .tets_img{
	transform: scale(1.3);
}
/*.new_arrivals .f-carousel__slide:hover .test_bg{
	transform: scale(1.1);
}*/
/*.new_arrivals .f-carousel__slide:first-child,.new_arrivals .f-carousel__slide:nth-child(4n+1){
	padding-left: 0;
}
.new_arrivals .f-carousel__slide:nth-child(4n){
	padding-right: 0;
}*/
.new_arrivals_pos{
	position: relative;
}
.new_arrivals_item{
	position: relative;
	z-index: 1;
	width: 100%;
	height: 190px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	justify-content: flex-end;
	padding-bottom: 20px;
}
.test_bg{
	border-radius: 40px 40px 40px 0px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition-duration: 0.3s;
}
.tets_img{
	position: absolute;
	top: -15px;
	left: 0;
	height: 50%;
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 3;
	transition-duration: 0.3s;
	filter: drop-shadow(-5px 10px 10px rgba(56, 56, 56, 0.5));
}
.new_arrivals_item img{
	width: 100%;
	height: 50%;
	z-index: 5;
}
.new_arrivals_title{
	padding: 0 15px;
	color: white;
	text-align: center;
	font-size: var(--small-font);
	text-transform: uppercase;
}
.new_arrivals_btn:hover{
	color: var(--black-color);
}
.new_arrivals_btn{
	color: white;
	font-size: var(--small-font);
	padding: 8px 12px 0;
	border: 1px solid white;
	border-radius: 40px;
	text-transform: uppercase;
}
.new_arrivals_block .h2{
	font-size: 22px;
	/*margin: 0 0 var(--miniblock-padding) 0;*/
}
.tets_img.texture{
	transform: rotate(345deg);
	width: 50%;
	top: 5px;
	left: 30px;
	filter: unset;
}
.new_arrivals .f-carousel__slide:hover .tets_img.texture {
	transform: rotate(345deg);
	scale: 1.1;
}
.texture.tets_img.ml_100{
	left: 55px;
	top: -10px;
}

@media screen and (min-width: 425px){
	.new_arrivals .f-carousel__slide{
		width: 50%;
		padding: 0 calc(var(--gap) / 2);
	}
}
@media screen and (min-width: 768px){
	.new_arrivals_title{
		font-size: var(--big-font);
		line-height: 1.3;
	}
	.new_arrivals_block h2{
		font-size: 25px;
	}
	.new_arrivals_item{
		width: 100%;
		height: 300px;
		padding-bottom: 30px;
	}
	.test_bg{
		border-radius: 60px 60px 60px 0px;
	}
	.texture.tets_img.ml_100{
		left: 85px;
		top: -8px;
	}


}
@media screen and (min-width: 990px) {
	.new_arrivals_block .h2{
		/*padding-top: var(--block-padding);*/
	}
	.new-arrivals .f-carousel{
		--f-carousel-spacing: 8px;
	}
	.new_arrivals .f-carousel__slide{
		width: calc(100% / 3);
	}



	}
@media screen and (min-width: 1200px){
	.new_arrivals_block .h2{
		font-size: 30px;
	}
	.new-arrivals .f-carousel{
		--f-carousel-spacing: 8px;
	}
	.new_arrivals .f-carousel__slide{
		width: calc(100% / 3);

	}
	.new_arrivals .f-carousel__viewport{
		/*left: -20.5%;*/
	}
	.tets_img{
		height: 60%;
		top: -20px;

	}
	.texture.tets_img.ml_100{
		left: 130px;
		top: 0px;
	}

	.new_arrivals_item{
		width: 100%;
		height: 420px;
		padding-bottom: 30px;
	}
	.test_bg{
		border-radius: 80px 80px 80px 0px;
	}
	.new_arrivals_block h2{
		font-size: 30px;
	}
	.new_arrivals_btn{
		font-size: var(--normal-font);
		padding: 11px 20px;

	}
}
@media screen and (min-width: 1600px) {
	.new_arrivals .f-carousel__slide{
		width: calc(100% / 4);
	}
}

.new_arrivals_block{
	width: 100%;
	overflow: hidden;
}
.new_arrivals_block .f-carousel__viewport{
	overflow: visible;
}
/* End */
/* /local/templates/organicmimi/components/bitrix/catalog.section.list/catalog_sections_list/style.css?17528514423228 */
/* /local/templates/organicmimi/components/bitrix/catalog.section/catalog_slider_items/style.css?17528514424104 */
