body {
    padding: 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
    position: relative;
    background-color: #fff;
    color: #000000;
    padding-top: 130px;
    font-size: 16px;
}

h1 {
    text-align: center;
    color: #000000;
    font-size: 1.5em;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4;
}

.burger_button {
    display: none;
}
.cart_link{
    display: block;
}
.container {
    width: 1320px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.container-wide {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.align_center {
    align-items: center;
}

.align_start {
    align-items: flex-start;
}

.content_around {
    justify-content: space-around;
}

.content_center {
    justify-content: center;
}

.green_header {
    width: 100%;
    min-height: 65px;
    background-color: #000000;
}

.green_header a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.green_header a:hover {
    color: #B4E500;
    cursor: pointer;
}

.logo {
    width: 129px;
    height: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    background-image: url(../image/justeat.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.phone_link {
    flex-grow: 2;
}

.over_block {
    margin-top: 30px;
}
.social_buttons {
    margin-right: 30px;
    font-size: 0.8em;
}

.user_profile span {
    margin-right: 5px;
}
.user_profile{
    display: block;
    position: relative!important;
}
.user_popup{
    display: none;
    position: absolute;
    top: 27px;
    left: -5px;
    background-color: #3d3d3d;
    z-index: 3;
    border-radius: 7px;
    padding: 10px;
    width: 150px;
}
.user_popup ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.user_popup ul li span{
    font-size: 0.8em;
    margin-right: 5px;
}
.white_line {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
    margin-bottom: 10px;
}

.white_line nav {
    display: flex;
    align-items: center;
    justify-content: space-around;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
nav a{
    margin-right: 10px;
    margin-left: 10px;
}
.white_line a {
    color: #000000;
    text-decoration: none;
    transition: color 0.3s ease;
    position: relative;
    margin-right: 10px;
}
.menu_mob_blk{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 85%;
}
.white_line a:hover {
    color: #e46634;
}

.white_line a>span {
    margin-right: 7px;
}

.number_circle {
    background-color: #E46634;
    position: absolute;
    z-index: 2;
    color: #fff;
    font-size: 0.7em;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -7px;
    left: 14px;
}

.search_input {
    position: relative;
}
.map_block{
    -webkit-box-shadow: 0 5px 15px 1px rgba(1, 1, 1, 0.1);
    box-shadow: 0 5px 15px 1px rgba(1, 1, 1, 0.1);
}
.search_input input {
    border: solid 1px #3d3d3d;
    border-radius: 10px;
    padding-left: 7px;
    padding-top: 5px;
    padding-bottom: 5px;
    outline: none;
    color: #3d3d3d;
    width: 150px;
}

.search_input input:hover {
    cursor: pointer;
}

.search_input span {
    color: #3d3d3d;
    position: absolute;
    left: 130px;
    top: 4px;
}

.popup_backround {
    width: 100%;
    height: 100vh;
    z-index: 5;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(134, 134, 134, 0.5);
}

.popup_wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth_block {
    background-color: #fff;
    border-radius: 15px;
    border: solid 2px #708C7F;
    color: #3d3d3d;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 10px;
    min-width: 250px;
}

.auth_block p {
    margin: 5px;
    text-align: center;
}

.auth_block p a {
    text-decoration: none;
    color: #E46634;
    transition: color 0.3s ease;
}

.auth_block p a:hover {
    cursor: pointer;
    color: #E46634;
}

.auth_column {
    flex-direction: column;
}

.auth_form {
    display: none;
}

.input_mask {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.input_mask input {
    margin: 5px;
    outline: none;
    border-radius: 5px;
    padding-left: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    border: solid 1px #3d3d3d;
    color: #3d3d3d;
    width: 160px;
    height: 20px;
}

.input_mask input:hover {
    cursor: pointer;
}

.input_mask>.icon {
    position: absolute;
    left: 145px;
    top: 9px;
}
.input_mask>.error{
    color: #E46634;
}
.form_button {
    font-family: "Roboto", sans-serif;
    font-size: 1em;
    border: none;
    min-width: 160px;
    min-height: 50px;
    background-color: #3d3d3d;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 3px;
    text-decoration: none;
    transition: background-color 0.5s ease, color 0.5s ease;
}

.form_button:hover {
    background-color: #92D690;
    color: #3d3d3d;
    cursor: pointer;
}

.popup_backround,
.registration_form,
.success_registration,
.remid_form,.loader {
    display: none;
}

footer {
    width: 100%;
    background-color: #000000;
    margin-top: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}

footer a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

footer a:hover {
    color: #B4E500;
}

.add_cart {
    color: #fff;
    background-color: #3d3d3d;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 30px;
    padding-left: 3px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-radius: 3px;
    margin-right: 10px;
    transition: color 0.3s ease;
}

.add_cart:hover {
    color: #E46634;
    cursor: pointer;
}

.add_cart p {
    margin-left: 5px!important;
    padding: 0;
}
.add_cart span{
    margin-right: 4px;
}
.moreinfo_button {
    display: block;
    background-color: #3d3d3d;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    padding: 3px 5px 3px 5px;
    transition: color 0.3s ease;
}

.moreinfo_button:hover {
    color: #E46634;
}

.stars {
    background-color: #3d3d3d;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    padding: 3px 8px 0px 5px;
    transition: color 0.3s ease;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 45px;
    position: relative;
}

.stars:hover {
    color: #E46634;
    cursor: pointer;
}

.icon_wrap {
    width: 30px;
    height: 30px;
    position: relative;
}

.rating_block {
    position: absolute;
    bottom: 65px;
    right: 70px;
    display: none;
    z-index: 3;
}

.blockquote {
    position: relative;
    text-align: center;
    border: 2px solid #3d3d3d;
    border-radius: 10px;
    padding: 5px 3px 5px 3px;
    font-size: 18px;
    width: 150px;
    background-color: #fff;
    display: flex;
    justify-content: center;
}

.blockquote:before,
.blockquote:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
}

.blockquote:after {
    right: 15px;
    bottom: -18px;
    border: 9px solid;
    border-color: #fff #fff transparent transparent;
}

.blockquote:before {
    right: 14px;
    bottom: -21px;
    border: 10px solid;
    border-color: #3d3d3d #3d3d3d transparent transparent;
}

.rating_sys {
    width: 120px;
    height: 25px;
    position: absolute;
    top: 2px;
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: start;
}

.half {
    width: 9px;
    height: 25px;
}

.half:hover {
    cursor: pointer;
}

.rate_number {
    width: 25px;
    height: 22px;
    text-align: center;
}
.cart_added{
    position: fixed;
    z-index: 3;
    bottom: 25px;
    right: 30px;
    width: 300px;
    height: 55px;
    background-color: #92D690;
    border-radius: 5px;
    color: #fff;
    -webkit-box-shadow: 0 0 15px 1px rgba(1,1,1,0.1);
    box-shadow: 0 0 15px 1px rgba(1,1,1,0.1);
    display: none;
}
.added_inside{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 14px auto;
    width: 300px;
}
.cart_check_ration{
    position: fixed;
    z-index: 3;
    bottom: 25px;
    right: 30px;
    width: 300px;
    height: 55px;
    background-color: #e46634;
    border-radius: 5px;
    color: #fff;
    -webkit-box-shadow: 0 0 15px 1px rgba(1,1,1,0.1);
    box-shadow: 0 0 15px 1px rgba(1,1,1,0.1);
    display: none;
}

.added_inside span{
    margin-bottom: 3px;
    margin-right: 5px;
}
.calculator_popup{
    position: fixed;
    bottom: 25px;
    left: 10px;
    z-index: 4;
}
.calc_inside{
    background-color: #3d3d3d;
    color: #fff;
    width: 255px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease, background-color 0.3s ease;
}
.calc_inside span{
    margin-right: 5px;
    margin-bottom: 3px;
}
.calc_inside:hover{
    background-color: #92D690;
    color: #3d3d3d;
    cursor: pointer;
}
.calory_calc_btn{
    background-color: #3d3d3d;
    color: #fff;
    width: 245px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease, background-color 0.3s ease;
}
.calory_calc_btn:hover{
    background-color: #92D690;
    color: #3d3d3d;
    cursor: pointer;
}
.calory_calc{
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 1px rgba(1,1,1,0.1);
    box-shadow: 0 0 15px 1px rgba(1,1,1,0.1);
    min-height: 50px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: none;
}
.calory_wrapper{
    display: flex;
    flex-direction: column;
    padding: 5px;
    z-index: 5;
}
.calory_calc select{
    height: 40px;
    background-color: #fff;
    outline: none;
    border: solid 1px #3d3d3d;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 235px;
    transition: border 0.3s ease, box-shadow 0.3s ease;
}
.calory_calc select:focus{
    border: solid 1px #e46634;
    box-shadow: 0 0 5px 1px #e46634;
    cursor: pointer;
}
.calory_calc input[type="text"], .callback-form input[type="text"]{
    height: 35px;
    background-color: #fff;
    outline: none;
    border: solid 1px #3d3d3d;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 230px;
    display: block;
    transition: border 0.3s ease, box-shadow 0.3s ease;
}
.calory_calc input[type="text"]:focus, .callback-form input[type="text"]:focus{
    border: solid 1px #e46634;
    box-shadow: 0 0 5px 1px #e46634;
    cursor: pointer;
}
.calory_err{
    color: #e46634;
    margin: 0;
    padding: 0;
}
.call-btn {
    min-width: 70%;
    min-height: 50px;
    background-color: #000000;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 3px;
    text-decoration: none;
    transition: background-color 0.5s ease, color 0.5s ease;
}
.pass_remind_form{
    display: none;
}
.call-btn:hover {
    background-color: #92D690;
    color: #3d3d3d;
    cursor: pointer;
}
.callback-form{
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 1px rgba(1,1,1,0.1);
    box-shadow: 0 0 15px 1px rgba(1,1,1,0.1);
    min-height: 50px;
    border-radius: 10px;
    width: 270px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}
.cb-wrapp{
    display: none;
}
.callback-form textarea{
    background-color: #fff;
    outline: none;
    border: solid 1px #3d3d3d;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 230px;
    display: block;
    transition: border 0.3s ease, box-shadow 0.3s ease;
}
.callback-form textarea:focus{
    border: solid 1px #e46634;
    box-shadow: 0 0 5px 1px #e46634;
    cursor: pointer;
}
.callback-form input[type="submit"]{
    min-width: 70%;
    min-height: 50px;
    background-color: #000;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 3px;
    text-decoration: none;
    outline: none;
    font-family: "Roboto", sans-serif;
    border: none;
    font-size: 1em;
    transition: background-color 0.5s ease, color 0.5s ease;
}
.callback-form input[type="submit"]:hover{
    background-color: #92D690;
    color: #3d3d3d;
    cursor: pointer;
}
.callback_msg{
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 1px rgba(1,1,1,0.1);
    box-shadow: 0 0 15px 1px rgba(1,1,1,0.1);
    min-height: 50px;
    border-radius: 10px;
    width: 270px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    text-align: center;
    display: none;
}
[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-home:before {
    content: "\e908";
  }
  .icon-bacaley:before {
    content: "\e909";
  }
  .icon-inf:before {
    content: "\e900";
  }
  .icon-drinks:before {
    content: "\e907";
  }
  .icon-soup:before {
    content: "\e901";
  }
  .icon-salad:before {
    content: "\e902";
  }
  .icon-breakfast:before {
    content: "\e904";
  }
  .icon-plate:before {
    content: "\e906";
  }
  .icon-office:before {
    content: "\e903";
  }
  .icon-pencil:before {
    content: "\e905";
  }
  .icon-images:before {
    content: "\e90e";
  }
  .icon-cart:before {
    content: "\e93a";
  }
  .icon-history:before {
    content: "\e94d";
  }
  .icon-mobile:before {
    content: "\e958";
  }
  .icon-user:before {
    content: "\e971";
  }
  .icon-search:before {
    content: "\e986";
  }
  .icon-key:before {
    content: "\e98d";
  }
  .icon-menu:before {
    content: "\e9bd";
  }
  .icon-star-empty:before {
    content: "\e9d7";
  }
  .icon-star-half:before {
    content: "\e9d8";
  }
  .icon-star-full:before {
    content: "\e9d9";
  }
  .icon-cancel-circle:before {
    content: "\ea0d";
  }
  .icon-checkmark:before {
    content: "\ea10";
  }
  .icon-arrow-up2:before {
    content: "\ea3a";
  }
  .icon-arrow-down2:before {
    content: "\ea3e";
  }
  .icon-circle-right:before {
    content: "\ea42";
  }
  .icon-circle-left:before {
    content: "\ea44";
  }
  .icon-paragraph-left:before {
    content: "\ea77";
  }
  .icon-instagram:before {
    content: "\ea92";
  }
  .icon-whatsapp:before {
    content: "\ea93";
  }
  .icon-telegram:before {
    content: "\ea95";
  }
  .icon-twitter:before {
    content: "\ea96";
  }
  .icon-vk:before {
    content: "\ea98";
  }
  