/* Wrapper section */
#wrapper__section {
    position: relative;
}
#wrapper__section .wrapper__slide-item {
    height: 511px;
}
#wrapper__section .wrapper__slide-content {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
}
#wrapper__section .wrapper__slide-content .hobby {
    max-width: 777px;
    position: absolute;
    top: 30px;
    left: 0;
}
#wrapper__section .wrapper__slide-content .mania { 
    max-width: 766px;
    position: absolute;
    bottom: 30px;
    right: -20px;
}
#wrapper__section .wrapper__slide-content-mobile {
    width: 100%;
    height: 100%;
}
.wrapper__slide-content-mobile img {
    width: 100%;
    height: 100%;
    top: 60px;
    max-width: inherit!important;
    object-fit: cover;
}
#wrapper__section .owl-nav,
#wrapper__section .owl-dots {
    position: absolute;
}
#wrapper__section .owl-nav {
    top: 208px;
    margin-top: 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-left: 50px;
    padding-right: 50px;
}
#wrapper__section .owl-nav .owl-prev,
#wrapper__section .owl-nav .owl-next {
    height: 54px;
    width: 54px;
    background: #FAFCFF;
    border-radius: 8px;
}
#wrapper__section .owl-nav .owl-prev span,
#wrapper__section .owl-nav .owl-next span {
    display: none;
}
#wrapper__section .owl-nav .owl-prev {
    background-image: url(../../img/icons/arrows/arrow-left.svg);
    background-repeat: no-repeat;
    background-position: center;
}
#wrapper__section .owl-nav .owl-next {
    background-image: url(../../img/icons/arrows/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center;
}
#wrapper__section .owl-dots {
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
}
#wrapper__section .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #F5F9FF;
    margin-left: 16px;
    margin-right: 16px;
}
#wrapper__section .owl-dots .active span {
    background: #0F75BA;
}
/* Brands section */
#brands__section {
    padding-top: 70px;
    padding-bottom: 130px;
}
#brands__section .brand__block-col {
    height: 190px;
    margin-bottom: 24px;
    padding: 0;
}
#brands__section .brand__block-col img {
    width: 80%;
}

@media screen and (min-width: 992px) {
    #wrapper__section .wrapper__slide-content-mobile {
        display: none!important;
    }
}
@media screen and (max-width: 992px) {
    #wrapper__section .wrapper__slide-content {
        background: none;
    }
    #wrapper__section .wrapper__slide-content .hobby {
        top: 0px;
    }
}



@media screen and (min-width: 768px) and (max-width: 1920px){
    #wrapper__section .wrapper__slide-content .mania { 
        max-width: 457px;   
    }
}
@media screen and (max-width: 767px) {
    /* #wrapper__section .wrapper__slide-content .hobby { 
        max-width: 387px;   
        top: 70px;
        left: -5px;
    } */
    #wrapper__section .wrapper__slide-content .mania { 
        max-width: 250px;   
    }
}
@media screen and (min-width: 768px) and (max-width: 1439px){
    #wrapper__section .wrapper__slide-content .hobby {
        max-width: 627px; 
    }
}
@media screen and (min-width: 575px) and (max-width: 768px){
    .brand__block-col {
        width: 33.33%;
    }
}
@media screen and (min-width: 350px) and (max-width: 575px){
    #brands__section .brand__block-col {
        width: 50%;
    }
}
@media screen and (max-width: 350px) {
    #brands__section .brand__block-col {
        width: 100%!important; 
    }
}



@media screen and (max-width: 425px) {
    #wrapper__section .wrapper__slide-content-mobile img:nth-child(1) {
        display: none!important;
    }
    #wrapper__section .owl-dots {
        display: flex;
    }
    #wrapper__section .owl-nav {
        padding-left: 15px;
        padding-right: 15px;
    }
    /* Products section */
    #products__section .product__block-col:nth-child(3),
    #products__section .product__block-col:nth-child(4),
    #products__section .product__block-col:nth-child(5),
    #products__section .product__block-col:nth-child(6) {
        display: none;
    }
    /* Brands section */
    #brands__section .brand__block-col {
        width: 50%;
        padding: 0;
        max-height: 140px;
    }
    #brands__section .container .row:nth-child(1) .col-md-12 {
        padding: 0 16px;
    }
    #brands__section .container .row:nth-child(2) {
        padding: 0 16px;
        row-gap: 16px;
    }
    #brands__section .brand__block-col img {
        width: 85%;
    }
    #brands__section .brand__block-col {
        margin-bottom: 0;  
    }
    #brands__section {
        padding: 70px 0;
    }
}

