.contactList ul {
    padding-left: 0;
    list-style: none;
    margin-top: 10px;
    font-family: var(--font-family-title);
}

.contactList ul li {
    display: flex;
    margin-bottom: 15px;
    min-height: 34px;
}

.contactList ul li .imgContacts {
    width: 45px;
}

.contactList ul li .imgContacts i {
    font-size: 24px;
    color: #a5a5a5;
}

.contactList ul li .imgContacts img {
    width: 21px;
    margin-top: -4px;
}

.contactList ul li .contentContact {
    width: 85%;
}

.contactList ul li p {
    font-size: 16px;
    color: #000000;
    line-height: 18px;
    font-weight: 300;
    margin-bottom: 10px;
}

.contactList ul li p a {
    color: #000000;
}

.contactList ul li p a:hover {
    text-decoration: underline;
}

.contactList h4 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 15px;
    color: #7f8fa0;
    font-family: var(--font-family-body);
    font-weight: 600;
}

.mapText {
    margin: 0;
    position: absolute;
    top: 16%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* text-shadow: 00px 2px 20px rgba(0, 194, 215, 0.2), 0px 2px 10px rgba(0, 194, 215, 0.2), 0px 0px 1px rgba(255, 255, 255, 1), 0px 0px 1px rgb(255, 255, 255); */
    font-size: 26px;
    line-height: 32px;
    font-size: calc(1.5rem + 0.38vw);
    line-height: calc(1.5rem + 0.4vw);
    font-family: var(--font-family-title);
    font-weight: 500;
    color: #28448a;
}


/* .mappin {
    width: 20px;
    height: 20px;
    background: url('../images/mapMarkerAnim.gif') no-repeat center center;
    background-size: contain;
    position: absolute;
    z-index: 1;
} */


/* a.play-btn {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: var(--primary);
    border-radius: 100%;
    line-height: 20px;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
} */

.mapPin {
    position: absolute;
    text-decoration: none;
    width: 6px;
    height: 6px;
    background-color: var(--primary);
    margin: 0 auto;
    border-radius: 100%;
}

.mapPin.static {
    box-shadow: 0 0 0 3px rgba(2, 126, 251, 0.3), 0 0 0 6px rgba(2, 126, 251, 0);
}

.mapPin.mapRipple {
    -webkit-animation: ripple 1s linear infinite;
    animation: ripple 1s linear infinite;
}

@-webkit-keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(2, 126, 251, 0.3), 0 0 0 5px rgba(2, 126, 251, 0.3);
        box-shadow: 0 0 0 0 rgba(2, 126, 251, 0.3), 0 0 0 5px rgba(2, 126, 251, 0.3);
    }

    100% {
        -webkit-box-shadow: 0 0 0 5px rgba(2, 126, 251, 0.3), 0 0 0 15px rgba(2, 126, 251, 0);
        box-shadow: 0 0 0 5px rgba(2, 126, 251, 0.3), 0 0 0 15px rgba(2, 126, 251, 0);
    }
}

@keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(2, 126, 251, 0.3), 0 0 0 5px rgba(2, 126, 251, 0.3);
        box-shadow: 0 0 0 0 rgba(2, 126, 251, 0.3), 0 0 0 5px rgba(2, 126, 251, 0.3);
    }

    100% {
        -webkit-box-shadow: 0 0 0 5px rgba(2, 126, 251, 0.3), 0 0 0 15px rgba(2, 126, 251, 0);
        box-shadow: 0 0 0 5px rgba(2, 126, 251, 0.3), 0 0 0 15px rgba(2, 126, 251, 0);
    }
}

.pinIn {
    top: 51%;
    right: 35.5%;
}

.pinUae1 {
    top: 53%;
    right: 40%;
}

.pinUae2 {
    top: 49.5%;
    right: 40.8%;
}

.pinUae3 {
    top: 50.9%;
    right: 42.2%;
}

.pinUae4 {
    top: 50.5%;
    right: 39.5%;
}

.pinUae5 {
    top: 49.2%;
    right: 40%;
}

.pinUae6 {
    top: 48.5%;
    right: 40.2%;
}

.pinUae7 {
    top: 45.3%;
    right: 41.9%;
}

.pinTr {
    top: 41.2%;
    right: 44.2%;
}

.pinUk1 {
    top: 30.5%;
    right: 51.5%;
}

.pinUk2 {
    top: 33%;
    right: 52.6%;
}


/* 
@keyframes jump {
    0%,
    100% {
        transform: translateY(0);
        opacity: 1;
    }
    20%,
    40%,
    60%,
    80% {
        opacity: 0.7;
    }
    50% {
        transform: translateY(-5px);
    }
} */

.divider-verticle {
    border-left: 1px solid var(--border-light);
    padding: 20px 20px;
}

.headeMobility h2 {
    font-size: 45px;
}

@media screen and (max-width: 767px) {
    .mapText {
        font-size: 22px;
        line-height: 28px;
    }
}
@media only screen and (max-width: 600px) {
    .section-title {
        padding: 20px 0 50px 0;
    }

    .mapText {
        font-size: 16px;
        top: -6%;
        line-height: 28px;
    }

    .headeMobility h2 {
        font-size: 35px;
    }

    .headeMobility {
        margin-bottom: 15px !important;

    }
}

@media only screen and (max-width: 360px) {
    .mapText {
        font-size: 15px;
        top: -6%;
        line-height: 20px;
    }

}