

/* Start:/local/templates/tmpl/components/bitrix/news.list/share-main-slide/style.css?17389169373821*/
.awz-item-share-item {position:relative;border-radius:10px;overflow:hidden;}
.awz-item-share-image img {width:100%;height:auto;}
.awz-item-share-name {
    font-size: 1.6em;
    line-height: 1.3em;
    color: #fff;
    bottom: 0;
    position: absolute;
    width: 100%;
    background: -webkit-gradient(linear,left bottom,left top,from(black),to(transparent));
    background: -webkit-linear-gradient(bottom,black,transparent);
    background: -o-linear-gradient(bottom,black,transparent);
    background: linear-gradient(to top,black,transparent);
    -webkit-border-bottom-left-radius: 12px;
    border-bottom-left-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    border-bottom-right-radius: 12px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 3
}
.awz-item-share-name span {display:block;padding: 2em 1em 1em 1em;
}
.awz-item-share-image>span {
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 12px;
    border-radius: 12px
}
.awz-item-share-item .awz-item-share-image{
    -webkit-transition: -webkit-transform 2s linear;
    transition: -webkit-transform 2s linear;
    -o-transition: transform 2s linear;
    transition: transform 2s linear;
    transition: transform 2s linear,-webkit-transform 1s linear;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}
.awz-item-share-item:hover .awz-item-share-image {
    -webkit-transition: -webkit-transform 5s linear;
    transition: -webkit-transform 5s linear;
    -o-transition: transform 5s linear;
    transition: transform 5s linear;
    transition: transform 5s linear,-webkit-transform 5s linear;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}
.rich-text-editor-content .awz-item-share-name span {color: #fff;text-decoration: none;}
.rich-text-editor-content .awz-item-share-name span:hover {color: #fff;}
.rich-text-editor-content .awz-item-share-name span a {color:#ffffff;text-decoration:none;}
.rich-text-editor-content .awz-item-share-name span a:hover {color:#ffffff;}

.products-carousel .swiper-wrapper {justify-content: left}
.products-carousel {margin-bottom:10px;overflow:visible;position:relative;}
.products-carousel .products-carousel__list-wrap {position:relative;padding-bottom:20px;}
.products-carousel .products-carousel__list {overflow:hidden;}
.products-carousel .slide-item-wrap {padding:10px 10px;}
.products-carousel .slide-item-wrap:first-child {padding-left:0;}
.products-carousel .swiper-pagination {display: block;
    text-align: center;
    width: 100%;
    padding: 10px 0;
    position: relative;z-index:3;
padding-top:20px;
}
.products-carousel .swiper-pagination-bullet { width: 20px;height: 20px;}
.products-carousel .swiper-pagination-bullet-active {background:red;}
.products-carousel__btn-prew, .products-carousel__btn-next {
    position:absolute;left:0px;width:42px;height:42px;display:block;
    border-radius:2px;z-index:4;cursor:pointer;color:#000000;
    text-align:center;line-height:40px;}
.products-carousel__btn-next {left:auto;right:5px;}
.products-carousel__btn-prew:hover, .products-carousel__btn-next:hover {cursor:pointer;}
.products-carousel__btn-prew i, .products-carousel__btn-next i {line-height:40px;font-size:24px;}

.products-carousel .products-carousel__list-wrap {margin-left:1px;}
.products-carousel .products-carousel__list-wrap-cnt-1 .swiper-wrapper {justify-content: center}
.products-carousel .products-carousel__list-wrap-cnt-2 .swiper-wrapper {
    justify-content: center
}

@media (max-width: 991.98px) {
    .products-carousel .products-carousel__list-wrap-cnt-2 .swiper-wrapper {
        justify-content: left
    }
}
/* End */


/* Start:/local/templates/tmpl/components/bitrix/catalog.section.list/main/style.css?17334731052021*/
.awz-item-category-item {position:relative;border-radius:10px;overflow:hidden;}
.awz-item-category-image img {width:100%;height:auto;}
.awz-item-category-name {
    font-size: 1.6em;
    line-height: 1.3em;
    color: #fff;
    bottom: 0;
    position: absolute;
    width: 100%;
    background: -webkit-gradient(linear,left bottom,left top,from(black),to(transparent));
    background: -webkit-linear-gradient(bottom,black,transparent);
    background: -o-linear-gradient(bottom,black,transparent);
    background: linear-gradient(to top,black,transparent);
    -webkit-border-bottom-left-radius: 12px;
    border-bottom-left-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    border-bottom-right-radius: 12px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 3
}
.awz-item-category-name a {display:block;padding: 2em 1em 1em 1em;
}
.awz-item-category-image>a {
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 12px;
    border-radius: 12px
}
.awz-item-category-item .awz-item-category-image{
    -webkit-transition: -webkit-transform 2s linear;
    transition: -webkit-transform 2s linear;
    -o-transition: transform 2s linear;
    transition: transform 2s linear;
    transition: transform 2s linear,-webkit-transform 1s linear;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}
.awz-item-category-item:hover .awz-item-category-image {
    -webkit-transition: -webkit-transform 5s linear;
    transition: -webkit-transform 5s linear;
    -o-transition: transform 5s linear;
    transition: transform 5s linear;
    transition: transform 5s linear,-webkit-transform 5s linear;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}
.rich-text-editor-content .awz-item-category-name a {color: #fff;text-decoration: none;}
.rich-text-editor-content .awz-item-category-name a:hover {color: #fff;}
/* End */
/* /local/templates/tmpl/components/bitrix/news.list/share-main-slide/style.css?17389169373821 */
/* /local/templates/tmpl/components/bitrix/catalog.section.list/main/style.css?17334731052021 */
