/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.23, autoprefixer: v9.7.3) */

:root {
  --main-color: #29326e;
  --sec-color: #fdebca;
  --thr-color: #8ba6b2;
  --but-color: #ffe867;
  --but2-color: #ef9434;
}

body {
    overflow-x: hidden;
    font-size: 14px;
    margin:0;
    font-weight: 300;
    font-style: normal;
    font-family: "Ubuntu", sans-serif;
}


.top.container {}

.top .holder, .header .holder {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px;
    /* gap: 50px; */
    /* width: 300px; */
    margin: 0 auto;
}

.container {
    margin: 0 auto;
    width: 1200px;
    max-width: 1200px;
}

.top {
    background: var(--main-color);
    line-height: 1em;
    color: white;
    position: fixed;
    width: 100%;
    z-index: 1005;
    height: 50px;
}

.top .holder a {
    color: white;
    text-decoration: none;
}

.lang ul.language {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

ul.language li {
    padding: 3px  7px;
    margin: 4px 2px;
    border-radius: 5px;
}

li.current-lang {
    background: var(--sec-color);
}

li.current-lang a {
    color: var(--main-color) !important;
    font-weight: 700;
}

a.header_logo-link {
    font-family: "Lora", sans-serif;
    font-size: 2.2em;
    color: var(--main-color);
    font-weight: 500;
    z-index: 10;
    position: relative;
}

ul.main-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    font-weight: 300;
    font-family: 'Ubuntu';
    gap: 20px;
}

li.menu_item {
    padding: 0px 10px;
    font-size: 1.2em;
    font-weight: 400;
}

ul.main-menu a {
    color: var(--main-color);
}

.header {
    background: var(--sec-color);
    padding: 5px 0;
    position: fixed;
    margin-top: 28px;
    width: 100%;
    z-index: 1005;
}

.header_logo img {
    position: absolute;
    width: 60px;
    left: -16px;
    top: -9px;
    z-index: 2;
}

.header_logo {
    position: relative;
}

a.header_logo-link:hover {
    text-decoration: none;
}

a.button.rezerv {
    transition: 0.5s;
    align-content: center;
    width: 170px;
}

a.button.rezerv img {
    width: 25px;
    margin-right: 10px;
}

a.button.rezerv:hover {
    background: var(--but-color);
    text-decoration: none;
    border: 2px solid var(--but2-color);
    transition: 0.5s;
}

.slider-caption {
    position: absolute;
    z-index: 1000;
    color: white;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    padding: 20px;
    height: 15em;
    top: calc(50% - 10em);
    left: calc(50% - 18em);
    justify-content: center;
}

a.uk-slidenav {
    z-index: 1001;
}

.cap_add {font-size: 2em;text-transform: uppercase;font-family: 'Lora';text-shadow: 2px 2px 4px black;}

.cap_name {
    font-size: 7em;
    text-transform: uppercase;
    font-family: 'Lora';
    text-shadow: 2px 2px 4px black;
    line-height: 1em;
}

.cap_slogan {
    font-size: 1.8em;
    /* text-transform: uppercase; */
    font-family: 'Lora';
    text-shadow: 2px 2px 4px black;
}

.menu_gallery>div, .about_us_block>div {
    /* width: 150px; */
    height: 200px;
    margin-right: 20px;
    border-radius: 10px;
    overflow: hidden;
}

section#about_us {
    margin: 150px 0;
}

#about_us h1 {
    text-align: center;
    font-family: 'Lora';
    color: var(--main-color);
    font-size: 3.7em;
    margin: 0;
}

.about_us_texting {
    text-align: justify;
    font-weight: 400;
    color: var(--main-color);
    padding-top: 40px;
    font-size: 1.2em;
}

.rest_info {
    margin: 50px 0;
    text-align: center;
    color: var(--main-color);
}

.text1 {
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--main-color);
}

.phone, .rest_menu_posttexting {
    font-size: 4em;
    font-family: 'Lora';
    line-height: 1.4em;
}

.text3 {
    font-size: 1.2em;
}

.info_butt_container {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

a.button {
    border-radius: 10px;
    border: 2px solid var(--main-color);
    padding: 4px 10px;
    color: var(--main-color);
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.1em;
    display: flex;
    align-items: center;
    transition: 0.5s;
    width: 200px;
    justify-content: space-evenly;
}

.button img {
    /* width: 20px; */
    height: 25px;
    margin-right: 10px;
}

a.button.info:hover {
    background: var(--but-color);
    text-decoration: none;
    border: 2px solid var(--but2-color);
    transition: 0.5s;
}

h2 {
    text-align: center;
    font-family: 'Lora';
    color: var(--main-color);
    display: block;
    margin: 0px auto 20px;
    width: max-content;
    text-align: center;
    padding: 40px;
    position: relative;
    font-size: 3em;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}

section#menu {
    background: var(--sec-color);
    padding: 120px 0 120px;
    position: relative;
}

