

/* Start:/local/templates/gurmanlove/components/bitrix/news/interesting/bitrix/news.detail/.default/style.css?17863530628225*/
.recipes_slider_wrapper{
font-size: 0;
margin-top: 42px;

}


.author_claps{
    transition: .3s;
    cursor: pointer;
    
}
.author_claps.claped{
    color: #0C98A2;
}
.author_claps svg{
margin-left: 12px;
}
.author_claps svg path{

    transition: .3s;

}
.author_claps.claped svg path{
    stroke:#0C98A2; 
    fill: #0C98A2;
}

.recipes_slider__head{
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 49px;
    width:  754px;
    margin-right: auto;
}
.recipes_slider__head__counter{
font-family: Playfair Display;
font-style: normal;
font-weight: bold;
font-size: 36px;
line-height: 140%;
color: #0C98A2;

}
.recipes_slider__head__text{
font-family: Playfair Display;
font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 140%;
color: #0D0D0D;
margin-left: 10px;
}
.recipes_slider__head__link{
    text-decoration: none;
    border-bottom: 0;
    margin-left: auto;
}
.recipes_slider__head__link:hover{
    border-bottom: none;
}
.slider_otstup{
    
    overflow-x: hidden;
}
.recipes_slider{
    width:  100%;
    /*padding-left: calc( 100% - 754px );*/
    padding-left: 0;
    margin-left: auto;
    overflow-x: scroll;
    display: grid; 
  grid-auto-flow: column; 
  grid-auto-columns: 320px; 
  grid-auto-rows: 172px; 
  grid-template-columns: 320px 320px; 
  grid-template-rows: 511px; 
  gap: 0px 32px; 
  grid-template-areas: 
    ". ."; 
}
.recipes_slider {
      overflow: auto;
      -ms-overflow-style: none;
      scrollbar-width: none;
}

.recipes_slider::-webkit-scrollbar {
      width: 0;
      height: 0;
}


.recipes_slider__single_recepie{

position: relative;
height: 511px;
display: flex;
flex-direction: column;
align-items: center;
}
.recipes_slider__single_recepie:after{
    content: '';
    z-index: 4;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #0C98A2;
box-sizing: border-box;
}
.recipes_slider__single_recepie__image_wrap{
margin-top: 25px;
width: calc(100% + 20px);
position: relative;
left: 0px;
}
.recipes_slider__single_recepie__image_wrap img{
    height: 336px;
    object-fit: cover;
}
.recipes_slider__single_recepie__author{
    height: 68px;
    width: 68px;
    border: 2px solid #0C98A2;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    position: relative;
    top: -34px;
}
.recipes_slider__single_recepie__author img{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}
.recipes_slider__single_recepie__footer{
    display: flex;
    justify-content: space-between;
    width: calc(100% - 32px);
}

.uSocial-Share{
    margin-top: 70px !important;
}
.tolstoycomments-feed{
    margin-bottom: 70px !important;
}


.recipes_slider__single_recepie__footer__text{font-size: 14px}
.recipes_slider__single_recepie__footer__text__time{
    margin-bottom:4px;
font-family: Lifehack Basic;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 120%;
color: #0C98A2;
}
.recipes_slider__single_recepie__footer__text__name{
font-family: Playfair Display;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 120%;
/* or 22px */


/* color titile */

color: #0D0D0D;
}
.recipes_slider__single_recepie__footer__claps{}
.recipes_slider__single_recepie__footer__claps .clappy{
    margin-bottom: 8px;
}
.recipes_slider__single_recepie__footer__claps .clappy__cntr    {
font-family: Fira Sans;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 21px;
color: #0C98A2;
}
    
.recipes_slider__sinslick{
margin-right: 10px;
margin-left: 25px;
max-width: 720px;
}
.recipes_slider__sinslick__single{
    
    width: 678px;

display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-bottom: 23px;

}
.recipes_slider__sinslick__single:before{
    content: '';
    z-index: 0;
    position: absolute;
    left: 21px;
    top: 0;
    width: calc(100% - 42px);
    height: 100%;
    background: #f9f9f9;
}
.recipes_slider__sinslick__single:after{
    content: '';
    z-index: 4;
    position: absolute;
    left: 21px;
    top: 0;
    width: calc(100% - 42px);
    height: 100%;
    border: 1px solid #0C98A2;
box-sizing: border-box;
}
.recipes_slider__sinslick__single > *{
    position: relative;
    z-index: 3;
}

