* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
}

input {
    border-radius: 0px;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

body {
    width: 100%;
    font-family: 'Forum-Regular';
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.container {
    padding: 0 15px;
}

.wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: cover;
    top: 0px;
    left: 0px;
}

#header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

:root {
    --goldenoCher: #cc9964;
    --ashesMars: #332e28;
    --darkMars: #211e1a;
}

.wrapper-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    background: var(--darkMars);
    border-bottom: 1px solid var(--goldenoCher);
}

.come-back {
    display: none;
    width: 25px;
    height: 25px;
    margin-right: auto;
    background: url('../images/icons/arrow.png') no-repeat;
    border: none;
    cursor: pointer;
}

.come-back:focus {
    outline: none;
}

.logo {
    margin-right: auto;
    padding-top: 5px;
}

.logo-descktop {
    display: none;
}

.basket {
    position: relative;
    display: block;
    width: 21px;
    height: 24px;
    margin-right: 11px;
    background: url('../images/icons/basket.png') no-repeat 50% 50%;
}

.count-in-basket {
    position: absolute;
    left: 20px;
    width: 11px;
    height: 11px;
    text-align: center;
    font-size: 10px;
    background: #fff;
    color: var(--goldenoCher);
    border-radius: 50%;
}

.wrap-burger {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: -webkit-transform 400ms;
    transition: -webkit-transform 400ms;
    transition: transform 400ms;
    transition: transform 400ms, -webkit-transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hamRotate.open {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hamRotate180.open {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.line {
    fill: none;
    -webkit-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: var(--goldenoCher);
    stroke-width: 2.5;
    stroke-linecap: round;
}

.ham1 .top {
    stroke-dasharray: 40 139;
}

.ham1 .bottom {
    stroke-dasharray: 40 180;
}

.ham1.open .top {
    stroke-dashoffset: -98px;
}

.ham1.open .bottom {
    stroke-dashoffset: -138px;
}

.wrap-menu {
    height: 100%;
    overflow-y: auto;
}

.main-menu-list-burger {
    position: absolute;
    top: 61px;
    left: -100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 225px;
    height: calc(100% - 61px);
    margin: 0;
    padding: 0;
    z-index: 2;
    background-color: var(--darkMars);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.main-menu-list-burger li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    padding: 0 15px;
    color: var(--goldenoCher);
    text-transform: uppercase;
    line-height: 2;
}

.main-menu-list-burger .wrap-acord {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition: -webkit-transform .2s ease-in;
    transition: -webkit-transform .2s ease-in;
    transition: transform .2s ease-in;
    transition: transform .2s ease-in, -webkit-transform .2s ease-in;
}

.wrap-acord div {
    padding-left: 10px;
    font-size: 16px;
    border-bottom: 1px solid rgba(204, 153, 100, .1);
}

.wrap-acord div:last-child {
    border-bottom: 0;
}

.main-menu-list-burger li:not(.locate):not(.social) {
    border-bottom: 1px solid rgba(204, 153, 100, .1);
}

.number {
    background: var(--goldenoCher);
    margin-bottom: 15px;
}

.number a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50%;
    font-size: 14px;
    text-decoration: none;
    color: var(--darkMars);
}

.phone {
    display: block;
    -ms-flex-item-align: center;
    align-self: center;
    width: 17px;
    height: 17px;
    margin-right: 5px;
    background: url('../images/icons/phone.png') no-repeat;
}

li.locate {
    margin-bottom: 15px;
    text-transform: inherit;
    font-size: 14px;
    color: #fff;
}

li.contact {
    margin-bottom: 60px;
}

li.social {
    margin-bottom: 15px;
}

.social a .insta {
    display: block;
    width: 26px;
    height: 25px;
    margin-right: 15px;
    background: url('../images/icons/insta.png') no-repeat;
}

.social a .facebook {
    display: block;
    width: 26px;
    height: 25px;
    background: url('../images/icons/facebook.png') no-repeat;
}

.common-menu {
    position: absolute;
    top: 61px;
    right: -100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    /*justify-content: space-around;*/
    width: 100%;
    height: calc(100% - 61px);
    margin: 0;
    padding: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, .7);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.main-caption {
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; */
    /* height: 11%; */
    margin: 0;
    text-transform: uppercase;
    font-size: 18px;
    color: var(--goldenoCher);
    background: var(--ashesMars);
    border-bottom: 1px solid var(--goldenoCher);
}

.menu-list,
.cold-starter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-transform: uppercase;
    width: 100%;
    max-width: 300px;
    height: 430px;
    margin: 0 auto;
    padding-left: 15px;
    overflow-y: auto;
    -webkit-overflow-scrolling:touch;
}

.menu-list li {
    padding: 10px 12px 10px 55px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(204, 153, 100, .5);
}

.cold-starter li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(204, 153, 100, .5);
}

