

/* Start:/local/templates/index/components/bitrix/news.list/main_slider/style.css?17576098682619*/
.mainSliderBlock {
	width: 29%;
	margin-top: 35px;
	position: relative;
}

.mainSliderPreview {
	position: absolute;
	bottom: 18px;
	left: 35%;
	right: 35%;
	height: 16px;
	display: flex;
	justify-content: space-around;
	z-index: 2;
	align-items: center;
}

.mainSliderPreview a {
	width: calc(33% - 6px);
	margin: 0 5px;
	height: 4px;
	background: rgba(255, 255, 255, 0.51);
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
	border-radius: 2px;
	display: block;
	position: relative;
	transition: width 1s linear;
}

.mainSlider .owl-dots {
	display: none;
}

.mainSliderNext {
	position: absolute;
	top: 50%;
	right: 0;
	width: 64px;
	height: 64px;
	bottom: 0;
	border: none;
	background: url("/local/templates/index/components/bitrix/news.list/main_slider/img/arrow.svg") center no-repeat;
	font-size: 0;
	cursor: pointer;
	z-index: 2;
	transform: translateY(-50%);
}



.mainSliderPrev {
	position: absolute;
	top: 50%;
	left: 0;
	width: 64px;
	height: 64px;
	bottom: 0;
	border: none;
	background: url("/local/templates/index/components/bitrix/news.list/main_slider/img/arrow.svg") center no-repeat;
	font-size: 0;
	cursor: pointer;
	z-index: 2;
	transform: translateY(-50%) rotate(180deg);
}

.mainSliderPreview a > div {
	content: '';
	position: absolute;
	width: 0;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25);
}
.mainSliderPreview a.animate > div {
	/*width: 100%;*/
	/*transition: width 5s linear;*/
}

.mainSliderPreview a.active {
	background: #fff;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25);
	transition: 0s linear;
}


.mainSlider {
	position: relative;
	overflow: hidden;
	padding-bottom: 80px;
}

.mainSliderList {
	border-radius: 10px 10px 0px 0px;
}

.mainSliderList.owl-carousel .owl-stage-outer {
	overflow: visible;
	margin: 0 -5px;
}

.mainSliderItem {
	padding: 0 5px;
}

.mainSliderPause {
	position: absolute;
	width: 18px;
	height: 26px;
	background: url("/local/templates/index/components/bitrix/news.list/main_slider/img/pause.svg");
	right: 24px;
	bottom: 24px;
	cursor: pointer;
}

.mainSliderPlay {
	position: absolute;
	width: 18px;
	height: 26px;
	background: url("/local/templates/index/components/bitrix/news.list/main_slider/img/play.svg");
	right: 24px;
	bottom: 24px;
	cursor: pointer;

}

@media (max-width: 992px){
	.mainSlider {
		padding-bottom: 50px;
	}
}

@media (max-width: 767px){
	.mainSliderBlock {
		width: 100%;
	}

	.mainSliderPrev,
	.mainSliderNext,
	.mainSliderPause,
	.mainSliderPlay,
	.mainSliderPreview {
		display: none!important;
	}
}


@media (max-width: 640px){
	.mainSliderItem img {
		height: 40vw;
		max-width: none!important;
		position: relative;
		/*left: 50%;*/
		/*transform: translateX(-50%);*/
	}

	.mainSliderItem > div,
	.mainSliderItem > a{
		overflow: hidden;
		display: block;
	}
	.mainSlider {
		padding-bottom: 30px;
	}
}
/* End */


/* Start:/local/templates/index/components/bitrix/catalog.section/sales/style.css?1757609898268*/
.catalogSection.sales .catalogItem {
    width: calc(100% - 20px);
}

@media (max-width: 767px) {
    .catalogSection.sales .catalogItem {
        width: 280px;
    }
}

@media (max-width: 640px) {
    .catalogSection.sales .catalogItem {
        width: 240px;
    }
}
/* End */


