

/* Start:/local/components/main/slider/templates/.default/style.css?1564042778606*/

.slider{
	position: relative;
}

@media(max-width: 900px){
	.slider{
		display: none;
	}
}

.slider-wrap{
	display: flex;
	
	width: 100%;
	
	overflow: hidden;
}

.slider-item{
	min-width: 100%;
}

.slider-img{
	width: 100%;
}

.slider-arrow{
	position: absolute;
	top: calc(50% - 25px);
	
	width: 50px;
	height: 50px;
	
	display: flex;
	justify-content: center;
    align-items: center;
	
	opacity: .5;
	
	font-size: 60px;
	text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5);
}

.slider-arrow{
	opacity: .9;
}

.slider-prev{
	left: 10px;
}

.slider-next{
	right: 10px;
}










/* End */


/* Start:/local/components/main/brands.main.page/templates/main.page/style.css?15629828351057*/

.mp-brands{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
	padding: 30px 0 10px 0;
}

@media(max-width: 700px){	
	.mp-brands{
		display: none;
	}
}

.mp-brand{
	margin: 0 0 25px 0;
	
	width: calc(100%/7);
	
	text-align: center;
}

@media(max-width: 1000px){
	.mp-brand{
		width: calc(100%/4);
	}
	
	.mp-brand:nth-child(13),
	.mp-brand:nth-child(14){
		display: none;
	}
}

@media(max-width: 600px){	
	.mp-brand:nth-child(9),
	.mp-brand:nth-child(10),
	.mp-brand:nth-child(11),
	.mp-brand:nth-child(12){
		display: none;
	}
}

@media(max-width: 450px){	
	.mp-brand{
		width: 49%;
	}
	
	.mp-brand:nth-child(5),
	.mp-brand:nth-child(6),
	.mp-brand:nth-child(7),
	.mp-brand:nth-child(8){
		display: none;
	}
}

.mp-brand-img{
	max-width: 150px;
}

@media(max-width: 600px){
	.mp-brand-img{
		max-width: 100%;
	}
}








.mp-brands-url{
	width: 100%;
	
    display: flex;
    align-items: center;
    justify-content: center;
	
	margin: 0 0 -25px 0;
}

.mp-brands-url-a{
	border: 1px solid;
	border-radius: 5px;
	padding: 5px;
}








/* End */


/* Start:/local/components/main/catalog.sections/templates/popular/style.css?17477089401698*/

.mp-sections-block.popular{
	border-top: 1px solid;
	border-bottom: 1px solid;
	display: block;
}

@media(max-width: 700px){
	.mp-sections-block.popular{
		/*display: none;*/
	}
}


.mp-sections-title{
	display: flex;
	align-items: flex-end;
	
	padding: 20px 0;
}

.mp-sections-h3{
	font-size: 22px;
	margin: 0 0 5px 0;
    padding: 0 0 2px 5px;
	border-bottom: 1px solid #EAEDED;
	width: 100%;
	
}

.mp-sections-all{
    font-size: 15px;
    color: #DA251C;
	margin: 0 0 2px 10px;
}

.mp-sections{
	justify-content: space-between;
	
	margin: 0 0 30px 0;
}

.mp-section{
	position: relative;
	
	width: calc(20% - 8px);
	
	margin: 0 10px 10px 0;
}

.mp-section:nth-child(5n){
	margin: 0 0 10px 0;
}

@media(max-width: 880px){
	.mp-section{
		width: 32%;
		margin: 0 0 10px 0;
	}
	
	.mp-section:nth-child(10){
		display: none;
	}
}

@media(max-width: 450px){
	.mp-section{
		width: 49%;
	}
	
	.mp-section:nth-child(10){
		display: block;
	}
}

.mp-section-pic{
	display: block;
	
	overflow: hidden;
}