.cold-starter li span:first-child {
    font-size: 14px;
    width: 210px;
}

.cold-starter li span {
    font-size: 12px;
    display: inline-block;
    vertical-align: bottom;
}

.wrap-item-cheese .main-caption,
.wrap-history .main-caption,
.wrap-news .main-caption,
.wrap-field-events .main-caption,
.wrap-delivery .main-caption,
.container-contact .main-caption {
    background: transparent;
    border: 0;
}

/*news start*/

.news-list {
    max-width: 965px;
    width: 100%;
    padding: 0 50px;
    margin: 0 auto;
    overflow-y: scroll;
    margin-bottom: 30px;
}

.news-list::-webkit-scrollbar {
    width: 1px;
    border-radius: 100px;
}

.news-list::-webkit-scrollbar-thumb {
    background-color: #cc9964;;
    outline: 1px solid #cc9964;
}

.news-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 30px 0;
    border-bottom: 1px solid #cc9964;
}
.news-item-vision {
    width: 44%;
    margin-right: 2%;
}

.news-item-vision img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.news-item-info {
    width: 54%;
}

.news-item-info span,
.news-item-info h3,
.news-item-info p {
    color: #cc9964;
}

.news-data {
    display: block;
    font-size: 18px;
}
.news-title {
    font-size: 24px;
}


    @media screen and (max-width: 750px) {
        .news-item {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }
        .news-data {
            margin-bottom: 10px;
        }
        .news-title {
            margin: 0;
            font-size: 18px;
        }
        .news-network,
        .news-info {
            font-size: 14px;
        }
    @media screen and (max-width: 730px) {
        .news-item {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }
        .news-item-info {
            width: 100%;
        }
        .news-item-vision {
            margin-right: 0;
            width: 100%;
            margin-bottom: 10px;
        }
    }
    @media screen and (max-width: 510px) {
        .news-list {
            padding: 0 15px;
        }
    }
    @media screen and (max-width: 320px) {
        .news-data {
            font-size: 14px;
        }
    }

}
/*news end*/

.wrap-item-cheese {
    padding: 0 15px;
}

.cheese {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 300px;
    height: 250px;
    margin: 0 auto;
    overflow-y: scroll;
}

.container-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.weight {
    /* margin-bottom: 20px; */
    /* padding-bottom: 13px; */
    text-align: center;
    font-size: 12px;
    color: var(--goldenoCher);
    border-bottom: 1px solid var(--goldenoCher);
}

.item-price {
    padding-top: 5px;
    padding-bottom: 20px;
    font-size: 18px;
    color: var(--goldenoCher);
    text-align: center;
}

.btn-order,
.btn-add-tobasket {
    width: 140px;
    height: 35px;
    margin: 0 auto;
    /* margin-bottom: 25px; */
    padding-bottom: 25px;
    text-align: center;
    line-height: 2;
    text-transform: uppercase;
    background: transparent;
    border: 0;
    font-size: 14px;
    color: var(--goldenoCher);
    border: 1px solid #ab8155;
}

.wrap-btn-add-tobasket {
    position: relative;
}

.wrap-btn-checkout {
    position: relative;
    margin-bottom: 25px;
}

.wrap-btn-order {
    position: relative;
    -ms-flex-item-align: center;
    align-self: center;
    margin-bottom: 25px;
}

