.footerWrap {
    background: #051C34;
    color: #fff;
}

.contactInfo {
    font-family: var(--font-family-title);
}

.contactInfo ul,
.otherLinks ul {
    padding-left: 0;
    list-style: none;
    margin-top: 10px;
    font-family: var(--font-family-title);
}

.contactInfo ul li {
    display: flex;
    margin-bottom: 15px;
}

.contactInfo ul li .imgContacts {
    width: 45px;
}

.contactInfo ul li .imgContacts img {
    width: 21px;
    margin-top: -4px;
}

.contactInfo ul li .contentContact {
    width: 85%;
}

.contactInfo ul li p {
    font-size: 14px;
    color: #D6D6D6;
    line-height: 17px;
}

.contactInfo ul li p a {
    color: #D6D6D6;
}

.otherLinks {
    padding-left: 60px;
    font-family: var(--font-family-title);
}

.otherLinks h4,
.contactInfo h4 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 15px;
    color: #7f8fa0;
    font-family: var(--font-family-body);
    font-weight: 600;
}

.otherLinks ul {
    margin: 5px 0px 0px 0px;
}

.otherLinks ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #112a45;
}

.otherLinks ul li a {
    color: #D6D6D6;
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
}

.otherLinks ul li p a {
    color: #D6D6D6;
}

.otherLinks ul ul.sublinks {
    max-height: 180px;
    overflow-y: auto;
}

.otherLinks ul ul.sublinks li {
    margin-bottom: 5px;
    padding-bottom: 0px;
    border-bottom: 0;
}

.socialMedia ul li {
    display: inline-block;
    margin: 0px 5px 0px 0px;
}

.socialMedia ul li a {
    border: 1px solid #7f8fa0;
    border-radius: 100%;
    padding: 5px 9px;
    background: none;
    transition: ease-in-out all 0.4s;
    font-size: 20px;
}

.socialMedia ul li a.fb:hover {
    background: #1877f2;
    color: #ffffff;
}

.socialMedia ul li a.brand-x:hover {
    background: #111111;
    color: #ffffff;
}

.socialMedia ul li a.whtsapp:hover {
    background: #25d366;
    color: #ffffff;
}

.socialMedia ul li a.insta:hover {
    background: linear-gradient(30deg, #f38334, #da2e7d 50%, #6b54c6);
    transition: ease-in-out all 0.4s;
    color: #ffffff;
}

.copyRight {
    border-top: 1px solid #304458;
    padding-top: 15px;
    margin-top: 60px;
    font-family: var(--font-family-title);
}

.copyRight p {
    font-size: 13px;
    font-weight: 300;
    color: #D6D6D6;
}

.countryLinks ul {
    text-align: center;
}

.countryLinks ul li {
    display: inline-block;
    margin: 20px 28px;
}

.countryLinks ul li a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    font-size: 15px;
}

.copyRight p a {
    color: #fff;
    font-weight: 600;
}