body{
    position: relative;
}
body.gallery-open{
    overflow-y: hidden;
}

#section-1{
    padding-bottom: 6rem;
}

#section-1 .bold-heading{
    font-weight: 700;
    color: rgba(0, 0, 0, 0.8);
}

#section-1 .inner{
    flex-direction: column;
}
#section-1 .image-row{
    display: flex;
    margin: 0.5rem 0;
    overflow: auto;
    position: relative;
}

#section-1 .image-grid-container img{
    width: 100%;
}

.car-info.side-container .left-col a{
    display: block;
}

.car-info.side-container .contact-1,
.car-info.side-container .contact-2 {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    width: 100%;
}

.car-info.side-container .contact-1 .right-col,
.car-info.side-container .contact-2 .right-col {
    margin-right: auto;
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50%;
}

.car-info.side-container .contact-1 img,
.car-info.side-container .contact-2 img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}



/* Watermark */

.image-grid-container > .img-wrapper{
    position: relative;
    overflow: hidden;
    display: block;
} 


.image-grid-container .watermark::after {
    content: "";
    position: absolute;
    top: 20px; right: 0; left: 0;
}

.image-grid-container .watermark-1::after {
    background: url(/media/katalogs-open/watermark-1.png);
    width: 100%;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
}

.image-grid-container .watermark-2::after {
    background: url(/media/katalogs-open/watermark-2.png);
    width: 100%;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
}

.image-grid-container .watermark-3::after {
    background: url(/media/katalogs-open/watermark-3.png);
    width: 100%;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
}

.image-grid-container .watermark-4::after {
    background: url(/media/katalogs-open/watermark-4.png);
    width: 100%;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
}

.image-grid-container .watermark-5::after {
    background: url(/media/katalogs-open/watermark-5.png);
    width: 100%;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
}

.image-grid-container .watermark-6::after {
    background: url(/media/katalogs-open/watermark-6.png);
    width: 100%;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
}

/* ********* */

#section-1 .image-row .img-wrapper{
    margin-bottom: 3rem;

}

/* pievienots max/min-height */
#section-1 .image-row img{
    display: block;
    min-width: 100px;
    max-width: 100px;
    max-height: 80px;
    min-height: 80px;
}

#section-1 .image-row .img-wrapper + .img-wrapper{
    margin-left: 0.5rem;
}

.simplebar-content{
    display: flex;
    z-index: 1;
    overflow-y: visible !important;
}

.simplebar-content-wrapper{overflow-y: visible !important;}
.simplebar-offset{overflow-y: visible !important;}
.simplebar-mask{overflow-y: visible !important;}
.simplebar-horizontal{
    background: #fff;
    border-radius: 30px;
    padding: 10px 0;

}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar{
    height: calc(100% - 10px);

}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar::before {
    opacity: 1;
    margin: 3px;
    height: 100%;
    background-color: #162132;
    border-radius: 30px;


}



#section-1 .icon-row{
    display: flex;
    flex-wrap: wrap;
}

#section-1 .icon-wrapper{
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
}

#section-1 .icon-wrapper img{
    height: 68px;
    margin-bottom: 0.5rem;
}

#section-1 .icon-wrapper p{
    margin: 0;
    color: rgba(0 ,0, 0, 0.8);
    font-weight: 700;
}

#section-1 .bold-heading ~ .bold-heading{
    margin-top: 2rem;
    margin-bottom: 0;
}

.white-line{
    margin: 2rem 0;
    width: 100%;
    border: none;
    outline: none;
    height: 4px;
    background: #fff;
}

#section-1 .image-row .img-wrapper:last-child{
    position: relative;
    background: red;
}
#section-1 .image-row .img-wrapper:last-child::after{
    content: "Apskatīt visus";
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    position: absolute;
    top: 0; right: 0; left: 0; bottom: 0;
    background: rgba(168, 20, 39, 0.5);

}

.car-gallery{
    background-color: #162132;
    position: fixed;
    top: 101%; left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow-y: auto;

    /* transition: .2s; */
    z-index: 9999;
}

.car-gallery .img-wrapper:last-of-type {
    padding-bottom: 6rem;
}

.car-gallery.open{
    top: 0;
}

/* Jaunas izmaiņas */
.car-gallery .img-wrapper img{
    width: 100%;
    object-fit: cover; 
    max-height: 720px;
}

.car-gallery .img-wrapper {
    display: block;
    max-width: 1280px;
    max-height: 720px;
    width: 100%;
}

.car-gallery .img-wrapper + .img-wrapper{
    margin-top: 2rem;
}
.inner-car-gallery{
    position: relative;
    width: calc(100% - 2rem);
    margin: 5rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1280px;
}