.wrap-btn-add-tobasket::before,
.wrap-btn-order::before,
.wrap-btn-checkout::before {
    content: "";
    position: absolute;
    width: 99%;
    height: 93%;
    top: 5px;
    right: -7px;
    border: 1px solid #ab8155;
    z-index: -1;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.wrap-btn-add-tobasket:hover::before,
.wrap-btn-order:hover::before,
.wrap-btn-checkout:hover::before {
    content: "";
    top: 0;
    right: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.wrapper-basket {
    position: absolute;
    top: 61px;
    right: -100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 285px;
    height: calc(100% - 61px);
    margin: 0;
    padding: 0;
    z-index: 2;
    background-color: var(--darkMars);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.basket-list {
    padding-left: 25px;
    overflow: auto;
}

.basket-list li {
    position: relative;
    padding-bottom: 10px;
    padding: 0 1px 10px 1px;
    border-bottom: 1px solid #ab8155;
    list-style: decimal;
    color: var(--goldenoCher);
}

.wrap-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.wrap-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
    padding: 10px 15px 0 15px;
}

/* .wrapper-basket .btn-order {
    margin-top: 30px;
} */

.wrap-desc-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 5px;
}

.wrap-desc-order span:first-child {
    font-size: 14px;
    padding-bottom: 15px;
}

.wrap-desc-order span:last-child {
    font-size: 12px;
}

.wrap-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 50px;
}

.wrap-count span {
    font-size: 24px;
}

.price {
    font-size: 18px;
}

.price::after {
    content: "грн";
    padding-left: 5px;
}

.wrap-total-amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px;
    color: var(--goldenoCher);
}

.total-price::after {
    content: "грн";
    padding-left: 5px;
}

.close {
    position: absolute;
    right: 5px;
    top: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    color: var(--goldenoCher);
    border: 1px solid var(--goldenoCher);
    border-radius: 50px;
    line-height: 15px;
}

.desc-history,
.desc-news,
.desc-events,
.desc-delivery {
    padding-top: 5px;
    font-size: 14px;
    border-top: 1px solid #ab8155;
    overflow: auto;
}

.wrap-field-events,
.wrap-news,
.wrap-history,
.wrap-delivery {
    padding: 0 15px;
}

#map {
    width: 295px;
    height: 195px;
    margin: 0 auto;
}

.wrap-contact {
    overflow: auto;
    border-top: 1px solid #ab8155;
    padding-top: 15px;
}

.locat::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 21px;
    margin-right: 15px;
    background: url('../images/icons/locate.png') no-repeat;
}

.num a {
    color: #fff;
    text-decoration: none;
}

.num::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 15px;
    background: url('../images/icons/phone1.png') no-repeat;
}

.clock::before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 17px;
    margin-right: 15px;
    background: url('../images/icons/clock.png') no-repeat;
}

.list-contact {
    padding-top: 10px;
    padding-left: 15px;
}

.list-contact li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.wrap-contact .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wrap-add-to-cart {
    background: var(--darkMars);
    border-top: 0;
}

.btn-add-to-cart {
    position: absolute;
    top: 10px;
    left: 10px;
    background: transparent;
    color: var(--goldenoCher);
    font-size: 14px;
    border: 0;
}

.form-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    margin-top: 50px;
    overflow: auto;
}

.form-order input[type="text"] {
    width: 100%;
    height: 20px;
    margin-bottom: 15px;
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--goldenoCher);
    color: var(--goldenoCher);
}

::-webkit-input-placeholder {
    font-size: 14px;
    color: var(--goldenoCher);
}

textarea {
    overflow: hidden;
    color: var(--goldenoCher);

}

.wrap-adress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.wrap-adress input:first-child {
    width: 185px;
}

.wrap-adress input:last-child {
    width: 35px;
}

.wrap-flat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
}

.wrap-flat input[type="text"] {
    width: 75px;
}

.payment {
    width: 100%;
    margin-top: 25px;
    text-align: left;
    font-size: 14px;
    color: var(--goldenoCher);
}

.wrap-cash {
    width: 100%;
}

.wrap-card,
.wrap-cash {
    width: 100%;
}

.wrap-cash input,
.wrap-card input {
    width: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 12px;
    width: 12px;
    margin-bottom: 0;
    -webkit-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    outline: none;
    border: 1px solid var(--goldenoCher);
}

.wrap-cash input:checked::before,
.wrap-card input:checked::before {
    position: absolute;
    height: 10px;
    width: 10px;
    content: '✔';
    display: inline-block;
    font-size: 9px;
    text-align: center;
    line-height: 11px;
}

