

/* Start:/local/templates/met/css/catalog-section-list.css?175281863911149*/
.catalogSectionList.catalogSectionList--popularWrap,
.catalogSectionList.catalogSectionList--viewedWrap,
.catalogSectionList.catalogSectionList--maybeInteresting {
	position: relative;
	z-index: 1;
	margin-left: -75px;
	margin-right: -75px;
	margin-bottom: -100px;
	padding-bottom: 115px;
	overflow: hidden;
}
.catalogSectionList.catalogSectionList--popularWrap .catalogSection__list,
.catalogSectionList.catalogSectionList--viewedWrap .catalogSection__list,
.catalogSectionList.catalogSectionList--maybeInteresting .catalogSection__list {
	padding-left: 75px;
	padding-right: 75px;
	border-top: none;
	margin-bottom: 0;
}
.catalogSectionList h1{
    font-size: 22px;
    line-height: 30px;
    margin: 3px 0 23px;
}
.catalogSectionList__content{
    padding-bottom: 20px;
}
.itemsList__item{
	margin-bottom:20px;
	position: relative;
}
.itemsList__itemLink{
	background-color: #f5f1ea;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	border-radius: 4px;
    font-size: 15px;
    line-height: 21px;
    color: #3B3B3B;
    display: block;
    padding: 31px 9px 24px;
    position: relative;
}
.no-touch .itemsList__itemLink:hover,
.no-touch .itemsList__itemLink:active,
.no-touch .itemsList__itemLink:focus{
	color: #3B3B3B;
}
.no-touch .itemsList__itemLink:focus-within{
	color: #3B3B3B;
}
.itemsList__itemImg{
    height: 140px;
    width: 140px;
    margin: 0 auto 7px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}
.itemsList__itemName{
	font-weight: 600;
	font-size: 22px;
	line-height: 30px;
	margin-bottom:15px;
}
.catalogSectionList__description{
	padding-top: 5px;
	font-size: 15px;
	line-height: 21px;
}
.catalogSectionList__description .h4{
    margin: 26px 0 27px;
    font-family: 'Grotesque';
    color: #343434;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
}
.catalogSectionList__description p{
    margin: 0 0 21px;
}
.catalogSectionList__description p a{
	color: #f5a408;
}
.catalogSectionList__description p a:hover,
.catalogSectionList__description p a:active,
.catalogSectionList__description p a:focus{
	color: #f5a408;
	text-decoration:underline;
}
.catalogSectionList__description p a:focus-within{
	color: #f5a408;
	text-decoration:none;
}
.catalogSectionList__description .btn{
	margin: 12px auto 8px;
	width: 100%;
	padding: 8px 13px;
	white-space: normal;
}
.catalogSectionList .catalogSection__list {
    margin-top: 0;
    padding-top: 24px;
    margin-bottom: 53px;
    border-top: 1px solid #C4C4C4;
}
.catalogSectionList .catalogSection__listTitle{
    margin: 0 0 32px;
    font-weight: 700;
	font-size: 24px;
    line-height: 34px;
}
@media (min-width: 768px) {
	.catalogSectionList .catalogSection__listTitle{
		font-size: 30px;
		line-height: 42px;
		margin: 0 0 32px;
	}
}

.catalogSectionList .catalogSection__listTitle h2{
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
}
.catalogSectionList .catalogSection__itemInner {
    padding: 0 37px;
}

.catalogSectionList .catalogSection__itemInner,
.article-products .catalogSection__itemInner {
	display: flex;
	flex-wrap: nowrap !important;
	flex-direction: column;
	height: 100%;
}
.catalogSectionList .catalogSection__itemFooter,
.article-products .catalogSection__itemFooter {
	flex: 1;
}

