<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    overflow-x: hidden;
}

body {
    background-color: #efebe7;
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    font-family: 'Gotham Pro Light';
}

body.modal-open {
    padding-right: 0 !important;
}

#contacts_footer a,
#contacts_footer h5 {
    color: black;
    font-weight: 600;
}

a {
    color: #f28356;
}

a:hover {
    color: #ec5a1a;
}

.bg-menu {
    background-color: #535251;
}

.bg-color-main {
    background-color: #4a4a54;
}

.alert-success {
    color: #fff;
    background-color: rgba(57, 57, 57, 1);
}

.modal-body {
    padding: 0.3rem;
}

.d-no {
    display: none;
}

.display {
    display: block;
}

.in-event-date {
    position: absolute;
    left: 15%;
    top: 10%;
    background-color: white;
    border: 1px;
    border-color: white;
    border-radius: 1.5rem;
}

.small-text {
    font-size: 0.8rem;

}


/* outline-muted button */
.btn-outline-muted {
    color: #6c757d;
    background-color: white;
    border-color: #cbcbcb;

}

.btn-outline-muted:hover {
    color: black;
    border-color: black;

}

.btn-pink {
    color: white;
    background-color: #f28356;

}

.btn-pink:hover {
    color: white;
    background-color: #d4744d;
}

/* forms */
.btn-form {
    border: 1px solid #f28356;
    background-color: #f28356;
    color: white
}

.btn-form:hover {
    color: #f28356;
    background-color: white;
    border-color: #f28356;
}

.btn-properties {
    /* max-width: 35px; */
    max-height: 35px;
    position: absolute;
    top: 2%;
    right: 2%;
    border-radius: 1rem;
    cursor: pointer;
    border: 0px solid #f28356;
    padding: 2px 7px;
    background: rgba(255, 255, 255, 0.5);
}

.btn-form-id {
    font-size: 2rem;
    background-color: none;
}

.form-control {
    height: auto;
    padding: 3px 10px;
    border: 0;
    min-width: 2rem;
}

#Р¦РІРµС‚ РїРѕРґСЃРєР°Р·С‹РІР°СЋС‰РµРіРѕ С‚РµРєСЃС‚Р° РІ С„РѕСЂРјРµ .form-control::-moz-placeholder,
.form-control::-webkit-input-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-ms-input-placeholder,
.form-control::placeholder {
    color: grey
}

.img-inner {
    position: absolute;
}

.card-body {
    display: flex;
    justify-content: center;
    align-items: center;
}

.result-card p,
.plan-card p {
    padding: 0px;
    margin: 1px;
}

.event-card img {
    max-height: 180px;
}

.event-card .format {
    right: 7%;
    top: 35%;
}

.education-card {
    cursor: pointer;
}

.education-card img {
    max-height: 180px;
}

.education-card .format {
    right: 7%;
    top: 35%;
}

.education-card:hover {
    background: rgba(120, 118, 118, 0.7);
}

.for-zoom {
    overflow: hidden;
    cursor: pointer;
}

.img-zoom {
    transition: transform .2s;
}

.img-zoom:hover {
    transform: scale(1.1);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.product-text-description {
    position: absolute;
    left: 1%;
    top: 8%;
    padding: 20px;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.6);
    background-clip: padding-box;
    display: none;
}

.event-card img {
    max-height: 180px;
}

.event-card {
    min-width: 29%;
    cursor: pointer;
}

.event-card:hover {
    background: rgba(120, 118, 118, 0.7);
}

.no-border {
    border: 0px;
}

.card-product {
    min-width: 300px;
    margin-top: 25px;
}

.card-title {
    font-weight: 800;
}

/*  BACKGROUND CARDS &amp; TRANSPARENT
========================================== */

/*  main promo section
==========================================*/
.main-promo {
    background: url(/static/img/bg-bottom.jpg) no-repeat;
    background-position: center;
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: cover;
}

.dot-size {
    font-size: 0.3rem;
    vertical-align: middle;
}

.btn-event,
.edu-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*  BACKGROUND CARDS &amp; TRANSPARENT END
========================================== */



/*  PHONE BUTTON
========================================== */
.reqest-get {
    position: static;
    z-index: 499;
    width: 45px;
    border-radius: 50%;
    background-color: white;
    cursor: pointer;
}

