.item-image {
    height: 0;
    padding: 0;
    margin: 0;
    padding-top: calc(100% * 340 / 460);
    margin-bottom: 52px;
    position: relative;
    overflow: hidden;
}

.item-image img {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-name {
    font-size: 20px;
    line-height: 28px;
    color: #BBBEC2;
    font-weight: 400;
    position: relative;
    z-index: 3;
}

.item-top {
    position: relative;
    padding: 125px 0 30px;
    background-size: cover;
    background-position: center;
}

.item-line {
    width: 100%;
    border-top: 1px solid #323439;
    border-bottom: 1px solid #323439;
    padding: 21px 0;
}

.item-line .cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.item-button {
    width: calc(100vw - 10vw - 110px - 22px);
    height: 66px;
    /*background: rgb(254, 223, 67);*/
    background: #FD952C;
    border: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    border-radius: 33px;
    max-width: 400px;
}

.item-cal{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    color: #000000;
    text-align: center;
}

.item-cal li:first-child{
    margin-right: 20px;
}

.item-cal p{
    font-size: 24px;
    font-weight: 300;
}

.item-cal span{
    display: block;
    font-size: 14px;
    font-weight: 300;
}

.item-about{
    margin-top: 30px;
}

.item-about__title{
    font-weight: bold;
    font-size: 24px;
    color: #fff;
}

.item-about__txt{
    font-weight: 300;
    color: #BBBEC2;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 0 35px;
}

button.item-button {
    width: 200px
}

@media screen and (max-width: 767px) {
    .item-top {
        padding: 0;
    }
    button.item-button {
        width: 50%;
    } 
}

.price-button {
    width: calc(150px);
    height: 50px;
    background: #BBBEC2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: bold;
    color: #1F2123;
    border-radius: 10px;
    outline: none;
    cursor: pointer;
    border: none !important;
}

.item__price-text {
    font-weight: 500;
}

.item__dish {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 35px;
}
.item-about__h3 {
    color: #BBBEC2;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}