header{
    min-height: 156px;
    width: 100%;
    background-color: #ededed;
}
.header-block{
    padding-top: 65px;
}
.slider-block{
    width: 100%;
    margin-top: 125px;
}
.menu-block{
    min-height: 390px;
    width: 100%;
    background-color: #ededed;
}
.dishes-block{
    width: 100%;
}
.instagram-block{
    background-image: url("img/instagram-block.png");
    height: 357px;
    width: 100%;
    background-position: center;
}
.articles-block{
    min-height: 626px;
    width: 100%;
    background-color: #c895cb;
    margin-top: 40px;
}
.menu-container{
    margin: 0 auto;
    max-width: 1725px;
    padding-top: 50px;
}
.menu-container a:hover {
    text-decoration: none;
}
.menu-container a:hover .menu-item > div{
    border-bottom: 2px solid #c895cb;
    display: inline;
}
.menu-item{
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    font-family: Montserrat;
    font-weight: bold;
    font-size: 22px;
    color: #515151;

}
.menu-item img{
    filter: grayscale(100%);
    margin-bottom: 20px;
}
.menu-item.active img{
    filter: none;

}
.menu-item.active{
    color: black;
}

.dishes-block h2{
    font-family: Montserrat;
    font-weight: bold;
    font-size: 32px;
    text-transform: uppercase;
    padding-top: 60px;
    padding-bottom: 30px;
    text-align: left;
}
.delivery{
    font-family: Montserrat;
    font-weight: bold;
    font-size: 18px;
    text-transform: none;
    text-align: center;
    max-width: 420px;
    height: 50px;
    background-color: #c895cb;
    padding-top: 15px;
    display: inline-block;
    width: 100%;
    margin-left: 30px;
    position: relative;
    top: -5px;
}
.dish{
    margin-bottom: 10px;
}
.tabs{
    padding-top: 50px;
}
.tab{
    display: inline-block;
    text-align: center;
    border:1px solid white;
    color: black;
    font-size: 16px;
    font-family: Montserrat;
    font-weight: bold;
    text-transform: uppercase;
    height: 54px;
    padding: 15px 60px 0 60px;
    border-radius: 27px;
    margin-right: 15px;
    cursor: pointer;
}
.tab.active{
    color: #c895cb;
    background-color: white;
    border-color:#98569c;
}
.article-text{
    font-size: 18px;
    font-family: Montserrat;
    font-weight: 300;
    margin-top: 100px;
}
.footer-phone{
    font-size: 27px;
    font-weight: bold;
}
.footer-block{
    padding-top: 50px;
}
.subscribe-text{
    font-family: Montserrat;
    font-weight: bold;
    font-size: 22px;
    margin-top: 25px;
}
.subscribe-fields{
    float: right;
    margin-top: 20px;
}
.two-lines-footer{
    margin-top: 20px;
}
footer{
    min-height: 156px;
    width: 100%;
    background-color: #ededed;
    padding-top: 15px;
    font-family: Montserrat;
    font-weight: 300;
    font-size: 22px;
}

#cart td{
    padding: 0;
    border-top: none;
}

#cart tr .row{
    margin: 0;
}



#cart{
    border-collapse: separate;
    border-spacing: 0 40px;
    font-family: Montserrat;
}
#cart td {
    background-color: #f4f4f4;
    border-top:  1px solid #98569c;
    border-bottom:  1px solid #98569c;
}

#cart tr td:first-child { border-top-left-radius: 10px; border-bottom-left-radius: 10px; border-left: 1px solid #98569c;}
#cart tr td:last-child { border-top-right-radius: 10px; border-bottom-right-radius: 10px; border-right: 1px solid #98569c;}
.cart-image{
    background-color: white;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.cart-text{
    padding-top: 40px;
}
.additional-sous{
    font-weight: bold;
}
.additional-sous .material-switch{
    display: inline;
    margin-left: 15px;
}
#cart h4{
    font-weight: bold;
    font-size: 22px;
}
.product-weight{
    font-size: 16px;
    font-weight: 300;
}
.total-text{
    border: none !important;
    background-color: white !important;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: bold;
}
.total-text small{
    font-weight: bold;
}
.summ{
    font-size: 32px;
    margin: 0 10px;
}
h1{
    font-family: Montserrat;
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 100px;
    padding-left: 50px;
}
.delivery-header{
    font-family: Montserrat;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 60px;
}
.has-feedback label{
    font-family: Montserrat;
    font-weight: bold;
    font-size: 16px;
}
#order_form input{
    height: 61px;
}
#order_form input, #order_form textarea{
    border-radius: 31px;
    border: 1px solid #98569c;
}

.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 60px;
}

