

/* Start:/local/templates/rs.scarlett/assets/css/catalog.css?16536815366088*/
/*Banner*/

.catalog__section__banner{
    overflow: hidden;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    min-height: 300px!important;
}
.catalog__section__banner > a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.catalog__section__banner > .container{
    min-height: 522px;
    padding-bottom: 66px;

    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -ms-flex-pack: justify;
}
.catalog__section__banner.mini > .container{
    min-height: 422px;
}
.catalog__section__banner .breadcrumb{
    margin: 0 0 30px;
}
.banner__preheading{
    text-transform: uppercase;
    font-size: .85em;
    color: #323848;
}
.banner__heading{
    color: #323848;
    font-size: 3.75em;
    font-weight: 100;
    line-height: 1;
}
.banner__heading.white{
    color: #fff;
}
.banner__text{
    margin: 16px 0 0;
    color: #323848;
    font-size: 1em;
    line-height: 1.625;
}
.banner__text.white{
    color: #fff;
}

.banner__scroll{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 0;
    justify-content: center;
}
.banner__scroll__icon a {
    cursor: pointer;
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #0032a0;
}
.banner__scroll__icon a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: 30px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
}
.banner__scroll__icon a span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: ScrollBtn 2s infinite;
    animation: ScrollBtn 2s infinite;
    box-sizing: border-box;
}
.main__banner{
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.main__banner .container{
    padding-top: 55px;
    padding-bottom: 66px;
}
.main__banner .banner__heading{
    margin: 25px 0 30px;

}
.main__banner .banner__text{
    margin: 0 0 40px;
    font-size: 1.125em;
}
.main__banner img{
    width: 100%;
    max-width: 45%;
}
.main__banner > a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main__banners .main__banners__prev{
    width: 45px;
    height: 60px;
    position: absolute;
    left: 35px;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    background-image: url(/local/templates/rs.scarlett/assets/css/../images/slider-left.png?v=2);
    background-position: center left;
    background-size: auto 100px;
    background-repeat: no-repeat;
    opacity: .33;
    color: transparent;
    cursor: pointer;
    z-index: 3;
}
.main__banners .main__banners__next{
    width: 45px;
    height: 60px;
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translate(50%,-50%);
    -webkit-transform: translate(50%,-50%);
    background-image: url(/local/templates/rs.scarlett/assets/css/../images/slider-right.png?v=2);
    background-position: center right;
    background-size: auto 100px;
    background-repeat: no-repeat;
    opacity: .33;
    color: transparent;
    cursor: pointer;
    z-index: 3;
}
.main__banners .slick-disabled{
    opacity: 0!important;
}

.banner__heading__icons{
    border-left: 1px solid #323848;
}
.banner__heading__icon{
    padding: 5px 0 25px;
    align-items: center;
    color: #323848;
    font-size: .85rem;
}
.banner__heading__icon:last-of-type{
    padding-bottom: 5px;
}
.banner__heading__icon img{
    width: 30px;
    margin: 0 20px 0 0;
}
.banner__heading__icon{

}

.catalog__sections{
    padding: 30px 0 66px 0;
    margin: 0 -15px 0 -15px;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
}
.catalog__section{
    align-items: center;
    position: relative;
    margin: 0 0 19px;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    padding-left: 15px;
    padding-right: 15px;
}
.catalog__section__inner{
    height: 100%;
    padding: 50px 25px 15px 25px;
    width: 100%;
    border: 1px solid #f0f0f0;
}
@media (min-width: 768px) {
    .catalog__section.col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .catalog__section.col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0  calc(100%/3);
        -ms-flex: 0 0  calc(100%/3);
        flex: 0 0  calc(100%/3);
        max-width: calc(100%/3);
    }
}
.catalog__section__inner:hover{
    box-shadow: 0 0 13px 0 rgba(80,119,156,.21);
}
.catalog__section .image{
    width: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.catalog__section .image:before{
    content:"";
    display: block;
    padding-top: 60%;
}
.catalog__section .name{
    font-size: 1.25em;
    line-height: 1.1;
    color: #323848;
    margin: 25px 0 0;
    width: 100%;
    font-weight: 700;
    text-align: center;
}
.catalog__section a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .catalog__section{
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media screen and (max-width: 480px) {
    .catalog__section{
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
/* End */


/* Start:/local/components/mws/product.list/templates/list/style.css?1720768772920*/
.new-models__products.short .product-item--news{
    padding-bottom: 0;
}
.new-models__products.short .product-item--news .product-item__content{
    min-height: auto;
}
.new-models__products.short .product-item__footer{
    position: relative;
    transform: none;
    opacity: 1;
    margin-top: 15px;
}
.new-models__products.short .product-item--news:hover{
    box-shadow: none;
    padding-bottom: 0;
}

.section_promo_slider{
    padding-bottom: 0;
}
.section_promo_slider .composite__heading{
    justify-content: flex-start;
    align-items: center;
}
.section_promo_slider .another__blog__heading{
    font-size: 1.7rem;
    color: #00c4d9;
    font-family: Prosto-Bold, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}
.section_promo_slider .composite__heading a{
    margin-bottom: 0!important;
    margin-left: 25px;
    text-decoration: none!important;
}
/* End */
/* /local/templates/rs.scarlett/assets/css/catalog.css?16536815366088 */
/* /local/components/mws/product.list/templates/list/style.css?1720768772920 */