.reqest-get:before,
.reqest-get:after {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    display: block;
    visibility: hidden;
    -webkit-transform: translate3d(-50%, -50%, -1);
    transform: translate3d(-50%, -50%, -1);
    content: '';
    background-color: white;
    opacity: 0;
    cursor: default;
}

.reqest-get:before {
    width: 55px;
    height: 55px;
}

.reqest-get:after {
    width: 72px;
    height: 72px
}

@media screen and (min-width: 768px) {
    .reqest-get {
        display: block
    }
}

@media screen and (min-width: 1379px) {
    .reqest-get {
        right: calc((100% - 1400px) / 2)
    }
}

.reqest-get_title {
    position: relative;
    z-index: 2;
    margin: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 9px;
    color: #ffffff;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.reqest-get_title:hover {
    background-color: orange;
}

.reqest-get_sub-title {
    width: 60px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.76px;
    text-shadow: 0 1px 1px rgba(141, 219, 21, 0.47);
    text-align: center;
}

.above-mask {
    z-index: 501
}

.animation-active {
    -webkit-animation: shakeCallbackWidget 3s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
    animation: shakeCallbackWidget 3s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.animation-active:before,
.animation-active:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.animation-active:before {
    -webkit-animation: pulsateInner 3s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
    animation: pulsateInner 3s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.animation-active:after {
    -webkit-animation: pulsateOuter 3s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
    animation: pulsateOuter 3s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.animation-active.pause-animation {
    -webkit-animation: none;
    animation: none
}

.animation-active.pause-animation:before,
.animation-active.pause-animation:after {
    -webkit-animation: none;
    animation: none
}

@-webkit-keyframes shakeCallbackWidget {

    2%,
    18% {
        -webkit-transform: translate(-1px, 0);
        transform: translate(-1px, 0);
    }

    4%,
    16% {
        -webkit-transform: translate(2px, 0);
        transform: translate(2px, 0);
    }

    6%,
    10%,
    14% {
        -webkit-transform: translate(-4px, 0);
        transform: translate(-4px, 0);
    }

    8%,
    12% {
        -webkit-transform: translate(4px, 0);
        transform: translate(4px, 0);
    }

    20% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes shakeCallbackWidget {

    2%,
    18% {
        -webkit-transform: translate(-1px, 0);
        transform: translate(-1px, 0);
    }

    4%,
    16% {
        -webkit-transform: translate(2px, 0);
        transform: translate(2px, 0);
    }

    6%,
    10%,
    14% {
        -webkit-transform: translate(-4px, 0);
        transform: translate(-4px, 0);
    }

    8%,
    12% {
        -webkit-transform: translate(4px, 0);
        transform: translate(4px, 0);
    }

    20% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes pulsateInner {
    0% {
        visibility: visible;
        -webkit-transform: translate3d(-50%, -50%, 0) scale(0.1, 0.1);
        transform: translate3d(-50%, -50%, 0) scale(0.1, 0.1);
        opacity: 0;
    }

    20% {
        opacity: .4;
    }

    40%,
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1.1, 1.1);
        transform: translate3d(-50%, -50%, 0) scale(1.1, 1.1);
        opacity: 0;
    }
}

@keyframes pulsateInner {
    0% {
        visibility: visible;
        -webkit-transform: translate3d(-50%, -50%, 0) scale(0.1, 0.1);
        transform: translate3d(-50%, -50%, 0) scale(0.1, 0.1);
        opacity: 0;
    }

    20% {
        opacity: .4;
    }

    40%,
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1.1, 1.1);
        transform: translate3d(-50%, -50%, 0) scale(1.1, 1.1);
        opacity: 0;
    }
}

@-webkit-keyframes pulsateOuter {
    0% {
        visibility: visible;
        -webkit-transform: translate3d(-50%, -50%, 0) scale(0.1, 0.1);
        transform: translate3d(-50%, -50%, 0) scale(0.1, 0.1);
        opacity: 0;
    }

    20% {
        opacity: .3;
    }

    40%,
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1.1, 1.1);
        transform: translate3d(-50%, -50%, 0) scale(1.1, 1.1);
        opacity: 0;
    }
}

@keyframes pulsateOuter {
    0% {
        visibility: visible;
        -webkit-transform: translate3d(-50%, -50%, 0) scale(0.1, 0.1);
        transform: translate3d(-50%, -50%, 0) scale(0.1, 0.1);
        opacity: 0;
    }

    20% {
        opacity: .3;
    }

    40%,
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1.1, 1.1);
        transform: translate3d(-50%, -50%, 0) scale(1.1, 1.1);
        opacity: 0;
    }
}

