

/* Start:/bitrix/templates/optikaoptima_2.0/components/bitrix/news/optima_stylists/bitrix/news.list/.default/style.css?17739901866358*/
/***** OTHER *****/

h1{
    display: none;
}

.stylist_page .btn:hover,
.stylist_page .btn{
    background-color: #2d3c5c;
    border-radius: 20px;
    font-weight: bold;
    font-size: 15px;
}

.stylist_page .margin_b_60{
    margin-bottom: 60px;
}

.stylist_page .margin_b_10{
    margin-bottom: 10px;
}

.stylist_page .item_name{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.stylist_page h3{
    text-align: center;
    font-size: 45px;
    line-height: 120%;
    color: #2d3c5c;
}

/***** MAIN BANNER *****/

.stylist_page .main_banner{
    position: relative;
}

.stylist_page .main_banner img{
    display: block;
    width: 100%;
    display: block;
}

.stylist_page .main_banner .list_blocks{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px 60px;
}

.stylist_page .main_banner .item_block{
    width: 100%;
}

.stylist_page .main_banner .logo_baner{
    width: 140px;
    height: auto;
}

.stylist_page .main_banner .text_banner{
    width: calc((100% - 60px) / 2);
    font-size:60px;
    font-weight: bold;
    color: #2d3c5c;
    line-height: 120%;
}

.stylist_page .main_banner .btn{
    width: calc((100% - 60px) / 2);
    background-color:#2d3c5c;
    height: 50px;
    border-radius: 25px;
    font-size: 23px;
}

/***** STYLIST TEXT *****/

.stylist_page .stylist_text{
    text-align: center;
}

/***** SLIDER *****/

.stylist_page .wrap_slider{
    padding: 0 60px 0 60px;
}

.stylist_page .slider{
    margin-right: -60px;
}

.stylist_page .slick-prev,
.stylist_page .slick-next{
    display: block !important;
    border: none;
    border-radius: inherit;
    background-color:inherit;
    width:36px;
    height: 66px;
    opacity: inherit;
    padding: 0;
    margin: 0;
    background-size: inherit;
}

.stylist_page .slick-prev{
    left: -60px;
    background-image: url("/bitrix/templates/optikaoptima_2.0/components/bitrix/news/optima_stylists/bitrix/news.list/.default/images/arr_left.png");
}

.stylist_page .slick-next{
    right: 0px;
    background-image: url("/bitrix/templates/optikaoptima_2.0/components/bitrix/news/optima_stylists/bitrix/news.list/.default/images/arr_right.png");
}

.stylist_page .slick-slide{
    text-align: center;
    background-color: #ebecec;
    border-radius: 20px;
    margin-right: 60px;
    overflow: hidden;
    font-size: 14px;
}

.stylist_page .slick-slide .btn{
    width: 100%;
}

/***** LIST LINK *****/

.list_main_link .item_main_link{
    width: 50%;
    position: relative;
}

.list_main_link .item_main_link img{
    display: block;
    width: 100%;
}

.list_main_link .item_main_link .btn_link{
    position:absolute;
    bottom: 30px;
    padding:0 60px;
    left: 0;
    width: 100%;
}

.list_main_link .item_main_link .btn{
    width: 100%;
    background-color: #fff;
    color:#2d3c5c;
}

/***** LIST CASE *****/

.block_list_case{
    padding: 0 30px 0 60px;
}

.stylist_page .item_case{
    width: 350px;
}

.stylist_page .item_case .prw_case img{
    width: 100%;
}

.stylist_page .item_case .data_case{
    padding: 15px 30px 30px 30px;
}

.stylist_page .item_prop_case{
    margin-right: 5px;
}

.stylist_page .item_prop_case:last-child{
    margin-right: 0px;
}

/***** LIST STORES *****/

.stylist_page .list_stores .item_store{
    width: calc((100% - 60px) / 2);
    text-align: center;
    margin-bottom: 60px;
}

.stylist_page .list_stores .store_prw{
    height: 320px;
    overflow: hidden;
    border-radius: 20px;
}

.stylist_page .list_stores .store_prw img{
    display: block;
    width: 100%;
}

.stylist_page .list_stores .btn{
    width: 50%;
    margin: 0 auto;
}

@media only screen and (max-width: 1306px) {

    .stylist_page .margin_b_60 {
        margin-bottom: 40px;
    }

    .stylist_page h3{
        font-size: 22px;
    }

    .item_case .btn,
    .stylist_item .btn{
        width: 100%;
    }

    /***** MAIN BANNER *****/

    .stylist_page .main_banner .list_blocks{
        padding: 20px;
    }

    .stylist_page .main_banner .logo_baner{
        width: 100px;
    }

    .stylist_page .main_banner .text_banner{
        font-size: 25px;
    }

    .stylist_page .main_banner .btn {
        width: calc((100% - 20px) / 2);
        font-size:17px;
        height: 40px;
    }

    /***** SLIDER *****/

    .stylist_page .wrap_slider{
        padding: 0px;
    }

    .stylist_page .slider{
        margin-right: -20px;
    }

    .stylist_page .slick-slide{
        margin-right: 20px;
    }

    .stylist_page .slick-prev,
    .stylist_page .slick-next{
        width: 36px;
        height: 36px;
        -webkit-background-size: auto 50%;
        -moz-background-size: auto 50%;
        background-size: auto 50%;
        border: 2px solid #2d3c5c;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.4);
    }

    .stylist_page .slick-prev{
        left: 5px;
    }

    .stylist_page .slick-next{
        right: 25px;
    }

    /***** LIST LINK *****/

    .list_main_link .item_main_link .btn_link{
        bottom: 20px;
        padding: 0 20px;
    }

    /***** LIST STORES *****/

    .stylist_page .list_stores .item_store{
        width: calc((100% - 20px) / 2);
        text-align: center;
        margin-bottom: 20px;
    }

    .stylist_page .list_stores .store_prw{
        height: auto;
    }

    .stylist_page .list_stores .btn{
        width: 100%;
    }

}

@media only screen and (max-width: 768px) {

    /***** LIST LINK *****/

    .list_main_link .item_main_link .btn_link {
        bottom: 10px;
        padding: 0 10px;
    }

    .list_main_link .item_main_link .btn{
        font-size: 13px;
    }

    /***** LIST LINK *****/

    .list_main_link .item_main_link {
        width: 100%;
        margin-bottom: 20px;
    }

    .list_main_link .item_main_link:last-child{
        margin-bottom: 0;
    }

    .stylist_page .list_stores .item_store{
        width:100%;
    }

}

@media only screen and (max-width: 500px) {

    /***** MAIN BANNER *****/

    .stylist_page .main_banner .list_blocks {
        padding: 10px;
        justify-content: flex-end;
    }

    .stylist_page .main_banner .logo_baner{
        position: absolute;
        top: 15px;
    }

    .stylist_page .main_banner .text_banner{
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    .stylist_page .main_banner .btn {
        width: 100%;
        text-align: center;
        font-size: 13px;
    }

    .stylist_page .main_banner .btn:nth-child(1){
        margin-bottom: 10px;
    }

}
/* End */
/* /bitrix/templates/optikaoptima_2.0/components/bitrix/news/optima_stylists/bitrix/news.list/.default/style.css?17739901866358 */
