.top-menu {
    border-bottom: none !important;
}

.mobile__carousel {
    display: block;
    position: relative;
}
@media (min-width: 480px) {
    .mobile__carousel {
        display: none;
    }
}
.mobile__carousel .dots {
    padding-top: 15px;
    text-align: center;
    font-size: 0;
    line-height: 0;
}
.mobile__carousel .dots div {
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
    width: 16px;
    height: 16px;
    border: 3px solid #eaeaea;
    background-color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.mobile__carousel .dots div.active {
    border-color: #ff0000;
}
.mobile__carousel .dots div:last-child {
    margin-right: 0;
}
.mobile__carousel .dots div span {
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    height: 42px;
    line-height: 42px;
    text-align: center;
    display: none;
}
.mobile__carousel .dots div.active span {
    background-color: #f9f9f9;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.mobile__carousel .banner__bigbtn_row {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.mobile__carousel .banner__bigbtn_col {
    width: 50%;
    position: absolute;
    height: 100%;
    top: 0;
    font-size: 0.1em;
    text-decoration: none;
    left: auto;
    right: 0;
}
.mobile__carousel .banner__bigbtn_col:first-child {
    left:0;
    right: auto;
}

.mobile__carousel .banner__btn_row {
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
}
.mobile__carousel .banner__btn_col {
    width: 50%;
    float:left;
    text-align: center;
    padding-bottom: 30px;
}
.mobile__carousel .banner__btn {
    background:#ff0000;
    color:#FFF;
    font-size:1.3em;
    font-weight: 400;
    padding:10px 15px;
    text-decoration: none;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.mobile__carousel .owl-carousel .owl-stage {
    padding-left: 0 !important;
}

/*  -----   */

.banner__carousel {
    display: none;
    position: relative;
}
@media (min-width: 480px) {
    .banner__carousel {
        display: block;
    }
}
.banner__carousel .dots {
    padding-top: 15px;
    text-align: center;
    font-size: 0;
    line-height: 0;
}
@media (min-width: 769px) {
    .banner__carousel .dots {
        padding-top: 0;
        display: table;
        table-layout: fixed;
        width: 100%;
    }
}
.banner__carousel .dots div {
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
    width: 16px;
    height: 16px;
    border: 3px solid #eaeaea;
    background-color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
@media (min-width: 769px) {
    .banner__carousel .dots div {
        border: none;
        border-radius: 0;
    }
}
.banner__carousel .dots div.active {
    border-color: #ff0000;
}
.banner__carousel .dots div:last-child {
    margin-right: 0;
}
@media (min-width: 769px) {
    .banner__carousel .dots div {
        margin: 0;
        display: table-cell;
    }
}
.banner__carousel .dots div span {
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    height: 42px;
    line-height: 42px;
    text-align: center;
    display: none;
}
@media (min-width: 769px) {
    .banner__carousel .dots div span {
        display: block;
    }
}
.banner__carousel .dots div.active span {
    background-color: #f9f9f9;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.banner__carousel .banner__bigbtn_row {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.banner__carousel .banner__bigbtn_col {
    width: 50%;
    position: absolute;
    height: 100%;
    top: 0;
    font-size: 0.1em;
    text-decoration: none;
    left: auto;
    right: 0;
}
.banner__carousel .banner__bigbtn_col:first-child {
    left:0;
    right: auto;
}

.banner__carousel .banner__btn_row {
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
}
.banner__carousel .banner__btn_col {
    width: 50%;
    float:left;
    text-align: center;
    padding-bottom: 30px;
}
.banner__carousel .banner__btn {
    background:#ff0000;
    color:#FFF;
    font-size:1.3em;
    font-weight: 400;
    padding:10px 15px;
    text-decoration: none;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
@media (min-width: 769px) {
    .banner__carousel .banner__btn_col {
        padding-bottom: 60px;
    }
}
@media (min-width: 1024px) {
    .banner__carousel .banner__btn_col {
        padding-bottom: 80px;
    }
    .banner__carousel .banner__btn {
        padding:12px 20px;
    }
}
@media (min-width: 1200px) {
    .banner__carousel .banner__btn_col {
        padding-bottom: 100px;
    }
}
@media (min-width: 1400px) {
    .banner__carousel .banner__btn_col {
        padding-bottom: 140px;
    }
    .banner__carousel .banner__btn {
        padding:15px 30px;
    }
}

.advantages {
    display: none;
}
@media (min-width: 480px) {
    .advantages {
        padding-top: 30px;
        display: block;
    }
}
.advantages > .container {
    max-width: 1150px;
}
.advantage {
    padding-bottom: 10px;
}
@media (min-width: 769px) {
    .advantage {
        padding-bottom: 0;
    }
}
.advantage:last-child {
    padding-bottom: 0;
}
.advantage__icon {
    text-align: center;
    height: 62px;
    display: table;
    width: 100%;
    float: left;
}
@media (max-width: 468px) {
    .advantage__icon {
        width: 30%;
    }
}
@media (min-width: 840px) {
    .advantage__icon {
        width: 30%;
    }
}
.advantage__icon--truck img {
    height: 40px;
}
@media (min-width: 569px) {
    .advantage__icon--truck img {
        height: 50px;
    }
}
.advantage__icon--stopwatch img {
    height: 50px;
}
@media (min-width: 569px) {
    .advantage__icon--stopwatch img {
        height: 60px;
    }
}
.advantage__icon--gift img {
    height: 50px;
}
@media (min-width: 569px) {
    .advantage__icon--gift img {
        height: 60px;
    }
}
.advantage__icon-wrapper {
    display: table-cell;
    vertical-align: middle;
}
.advantage__text {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    float: left;
    width: 100%;
    padding-left: 15px;
    padding-top: 10px;
}
@media (min-width: 768px) {
    .advantage__text {
        font-size: 20px;
    }
}
@media (max-width: 468px) {
    .advantage__text {
        text-align: left;
        width: 70%;
    }
}
@media (min-width: 840px) {
    .advantage__text {
        text-align: left;
        width: 70%;
    }
}
@media (min-width: 1024px) {
    .advantage__text {
        font-size: 24px;
    }
}
.categories {
    padding-top: 30px;
}
.category__item {
    padding-bottom: 20px;
    text-align: center;
}
.category__img{
    position: relative;
}
.category__desc{
    position: absolute;
    bottom: 18px;
    left: 18px;
    padding: 15px;
    text-align: center;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    background-color: #ff7379;
    width: calc(100% - 36px);
}
.category__name h3 {
    margin: 0;
    padding: 0;
}
.category__name a {
    display: block;
    text-align: center;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    padding-top: 20px;
    padding-bottom: 10px;
}
.offers {
    padding-top: 46px;
    padding-bottom: 40px;
}
.offers__title {
    padding-bottom: 22px;
}
.offers__title h3 {
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 32px;
}
.offers__carousel {

}
.offers__carousel .owl-carousel .owl-stage-outer {
    padding-top: 15px;
    padding-bottom: 15px;
}
.offers__carousel .owl-carousel .owl-item img {
    width: auto;
    display: inline-block !important
}
.offers__carousel .dots {
    text-align: center;
    padding-top: 20px;
    line-height: 0px;
    font-size: 0px;
}
.offers__carousel .owl-dot {
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}
.offers__carousel .owl-dot span {
    display: block;
    width: 16px;
    height: 16px;
    border: 3px solid #eaeaea;
    background-color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.offers__carousel .owl-dot.active span {
    border-color: #ff0000;
}
.brands {
    display: none;
    padding-bottom: 40px;
}
@media (min-width: 769px) {
    .brands {
        display: block;
    }
}
.brands__carousel {

}
.brands__carousel .owl-carousel .owl-item img {
    width: auto;
    display: inline-block !important
}
.brand-sm {
    text-align: center;
}
.brand-sm img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.brand-sm img:hover {
    -webkit-filter: none;
    filter: none;
}