.rest_menu_texting {
    font-size: 1.1em;
    font-weight: 400;
    color: var(--main-color);
    width: 60%;
    text-align: center;
    margin: 0 auto;
}

.rest_menu_file_holder {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

a.button.rest_menu_file {
    border-radius: 10px;
    border: 2px solid var(--main-color);
    padding: 7px 20px;
    color: var(--main-color);
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.1em;
    line-height: 1.1em;
    display: flex;
    align-items: center;
    transition: 0.5s;
    margin: 40px 0;
}

a.button:hover {
    background: var(--but-color);
    text-decoration: none;
    border: 2px solid var(--but2-color);
    transition: 0.5s;
}

.rest_menu_file img {
    margin-right: 10px;
    height: 20px;
}

#rest_menu .uk-slider-items>div {
    width: 200px;
    height: 110px;
    margin-right: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.rest_menu_posttexting {
    padding-top: 140px;
    text-align: center;
    font-style: italic;
    font-size: 1.3em;
    line-height: 1em;
    color: var(--main-color);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    background: url('/imgs/dec1.png');
    background-repeat: no-repeat;
    background-position: 50% 0px;
    margin-top: 20px;
}

.phone a {
    color: var(--main-color);
}

.services_holder {
    display: grid;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: start;
    justify-items: stretch;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    text-align: center;
}


section#services {
    margin: 150px 0;
}

.service_text {
    width: 400px;
    margin: 0 auto;
    font-size: 1.1em;
    color: var(--main-color);
}

h3 {
    font-family: 'Lora';
    font-size: 2.2em;
    color: var(--main-color);
    text-align: center;
    text-transform: uppercase;
}

.service_container {
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    height: -webkit-fill-available;
}

nav.header__nav {
    display: block;
    position: relative;
}

.header__burger.burger {
    display: none;
}

main.content_page {
    padding-top: 85px;
    position: relative;
}

.rest_menu_posttexting a {
    font-size: 3em;
    text-align: center;
    color: var(--main-color);
    line-height: 1.5em;
}

.comment_container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.comment_container  img {
    border-radius: 500px;
    max-width: 150px;
    max-height: 150px;
}

.comment_container h5 {
    font-size: 1.2em;
    color: var(--main-color);
    margin: 0;
    font-weight: 500;
    font-family: 'Lora';
    max-width: 200px;
}

.comment_text {
    height: 100px;
    color: var(--main-color);
    text-align: center;
    max-width: 200px;
}

.uk-slider-items.comments_slider {
    /* gap: 50px; */
    /* display: flex; */
    /* justify-content: center; */
    /* transition: .5s; */
}

footer {
    /* margin-top: 50px; */
    padding-top: 110px;
    background: var(--main-color);
    color: white;
    position: relative;
}

section#comments {
    margin: 150px 0;
    display: block;
    position: relative;
}

.frame_dec {
    background: none;
    background-position: 50% 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 130px 150px 90px 150px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    width: 900px;
}

#menu h2:after {
    width: 60px;
    height: 60px;
    background: url('/imgs/lem1.png');
    background-size: cover;
    position: absolute;
    top: -4px;
    right: 35px;
    opacity: 0;
}

#menu h2:before {
    width: 60px;
    height: 60px;
    background: url(/imgs/lem1.png);
    background-size: cover;
    position: absolute;
    top: -4px;
    left: 44px;
    opacity: 0;
    z-index: 1;
}

section#menu:before {
    content: "";
    background: url("/imgs/frame3.png");
    background-repeat: repeat-x;
    height: 35px;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
}

section#menu::after {
    content: "";
    background: url(/imgs/frame4.png);
    background-repeat: repeat-x;
    height: 35px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
}

strong {
    font-weight: 700;
}

.services_posttexting {
    padding-top: 50px;
    text-align: center;
    /* font-style: italic; */
    font-size: 1.3em;
    line-height: 1em;
    color: var(--main-color);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

.services_posttexting a {
    font-size: 3.4em;
    font-family: 'Lora';
    line-height: 1.4em;
    color: var(--main-col);
    font-weight: 500;
    position: relative;
    display: block;
}

section#likes {
    margin: 70px 0 0 0;
    position: relative;
    padding: 150px 0 160px;
    background: #aac7d3;
}