.material-switch > label::before {
    background: #b0b0b0;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0);
    border-radius: 11px;
    content: '';
    height: 22px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 60px;
}
.material-switch > label::after {
    background: #b0b0b0;
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 32px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 32px;
}
/*.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;

}*/
.material-switch > input[type="checkbox"]:checked + label::after {
    background: #98569c;
    left: 40px;
}
.email-field{
    width: 375px;
    height: 48px;
    border: none;
    border-radius: 24px;
    padding-left: 25px;
    max-width: 100%;
}
.email-field::placeholder{
    font-weight: 200;
}
.lang,.time,.login-text{
    display: inline;
    font-family: Montserrat;
    font-weight: 300;
    font-size: 22px;
}
.login-text{
    margin-right: 30px;
}
.menu-button{
    margin-right: 30px;
}
.lang{
    margin-right: 40px;
}
header .footer-phone{
    font-family: Montserrat;
    display:inline;
}

.header-social{
    display: inline;
    position: relative;
    top: -7px;
    margin-left: 20px;
}
.dishes-block .col-xl-6{
    margin-bottom: 64px;
}
.dish-test{
    border: 1px solid #98569c;
    border-radius: 10px;
    max-width: 460px;
    height: 100%;
    width: 100%;
    margin: 0 auto 50px auto;
    background-color: #f4f4f4;
    position: relative;
}
.dishes-block .col-xl-6:nth-child(even) .dish-test {
    float: left;
}
.dishes-block .col-xl-6:nth-child(odd) .dish-test {
    float: right;
}
.dish-image{
    text-align: center;
    padding: 32px 0 32px 0;
    background-color: white;
    border-radius: 10px;
}
.dish-name{
    font-family: Montserrat;
    font-weight: bold;
    font-size: 22px;
    padding:20px;
}
.dish-weight{
    float: right;
    font-size: 16px;
    font-weight: 200;
}
.dish-souse{
    font-size: 16px;
    font-weight: bold;
    font-family: Montserrat;
    padding: 0 20px;
}
.souse-switch{
    display: inline;
    float: right;
}
.dish-description-price{
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
}
.dish-description{
    font-size: 16px;
    font-weight: 400;
    font-family: Montserrat;
    float: left;
    padding-bottom: 20px;
}
.dish-price{
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 200;
    float: right;
}
.dish-price small{
    font-size: 18px;
}
.dish-buy{
    position: absolute;
    bottom: -53px;
    width: 100%;
    text-align: center;
}

.right-popup {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    background-color: #fff;
    width: 0px;
    opacity: 0;
    transition: 0.3s;
    min-height: 100vh;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.09);
    visibility: hidden; }
.right-popup__wrap {
    display: none;
    position: relative; }
.right-popup_active {
    opacity: 1;
    width: 385px;
    visibility: initial; }
.right-popup_active .right-popup__wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 100vh; }
.right-popup__header {
    padding: 10px 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    height: 75px; }
.right-popup__header_basket {
    margin-bottom: 6px;
    background: #c895cb;
}
.right-popup__header__title {
    font-family: "Montserrat";
    font-size: 22px;
    font-weight: 400;
    color: #111111; }
.right-popup__header__close {
    cursor: pointer;
    text-align: center; }


.cart{
    cursor:pointer;
}
.basket {
    z-index: 22;
    min-height: 100vh;
    position: fixed;
}
.basket__restaurant {
    padding-right: 16px;
    padding-left: 16px; }
.basket__restaurant__checkout {
    padding: 0; }
.basket__restaurant__title {
    background-color: #ededed;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    padding: 10px;
    text-align: center;
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #9c9c9c;
    letter-spacing: -0.28px;
    margin-bottom: 14px; }
.basket__restaurant__title_checkout {
    padding: 13px; }
.basket__product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 15px; }
.basket__product__checkout {
    justify-content: center; }
.basket__product__img {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-right: 15px; }
.basket__product__img__checkout {
    margin-right: 0; }
.basket__product__img__wrap {
    margin-right: 15px;
    border-radius: 8px;
    height: 60px;
    position: relative; }
.basket__product__background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 8px;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: 0.3s;
    cursor: pointer; }
.basket__product__background__svg {
    width: 50%;
    height: 50%;
    top: 50%;
    left: 50%;
    transform: translate(50%, 50%); }
.basket__product:hover .basket__product__background {
    opacity: 1;
    transition: 0.3s; }
.basket__product__counter {
    flex-basis: 25%; }
.basket__product__info {
    flex-basis: 50%;
    flex-grow: 1; }
.basket__product__info__small {
    flex-basis: 20%;
    flex-grow: 0.9; }
.basket__product__delete {
    flex-basis: 5%;
    width: 16px;
    height: 16px;
    min-height: 16px;
    min-width: 16px;
    max-width: 16px;
    max-height: 16px;
    cursor: pointer; }
.basket__product__name {
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 5px;
    cursor: pointer;
    text-decoration: none;
    display: block; }
.basket__product__price {
    font-family: "Montserrat";
    font-size: 19px;
    font-weight: 500; }
.basket__sum {
    display: flex;
    justify-content: space-between;
    padding-top: 16px;
    padding-right: 16px;
    padding-left: 16px;
    border-top: #dddddd 1px solid;
    margin-bottom: 15px; }
.basket__sum__text {
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 300; }
.basket__sum__price {
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 600; }
.basket__footer {
    padding: 20px;
    background-color: #c895cb;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    border-radius: 30px;
}
.basket__footer__text {
    margin-right: 20px;
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: bold;
    color: white; }
