<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
    Author: Alexander Pisarev
    Email: alp@aknar.kz
    Created on : 15.09.2019, 15:25:03
*/

.dishesovl {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: none;
/* Ñ„Ð¾Ð½ Ð·Ð°Ñ‚ÐµÐ¼Ð½ÐµÐ½Ð¸Ñ */
    background-color: rgba(0, 0, 0, 0.65);
    position: fixed; /* Ñ„Ð¸ÐºÑÐ¸Ñ€Ð¾Ð²Ð°Ð½Ð½Ð¾Ðµ Ð¿Ð¾Ñ†Ð¸Ð·Ð¸Ð¾Ð½Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ðµ */
    cursor: default; /* Ñ‚Ð¸Ð¿ ÐºÑƒÑ€ÑÐ°Ñ€Ð° */
}
/* Ð°ÐºÑ‚Ð¸Ð²Ð¸Ñ€ÑƒÐµÐ¼ ÑÐ»Ð¾Ð¹ Ð·Ð°Ñ‚ÐµÐ¼Ð½ÐµÐ½Ð¸Ñ */
.dishesovl:target {
    display: block;
}
/* ÑÑ‚Ð¸Ð»Ð¸ Ð¼Ð¾Ð´Ð°Ð»ÑŒÐ½Ð¾Ð³Ð¾ Ð¾ÐºÐ½Ð° */
.dishespop {
    top: -100%;
    right: 0;
    left: 50%;
    font-size: 14px;
    z-index: 200;
    margin: 0;
    width: 85%;
    min-width: 320px;
    max-width: 600px;
/* Ñ„Ð¸ÐºÑÐ¸Ñ€Ð¾Ð²Ð°Ð½Ð½Ð¾Ðµ Ð¿Ð¾Ð·Ð¸Ñ†Ð¸Ð¾Ð½Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ðµ, Ð¾ÐºÐ½Ð¾ ÑÑ‚Ð°Ð±Ð¸Ð»ÑŒÐ½Ð¾ Ð¿Ñ€Ð¸ Ð¿Ñ€Ð¾ÐºÑ€ÑƒÑ‚ÐºÐµ */
    position: fixed;
    padding: 30px;
    border: 1px solid #383838;
    background: #f7a738;
/* ÑÐºÑ€ÑƒÐ³Ð»ÐµÐ½Ð¸Ðµ ÑƒÐ³Ð»Ð¾Ð² */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
/* Ð²Ð½ÐµÑˆÐ½ÑÑ Ñ‚ÐµÐ½ÑŒ */
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-transform: translate(-50%, -500%);
    -ms-transform: translate(-50%, -500%);
    -o-transform: translate(-50%, -500%);
    transform: translate(-50%, -500%);
    -webkit-transition: -webkit-transform 0.6s ease-out;
    -moz-transition: -moz-transform 0.6s ease-out;
    -o-transition: -o-transform 0.6s ease-out;
    transition: transform 0.6s ease-out;
    text-align: center;
}
/* Ð°ÐºÑ‚Ð¸Ð²Ð¸Ñ€ÑƒÐµÐ¼ Ð¼Ð¾Ð´Ð°Ð»ÑŒÐ½Ñ‹Ð¹ Ð±Ð»Ð¾Ðº */
.dishesovl:target+.dishespop {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 5%;
}
/* Ñ„Ð¾Ñ€Ð¼Ð¸Ñ€ÑƒÐµÐ¼ ÐºÐ½Ð¾Ð¿ÐºÑƒ Ð·Ð°ÐºÑ€Ñ‹Ñ‚Ð¸Ñ */
.close-old {
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    padding: 0;
    border: 2px solid #ccc;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    background-color: rgba(61, 61, 61, 0.8);
    -webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    text-align: center;
    text-decoration: none;
    font: 5px/20px Calibri, 'Tahoma', Arial, sans-serif;
    font-weight: bold;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s;
}
.close-old:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    line-height: 80%;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    font-size: 12px;
}
.close-old:hover {
    background-color: rgba(252, 20, 0, 0.8);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);    
}
/* Ð¸Ð·Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ Ð²Ð½ÑƒÑ‚Ñ€Ð¸ Ð¾ÐºÐ½Ð° */
.dishespop img {
    width: 100%;
    height: auto;
}
/* Ð¼Ð¸Ð½Ð¸Ð°Ñ‚ÑŽÑ€Ñ‹ ÑÐ»ÐµÐ²Ð°/ÑÐ¿Ñ€Ð°Ð²Ð° */
.pic-left, 
.pic-right {
    width: 25%;
    height: auto;
}
.pic-left {
    float: left;
    margin: 5px 15px 5px 0;
}
.pic-right {
    float: right;
    margin: 5px 0 5px 15px;
}
/* ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚Ñ‹ Ð¼-Ð¼ÐµÐ´Ð¸Ð°, Ñ„Ñ€ÐµÐ¹Ð¼Ñ‹ */
.dishespop embed, 
.dishespop iframe {
    top: 0;
    right: 0;
    bottom: 0; 
    left: 0; 
    display:block;
    margin: auto;
    min-width: 320px;
    max-width: 600px;
    width: 100%;
}
.dishespop h2 { /* Ð·Ð°Ð³Ð¾Ð»Ð¾Ð²Ð¾Ðº 2 */
    margin: 0;
    color: #008000;
    padding: 5px 0px 10px;
    text-align: left;
    text-shadow: 1px 1px 3px #adadad;
    font-weight: 500;
    font-size: 1.4em;
    font-family: 'Tahoma', Arial, sans-serif;
    line-height: 1.3;
}
/* Ð¿Ð°Ñ€Ð°Ð³Ñ€Ð°Ñ„Ñ‹ */
.dishespop p {margin: 0; padding: 5px 0}