.sinslick__single__imagewrap{
   width: 100%;
   margin-top: 34px;

}
.sinslick__single__imagewrap img{
    max-height: 300px;
    object-fit: cover;
    width: 100%;
}
.sinslick__single__imagewrap__sign{}
.sinslick__single__info{
    margin-top: 27px;
display: flex;
justify-content: flex-start;align-items: flex-start;
width: calc(100% - 80px - 44px);
margin-left: auto;
margin-right: auto; 
}
.sinslick__single__info__author{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #0C98A2;
    box-sizing: border-box;
    border-radius: 50%;
     width: 68px;
    height: 68px;
    background: #FFF;
    margin-right: 20px;
}
.sinslick__single__info__author img{
    border-radius: 50%;
    height: 48px;
    width: 48px;
    object-fit: cover;
}
.sinslick__single__info__textblock{}
.sinslick__single__info__textblock__time{
    font-family: Lifehack Basic;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    color: #0C98A2;
    margin-bottom: 6px;
}
.sinslick__single__info__textblock__name{
    font-family: Playfair Display;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 120%;
    color: #0D0D0D;
    display: block;
    text-decoration: none;
    margin-bottom: 20px;
    cursor: pointer;
    border-bottom: none;
    max-width: 278px;
}
.sinslick__single__info__textblock__ingridients__wrap{}
.sinslick__single__info__textblock__ingridients__head{
    font-family: Fira Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #242828;
    display: flex;
    gap: 0 8px;
}
.sinslick__single__info__textblock__ingridients__ul{
    column-count: 2;
}
.sinslick__single__info__textblock__ingridients__ul li{
    font-family: Fira Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #849192;
    list-style-type: disc;
    padding-left: 0;
    list-style-position: inside;
    margin-top: 0;
}
.sinslick__single__info__claps{
margin-left: auto;
}
.sinslick__single__info__claps .clappy{
margin-bottom: 12px;
}
.sinslick__single__info__claps .clappy__cntr{
    font-family: Fira Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    color: #0C98A2;
}

.recipes_slider__sinslick .slk-arrow{
    position: absolute;
    top: 50%;

z-index: 5;
cursor: pointer;
}
.recipes_slider__sinslick .slk-next.slk-arrow{
    right: -23px;
}
.recipes_slider__sinslick .slk-prev.slk-arrow{
    left: -63px;
}


.sinslick__single__imagewrap__sign{
     position: absolute;
    background: url(/local/templates/gurmanlove/images/sprite/article/sign.png);
        background-repeat: repeat;
    width: 51px;
    height: 48px;
    font-family: Lifehack Basic;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #54B5B5;
    background-repeat: no-repeat;
    left: 47%;
    margin-top: -20px;
}
}





















@media(max-width: 768px){
    .recipes_slider__head{width: 100%}
    .sinslick__single__info{
        margin-top: 27px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        width: calc(100% - 82px);
        margin-left: 44px;
    }
    .sinslick__single__info__textblock__ingridients__ul{
        column-count: 1;
    }
    .sinslick__single__info__claps{
        position: absolute;
        left: 23px;
        top: 87px;
    }
    .sinslick__single__info__author{
        min-width: 68px;
    }

    .intresting_page_new__triple_col .triple_col__content{
        max-width: 100%;
    }
    .block_title h3{
        font-size: 24px;
    }



}
/* End */


/* Start:/local/templates/gurmanlove/images/sprite/article/slick.css?17863531121776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/gurmanlove/images/sprite/article/slick-theme.css?17863531113145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/gurmanlove/images/sprite/article/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/gurmanlove/images/sprite/article/./fonts/slick.eot');
    src: url('/local/templates/gurmanlove/images/sprite/article/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/gurmanlove/images/sprite/article/./fonts/slick.woff') format('woff'), url('/local/templates/gurmanlove/images/sprite/article/./fonts/slick.ttf') format('truetype'), url('/local/templates/gurmanlove/images/sprite/article/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */
/* /local/templates/gurmanlove/components/bitrix/news/interesting/bitrix/news.detail/.default/style.css?17863530628225 */
/* /local/templates/gurmanlove/images/sprite/article/slick.css?17863531121776 */
/* /local/templates/gurmanlove/images/sprite/article/slick-theme.css?17863531113145 */