section#likes::before {
    content: "";
    /* background: url('/imgs/dec2.png'); */
    background-position: 0;
    background-size: auto;
    position: absolute;
    height: 37px;
    width: 100%;
    top: 0;
}

#menu .content::after {
    content: "";
    background: url(/imgs/dec3.png);
    background-repeat: no-repeat;
    height: 175px;
    width: 120px;
    display: block;
    background-size: contain;
    position: absolute;
    top: 60px;
    right: 80px;
    animation-name: scaling;
    transform: scale(1);
    animation-duration: 15s;
    animation-iteration-count: infinite;
}

.content {
    position: relative;
}

#menu .content::before {
    content: "";
    background: url(/imgs/dec4.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 185px;
    width: 120px;
    display: block;
    position: absolute;
    top: 60px;
    left: 60px;
    animation-name: scaling;
    transform: scale(1);
    animation-duration: 12s;
    animation-iteration-count: infinite;
}

footer::before {
    content: "";
    background: url("/imgs/stripe.png");
    background-repeat: repeat-x;
    background-size: contain;
    width: 100%;
    height: 110px;
    position: absolute;
    top: -57px;
}

.gr2 {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 50px;
    /* flex-direction: row; */
    /* flex-wrap: wrap; */
}

.copyrights {
    margin: 30px auto 0;
    text-align: center;
}

footer .logo {
    font-size: 3.5em;
    line-height: .8em;
    font-family: 'Lora';
}

footer span.slogan, footer span {
    font-family: 'Lora';
    color: #bfbfbf;
}

footer .text_block {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
}

footer .links_block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    color: white;
    justify-content: space-between;
    min-width: 350px;
}

footer a {
    color: white;
    text-decoration: none;
}

.address_block {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: flex-start;
    gap: 5px;
}

.map_block {
    min-height: 350px;
}

.address_block img {
    margin-right: 8px;
    width: 17px;
}

footer a.button.mail {
    border-radius: 10px;
    border: 2px solid white;
    padding: 4px 10px;
    color: white;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.1em;
    display: flex;
    align-items: center;
    transition: 0.5s;
    width: 290px;
    justify-content: space-evenly;
}

.services_posttexting a::before {
    content: "";
    background: url(/imgs/lem3.png);
    background-position: 0;
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
    height: 107px;
    width: 130px;
    top: -3px;
    left: -50px;
    z-index: -1;
    opacity: 0.7;
    transform: rotateZ(15deg);
    animation-name: rotating;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}

@keyframes rotating {
    0%{
        transform: rotateZ(15deg);
    }
    50%{
        transform: rotateZ(75deg);
    }
}

@keyframes scaling {
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.5);
    }
}

#vacantion_form .uk-modal-dialog.uk-modal-body {
    background: url("/imgs/frame5.png");
    background-size: 100%;
    width: 1000px;
    height: 580px;
    background-repeat: no-repeat;
    padding: 70px 140px;
}

#vacantion_form h2 {
    font-family: 'Lora';
    text-transform: uppercase;
    font-size: 3em;
    margin: 0 auto !important;
    padding\: 0;
    padding: 0 !important;
}

div#vacantion_form {
    padding-top: calc(50vh - 330px);
}

.vacant_text {
    color: var(--main-color);
    font-size: 1.1em;
    padding: 20px 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
}

.acf-hidden {
    display: none;
}

.af-fields.acf-fields {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-areas:
        "name bio"
        "tel bio"
        "tel subm";
    align-content: center;
    justify-content: space-between;
    align-items: start;
    justify-items: stretch;
    margin-right: 150px;
    gap: 20px;
}

[data-name="vacant_name"] {
    grid-area: name;
}

[data-name="vacant_tel"] {
    grid-area: tel;
}

[data-name="vacant_bio"] {
    grid-area: bio;
}

[data-name="vacant_bio"] textarea {
    width: -webkit-fill-available;
    height: 90px;
    font-size: 1.2em;
    border: 1px solid var(--main-color);
    border-radius: 10px;
}

div#vacantion_form label {
    color: var(--main-color);
}

.comments_holder h3 {
    margin: 0 auto 10px;
    position: relative;
    text-align: center;
    width: max-content;
    font-size: 3em;
}

.comments_holder h3::before {}

.comments_holder h3::before {
    /* content: ""; */
    background: url(/imgs/dec5.png);
    background-position: 0;
    background-size: contain;
    position: absolute;
    height: 100px;
    width: 100px;
    top: -28px;
    left: -130px;
    animation-name: rotating;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    transform: rotateZ(15deg);
}

