/* CONTACT */
.cont-g{
    width: 100%;
}
.suite-nav > .container{
    display: flex;
    align-items: center;
}
.suite-nav > .container > p,.suite-nav > .container > a{
    margin: 0;
    color: rgba(0, 0, 0, 0.40);

    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.suite-nav > .container > a{
    color: #000;
}
.cont-g > h1{
    color: #DE232E;
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: none
}
.contact-box,.w-form form{
    display: grid;
    gap: 8px;
}
.contact-box > .sect-group{
    display: flex;
    gap: 8px;
}

.sect-group > div{
    width: 50%;
}
.contact-box .c-box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 8px;
    padding: 20px;
    height: 130px;
    background: linear-gradient(to left, #0073f7, #1ebea5);
}
.leaflet-popup-content-wrapper, .leaflet-popup-tip{
    background: linear-gradient(to left, #0073f7, #1ebea5)!important;
    color: white!important;
}
.leaflet-touch .leaflet-bar a{
    background: linear-gradient(to bottom, #32a7e2a1, #32a7e2bd);
}
.leaflet-container span{
    color: white;
}
.contact{
    width: 100%;
    padding: 32px 0 48px 0;
}
.maps-content{
    display: flex;
    gap: 10px;
}
.contact > div > div,.work-form > div{
    width: 50%;
}
.c-box > h2{
    color: white;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%
}
.c-box > a,.c-box > p{
    color: #fff;

    font-feature-settings: 'case' on;
    font-size: 16px;
    font-style: normal;
    font-weight: 550;
    line-height: 110%;
}
.maps{
    border-radius: 8px;
}
#map{
    border-radius: 8px;
    height: 100%;
    opacity: .2;
    transition: opacity .3s;
}
#map:hover {
    opacity: 1;
}
.leaflet-bottom.leaflet-right{
    display: none;
}
.leaflet-control{
    border: none;
}
@media  (max-width: 991px) {
    .maps-content{
        flex-wrap: wrap;
    }
    #map{
        height: 400px;
    }
    .contact > div > div, .work-form > div{
        width: 100%;
    }
}
@media  (max-width: 500px) {
    .contact-box > .sect-group{
        flex-wrap: wrap;
    }
    .contact-box .c-box{
        width: 100%;
    }
}