.dishespop h4, .dpop h4 {
    font-family: "Segoe UI", Calibri, Arial;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    line-height: auto;
}

.minus, .plus { 
    background:white; 
    display:inline-block; 
    height:24px; 
    width:24px; 
    min-height:24px; 
    min-width:24px; 
    font-size:20px; 
    line-height:18px; 
    text-align:center;
//    padding:3px 0 0; 
    cursor:pointer;
    margin-right:3px;
}
//.minus {padding:1px 0 0; height:23px;}

.prce {
    font-size: 125%;
    font-weight: bold;
}

.amnt {
    height: 24px;
    border: none;
    text-align: center;    
}

.addedtocart {
    display: none;
    top: 70px;
    right: 70px;
    font-size: 14px;
    z-index: 300;
    min-width: 250px;
    background-color: white;
    color: black;
    text-transform: uppercase;
    font-size: 18px;
    
    position: fixed;
    padding: 15px;
    border: 1px solid #383838;
    background: #fefefe;
/* ÑÐºÑ€ÑƒÐ³Ð»ÐµÐ½Ð¸Ðµ ÑƒÐ³Ð»Ð¾Ð² */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;

    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s;

}

.addedclose {
    position: absolute;
    top: 5px;
    right: 10px;
}

.addedclose:before {
    content: "X";
}

div.dtab {
    padding: 20px;
}

div.dtab &gt; table, div.dtab &gt; table &gt; tbody, div.dtab &gt; table &gt; tbody &gt; tr, div.dtab &gt; table &gt; tbody &gt; tr &gt; td {
    padding: 4px;
}

div.dtab th {
    font-size: 120%;
    
}

li.menu-item &gt; span.title a, li.menu-item &gt; span.title a:visited, li.menu-item &gt; span.title a:link {
    color: black;
}
li.menu-item &gt; span.title a:hover, li.menu-item &gt; span.title a:active {
    text-decoration: underline;
}

