/* pop-up page */
.pop-up {
    display: none;
}

.pop-up-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(7, 2, 13, 0.9);
    color: var(--revert-text-color);
    text-align: center;
    z-index: 99999;
    overflow: auto;
    padding-inline: 20px;
    backdrop-filter: blur(4px);

}

.pop-up-container-inner {
    padding-top: 182px;
    padding-bottom: 160px;
}

.pop-up-container .menu-bar-right-part {
    position: relative;
    display: flex !important;
}

.pop-up-container .hamburger-menu-cont {
    position: absolute;
    right: 0;
    top: -82px;
}

.pop-up-container .menu-icon-close {
    position: relative;
    top: calc(50% - 7px);
    left: calc(50% - 10px);
}

.pop-up-container .hamburger-menu-link::before {
    content: url(../images/Ellipse-9-beige.svg);
    /* width: 59px;
    height: 59px;
    position: absolute;
    top: -4px;
    left: -12px; */
}

.pop-up-container h2 {
    margin-block: 0 36px;
    color: var(--revert-text-color);
}

.hamburger-menu-cont a {
    display: inline-block !important;
}

ul.package-contains {
    width: 100%;
    margin: auto;
    text-align: left;
    max-width: 466px;
    padding-left: 0;
    min-width: 300px;
    max-width: 500px;
}

ul.package-contains li {
    padding: 16px 10px 21px 43px;
    border-bottom: 1px solid var(--revert-text-color);
    list-style: none;
    position: relative;
}

ul.package-contains li::before {
    content: url(../images/tick-red.svg);
    width: 19px;
    height: 13px;
    position: absolute;
    left: 4px;
    top: calc(50% - 10.5px);
}

.pop-up-container .cube-bottom-text {
    margin-top: 40px;
}

.pop-up .main-btn {
    min-width: 300px;
    box-sizing: border-box;
}

.back-to-order-btn-cont {
    margin-top: 48px;
}



/* confirmed-order-section */
.intro-page-section.confirmed-order-section {
    padding-top: 0;
    margin-top: -8px;
}

.confirmed-order-section h3 {
    margin-top: 70px;

}



/* stores page */
.stores-list-section {
    padding-block: 75px 94px;
}

.stores-list-section .one-store-part-1 {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.stores-list-one-store h4 {
    margin-block: 0 40px;
}

#border-separator-stores-list-section {
    display: none;
}

.stores-list-one-store {
    padding: 24px;
    width: calc(50% - 90px);
}

/* .stores-list-section .stores-list-one-store.active,
#border-separator-stores-list-section.active {
    display: block;
} */

#border-separ-stores-list-cont {
    display: none;
}

#border-separ-stores-list-cont.active {
    display: block;
}

.stores-body .color-small-btn-with-arrow {
    min-width: 145px;
    display: inline-block;
}

.stores-body .servis-branch-input-cont {
    margin-block: 24px;
}

.stores-body .servis-branch-input-cont input {
    max-width: 500px;
}

.stores-list-section .one-store-part-1 {
    display: flex;
    justify-content: space-between;
    min-height: 75px;
}

.stores-body .stores-list-section .one-store-part-1 {
    min-height: unset;
}

