.shop-category .form .form-control {
    height: 60px;
    padding: 20px;
}
.shop-category .form .base-btn {
    height: 60px;
    max-width: none;
    font-size: 14px;
}

.section {
    margin-top: 100px;
    margin-bottom: 100px;   
}
.section__title { margin-bottom: 60px; }
@media screen and (max-width: 991px) {
    .section {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .section__title { margin-bottom: 30px; }
}
@media screen and (max-width: 767px) {
    .section {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

/* ------------------ OWL Carousel ---------------------  */
.owl-carousel .owl-nav { text-align: center; }
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    font-size: 20px;
    color: #b1b1b1;
    width: 20px;
    height: 20px;
    border: 1px solid #b1b1b1;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    margin:  0 10px;
}
.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span {
    line-height: 17px;
    height: 18px;
    display: block;
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
    border: 1px solid #e91700;
    color: #e91700;
}
.owl-carousel .owl-nav.disabled { display: block; }


/* ---------------------------------------- SECTION - 1 ------------------------------------------- */

.shop-category .section-1 {
    background: url(/media/images/category/cat_bg.jpg) no-repeat;
    background-size: cover;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 15px;
    margin-top:  0;
    padding: 80px;
    border-radius: 8px;
    color:  #fff; 
    min-height: 370px;
}
.shop-category .section-1 h1 { margin-bottom: 45px; }
.shop-category .section-1 .text p { margin-bottom: 35px; }
.shop-category .section-1 .text p:last-child { margin-bottom: 0; }
.shop-category .section-1 .form {
    color:  #000;
    background: #fff;
    position: absolute;
    top: -25px;
    left: 25px;
    right: -45px;
    padding: 65px;
    border-radius: 7px; 
    text-align: center; 
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.shop-category .section-1 .form .h2-style { margin-bottom: 20px; }
.shop-category .section-1 .form .form-group { margin-bottom: 25px; }
.shop-category .section-1 .form .form-group:last-child { margin-bottom: 0; }
.shop-category .section-1 .form .text { margin-bottom: 40px; }
@media screen and (max-width: 1199px) {
    .shop-category .section-1 { padding: 30px; }
    .shop-category .section-1 .form { 
        top: -15px;
        left: 25px;
        right: 0;
        padding: 20px;
    }    
}
@media screen and (max-width: 991px) {
    .shop-category .section-1 { margin-bottom: 0; }
    .shop-category .section-1 .form { 
        position: relative; 
        top: 0;
        left: 0;
        right: 0;
        padding: 20px;
        margin-top: 30px;
    }
}
@media screen and (max-width: 767px) {
    .shop-category .section-1 {
        background: none;
        padding: 0;
        margin-bottom: 0;
        margin-top:  0;
    }
    .shop-category .section-1__content {
        background: url(/media/images/category/cat_bg.jpg) no-repeat;
        background-size: cover;
        padding: 30px 30px 75px 30px;
    }
    .shop-category .section-1 .form { 
        top: -40px;
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 0;        
    }
}



/* -------------------------------------- SECTION - PRODUCTS -------------------------------------------  */

.section-products {
    margin-top: 115px;
    margin-bottom: 100px;
}
.section-products .section__title {
    max-width: 37%;

}
.section-products .products {
    display: flex; 
}
.section-products .products .pattern {
    flex: 0 0 100px;
}
.section-products .products__inner {
    flex: 1 1 100%;
    display: flex;
    flex-wrap: wrap; 
}
.section-products .product {
    padding-top: 80px;
    background-repeat: no-repeat;
    background-position: top center;
    min-width: 80px;
    height: 120px;
    flex: 1 1 calc((100% - 120px) / 5);
    text-align: center;
}
.section-products .product:nth-of-type(1),
.section-products .product:nth-of-type(2),
.section-products .product:nth-of-type(3),
.section-products .product:nth-of-type(4),
.section-products .product:nth-of-type(5) { margin-bottom: 90px; }
.section-products .product.product-basin { background-image: url(/media/images/category/basin.png);  }
.section-products .product.product-furnitures { background-image: url(/media/images/category/furnitures.png);  }
.section-products .product.product-home { background-image: url(/media/images/category/home.png);  }
.section-products .product.product-underwear { background-image: url(/media/images/category/underwear.png);  }
.section-products .product.product-brickwall { background-image: url(/media/images/category/brickwall.png);  }
.section-products .product.product-light { background-image: url(/media/images/category/light.png);  }
.section-products .product.product-tools { background-image: url(/media/images/category/tools.png);  }
.section-products .product.product-fishing { background-image: url(/media/images/category/fishing.png);  }
.section-products .product.product-pet-food { background-image: url(/media/images/category/pet-food.png);  }
.section-products .product.product-dumbbell { background-image: url(/media/images/category/dumbbell.png);  }
.section-products .delimeter {
    width: 30px;
    position: relative;
    flex: 0 0 30px;
    border-top: 2px dotted #b0b0b0;
    margin-top: 30px;
}
.section-products .delimeter:before,
.section-products .delimeter:after  {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    border: 2px solid #b0b0b0;
    border-radius: 50%;
    left: -8px;
    top: -5px;
}
.section-products .delimeter:after {
    left: auto;
    right: -8px;
}
.section-products .delimeter:nth-of-type(5) { display: none; }
.section-products .pattern { position: relative; overflow: hidden;}
.section-products .pattern__inner {
    position: absolute;
    height: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    border: 2px dotted #b0b0b0;
    top: 30px;
    height: 210px;
    left: 0;
}
.section-products .pattern-right .pattern__inner {
    border-left: none;
    border-right: 2px dotted #b0b0b0;
    left: auto;
    right: 0;
}
.section-products .pattern:before,
.section-products .pattern:after {    
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    border: 2px solid #b0b0b0;
    border-radius: 50%;
    top: 27px;
    right: 0;
    background: #fff;
    z-index: 1;
}
.section-products .pattern:after { top: 235px; }
.section-products  .pattern.pattern-right:before,
.section-products  .pattern.pattern-right:after { right: auto; left: 0; }

@media screen and (max-width: 1199px) {
    .section-products .section__title { max-width: 50%; }    
}
@media screen and (max-width: 991px) {
    .section-products .section__title { max-width: none; margin-bottom: 50px; }
    .section-products .product { flex: 1 1 calc((100% - 40px) / 5); }    
    .section-products .delimeter { width: 10px; flex: 0 0 10px; }
    .section-products .products .pattern { flex: 0 0 50px; }
    .section-products .pattern__inner { aspect-ratio: none;  width: 200%; }
}
@media screen and (max-width: 767px) {
    .section-products {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .section-products .product { flex: 1 1 calc((100% - 30px) / 2); margin-bottom: 50px; }
    .section-products .product:nth-of-type(n) { margin-bottom: 55px; } 
    .section-products .product:last-of-type,
    .section-products .product:nth-last-of-type(2) { margin-bottom: 0; }    
    .section-products .delimeter { width: 30px; flex: 0 0 30px; }
    .section-products .delimeter:nth-of-type(2n) { display: none; }
    .section-products .delimeter:nth-of-type(5) { display: block; }
    .section-products .pattern { display: none; }

}


/* ------------------------------ SECTION - work-steps  --------------------------------- */ 
.section-work-steps .section__title { margin-bottom: 40px; }
.section-work-steps .work-steps .owl-stage { display: flex; }
.section-work-steps .work-steps .card {
    position: relative;
    padding: 50px 20px 25px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    margin: 30px 10px;
    border-radius: 8px;
    height: calc(100% - 60px);
}
.section-work-steps .work-steps .card__title {
    position: absolute;
    top: -20px;
    width: 40px;
    height: 40px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #e91700;
    border-radius: 7px;
}
@media screen and (max-width: 991px) {
    .section-work-steps .section__title { margin-bottom: 20px; }
}


/* ------------------------------ SECTION - delivery (основні стилі у загальному файлі) --------------------------------- */ 
.section-delivery > .text { margin-bottom:  60px; }
.section-delivery .supply-item-wrapper .supply-image img { width: auto !important; }
.section-delivery .row+.row { margin-top: 60px; }
.section-delivery .row { display: flex; flex-wrap: wrap; }
.section-delivery .supply-item-wrapper.align-top { align-items: flex-start; }
.section-delivery .supply-item-wrapper.bg-gray { background: #f5f7fa; padding: 30px;     border-radius: 8px; }
.section-delivery .supply-item-wrapper .text-wrapper .text { font-size: 13px !important; }

@media screen and (max-width: 991px) {
    .section-delivery .row+.row { margin-top: 0; }
    .section-delivery .supply-item-wrapper { margin-top: 34px !important;}
    .section-delivery .supply-item-wrapper:nth-child(1), 
    .section-delivery .supply-item-wrapper:nth-child(2) { margin-top: 0 !important; } 
    .section-delivery .row+.row .supply-item-wrapper:nth-child(1), 
    .section-delivery .row+.row .supply-item-wrapper:nth-child(2) { margin-top: 34px !important; }  
    .section-delivery .row+.row { margin-top: 0; }    
}
@media screen and (max-width: 767px) {
    .section-delivery .supply-item-wrapper { margin-top: 34px !important; }
    .section-delivery .supply-item-wrapper:nth-child(1) { margin-top: 0 !important; }
    .section-delivery .supply-item-wrapper:nth-child(2) { margin-top: 34px !important; }
    .section-delivery .row+.row .supply-item-wrapper:nth-child(1) { margin-top: 34px !important; }
    .section-delivery .row+.row { margin-top: 0; }
    .section-delivery .supply-item-wrapper .text-wrapper .text { font-size: 13px; }
    .section-delivery .supply-item-wrapper .supply-image {max-width: 40px; }
    .section-delivery .supply-item-wrapper.bg-gray {
        padding: 20px 10px;
        margin-left: 15px;
        margin-right: 15px;
        border-radius: 8px;    
    }
}

/* ------------------------------ SECTION - форма  --------------------------------- */ 
.section-calback .form {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    text-align: center;
    padding: 55px 60px;
    border-radius: 8px;
}
.section-calback .h2-style { margin-bottom: 25px;  }
.section-calback .text { margin-bottom: 50px; }
.section-calback .form-feedback {
    display: flex;
    justify-content: space-between;
    gap:  20px;
}
.section-calback .form-feedback .form-group { margin-bottom: 0; flex: 1 1 100%; }
@media screen and (max-width: 767px) {
    .section-calback .form { padding: 40px 15px; }    
    .section-calback .form-feedback { flex-direction: column; }
    .section-calback .text { margin-bottom: 25px; }
}

/* ------------------------------ SECTION - review (основні стилі у загальному файлі) --------------------------------- */ 
.section-review .container {
    width:  auto;
}
.section-review .px-15 {
    padding-left: 0;
    padding-right: 0;
}

/* ------------------------------ SECTION - FAQ --------------------------------- */ 
.section-faq {

}
.section-faq__inner {
    display: flex;
    gap: 30px;
}
.section-faq__cloumn {
    flex: 1 1 50%;
}
.section-faq__item {
    border-bottom: 1px solid #191919;
    cursor: pointer;
}
.section-faq__item:last-child { border-bottom: none; }
.section-faq__item .question {
    position: relative;
    padding: 20px 15px;
    font-size: 16px;
    padding-right: 30px;
}
.section-faq__item .question::after {
    content: "";
    position: absolute;
    top:  50%;
    right:  0;
    width:  24px;
    height:  24px;
    background: url(/media/images/arrow-right-red.svg) no-repeat center center;
    transform: translate(0, -50%) rotate(90deg);
    transition: all 0.2s;
}
.section-faq__item.opened .question::after { transform: translate(0, -50%) rotate(-90deg); }
.section-faq__item .answear {
    background: #f5f7fa;
    border-radius: 8px;
    padding: 20px 15px;
    margin-bottom: 20px;
    border-radius: 8px;  
    font-size: 14px;
    display: none;
}

@media screen and (max-width: 767px) {
    .section-faq__inner {
        display: flex;
        flex-direction: column;
        gap: 0;
    }
    .section-faq__cloumn:first-child .section-faq__item:last-child { border-bottom: 1px solid #191919; }
}