/* Start:/local/templates/index/components/bitrix/catalog.section.list/sections_main/style.css?17576098951900*/
.sectionsMainList {
	display: flex;
	flex-flow: row wrap;
	margin: 0 -15px;
}

.sectionsMain {
	margin-bottom: 80px;
}

.sectionsMainBig {
	margin: 15px;
	width: 440px;
	background: #f00;
	border-radius: 4px;
	text-align: center;
	padding-bottom: 60px;
}

.sectionsMainRight {
	width: calc(100% - 470px);
	display: flex;
	flex-flow: row wrap;

}

.sectionsMainItem {
	width: calc(25% - 30px);
	margin: 15px;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.02em;
	color: #333333;
	transition: 0.3s;
}

.sectionsMainItemImg {
	background: #F1F1F1;
	border-radius: 4px;
	padding: 40px;
	text-align: center;
	margin-bottom: 10px;
}

.sectionsMainBigName {
	font-weight: 900;
	font-size: 44px;
	line-height: 51px;

	color: #FFFFFF;
	padding: 0 20px;
	margin-bottom: 30px;
}

.sectionsMainItem:hover {
	text-decoration: none;
	color: rgba(16, 141, 160, 1);
}


@media (max-width: 1281px) {
	.sectionsMainRight {
		width: calc(74% - 30px);
	}

	.sectionsMainBig {
		width: 26%;
	}

	.sectionsMainBigName {
		font-size: 24px;
		line-height: 30px;
	}

	.sectionsMainItemImg {
		padding: 25px;
	}
}

@media (max-width: 992px) {
	.sectionsMain {
		margin-bottom: 50px;
	}
}

@media (max-width: 767px) {
	.sectionsMainBig {
		display: none;
	}
	.sectionsMainRight {
		width: 100%;
	}

	.sectionsMainItem {
		white-space: nowrap;
	text-overflow: ellipsis;
		overflow: hidden;
		max-width: 200px;
	}
}

