

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

.main-slider {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.main-slider .owl-carousel {
    position: relative;
    width: 100%;
}

.main-slider .owl-carousel .owl-nav {
    position: absolute;
    inset: 0;
    margin: 0;
    z-index: 10;
    pointer-events: none;
}

.main-slider .owl-carousel .owl-prev,
.main-slider .owl-carousel .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent !important;
    transform: none;
    pointer-events: auto;
    cursor: pointer;
}

.main-slider .owl-carousel .owl-prev {
    left: 0;
}

.main-slider .owl-carousel .owl-next {
    right: 0;
}

.main-slider .owl-carousel .owl-prev span,
.main-slider .owl-carousel .owl-next span {
    display: none;
}

.main-slider .owl-carousel .owl-prev::after,
.main-slider .owl-carousel .owl-next::after {
    content: '';
    display: block;
    width: 28px;
    height: 52px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    transition: opacity 0.15s ease-in-out;
}

.main-slider .owl-carousel .owl-prev::after {
    background-image: url('/local/templates/mk-27-new/assets/images/banner-prev.svg');
}

.main-slider .owl-carousel .owl-next::after {
    background-image: url('/local/templates/mk-27-new/assets/images/banner-next.svg');
}

.main-slider:hover .owl-carousel .owl-prev::after,
.main-slider:hover .owl-carousel .owl-next::after {
    opacity: 1;
}

.main-slider .owl-carousel .owl-dots {
    display: none !important;
}

.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: 767px) {
    .main-slider .owl-carousel .owl-prev,
    .main-slider .owl-carousel .owl-next {
        display: flex !important;
        width: 36px;
    }

    .main-slider .owl-carousel .owl-prev::after,
    .main-slider .owl-carousel .owl-next::after {
        width: 22px;
        height: 40px;
        opacity: 1;
    }
}

@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;
    }
}

/* End */


/* Start:/local/templates/mk-27-new/components/bitrix/catalog.section/main_new_products/style.css?17421814013492*/
.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?17421814013637*/
.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?17840321674365 */
/* /local/templates/mk-27-new/components/bitrix/catalog.section/main_new_products/style.css?17421814013492 */
/* /local/templates/mk-27-new/components/bitrix/catalog.section/main_popular_products/style.css?17421814013637 */
