@font-face{
    font-family: 'obelix';
    src: url('../fonts/obelix.ttf');
}

@font-face{
    font-family: 'franklin';
    src: url('../fonts/framd.ttf');
}

body { 
    font-weight: 300;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

body.open-modal-body{
    overflow: hidden !important;
}

a:hover{
    cursor: pointer;
    text-decoration: none;
}
a {
    color: #ff9b27;
}
a:hover {
    color: #ff9b27;
}
i:hover{
    cursor: pointer;
}

.logo a:hover{
    color: #fff;
}

.close-menu:hover .open-menu:hover, .open-modal:hover{
    cursor: pointer;
}

.section-title{
    margin: 20px 0;
    font-size: 35px;
    font-weight: 700;
    color: #ff9b27;
    text-transform: uppercase;
    font-family: 'PT Sans Caption', sans-serif;
}

/*------add-animation------*/

.add-animation{
    animation-name: add;
    animation-duration: 1s;
}


@keyframes add {
    0%   {
        color: #cecece;
        -webkit-transform: scale(1);
        transform: scale(1);
        font-weight: 400;
    }
    50%  {
        color: #ff9b27;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        font-weight: 700;
    }
    100% {
        color: #cecece;
        -webkit-transform: scale(1);
        transform: scale(1);
        font-weight: 400;
    }
}




/*------HEADER------*/

header a{
    color: #cecece;
}

header a:hover{
    color: #ff9b27;
}

header .fa-phone{
    color: #ff9b27;
}

.menu-section{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgba(0,0,0,.8);
}

.logo{
    float: left;
    padding: 12px 0 7px 0;
    width: 250px;
}

.logo a h1{
    font-size: 40px;
    font-family: 'obelix';
    letter-spacing: 4px;
    color: #fff;
    margin-bottom: 0px;
    line-height: 60px;
}

.logo a span{
    color: #ff9b27;
}

.logo a .number{
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 45px;
    margin: 0 -5px;
}

.menu-block{
    float: right;
    width: calc(100% - 500px);
}

.menu-block p{
    display: inline-block;
    margin: 10px 0;
    font-size: 18px;
        font-weight: 800;
    
}

.menu-block .phone span{
    margin-left: 3px;
}

.menu-block p.social{
    font-size: 24px;
    line-height: 22px;
    margin-left: 20px;
}

.menu-block p.social a{
    margin-left: 10px;
}



.menu-block a.open-order{
    margin-top: 5px;
    font-size: 25px;
    font-weight: 400;
    margin-left: 100px;
    position: absolute;
    color: #cecece;
}
.menu-block a.open-order:hover{
    color: #fff;
}

.menu{
    list-style: none;
    padding: 0;
    margin: 0;
    white-space: nowrap;
}

.menu li{
    display: inline-block;
    margin-right: 2%;
}

.menu li a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
}

.menu li{
    color: #cecece;
}

.menu li span{
    color: #cecece;
    font-weight: 400;
}

.open-menu{
    display: none;
    color: #cecece;
    padding: 10px;
    float: right;
    font-size: 25px;
}


.menu-bar{
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #000;
    text-align: center;
    transition: right .5s;
}

.menu-bar.open-menu-bar{
    right: 0;
}

.menu-bar .logo{
    width: 100%;
}

.mobile-menu{
    list-style: none;
    width: 100%;
    padding: 0;
}

.mobile-menu li{
    width: 100%;
    line-height: 55px;
}

.mobile-menu li a{
    color: #cecece;
    font-size: 24px;
}

.menu-bar i.close-menu{
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 20px;
    font-size: 25px;
    color: #cecece;
}

.mobile-menu .open-order{
    font-size: 30px;
    color: #cecece;
}



/*------BANNER------*/

.carousel{
    max-height: 90vh;
    overflow: hidden;
    background: #000;
}

.banner img{
    opacity: .5;
    width: 100%;
}

.banner-info{
    position: absolute;
    overflow: hidden;
    width: 100%;
    padding: 0 5%;
    font-family: 'Ubuntu', sans-serif;
    top: 40%;
}

.banner-info p{
    color: #fff;
}

.banner-info p.h2{
    font-size: 60px;
}

.banner-info p.h3{
    font-size: 40px;
}

.banner .visible-xs{
    display: none;
}



/*------ABOUT------*/

