.main-subtitle {
    font-size: 20px;
    color: white;
    margin-bottom: 40px;
}

.contact-info__map_two {
    margin: 20px 0 10px 0;
}

.btn_map__link, .btn_phone__link {
    transition: 0.5s ease;
    padding: 20px;
    text-decoration: none;
    color: white;
}

.btn_map__link {
    border: 1px solid #2e3192;
    margin-right: 20px;
    background: #2e3192;
}

.btn_map__link:hover {
    color: #ffffff;
    background: #212373;
    border: 1px solid #212373;
    transition: 0.5s ease;
}

.btn_phone__link {
    margin-left: 20px;
    border: 1px solid #ffffff;
}


.btn_phone__link:hover {
    transition: 0.5s ease;
    background: #2e3192;
    border: 1px solid #2e3192;
    color: #ffffff;
}

.layout-color-01, .layout-color-01 .titleblock__title {
    color: black;
}

.layout-color-01 .titleblock__icon svg {
    fill: black;
}

.list-marker-03 li:before {
    border: 1px solid black;
}

.service-wrapper {
    margin-bottom: 50px;
}

.titleblock__title {
    padding: 0 0 20px 0;
}

.list-marker-03 li:before {
    width: 10px;
    height: 10px;
    top: 11px;
}

.list-marker-03 li {
    padding: 0 0 5px 25px;
}

.listicon-col__item p {
    text-align: center;
}

.videolink__icon:after, .videolink__icon:before {
    content: none;
}

.gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.item {
    max-height: 450px;
}

.custom-layout04:before {
    background: none;
}

.contact-info__map {
    margin: 0 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}

.wrapper_btn__panorama {

    align-content: end;
    margin-bottom: 30px;
    margin-left: 13px;
}

.btn_call {
    background: #2e3192;
    text-decoration: none;
    color: white;
    border: 1px solid #2e3192;
    padding: 15px 20px;
    transition: 0.5s ease;

}

.btn_call:hover {
    background: #212373;
    color: white;
    border: 1px solid #212373;
    transition: 0.5s ease;
}

.btn__panorama {
    background: #2e3192;
    transition: 0.5s ease;
    padding: 20px;
    color: white;
    text-decoration: none;
    border: 1px solid #2e3192;


}

.btn__panorama:hover {
    background: #212373;
    color: white;
    border: 1px solid #212373;
    transition: 0.5s ease;
}

.contact-info__description {
    width: 100%;
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.schedule li {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.title, .section-heading .title {
    color: #233e81;
    font-size: 40px;
}

.section-heading .description {
    color: black;
    padding-bottom: 38px;
    font-weight: 100;
}

.section-contact {
    padding: 50px 0 80px 0;
    background: #000;
}

.contact-info__description address p, .contact-info__description address strong, .contact-info__description address a {
    color: white;
}

.listicon-col__item p {
    font-weight: 100;
    color: black;

}

.wrapper-arrow-center .slick-slick-arrow .slick-arrow {
    color: black;
}

.koala-heart {
    transition: .2s;
    animation: heart 2s infinite;
    margin: 0 2px;
    width: 20px;
}

@keyframes heart {
    0% {
        transform: scale(1);
    }
    19% {
        transform: scale(1);
    }
    20% {
        transform: scale(1.1);
    }
    30% {
        transform: scale(1);
    }
    40% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}

.slide-subtitle a {
    color: white;
    transition: 0.5s ease;
    text-decoration: none;
}

.slide-subtitle a:hover {
    transition: 0.5s ease;
    text-decoration: underline;

}

.list-marker-03 li:after {
    content: none;
}

.single-map {
    height: 395px;
    display: flex;
    justify-content: center;
}

.titleblock_first {
    padding-top: 50px;
}

/* widget */

.contact-popup-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 35%);
    z-index: 100;
    display: none;
    opacity: 0;
    transition: .3s;
    z-index: 9999;
}

.contact-popup-bg.active {
    display: block;
}