.mp-section-img{
	width: 100%;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.mp-section:hover .mp-section-img{
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.mp-section-title{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	
	width: 100%;
	padding: 5px 0;
	
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	
	background: #424f60;
	opacity: 0.7;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.mp-section:hover .mp-section-title{
	bottom: 20px;
	opacity: 1;
}









/* End */


/* Start:/local/components/main/catalog.sections/templates/all/style.css?17477089351686*/

.mp-sections-block.all{
	border-top: 1px solid;
	border-bottom: 1px solid;
	display: none;
}

@media(max-width: 700px){
	.mp-sections-block.all{
		display: block;
	}
}


.mp-sections-title{
	display: flex;
	align-items: flex-end;
	
	padding: 20px 0;
}

.mp-sections-h3{
	font-size: 22px;
	margin: 0 0 5px 0;
    padding: 0 0 2px 5px;
	border-bottom: 1px solid #EAEDED;
	width: 100%;
	
}

.mp-sections-all{
    font-size: 15px;
    color: #DA251C;
	margin: 0 0 2px 10px;
}

.mp-sections{
	justify-content: space-between;
	
	margin: 0 0 30px 0;
}

.mp-section{
	position: relative;
	
	width: calc(20% - 8px);
	
	margin: 0 10px 10px 0;
}

.mp-section:nth-child(5n){
	margin: 0 0 10px 0;
}

@media(max-width: 880px){
	.mp-section{
		width: 32%;
		margin: 0 0 10px 0;
	}
	
	.mp-section:nth-child(10){
		display: none;
	}
}

@media(max-width: 450px){
	.mp-section{
		width: 49%;
	}
	
	.mp-section:nth-child(10){
		display: block;
	}
}

.mp-section-pic{
	display: block;
	
	overflow: hidden;
}

.mp-section-img{
	width: 100%;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.mp-section:hover .mp-section-img{
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.mp-section-title{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	
	width: 100%;
	padding: 5px 0;
	
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	
	background: #424f60;
	opacity: 0.7;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.mp-section:hover .mp-section-title{
	bottom: 20px;
	opacity: 1;
}









/* End */


/* Start:/local/components/main/carousel/templates/.default/style.css?16104437394108*/

/** ICONS **/
@font-face {
	font-family: 'complex-icons';
	src:	url('/local/components/main/carousel/templates/.default/./font/complex.eot?56099262');
	src:	url('/local/components/main/carousel/templates/.default/./font/complex.eot?56099262#iefix') format('embedded-opentype'),
			url('/local/components/main/carousel/templates/.default/./font/complex.woff2?56099262') format('woff2'),
			url('/local/components/main/carousel/templates/.default/./font/complex.woff?56099262') format('woff'),
			url('/local/components/main/carousel/templates/.default/./font/complex.ttf?56099262') format('truetype'),
			url('/local/components/main/carousel/templates/.default/./font/complex.svg?56099262#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

.complex-icons{
	font-family: 'complex-icons';
}


.main-page-carusel{
	padding: 20px 0;
}

.ciblock-elements-item-wrap{
	width: 25%;
	padding: 5px;
	display: flex;
}

@media(max-width: 1360px){
	.ciblock-elements-item-wrap{
		width: 33.33333333333334%;
	}
}

@media(max-width: 850px){
	.ciblock-elements-item-wrap{
		width: 50%;
	}
}

@media(max-width: 600px){
	.ciblock-elements-item-wrap{
		width: 100%;
		padding: 0 0 10px 0;
	}
}

.ciblock-elements-item{
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
	
	border: 1px solid #EAEDED;
	padding: 5px;
	width: 100%;
}

.ciblock-elements-pic{
	display: flex;
	align-items: center;
	justify-content: center;
	
	margin: auto 0 0 0;
}

.ciblock-elements-img{
	max-width: 100%;
	max-height: 250px;
}


.ciblock-elements-url{
	margin: auto 0 0 0;
	height: 45px;
    display: flex;
    align-items: start;
}

.ciblock-elements-title{
	width: 100%;
	max-height: 45px;
	overflow: hidden;
	text-align: center;
	padding: 5px;
	font-size: 14px;
}


.ciblock-elements-info{
	padding: 5px 0;
}

.ciblock-elements-catalog-wrap{
	display: flex;
}

.ciblock-elements-catalog{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 auto 0 auto;
}

.ciblock-elements-quantity-info{
	width: 100%;
	text-align: center;
	color: #cccccc;
	padding: 5px 0;
}

.ciblock-elements-cost{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}

.ciblock-elements-discount-wrap{
	padding: 5px;
}

.ciblock-elements-discount{
	font-size: 16px;
	color: #cccccc;
	text-decoration: line-through;
}

.ciblock-elements-price-wrap{
	padding: 5px;
	font-weight: bold;

}

.ciblock-elements-price{
	font-weight: bold;
	font-size: 18px;
}

.ciblock-elements-buttons{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 0 auto 0 auto;
	padding: 5px 0 0 0;
}

.ciblock-elements-button{
	padding: 7px 10px;
	border: 1px solid #EAEDED;
	margin: 0 0 0 10px;
}

.ciblock-elements-button.buy{
	color: #DA251C;
	border-color: #DA251C;
}

.ciblock-elements-button.buy.buyed{
	color: #4FAD00;
	border-color: #4FAD00;
}

.ciblock-elements-button.more{
	color: #ffffff;
	border-color: #424F60;
	background: #424F60;
}







.celement-wrap-carusel{
	margin: 0 0 0 0;
}

.celement-carusel-title{
	margin: 0 0 5px 0;
	padding: 0 0 2px 5px;
	
	font-size: 22px;
	font-weight: bold;
	
	border-bottom: 1px solid #EAEDED;
}

.celement-carusel{
	display: flex;
}

.celement-carusel-wrap{
	display: flex;
	overflow: hidden;
	
	width: 100%;
}

.celement-carusel--item{
	display: flex;
	max-width: 20%;
	min-width: 20%;
}

@media(max-width: 1200px){
	.celement-carusel--item{
		max-width: 25%;
		min-width: 25%;
	}
}

@media(max-width: 1000px){
	.celement-carusel--item{
		max-width: 33.33333333333333%;
		min-width: 33.33333333333333%;
	}
}

@media(max-width: 800px){
	.celement-carusel--item{
		max-width: 50%;
		min-width: 50%;
	}
}

@media(max-width: 600px){
	.celement-carusel--item{
		max-width: 100%;
		min-width: 100%;
	}
}


.celement-carusel--item .ciblock-elements-item-wrap{
	width: 100% !important;
}

.celement-carusel-prev{
	display: flex;
    justify-content: center;
    align-items: center;
}

.celement-carusel-next{
	display: flex;
    justify-content: center;
    align-items: center;
}

.celement-carusel--arrow{
	font-size: 25px;
	cursor: pointer;
}
/* End */


/* Start:/local/components/main/banners/templates/banners-1/style.css?1562983022707*/

.mp-bnrs-1-bg{
	padding: 20px 0;
}

@media(max-width: 700px){
	.mp-bnrs-1-bg{
		display: none;
	}
}

.mp-bnrs-1{
	justify-content: space-between;
}

.mp-bnrs-1-bnr{
	width: 33%;
	align-items: baseline;
}

@media(max-width: 1000px){
	.mp-bnrs-1-bnr{
		width: 49%;
	}
	
	.mp-bnrs-1-bnr:nth-child(3){
		display: none;
	}
}

@media(max-width: 600px){
	.mp-bnrs-1-bnr{
		width: 100%;
		display: block !important;
		margin: 0 0 15px 0;
	}
	
	.mp-bnrs-1-bnr:nth-child(3){
		display: block;
	}
}

.mp-bnrs-1--title{
	padding: 5px;
	display: block;
}

.mp-bnrs-1--pic{
	display: block;
	width: 100%;
}

.mp-bnrs-1--img{
	width: 100%;
	padding: 0 5px;
}

.mp-bnrs-1--text{
	padding: 5px;
	display: block;
}










/* End */


/* Start:/local/components/main/banners/templates/banners-2/style.css?1562983032955*/

.mp-bnrs-2-bg{
	padding: 20px 0;
}

@media(max-width: 700px){
	.mp-bnrs-2-bg{
		display: none;
	}
}

.mp-bnrs-2{
	justify-content: space-between;
}

@media(max-width: 1000px){
	.mp-bnrs-2-bnr{
		flex-direction: column;
	}
}

.mp-bnrs-2-bnr{
	width: 49%;
	flex-wrap: nowrap !important;
	justify-content: flex-end;
    padding: 10px;
}

@media(max-width: 1000px){
	.mp-bnrs-2-bnr{
		width: 100%;
		margin: 0 0 20px 0;
	}
}

@media(max-width: 550px){
	.mp-bnrs-2-bnr{
		flex-direction: column !important;
		flex-wrap: wrap !important;
		justify-content: center;
	}
}

.mp-bnrs-2--title{
	justify-content: center;
	margin: 0 auto;
}

@media(max-width: 550px){
	.mp-bnrs-2--title{
		order: 2;
		margin-top: 10px;
	}
}


.mp-bnrs-2--text{
	padding: 10px 0 0 0;
}

.mp-bnrs-2--pic{
	justify-content: center;
	align-items: center;
	margin: 0 0 0 10px;
}

@media(max-width: 550px){
	.mp-bnrs-2--pic{
		order: 1;
	}
}

.mp-bnrs-2--img{
	margin-bottom: 0;
}








/* End */


/* Start:/local/components/main/carousel/templates/news/style.css?15629829492531*/

/** ICONS **/
@font-face {
	font-family: 'complex-icons';
	src:	url('/local/components/main/carousel/templates/news/./font/complex.eot?56099262');
	src:	url('/local/components/main/carousel/templates/news/./font/complex.eot?56099262#iefix') format('embedded-opentype'),
			url('/local/components/main/carousel/templates/news/./font/complex.woff2?56099262') format('woff2'),
			url('/local/components/main/carousel/templates/news/./font/complex.woff?56099262') format('woff'),
			url('/local/components/main/carousel/templates/news/./font/complex.ttf?56099262') format('truetype'),
			url('/local/components/main/carousel/templates/news/./font/complex.svg?56099262#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

.complex-icons{
	font-family: 'complex-icons';
}


.main-page-carusel{
	padding: 20px 0;
}

@media(max-width: 700px){
	.main-page-carusel{
		display: none;
	}
}

.celement-wrap-carusel{
	margin: 0 0 0 0;
}

.celement-carusel-title{
	margin: 0 0 5px 0;
	padding: 0 0 2px 5px;
	
	font-weight: bold;
	
	border-bottom: 1px solid #EAEDED;
}

.celement-carusel{
	display: flex;
}

.celement-carusel-wrap{
	display: flex;
	overflow: hidden;
	
	width: 100%;
}

.celement-carusel--item .ciblock-elements-item-wrap{
	width: 100% !important;
}

.celement-carusel-prev{
	display: flex;
    justify-content: center;
    align-items: center;
}

.celement-carusel-next{
	display: flex;
    justify-content: center;
    align-items: center;
}

.celement-carusel--arrow{
	font-size: 25px;
	cursor: pointer;
}

.celement-carusel--all{
	font-size: 13px;
    color: #DA251C;
	margin: 0 0 0 10px;
}


.news-carusel{
	flex-direction: column;
}

.news-carusel .celement-carusel-wrap{
	margin: 10px 0 0 0;
}

.news-carusel-arrow{
	display: flex;
	justify-content: flex-end;
	width: 50px;
    margin: -38px 0 0 auto;
}

.news-carusel-arrow .celement-carusel--arrow{
	padding: 5px;
	border: 1px solid #dddddd;
	font-size: 15px;
}

.news-carusel-item{
	display: flex;
	flex-direction: column;
}

.news-carusel--pic{
	min-height: 150px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.news-carusel--img{
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}

.news-carusel--title{
	padding: 5px 0 0 0;
    font-weight: bold;
    font-size: 16px;
}

.news-carusel--date{
	padding: 10px 0 0 0;
}

.news-carusel .celement-carusel--item{
	max-width: 33.33333333333333%;
	min-width: 33.33333333333333%;
}

@media(max-width: 800px){
	.news-carusel .celement-carusel--item{
		max-width: 50%;
		min-width: 50%;
	}
}

@media(max-width: 600px){
	.celement-carusel--item{
		max-width: 100%;
		min-width: 100%;
	}
}















/* End */
/* /local/components/main/slider/templates/.default/style.css?1564042778606 */
/* /local/components/main/brands.main.page/templates/main.page/style.css?15629828351057 */
/* /local/components/main/catalog.sections/templates/popular/style.css?17477089401698 */
/* /local/components/main/catalog.sections/templates/all/style.css?17477089351686 */
/* /local/components/main/carousel/templates/.default/style.css?16104437394108 */
/* /local/components/main/banners/templates/banners-1/style.css?1562983022707 */
/* /local/components/main/banners/templates/banners-2/style.css?1562983032955 */
/* /local/components/main/carousel/templates/news/style.css?15629829492531 */
