.reciptes-item-img{
    height: 605px;
    margin-bottom: 20px;
    display: inline-block;
}
.reciptes-name{
    color: #101010;
    font-family: "Gotham Pro";
    font-size: 24px;
    font-weight: 900;
    line-height: 30px;
    text-transform: uppercase;
    /* Text style for "копченое п" */
    letter-spacing: 0.24px;
}
.reciptes-item-text{
    color: #101010;
    padding-bottom: 60px;
}
.reciptes-item a:hover{
    text-decoration: none;
}
.breadcrumbs-wrap{
    width: auto;
}
.reciptes-item-aft-img{
    display: flex;
    justify-content: space-between;
}
.reciptes-contact{
    color: #101010;
    font-family: "Gotham Pro";
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    
}
.reciptes-contact b{
    font-family: "Gotham Pro";
    font-weight: 900;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}
.case-item-slider-item{
    display: flex;
    justify-content: space-between;
}
.case-item-slider-item img{
    width: 49% !important;
}
.case-item-slider .owl-nav{
    position: absolute;
    bottom: 40px;
    right: 20px;
}
.case-item-slider .owl-nav button{
    width: 52px;
    height: 52px;
    background-color: rgba(250, 250, 250, 0.15) !important;
    color: #ffffff !important;
    transition: 0.2s all;
}
.case-item-slider .owl-nav button:hover{
    background-color: rgba(250, 250, 250, 1) !important;
    color: #000 !important;
}
.case-item-slider .owl-nav button:first-child{
    margin-right: 10px;
}