.modal{display:none;align-items:center;justify-content:center}.modal.active{z-index:100000;display:flex;position:fixed;width:100%;height:100%;top:0;left:0;align-items:center;justify-content:center;background:#000000e0}.modal .close{z-index:20}#slider{position:relative;display:block;z-index:10;width:var(--slider-width);height:var(--slider-height);display:flex;justify-content:center}.slides{position:relative;width:var(--slider-width);height:var(--slider-height);max-width:1024px}.slide{position:absolute;top:0;left:0;width:var(--slider-width);height:calc(var(--slider-height) - 100px);cursor:pointer;display:flex;flex-direction:column;justify-content:center;transition:opacity .5s, transform .5s;background:var(--light-bg-200);border-radius:2px;background-position:center;background-repeat:no-repeat;background-size:cover;opacity:0}.slide.shift-right{transform:translateX(100px)}.slide.shift-left{transform:translateX(-100px)}.control{position:absolute;top:50%;width:40px;height:40px;background:#fff;border-radius:2px;margin-top:-20px;box-shadow:1px 1px 10px rgba(0,0,0,0.3);z-index:2}.slider-nav{pointer-events:none;background:#111;width:100%;position:absolute;height:100px;bottom:0;z-index:10;display:flex;align-items:center;justify-content:center;color:#fff}@media (min-width: 1024px){.slider-nav{display:none}}.slide-prev,.slide-next{width:100px;height:100px;background:var(--arrow-icon) center no-repeat;background-size:20px;position:absolute;bottom:0px;margin-top:-10px;cursor:pointer;left:50%;z-index:20;opacity:1;filter:invert(1)}.slide-prev{transform:scale(-1);margin-left:-130px}.slide-next{margin-left:30px}.recipe-details-bottom{margin:30px auto}.comments-description{padding:1em;border-radius:0.5em;background:var(--light-bg-300)}@media (min-width: 1024px){.comments-description{display:none}}.comments-container h3{margin:10px 0 5px;padding:0 60px 0 0}.comments-container label{color:var(--text-color);display:block;margin-top:10px;font-size:1em;font-weight:bold}.comments-container textarea{outline:none;padding:5px 10px;margin-top:10px;font-size:1.1em;display:block;width:100% !important;min-height:120px;border-radius:4px;background:#fafafa;border:solid 1px var(--light-bg-200);box-shadow:inset 0 2px 2px rgba(0,0,0,0.2)}@media (min-width: 1024px){.comments-container textarea{margin-top:20px;max-width:600px;min-height:150px}}.comments-container input[type="text"]{height:40px;line-height:40px;font-size:1.1em;width:100% !important;padding:5px 10px;background:#fafafa;border-radius:4px;border:solid 1px var(--light-bg-200);box-shadow:inset 0 2px 2px rgba(0,0,0,0.2);outline:none}@media (min-width: 1024px){.comments-container input[type="text"]{max-width:300px}}.comments-container input[type="text"]:-ms-input-placeholder{font-size:1em;color:#777}.comments-container input[type="text"]::placeholder{font-size:1em;color:#777}.comments-container input[type="submit"]{font-size:17px;font-weight:700;width:100%;height:auto;display:flex;justify-content:center;align-items:center;padding:10px 20px;margin:20px auto;background:var(--accent-dark);color:#fff;border:0;border-radius:4px;box-shadow:0 20px 20px -10px #00000030;outline:none;cursor:pointer;-webkit-appearance:none}@media (min-width: 1024px){.comments-container input[type="submit"]{max-width:300px;margin-left:0}}.comments-container .required{color:var(--link-color)}.comments-container .comment-respond{z-index:0;position:relative;border:solid 1px transparent}.comments-container .comment-respond .form-submit{padding:0}.comment-reply-title{font-size:22px;margin:1.2em 0 0.5em}@media (max-width: 1023.9px){.comment-reply-title{font-size:20px}}textarea#comment:-ms-input-placeholder{font-size:0.9em;color:#aaa}textarea#comment::placeholder{font-size:0.9em;color:#aaa}#comment-form{margin:0;padding:0}#comment-form .form-submit{padding:0;margin:0.5em 0 0 0}#comment-form .comments-form-title{display:none;margin:-20px 0 5px;font-size:18px}#comment-form .comment-reply-title{font-size:24px;padding:0;margin-bottom:1em}#comments{display:block;padding:0 0 20px 0;font-size:1em;line-height:1.3;margin:20px -20px}#comments .comment-form-comment{font-size:18px;margin-top:10px}#comments .comments-list{padding:0;margin:0}#comments .comments-list.collapsed li:nth-child(n+54){display:none}#comments .comments-list ul.children{padding-left:5px}@media (min-width: 1024px){#comments .comments-list ul.children{padding-left:20px}}#comments .comments-list li{list-style-type:none;margin:0}#comments .comments-list li.depth-1{font-size:0.9em;line-height:1.3;background:#fff;padding:1.8em 1em;border-bottom:solid 1px var(--light-bg)}@media (min-width: 1024px){#comments .comments-list li.depth-1{padding:15px 25px 10px}}#comments .comments-list li.depth-1 .comment-respond{margin:10px 0;padding:10px 0 30px}#comments .comments-list li.depth-2,#comments .comments-list li.depth-3,#comments .comments-list li.depth-4,#comments .comments-list li.depth-5,#comments .comments-list li.depth-6,#comments .comments-list li.depth-7,#comments .comments-list li.depth-8,#comments .comments-list li.depth-9,#comments .comments-list li.depth-10{font-size:0.93em;padding:0.5em 0 0 1em;border-radius:0}@media (min-width: 1024px){#comments .comments-list li.depth-2,#comments .comments-list li.depth-3,#comments .comments-list li.depth-4,#comments .comments-list li.depth-5,#comments .comments-list li.depth-6,#comments .comments-list li.depth-7,#comments .comments-list li.depth-8,#comments .comments-list li.depth-9,#comments .comments-list li.depth-10{padding:20px 0 0 20px}}#comments .comments-list li.depth-2 .comment-reply-link,#comments .comments-list li.depth-3 .comment-reply-link,#comments .comments-list li.depth-4 .comment-reply-link,#comments .comments-list li.depth-5 .comment-reply-link,#comments .comments-list li.depth-6 .comment-reply-link,#comments .comments-list li.depth-7 .comment-reply-link,#comments .comments-list li.depth-8 .comment-reply-link,#comments .comments-list li.depth-9 .comment-reply-link,#comments .comments-list li.depth-10 .comment-reply-link{background:unset;padding:3px 10px;font-size:0.75em;font-weight:700;color:var(--accent);border:solid 1px var(--line-color-shadow)}#comments .comment-meta{padding:0;border-bottom:solid 1px var(--light-bg-200);color:var(--text-color)}#comments .comment-time{display:inline;font-size:0.8em;color:var(--accent)}#comments .comment-author{display:inline;font-size:0.8em;font-weight:bold;text-transform:uppercase}#comments .comment-author:before{content:"";width:30px;height:30px;display:inline-block;background-image:url(https://www.djurenko.com/wp-content/uploads/img/user-cheef-2.svg);background-size:30px;margin-bottom:-10px;margin-right:10px}#comments .comment-author.sergey{color:var(--link-color)}#comments .comment-author.sergey:before{background-image:url(https://www.djurenko.com/wp-content/uploads/img/about-sergey-djurenko-5.png)}#comments .comment-text{padding-top:10px}#comments .reply{margin:20px 0;border-bottom:dashed 1px var(--light-bg-200)}#comments label{display:block}#comments .logged-in-as{font-size:0.7em}#comments .says,#comments .commentmetadata{display:none}#comments .h4.comments-form-title{margin:10px 0;display:flex;justify-content:space-between}#comments a.comment-reply-link{margin:10px 0;display:block;border-radius:4px;text-decoration:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-weight:500;background:var(--accent);padding:5px 20px;color:#fff;text-transform:uppercase;font-size:12px}.show-all-comments{font-size:17px;font-weight:700;width:100%;height:auto;display:flex;justify-content:center;align-items:center;padding:10px 20px;margin:20px auto;background:var(--accent-dark);color:#fff;border:0;border-radius:4px;box-shadow:0 20px 20px -10px #00000030;outline:none;cursor:pointer}@media (min-width: 1024px){.show-all-comments{max-width:300px;margin-left:0}}.show-comments-button{font-size:17px;font-weight:700;width:100%;height:auto;display:flex;justify-content:center;align-items:center;padding:10px 20px;margin:20px auto;background:var(--accent-dark);color:#fff;border:0;border-radius:4px;box-shadow:0 20px 20px -10px #00000030;outline:none;cursor:pointer;width:100%;height:48px;margin:-10px auto 30px;background:var(--accent);font-size:0.9em;font-weight:700}@media (min-width: 1024px){.show-comments-button{max-width:300px;margin-left:0}}.show-comments-button span{opacity:.7;padding-left:8px}.h1-ccal{padding:0}@media (min-width: 1024px){.h1-ccal{color:unset;padding:0}}.about-sergey{width:100%;float:left;margin:0 20px 20px 0;max-width:380px;border-radius:8px}.contaner-search{padding-left:var(--container-padding);padding-right:var(--container-padding);min-height:90vh}.about-dest{width:100%;padding:10px 0;min-height:100px}@media (min-width: 1024px){.about-dest{min-height:60px}}.ingredients-description{color:#d25c5c}.step-by-step{background:var(--steps-bg);margin:0 var(--container-margin) 30px;padding:40px var(--container-padding) 0}@media (min-width: 1024px){.step-by-step{background:unset;border-top:unset;border-radius:unset;margin:0;padding:30px 0 0}}.step-by-step .item-name{margin:10px 0 15px}.step-by-step.short{margin-top:-10px;padding:0 var(--container-padding)}.recipe-category,.recipe-keywords{display:none}.video{overflow:hidden;position:relative;padding-bottom:56.25%;padding-top:30px;height:0;margin:2em 0;z-index:100}.video iframe{position:absolute;width:100%;height:100%;left:0;top:0}.video span{display:none}.links-container{min-height:220px;display:none;margin-bottom:20px}@media (min-width: 768px){.links-container{margin-top:30px}}.links-container.showed{display:flex;flex-direction:column}@media (min-width: 1024px){.links-container.showed{padding-bottom:0}}.links-container .h4{margin:20px 0;font-size:1.4em}.wp-caption{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;height:auto;min-height:200px;margin:40px -20px 0;width:calc(100% + 40px);overflow:hidden;position:relative;box-shadow:var(--card-shadow)}.wp-caption:before{pointer-events:none;background:var(--mag-icon) center top no-repeat;background-size:30px;content:"";width:30px;height:30px;position:absolute;margin-top:-50px;display:flex;justify-content:center;align-items:flex-end;right:10px;bottom:10px;opacity:1;padding:0;font-weight:bold;color:#000}@media (min-width: 1024px){.wp-caption:before{display:none}}@media (min-width: 321px){.wp-caption{min-height:228px;margin:40px -25px 0px;width:calc(100% + 50px)}}@media (min-width: 768px){.wp-caption{width:100% !important;max-width:1024px;margin:20px 0;flex-direction:row;justify-content:flex-start}}@media (min-width: 1024px){.wp-caption{max-width:unset}}.wp-caption img{border:0;width:100%;height:auto;transition:transform 5s ease}@media (min-width: 768px){.wp-caption img{width:100%;height:auto;border-radius:0.5em}}.pagination{display:flex;justify-content:center;padding-left:0;list-style:none;border-radius:4px}@media (min-width: 1024px){.pagination{justify-content:flex-start}}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:var(--link-color);background-color:#fff;border:1px solid #dee2e6}@media (min-width: 1024px){.page-link{padding:1.5rem 1.75rem}}.page-link:focus,.page-link:hover{color:var(--link-color);background-color:#fff;border-color:#dee2e6}.page-link:not([disabled]):not(.disabled){cursor:pointer}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}ol.instructions{margin:0;list-style:none;border-radius:0 0 16px 16px;counter-reset:instructions-counter}ol.instructions>li{margin:0;padding:20px 0;position:relative}@media (min-width: 1024px){ol.instructions>li{padding:20px 0}}ol.instructions>li:before{position:absolute;content:counter(instructions-counter);counter-increment:instructions-counter;display:inline-flex;width:18px;height:28px;left:var(--container-margin);margin-top:-5px;padding:0 2px 0 0;justify-content:center;align-items:center;z-index:1;font-size:10px;font-weight:500;color:#cac5c0}@media (min-width: 321px){ol.instructions>li:before{font-size:13px;width:20px}}@media (min-width: 412px){ol.instructions>li:before{font-size:11px;width:28px}}@media (min-width: 768px){ol.instructions>li:before{width:24px;padding:0;left:-40px}}@media (min-width: 1024px){ol.instructions>li:before{left:-40px}}ol.instructions>li.header{font-size:21px;font-weight:bold;padding-bottom:0}ol.instructions>li.header:before{content:"";counter-increment:none;display:none}ol.instructions>li.look-other-box a{font-weight:500}.recipe-details-box{color:var(--text-color);padding:5px;border:solid 3px var(--rdb-lines);border-radius:12px}.recipe-details-box h3{background:var(--rdb-bg);width:100%;padding:15px 10px;margin:0;font-size:24px;font-weight:700;color:#fff;border-radius:8px 8px 0 0}.recipe-details-box .recipe-details-table{width:100%;border-collapse:collapse;font-size:14px}.recipe-details-box .recipe-details-table td{padding:6px 4px 6px 0}.recipe-details-box .recipe-details-table td .yield{text-transform:lowercase}.recipe-details-box .recipe-details-table tr{border-bottom:solid 1px var(--rdb-lines);padding-right:10px}.recipe-details-box .recipe-details-table tr:nth-child(1){border-bottom:solid 6px var(--rdb-lines)}.recipe-details-box .recipe-details-table tr:nth-child(2){border-bottom:0}.recipe-details-box .recipe-details-table tr:nth-child(2) .calories{font-size:32px;font-weight:bold;line-height:1}.recipe-details-box .recipe-details-table tr:nth-child(3){border-bottom:solid 4px var(--rdb-lines)}.recipe-details-box .recipe-details-table tr:nth-child(8){border-bottom:solid 2px var(--rdb-lines)}.recipe-details-box .recipe-details-table tr:last-child{border-bottom:0}.recipe-details-box .details-post-tags a{font-size:13px;padding:5px 0;display:inline-block;line-height:1}.recipe-details-box .star{font-size:12px;position:relative;width:15px;height:15px;display:inline-block;font-family:emoji;cursor:pointer}.recipe-details-box .star:hover ~ .star{opacity:.7}.recipe-details-box .star:active ~ .star{opacity:.2}.use{font-size:.8em;margin:0.5em 0 1em}@media (min-width: 1024px){.use{font-size:.9em}}.send-to{position:relative;margin:0;border:solid 3px #0001;text-align:center;padding:10px 10px 20px;border-radius:1em}.send-to .h4{margin:0.5em 0 0.2em}.send-to .send-to-viber,.send-to .send-to-whatsapp,.send-to .send-to-telegram{display:inline-block;margin:0 4px 0 0;max-width:120px;border-bottom:0 !important;border:0;width:calc(33% - 15px);cursor:pointer;font-size:15px;padding:8px 0;border-radius:25px;background:#59267c;color:#fff;font-weight:bold;min-width:80px;display:inline-block;text-align:center;text-decoration:none}.send-to .send-to-whatsapp{background:#008231}.send-to .send-to-telegram{background:#316f9d}.swiped-left:before,.swiped-right:before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;background:linear-gradient(-90deg, rgba(46,115,42,0.815686), rgba(46,115,42,0.188235));z-index:100500}.swiped-right:before{background:linear-gradient(90deg, rgba(46,115,42,0.815686), rgba(46,115,42,0.188235))}@media (min-width: 1024px){.show-on-mob{display:none}}.search-container{max-width:unset}.search-container .main{max-width:unset;width:100%;margin-right:0}.footer-container{padding-left:var(--container-padding);padding-right:var(--container-padding)}.footer-final{margin-top:30px;padding:20px 0 0;background:#1c1c1c;max-width:unset}.footer-final a{color:gray}.footer-final .social{display:flex;align-items:flex-start;justify-content:center;flex-wrap:wrap;max-width:410px;margin:0 auto}@media (min-width: 1024px){.footer-final .social{align-items:flex-start;max-width:unset}}.footer-final .social a{display:flex;text-align:center;flex-direction:column;align-items:center;font-size:13px;text-decoration:none;width:25%;line-height:1;max-width:140px;margin:20px 10px}.footer-final .social .icon{width:48px;height:48px;background-position:center;background-color:#fff;box-shadow:0 0 0 10px #ffffff10;border-radius:30px;margin-bottom:20px;background-repeat:no-repeat}.footer-final .social .icon--fb{background-image:var(--fb-bg)}.footer-final .social .icon--vk{background-image:var(--vk-bg)}.footer-final .social .icon--tg{background-image:var(--tg-bg)}.footer-final .social .icon--in{background-color:#833ab4;background-image:var(--inst-bg)}.footer-final .social .icon--au{background-image:url("https://www.djurenko.com/wp-content/uploads/img/about-sergey-djurenko-4.png");background-size:40px}.footer-final .social .icon--contacts{background-image:var(--viber-bg);background-size:24px}.footer-final .container-flag{text-align:center;font-size:.85em;padding-top:20px;padding-bottom:66px}.footer-final .container-flag ul{margin:0;padding:0;display:flex;justify-content:center}.footer-final .container-flag ul li{padding:10px;display:flex;justify-content:center}.footer-final .container-flag ul li a{display:flex;align-items:center}.nav-bottom{margin:3em 0}.nav-bottom .current{color:#fff;background:var(--link-color);border:1px solid var(--link-color)}iframe{z-index:1500}yatag{margin:auto}.ingredients-content{padding:30px 15px;margin:0 var(--container-margin);background:var(--ingredients-bg);box-shadow:0 0 50px #0000001a}@media (min-width: 1024px){.ingredients-content{margin:30px 0;padding:30px;background:unset;box-shadow:unset}}.ingredients-content h2{margin:20px 0;border-bottom:solid 3px var(--accent);padding-bottom:0.4em;line-height:1.1}.check-ingr{width:20px;height:20px;display:inline-flex;color:var(--ingr-checkmark);text-align:center;font-size:15px;justify-content:center;line-height:1;font-weight:700;border:solid 2px #0002;border-radius:5px}.ingredients-yield{background-color:#fbdf3b;display:inline-block;margin:0;padding:3px 8px;font-weight:700;border-radius:3px;font-size:0.8em}.ingredients{list-style:none;margin:20px 0;font-size:0.9em}.ingredients h5{text-transform:uppercase}.ingredients .header{font-size:1.1em;font-weight:700;line-height:2em;margin-top:0.5em;text-transform:uppercase;color:#944;line-height:1.3;border-bottom:solid 1px #9442;margin-bottom:0.3em}.ingredients .ingredient{display:flex;flex-direction:row;align-items:flex-start;align-items:center;position:relative;padding:6px 0;font-size:1em;line-height:1}@media (min-width: 1024px){.ingredients .ingredient{cursor:pointer;padding:10px 10px;padding:10px;border-top:unset}.ingredients .ingredient:nth-child(even){background:#fafafa}}.ingredients .ingredient:nth-child(1){border-top:none}.ingredients .ingredient:before{content:"";width:20px;min-width:20px;height:20px;line-height:20px;color:#fff;border:solid 2px var(--ingr-checkmark);border-radius:5px;opacity:.8;display:flex;text-align:center;justify-content:center;margin-right:10px;transition:all .15s}@media (max-width: 1023.9px){.ingredients{line-height:0.9;padding:0}}.ingredients .change:before{content:"✓";background:var(--ingr-checkmark);text-align:center;font-size:14px;line-height:20px;font-weight:700;opacity:1;border:unset}.ingredients .change .amount{opacity:.6}.ingredients .name{width:70%;padding-right:5px;font-weight:400}.ingredients .name.small{font-size:12.5px;text-decoration:none}.ingredients .amount{font-weight:500;width:30%;text-align:right}.ingredients .amount.small{font-size:12.5px}@media (min-width: 1024px){.also-look-items{padding:10px 0}}@media (min-width: 1024px){.also-look-container{width:100%;padding-top:20px}}.loaded-posts{min-height:5280px;padding-bottom:40px}@media (min-width: 1024px){.loaded-posts{min-height:2800px}}@media (min-width: 1280px){.loaded-posts{min-height:2100px}}.button-show-ingredients{display:none;border-radius:12px;width:100px;height:38px;margin-left:-40px}.button-show-ingredients .icon{width:86px;height:38px;background:center no-repeat;background-size:32px;font-size:12px;text-align:center;line-height:1;font-weight:500}.panel-ingredients{display:block;position:fixed;z-index:20000;top:0;right:0;transform:translateY(100vh);width:100%;height:100%;max-width:400px;background:var(--light-bg-100);padding:20px 20px 60px;overflow-y:auto;transition:transform .25s ease-out;border-left:solid 4px var(--accent)}.panel-ingredients.showed{transform:translateX(0);box-shadow:0 0 60px 10px rgba(0,0,0,0.3)}@media (min-width: 1024px){.panel-ingredients.showed{box-shadow:0 0 60px 10px rgba(0,0,0,0.1)}}.panel-ingredients.showed .h4{padding-right:60px;margin-top:0}.panel-ingredients .ingredients .ingredient{padding-left:0}.panel-ingredients .ingredients .ingredient:before,.panel-ingredients .ingredients .ingredient:after{display:none}.panel-ingredients .button-go-to-recipe{color:#fff;background:var(--accent);cursor:pointer;min-width:100%;text-align:center;padding:20px 10px;border-radius:6px;position:relative;font-size:13px;margin-bottom:10px;font-weight:500;text-transform:uppercase}.button-show-prep{color:#fff;background:#2a2d2d;cursor:pointer;min-width:100%;text-align:center;padding:7px 10px 7px 10px;border-radius:6px;position:relative;font-size:13px;margin-bottom:20px;font-weight:500;text-transform:uppercase}.howmach{font-size:18px;padding:30px 0}.howmach a{text-decoration:none;border-bottom:dashed 1px;font-weight:500}.close{position:absolute;right:10px;top:10px;width:32px;height:32px;border-radius:20px;z-index:10;cursor:pointer;background:#2222}.close:before,.close:after{display:block;content:"";top:15px;left:7px;position:absolute;width:18px;height:2px;background:#fff;transform:rotate(45deg)}.close:before{transform:rotate(-45deg)}.comment-form-box{background:#fff;padding:15px;border-radius:12px;border:solid 3px #0001}@media (min-width: 768px){.comment-form-box{background:unset}}.comment-form-author label{display:none}.comment-form-attachment__drop-area{display:none}.comment-form-attachment{font-size:11px;border-radius:6px;background:var(--accent-menu);max-width:600px;padding:5px 15px 20px}.comment-form-attachment .comment-form-attachment__file-size-notice,.comment-form-attachment .comment-form-attachment__file-types-notice,.comment-form-attachment .comment-form-attachment__autoembed-links-notice{display:none}.comment-form-attachment .comment-form-attachment__label{margin:10px 0;font-size:18px}.comment-img{margin:10px auto;max-width:100%;border-radius:10px;filter:saturate(1.1)}.moderation{color:red;font-size:0.8em;border:solid 1px var(--light-bg-200);padding:10px;border-radius:10px;margin:15px auto}.bottom-navbar{padding-bottom:30px}@media (min-width: 1024px){.bottom-navbar>ul{display:flex;flex-wrap:wrap}.bottom-navbar>ul>li{width:25%}}.bottom-navbar .nav-link{font-size:1.4em;font-weight:700;padding-top:15px;padding-bottom:8px;display:block;color:var(--accent)}.bottom-navbar .nav-category{font-size:0.9em}@media (min-width: 1024px){.bottom-navbar .nav-category{flex-direction:column;font-size:0.8em}}.bottom-navbar .nav-category li{line-height:1;padding-bottom:10px}.bottom-navbar .nav-category li a{text-decoration:none;display:inline-block;min-height:36px;line-height:36px;-webkit-text-decoration-color:#c78f928f;text-decoration-color:#c78f928f}@media (min-width: 1024px){.bottom-navbar .nav-category li a{min-height:24px;line-height:24px}}.ccal-container{padding-left:var(--container-padding);padding-right:var(--container-padding)}@media (max-height: 500px){.top-links{display:none}}@media print{*{box-shadow:unset !important;background-color:unset !important}.print-button,.c-top,#main-navbar,.top-dest,.links-container,.intro,.contents,.adv-block-top,.adv-block,#comments-container,.also-look-container,.footer-container,.flag,.video,.big-shadow,.main-image-box,.wp-caption,.modal,.panel-links,.use,.send-to,.stars,.next-post-arrow,.prev-post-arrow,.button-show-ingredients,.panel-bottom,.panel-social,.socialbuttons,.panel-ingredients,.bottom-navbar,.sidebar,.article-sidebar{display:none !important}}.hidden-js{display:none !important}:root{--slider-width: 100%;--slider-height: 100%;--arrow-icon: url("data:image/svg+xml,%3Csvg width='11' height='12' viewBox='0 0 11 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6H10M10 6L5 1M10 6L5 11' stroke='%23c52929' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");--panel-height: 46px;--fb-bg: url("data:image/svg+xml,%3Csvg width='22' height='21' viewBox='0 0 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11H2C1.44772 11 1 11.4477 1 12V19C1 19.5523 1.44772 20 2 20H6M6 11V20M6 11L11.0836 1.68015C11.4703 0.971081 12.4947 0.989367 12.8559 1.71179L13.1967 2.39339C13.7077 3.41532 13.7572 4.60697 13.3329 5.6678L12 9.00001H18.3815C19.7002 9.00001 20.658 10.254 20.311 11.5262L18.4019 18.5263C18.1646 19.3964 17.3743 20 16.4724 20H6' stroke='%234b69a8' stroke-width='2'/%3E%3C/svg%3E%0A");--ok-bg: url("data:image/svg+xml,%3Csvg width='13' height='19' viewBox='0 0 13 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6.3' cy='4.5' r='3.5' stroke='%23ed812b' stroke-width='2'/%3E%3Cpath d='M10.6681 10.9452C8.27449 13.3388 4.39364 13.3388 2 10.9452' stroke='%23ed812b' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M2.3 17.5L4.73827 14.4522C5.53892 13.4514 7.06109 13.4514 7.86174 14.4522L10.3 17.5' stroke='%23ed812b' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");--inst-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cstyle%3E.a%7Bstroke-width:2;stroke:white;%7D%3C/style%3E%3Crect x='1' y='1' width='20' height='20' rx='5' class='a'/%3E%3Ccircle cx='11' cy='11' r='4.5' class='a'/%3E%3Ccircle cx='17' cy='5' r='1.5' fill='white'/%3E%3C/svg%3E");--tg-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='18' viewBox='0 0 22 18' fill='none'%3E%3Cpath d='M11.7 14.1L16.8 17.8C17.7 18.3 18.4 18 18.6 16.9L21.9 1.7C22.3 0.3 21.4-0.3 20.5 0.1L1 7.4C-0.3 8-0.3 8.7 0.8 9L5.8 10.5C6.4 12.5 7 14.4 7.6 16.4 7.7 16.8 7.8 16.9 8.3 16.9 8.8 16.9 9 16.7 9.3 16.4L11.7 14.1ZM8.6 11.9L18 3.6C18.4 3.3 17.9 3.1 17.4 3.4L6.2 10.3C6.8 12.2 7.5 14.2 8 16.1 8.1 16.3 8.1 16.5 8.3 16.6L8.6 11.9Z' style='clip-rule:evenodd;fill-rule:evenodd;fill:%230088cc'/%3E%3C/svg%3E");--vk-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='14' viewBox='0 0 24 14' fill='none'%3E%3Cpath d='M22.5 1.8C22.6 1.3 22.5 1 21.8 1H19.4C18.7 1 18.5 1.3 18.3 1.6 18.3 1.6 17.1 4.4 15.4 6.1 14.8 6.7 14.5 6.8 14.2 6.8 14.1 6.8 13.9 6.7 13.9 6.2V1.8C13.9 1.3 13.7 1 13.2 1H9.4C9 1 8.8 1.3 8.8 1.5 8.8 2 9.6 2.2 9.7 3.7V6.9C9.7 7.6 9.6 7.8 9.3 7.8 8.5 7.8 6.5 5 5.3 1.9 5.1 1.2 4.8 1 4.2 1H1.8C1.1 1 1 1.3 1 1.6 1 2.2 1.8 5.1 4.8 9 6.8 11.6 9.6 13 12.1 13 13.7 13 13.9 12.7 13.9 12.1V10.2C13.9 9.5 14 9.4 14.5 9.4 14.8 9.4 15.5 9.6 16.9 10.8 18.5 12.3 18.8 13 19.7 13H22.1C22.8 13 23.1 12.7 22.9 12.1 22.7 11.4 21.9 10.5 20.9 9.5 20.4 8.9 19.5 8.2 19.3 7.9 18.9 7.5 19 7.3 19.3 6.9 19.3 6.9 22.2 3.1 22.5 1.8V1.8Z' style='stroke-width:2;stroke:%232787F5'/%3E%3C/svg%3E");--viber-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.1 16.8C15.6 16.9 15.8 14.2 17.7 15.2 19 16 22.3 17.5 21.1 19.5 20.9 20 20.2 20.6 19.5 21.2 18.4 22.1 16.8 22.3 15.6 21.6 9.6 18.5 6.5 15.5 3.4 9.7 2.8 8.6 2.8 7.4 3.4 6.3 4 5.1 4.8 3.7 5.4 3.4 7.5 2.1 8.9 5.6 9.6 7 10.6 8.8 8 9 8.1 10.6 8.2 12.2 11.5 16.5 14.1 16.8Z' style='stroke-width:2;stroke:%23665CAC'/%3E%3Cpath d='M13 8C17 8 17 12 17 12M13 5.5C19.5 5.5 19.5 12 19.5 12M13 3C22 3 22 12 22 12' stroke='%23665CAC'/%3E%3C/svg%3E");--whatsapp-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='26' viewBox='0 0 25 26' fill='none'%3E%3Cpath d='M13 24H13C11 24 9 23 8 23L2 24 3 18C2 17 2 15 2 13 2 7 7 2 13 2 16 2 19 3 21 5 23 7 24 10 24 13 24 19 19 24 13 24V24Z' style='stroke-width:2;stroke:white'/%3E%3Cpath d='M19 16C19 16 17 15 16 14 15 14 15 15 15 16 13 17 9 13 10 12 11 11 11 11 11 10 11 10 10 8 10 8 8 8 7 9 7 10 7 14 13 19 17 18 18 18 19 17 19 16Z' fill='white'/%3E%3C/svg%3E")}

/*# sourceMappingURL=https://www.djurenko.com/wp-content/themes/dj-20/css/dj-lazy.css.map */