.one-store-one-part .image-text-cont {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.contact-details-phone-mail a {
    display: block;
    color: var(--kolofix-black-ish);
    text-decoration: none;
}

.contact-details-phone-mail a.mail {
    color: var(--kolofix-red);
    text-decoration: underline;
}

.stores-list-section .one-store-one-part {
    margin-bottom: 24px;
}

.one-store-one-part .store-address,
.one-store-part-2,
.one-store-part-3 {
    line-height: 24px;
}

.stores-list-section .stores-list-section-btn-cont {
    margin-top: 40px;
}

.open-hours-block .open-hours-day {
    display: inline-block;
}

.stores-detail-body .diagnostics-section-inner {
    width: 48%;
}

.stores-detail-body .diagnostics-section-inner .diagnostics-cont {
    letter-spacing: .6px;
}


/* do-you-want-this-store-section */
.do-you-want-this-store-section {
    text-align: center;
    padding-bottom: 95px;
    padding-top: 67px;
}

.do-you-want-this-store-section h4 {
    margin-top: 0;
    text-transform: uppercase;
}

.do-you-want-this-store-section .do-you-want-btns-cont {
   display: flex;
   justify-content: center;
   gap: 40px;
}

 .one-review .navigate-me-cont {
    margin-top: 24px;
}

.stores-detail-top-section.stores-detail-top-section {
    margin-top: 0;
}

.stores-detail-top-section .servis-branch-section-icon {
    padding-top: 40px;
    padding-bottom: 4px;
}

.stores-detail-body h1,
.contact-body h1 {
    margin-block: 33px 0;
}

.stores-detail-top-section.reviews-section .reviews-container {
    margin-top: 0;
}

.stores-detail-store-info div:first-of-type,
.stores-detail-store-info div:nth-last-of-type(2),
.contact-details-phone-mail a:first-of-type,
.one-review .open-hours-block {
    line-height: 24px;
}

.stores-detail-body .reviews-section .review-person-name {
    margin: 3px auto 24px auto;
}

.stores-detail-body .diagnostics-section-title-text h2 {
    margin-top: 0;

}

.stores-detail-body .diagnostics-section {
    padding-top: 0;
}

.open-hours-block > div {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}



/* other-contacts-section */
.other-contacts-section .other-contacts-cont {
    display: flex;
    justify-content: space-around;
    gap: 30px;
    flex-wrap: wrap;
    align-items: center;
}

.other-contacts-section h5 {
    margin-block: 0px 24px;
}

.contact-body .body-inner-container {
    margin-bottom: 68px;
}





.order_unsuccesfull-body h1 {
    margin-block: 33px 72px;
}

.order_unsuccesfull-body .section-1 {
    padding-bottom: 100px;
}

.order_unsuccesfull-body .section-1 .container-1 div:nth-of-type(2) {
    margin-block: 28px;
    font-size: 20px;
    line-height: 23.46px;
}

.order_unsuccesfull-body .section-1 .container-2 div:nth-of-type(1) {
    margin-block: 48px 16px;
    font-size: 20px;
    line-height: 23.46px;
}

.order_unsuccesfull-body .section-1 .container-2 a {
    font-size: 20px;
    line-height: 23.46px;
    font-weight: 700;
}

.contact-details-phone-mail .right-part-tel-note {
    margin-top: 8px;
}






@media (max-width: 1100px) {
    .other-contacts-section .other-contacts-one-item {
        width: 48%;
    }

    .other-contacts-section h5 {
        margin-block: 0px 8px;
    }
}




@media (max-width: 991px) {
    .pop-up-container-inner {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .diagnostics-section {
        flex-direction: column;
    }

    .stores-body .servis-branch-section {
        padding-block: 24px 0;
    }

    .stores-body .stores-list-section {
        padding-block: 40px;
    }

    .stores-body .stores-list-one-store {
        width: calc(100% - 48px - 40px);
        max-width: 500px;
    }

    .stores-body .diagnostics-section {
        gap: 16px;
    }
    
    .stores-list-section .one-store-part-1 {
        flex-direction: column;
        gap: 20px;
    }

    .one-store-part-1 .color-small-btn-with-arrow {
        margin-left: 48px;
    }

    .stores-list-section .stores-list-section-btn-cont {
        margin-top: 16px;
        text-align: center;
    }

    .stores-body .servis-branch-section h1 {
        margin-bottom: 24px;
    }

    .stores-list-one-store h4 {
        margin-block: 0 16px;
    }

    .stores-body .color-small-btn-with-arrow {
        min-width: unset;
    }

    .stores-detail-body .service-steps-section.reviews-section .one-review {
        flex-basis: 100%;
    }

    .stores-detail-top-section .servis-branch-section-icon {
        padding-top: 30px;
    }

    .stores-detail-body .intro-page-section.reviews-section {
        margin-bottom: 0;
        padding-inline: 0;
    }

    .stores-detail-bottom-part {
        padding-block: 0;
    }

    .do-you-want-this-store-section {
        padding-block: 50px;
    }

    .do-you-want-this-store-section .do-you-want-btns-cont {
        gap: 10px;
        flex-direction: column;
    }

    .do-you-want-this-store-section .do-you-want-btns-cont a {
        max-width: 420px;
        margin: auto;
        display: inline-block;
        width: 90%;
    }

    .stores-detail-body .diagnostics-section-inner {
        width: 100%;
    }

    .contact-body .body-inner-container {
        margin-bottom: 34px;
    }
    
    
    .contact-body .reviews-section .one-review {
        margin-bottom: 0;
        flex-basis: 25%;
    }

    .contact-body .reviews-section .reviews-container {
        justify-content: space-around;
        flex-wrap: wrap;
        gap: 30px;
    }

    .order_unsuccesfull-body .section-1 {
        padding-bottom: 50px;
    }

    .order_unsuccesfull-body h1 {
        margin-block: 10px 20px;
    }

    .order_unsuccesfull-body .section-1 .container-1 div:nth-of-type(2),
    .order_unsuccesfull-body .section-1 .container-2 div:nth-of-type(1),
    .order_unsuccesfull-body .section-1 .container-2 a {
        font-size: 16px;
        line-height: 18.77px;
    }

}




/* 
@media (max-width: 768px) {
    .other-contacts-section .other-contacts-one-item {
        width: 100%;
    }
} */



@media (max-width: 576px) {
    .other-contacts-section .other-contacts-one-item {
        width: 100%;
    }

    .contact-body .reviews-section .one-review {
        flex-basis: 100%;
    }
}