

/* Start:/local/templates/mk-27-new/components/bitrix/news.list/main_slider/style.css?17494313073913*/
.owl-carousel .owl-stage-outer {
    position: relative;
}

.main-slider .owl-nav {
    position: absolute;
    width: 100%;
    height: 0px;
    top: 40%;
    z-index: 999;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
.main-slider .owl-prev:after {
    content: url('/local/templates/mk-27-new/assets/images/banner-prev.svg');
    font-size: unset;
    font-family: unset;
    line-height: 0;
    transition: all 0.15s ease-in-out;
    filter: none;
    position: relative;
    top: -20px;
    opacity: 0;
}

.main-slider .owl-next:after {
    content: url('/local/templates/mk-27-new/assets/images/banner-next.svg');
    font-size: unset;
    font-family: unset;
    line-height: 0;
    transition: all 0.15s ease-in-out;
    filter: none;
    position: relative;
    top: -20px;
    opacity: 0;
}
.owl-carousel:hover .owl-prev:after,
.owl-carousel:hover .owl-next:after {
    opacity: 1;
}
.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    margin-top: -25px;
}
.owl-dot {
    width: 12px;
    height: 12px;
    border: 1.5px #9c9ca9 solid !important;
    background-color: #fff !important;
    opacity: 1;
    position: relative;
    transition: all 0.2s ease-in-out;
    border-radius: 50%;
    margin: 0 4px;
}
.owl-dot.active {
    width: 18px;
    height: 18px;
    border: 1.5px #ff4e47 solid !important;
}

.main-slider {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.main-slider .slider {
    max-width: 1056px;
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 360px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-slider .slider .text-block {
    margin: 0 60px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.8);
}
.main-slider .slider .text-block > div {
    padding: 0 5px;
    color: #ee3831;
    display: block;
    text-shadow: 1px 1px 1px #333;
}
.main-slider .slider .text-block .description {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
}
.main-slider .slider .text-block .title {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
}

.main-slider .slider .text-block .link a {
    font-size: 20px;
    color: #ee3831;
}
.main-slider .slider .text-block .link a:hover {
    text-decoration: underline;
}

@media (max-width: 991px) {
    .main-slider .slider .text-block {
        margin: 0 30px;
    }
    .main-slider .slider .text-block .description {
        font-size: 20px;
    }
    .main-slider .slider .text-block .title {
        font-size: 30px;
    }
    .main-slider .slider .text-block .link a {
        font-size: 18px;
    }
}
@media (max-width: 768px) {
    .main-slider .slider .text-block {
        margin: 0 20px;
    }
    .main-slider .slider .text-block .description {
        font-size: 18px;
    }
    .main-slider .slider .text-block .title {
        font-size: 26px;
    }
    .main-slider .slider .text-block .link a {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .main-slider .slider {
        background-size: contain;
        min-height: 200px;
    }
    .main-slider .slider .text-block {
        margin: 0 auto;
        max-width: calc(100% - 80px);
    }
    .main-slider .slider .text-block .description {
        font-size: 16px;
        text-align: center;
    }
    .main-slider .slider .text-block .title {
        font-size: 24px;
        text-align: center;
    }
    .main-slider .slider .text-block .link {
        text-align: center;
    }
    .main-slider .slider .text-block .link a {
        font-size: 18px;
    }
    .owl-carousel .owl-prev:after,
    .owl-carousel .owl-next:after {
        opacity: 1;
    }
}

/* End */


/* Start:/local/templates/mk-27-new/components/bitrix/catalog.section/main_new_products/style.css?17494313073492*/
.main-new-products-head {
    color: #EE3831;
    padding: 30px 0 15зч;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 0 15px;
    margin-left: 15px;
    clear: both; 
}
.main-new-products {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    /*padding: 0 0 0 15px;*/
    padding: 0;
}
.main-new-products > .row {
	--bs-gutter-x: 0;
}

.main-new-products .product-block {
	padding: 15px;
	border: 1px #eee solid;
}

.main-new-products .product-block .product-name {
	margin-top: 10px;
}

.main-new-products .product-block .product-name a {
	color: #333;
    font-size: 16px;
    height: 70px;
    overflow: hidden;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    height: 70px;
}

.main-new-products .product-block .product-name a:hover {
	color: #d43535;
}
.main-new-products .product-block .product-name a:active {
    color: #9c2020;
}


.main-new-products .product-block .product-image {
    width: 160px;
    height: 210px;
    text-align: center;
    margin: auto;
	display: flex;
    align-items: center;
    justify-content: center;
}
.main-new-products .product-block .product-image img {
	max-height: 270px;
}
.main-new-products .product-block .product-price {
	font-size: 20px;
	font-weight: 600;
	margin-top: 15px;
}
.main-new-products .product-block .product-price i {
    color: #afafaf;
    font-size: 16px;
    margin-left: 5px;
}
.main-new-products .owl-prev,
.main-new-products .owl-next {
	font-size: 50px !important;
    color: #008ed5 !important;
    font-weight: 300 !important;
    position: absolute;
    top: calc(50% - 30px);
    outline: none;
    transition: .15s;
}
.main-new-products .owl-prev span,
.main-new-products .owl-next span {
	transition: .15s;
	background: #fff;
    height: 50px;
    width: 50px;
    display: block;
	line-height: 0.87;
    font-size: 45px;
    border-radius: 50%;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.2), inset 0 0 0 1px rgba(0,0,0,0.1);
}

.main-new-products .owl-next span {
	padding-left: 3px;
}

.main-new-products .owl-prev:hover span,
.main-new-products .owl-next:hover span {
	color: #fff;
	background: #ff5f5f;
}
.main-new-products .owl-prev:active span,
.main-new-products .owl-next:active span {
	background: #de5353;
}

.main-new-products .owl-prev {
	left: 0px;
	opacity: 0;
}
.main-new-products .owl-next {
    right: 0px;
    opacity: 0;
}

.main-new-products:hover .owl-prev {
	left: 10px;
	opacity: 1;
}
.main-new-products:hover .owl-next {
    right: 10px;
    opacity: 1;
}

@media (max-width: 991px) {
	.main-new-products {
		padding: 0;
	}
	.main-new-products-head {
		margin-left: 0;
		padding: 15px 0;
	}
	.main-new-products .owl-prev {
		left: 0px !important;
		opacity: 1;
	}
	.main-new-products .owl-next {
	    right: 0px !important;
	    opacity: 1;
	}
	.main-new-products .owl-prev span,
	.main-new-products .owl-next span {
	    background: none;
	    box-shadow: none;
	    color: #999;
	    width: 30px;
	}
	.main-new-products .owl-prev:hover span,
	.main-new-products .owl-next:hover span {
		color: #999;
		background: none;
	}
	.main-new-products .owl-prev:active span,
	.main-new-products .owl-next:active span {
		background: none;
	}
	.main-new-products .product-block .product-image {
		width: 120px;
		height: 160px;
	}
	.main-new-products .owl-dots {
		display: none;
	}
}
























/* End */


/* Start:/local/templates/mk-27-new/components/bitrix/catalog.section/main_popular_products/style.css?17494313073637*/
.main-popular-products-head {
    color: #EE3831;
    padding: 30px 0 15зч;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 0 15px;
    margin-left: 15px;
    clear: both; 
}
.main-popular-products {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    /*padding: 0 0 0 15px;*/
    padding: 0;
}
.main-popular-products > .row {
	--bs-gutter-x: 0;
}

.main-popular-products .product-block {
	padding: 15px;
	border: 1px #eee solid;
}

.main-popular-products .product-block .product-name {
	margin-top: 10px;
}

.main-popular-products .product-block .product-name a {
	color: #333;
    font-size: 16px;
    height: 70px;
    overflow: hidden;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    height: 70px;
}

.main-popular-products .product-block .product-name a:hover {
	color: #d43535;
}
.main-popular-products .product-block .product-name a:active {
    color: #9c2020;
}


.main-popular-products .product-block .product-image {
    width: 160px;
    height: 210px;
    text-align: center;
    margin: auto;
	display: flex;
    align-items: center;
    justify-content: center;
}
.main-popular-products .product-block .product-image img {
	max-height: 270px;
}
.main-popular-products .product-block .product-price {
	font-size: 20px;
	font-weight: 600;
	margin-top: 15px;
}
.main-popular-products .product-block .product-price i {
    color: #afafaf;
    font-size: 16px;
    margin-left: 5px;
}
.main-popular-products .owl-prev,
.main-popular-products .owl-next {
	font-size: 50px !important;
    color: #008ed5 !important;
    font-weight: 300 !important;
    position: absolute;
    top: calc(50% - 30px);
    outline: none;
    transition: .15s;
}
.main-popular-products .owl-prev span,
.main-popular-products .owl-next span {
	transition: .15s;
	background: #fff;
    height: 50px;
    width: 50px;
    display: block;
	line-height: 0.87;
    font-size: 45px;
    border-radius: 50%;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.2), inset 0 0 0 1px rgba(0,0,0,0.1);
}