/*.owl-stage-outer{
    max-height: 275px;
    overflow: hidden;
}

.owl-nav{
    display: none;
}

.owl-nav .owl-prev{
    float: left;
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100px;
    background: -webkit-linear-gradient(right,rgba(0,0,0,0),rgba(0,0,0,.3)); 
    background: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,.3));
    background: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,.3));
    background: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,.3)); 
}

.owl-nav .owl-prev:hover{
    background: -webkit-linear-gradient(right,rgba(0,0,0,0),rgba(0,0,0,.5)); 
    background: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,.5)); 
    background: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,.5)); 
    background: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,.5));
}

.owl-nav .owl-next{
    float: right;
    right: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100px;
    background: -webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,.3));
    background: -o-linear-gradient(right,rgba(0,0,0,0),rgba(0,0,0,.3));
    background: -moz-linear-gradient(right,rgba(0,0,0,0),rgba(0,0,0,.3)); 
    background: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,.3)); 
}

.owl-nav .owl-next:hover{
    background: -webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,.5));
    background: -o-linear-gradient(right,rgba(0,0,0,0),rgba(0,0,0,.5));
    background: -moz-linear-gradient(right,rgba(0,0,0,0),rgba(0,0,0,.5)); 
    background: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,.5)); 
}


.owl-nav i{
    position: relative;
    top: calc(50% - 15px);
    color: #cecece;
    font-size: 30px;
    line-height: 30px;
    padding: 10px;
}

.owl-nav .owl-next i{
    float: right;
}

.owl-nav .owl-prev i{
    float: left;
}*/

.about-block{
    
}

.about-block > div{
    float: left;
}

.about-block p{
    font-size: 18px;
}

.about-block .col-md-5{
    padding: 0;
}

.about-block img{
    max-width: 100%;
}




/*------WE-NEED------*/

.we-need-block > div{
    float: left;
    text-align: center;
}

.we-need-block img{
    border-radius: 50%;
    width: 65%;
    margin: auto;
}

.we-need-block p b{
    font-size: 20px;
}


/*-----INSTAGRAM------*/
.owl-stage-outer{
    box-shadow: 0px 0px 3px rgba(0,0,0,.1);
}

.owl-nav{
    display: none;
}

.instagram #header {
  position: relative;
  width: 100%;
}

.instagram #content {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}

.instagram #content .post{
    position: relative;
    /*width: 25%;*/ 
    min-height: 17vw;
    background: #000;
    display: block;
    overflow: hidden;
}

.instagram #content .post .image {
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background-position: center;
      background-size: cover;
      transition: all .15s ease-in-out;
}

.instagram #content .post ul {
      position: absolute;
      list-style: none;
      top: 0; left: 0; right: 0;
      height: 50px;
      background: rgba(255,10,10,0.4);
      display: flex;
      justify-content: space-around;
      transform: translateY(-100%);
      transition: all .15s ease-in-out;
      color: #FFF;
      padding: 0;
}

.instagram #content .post ul  li { 
    text-align: center; 
    line-height: 50px; 
    font-size: 22px;
}

.instagram #content .post:hover .image{
     opacity: .5; 
     transform: scale(1.15) translate3d(0,0,0); 
 }
 
.instagram #content .post:hover  ul { 
     transform: translateX(0); 
 }



/*------CATALOG------*/

.catalog{
    display: -webkit-flex;
    -webkit-flex-flow: row-reverse wrap;
    display: flex;
    flex-flow: row-reverse wrap;
    flex-flow: row wrap;
}

.product-item{
    float: left;
    margin: 10px 0 20px 0;
    min-width: 200px;
}



.product-item .img-block{
    height: 170px;
    text-align: center;
}

.product-item .set-modal .img-block {
    height: 250px;
}

.product-item .img-block .type-icon {
    position: absolute;
    top: 130px;
    right: 0;
    height: 30px;
}

.product-item .img-block2{
    height: 130px;
}

.product-item .img-block img{
    max-height: 95%;
    max-width: 100%;
}

.product-item p{
    margin-bottom: 0;
    font-size: 13px;
}

.product-item .title{
    font-weight: 600;
    color: #ff9b27;
    text-transform: uppercase;
   /*  white-space: nowrap; */
    margin-top: 15px;
    font-size: 12px;
} 

.product-item .set-modal .title {
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
}

.product-item .set-modal .col-lg-9, .product-item .set-modal .col-lg-3 {
    float: left;
}

.product-item .weight{
    color: #000;
    text-transform: none;
    white-space: nowrap
}