.back-btn{
    outline: none;
    border: none;
    background: #a81427;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1rem 1.5rem;
    border-radius: 30px;
    color: #fff;
    position: fixed;
    bottom: 10vh; left: 50%;
    transform: translateX(-50%);
    display: none;
}
.back-btn img{
    margin-right: 0.5rem;
}

#section-1 .table-row{
    margin: 1rem 0;
}

#section-1 .table-heading{
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.8);
}

#section-1 .tehiska-info-container .table-heading {
    display: inline-block;

}

#section-1 .tehiska-info-container .table-cell {
    display: inline-block;
    margin-left: 1rem;
}

.aprikojums-table .table-heading h3 {
    display: inline-block;
    padding: 5px 13px;
    border: 1px solid #162132;
    border-radius: 20px;
    width: calc(100% - 32px);
    background-color: #fff;
}




aside .side-container{
    background-color: #fff;
    padding: 1rem;
}

aside .pieteikties-container{
    /* overflow: hidden; */
    margin: 1rem 0;
    display: none;
}

aside#mobile-aside {max-width: 100%;}

aside#mobile-aside .pieteikties-container{display: block; }

aside .pieteikties-container p{
    margin: 0;
}
aside .bold{
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}
aside .light{
    font-weight: 300;
    text-transform: uppercase;
}
aside .pieteikties-container .light{
    text-decoration: line-through;
    color: rgba(0, 0, 0, 0.4);
}

aside .pieteikties-container .light.standarta-cena {
    text-decoration: none;
}

aside .pieteikties-container .full-price{
    text-decoration: none;
}

aside hr{
    width: calc(100% + 2rem);
    margin: 1rem  0 1rem -1rem;
    border: none;
    height: 1px;
    background: #ececec;
}

aside .lizings-price{
    margin-top: 1rem;
}

aside .lizings-price p{
    color: #a81427;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
aside .lizings-price .euro-sign{
    font-size: 30px;
    font-weight: 400;
}
aside .lizings-price .big-price{
    font-size: 40px;
    font-weight: 700;
}
aside .lizings-price .after-price{
    font-weight: bold;
}
aside .side-btn{
    padding: 1rem 2rem;
    margin-top: 1rem;
    border-radius: 30px;
    outline: none;
    text-transform: uppercase;
    border: none;
    background-color: #162132;
    color: #fff;
    font-weight: 700;
    margin-left: 50%;
    transform: translateX(-50%);
    transition: .4s;
}
aside .side-btn.red:hover{background-color: #162132;}
aside .side-btn:hover{
    background-color: #a81427;
}
aside .side-btn.red{
    background-color: #a81427;
}


aside .side-btn{
    white-space: nowrap;
}
aside .car-info p{
    line-height: 2;
    margin-top: 0;

}
aside a{
    display: inline-block;
}
a.light{
    color: rgba(0, 0, 0, 0.7);
    text-transform: lowercase;
}
aside .car-info a.side-btn:hover{
    text-decoration: none;
}

aside .car-info {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

aside .car-info .name{
    margin-top: 1rem;
    margin-bottom: -0.5rem;
}
aside .car-info .tel-nr{
    font-size: 25px;
    font-weight: 700;
    color: #000;

}

/* Izmanīts pielikts */
/* aside .car-info a {
    display: block;
} */


/* aside .car-info h2 + a{
    margin-top: 0.5rem;
    display: block;
} */

aside .car-info a:hover{

    text-decoration: underline;
}
aside .car-info .side-btn{
    white-space: nowrap;
}

aside .car-info .side-container {
    display: inline-flex;
    flex-direction: column;
}

aside .back-link{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 2rem 0 1.5rem 0;
    font-size: 20px;
    color: #b4b4b4;
}
aside .back-link img{
    margin-right: 0.5rem;
}

aside .link-wrapper{
    display: flex;
    justify-content: flex-end;
}
aside .back-link::after{
    content: "";
position: absolute;
bottom: -5px;
width: 100%;
border-bottom: 2px solid #b4b4b4;
transform: scaleX(0);
transition: .4s;
}
aside .back-link:hover::after{
    transform: scaleX(1);
}




#section-1 .offer-container{
    display: flex;
    flex-wrap: wrap;


}
#section-1 .offer-item{
    display: flex;
    flex-direction: column;
    background: #fff;
    width: 100%;
    margin-bottom: 2rem;
    z-index: 2;
}
#section-1 .offer-item + .offer-item{margin-left: 0.5rem;}
#section-1 .offer-item:nth-child(3) {margin-left: 0rem;}


#section-1 .offer-container .img-wrapper{
    position: relative;
    overflow: hidden;
    /* height: 45%; */
}