.main-popular-products .owl-next span {
	padding-left: 3px;
}

.main-popular-products .owl-prev:hover span,
.main-popular-products .owl-next:hover span {
	color: #fff;
	background: #ff5f5f;
}
.main-popular-products .owl-prev:active span,
.main-popular-products .owl-next:active span {
	background: #de5353;
}

.main-popular-products .owl-prev {
	left: 0px;
	opacity: 0;
}
.main-popular-products .owl-next {
    right: 0px;
    opacity: 0;
}

.main-popular-products:hover .owl-prev {
	left: 10px;
	opacity: 1;
}
.main-popular-products:hover .owl-next {
    right: 10px;
    opacity: 1;
}

@media (max-width: 991px) {
	.main-popular-products {
		padding: 0;
	}
	.main-popular-products-head {
		margin-left: 0;
		padding: 15px 0;
	}
	.main-popular-products .owl-prev {
		left: 0px !important;
		opacity: 1;
	}
	.main-popular-products .owl-next {
	    right: 0px !important;
	    opacity: 1;
	}
	.main-popular-products .owl-prev span,
	.main-popular-products .owl-next span {
	    background: none;
	    box-shadow: none;
	    color: #999;
	    width: 30px;
	}
	.main-popular-products .owl-prev:hover span,
	.main-popular-products .owl-next:hover span {
		color: #999;
		background: none;
	}
	.main-popular-products .owl-prev:active span,
	.main-popular-products .owl-next:active span {
		background: none;
	}
	.main-popular-products .product-block .product-image {
		width: 120px;
		height: 160px;
	}
	.main-popular-products .owl-dots {
		display: none;
	}
}





















/* End */
/* /local/templates/mk-27-new/components/bitrix/news.list/main_slider/style.css?17494313073913 */
/* /local/templates/mk-27-new/components/bitrix/catalog.section/main_new_products/style.css?17494313073492 */
/* /local/templates/mk-27-new/components/bitrix/catalog.section/main_popular_products/style.css?17494313073637 */