.wrap-cash {
    margin-bottom: 10px;
}

label {
    color: var(--goldenoCher);
    font-size: 14px;
}

.comment {
    width: 100%;
    height: 30px;
    margin: 25px 0;
    padding-bottom: 15px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--goldenoCher);
    resize: none;
}

.form-order input[type="submit"].btn-checkout {
    width: 140px;
    height: 35px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 20px;
    text-transform: uppercase;
    background: transparent;
    border: 0;
    font-size: 14px;
    color: var(--goldenoCher);
    border: 1px solid var(--goldenoCher);
}

.success-allert {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 250px;
    height: 45px;
    overflow: auto;
    line-height: 2.5;
    margin: auto;
    z-index: 9;
    text-align: center;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 5px;
    display: none;
}

.wrap-order img {
    width: 150px;
    -o-object-fit: cover;
    object-fit: cover;
    height: 120px;
}

.rot360d {
    width: 120px;
}

.logo-imag {
    position: absolute;
    bottom: 0;
    z-index: 1;
    color: #fff;
    text-decoration: none;
}

.wrap-basket {
    display: none !important;
}

.reservation {
    position: absolute;
    display: none;
}

.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 4;
    display: none;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.reservation {
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.reservation-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px 15px;
    overflow-y: auto;
}

.form_reserv {
    background: rgba(0, 0, 0, 0.75);
    z-index: 5;
    width: 100%;
    max-width: 320px;
    position: relative;
    -webkit-transition: 0ms;
    transition: 0ms;
    border: 1px solid rgb(204, 153, 100);
    height: 100%;
    max-height: 415px;
    min-height: 405px;
    padding-bottom: 66px;
    overflow-y: auto;
}

.reserv-head {
    position: absolute;
    top: 17px;
    width: 14px;
    height: 14px;
    right: 7px;
    z-index: 5;
    cursor: pointer;
}

.reserv-head:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: rgb(197, 148, 98);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 50%;
}

.reserv-head:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: rgb(197, 148, 98);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
}

.form_reserv h3.appenddata {
    font-size: 24px;
    text-align: center;
    padding: 10px 0px;
    border-bottom: 1px solid rgb(204, 153, 100);
    margin: 0 auto;
    font-weight: normal;
}

.send-form > div {
    display: none;
}

.send-form > div:first-child {
    display: block;
}

.reservhide {
    text-align: center;
}

.reservhide label {
    color: rgb(255, 255, 255);
    font-size: 18px;
    margin-bottom: 5px;
}

.reservhide input,
.jq-selectbox__select,
.chose_day {
    border: 1px solid rgb(204, 153, 100);
    width: 100%;
    max-width: 140px;
    display: block;
    margin: 0 auto 0px;
    height: 40px;
    background: transparent;
    outline: none;
    color: rgb(255, 255, 255);
    cursor: pointer;
}

.reservhide input::-webkit-input-placeholder {
    color: rgb(255, 255, 255);
    font-size: 16px;
}

.reservhide input::-moz-placeholder {
    color: rgb(255, 255, 255);
    font-size: 16px;
}

/* Firefox 19+ */
.reservhide input:-moz-placeholder {
    color: rgb(255, 255, 255);
    font-size: 16px;
}

/* Firefox 18- */
.reservhide input:-ms-input-placeholder {
    color: rgb(255, 255, 255);
    font-size: 16px;
}

.jq-selectbox__select,
.chose_day {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.time_select .jq-selectbox,
.time_select .jq-select-multiple {
    display: block;
}

.time_select .jq-selectbox__dropdown {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: transparent;
    height: 134px !important;
    overflow: hidden;
    border: 1px solid rgb(169, 127, 84);
    width: 100%;
    max-width: 140px;
}

.time_select .jq-selectbox__dropdown ul {
    height: 100%;
    width: calc(100% + 17px);
    left: 0px;
}

.go-to-name {
    border: none;
    display: block;
    width: 100%;
    max-width: 144px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 14px;
    position: absolute;
    background: transparent;
    height: 44px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3;
    outline: none;
}

.go-to-name:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid rgb(204, 153, 100);
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    -webkit-transition: 100ms;
    transition: 100ms;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.go-to-name:hover:before {
    top: 2px;
    left: 2px;
}

.go-to-name:hover:after {
    bottom: 2px;
    right: 2px;
}

.go-to-name:after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    border: 1px solid rgb(204, 153, 100);
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    -webkit-transition: 100ms;
    transition: 100ms;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 100ms;
    transition: 100ms;
}

