

/* Start:/bitrix/templates/mkws/components/bitrix/catalog/catalog/style.css?17569003635953*/
.catalog {
	display: flex;
	flex-flow: row wrap;
	margin-top: 10px;
}

.catalog > * {
	width: 100%;
}

.catalog .catalogLeft {
	width: 248px;
}


.catalog .catalogRight {
	width: calc(100% - 248px);
	padding-left: 52px;
	position: relative;
}

.catalogSections {
	width: 100%;
}

.catalogBlockMenu > a {
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.02em;
	color: #333333;
	display: block;
	width: 100%;
	margin-bottom: 24px;
}

.catalogBlockMenu ul {
	padding: 0;
	list-style: none;
	margin: 0 0 40px;
}

.catalogBlockMenu ul a {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.02em;
	color: #999999;
}

.catalogBlockMenu ul li {
	margin-bottom: 24px;
}

.showMore {
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #7692F2;
	cursor: pointer;
}

.catalogFastLinks {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 38px;
}
.catalogFastLinks a {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.02em;
	color: #333333;
	background: #ECF8F7;
	border-radius: 24px;
	padding: 12px 16px;
	margin: 4px;
	text-decoration: none;
}


.catalogFastLinks a.active {
	background: #25C7BD;
	padding-right: 36px;
	color: #FFFFFF;
	position: relative;
}

.closeFastLink {
	position: absolute;
	width: 16px;
	height: 16px;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
}

.closeFastLink:before {
	content: '';
	position: absolute;
	height: 2px;
	background: #fff;
	transform: matrix(-0.71, -0.71, -0.71, 0.71, 0, 0);
	width: 100%;
	top: 7px;
	left: 0;
}

.closeFastLink:after {
	content: '';
	position: absolute;
	height: 2px;
	transform: rotate(-45deg);
	width: 100%;
	background: #fff;
	top: 7px;
	left: 0;
}

.checkFilter {
	margin: 0 -4px 20px;
	justify-content: left!important;
}

.checkFilterProps {
	background: #E01A49;
	border-radius: 24px;
	padding: 12px 16px;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	margin: 4px;
	position: relative;
	padding-right: 36px;
}



@keyframes rotateInfinity {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}
.loading_screen {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: hsla(0,0%,100%,.7);
}
.hide {
	display: none;
}
.loading_screen .loading,
.catalog.preload:before {
	content: '';
	border-color: #25C7BD rgba(137,143,151,.2) rgba(137,143,151,.2) #25C7BD;
	display: inline-block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-animation: rotateInfinity .7s linear infinite;
	animation: rotateInfinity .7s linear infinite;
	box-sizing: border-box;
	border-style: solid;
	border-radius: 100px;
	width:38px;
	height:38px;
	line-height:32px;
	border-width:3px;
	-webkit-animation-duration:.75s;
	animation-duration:.75s;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
	position: absolute;
	z-index: 300;
}

.catalogRight.preload:after,
.catalog.preload:after {
	content: '';
	background: hsla(0,0%,100%,.7);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
	width: 100%!important;
	height: 100%!important;
}