#section-1 .offer-container .hidden-content{
    position: absolute;
    top: 0; right: 0; left: 0; bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    background: rgba(0, 0, 0, 0.3);
    transition: .4s;
}
#section-1 .offer-container  .hidden-content h2{
    padding: 0.4em 0.5em;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 30px;
}
#section-1 .offer-item:hover .hidden-content{
    opacity: 1;
}
#section-1 .offer-item:hover img{
    transform: scale(1.1);
}


.offer-container .info-row{
    margin-top: 1em;
}
.offer-container .info-row span{
    color: #fff;
    text-transform: uppercase;
    padding: 0 0.5rem ;
    font-size: 14px;
    background: #000;
}
#section-1 .offer-item img{
    width: 100%;
    transition: .6s;
}

#section-1 .offer-textbox{
    display: flex;
    flex-direction: column;
    position: relative;
    background: #fff;
    height: 50%;;
    padding: 1rem 1rem 2rem 1rem;
    color: #000;

}
 
#section-1 .offer-textbox p{
    color: rgba(20, 20, 20, 0.7);
    margin-top: 1rem;
}
#section-1 .offer-bottom-row{
    display: flex;
    margin-top: auto;
}
#section-1 .offer-textbox .offer-bottom-row p{
    color: rgba(20, 20, 20, 0.4);
}
#section-1 .price-info{
    white-space: nowrap;
    margin-bottom: -7px;
}

#section-1 .offer-textbox .euro-sign{
    font-size: 30px;
}
#section-1 .offer-textbox .price{
    font-size: 40px;
    font-weight: 700;
}
#section-1 .lizings-info{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-left: auto;
    text-align: right;
    text-transform: uppercase;
}

#section-1 .lizings-info p{
    margin: 0;
}

#section-1 .img-wrapper img{
    width: 100%;
    display: block;
}



/* Lizinga calc */

.leasing-calc .info-text{
    margin-top: 2rem;
    width: 100%;
}
.leasing-calc{
    padding: 2rem;
    background-color: #fff;
    margin: 2rem 0;
}
.leasing-col a{
    padding: 0.5rem 1rem;
    border: 3px solid #a81427;
    border-radius: 30px;
    color: #a81427;
    font-weight: 700;
    text-transform: uppercase;
    transition: .4s;
    white-space: nowrap;
}
.leasing-col a:hover{
    background-color: #a81427;
    color: #fff;
}
.leasing-col{
    display: flex;
    flex-direction: column;

    width: 100%;
}


.leasing-col-container{
    display: flex; 
    flex-direction: column;
}

.leasing-col .title-wrapper{
    display: flex;
    align-items: center;
    width: 100%;
}

 .leasing-info{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 2rem;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    font-weight: 700;
    color: #fff;
    background-color: #162132;
}

.leasing-info-hidden{
    position: absolute;
    display: none;
    top:90%; right: -105px;
    padding: 2rem;
    background-color: #162132;
    width: 260px;
    z-index: 3;
}
.lizings-price .leasing-info-wrapper{
    display: flex;
    justify-content: flex-end;
}
.lizings-price .leasing-info{margin-right: 3rem;}
.lizings-price .leasing-info-hidden p{
    color: #fff;
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
}
.lizings-price .leasing-info-hidden{
    left: -220px;
}

.operative .leasing-info-hidden{right: -80px;}



 .leasing-col .leasing-info-hidden p {
    color: #ececec;
    line-height: 1.6;
}

 .leasing-info:hover{cursor: pointer;}

.leasing-col button{
    height: 35px;
    width: 35px;
    border: none;
    outline: none;
    background-color: #ececec;
    border-radius: 5px;
    color: #162132;
    font-weight: 700;
    padding: 0;
    transition: .4s;
    margin-bottom: 0.4rem;
}
.leasing-col p{
    margin-bottom: 0.5rem;
}
.leasing-period{margin-bottom: 2rem;}

.leasing-col button + button{margin-left: 0.2rem;}

.leasing-payment-button{
    font-size: 14px;
}
.leasing-period button{font-size: 20px;}

.leasing-col button.active,
.leasing-col button:hover{
    background-color: #162132;
    color: #fff;
}
.leasing-col .bold{
    font-weight: 700;
    margin-bottom: 0;
}

.leasing-col .big-text{
    font-size: 26px;

    margin-bottom: 1rem;
}

