@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700&amp;display=swap);
@import url(https://rawgit.com/kenwheeler/slick/master/slick/slick.css);
/*!
 * Bootstrap v5.0.0-beta2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
h2
{
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;

}
@media (min-width: 1200px) {
    h2 {
        font-size: 2rem;
    }
    
}


.accordion-button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0;
    overflow-anchor: none;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.accordion-button.collapsed {
    border-bottom-width: 0;
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
}

    .accordion-button:not(.collapsed):after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E");
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.accordion-button:after {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button:after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.accordion-button:hover {
    z-index: 2;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-item:last-of-type .accordion-collapse {
    border-bottom-width: 1px;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.accordion-collapse {
    border: solid rgba(0, 0, 0, 0.125);
    border-width: 0 1px;
}

.accordion-body {
    padding: 1rem 1.25rem;
}

.accordion-flush .accordion-button {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.accordion-flush .accordion-collapse {
    border-width: 0;
}

.accordion-flush .accordion-item:first-of-type .accordion-button {
    border-top-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-width: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.barba-wrap {
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

@media (max-width: 1024px) {
    .barba-wrap {
        overflow-y: auto;
    }
}

main#page-content {
    height: 895px;   

}

main#page-content.swiper-container {
    overflow: hidden;
}

        main#page-content.swiper-container .swiper-wrapper {
            height: 100%;
            width: 100%;
            position: relative;
        }

        main#page-content.swiper-container .swiper-scrollbar {
            height: 100%;
            width: 15px;
            position: absolute;
            top: 0;
            right: 0;
        }

            main#page-content.swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
                background: hsla(0, 0%, 100%, 0.32);
                -webkit-backdrop-filter: blur(40px);
                backdrop-filter: blur(40px);
                border-radius: 10px;
                width: 5px;
            }

.contact-page #contact-map {
    position: relative;
    width: 895px;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

    .contact-page #contact-map .map-controller .accordion {
        position: absolute;
        z-index: 8;
        width: 327px;
        right: 30px;
        top: 40%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .contact-page #contact-map .map-controller .accordion-item {
        background: rgba(0, 0, 0, 0.48);
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
        margin-bottom: 7px;
        border-radius: 10px;
    }

@media (max-width: 767px) {
    .contact-page #contact-map .map-controller .accordion {
        right: 0;
        bottom: 30px;
        left: 0;
        margin: 0 auto;
        top: inherit;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.contact-page #contact-map .map-controller .accordion .accordion-header .accordion-button {
    color: #fff;
    border: none;
    font-size: 18px;
}

    .contact-page #contact-map .map-controller .accordion .accordion-header .accordion-button:focus {
        border-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .contact-page #contact-map .map-controller .accordion .accordion-header .accordion-button:before {
        content: "";
        width: 1px;
        height: 10px;
        background: #fff;
        position: absolute;
        right: 18px;
        margin-bottom: 0.5px;
    }

    .contact-page #contact-map .map-controller .accordion .accordion-header .accordion-button:after {
        content: "";
        background-image: none;
        width: 10px;
        height: 1px;
        background: #fff;
        margin-right: -7px;
    }

    .contact-page #contact-map .map-controller .accordion .accordion-header .accordion-button:not(.collapsed) {
        background-color: transparent;
        color: #fff;
    }

        .contact-page #contact-map .map-controller .accordion .accordion-header .accordion-button:not(.collapsed):before {
            content: "";
            height: 0;
        }

.contact-page #contact-map .map-controller .accordion .accordion-body {
    padding: 15px;
}

.contact-page #contact-map .map-controller .accordion .accordion-body-row p{
    margin:0;
  /*  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;*/
}

    .contact-page #contact-map .map-controller .accordion .accordion-body-row .title {
        margin-right: 45px;
       /* width: 72px;*/
    }

        .contact-page #contact-map .map-controller .accordion .accordion-body-row .title p {
            margin-top: 2px;
            font-size: 13px;
            letter-spacing: 2.5px;
            color: #bbb;
        }

    .contact-page #contact-map .map-controller .accordion .accordion-body-row .details-info p {
        font-size: 16px;
        color: #f4f4f4;
    }

.contact-page #contact-map #map {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
}

.marker {
    background-image: url(../../images/map-marker.png);
    background-size: cover;
    width: 23px;
    height: 50px;
    cursor: pointer;
    top: -28px;
}

.mapboxgl-control-container {
    display: none;
}

@media screen and (max-width: 767px) and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {
    .map-controller .accordion {
        margin-bottom: 106px;
    }
}

/*@media screen and (min-width: 318px) and (max-width: 324px) {   
   
}*/

@media screen and (min-width: 768px) and (max-width: 991px) {
    .contact-page #contact-map .map-controller .accordion {
        right: 6px;
        top: 35%;
    }
}

@media screen and (min-width: 991px) and (max-width: 1399px) {
   

    .contact-page #contact-map {
        width: 100%;
    }

    main#page-content {
        z-index: 9;
    }

    main#page-content, .barba-wrap, .contact-page #contact-map {
        height: 720px;
    }

        .contact-page #contact-map .map-controller .accordion {
            width: 40%;
        }

        .contact-page #contact-map .map-controller .accordion-item {
            width: 100%;
        }

        .contact-page #contact-map .map-controller .accordion {
            bottom: 1rem;
        }

            .contact-page #contact-map .map-controller .accordion .accordion-header .accordion-button:before {
                right: 17px;
            }
}

@media screen and (max-width: 991px) {

    .contact-page #contact-map {
        width: 100% ;
    }

    main#page-content {
        z-index: 9;
    }

    main#page-content, .barba-wrap, .contact-page #contact-map {
        height: 720px;
    }

        .contact-page #contact-map .map-controller .accordion {
            width: 98%;
        }

        .contact-page #contact-map .map-controller .accordion-item {
            width: 100%;
        }

        .contact-page #contact-map .map-controller .accordion {
            bottom: 1rem;
        }

            .contact-page #contact-map .map-controller .accordion .accordion-header .accordion-button:before {
                right: 17px;
            }
   
}

@media screen and (min-width: 1400px) {
    main#page-content, .barba-wrap {
        width: 895px;
    }
}