li.menu-item &gt; span.price a, li.menu-item &gt; span.price a:visited, li.menu-item &gt; span.price a:link {
    color: black;
}
li.menu-item &gt; span.price a:hover, li.menu-item &gt; span.price a:active {
    text-decoration: underline;
}

.bgorange { 
    padding: 0px; 
    background: #f7a738;
    background-color: #f7a738;
}


ul.cartpage {
    list-style: none;
    line-height: 1.5em;
    max-width: 700px;
}

ul.cartpage li {
    display: flex;
    margin-bottom: 3px;
    padding: 8px 0;
/*    background-color: #cccccc;*/
/*    width: 100%;*/
    border-bottom: 1px solid gray;
}

ul.cartpage li span {
    padding-right: 5px;
}

.cartpage-price{
    flex-basis: 60px;
    text-align: right;
}

.cartpage-image {
    flex-basis: 90px;
}

.cartpage-image img {
    max-width: 90px;
}

.cartpage-name, .cartpage-nametotal {
/*    flex-basis: 350px;
    min-width: 350px; */
    flex-basis: 500px;
    flex-grow: 1;
    text-align: left;
    text-transform: uppercase;
}

.cartpage-actions {
    flex-basis: 25px;
    padding-right: 0px;
}

.cartpage-amount{
    flex-basis: 20px;
    text-align: right;
}

.cartpage-h1 {
    font-weight: bold;
    font-size: 48px;
    text-transform: uppercase;    
}

.cartpage-h3 {
    font-size: 20px;
    text-transform: uppercase;    
}

.cartpage-total, .cartpage-nametotal {
    font-weight: bold;
}

.cartpage-input {
    width: 300px;
    height: 30px;
    font-size: 120%;
    border: 1px solid gray;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 8px;
}
.cartpage-radio {
    font-size: 140%;
    margin-bottom: 10px;
    margin-right: 10px;
}
.cartpage-radios {
    text-align: left; 
    width: 300px;
}


.dishesovl2 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: none;
/* Ñ„Ð¾Ð½ Ð·Ð°Ñ‚ÐµÐ¼Ð½ÐµÐ½Ð¸Ñ */
    background-color: rgba(0, 0, 0, 0.65);
    position: fixed; /* Ñ„Ð¸ÐºÑÐ¸Ñ€Ð¾Ð²Ð°Ð½Ð½Ð¾Ðµ Ð¿Ð¾Ñ†Ð¸Ð·Ð¸Ð¾Ð½Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ðµ */
    cursor: default; /* Ñ‚Ð¸Ð¿ ÐºÑƒÑ€ÑÐ°Ñ€Ð° */
}

.dishespop2 {
    top: -100%;
    right: 0;
    left: 50%;
    font-size: 14px;
    z-index: 200;
    margin: 0;
    width: 85%;
    min-width: 320px;
    max-width: 600px;
    display: none;
/* Ñ„Ð¸ÐºÑÐ¸Ñ€Ð¾Ð²Ð°Ð½Ð½Ð¾Ðµ Ð¿Ð¾Ð·Ð¸Ñ†Ð¸Ð¾Ð½Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ðµ, Ð¾ÐºÐ½Ð¾ ÑÑ‚Ð°Ð±Ð¸Ð»ÑŒÐ½Ð¾ Ð¿Ñ€Ð¸ Ð¿Ñ€Ð¾ÐºÑ€ÑƒÑ‚ÐºÐµ */
/*    position: fixed; */
    padding: 30px;
    border: 1px solid #383838;
    background: #f7a738;
/* ÑÐºÑ€ÑƒÐ³Ð»ÐµÐ½Ð¸Ðµ ÑƒÐ³Ð»Ð¾Ð² */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
/* Ð²Ð½ÐµÑˆÐ½ÑÑ Ñ‚ÐµÐ½ÑŒ */
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-transform: translate(-50%, -500%);
    -ms-transform: translate(-50%, -500%);
    -o-transform: translate(-50%, -500%);
    transform: translate(-50%, -500%);
    -webkit-transition: -webkit-transform 0.6s ease-out;
    -moz-transition: -moz-transform 0.6s ease-out;
    -o-transition: -o-transform 0.6s ease-out;
    transition: transform 0.6s ease-out;
    text-align: center;
    
}