.product-item .set-modal .title .weight {
    color: #000;
}

.product-item hr{
    margin: 0;
}

.product-item .composition{
    font-weight: 400;
}

.product-item .price{
    font-weight: 600;
}

.product-item .price span{
    color: #ff9b27;
}

.product-item .set-modal .price span {
    font-size: 16px;
}




/*------SHOP-MODAL------*/

.open-order:hover{
    cursor: pointer;
}

.shop-modal .ion-close-round:hover, .order-modal .ion-close-round:hover{
    cursor: poiner;
}

.shop-modal{
    display: none;
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.7);
    z-index: 100;
}

.shop-modal .shop-modal-body{
    height: 400px;
    width: 800px;
    position: absolute;
    top: 150px;
    left: calc(50% - 400px);
    background: #fff;
    border-radius: 3px;
}

.shop-modal.set-modal .shop-modal-body{
    height: 480px;
    top: 100px;
    width: 650px;
    left: calc(50% - 325px);
}

.shop-modal .shop-modal-body .ion-close-round{
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 20px;
    font-size: 35px;
    color: #ff9b27;
    z-index: 101;
}

.shop-modal .shop-modal-body .img-block{
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
}

.set-modal .shop-modal-body .img-block{
    width: 60%;
}

.shop-modal .shop-modal-body .img-block .type-icon{
    position: absolute;
    height: 60px;
    left: 40%;
    top: 215px;
}

.shop-modal .shop-modal-body .info-block{
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 50px;
}

.set-modal .shop-modal-body .info-block {
    width: 36%;
}

.shop-modal .shop-modal-body .to-order{
    padding: 10px 15px;
    color: #fff;
    background: #ff9b27;
    text-transform: uppercase;
    border-radius: 6px;
    font-weight: 400;
    position: absolute;
    bottom: 40px;
}

.shop-modal .shop-modal-body .to-order:hover{
    color: #fff;
    
}

.shop-modal .shop-modal-body .img-block img{
    margin-top: 50px;
    height: 280px;
}

.shop-modal .shop-modal-body .title {
    font-size: 24px;
    margin-top: 50px;
}

.shop-modal .shop-modal-body .img-block .count-block{
    line-height: 70px;
    font-size: 35px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}



.shop-modal .shop-modal-body .img-block .count-block i{
    color: #ff9b27;
}

.shop-modal .shop-modal-body .title{
    font-size: 24px;
    margin-top: 50px;
}

.shop-modal .shop-modal-body .weight{
    font-size: 22px;
    font-weight: 600;
}

.shop-modal .shop-modal-body .composition{
    font-size: 18px;
    margin: 10px 0;
    color: #2b2d2f;
}

.shop-modal.set-modal .shop-modal-body .composition p {
    font-size: 17px;
}

.shop-modal .shop-modal-body .price{
    font-size: 19px;
}






.order-modal{
    display: none;
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.7);
    z-index: 100;
}

.order-modal .order-modal-body{
    height: 750px;
    width: 1320px;
    position: absolute;
    top: 3vh;
    margin-left: calc(50% - 660px);
    background: #fff;
    border-radius: 3px;
}

.order-modal .order-modal-body > .ion-close-round{
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 20px;
    font-size: 35px;
    color: #ff9b27;
    z-index: 101;
}


.order-list{
    padding: 10px 0px 100px 25px;
    height: 100%;
    width: calc(100% - 400px);
    float: left;
}

.order-list .block{
    overflow: auto;
    height: 390px;
    box-shadow: 0px 10px 15px -10px rgba(0,0,0,.1);
}

.order-list .block > p{
    font-size: 40px; 
    font-weight: 500;
    padding-left: 20px;
}

.order-list .item{
    overflow: hidden;
    white-space: nowrap;
    padding: 5px 20px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    height: 115px;
}

.order-list .item img{
    width: 100px;
    float: left;
}

.order-list .item p{
    float: left;
    line-height: 90px;
    font-size: 20px;
    margin-bottom: 0;
}

.order-list .item p.count{
    font-size: 35px;
    min-width: 190px;
    text-align: center;
}


.order-list .item .title{
    font-weight: 600;
    text-transform: uppercase;
    color: #ff9b27;
    margin: 0 0 0 30px;
    min-width: 245px;
}


.order-list .item .fa-plus-square{
    float: right;
    line-height: 90px;
    color: #ff9b27;
    margin: 0 10px;
}