.basket__footer:hover{
    background-color: white;
    border: 1px solid #98569c;
    box-sizing: border-box;
}
.basket__footer:hover .basket__footer__text {
    color: #c895cb;

    transition: 0.3s; }
.basket__content {
    flex-grow: 2;
    margin-top: 8px;
    overflow-y: auto;
    height: 100px;
    position: relative; }
.basket__content::-webkit-scrollbar {
    width: 5px;
    background-color: #ddd;
    border-radius: 20px; }
.basket__content::-webkit-scrollbar:horizontal {
    height: 22px; }
.basket__content::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 20px; }
.basket__content::-webkit-scrollbar-thumb {
    background: #444;
    border-radius: 20px; }
.margin-content{
    margin-top: 60px;
}
.cart{
    display: inline;
    position: relative;
}
.cart .total_qty{
    width: 28px;
    height: 28px;
    border-radius: 14px;
    background-color: #98569c;
    position: absolute;
    right: -12px;
    top:-18px;
    text-align: center;
    color: white;
    font-family: "Montserrat";
    font-weight: bold;
    font-size: 18px;
}
.logo-block{
    text-align: center;
}
.header-block a{
    color: black;
    font-family: "Montserrat";
}
.header-block .menu-button{
    margin: 0;
}

a {
    color: #98569c;
}

@keyframes pulsation {
    0% {
        transform: scale(0);
        opacity: 1
    }

    50% {
        opacity: .5
    }

    to {
        transform: scale(1);
        opacity: 0
    }
}

@keyframes rotation {
    0%,100%,50% {
        transform: rotate(0)
    }

    25% {
        transform: rotate(30deg)
    }

    75% {
        transform: rotate(-30deg)
    }
}

#us_fixed_contact_button {
    position: fixed;
    right: 30px;
    bottom: 30px;
	width: 70px;
    height: 70px;
    background-color: #98569c;
    border-radius: 100%;
    cursor: pointer;
    z-index: 10
}

#us_fixed_contact_button.clicked {
	z-index: 1021
}

#us_fixed_contact_substrate,
#us_overlay {
	position: fixed;
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    z-index: 0;
    display: none;
}

#us_fixed_contact_substrate.active {
	z-index: 1020;
    display: block;
}

#us_overlay.active {
	z-index: 999;
    display: block;
}

.ocfilter-mobile.active > .ocfilter-mobile-handle {
	display: none;
}

.us-fixed-contact-pulsation {
    width: 100px;
    height: 100px;
    background-color: #98569c;
    border-radius: 50px;
    position: absolute;
    left: -15px;
    top: -15px;
    z-index: -1;
    transform: scale(0);
    animation: pulsation 2s infinite;
}

.us-fixed-contact-icon {
	color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50px;
    position: absolute;
    top: calc(50% - 22px);
    right: calc(50% - 22px);
    overflow: hidden;
}

.us-fixed-contact-icon .fa-phone {
 animation: rotation 1.5s linear infinite
}

.us-fixed-contact-icon {
	font-size: 28px;
}

.us-fixed-contact-dropdown {
    position: absolute;
    bottom: 60px;
    right: 60px;
    padding: 20px;
    border-radius: 1px;
    background: #fff;
    display: block;
    opacity: 0;
    z-index: -1;
    margin-bottom: 20px;
	transition: margin-bottom 0.3s ease, opacity 0.3s ease;
	box-shadow: 5px 12px 30px rgba(0, 0, 0, 0.35);
	visibility: hidden;
	min-width: 250px
}

.us-fixed-contact-dropdown.expanded {
	margin-bottom: 0;
    opacity: .98;
    z-index: 1;
	visibility: visible;
}

.us-fixed-contact-dropdown-close {
    background: none;
    border: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: #333333;
    transition: color .3s ease;
}

.us-fixed-contact-dropdown-close:hover {
	color: #71be00;
}

.us-fixed-contact-item {
	color: #333;
}

.us-fixed-contact-item:hover {
	color: #71be00;
}

.us-fixed-contact-item:not(:last-child) {
	margin-bottom: 18px;
}

.us-fixed-contact-item-icon {
	display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-right: 10px;
    color: #fff
}

.us-fixed-contact-item-icon i {
	font-size: 18px;
}

.us-fixed-contact-messenger {
	background: #0084ff;
}

.us-fixed-contact-viber {
	background: #7c529d;
}

.us-fixed-contact-telegram {
	background: #2ca5e0;
}

.us-fixed-contact-skype {
	background: #31c4ed;
}

.us-fixed-contact-whatsapp {
	background: #25D366;
}

.us-fixed-contact-email {
	background: #50a8ff;
}

.us-fixed-contact-call {
	background: #71be00;
}
@media (max-width: 1200px) {
    .dish-test{
        float: none !important;
    }
    .dish-price{
        float: none !important;
    }
}
@media (max-width: 500px) {
    .delivery{
        margin: 0;
        top: 0;
    }


}
@media (min-width: 501px) {


}