.catalogSectionList .catalogSection__itemFooter__content,
.article-products .catalogSection__itemFooter__content {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.catalogSectionList .catalogSection__itemName,
.article-products .catalogSection__itemName {
	flex: 1;
}

.catalogSectionList .catalogSection__itemName a,
.article-products .catalogSection__itemName a {
	overflow: hidden;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.catalogSectionList .catalogSection__itemButton {
    padding-top: 11px;
}
.catalogSectionList__descriptionBtns .catalogSectionList__descriptionBtns {
	display: flex;
	justify-content: center !important;
	gap: 0 5px;
}

.catalogSectionList .catalogSection__list .slick-arrow {
	border: 0;
	width: 48px;
	height: 48px;
	background-size: cover;
	background-position: center;
	transition: 0.25s;
}

.catalogSectionList .catalogSection__list .slick-arrow::after {
	display: none;
}

.catalogSectionList .catalogSection__list .slick-prev {
	left: initial;
	background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='24' cy='24' r='23.5' fill='white' fill-opacity='0.4' stroke='%23E6E6E6'/%3E%3Cpath d='M22 17L29 24L22 31' stroke='%233B3B3B' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.catalogSectionList .catalogSection__list .slick-next {
	background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='24' cy='24' r='23.5' fill='white' fill-opacity='0.4' stroke='%23E6E6E6'/%3E%3Cpath d='M22 17L29 24L22 31' stroke='%233B3B3B' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.catalogSectionList .catalogSection__list .slick-prev:hover,
.catalogSectionList .catalogSection__list .slick-prev.slick-disabled,
.catalogSectionList .catalogSection__list .slick-next:hover,
.catalogSectionList .catalogSection__list .slick-next.slick-disabled {
	background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='24' cy='24' r='24' fill='%23CFCDCD' fill-opacity='0.4'/%3E%3Cpath d='M22 17L29 24L22 31' stroke='%233B3B3B' stroke-width='2'/%3E%3C/svg%3E%0A");
}

@media screen and (min-width: 768px){
	.catalogSectionList h1{
	    font-size: 30px;
	    line-height: 41px;
        margin: 10px 0 50px;
	}
	.catalogSectionList__content {
	    padding-bottom: 50px;
	}
	.itemsList__itemImg {
	    margin: 0 11px;
	}
	.itemsList__itemLink {
		padding: 31px 9px;
	}
	.itemsList__itemWrap{
		padding-left:18px;
	}
	.itemsList__itemName {
	    font-size: 24px;
	    line-height: 33px;
	    margin-bottom: 25px;
	}
	.catalogSectionList__description {
	    padding-top: 18px;
	}
	.catalogSectionList__description .h4 {
	    font-size: 30px;
	    line-height: 41px;
        margin: 26px 0 43px;
	}
	.catalogSectionList__description .btn {
	    margin: 17px auto 3px;
	}
	.catalogSectionList .catalogSection__list {
	    padding-top: 31px;
    	margin-bottom:28px;
	}
	.catalogSectionList .catalogSection__list .slider__wrap{
        margin-left: -15px;
    	margin-right: -15px;
	}
	.catalogSectionList .catalogSection__listTitle {
		padding-right: 130px;
	}
	.catalogSectionList .catalogSection__itemInner {
	    padding: 0;
	}
	.catalogSectionList .catalogSection__list .slick-arrow {
		top:-54px;
		background-color: #fff;
		border-radius: 50%;
	}
	.catalogSectionList .catalogSection__list .slick-arrow:after {
		color: #f5a408;
		margin-left: 3px;
	}
	.no-touch .catalogSectionList .catalogSection__list .slick-arrow:hover {
	    background-color: #fff;
	    color: #ffffff;
	}
	.catalogSectionList .catalogSection__list .slick-arrow.slick-disabled{
		opacity: 1;
		border-color: #f5a408!important;
		pointer-events: none;
		cursor:default;
	}
	.catalogSectionList .catalogSection__list .slick-arrow.slick-disabled:hover {
		background-color: #fff;
	}
	.catalogSectionList .catalogSection__list .slick-arrow:not(.slick-disabled):hover:after {
		color: #fff;
	}
	.catalogSectionList .catalogSection__list .slick-prev {
	    right: 41px;
	}
	.catalogSectionList .catalogSection__list .slick-next {
	    right: -15px;
	}
	.catalogSectionList .catalogSection__itemName:after {
	    display: none;
	}
	.catalogSectionList .catalogSection__itemName a {
	    display: inline-block;
	    vertical-align: top;
	}
}
@media screen and (min-width: 1024px){
	.catalogSectionList.catalogSectionList--popularWrap,
	.catalogSectionList.catalogSectionList--viewedWrap,
	.catalogSectionList.catalogSectionList--maybeInteresting {
		padding-bottom: 107px;
	}

	.catalogSectionList__descriptionBtns .catalogSectionList__descriptionBtns {
		justify-content: space-between !important;
	}
	.catalogSectionList__content {
	    padding-bottom: 40px;
	}
	.itemsList__itemWrap {
	    padding-right: 80px;
	}
	.catalogSectionList__descriptionBtns{
		padding-top:16px;
	}
	.catalogSectionList__description .btn {
	    margin: 17px 0 3px;
	}
	.catalogSectionList .catalogSection__list {
	    padding-top: 41px;
        margin-bottom: 39px;
	}
	.catalogSectionList .catalogSection__itemInner {
	    padding: 0;
	    width: 212px;
	    margin: 0 auto;
	}
	.catalogSectionList .slick-list {
	    overflow: visible;
	    /* overflow-x: hidden; */
	}
	.catalogSectionList .section-review-block .slick-list {
		overflow: hidden;
	}
}
@media screen and (min-width: 1280px){
	.itemsList__item {
	    width: 49.3%;
	}
	.itemsList__itemWrap {
	    padding-right: 0;
	}
	.itemsList__itemName {
	    margin-bottom: 14px;
	}
	.itemsList__itemLink {
	    height: 100%;
        min-height: 270px;
	}
	.catalogSectionList__content {
	    padding-bottom: 70px;
	}
	.catalogSectionList__description {
	    padding-top: 27px;
	}
	.catalogSectionList__descriptionBtns {
	    padding-top: 26px;
	}
	.catalogSectionList .catalogSection__list {
	    margin-bottom: 58px;
	}
	.catalogSectionList .catalogSection__list .slider__wrap {
	    margin-left: -47px;
	    margin-right: -47px;
	}
	.catalogSectionList .catalogSection__list .slick-prev {
	    right: 8px;
	}
	.catalogSectionList .catalogSection__list .slick-next {
	    right: -47px;
	}
}
@media screen and (min-width: 1920px){
	.catalogSectionList--popularSection .catalogSectionList.catalogSectionList--popularWrap {
		margin-right: 0;
	}
	.catalogSectionList--popularSection .catalogSectionList .catalogSection__list .slick-prev {
		right: -86px;
	}
	.catalogSectionList--popularSection .catalogSectionList .catalogSection__list .slick-next {
		right: -142px;
	}
	.itemsList__item {
	    width: 48.7%;
        margin-bottom: 40px;
	}
	.itemsList__itemLink {
	    padding: 27px 10px;
	    min-height: 214px;
	}
	.itemsList__itemImg {
	    margin: 9px 20px;
	}
	.itemsList__itemWrap {
	    padding-left: 20px;
	}
	.catalogSectionList__content {
	    padding-bottom: 40px;
	}
	.catalogSectionList__description {
	    padding-top: 50px;
	}
	.catalogSectionList .catalogSection__list .slider__wrap {
	    margin-left: -67px;
	    margin-right: -67px;
	    padding: 0 20px;
	}
	.catalogSectionList .wrapper{
		overflow: hidden;
	}
	.catalogSectionList .catalogSection__list .slick-prev {
		right: 123px;
	}
	.catalogSectionList .catalogSection__list .slick-next {
	    right: 67px;
	}
}

/* End */
/* /local/templates/met/css/catalog-section-list.css?175281863911149 */