.flower {
    background: url(/imgs/dec5.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    background-size: contain;
    animation-name: rotating;
    animation-iteration-count: infinite;
    transform: rotateZ(15deg);
}
.flower.f1{
    animation-duration: 5s;
}

.flower.f2{
    animation-duration: 2s;
}

.flower.f3{
    animation-duration: 7s;
}

.flower.f4{
    animation-duration: 3s;
}

.flower.f5{
    animation-duration: 4s;
}

.flower.f6{
    animation-duration: 2s;
}

.flower.f7{
    animation-duration: 8s;
}

.flower_holder {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.frm_submit  button {
    display: block;
    background: white;
    border: 1px solid var(--main-color);
    border-radius: 10px;
    padding: 10px 15px;
    min-width: 180px;
    /* margin-right: 50px; */
}

button.uk-modal-close {
    display: block;
    background: white;
    border: 1px solid var(--main-color);
    border-radius: 10px;
    padding: 10px 15px;
    min-width: 180px;
    margin-right: 50px;
}

button.uk-modal-close-default.uk-icon.uk-close {
    background: var(--main-color);
    border-radius: 100px;
    padding: 13px;
    color: #ffffff;
    border: 2px solid #cbcbcb;
}

.af-input input {
    border-radius: 8px;
    border: 1px solid;
    padding: 5px;
}

.af-submit.acf-form-submit {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

#vacantion_form .frm_forms {
    margin-right: 180px;
}

.frm_fields_container {
    display: grid;
    grid-template-columns: 1fr 2fr !important;
    grid-template-areas:
        "name bio"
        "tel bio"
        "tel subm";
    align-content: center;
    justify-content: space-between;
    align-items: start;
    justify-items: stretch;
    /* margin-right: 150px; */
    gap: 20px !important;
}

div#frm_field_13_container {
    grid-area: name;
}

div#frm_field_14_container {
    grid-area: tel;
}

div#frm_field_16_container {
    grid-area: bio;
    width: -webkit-fill-available !important;
}

.frm_combo_inputs_container > *, .frm_grid_container > *, .frm_section_heading > *, .frm_fields_container .frm_form_field, .frm_fields_container > * {
    grid-column: auto;
}
.frm_fields_container textarea {
    height: 120px;
}

.with_frm_style .frm_submit.frm_flex {
}

#franchise_block .uk-modal-dialog {
    background: url('/imgs/frame6.png');
    background-size: contain;
    background-repeat: no-repeat;
    height: 800px;
    width: 800px;
    padding: 200px 130px;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.franch_text {
    width: 80%;
    margin: 0 auto;
}

#franchise_block h2.uk-modal-title {
    margin-bottom: 0px;
    padding-bottom: 40px;
    /* margin-top: 50px; */
    padding-top: 0;
}

#franchise_block a.href_link {
    color: var(--main-color);
    font-size: 1.2em;
    font-weight: 500;
    padding: 20px;
    margin-top: 20px;
    display: block;
}

#franchise_block img {
    margin-right: 7px;
}

.cap_add {
    font-size: .8em;
}

.cap_slogan {
    font-size: .9em;
}

.slider-caption {}

span.burger_line {
    span.burger_line {
        width: 31px;
    height: 5px;
    background: var(--main-color);
    display: block;
    margin: 5px;
    border-radius: 5px;
    };
    span.burger_line {
        width: 31px;
    height: 5px;
    background: var(--main-color);
    display: block;
    margin: 5px;
    border-radius: 5px;
    };
    width: 31px;
    height: 5px;
    background: var(--main-color);
    display: block;
    margin: 5px;
    border-radius: 5px;
}

span.burger_line {
    width: 31px;
    height: 5px;
    background: var(--main-color);
    display: block;
    margin: 5px;
    border-radius: 5px;
}

.additional {
    display: none;
}

.header__nav-close {
    width: 70px;
    height: 70px;
    background: #ef9434;
    border-radius: 100px;
    position: absolute;
    top: -64px;
    right: 0;
    display: none;
}

span.header__nav-close-line {
    width: 40px;
    height: 4px;
    background: white;
    display: block;
    border-radius: 60px;
    margin: 5px;
}

#franchise_block a.href_link {
    margin-top: 0px;
    padding-top: 0;
}

[class*=uk-animation-] {
    /* animation: 2s; */
    /* animation: 1s ease-out both; */
    /* transition: 1s; */
}

.delivery_holder {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-content: space-around;
    gap: 30px;
}

#delivery_block button.uk-modal-close {
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
}

#delivery_block h2.uk-modal-title {
    text-transform: uppercase;
}