.map-block {
    position: absolute;
    top: 25vh;
    left: 10vw;
    z-index: 99;
    width: 20vw;
    padding: 32px 32px 40px 32px;
    border-radius: 12px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.8);
}

.wrapper {
    position: relative;
}

.text-title {
    color: var(--black-50);
}

.social {
    background: linear-gradient(to left, var(--black-02) 50%, var(--white-100) 50%);
}

.social-mobile {
    background-color: var(--black-02);
}

.modal-window {
    padding: 48px 20px 28px;
    border-radius: 8px;
}

#page-contact .nav-tabs .nav-link.active {
    background-color: transparent;
    background-image: url(/wp-content/themes/cactussoft/assets/img/rectangle-contact.png);
    background-repeat: no-repeat;
    color: var(--black-100);
}

@media (max-width: 600px) {
    .modal-window {
        padding: 24px 8px 0px;
    }
}

.modal-text-strong {
    font-family: var(--raleway);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--black-100);
}

.modal-subtext {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: var(--black-50);
}

.form-control-contact {
    border: none;
    border-radius: 0;
    color: var(--black-100);
}

.form-control-contact:focus {
    color: var(--black-100);
}

.form-file {
    border-radius: 4px;
    border: none;
    color: var(--black-30);
    box-shadow: none;
}

.icon-carousel {
    color: var(--black-20);
    font-size: 24px;
    padding: 10px;
}

.carousel-map-buttons {
    display: none;
    z-index: 1020;
    position: relative;
    top: 160px;
    right: 15px;
    margin-top: -120px;
}

.carousel-indicators {
    display: none;
    position: relative;
    margin-bottom: 0;
}

.carousel-indicators [data-bs-target] {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: var(--black-06);
    border-top: none;
    border-bottom: none;
}

.map-indicators.active {
    background-color: var(--black-20) !important;
}

.info-map-mobile {
    display: none;
}

.map-section {
    height: 80vh;
    width: 100%;
}

#map_ghent {
    height: 90vh;
    width: 100%;
}

#map_minsk {
    height: 90vh;
    width: 100%;
}

#map_seville {
    height: 90vh;
    width: 100%;
}

#map_georgia {
    height: 90vh;
    width: 100%;
}

.CTA-section-white h2 {
    padding-top: 10px;
    margin-bottom: 80px !important;
}

#page-contact .banner-partner {
    height: 310px;
}

@media (max-width: 992px) {
    .CTA-section-white h2 {
        margin-bottom: 0px !important;
        font-size: 2.5rem !important;
        padding-right: 0rem !important;
    }
    .tablet-no-padding {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .CTA-section-white .content {
        padding-bottom: 80px;
    }
    .CTA-section-white h2 {
        margin-bottom: 0px !important;
        font-size: 2.5rem !important;
        padding-right: 4rem;
    }
    .CTA-section-white .content.right {
        padding-right: 0px !important;
        padding-left: 30px !important;
    }
    #map-section .map-block {
        display: none;
    }
    .wrapper .info-map-desktop {
        display: none;
    }
    .tab-bar-contact {
        margin-top: -102.5px;
    }
    #map-section .info-map-mobile {
        display: block;
        position: relative;
        top: 220px;
        z-index: 1000;
        border-radius: 8px;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        background-color: rgba(255, 255, 255, 0.9);
        margin-top: -158px;
        padding-top: 8px;
    }
}

@media (max-width: 600px) {
    #map-section .carousel-map-buttons {
        display: flex;
    }
    .seville-text {
        margin-bottom: 24px !important;
    }
    #map-section .carousel-indicators {
        display: flex;
    }
    #map-section .info-map-desktop {
        display: none;
    }
    #map-section .info-map-mobile {
        height: 205px;
    }
}