

/* Start:/local/templates/lemax2020/components/aspro/com.banners.mshop/main_slider_banners/style.css?16529460704793*/
.banner {
    color: #fff;
    text-decoration: none;
}

.banner:hover,
.banner:focus,
.banner:active {
    color: #fff;
    text-decoration: none;
}

.banner_type_simple .banner__content {
    display: none;
}

.banner_type_simple .banner__illustration {
    position: static;
}

.banner_type_simple .banner__illustration:before {
    position: static;
    display: block;
    width: 100%;
    padding: 38.41% 0 0;
    background: transparent;
}

@media only screen and (min-width: 1025px) {
    .banner_type_simple .banner__illustration:before {
        padding: 26.04% 0 0;
    }
}

.banner_type_simple .banner__image {
    max-width: 100%;
    min-width: 0;
    max-height: 100%;
    min-height: 0;
    width: 100%;
    height: 100%;
}

.banner_type_transforming .banner__title, .banner_type_transforming .banner__fields {
    display: none;
}

@media only screen and (min-width: 1025px) {
    .banner_type_transforming .banner__title, .banner_type_transforming .banner__fields {
        display: block;
    }
}

@media only screen and (max-width: 1024px) {
    .banner_type_transforming .banner__content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .banner_type_transforming .banner__controls {
        padding: 0;
    }
}

.banner_type_transforming .banner__button {
    position: static;
    opacity: 0;
}

@media only screen and (min-width: 1025px) {
    .banner_type_transforming .banner__button {
        position: relative;
        opacity: 1;
    }
}

.banner_type_transforming .banner__button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    padding: 0;
    background: transparent;
}

@media only screen and (min-width: 1025px) {
    .banner_type_transforming .banner__button:before {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .banner_type_transforming .banner__illustration {
        position: static;
    }

    .banner_type_transforming .banner__illustration:before {
        position: static;
        display: block;
        width: 100%;
        padding: 38.41% 0 0;
        background: transparent;
    }

    .banner_type_transforming .banner__image_type_mobile {
        max-width: 100%;
        min-width: 0;
        max-height: 100%;
        min-height: 0;
    }
}

.banner-carousel__navigation {
    display: none;
}

@media only screen and (min-width: 1025px) {
    .banner-carousel__navigation {
        display: block;
    }

    .banner-carousel__arrow {
        opacity: 0;
        transition: opacity .3s ease;
    }

    .banner-carousel:hover .banner-carousel__arrow {
        opacity: 1;
    }
}

.banner-carousel__arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
    display: block;
    width: 40px;
    height: 40px;
    color: #999;
    font-size: 0;
    text-decoration: none;
    background: #fff;
    border: none;
    border-radius: 50%;
    outline: none;
    transform: translate(0, -50%);
    transition: all .3s ease;
}


.banner-carousel__arrow:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    width: 15px;
    height: 15px;
    border-top: 3px solid currentColor;
    border-right: 3px solid currentColor;
}

.banner-carousel__arrow:hover {
    color: #fff;
    background-color: #a01602;
}

.banner-carousel__arrow_type_prev {
    left: 25px;
}

.banner-carousel__arrow_type_prev:before {
    transform: translate(-25%, -50%) rotate(-135deg);
}

.banner-carousel__arrow_type_next {
    right: 25px;
}

.banner-carousel__arrow_type_next:before {
    transform: translate(-75%, -50%) rotate(45deg);
}

.banner-carousel .banner-carousel__slide {
    height: auto;
}

.banner-carousel .banner {
    height: 100%;
    background: #fff;
}

.banner_align_left,
.banner_align_left .banner__title,
.banner_align_left .title,
.banner_align_left .banner__controls {
    text-align: left;
}

.banner_align_left .banner__fields {
    margin: 0 auto 0 0;
}

.banner_align_center,
.banner_align_center .banner__title,
.banner_align_center .title,
.banner_align_center .banner__controls {
    text-align: center;
}

.banner_align_center .banner__fields {
    margin: 0 auto;
}

.banner_align_right,
.banner_align_right .banner__title,
.banner_align_right .title,
.banner_align_right .banner__controls {
    text-align: right;
}

.banner_align_right .banner__fields {
    margin: 0 0 0 auto;
}

/* End */


/* Start:/local/templates/lemax2020/components/bitrix/news.list/guide_banner_slider/style.css?16637647303657*/
.guide-carousel__slide.swiper-slide {
	flex: 0 0 260px;
	width: 260px;
	max-width: 260px;
	height: auto;
}

@media only screen and (min-width: 768px) {
	.guide-carousel__slide.swiper-slide {
		flex-basis: auto;
		width: auto;
		max-width: none;
	}
}

.guide-carousel__banner {
	height: 100%;
}

.guide-carousel__arrow {
	position: absolute;
	top: 50%;
	z-index: 10;
	display: none;
	width: 32px;
	height: 32px;
	color: #333;
	font-size: 0;
	text-decoration: none;
	background: transparent;
	border: none;
	outline: none;
	transform: translate(0, -50%);
	transition: color .3s ease;
}

.guide-carousel__arrow:hover {
	color: #A01602;
}

.guide-carousel__arrow:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	display: block;
	width: 14px;
	height: 14px;
	border-top: 2px solid currentColor;
	border-left: 2px solid currentColor;
}

@media only screen and (min-width: 768px) {
	.guide-carousel__arrow {
		display: block;
	}
}

.guide-carousel__arrow_type_prev {
	left: -2px;
}

