.prestapros-our-shops-section{
    padding: 80px 0;
    background: #fff;
}
.shops-left{
    height: 480px;
    background-image: url('../img/oddzialy.png');
    background-repeat: no-repeat;
    position: relative;
    width: 30%;
    padding-right: 40px;
    background-size: 93%;
}
.shops-left .h2{
    top: 38%;
    transform: translate(0, -50%);
    font-size: 36px;
    color: var(--primary-color);
    text-transform: none;
    text-align: right;
    width: 100%;    
    position: relative;
}
.shops-left .h2:before{
    content: '';
    width: 150px;
    height: 150px;
    display: block;
    background: #fff;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 43%;
}
.prestapros-our-shops-section .container{
    display: flex;
}
.shops-right{
    width: 70%;
    display: flex;
    flex-wrap: wrap;
}

.shops-item{
    width: calc(50% - 30px);
    background: #fff;
    margin: 40px 30px 0px 0;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 10px 10px 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 31px 12px rgba(246,246,246,1);
    -moz-box-shadow: 0px 0px 31px 12px rgba(246,246,246,1);
    box-shadow: 0px 0px 31px 12px rgba(246,246,246,1);
    position: relative;
}
.shops-item img{
   position: absolute;
    top: -180px;
    left: -110px;
    width: 130%;
}

.shop-item-spacer{
    background: rgba(246,246,246, .76);
}
.shops-item h3{
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: var(--primary-color);
}
.shops-item p{
    font-size: 13px;
    color: #2c2c2c;
    margin: 0;
}
.shops-item:first-child{
    width: 100%;
}

.shops-item p span{
    color: var(--primary-color);
}

.shops-item  .consultant{
    font-weight: bold;
    color: var(--primary-color);
    text-decoration: underline;
    margin-top:10px;
    font-size: 13px;
    display: block;
}
.shops-item-left{
       width: 160px;
}
.navbar-toggler{
    display: none;
}

@media (max-width: 1200px){
    
    .shops-left .h2:before{
        width: 100px;
        height: 100px;
    }
    .shops-left .h2{
        top: 28%;
    }
    .shops-item img{
        top: -40px;
    }
}

@media (max-width: 991px){
    .prestapros-our-shops-section .container{
        flex-direction: column;
    }
    .shops-left{
        width: 100%;
        height: auto;
        background-image: none;
    }
    .shops-left .h2{
        text-align: left;
    }
    .shops-right{
        width: 100%;
    }
    
    .shops-item img{
        top: -70px;
    }
}

@media (max-width: 767px){
    .navbar-toggler{
        display: inline;
    }
    .shops-left{
        width: 100%;
        background-image: none;
        height: auto;
    }
    .shops-left .h2{
        top: inherit;
        transform: none;
        text-align: center;
        margin-bottom: 50px;
    }
    .prestapros-our-shops-section .container{
        flex-direction: column;
    }
    .shops-item img{
        display: none;
    }
    .shops-item{
        width: 100%;
        margin: 10px 0;
        padding: 20px 10px 20px 20px;
    }
    .shop-item-spacer{
        display: none;
    }
    .shops-right{
        width: 100%;
        padding: 0;
    }
    .prestapros-our-shops-section{
        padding: 40px 0;
    }
    .shops-item-left{
        height: auto; 
        overflow: hidden;
        max-height: 0px;
        transition:  .3s ease-in-out;
    }
    .shops-item-right{
        height: auto; 
        overflow: hidden;
        max-height: 0px;
        transition:  .3s ease-in-out;
    }
    .shops-item.active .shops-item-right{
        max-height: 500px;
        margin-top: 15px;
    }
    .shops-item.active .shops-item-left{
        max-height: 500px;
        margin-top: 15px;
    }
    .shops-item .remove{
        display: none;
    }
    .shops-item.active .remove{
        display: inline-block;
    }
    .shops-item.active .add{
        display: none;
    }
    .shops-item h3{
        margin: 0;
        line-height: 24px;
    }
    .shops-item .navbar-toggler{
        color: #000;
    }
    .shops-left{
        padding: 0;
    }
}