.category-list-component a {
    color: #ec5a1a;
}

.category-list-component li:hover {
    box-shadow: -5px -14px 2px -11px rgba(227, 166, 139, 0.71) inset;
    -webkit-box-shadow: -5px -14px 2px -11px rgba(227, 166, 139, 0.71) inset;
    -moz-box-shadow: -5px -14px 2px -11px rgba(227, 166, 139, 0.71) inset;
}

.text-logo {
    font-size: 0.8rem;
    white-space: nowrap;
}

.nav-phone&gt;a {
    font-size: 1.2rem;
}

.nav-phone&gt;div {
    font-size: 0.8rem;
}

#navbarCollapse a {
    font-family: 'Gotham Pro Light';
    font-size: 1.2rem;
    color: white;
}

button:focus {
    outline: 0px dotted;
}

.navbar-toggler .show {
    display: inline-block;
}

.navbar-toggler-img {
    width: 1.8em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-image: url("/static/img/menu-toggler.png");
    background-size: 100% 100%;
}

.navbar-brand img {
    max-height: 45px;
}

.cart-dish {
    cursor: pointer;
}

#basket_total_nmb {
    position: absolute;
    color: white;
    top: 52%;
    /* position the top  edge of the element at the middle of the parent */
    left: 50%;
    /* position the left edge of the element at the middle of the parent */
    transform: translate(-50%, -50%);
    /* This is a shorthand of translateX(-50%) and translateY(-50%) */
}

#dropdown-menu-convert {
    font-size: 1.25rem;
}

#dropdown-menu-convert li {
    white-space: nowrap;
}

#menu-for-orders-in-basket {
    min-width: auto;
    max-height: 89vh;
    overflow-y: auto;
}

.dropdown-menu {
    top: 100%;
    left: auto;
    right: 0;
}

.dropdown-toggle::after {
    display: none;
}

.delete-item {
    font-size: 1.5rem;
}

.table td {
    vertical-align: middle;
    padding: .55rem;
    border: 0;
    color: white;
}

.input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.input[type=number]::-webkit-inner-spin-button,
.input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.card-img-small {
    max-width: 20%;
    max-height: 20%;
}

.card-img-medium {
    max-width: 30%;
    max-height: 128px;
}

.about-main {
    background-color: #f7f7f7;
}

.margin {
    margin-top: 4.5rem;
}

.img-f {
    max-height: 450px;
}

.img-fl {
    position: absolute;
    left: 0%;
    width: 100%;
}

.img-container {
    overflow: hidden;
}

.map {
    min-height: 300px;
}

#carousel-event img {
    max-height: 17rem;
}

.ya-share2__icon {
    height: 32px !important;
    width: 32px !important;
    padding-top: 2px !important;
}

.ya-share2__item {
    padding-top: 3px !important;
}

.carousel-card {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.customNextBtn,
.customPrevBtn {
    color: white;
    position: absolute;
    z-index: 5;
    top: 50%;
    background-color: rgba(25, 25, 25, 0.5);
    opacity: .25;
}

.customNextBtn {
    right: 25px;
}

.customPrevBtn {
    left: 25px;
}

.customNextBtn:hover,
.customPrevBtn:hover {
    opacity: 1;
}

.back-to-top {
    position: fixed;
    bottom: 5rem;
    right: 1rem;
    z-index: 999;
    display: none;
    opacity: 0.6;
}

.footer {
    background-color: #332f2e;
}

.cursor-pointer {
    cursor: pointer;
}

.footer {
    color: white;
}

.footer tr {
    font-size: 1.4em;
}

.footer .social img {
    max-width: 2.8em;
    max-height: 2.8em;
}

.footer .footer-logo {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0.03;
}

.loader-ajax {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
    max-width: 5rem;
}

.fixed-block {
    display: flex;
    position: fixed;
    padding: 0.4rem;
    bottom: .3em;
    left: 0.3em;
    right: 0.3em;
    z-index: 1060;
    border-radius: 8px;
    background: rgba(70, 70, 70, 0.73);
    color: white;
    font-size: 0.8rem;
    justify-content: space-between;
}

#btn-cookie-policy {
    align-self: center;
    opacity: 0.7
}
</pre></body></html>