.c-topbar {
    background: #e5e2e2 !important;
}
.c-topbar a {
    font-size:15px;
    color: #f20000 !important;
}
.c-topbar a:hover {
    color: #f20000 !important;
}
.equipment_photo {
    text-align:center;
    margin-top: 10px;
}
.equipment_photo p {
    font-size: 11px;
    margin: 0;
    line-height: 12px;
}
.page_garantiya strong{
    background: #0cad80;
    color: #fff;
    padding: 7px 20px;
    font-weight: 500;
}
.b-post {
    padding-bottom: 90px;
}
.advantages {
    display: block;
    margin: 0 10px;
}
.advantages h2 {
    width: 100%;
    margin-bottom: 24px;
}
.advantages .col-lg-3 {
    display: inline-block;
    vertical-align: top;
    width: calc(33.333% - 20px);
    margin: 0 10px 40px;
}
.advantages .clearfix {
    display: none;
}
.advantages > div .title .icon {
    padding-right: 10px;
    width: 50px;
    height: 50px;
}
.advantages .table {
    display: table;
}
.advantages .table > div {
    display: table-cell;
    vertical-align: top;
}
.advantages .table > div {
    display: table-cell;
    vertical-align: top;
}
.advantages > div .title .text .subtitle {
    margin-top: 4px;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: #00b9ad;
}
.advantages a.video {
    display: block;
    margin-top: 20px;
    padding: 8px 0 8px 32px;
    font-size: 16px;
    font-weight: 700;
    color: #333;
}
.advantages a.video:hover {
    color: #00b9ad;
}
.advantages img {
    max-width: 100%;
    width: auto;
    height: auto;
}
.advantages .img {
    margin-bottom: 20px;
}
.s-paging-load-more {
    background: #00b9ad !important;
    color:#fff !important;
}
.s-paging-load-more:hover {
    background: #09d4c7 !important;
    color:#fff !important;
}
.header-top .c-language {
    background: #dcdcdc;
}

/* media */
@media (max-width: 755px) {
    .advantages .col-lg-3 {
        width: calc(50% - 20px);
    }
    .c-topbar a {
        font-size: 12px;
        line-height: 12px;
    }
}
@media (max-width: 600px) {
    .advantages .col-lg-3 {
        width: 100%;
    }
}