.contact-popup {
    position: fixed;
    right: 100px;
    bottom: 95px;
    z-index: 150;
}

.contact-popup .contact-popup-button {
    cursor: pointer;
    display: flex;
    border: 2px solid #2e3192;
    background: #2e3192;
    padding: 5px;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    position: relative;
    transition: .2s;
}

.contact-popup .contact-popup-button:hover {
    transform: scale(1.1);
    transition: .2s;
}

.contact-popup .contact-popup-button img {
    height: 60px;
    width: 32px;
    display: block;
    margin-top: 2px;
    position: absolute;
    transition: .2s;
}

.contact-popup .contact-popup-button .main-btn {
    opacity: 1;
}

.contact-popup .contact-popup-button .close-btn {
    opacity: 0;
    width: 32px;
    height: 32px;
    margin-top: 0;
}


.contact-popup.active {
    z-index: 9999;
}

.contact-popup.active .contact-popup-button .main-btn {
    opacity: 0;
}

.contact-popup.active .contact-popup-button .close-btn {
    opacity: 1;
    transform: rotate(90deg);
}


.contact-popup .contact-popup-items {
    flex-direction: column;
    justify-content: flex-end;
    display: none;
    transition: .3s;
    transform: translateY(0px);
    margin-right: 7px;
}

.contact-popup .contact-popup-items.active {
    display: flex;
}

.contact-popup .contact-popup-items.active.up {
    transform: translateY(-10px);
}

.contact-popup .contact-popup-items .contact-popup-item {
    transition: .3s;
    margin-bottom: 10px;
    text-decoration: none;
    display: flex;
    color: #000;
    align-items: center;
}

.contact-popup .contact-popup-items .contact-popup-item:hover .contact-popup-item-text {
    transition: .15s;
    box-shadow: 4px 4px 5px 0px rgb(0 0 0 / 12%);
}


.contact-popup .contact-popup-items .contact-popup-item:hover {
    transform: translateX(-5px);
}

.contact-popup .contact-popup-item-icon {
    border-radius: 50%;
    overflow: hidden;
}

.contact-popup .contact-popup-item-icon img {
    height: 48px;
    width: 48px;
}

.contact-popup .contact-popup-item-text {
    font-family: 'BebasNeuePro', Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    background: #2e3192;
    color: #fff;
    padding: 8px;
    border-radius: 5px;
    margin-right: 15px;
    min-width: 135px;
    display: inline-block;
    text-align: center;
}

.contact-popup-wrapper {
    position: relative;
}

.popup-question {
    position: absolute;
    top: 0px;
    left: -230px;
    max-width: fit-content;
    min-width: 205px;
    cursor: pointer;
    display: none;
    white-space: nowrap;
    font-family: 'Nunito Sans', Arial, sans-serif;
    font-weight: 600;
}

.popup-question div {
    background: #2e3192;
    padding: 3px 5px 3px 15px;
    position: relative;
    border-radius: 6px;
    color: #fff;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    white-space: nowrap;
}

.popup-question div::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    z-index: 11;
    top: 13px;
    right: -8px;
    border-width: 10px 6px 10px 6px;
    border-style: solid;
    border-color: #2e3192;
    border-top-color: transparent;
    border-right-color: transparent;
}

.popup-question img {
    width: 40px;
    height: auto;
}

/* - - - - - - - -- - - - - - - - - - - - */
@media screen and (max-width: 500px) {
    .contact-popup {
        right: 8px;
        bottom: 25px;
    }
    .btn-scroll-top.show{
        bottom: 13%;
    }
    .footer-logo{
        flex-direction: column;
    }
   
}
.footer-social{
    margin-top: 20px;
    grid-gap: 10px;

}
.footer-social a{
    margin-right: 10px;
}
.footer-social a img{
    max-width: 40px;

}
.contact-info__social{
    margin-top: 10px;
}
.contact-info__social a{
    text-decoration: unset;
}
.contact-info__social a img{
    max-width: 40px;
}