body{
    background: #F5F5F5;
    /*font-family: ;*/
    font-family: 'Golos', 'Inter', sans-sarif !important;
}
img{
    max-width: 100%;
}
.header{
    padding: 8px 0;
}
.header.type5 .top-header-wrapper .top-header{
    border-bottom: 0;
}
.section-name .h2{
    color: #6A6265;
    font-size: 36px;
    margin: auto;
    text-align: center;
}
.advantage-wrapper{
    display: flex;
}
.advantages .advantage-img{
    flex-basis: 60%;
}
.advantages .advantage-list{
    flex-direction: column;
    flex-basis: 40%;
    width: 100%;
}
.article-toc a{
    color: #242424;
    border-bottom: 1px solid #ddd;
    padding-bottom: 2px;
}
.wrapper-section .advantages .advantage .icon{
    margin-right: 20px;
    margin-bottom: 0;
    min-width: 100px;
    text-align: center;
}
.wrapper-section .advantages .advantage{
    margin-right: 0 !important;
    flex-basis: unset;
    height: 115px;
    align-items: center;
    display: flex;
    background: #fff;
    width: 100%;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 20px;
}
.collagen-this{
    margin-top: 40px;
}
.collagen-this-wrapper{
    display: flex;
}
.collagen-this-wrapper .nav-tabs{
    flex-direction: column;
    flex-basis: 30%;
}
.collagen-this-wrapper .nav .nav-item .nav-link{
    padding: 20px;
    border-radius: 0 !important;
}
.collagen-this-wrapper .tab-content{
    flex-basis: 70%;
    padding: 50px;
}
.block .chars .props .char-name,
.block .chars .props .char-value{
    background-color: #f5f5f5;
}
.item-detail .sidebar-block .in-store, .item-detail .sidebar-part .in-store{
    display: none !important
}

/* Характеристики товара — bootstrap collapse */
.chars.chars-collapse .props .char{
    display: block;
    background-image: none;
    margin-bottom: 8px;
    border-bottom: 1px solid #e6e6e6;
}
.chars.chars-collapse .props .char:last-of-type{
    border-bottom: 0;
}
.chars.chars-collapse .props .char-name{
    max-width: 100%;
    padding-right: 0;
    background-color: transparent;
}
.chars.chars-collapse .props .char-name .char-toggle{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 12px 0;
    color: #242424;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
}
.chars.chars-collapse .props .char-name .char-toggle:hover,
.chars.chars-collapse .props .char-name .char-toggle:focus{
    color: #242424;
    text-decoration: none;
}
.chars.chars-collapse .props .char-name .char-toggle:after{
    content: '';
    flex: 0 0 auto;
    width: 8px;
    height: 8px;
    margin-left: 12px;
    border-right: 2px solid #9b9b9b;
    border-bottom: 2px solid #9b9b9b;
    transform: rotate(-135deg);
    transform-origin: center;
    transition: transform .2s ease;
}
.chars.chars-collapse .props .char-name .char-toggle.collapsed:after{
    transform: rotate(45deg);
}
.chars.chars-collapse .props .char-value{
    width: 100%;
    padding: 0 0 14px;
    background-color: transparent;
}
@media (max-width: 767px){
    .chars.chars-collapse .props .char{
        margin-bottom: 8px;
    }
    .chars.chars-collapse .props .char-value{
        padding-left: 0;
    }
}
