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
}