.information-product-content{
    /*border-left: none;*/
    margin-left: 15px;
    padding-left: 15px;
}
.information-product-content .product-content-bottom{
    margin-top: 15px;
}

/* Header styles for <1200px - same as >1200px */
.header-section > .header-middle .menu-btn{
    display: none;
}
/* Кнопка заказа остается видимой с текстом для <1200px */

.link_no_color{
    color: black;
}

.link_no_color:hover{
    color: black;
}

.scroll-to-top-button{
    background: #666 url(../img/go_to_up.png) center center no-repeat;
    width: 45px;
    height: 45px;
    color: #fff;
    font-family: verdana;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    cursor: pointer;
    /*padding: 15px;*/
    margin: 20px;
    z-index: 1000;
}
.left_menu_gallery_cake_count{
    text-align: right;
    margin-right: 10px;
    width: 30px;
    color: #555555;
}

.about-block > div.container-fluid > div{
	margin: 15px;
}
.about-block .about-text {
    margin-top: 1%;
}
.about-block > div.container-fluid > .left-container {
    width: 25%;
    min-width: 300px;
}
.review-block .right-container * {
    font-size: 14px;
}
.review-img {
    width: 130px;
    position: relative;
}
.advantages-block .advantages-list .advantage-block .advantage-icon {
    width: 166px;
    height: 166px;
    line-height: 152px;
    margin: auto;
    background: #fff;
    border-radius: 50%;
    border: 10px solid #e8e8e8;
}
.advantages-block .advantages-list .advantage-block .advantage-icon img{
    width: 50px;
    margin-top: 0;
    vertical-align: middle;
    display: inline-block;
}
#sliderAdvantages .carousel-inner .carousel-item:before {
    width: 22%;
    left: 98%;
}
.list-stuffing > div.stuffing-block{
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important;
}
.stuffing-block .left-container,
.stuffing-block .right-container{
    width: calc( (100vw / 3) * 0.6 );
    margin: 0 auto;
}
.stuffing-img, .stuffing-img img {
    width: calc( (100vw / 3) * 0.4 );
    height: calc( (100vw / 3) * 0.4 );
    text-align: center;
    object-fit: cover;
    margin: 0 auto 25px;
}