span.back-to-date {
    border: none;
    width: 20px;
    font-size: 13px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    position: absolute;
    bottom: 34px;
    left: 10px;
    -webkit-transform: scaleY(3);
    transform: scaleY(3);
}

button.submit_reserv {
    border: none;
    display: block;
    width: 100%;
    max-width: 144px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 14px;
    position: absolute;
    background: transparent;
    height: 44px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3;
    outline: none;
}

button.submit_reserv:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid rgb(204, 153, 100);
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    -webkit-transition: 100ms;
    transition: 100ms;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

button.submit_reserv:hover:before {
    top: 2px;
    left: 2px;
}

button.submit_reserv:hover:after {
    bottom: 2px;
    right: 2px;
}

button.submit_reserv:after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    border: 1px solid rgb(204, 153, 100);
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    -webkit-transition: 100ms;
    transition: 100ms;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 100ms;
    transition: 100ms;
}

.datechoisepick {
    position: relative;
    display: block;
}

.likeinput {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
    z-index: 11;
}

#date {
    cursor: pointer;
    text-align: center;
}

.likeinput .ui-widget-content,
.likeinput .ui-widget-header {
    background: transparent;
    border: none;
    color: rgb(255, 255, 255);
}

.likeinput .ui-widget.ui-widget-content {
    border: none;
}

.likeinput .ui-datepicker-next.ui-corner-all.ui-state-hover.ui-datepicker-next-hover,
.likeinput .ui-datepicker-prev.ui-corner-all.ui-state-hover.ui-datepicker-prev-hover {
    background: none;
    cursor: pointer;
    border: none;
}

.likeinput .ui-datepicker-next {
    background: url(../images/images/arrwrght.png) center no-repeat;
}

.likeinput .ui-datepicker-next span {
    display: none !important;
}

.likeinput .ui-datepicker-prev {
    background: url(../images/images/arrwleft.png) center no-repeat;
}

.likeinput .ui-datepicker-prev span {
    display: none !important;
}

.likeinput .ui-datepicker-next.ui-corner-all.ui-state-hover.ui-datepicker-next-hover {
    top: 2px;
    right: 2px;
    background: url(../images/images/arrwrght.png) center no-repeat;
}

.likeinput .ui-datepicker-prev.ui-corner-all.ui-state-hover.ui-datepicker-prev-hover {
    top: 2px;
    left: 2px;
    background: url(../images/images/arrwleft.png) center no-repeat;
}

.likeinput tbody {
    border: 1px solid rgb(169, 127, 84);
    border-collapse: collapse;
    background: rgba(0, 0, 0, 0.25);
}

.likeinput tbody td {
    border: 1px solid rgba(169, 127, 84, 0.3);
    -webkit-transition: 100ms;
    transition: 100ms;
}

.likeinput tbody td:hover {
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(169, 127, 84, 1);
    box-shadow: inset 0px 0px 0px 1px rgba(169, 127, 84, 1)
}

.likeinput a.ui-state-default {
    background: transparent !important;
    border: none !important;
    color: rgb(169, 127, 84);
    text-align: center;
}

.likeinput .ui-datepicker-unselectable.ui-state-disabled span {
    background: none;
    color: rgba(169, 127, 84, 0.8);
    text-align: center;
    border: none;
}

.likeinput .ui-datepicker-current-day .ui-state-default.ui-state-active,
.likeinput .ui-datepicker-today .ui-state-default.ui-state-highlight {
    text-shadow: 0px 0px 3px rgb(255, 255, 255);
    color: rgb(255, 255, 255);
}

.likeinput .ui-datepicker-current-day {
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(169, 127, 84, 1);
    box-shadow: inset 0px 0px 0px 1px rgba(169, 127, 84, 1);
}

.send-form {
    padding-top: 15px;
}

.send-form label {
    margin-bottom: 10px !important;
    font-weight: normal;
    display: inline-block;
}