.catalogFilterDelete {
	position: absolute;
	width: 16px;
	height: 16px;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.catalogFilterDelete:before {
	content: '';
	position: absolute;
	height: 2px;
	background: #fff;
	transform: matrix(-0.71, -0.71, -0.71, 0.71, 0, 0);
	width: 100%;
	top: 7px;
	left: 0;
}

.catalogFilterDelete:after {
	content: '';
	position: absolute;
	height: 2px;
	transform: rotate(
			-45deg
	);
	width: 100%;
	background: #fff;
	top: 7px;
	left: 0;
}

.section_sort select {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	border-radius: 4px;font-family: Gilroy;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	display: flex;
	align-items: center;
	letter-spacing: 0.03em;
	color: #333333;
	padding: 16px;

}

.showFilter {
	display: none;
}


.catalogRightBlockTop {
	margin-bottom: 32px;
}
@media (max-width: 1280px) {
	.sectionsList a {
		width: calc(33.33% - 20px);
	}

	.catalogFastLinks {
		justify-content: left;
	}

	.newsSliderItemBig > a, .newsSliderItemBig > div {
		height: 270px;
	}
}
@media (max-width: 768px) {
	.catalog .catalogLeft {
		width: 100%;
	}
	.catalog .catalogRight {
		width: 100%;
		padding-left: 0;
	}
	.catalogFastLinks {
		white-space: nowrap;
		overflow: auto;
		flex-wrap: nowrap;
		margin-bottom: 28px;
		margin-right: -34px;
		padding-bottom: 10px;
		width: calc(100% + 34px);
	}

	.showFilter {
		display: block;
	}

	.section_sort {
		width: calc(50% - 5px);
	}

	.section_sort select {
		width: 100%;
	}

	.showFilter {
		width: calc(50% - 5px);
		background: #25C7BD;
		border-radius: 4px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 16px 24px;
		font-weight: 600;
		font-size: 18px;
		line-height: 21px;
		text-align: center;
		letter-spacing: 0.03em;
		color: #FFFFFF;
	}

	.showFilter svg {
		margin-right: 10px;
	}
}

@media (max-width: 640px) {
	.showFilter svg {
		margin-right: 0;
	}
	.showFilter {
		font-size: 0;
		width: 48px;
		padding: 10px 8px;
	}
	.catalog .catalogSection .catalogItem {
		width: 100%!important;
	}
	.section_sort {
		width: calc(100% - 68px);
	}

	.section_sort select {
		padding: 10px 8px 10px 12px;
		font-weight: 600;
	}

	.catalog .catalogSection .catalogItemImg {
		padding: 0 40px 48px;
		height: 194px;
	}

	.catalog .catalogSection .catalogItemImg img {
		max-height: 100%;
	}

	.catalog .catalogSection .wishBtn {
		right: 0;
	}
	.catalog .catalogSection .catalogItemLabels {
		top: auto;
		bottom: 0;
	}

	.bx-pagination .bx-pagination-container ul li.bx-pag-next a span,
	.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span{
		font-size: 0;
	}

	.catalogFastLinks {
		margin-right: -20px;
		width: calc(100% + 20px);
	}
}

/* End */


/* Start:/bitrix/templates/mkws/components/bitrix/catalog/catalog/section.css?1632387600320*/
h1 {
    font-size: 60px!important;
    line-height: 73px!important;
}

@media (max-width: 1280px){
    h1 {
        font-size: 36px!important;
        line-height: 44px!important;
    }
}
@media (max-width: 640px){
    h1 {
        font-size: 22px!important;
        line-height: 27px!important;
    }
}
/* End */


/* Start:/bitrix/templates/mkws/components/bitrix/catalog/catalog/bitrix/catalog.section.list/.default/style.css?1633510800714*/
.sectionsList {
	display: flex;
	flex-flow: row wrap;
	margin: 0 -10px 70px;
}

.sectionsList a {
	display: flex;
	width: calc(25% - 20px);
	margin: 10px;
	background: #FBFBFB;
	border: 1px solid #FBFBFB;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 20px 24px 20px;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.02em;
	color: #333333;
	align-items: center;
}

.sectionsList a > div {
	width: calc(100% - 60px);
	padding-left: 20px;
}
@media (max-width: 1100px){
	.sectionsList a {
		width: calc(33.33% - 20px);
	}
}
@media (max-width: 768px){
	.sectionsList a {
		width: calc(50% - 20px);
	}
}

@media (max-width: 640px){
	.sectionsList a {
		width: calc(100% - 20px);
	}
}
/* End */


/* Start:/bitrix/templates/mkws/components/bitrix/catalog.section/catalog/style.css?1716875380926*/
.catalogSection .catalogItem {
    width: calc(25% - 20px);
}

.moreBtn button {
    width: 100%;
    background: #FBFBFB;
    border-radius: 4px;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    letter-spacing: 0.03em;
    padding: 16px;
    color: #25C7BD;
    border: none;
    position: relative;
}

.moreBtn button:hover {
    background: #ECF8F7;
    color: #25C7BD;
}

.moreBtn button svg {
    margin-right: 10px;
}

.moreBtn {
    margin-bottom: 50px;
}

@media (max-width: 1280px) {
    .catalogSection .catalogItem {
        width: calc(33.33% - 20px);
    }
}
@media (max-width: 767px) {
    .catalogSection .catalogItem {
        width: 280px;
    }
}

@media (max-width: 640px) {
    .catalogSection .catalogItem {
        width: 240px;
    }
}
/* End */


/* Start:/bitrix/templates/mkws/components/bitrix/news.list/brands_catalog/style.css?16378308001323*/
.BrandsItem {
	width: calc(20% - 30px);
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 35px 15px;
}

.BrandsItem img {
	filter: grayscale(1);
	opacity: 0.5;
}
.BrandsItem img:hover {
	transition: all .5s;
    opacity: 1;
    filter: grayscale(0);
}

.BrandsList {
	margin: 25px -15px 0;
	justify-content: left!important;
}

.Brands {
	margin-bottom: 50px;
}

.brandsLink {
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #7692F2;

}
.Brands .headerName > div {
	margin-right: 32px;
}
.Brands .headerName {
	display: flex;
	align-items: center;
}

@media (max-width: 1281px) {

	.BrandsItem {
		width: calc(20% - 30px);
	}

	.BrandsItem:nth-child(n + 11) {
		display: none;
	}
}

@media (max-width: 992px) {
	.BrandsItem {
		width: calc(25% - 30px);
	}

	.BrandsItem:nth-child(n + 9) {
		display: none;
	}
}

@media (max-width: 768px) {
	.BrandsList {
		flex-wrap: nowrap!important;
		overflow: auto;
		width: auto;
		padding-bottom: 20px;
		margin-right: -33px;
	}
	.BrandsItem {
		width: 150px;
		margin: 0 20px;
	}

	.BrandsItem a {
		width: 150px;
		display: block;
		text-align: center;
	}

}

@media (max-width: 640px) {
	.BrandsList {
		margin-right: -19px;
	}
	.BrandsItem img {
		opacity: 1;
	}
	.brandsLink {
		width: 27px;
		overflow: hidden;
		white-space: nowrap;
	}
}
/* End */
/* /bitrix/templates/mkws/components/bitrix/catalog/catalog/style.css?17569003635953 */
/* /bitrix/templates/mkws/components/bitrix/catalog/catalog/section.css?1632387600320 */
/* /bitrix/templates/mkws/components/bitrix/catalog/catalog/bitrix/catalog.section.list/.default/style.css?1633510800714 */
/* /bitrix/templates/mkws/components/bitrix/catalog.section/catalog/style.css?1716875380926 */
/* /bitrix/templates/mkws/components/bitrix/news.list/brands_catalog/style.css?16378308001323 */
