body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

.container {
    margin: 0px 26px;
}

.link_none {
    text-decoration: none;
  }




.header {
    background-image: url(../pic/bg.jpg);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}


.header-line {
    padding-top: 50px;
    display: flex;
    align-items: right;
    justify-content: flex-end;
}

.nav-item {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;

    margin-right: 25px;

    transition: color 0.3s linear;

    -webkit-text-shadow: 1px 1px 1px #000;
    -moz-text-shadow: 1px 1px 1px #000;
        text-shadow: 1px 1px 1px #000;
}

.nav-item:hover {
    color: #fda88d;
    -webkit-text-shadow: 3px 3px 3px #000;
    -moz-text-shadow: 3px 3px 3px #000;
        text-shadow: 3px 3px 3px #000;
}


.cart {
    position: relative;

    border-right: 1px solid #FFFFFF;
    padding-right: 10px;
    height: 40px;
}

.cart-img {
    position: absolute;
    top: 18px;
    right: 17px;
}

.num {
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    font-size: 28px;
    transition: color 0.3s linear;



    text-shadow: 1px 0 1px #000, 
    0 2px 2px #000, 
    -1px 0 2px #000, 
    0 -1px 2px #000;   
}

.num:hover {
    color: #fc9893;

    text-shadow: 1px 0 1px #000, 
    0 2px 2px #000, 
    -1px 0 2px #000, 
    0 -1px 2px #000;
}

.phone-text {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.phone-holder {
    display: flex;
    align-items: center;

}


.header-down {
    position: relative;
}

.header-title {
    color: #d3faf7;
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: 700;

    text-align: center;
    position: absolute;
    left: 0;

    margin-top: 70px;
    margin-bottom: 12px;

    text-shadow: 1px 0 1px #000, 
    0 2px 2px #000, 
    -1px 0 2px #000, 
    0 -1px 2px #000;
}

.header-subtitle {
    color: d3faf7;
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
}

.header-suptitle {
    color: d3faf7;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
}




.header-button {
    background-color: #413f3f;
    padding: 8px 32px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;

    transition: background-color 0.3s linear;
}

.header-button:hover {
    background-color: #292828;
    color: #c0e0eb;
}




.cards-holder {
    display: flex;
    justify-content: space-between;
}



.card-image:hover {
    -webkit-filter: contrast(150%);
}


.card {
    width: 100%;
    box-shadow: 10px 10px 40px 20px #4c2e31;
    border-style: solid ;
    border-width: 1px;
    border-color:#2d191b;

    margin-right: 31px;
    background-color: #e7e7e5;
    margin-top: -80px;
/*    padding: 10px 10px;   */
}

.cardd {
    width: 359px;
    box-shadow: 10px 10px 40px 20px #4c2e31;
    border-style: solid ;
    border-width: 1px;
    border-color:#2d191b;

    margin-right: 31px;
    background-color: #e7e7e5;
    margin-top: 10px;
/*    padding: 10px 10px;   */
}





.card-image {
    display: flex;
    justify-content: center;
    padding-top: 5px;
}

.card-title {
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;

}

.card-title span {
    color: #D67E35;
    margin-left: 2px;
    text-align: center;

}

.card-desc {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #656363;
    margin: 5px;
}

.card-desc-bottom
{
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-size: 16px;
    color: #656363;
}

.history {
    margin-top: 100px;
    padding-bottom: 160px;
}

.history-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 54px;
    font-weight: 400;
    width: 444px;
    text-align: center;
    margin-top: 21px;
}

.history-title span {
    color: #D67E35;
}

.history-desc {
    color: #656363;
    font-size: 18px;
    width: 444px;
    text-align: center;
}

.history-number {
    display: flex;
    width: 444px;
    justify-content: center;
    margin-top: 40px;
    margin-left: 30px;
}

.number-item {
    margin-right: 60px;
    text-align: center;
    font-size: 30px;
    color: #BC9060;
}

.number-item span {
    display: block;
    color: #000;
}

.history-images {
    position: relative;
}

.history-holder {
    display: flex;
}