.leasing-col p{color: #162132;}

.pirma-iemaksa{
    font-weight: 700;
    color: #162132;
    text-transform: uppercase;
}
.leasing-col-separator{
    margin: 2rem 0;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.2);
}
.finanse-leasing .link-wrapper{display:flex;} 
.finanse-leasing{
    margin-top: auto;

} 
.leasing-col .leasing-price{
    font-size: 35px; 
    font-weight: 700;
}

.operative-leasing{margin-top: auto;}

.operative-leasing .dropdown-trigger{
    padding: 0.5rem  1.5rem  0.5rem 0.5rem;
    background: #a81427;
    color: #fff;
    width: 35px;
    border-radius: 30px;
    position: relative;

}

.operative-leasing .dropdown-trigger:hover{cursor: pointer;}
.operative-leasing .dropdown-trigger::before,
.operative-leasing .dropdown-trigger::after{
    content: "";
    width: 2px;
    height: 10px;
    background: #fff;
    position: absolute;
    top: 12px;
}

.operative-leasing .dropdown-trigger::before{
    right: 9px;
    transform: rotate(45deg);
}
.operative-leasing .dropdown-trigger::after{
    right: 15px;
    transform: rotate(-45deg);
}


.operative-leasing .dropdown-menu{
    position: absolute;
    top: 0; right: 0; left: 0;
    background-color: #ececec;
    padding-top: 2.5em;
    padding-bottom: 0.2rem;
    border-radius: 20px;
    display: none;
    z-index: -1;
}
.operative-leasing .option{
    padding: 0.1rem 0.5rem;
    cursor: pointer;
}
.operative-leasing .dropdown-trigger-wrapper{
    margin-right: 1rem;
    position: relative;
    z-index: 2;

}
.operative-leasing .dropdown-menu.opened{
    overflow: hidden;
    display: block;
}
.operative-leasing .link-wrapper{display: flex;}

.operative-leasing .left-value{
    color: rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    font-weight: 700;
}
.operative-leasing .dropdown-wrapper{
    display: flex;

    align-items: center;
    color: rgba(0, 0, 0, 0.3);
    font-weight: 700;
}

.operative-leasing .big-text{
    margin-top: 2rem;
}


.operative-leasing .option.selected{
    background-color: #a81427;
    color: #fff;
}

.desktop-tables h1{margin:2rem 0;}


/* form pupup */


.form-popup{
    position: fixed;
    /* display: none; */
    visibility: hidden;
    display: flex;
    top: 0; right: 0; left: 0;
    height: 100vh;
    justify-content: center;
    align-items: center;
    background-color: rgba(22, 33, 50, 0);
    z-index: 1000;
    transition: .2s;
}

.form-popup.opened{
    visibility: visible;
    background-color: rgba(22, 33, 50, 0.9);
}

.form-popup .form-container{
    width: 900px;
    background-color: #ececec;
    padding: 2rem;
    transform: scale(0);
    transition: .4s;
}

.form-popup .form-container.opened{
    transform: scale(1);
}

.form-popup form{
    width: 100%;
}

.form-popup input.hidden-input {
    display: none;
}


.form-popup form{
    width: 100%;
}
.form-popup input,
.form-popup textarea{
    box-sizing:border-box;
    padding: 1rem 1.5rem;
    padding-right: 0;
    outline: none;
    border: none;
    background: #fff;
    border-radius: 22px;
    width: 100%;
}
.form-popup textarea{
    resize: none;
    /* margin-top: 1rem; */
    height: 300px;
}
.form-popup .textarea-wrapper{margin-top: 1.5rem;}

.form-popup input + input{
    margin-top: 1.5rem;
}
.form-popup form p{
    position: relative;
    font-size: 16px;
    margin: 1rem  0 2rem 1.5rem;
}
.form-popup form p::before{
    position: absolute;
    content: "*";
    left: -0.7rem;
}
.form-popup form button{
    outline: none;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    border-radius: 30px;
    background: #a81427;
    padding: 0.7rem 1.8rem;
    transition: .4s;
}

.form-popup form button:hover{
    background: #162132 ;
}
.form-popup h1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0;

}
.form-popup .close-popup{
    position: relative;
    width: 24px;
    height: 24px;
}
.form-popup .close-popup:hover{cursor: pointer;}

.form-popup .close-popup::after,
.form-popup .close-popup::before{
    position: absolute;
    top:0; left: 50%;;
    content: "";
    display: block;
    width: 5px;
    height: 25px;
    background: #6d6d6d;
    transform: translateX(-50%), translateY(50%);
}

.car-model{margin-bottom: 1.5rem;}
.form-popup .close-popup::after{
    transform: rotate(45deg);
}
.form-popup .close-popup::before{
    transform: rotate(-45deg);

}