.guide-carousel__arrow_type_prev:before {
	transform: translate(-20%, -50%) rotate(-45deg)
}

.guide-carousel__arrow_type_next {
	right: -2px;
}

.guide-carousel__arrow_type_next:before {
	transform: translate(-80%, -50%) rotate(135deg)
}

.guide-carousel__arrow_state_disabled,
.guide-carousel__arrow_state_disabled:hover {
	color: rgba(51, 51, 51, 0.4);
}

.guide-banner {
	position: relative;
	display: block;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.guide-banner__wrapper {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	height: 100%;
	padding: 8px 0 8px;
	transition: color .3s ease, background .3s ease;
}

@media only screen and (min-width: 1025px) {
	.guide-banner__wrapper {
		padding: 20px 0 25px;
	}
}

.guide-banner__content {
	display: block;
	flex: 0 1 auto;
	width: 100%;
	min-height: 110px;
	margin: 0 0 auto;
	padding: 0 10px 8px;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	opacity: 0;
	transition: opacity .3s ease;
}

@media only screen and (min-width: 1025px) {
	.guide-banner__content {
		min-height: 178px;
		padding: 0 30px 18px 20px;
		line-height: 17px;
	}
}

.guide-banner__content:last-child {
	padding-bottom: 0;
}

.guide-banner__heading {
	display: block;
	flex: 0 1 auto;
	width: 100%;
	padding: 0 10px 0 0;
}

@media only screen and (min-width: 1025px) {
	.guide-banner__heading {
		padding: 0 20px 0 0;
	}
}

.guide-banner__title {
	display: inline-block;
	vertical-align: middle;
	padding: 8px 16px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	text-transform: uppercase;
	background: #A01602;
	transition: color .3s ease, background .3s ease;
}

@media only screen and (min-width: 1025px) {
	.guide-banner__title {
		padding: 8px 20px;
		font-size: 16px;
		line-height: 21px;
	}
}

.guide-banner__link {
	color: inherit;
	text-decoration: none;
}

.guide-banner__link:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.guide-banner:hover .guide-banner__wrapper {
	color: #fff;
	background: rgba(160, 22, 2, 0.7);
}

.guide-banner:hover .guide-banner__content {
	opacity: 1;
}

.guide-banner:hover .guide-banner__title {
	color: #A01602;
	background: #fff;
}

.guide-banner__content h3:not([class]) {
	line-height: 1.3;
}

.guide-banner__content ul:not([class]) li:not([class]):before {
	top: .5em;
	color: inherit;
	background-color: currentColor;
}
/* End */


/* Start:/local/templates/lemax2020/components/bitrix/catalog.section.list/where_buy_front/style.css?160586098750*/
#w-buy-map {
    height: 410px;
    width: 100%;
}
/* End */


/* Start:/local/components/waim/iblock.content/templates/cartoons/style.css?16172777515666*/
.swiper-cartoon{
    height: 275px;
}

.swiper-cartoon .swiper-slide a::after{
    content: '';
    width: 50px;
    height: 25px;
    position: absolute;
    background: url('/images/youtube_play_button.svg') no-repeat 50% 50%;
    top: 75px;
    margin-left: 125px;
}

.swiper-cartoon .swiper-slide img{
    max-height: 225px;
}
.swiper-custom-button-prev,
.swiper-custom-button-next {
    position: absolute;
    bottom: 10px;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a01602;
}
.swiper-custom-button-prev.swiper-custom-button-disabled,
.swiper-custom-button-next.swiper-custom-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-custom-button-prev:after,
.swiper-custom-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
}
.swiper-custom-button-prev,
.swiper-container-rtl .swiper-custom-button-next {
    left: 10px;
    right: auto;
}
.swiper-custom-button-prev:after,
.swiper-container-rtl .swiper-custom-button-next:after {
    content: 'prev';
}
.swiper-custom-button-next,
.swiper-container-rtl .swiper-custom-button-prev {
    right: 10px;
    left: auto;
}
.swiper-custom-button-next:after,
.swiper-container-rtl .swiper-custom-button-prev:after {
    content: 'next';
}
.swiper-custom-button-prev.swiper-custom-button-white,
.swiper-custom-button-next.swiper-custom-button-white {
    --swiper-navigation-color: #ffffff;
}
.swiper-custom-button-prev.swiper-custom-button-black,
.swiper-custom-button-next.swiper-custom-button-black {
    --swiper-navigation-color: #000000;
}
.swiper-custom-button-lock {
    display: none;
}
:root {
    /*
    --swiper-custom-pagination-color: var(--swiper-theme-color);
    */
}
.swiper-custom-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-custom-pagination.swiper-custom-pagination-hidden {
    opacity: 0;
}
/* Common Styles */
.swiper-custom-pagination-fraction,
.swiper-custom-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #a01602 !important;
    opacity: 0.2;
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.swiper-custom-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #a01602 !important;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms right;
}
/* End */


/* Start:/local/templates/lemax2020/components/bitrix/news.list/news_front/style.css?1605860987150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /local/templates/lemax2020/components/aspro/com.banners.mshop/main_slider_banners/style.css?16529460704793 */
/* /local/templates/lemax2020/components/bitrix/news.list/guide_banner_slider/style.css?16637647303657 */
/* /local/templates/lemax2020/components/bitrix/catalog.section.list/where_buy_front/style.css?160586098750 */
/* /local/components/waim/iblock.content/templates/cartoons/style.css?16172777515666 */
/* /local/templates/lemax2020/components/bitrix/news.list/news_front/style.css?1605860987150 */