.order-list .item .fa-minus-square{
    float: left;
    line-height: 90px;
    color: #ff9b27;
    margin: 0 10px;
}

.order-list .item  .price{
    font-weight: 600;
    margin: 0 20px;
    min-width: 90px;
}

.order-list .item  .ion-close-round{
    font-size: 30px;
    margin-left: 10px;
    color: #ff9b27;
    line-height: 90px;
}

.garnish > p{
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    padding-left: 20px;
}

.garnish{
    overflow: hidden;
    position: absolute;
     bottom: 70px;
    width: calc(100% - 50px);
}

.order-list .garnish-item{
    width: 11.1%;
    float: left;
    text-align: center;
}

.order-list .garnish-item img{
    width: 50%;
}

.order-list .garnish-item .title{
    font-size: 17px;
    font-weight: 500;
    margin-bottom: -15px;
    line-height: 20px;
    min-height: 40px;
}

.order-list .garnish-item .count{
    font-size: 35px;
    margin-bottom: 16px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.order-list .garnish-item .garnish-total-price{
    font-weight: 500;
    position: absolute;
    margin-top: -30px;
    width: 14%;
}

.order-list .garnish-item .count i{
    color: #ff9b27;
    font-size: 35px;
    margin-bottom: 0;
}

.order-list .garnish-item .price{
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px;
    line-height: 16px;
}

.order-list .garnish-item:last-child .price{
    /*color: #fff;*/
}

.order-list .garnish-item .ion-close-round{
    color: #ff9b27;
    float: left;
    font-size: 30px;
}

.order-modal-body form{
    float: right;
    width: 400px;
    padding: 75px 40px 310px 20px;
}

.order-modal-body form input{
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    border-radius: 3px;
    height: 45px;
    padding: 10px;
}

.order-modal-body input[type='submit']{
    color: #fff;
        cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px;
    background: #ff9b27;
    border: 0px solid #ff9b27;
    border-radius: 3px;
}

.order-modal-body form input[type="submit"]:hover{
    color: #fff;
}

.delivery-work{
    line-height: 20px;
    font-size: 15px;
}

.order-modal .chek{
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 26px;
    font-weight: 600;
    padding: 15px 45px;
}

.order-modal .chek span{
    font-size: 30px;
}

.order-modal .chek span.delivery{
    position: absolute;
    font-size: 15px;
    font-weight: 300;
    white-space: nowrap;
    right: 30px;
}








/*------FOOTER------*/

footer{
    overflow: hidden;
}

footer > .col-xs-12{
    height: 300px;
}

footer .col-md-12{
    padding: 0;
}

.footer-info{
    background: rgba(0,0,0,0.8);
    right: 0;
    padding: 50px 25px;
    min-width: 400px;
    position: absolute;
    bottom: 0;
    height: 300px;
}

.footer-info p, .footer-info p a{
    color: #cecece;
    font-size: 18px;
    font-weight: 300;
}

.footer-info p i{
    margin-right: 5px;
}

.ym{
    position: absolute;
    bottom: 0;
    right: 0;
}

.success{
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100vw;
    background: rgba(0,0,0,.5);
    opacity: 0;
    animation-name: success;
    animation-duration: 4s;
    animation-iteration-count: 1;
}

.success-modal{
    position: fixed;
    top: 100px;
    width: 400px;
    height: 200px;
    background: #fff;
    margin-left: calc(50% - 200px);
    border-radius: 5px;
}

.success-modal p{
    text-align: center;
    color: #ff9b27;
    font-size: 30px;
    font-weight: 500;
    padding: 20px;
}

@keyframes success {
    0%   {opacity: 0;}
    30%  {opacity: 1;}
    70%  {opacity: 1;}
    100% {opacity: 0;}
}








/*------------------------MEDIA------------------------*/

@media(max-width: 1250px){
    .order-modal .order-modal-body{
        width: 100%;
        margin: 0;
    }
    
    .order-list .garnish-item .title{
        font-size: 17px;
    }
    
    .order-list .garnish-item .price{
        font-size: 14px;
    }
}

@media(min-width: 1190px){
    .delivery-work {
        line-height: 20px;
        font-size: 15px;
        position: absolute;
        bottom: 0;
        width: 600px;
        right: 150px;
    }
}

@media(max-width: 1190px){
    .order-modal .order-modal-body{
        min-height: 100%;
        top: 0;
        overflow: auto;
    }
    
    .order-list{
        width: 100%;
        height: auto;
        padding: 70px 10px 0 10px;
    }
    
    .garnish{
        position: relative;
        width: 100%;
        bottom: 0px;
    }
    
    .order-list .block{
        height: auto;

    }
    
    .order-modal-body form {
        float: none;
        margin-left: calc(50% - 200px);
        padding: 30px 20px;
    }
    
    .garnish > p{
        margin-top: 20px;
    }
    
    .order-modal .chek {
        position: relative;
        top: -90px;
        float: right;
        margin-bottom: -75px;
    }
    
    .order-list .item {
        padding: 12px 20px;
        height: 135px;
    }
    
    .order-modal-body form input{
        margin-top: 15px;
    }
}





@media(max-width: 1200px){
    .menu-block {
        width: calc(100% - 300px);
    }
    
    .owl-stage-outer{
        max-height: 232px;
    }
    
}

@media(min-width: 992px) {
    .product-item .set-modal .img-block img {
        margin-top: 15px;
    }
}

@media(min-width: 992px) and (max-width: 1200px){
    .col-lg-2 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}



@media(max-width: 991px){
    
    .logo{
        width: 210px;
    }
    
    .logo a h1{
        font-size: 35px;
        line-height: 50px;
    }
    
    .logo a .number{
        font-size: 40px;
    }
    
    .menu-block{
        width: calc(100% - 230px);
    }
    
    .menu-block p{
        margin-bottom: 5px;
    }
    
    .menu li{
        margin-right: 5%;
    }
    
    .menu li a{
        font-size: 15px;
    }
    
    
    .banner-info{
        padding: 0 10%;
    }
    
    .banner-info p.h2{
        font-size: 50px;
    }
    
    .banner-info p.h3{
        font-size: 30px;
    }
    
    .owl-stage-outer{
        max-height: 258px;
    }
    
    
}

@media(max-width: 950px){
    .order-list .garnish-item{
        width: 25%;
    }
    
    .order-list .garnish-item .garnish-total-price{
        width: 25%;
    }
}

@media(max-width: 800px){
    .shop-modal .shop-modal-body, .order-modal .order-modal-body, .shop-modal.set-modal .shop-modal-body, .order-modal .order-modal-body{
        width: 100%;
        left: 0;
    }
    
    .order-modal .order-modal-body form{
    }
}


@media(min-width: 769px){
    .menu-bar{
        display: none !important;
    }
    
    .product-item .open-modal .img-block img{
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -ms-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
    
    .product-item:hover .open-modal .img-block img{
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -ms-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
    
    .product-item .set-modal .composition p {
        font-size: 13px;
        line-height: 18px;
        white-space: nowrap;
    }
    
    .product-item .set-modal .title .weight {
        font-size: 16px;
    }
}



@media(max-width: 768px){
    
    .section-title {
        margin: 15px 0;
        font-size: 30px;
    }
    
    .open-menu{
        display: block;
    }
    
    .menu, .social a:first-child,.social a:nth-child(2) {
        display: none;
    }
    
    
    .menu-block{
        margin-top: 15px;
    }
    
    .menu-block p.phone{
        font-size: 28px;
        margin: 0;
    }
    .menu-block p.social{
        font-size: 17px;
        color: #cecece;
        margin: 0;
    }
    
    .menu-block a.open-order{
        margin-left: 20px;
        top: 18px;
    }
    
    
    .phone span{
        display: none;
    }
    
    .banner-info{
        padding: 0 15%;
    }
    
    .banner-info p.h2{
        font-size: 35px;
    }
    
    .banner-info p.h3{
        font-size: 22px;
    }
    
    
    
    .about-block p {
        font-size: 15px;
    }
    
    
    .product-item .set-modal .title .weight {
        font-size: 14px;
    }
    
    
    footer > .col-xs-12{
        height: 450px;
    }
        
    .footer-info{
        min-width: 100%;
        position: relative;
        height: 175px;
        padding: 20px 25px;
    }
    
    .footer-info p{
        font-size: 14px;
        margin-bottom: 5px;
    }
    
    .owl-stage-outer{
        max-height: 191px;
    }
    
}

@media(max-width: 700px){
    .order-list .item .title{
        font-size: 18px;
    }
    
    .order-list .item .title{
        min-width: 222px;
    }
    
    .order-list .item p.count{
        min-width: 160px;
    }
    
    .order-list .item p.count, .order-list .garnish-item .count{
        font-size: 25px;
    }
    .order-list .item .fa-minus-square, .order-list .item .fa-plus-square, 
    .order-list .garnish-item .count i{
        font-size: 35px;
    }
    
    .order-list .item p.count{
        margin: 0 0 0 10px;
    }
    .order-list .item  .price{
        margin: 0 7px;
    }
}

@media(max-width: 755px){
    .order-modal .order-modal-body .order-list{
        padding: 45px 10px 10px 10px;
    }
    
    .shop-modal .shop-modal-body .img-block img{
        margin-top: 70px;
    }
    
    .shop-modal.set-modal .shop-modal-body .img-block {
        height: 170px;
    }
    
    .order-list .item img{
        width: 80px;
    }
    
    .order-list .item{
        height: auto;
    }
    
    .order-list .item p{
        line-height: 50px;
    }
    .order-list .item .fa-minus-square, .order-list .item .fa-plus-square{
        line-height: 50px;
        font-size: 35px;
    }
    
    .order-list .item  .ion-close-round{
        line-height: 50px;
    }
    
    .order-list .item p.count, .order-list .garnish-item .count{
        font-size: 20px;
    }
    
    .order-list .item p.count{
        min-width: 150px;
        font-size: 25px;
    }
    
    .order-list .item  .price{
        font-size: 20px;
        min-width: 75px;
    }
    
    .order-modal .chek{
        top: -485px;
    }
}

@media(max-width: 550px){
    .catalog .col-xs-6{
        width: 50%;
    }
    
    .product-item {
        overflow: auto;
    }
    
    .product-item .img-block{
        height: 150px;
    }
    
    .product-item .set-modal .img-block {
        height: 200px;
    }

    .product-item .img-block img{
        max-height: 100%;
    }
    
    .product-item p{
        font-size: 12px;
    }
    
    .product-item .title{
        font-size: 10px;
    }
    
    

    .shop-modal .shop-modal-body, .shop-modal.set-modal .shop-modal-body{
        min-height: 100%;
        top: 0;
        border-radius: 0;
        overflow: auto;
    }
    .shop-modal .shop-modal-body .info-block, .shop-modal.set-modal .shop-modal-body .info-block{
        max-height: 450px;
    }
    
    .shop-modal .shop-modal-body .img-block{
        width: 100%;
        height: 240px;
    }
    
    .shop-modal .shop-modal-body .img-block img{
        height: 200px;
    }
    
    .shop-modal .shop-modal-body .img-block .type-icon{
        right: 10%;
        left: auto;
        top: 140px;
    }
    
    .shop-modal .shop-modal-body .info-block, .shop-modal.set-modal .shop-modal-body .info-block{
        width: 100%;
        padding: 0 40px;
        position: relative;
    }
    
    .set-modal .shop-modal-body .title {
        margin-top: 135px;
    }
    
    .shop-modal .shop-modal-body .title {
        margin-top: 115px;
    }
    
    .shop-modal .shop-modal-body .info-block > p, .shop-modal.set-modal .shop-modal-body .info-block > p{
        text-align: center;
    }
    
    .shop-modal .shop-modal-body .info-block .to-order, .shop-modal.set-modal .shop-modal-body .info-block .to-order{
        position: relative;
        top: 20px;
    }
    
    .shop-modal .shop-modal-body .title {
        font-size: 20px;
    }
    
    .shop-modal .shop-modal-body .weight{
        font-size: 18px;
    }
    
    .shop-modal .shop-modal-body .composition, .shop-modal .shop-modal-body .price{
        font-size: 15px;
    }
    
    .order-modal .order-modal-body{
       height: 100vh;
       top:0;
       border-radius: 0;
    }
    
    .order-modal .order-modal-body .order-list{

    }
    
    .order-modal .order-modal-body form{
        padding: 10px;
    }
    
    .order-list .item .title{
        width: 55%;
    }
    
    .order-list .item  .ion-close-round{
        float: right;
    }
    
    .order-modal-body form input{
        height: 45px;
    }
    
    .owl-stage-outer{
        max-height: 275px;
    }
    
    .order-list .garnish-item{
        width: 50%;
    }
    
    .order-list .garnish-item .garnish-total-price{
        width: 50%;
    }
}


@media(max-width: 500px){
    
    .we-need-block > div p:first-child{
        width: 30%;
        float: left;
        text-align: center;
    }
    
    .we-need-block > div p:first-child img{
        width: 100px;
    }
    
    .we-need-block p:nth-child(2){
        width: 70%;
        float: left;
    }
    
    .we-need-block p b{
        line-height: 100px;
        font-size: 17px;
    }
    
    .we-need-block p:last-child{
        width: 100%;
        text-align: left;
        font-size: 14px;
    }
    
    .banner .visible-xs{
        display: block;
    }
    .banner .hidden-xs{
        display: none;
    }
    
    .instagram #content .post{
        min-height: 55vw;
    }
}

@media(max-width: 450px){
    .order-list .item img {
        width: 140px;
        margin-left: calc(50% - 70px);
    }
    
    .order-list .item .title {
        width: 100%;
        font-size: 16px;
        text-align: center;
        margin: 0;
    }
    
    .order-list .item p.count {
        margin: 0;
    }
    
    .order-list .item  .price {
        font-size: 15px;
        min-width: 60px;
    }
    
    .order-list .item  .ion-close-round{
        margin: 0;
    }
    
    .order-modal .order-modal-body form {
        padding: 10px;
        width: 90%;
        margin: 0 5%;
    }
    
    .order-modal-body form input{
        margin-top: 0;
    }
    
    .order-modal .chek {
        top: -420px;
    }
    
    .order-modal .chek span {
        font-size: 27px;
    }
    
    .order-modal .chek span.delivery{
        font-size: 14px;
    }
    
}

@media(max-width: 440px){
    
    .logo{
        width: 155px;
    }
    
    .logo a .number{
        font-size: 30px;
    }
    
    .logo a h1{
        font-size: 25px;
        position: relative;
        top: 3px;
        line-height: 40px;
    }
    
    .menu-block{
        margin-top: 10px;
        width: calc(100% - 172px);
    }
    
    
    .menu-block p.social a{
        margin-left: 6px;
    }
    
    .menu-block a.open-order {
        top: 18px;
        font-size: 21px;
        margin-left: 0;
    }
    
    header .fa-phone{
        line-height: 49px;
    }
    
    
    .success{
        position: fixed;
        top: 0;
        height: 100vh;
        width: 100vw;
        background: rgba(0,0,0,.5);
        opacity: 0;
        animation-name: success;
        animation-duration: 4s;
        animation-iteration-count: 1;
    }
    
    .success-modal{
        position: fixed;
        top: 100px;
        width: 300px;
        height: 150px;
        margin-left: calc(50% - 150px);
    }
    
    .success-modal p{
        font-size: 20px;
    }
    
}

@media(max-width: 400px){
    
    .section-title {
        margin: 12px 0;
        font-size: 25px;
    }
    
    
    .menu-section .container{
        padding: 0 10px;
    }
    

    .banner-info p.h2{
        font-size: 25px;
    }
    
    .banner-info p.h3{
        font-size: 18px;
    }
    
    
    .shop-modal .shop-modal-body .img-block .type-icon {
        top: 160px;
        height: 40px;
    }
    
    .product-item .img-block .type-icon {
        top: 115px;
    }
  
}

@media(max-width: 360px){

    .logo{
        width: 141px;
        padding: 7px 0;
    }
    
    .logo a h1{
        font-size: 22px;
    }
    
    .menu-block{
        margin-top: 5px;
        width: calc(100% - 145px);
    }

    .menu-block p.social a {
        margin-left: 1px;
    }
    
    .menu-block a.open-order {
        font-size: 16px;
    }
    
    .catalog .col-xs-6{
        width: 50%;
    }
    
    .product-item .img-block{
        height: 140px;
    }
    
    .product-item p{
        font-size: 11px;
    }
    
    .product-item .title{
        font-size: 9px;
    }
  
}
    
  .dostavim img{
    width: 70px;
    margin: 30px 0;
  }
  .dostavim p{
    font-size: 24px;
    font-weight: bold;
  }
  .mt25{
      margin-top: 25px;
  }
  .knopka{
      color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px;
    background: #09a916;
    border: 0px solid #09a916;
    border-radius: 3px;
  }
  .knopka:hover {
    color: #fff;
   background: #068611;
    border: 0px solid #068611;
}
 .product-item .price2{
        font-size: 19px;
        font-weight: 600;
    color: #000;
}
 .product-item .price2 span{
    color: #FF9B28;
}

textarea {
width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    border-radius: 3px;
    height: 80px;
    padding: 10px;
}

.razmer{color: black;}