/*window*/
div.companies_show{max-width: 90%;width:700px;
    position: fixed;
    top: 25%;
    right: 0;
    left: 0;
    margin: auto;
    background-color: #FFF;
    box-shadow: 0px 0px 30px #CCC;
    border-radius: 5px;
    text-align: center;
    padding: 20px 0;}
div.companies_str_show{width: calc(100% - 30px);padding: 30px;}
div.companies_str_show a {font-weight: bold;color: #019642;width: 100%;float: left;font-size:17px;}
div.companies_str_show a:hover {color: #fb5;transition: color 0.3s linear 0s;}
div.companies_show div{width: calc(100% - 30px);padding: 20px;text-align: center;}
/*div.companies_show div.phis{text-align: left;}*/
div.companies_show div.phone{width:auto;}
div.companies_show div.close_company_info{position: absolute;right: 25px;top: 20px;
color: #59f;font-size: 17px;cursor: pointer;    width: unset;padding: unset;}
div.companies_show div.site_btl{padding: 20px 20px 0 20px;}

.alert-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FFF;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    z-index: 99999999;
    width: 300px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.alert-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.alert-box button {
    margin-top: 10px;
    padding: 8px 12px;
    background: #59f;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
}

.alert-box button:hover {
    background: #fb5;
    transition: color 0.3s linear 0s;
}

.alerthidden {
    display: none;
}