

/* Start:/bitrix/templates/restola/components/bitrix/catalog.section/new_products_slider/style.css?17572904384081*/
.new_products{
    padding: 100px 0px;
}
.new_products .new_products_top{
    padding: 0px;
}
.new_products_title{
    font-family: 'Old Standard TT';
    font-weight: 700;
    font-size: 32px;
}
.new_products_text{
    max-width: 869px;
    margin-top: 12px;
}
.new_products_text p{
    font-weight: 450;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0%;
}
.new_products_content{
    margin-top: 10px;
}
.new_products_slider{
    position: relative;
}
.new_products_slider_nav{
    width: 100%;
    height: 100%;
}
.new_products_slider .new_products_slider_nav_left{
    position: absolute;
    left: -40px;
    width: 40px;
    height: 40px;
    background-image: url("/bitrix/templates/restola/img/slider_left.svg");
    background-repeat: no-repeat;
    background-position: center;
    top: 35%;
}
.new_products_slider_nav_right{
    position: absolute;
    right: -40px;
    width: 40px;
    height: 40px;
    background-image: url("/bitrix/templates/restola/img/slider_left.svg");
    transform: rotate(180deg);
    background-repeat: no-repeat;
    background-position: center;
    top: 35%;
}
.new_products_slider_item_picture{
    width: 300px;
    height: 242px;
    display: flex;
    padding: 29px 0px;
    justify-content: center;
}
.new_products_slider_item_article--copy{
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    display: flex;
    gap: 6px;
}
.new_products_slider_item_article--copy::after{
    content: "";
    width: 15px;
    height: 15px;
    background-image: url("/bitrix/templates/restola/img/copy.svg");
    background-repeat: no-repeat;
    background-position: center;
}
.new_products_slider_item_name{
    margin-top: 6px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
}
.new_products_slider_item_fast_view{
    visibility: hidden;
    display: flex;
    margin-top: auto;
    background-color: #D5E8DD;
    height: 41px;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    cursor:pointer;
}
.new_products_slider_item_wrap{
    border: 1px solid white;
    display: flex;
    flex-direction: column;
    height: 99%;
}
.new_products_slider_item_wrap:hover{
    border: 1px solid #C1CEDC;
}
.new_products_slider_item_wrap:hover .new_products_slider_item_fast_view{
    visibility: visible;
    opacity: 1;
}
.new_products_slider_item_desc{
    padding: 0px 12px;
}


/* Обёртка слайдера */
.product-card-fast-view-slider {
    max-width: 400px;
    margin-right: 20px;
}

/* Стрелки навигации */
.product-card-fast-view-slider-simple-navigation-left,
.product-card-fast-view-slider-simple-navigation-right {
    width: 30px;
    height: 30px;
    background: #ccc;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
}
.product-card-fast-view-slider-simple-navigation-left {
    left: 0;
}
.product-card-fast-view-slider-simple-navigation-right {
    right: 0;
}

/* Слайдер */
.product-card-fast-view-slider-items img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* Миниатюры */
.product-card-fast-view-slider-all-picture-items {
    margin-top: 10px;
}
.product-card-fast-view-slider-all-picture-item {
    padding: 5px;
    cursor: pointer;
}
.product-card-fast-view-slider-all-picture-item img {
    width: 60px;
    height: auto;
    border: 2px solid transparent;
}
.product-card-fast-view-slider-all-picture-item.slick-current img {
    border-color: #333;
}

/* Контент продукта */
.product-card-fast-view-product-content {
    max-width: 450px;
}
.product-card-fast-view-product-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.product-card-fast-view-product-description p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.4;
}
.btn-dark {
    background-color: #333;
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
}
/* End */


