body.no-scroll {
    overflow: hidden;
}
.rel-p {
    position: relative;
}
.theme-grey-2 {
    background-color: #000;
}
.wd-50 {
    width: 50%;
}
.white, .white * {
    color: #fff;
}
.d-flex {
    display: flex;
    flex-flow: wrap;
}
#country-list{
    padding: 50px 0;
    max-width: 98%;
    margin: 0 auto;
}
#country-list .worldwide-country {
    width: 20%;
    /* flex: 1; */
    padding: 0 15px;
    margin-top: 30px;
}
.country-name .headline {
    font-family: 'Public Sans',Helvetica,Arial,Lucida,sans-serif;
    font-size: 30px;
    line-height: 32px;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    color: #fff;
    margin: 0 0 18px 0;
    padding: 0 0 7px 0;
}
.country-sites li {
    margin: 0 0 7px 0;
    color: #fff;
}
.country-sites li a{
    color: #fff;
    font-family: 'Public Sans',Helvetica,Arial,Lucida,sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-decoration: underline;
}
.country-sites li a:hover{
    text-decoration: none;
}


.single-contact {
    min-height: 34px;
    margin-top: 30px;
    display: flex;
    align-items: center;
}
.single-contact:first-child {
    margin-top: 0 !important;
}
.single-contact:before {
    content: '';
    display: block;
    height: 34px;
    width: 34px;
    min-width: 34px;
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    filter: invert(1);
    opacity: 0.9;
}
.single-contact p,
.single-contact a {
    padding-left: 44px;
    font-size: 18px;
}
.address-contact.single-contact:before {
    background-image: url(img/icon_pin.svg);
}
.mail-contact.single-contact:before {
    background-image: url(img/icon_email.svg);
}
.phone-contact.single-contact:before {
    background-image: url(img/icon_phone.svg);
}
.fax-contact.single-contact:before {

}
.single-contact a:hover {
    opacity: 0.8;
}


.country-popup .form-container-inner {
    padding: 25px;
}
.country-popup .form-container-inner .cell-contacts {
    /*padding-left: min(8.229vw, 147px);
    padding-right: min(8.229vw, 147px);*/
}
.country-popup .form-container {
    padding-bottom: 0;
}
.country-popup .cell-img {
    /*height: 29vw;
    min-height: 414px;*/
}
.country-popup .popup-title {
    font-family: "PublicSans-Bold", sans-serif;
    margin-bottom: 4px;
    font-size: 48px;
    font-weight: bold;
    color: #000;
    line-height: 50px;
}
.country-popup .main-contacts {
    padding-top: 30px;
    padding-right: 25px;
}
.acf-map{
    height: 41.7vw;
    min-height: 600px;
    position: relative;
    background-color: #1b1b1b;
}

body .et_pb_row_0_tb_footer.et_pb_row{
    margin-top: 0 !important; /* override su Divi footer block */
}

.map_related_location_container{
    padding: 0 15px;
    margin-top: 55px;
}
.map_related_location_container .h2{
    color:#fff;
}
.map_related_location_container ul.map_related_links_list{
    list-style:none;
    padding: 0;
}
.map_related_links_list li{
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 15px;
}
.map_related_links_list li a {
    display: block;
    color:#fff;
    border: 1px solid #fff;
    padding: 2px 10px;
    text-decoration: none;
    border-radius: 10px;
}

@media (min-width: 1880px){
    #country-list{
        max-width: 85%;
    }
    .country-popup .cell-contacts-container {
        max-width: 652px;
        margin-left: auto;
        width: 100%;
    }
}

@media (max-width: 1600px){
    #country-list{
        max-width: 85%;
    }
    #country-list .worldwide-country {
        width: 33.33%;
        flex: unset;
    }
}

@media (max-width: 991px){
    #country-list{
        max-width: 98%;
        padding: 35px 0;
    }
}

@media (max-width: 800px){
    #country-list .worldwide-country {
        width: 50%;
    }
    .acf-map {
        min-height: 400px;
    }
}

@media (max-width: 480px){
    .country-name .headline {
        font-size: 22px;
        line-height: 24px;
    }
}

@media (max-width: 370px){
    #country-list .worldwide-country {
        width: 100%;
    }
}