#section-1 .katalogs-content{overflow: hidden;}



/* Mainīts ( pievienots ) */

#section-1 .aprikojums-table {
    display: flex;
    flex-wrap: wrap;
}

#section-1 .table-row { 
    width: 33%;
    min-width: 280px;
}

#section-1 .aprikojums-table .table-cell{
    display: block;
    margin: 0.5rem 1rem;
}

#section-1 .aprikojums-table .table-cell span {
    display: block;
}


#section-1 .tehiska-info-container .table-row { 
    width: 100%;
    min-width: 280px;
}


@media(min-width:450px){
    .leasing-col .leasing-info-hidden,
    .operative .leasing-info-hidden{right: -162px;}

}


  

@media (min-width:768px){

    .inner{overflow: visible;}
    .leasing-col .leasing-info-hidden{
        right: -390px;
        width: 500px;
    }

    .operative .leasing-info-hidden{
        width: 500px;
        right: -330px;
    }

    /* pievienots max-height */
    #section-1 .image-row img{
        max-width: 200px;
        min-width: 200px;
        max-height: 150px;
        min-height: 150px;
    }

    #section-1 .offer-item{
        width: calc(50% - 1rem);

    }


    #section-1 .tehiska-info-container{
        display: flex;
        justify-content: space-between;
    }
    #section-1 .tehiska-info-container .table-cell{min-width: 180px;}
    
    #section-1 .tehiska-info-container .table{width: calc(50% - 2rem);}

    #section-1 .tehiska-info-container .table-row {
        display: flex;
        align-items: center;
    }

    #section-1 .tehiska-info-container .table-heading{
        width: 100%;
        min-width: 200px;
    
    }

    aside {max-width: 500px;}

    #section-1 .katalogs-content{
        display: flex;
        flex-direction: column;

        align-items: center;
    }
    #section-1 .image-grid-container{
        width: 650px;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    #section-1 .katalogs-inner-content{
        width: 100%;
         max-width: 910px;
    }
    #section-1 .katalogs-inner-content .icon-wrapper{width: 15%;}
    #section-1 .katalogs-inner-content .icon-row{justify-content: space-between;}
    #section-1 .image-row-container .icon-wrapper{
        width: calc(25% - 1rem);
        padding: 0 0.5rem;
    }

   
}
@media(min-width:856px){

    .leasing-col .leasing-info-hidden{
        left: 50%;
        transform: translateX(-50%);
    }
    .operative .leasing-info-hidden {
        right: 0;
        transform: translateX(-98.5%);
    }

     /* lizings calc */
     .leasing-calc .leasing-col-container {
        flex-direction: row;
    }
    .leasing-calc .leasing-col{
        width: 28%;
        align-items: flex-start;

    }
    .leasing-col-separator{
        height: auto;
        width: 1px;
        margin: 0 2rem;
    }
}
@media (min-width:992px){
    #section-1 .offer-item{width: calc(33% - 1rem);}
    #section-1 .offer-item:last-child{margin-left: 0;}
    #section-1 .offer-item:nth-child(3) {margin-left: 0.5rem;}

    .form-popup .button-container{
        display: flex;
   }
   .form-popup .inner-button-container{
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        margin-top: 2rem;
    }
    .form-popup form p{
        margin: 0 0 0 2.5rem;
    } 
    .form-popup .fieldset{
        display: flex;
    }

    .form-popup .textarea-wrapper{
        margin: 0 0 0 1.5rem;
        width: 70%;
    }

    .form-popup textarea{height: 100%;}

    .form-popup .input-container{width: 30%;}

}

@media (min-width:1200px){
    aside hr{
        margin: 1rem  0 1rem -4rem;
        border: none;
        height: 1px;
        background: #ececec;
    }

    #section-1 .offer-item{width: calc(25% - 0.5rem);}
    
    #section-1 .offer-item:last-child{margin-left: 0.5rem;}
    
    aside .pieteikties-container{display: block;}

    #section-1 .katalogs-content{
        flex-direction: row;
        align-items: flex-start;
    }

    /* Izmainīts - pievienots max-width */
    #section-1 .image-grid-container{
        width: 100%;
        max-width: 950px;
        margin-left: 0;
        transform: translateX(0);
    }

    aside .pieteikties-container{margin-top: 0;}

    /* margin-top izmainits */
    aside{
        margin-top: 6.2rem;
        margin-left: 1rem;
        margin-right: 0;
        width: 350px;
    }

    aside#mobile-aside .pieteikties-container{
        display: none; 
    }

    aside#mobile-aside {margin: 0;}
   
}

.simplebar-placeholder{width: auto !important;}