@media (max-width: 640px) {

	.sectionsMainRight {
		width: auto;
		overflow: auto;
		flex-flow: row nowrap;
	}
	.sectionsMainList {
		margin: 0 -5px;
	}
	.sectionsMainItem {
		width: calc(25vw - 10px);
		margin: 5px;
		display: block;
		max-width: none;
		overflow: visible;
		white-space: normal;
	}
	.sectionsMainItemImg {
		padding: 25px;
		width: calc(25vw - 10px);
	}

	.sectionsMainItem > div:not(.sectionsMainItemImg) {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
/* End */


/* Start:/local/templates/index/components/bitrix/news.list/why/style.css?17576098701598*/
.whyList {
	display: flex;
	flex-flow: row wrap;
	margin: 0 -12px;
}

.whyItem {
	width: calc(33.33% - 24px);
	margin: 12px;
	background: #ECF8F7;
	border: 1px solid #F1F1F1;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 24px 24px 30px;

}

.whyItemName {
	font-weight: 600;
	font-size: 22px;
	line-height: 26px;
	color: #333333;
	margin-bottom: 16px;
	padding-left: 40px;
	min-height: 30px;
	background-repeat: no-repeat;
	background-position: left center;
}

.whyItemText {
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.01em;
}

.whyBlockText {
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.01em;
	color: #333333;
	margin-bottom: 20px;
}

.whyBlock {
	margin-bottom: 80px;
}


@media (max-width: 1281px) {

	.whyItemText {
		display: none;
	}

	.whyItemName {
		font-size: 14px;
		line-height: 18px;
		letter-spacing: 0.02em;
		margin-bottom:0;
	}

	.whyItem {
		padding: 16px;
	}
}

@media (max-width: 992px) {
	.whyBlock {
		margin-bottom: 50px;
	}
}

@media (max-width: 767px) {
	.whyBlockText {
		font-size: 14px;
		line-height: 22px;
	}

	.whyItem {
		width: calc(100% - 24px);
		padding: 16px 24px 25px;
	}
	.whyItemText {
		display: block;
		font-size: 14px;
		line-height: 22px;
	}
	.whyItemName {
		font-size: 18px;
		line-height: 21px;
		letter-spacing: 0.03em;
		margin-bottom: 10px;
		background-size: auto 100%;
	}
}

@media (max-width: 640px) {
	.whyItemText {
		display: none;
	}
	.whyBlockText {
		display: none;
	}
	.whyItem {
		width: calc(100% - 24px);
		padding: 16px 16px 18px;
	}
	.whyItemName {
		margin-bottom: 0;
		padding-left: 50px;
	}
}
/* End */


/* Start:/local/templates/index/components/bitrix/news.list/news_main/style.css?17576098822230*/
.newsLink {
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #7692F2;

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

.NewsMainTabs {
	display: flex;
	flex-flow: row wrap;
	margin: 30px 0;
}

.NewsMainTab {
	border-bottom: 1px solid #F1F1F1;
	padding: 0 40px 9px;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.02em;
	cursor: pointer;
	position: relative;
}

.NewsMainTab.active:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	background: #FF0000;
	border-radius: 0 1px 1px 0;
}

.newsMainListItem {
	display: flex;
	flex-flow: row wrap;
	visibility: hidden;
	margin: 0 -20px;
	height: 0;
	opacity: 0;
	transition: opacity 0.6s;
}

.newsMainListItem.active {
	visibility: visible;
	height: auto;
	opacity: 1;
}

.newsMainListItem > a {
	width: calc(50% - 40px);
	margin: 20px;
	height: 220px;
	background-size: contain;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
}

.newsMainList {
	margin-bottom: 15px;
}

.NewsMainTabsMobile {
	display: none;
}

@media (max-width: 1281px) {
	.NewsMainTabs {
		width: 100%;
		justify-content: space-between;
		border-bottom: 1px solid #F1F1F1;
	}
	.NewsMainTab {
		border-bottom: none;
		margin-bottom: -2px;
	}

	.newsMainListItem > a {
		height: 17vw;
	}

}

@media (max-width: 640px) {
	.newsLink {
		display: none;
	}

	.newsMainListItem > a {
		height: 24vw;
		width: 60vw;
		display: block;
		margin: 8px;
	}
	.newsMainListItem > a > div {
		width: 60vw;
	}
	.newsMainListItem {
		margin: 0 -8px;
	}
	.newsMainListItem.active {
		flex-flow: row nowrap;
		width: auto;
		overflow: auto;
	}
	.newsMainList {
		margin-bottom: 45px;
	}
	.NewsMainTab {
		display: none;
	}
	.NewsMainTabsMobile {
		display: block;
		width: 100%;
		border: 1px solid #CCCCCC;
		box-sizing: border-box;
		border-radius: 4px;
		padding: 13px 16px;
		font-family: Gilroy;
		font-style: normal;
		font-weight: normal;
		font-size: 16px;
		line-height: 19px;
		letter-spacing: 0.03em;
		color: #333333;
	}

	.newsMainListItem.active {
		padding-bottom: 20px;
	}

	.newsMainListItem[data-id="all"] {
		display: none;
	}
}
/* End */


/* Start:/local/templates/index/components/bitrix/news.list/brands/style.css?17576098741326*/
.BrandsItem {
	width: calc(16.6% - 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 */
/* /local/templates/index/components/bitrix/news.list/main_slider/style.css?17576098682619 */
/* /local/templates/index/components/bitrix/catalog.section/sales/style.css?1757609898268 */
/* /local/templates/index/components/bitrix/catalog.section.list/sections_main/style.css?17576098951900 */
/* /local/templates/index/components/bitrix/news.list/why/style.css?17576098701598 */
/* /local/templates/index/components/bitrix/news.list/news_main/style.css?17576098822230 */
/* /local/templates/index/components/bitrix/news.list/brands/style.css?17576098741326 */