.dpop {
/*    display: none;*/
/*    position: fixed;*/
    top: 10%;
    left: 50%;
    right:0;
    margin: 0;
    z-index: 200;
    padding: 30px;
    border: 1px solid #383838;
    background: #f7a738;
    font-size: 14px;
    width: 85%;
    min-width: 320px;
    max-width: 600px;
    
/* ÑÐºÑ€ÑƒÐ³Ð»ÐµÐ½Ð¸Ðµ ÑƒÐ³Ð»Ð¾Ð² */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
/* Ð²Ð½ÐµÑˆÐ½ÑÑ Ñ‚ÐµÐ½ÑŒ */
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    text-align: center;
}

.dovl {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: none;
/* Ñ„Ð¾Ð½ Ð·Ð°Ñ‚ÐµÐ¼Ð½ÐµÐ½Ð¸Ñ */
    background-color: rgba(0, 0, 0, 0.65);
    position: fixed; /* Ñ„Ð¸ÐºÑÐ¸Ñ€Ð¾Ð²Ð°Ð½Ð½Ð¾Ðµ Ð¿Ð¾Ñ†Ð¸Ð·Ð¸Ð¾Ð½Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ðµ */
    cursor: default; /* Ñ‚Ð¸Ð¿ ÐºÑƒÑ€ÑÐ°Ñ€Ð° */
}

.dpopcont {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    overflow: auto;
    z-index: 120;
    display: none;    
}

/* Ñ„Ð¾Ñ€Ð¼Ð¸Ñ€ÑƒÐµÐ¼ ÐºÐ½Ð¾Ð¿ÐºÑƒ Ð·Ð°ÐºÑ€Ñ‹Ñ‚Ð¸Ñ */
.close {
    width: 20px;
    height: 20px;
    position: relative;
    padding: 0;
    border: 2px solid #ccc;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    background-color: rgba(61, 61, 61, 0.8);
    -webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    text-align: center;
    text-decoration: none;
    font: 5px/20px Calibri, 'Tahoma', Arial, sans-serif;
    font-weight: bold;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s;
    float: right;
}
.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    line-height: 80%;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    font-size: 12px;
}
.close:hover {
    background-color: rgba(252, 20, 0, 0.8);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);    
}

ul.cartpreview {
    list-style: none;
    line-height: 1em;
    max-width: 300px;
}

ul.cartpreview li {
    display: flex;
    margin-bottom: 3px;
    padding: 4px 0;
    font-size: 80%;
}

ul.cartpreview li span {
    padding-right: 3px;
}

.cartpreview-price{
    flex-basis: 40px;
    text-align: right;
}

.cartpreview-name, .cartpreview-nametotal {
    flex-grow: 1;
    flex-basis: 240px;
    text-align: left;
    text-transform: uppercase;
}

.cartpreview-amount{
    flex-basis: 15px;
    text-align: right;
}

.cartpreview-h1 {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;    
}

.cartpreview-h3 {
    font-size: 12px;
    text-transform: uppercase;    
}

.cartpreview-total, .cartpreview-nametotal {
    font-weight: bold;
}

.cartpreview_sendorder {
    position: absolute;
    right: 12px;
    bottom: 16px;
}
.cartpreview_sendorder a, .cartpreview_sendorder a:visited {
    color: white;
    text-decoration: none;
    font-family: Segoe UI, sans-serif, arial;
    font-size: 14px;    
    text-transform: uppercase;
}
.cartpreview_sendorder a:hover, .cartpreview_sendorder a:active{
    color: black;
}
div.dtabpreview {
    padding: 5px;
}
</pre></body></html>