.imgages-1 {
    position: absolute;
    z-index: 0;
    top: 54px;
    left: 211px;
}

.imgages-2 {
    position: absolute;
    z-index: 999;
    top: -92px;
    left: 383px;
}

.imgages-3 {
    position: absolute;
    z-index: 999;
    top: 246px;
    left: 481px;
}




.black-block {
    background-image: url(../pic/black-bg.jpg);
    padding: 80px 0;
}

.black-block-1 {
    background-image: url(../pic/black-bg-1.jpg);
    padding: 70px 0;
    margin-top: 50px;
}





.left-title {
    color: #D67E34;
    font-family: 'Open Sans', sans-serif;
    font-size: 50px;
    font-weight: 400;

    margin-bottom: 20px;
}

.left-text {
    font-weight: 700;
    font-size: 24px;
    color: #efc78d;
}

.right-btn {
    background-color: #efc78d;
    padding: 8px 32px;
    color: #4c2e31;
    font-size: 26px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;

    transition: background-color 0.3s linear;
}

.right-btn:hover {
    background-color: #442326;
    color: #f0bb6b;
}

.block-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
}




.dishes-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 54px;
    font-weight: 400;
    text-align: center;
    padding-top: 132px;
    margin-bottom: 139px;
}

.dishes-title span {
    color: #D67E34;
}


.burgers {
    display: flex;
    justify-content: center;
}

.burger-item {
    display: flex;
    align-items: center;
    margin-bottom: 29px;
}

.burgers-image {
    margin-right: 20px;
}

.burger-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    width: 444px;
    margin-left: 20px;
}



.menu {
    background-image: url(../pic/menu-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
}

.menu-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 54px;
    padding-top: 98px;
    color: #fff;
    text-align: center;
    padding-bottom: 138px;
}

.menu-btn {
    background-color: #4c2e31;
    padding: 8px 32px;
    color: #efc78d;
    font-size: 22px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    box-shadow: 5px 5px 10px 0px #00000040;

}

.menu-btn:hover {
    background-color: #442326;
    color: #f0bb6b;
}


.menu-button {
    margin-top: 20px;
}

.price-image {
    position: absolute;
    bottom: 0;
    right: 32px;
}

.menu-image {
    position: relative;
}

.price-420 {
    position: absolute;
    bottom: 32px;
    right: 56px;
    color: #fff;
    font-size: 30px;
}

.line {
    width: 218px;
}





.coment {
    background-color: #E5E5E5;
    padding-top: 10px;
    padding-bottom: 10px;
}

.coment-text {
    text-align: center;
    font-style: italic;
    font-size: 20px;
    margin: 15px;
}

.coment-img {
    border-radius: 50px;
}

.coment-image {
    text-align: center;
    margin-bottom: 20px;
}

.coment-type {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
}

.coment-name {
    padding-top: 9px;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}






.galery-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 54px;
    text-align: center;
    padding-top: 100px;
    margin-bottom: 60px;
}

.galery-title span {
    color: #D67E34;
}

.galery-content {
    display: flex;
    justify-content: center;
}

.galery-left {
    margin-right: 20px;
}

.galery-down,
.galery-up {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}


.cook {
    padding-bottom: 30px;
}

.cook-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 34px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

.cook-title span {
    color: #422e30;
}

.cook-content {
    display: flex;
    justify-content: space-around;
}


.footer {
    background-color: #4c2e31;
    padding: 50px 0px;
    color: #fff;
    text-align: center;
}


.menu-img {
    width: 90%;
}

.burger-menu {
    display: none;
}


.cont-form {
    margin-left: 10px;
    margin-right: 5px;
    width: 90%; 
}














