.gallery_slider_inner{
    position: relative;
}
.gallery_slider_text_mini{
    position: absolute;
    bottom:-50px;
    font-size: 12px;
    width:100%;
    text-align: center;
}

.header_phones_item a{
    color:#FFFFFF;
    text-decoration: none;
}
.popup_alert{
    position: fixed;
    top:100px;
    left:50%;
    margin-left:-555px;
    width:1110px;
    background: #FFFFFF;
    opacity: 0.9;
    border-radius: 10px;
    z-index: 9999;
}
.popup_alert_content{
    padding:40px;

}
.popup_alert_close{
    position: absolute;
    right:15px;
    top:15px;
    height: 20px;
    width:20px;
    background: url("/images/svg/popup_close.svg");
    background-size: cover;
    cursor: pointer;
}


@media screen and (max-width: 1200px) {
    .popup_alert{
        width:800px;
        margin-left:-400px;
    }
}
@media screen and (max-width: 810px) {
    .popup_alert{
        width:600px;
        margin-left:-300px;
    }
}
@media screen and (max-width: 600px) {
    .popup_alert{
        width:400px;
        margin-left:-200px;
    }
}
@media screen and (max-width: 400px) {
    .popup_alert{
        width:300px;
        margin-left:-150px;
    }
}