
.mobile-triangle{
    display: none;
}

.phones-cnt, .address-custom-cnt{
    display: inline-block;
}
.clickable-address-link{
    color: rgb(119, 119, 119);
}
.custom-similars{
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.custom-similars > *{
    color: #000;
    line-height: 24px;
    display: block;
    flex-basis: 24%;
    margin-bottom: 10px;
}
.custom-similars > *:hover{
    color: #d33;
}
.custom-similar-title{
    font-weight: bold;
    margin-bottom: 10px;
}
.custom-similars img{
    width: 100%;
    display: block;
    margin-bottom: 10px;
    max-height: 300px;
}
.lngs ul{
    margin-top: 5px;
    text-align: right;
    list-style: none;
}
.lngs ul li{
    display: inline;
    margin-right: 10px;
}
.lngs ul li.current-lang a{
    color: #000;
}
@media screen and (max-width: 991px){
    .custom-similars > *{
        flex-basis: 48%;
    }
}
@media screen  and (max-width: 1200px) and (min-width: 767px) {
    header .vu_info-item{
        padding-right: 5px;
    }
    .custom-similars{
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .phones-cnt .vu_info-item.reduce-pdng-mob{
        padding-right: 10px;
        width: 80%;
    }
    .phones-cnt{
        align-items: center;
        display: flex;
    }
    .mobile-triangle{
       
        margin-left: 0px;
        display: block;
    }
    .mobile-triangle{
        border-radius: 5px;
        height: 25px;
        width: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #d33;
    }
    .address-custom-cnt{
        display: none;
    }
    /* .address-custom-cnt{
        display: none;
    } */
    .custom-triangle-self{
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7px 7px 0 7px;
        border-color: #d33 transparent transparent transparent;
    }
    .vu_main-header .vu_h-right.reduce-on-mob{
        padding-top: 0;
        padding-bottom: 0;
    }
    .address-custom-cnt .vu_info-item{
        width: 100%;
    }
    

    
}

/*AWEB #264820 START*/
.form-popup {
    display: none;
    position: absolute;
    top: 220px;
    right: 365px;
    z-index: 99;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 10px 0 #000;
    padding: 15px
}

@media screen and (max-width: 1100px) {
    .form-popup {
        top: 50px;
        right: 10px;
        width: 60%
    }
}

.btn_loc {
    font-family: Roboto, sans-serif;
    background-color: #dd3333;
    font-size: 16px;
    font-weight: 400;
    width: 49%;
    align-items: center;
    border-radius: 15px;
    line-height: 1;
    padding: 5px 0;
    border: 0
}

.btn_cancel {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    width: 49%;
    align-items: center;
    border-radius: 15px;
    line-height: 1;
    padding: 5px 0;
    border: 0
}
/*AWEB #264820 END*/