
.brandSection .contentContainer {
    margin-top: 40px;
}

@media (min-width: 1681px) {
    .brandSection.mainSection {
        margin: 130px 0;
    }
}


.frontBrandsSection .titleContainer + .contentContainer {
    margin-top: 40px;
}

.frontBrandsBlock .wrapper {
    padding-bottom: 0;
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 60px);
}

.frontBrandsBlock .item {
    width: 175px;
    position: relative;
    z-index: 1;
}

.frontBrandsBlock .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EBF0F7;
    padding: 15px;
    border-radius: 5px;
    transition: box-shadow .3s;
}

.frontBrandsBlock .owl-stage {
    display: flex;
}

.frontBrandsBlock .owl-carousel .owl-stage-outer {
    padding: 30px 0;
}

.frontBrandsBlock .item > a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
}

.frontBrandsBlock .item img {
    width: 100%;
    object-fit: contain;
}

.frontBrandsBlock .item + .item {
    margin-left: 15px;
}

.frontBrandsSlider + .siteSliderNav .owl-prev,
.frontBrandsSlider + .siteSliderNav .owl-next {
    bottom: 55px;
}


.frontBrandsSection .titleContainer {
    position: relative;
}

.frontBrandsSection .moreLink {
    text-align: center;
    margin-top: 20px;
}

.frontBrandsSection .siteTabs .tabContent {
    padding-top: 0;
}


@media (any-hover: hover),(hover: hover) and (pointer: fine) {
    .frontBrandsBlock .owl-item:hover {
        box-shadow: 0px 0px 30px rgba(25, 123, 178, 0.3);
    }

}


@media (min-width: 1681px) {
    .frontBrandsSlider + .siteSliderNav .owl-prev,
    .frontBrandsSlider + .siteSliderNav .owl-next {
        bottom: 60px;
    }


    .frontBrandsBlock .item {
        width: 239px;
    }
}

@media (max-width: 1439px) {
    .frontBrandsBlock .item {
        width: 147px;
    }
}

@media (max-width: 1023px) {
    .frontBrandsSection .titleContainer + .contentContainer {
        margin-top: 20px;
    }

    .frontBrandsBlock .item {
        width: 136px;
    }

    .frontBrandsBlock .item + .item {
        margin-left: 12px;
    }

    .frontBrandsSection .siteTabs .tabContent {
        padding-top: 10px;
    }
}