.send-form .reservhide input {
    margin-bottom: 15px !important;
}

.jq-selectbox li {
    padding: 5px 0px;
}

.jq-selectbox__trigger {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    width: 15px;
    height: 8px;
    background: url(../images/images/arrwdwn.png);
    -webkit-transition: 100ms;
    transition: 100ms;
    cursor: pointer;
}

.dropdown .jq-selectbox__trigger {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}

input.notval,
.jq-selectbox__select.notval,
.chose_day.notval {
    -webkit-box-shadow: 0px 0px 5px rgba(169, 127, 84, 1);
    box-shadow: 0px 0px 5px rgba(169, 127, 84, 1);
}

.send-form select {
    width: 100%;
    max-width: 140px;
    margin: 0 auto;
}

.jq-selectbox__select-text {
    padding: 0px 25px;
}

.reservhide input {
    text-align: center !important;
}

.jq-selectbox li.disabled {
    color: rgba(255, 255, 255, 0.5);
}

.modalth_ya {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 10;
}

.thank_you {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.container_tha {
    padding: 20px;
    border: 1px solid rgb(169, 127, 84);
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.cheese img{
    max-width: 100%;
}
@media screen and (min-width: 480px) {
    #map {
        width: 455px;
    }

    .list-contact {
        width: 225px;
        margin: 0 auto;
    }

    .wrapper-basket {
        width: 335px;
    }

    button.submit_reserv:hover:before {
        top: 0px;
        left: 0px;
    }

    button.submit_reserv:hover:after {
        bottom: 0px;
        right: 0px;
    }
}

@media screen and (min-width: 640px) {
    .form-order {
        max-width: 285px;
    }
}

@media screen and (min-width: 960px) {
    .wrapper-basket {
        background-color: rgba(0, 0, 0, .7);
    }

    .wrap-add-to-cart {
        background-color: rgba(0, 0, 0, .7);
        z-index: 1;
    }

    .form-order {
        max-width: 295px;
        margin-left: 150px;
        margin-top: 8px;
    }
}

@media screen and (min-width: 1280px) {
    .main-menu-list-burger {
        position: static;
        top: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        text-align: center;
        width: 100%;
    }

    .main-menu-list-burger li {
        height: 100px;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
        color: #6a6a6a;
        cursor: pointer;
        border-right: 1px solid #363636 !important;
    }

    .main-menu-list-burger li.menu {
        border-left: 1px solid #363636 !important;
    }

    .wrap-menu .main-menu-list-burger li:hover:not(.wrap-acord) {
        background: var(--ashesMars);
        color: var(--goldenoCher);
        border-bottom: 9px solid var(--goldenoCher) !important;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    li.social {
        display: none;
    }

    li.locate {
        display: none;
    }

    .number a {
        display: none;
    }

    .wrap-burger {
        display: none;
    }

    .main-menu-list-burger li:not(.locate):not(.social) {
        border: 0;
    }

    .logo-mobile {
        display: none;
    }

    .logo-descktop {
        display: block;
    }

    .logo {
        margin-right: 0;
    }

    .basket {
        display: none;
    }

    .wrapper-basket {
        width: 36%;
    }

    .wrap-basket {
        position: relative;
        display: block !important;
        line-height: 3 !important;
    }

    .wrap-basket::before {
        content: '';
        display: block;
        position: relative;
        top: 36px;
        right: -10px;
        width: 25px;
        height: 25px;
        background: url('../images/icons/basket-desktop.png') no-repeat;
    }

    .count-in-basket {
        width: 21px;
        height: 21px;
        top: 27px;
        background: var(--goldenoCher);
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .wrap-menu {
        width: 100%;
    }

    li.contact {
        margin-bottom: 0;
    }

    .main-menu-list-burger .number {
        display: none;
    }

    .common-menu,
    .wrapper-basket {
        top: 101px;
        height: calc(100% - 101px);
    }

    .main-menu-list-burger li.wrap-acord {
        position: absolute;
        top: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .wrap-acord div {
        position: relative;
        width: 100%;
        height: 185px;
        line-height: 12;
        color: var(--goldenoCher);
        background-size: cover;
        border-bottom: 2px solid var(--goldenoCher) !important;
    }

    .wrap-acord div span {
        position: relative;
        z-index: 2;
    }

    .wrap-acord div::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, .75);
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .main-kitchen {
        background: url('../images/images/menu_1.png') no-repeat;
    }

    .wrap-acord div:hover::after {
        content: "";
        position: absolute;
        border-left: 2px solid var(--goldenoCher);
        border-right: 2px solid var(--goldenoCher);
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .beverages {
        background: url('../images/images/menu_2.png') no-repeat;
    }

    .bar {
        background: url('../images/images/menu_3.png') no-repeat;
    }

    .banquets {
        background: url('../images/images/menu_4.png') no-repeat;
    }

    .main-caption {
        background: transparent;
        width: 170px;
        margin: 0 auto;
        height: auto;
        padding-top: 20px;
        margin-bottom: 25px;
        text-align: center;
    }

    .menu-list {
        display: initial;
        -webkit-column-width: 225px;
        column-width: 225px;
        margin: 0 auto;
        list-style-type: decimal;
        height: auto;
        width: 750px;
        max-width: inherit;
        overflow: inherit;
        padding-left: 150px;
    }

    .cold-starter {
        display: initial;
        -webkit-column-width: 225px;
        column-width: 225px;
        margin: 0 auto;
        list-style-type: decimal;
        height: auto;
        width: 705px;
        max-width: inherit;
        overflow: inherit;
        padding-left: 0;
    }

    .cold-starter li span {
        cursor: pointer;
    }

    .menu-list li {
        border-bottom: 0;
        padding-left: 0;
        cursor: pointer;
    }

    .menu-list li:hover {
        color: var(--goldenoCher);
    }

    .common-menu {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .wrap-cheese {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .container-one-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 900px;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin: 0 auto;
    }

    .one-item-img {
        width: 555px;
        height: 365px;
    }

    .cheese {
        overflow: inherit;
        height: auto;
    }

    .container-order {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
    }

    .btn-order {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .item-price {
        padding-bottom: 10px;
    }

    .weight {
        font-size: 14px;
    }

    #header {
        z-index: 3;
    }

    .come-back {
        position: absolute;
        top: 115px;
    }

    .wrap-history .main-caption,
    .wrap-news .main-caption,
    .wrap-delivery .main-caption,
    .container-contact .main-caption {
        width: 100px;
        border-bottom: 1px solid var(--goldenoCher);
    }

    .wrap-field-events .main-caption {
        width: 135px;
        border-bottom: 1px solid var(--goldenoCher);
    }

    .desc-history,
    .desc-news,
    .desc-events,
    .desc-delivery,
    .wrap-contact {
        border-top: 0;
    }

    .wrap-contact {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        width: 75%;
        margin: 0 auto;
    }

    #map {
        width: 560px;
        height: 320px;
        margin: 0;
    }

    .list-contact {
        margin: 0;
    }

    .wrap-contact .social {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .wrapper-basket {
        width: 468px;
    }
}

@media screen and (min-width: 1366px) {
    .wrapper-basket {
        width: 37%;
    }
}

@media screen and (min-width: 1600px) {
    .wrapper-basket {
        width: 38%;
    }
}

@media screen and (min-width: 1920px) {
    .wrapper-basket {
        width: 39%;
    }

}

.active {
    right: 0;
}

.active-left {
    left: 0;
}

.active-right {
    right: 100%;
}

.active-minus {
    right: -100%;
}

.d-b {
    display: block;
}

.toggle-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
@media screen and (max-width:768px){
    .time_select .jq-selectbox__dropdown ul {
        width: 100%;
    }
    .common-menu{
        display: block;
        overflow-y: auto;
    }
}
@media screen and (max-width:450px){
    .main-menu-list-burger{
        display: block;
        overflow-y: auto;
    }
    li.contact{
        margin-bottom: 30px;
    }
}
@media screen and (max-height:414px){
    .reservation-info{
        display: block;
        text-align: center;
    }
    .reservation-info > div{
        margin: 0 auto;
    }
    .main-menu-list-burger{
        display: block;
        overflow-y: auto;
    }
    li.contact{
        margin-bottom: 30px;
    }
}
@media screen and (max-width:1280px){
    .cold-starter li span:first-child{
        width: 170px;
    }
    .cold-starter li{
        height: auto;
    }
}