/* Start:/bitrix/templates/restola/components/bitrix/news.list/about_brand/style.css?17572904382837*/
.about_brand{
    padding-top: 54px;
    margin-bottom: 100px;
}
.about_brand .about_brand_top{
    padding-top: 0px;
}
.about_brand_title{
    font-family: 'Old Standard TT';
    font-weight: 700;
    font-size: 32px;
    line-height: 110.00000000000001%;
}
.about_brand_text{
    font-weight: 450;
    font-size: 16px;
    line-height: 130%;
    margin-top: 12px;
}
.about_brand .about_brand_content{
    padding-top: 20px;
}
.about_brand_content{
    display: flex;
    gap:42px
}
.about_brand_col:first-child{
    width: 42%;
    position: relative;
}
.about_brand_col:last-child{
    width: 58%;
    position: relative;
}
.about_brand_picture{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.about_brand_picture_title{
    margin: 30px 40px;
    padding: 12px 20px;
    width: calc(100% - 120px);
    background-color: #D5E8DD;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    display: none;
}
.about_brand_picture_title.title_item_0{
    display: flex;
}
.about_brand_picture_title div{
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
}
.about_brand_picture_title div:first-child{
    font-family: 'Old Standard TT';
    font-weight: 700;
    font-size: 24px;
    line-height: 80%;
}
.about_brand_accordion_items{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.about_brand_accordion_content_title{
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    text-transform: uppercase;
}
.about_brand_accordion_content_text{
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    display: none;
}
.about_brand_accordion_item.active .about_brand_accordion_content_text{
    margin-top: 12px;
}
.about_brand_accordion_item{
    border-bottom: 1px solid #C1CEDC;
    padding: 6px 0px;
    display: flex;
    flex-direction: row;
    gap:16px;
}
.about_brand_accordion_item.active{
    border-bottom: 1px solid #36273B;
}
.about_brand_accordion_control_box{
    width: 40px;
}
.about_brand_accordion_control{
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border:1px solid #D5E8DD;
    background-image: url("/bitrix/templates/restola/components/bitrix/news.list/about_brand/img/plus.svg");
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    transform: rotate(0deg);
    transition: transform 0.5s ease;
}
.about_brand_accordion_item.active .about_brand_accordion_control{
    background-size: 10px;
    background-color: #D5E8DD;
    transform: rotate(45deg);
}
.about_brand_accordion_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about_brand_picture_box{
    width: 100%;
    height: 578px;
    position: relative;
}
/* End */


/* Start:/bitrix/templates/restola/components/bitrix/news.list/where_buy/style.css?17572904381641*/
.where_buy{
    padding-top: 100px;
    margin-bottom: 100px;
}
.where_buy .where_buy_top{
    padding: 0px;
}
.where_buy_slider{
    position: relative;
}
.where_buy_slider_nav{
    width: 100%;
    height: 100%;
}
.where_buy_slider_nav_left{
    position: absolute;
    left: -40px;
    width: 40px;
    height: 40px;
    background-image: url("/bitrix/templates/restola/img/slider_left.svg");
    background-repeat: no-repeat;
    background-position: center;
    top: 35%;
}
.where_buy_slider_nav_right{
    position: absolute;
    right: -40px;
    width: 40px;
    height: 40px;
    background-image: url("/bitrix/templates/restola/img/slider_left.svg");
    transform: rotate(180deg);
    background-repeat: no-repeat;
    background-position: center;
    top: 35%;
}
.where_buy_title{
    font-family: 'Old Standard TT';
    font-weight: 700;
    font-size: 32px;
    line-height: 110.00000000000001%;
}
.where_buy_text{
    font-weight: 450;
    font-size: 16px;
    line-height: 130%;
    margin-top: 12px;
    max-width: 762px;
}
.where_buy .where_buy_content{
    padding-top:0px;
}
.where_buy_slider_items{
    padding: 20px 0px;
}
.where_buy_slider_col_item{
    height: 110px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    filter: grayscale(100%);
    border:1px solid white;
}
.where_buy_slider_col_item:hover{
    filter: grayscale(0%);
    border:1px solid #C1CEDC;
}
.where_buy_btn_content{
    position: relative;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.where_buy_slider_col_item_picture img{
    width: 100%;
}
/* End */


/* Start:/bitrix/templates/restola/components/bitrix/news.list/news-prev/style.css?1757290438679*/
.news_list{
    margin-top: 100px;
    margin-bottom: 100px;
}
.news_list_title{
    font-family: 'Old Standard TT';
    font-weight: 700;
    font-size: 32px;
    line-height: 110.00000000000001%;
    margin-bottom: 20px;
}
.news_list_items{
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.news_list_item{
    width: 33%;
}
.news_list_picture{
    position: relative;
}
.news_list_picture img{
    width: 100%;
}
.news_list_content{
    margin-top: 10px;
    padding: 16px;
}
.news_list_date{
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color:#A3B0BE;
}
.news_list_name{
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
}
/* End */
/* /bitrix/templates/restola/components/bitrix/catalog.section/new_products_slider/style.css?17572904384081 */
/* /bitrix/templates/restola/components/bitrix/news.list/about_brand/style.css?17572904382837 */
/* /bitrix/templates/restola/components/bitrix/news.list/where_buy/style.css?17572904381641 */
/* /bitrix/templates/restola/components/bitrix/news.list/news-prev/style.css?1757290438679 */