@media (max-width: 1500px) {

    .galery-content {
        display: block;
    }

    .img-gal,
    .galery-up,
    .galery-down {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .img-gal {
        margin-bottom: 20px;
    }

    .galery-left {
        margin-right: 0;
    }


}


@media (max-width: 1300px) {

    .header-title {
        position: static;
    }

    .header-suptitle:before,
    .header-suptitle:after {
        content: none;
    }

    .cook-content {
        display: block;
    }

    .cook-content img {
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 30px;
    }



    .left-title,
    .left-text,
    .right-button {
        text-align: center;
    }


    .right-button {
        margin-top: 30px;
    }


    .history-images {
        display: none;
    }

    .history-title,
    .history-desc,
    .history-number {
        width: auto;
    }



    .left-title {
        font-size: 50px;        
    }

    .left-text {
        font-size: 20px;        
    }

}



@media (max-width: 1185px) {

    .burger-menu {
        display: block;
    }

    .nav,
    .cart,
    .phone,
    .btn {
        display: block;
    }

    .header-line {
        align-items: right;
    }


    .burgers-image {
        display: none;
    }

    .block-holder {
        display: block;
    }

    .left-title {
        font-size: 40px;        
    }

    .left-text {
        font-size: 18px;        
    }

    .cards-holder {
        display: block;
    }

    .card {
        width: 100%;
        margin-top: 30px;
        padding-bottom: 20px;
    }

    .cardd {
        width: 100%;
        margin-top: 30px;
        padding-bottom: 20px;
    }


    .container {
        margin: auto 0px;
    }


    .cards {
        display: block;
        margin-right: auto;
        margin-left: auto;
        width: 90%;
        margin-top: 30px;
        padding-bottom: 20px;
        justify-content: center;
    }


}



@media (max-width: 1000px) {


    .container {
        margin: auto 0px;
    }
    
    .cards-holder {
        display: block;
    }

    .cards {
        display: block;
        margin-right: auto;
        margin-left: auto;
        width: 90%;
        margin-top: 30px;
        padding-bottom: 20px;
        justify-content: center;
    }


    .left-title {
        font-size: 30px;        
    }

    .left-text {
        font-size: 14px;        
    }

}




@media (max-width: 780px) {

    .history-holder {
        display: block;
    }

    .high {
        display: none;
    }

    .container {
        margin: auto 0px;
    }

    .number-item {
        font-size: 16px;
    }

    .num {
        font-size: 24px;        
    }

    .left-title {
        font-size: 30px;        
    }

    .left-text {
        font-size: 14px;        
    }

    .cook-content {
        display: block;
        margin-left: 0px;
        padding-left: 0px;
    }

    .cards {
        display: block;
        margin-right: auto;
        margin-left: auto;
        width: 90%;
        margin-top: 30px;
        padding-bottom: 20px;
        justify-content: center;
    }

}



@media (max-width: 480px) {

    .history-holder {
        display: block;
    }

    .high {
        display: none;
    }

    .container {
        margin: auto 0px;
    }

    .number-item {
        font-size: 16px;
    }

    .num {
        font-size: 22px;        
    }

    .header-title {
        font-size: 24px; 
    }
   
    .header-subtitle {
        font-size: 26px; 
    }

    .header-suptitle
    {
        font-size: 14px; 
    }

    .left-title {
        font-size: 30px;        
    }

    .left-text {
        font-size: 14px;        
    }



    .cards {
        display: block;
        margin-right: auto;
        margin-left: auto;
        width: 90%;
        margin-top: 30px;
        padding-bottom: 20px;
        justify-content: center;
    }

}




















  section.gallery{
    position: relative;
    padding: 45px 0;
  }

  .gallery-list{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    font-size: 0;
    margin-top: 30px;
  }
  .gallery-item{
    display: block;
    flex: 25%;
    overflow: hidden;
    position: relative;
  }
  .gallery-item-hover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    opacity: 0;
    transition: opacity .5s ease;
    z-index: 2;
  }
  .gallery-item:hover .gallery-item-hover{
    opacity: 1;
  }
  .gallery-item:hover img{
    transform: scale(1.3) rotate(5deg);
  }
  .gallery-item img{
    max-width: 100%;
    height: auto;
    transition: all .5s ease;
  }
  @media (max-width: 991px){
    .gallery-item{
      flex: 33.3%;
    }
  }
  @media (max-width: 768px){
    .gallery-item{
      flex: 50%;
    }
  }
  @media (max-width: 530px){
    .gallery-item{
      flex: 100%;
    }
  }














  