.mfp-content {
    max-width: 600px;
}
.form-popup__wrp {
    font-family: Roboto;
    background-color: #FFFFFF;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 15px;
}
.mfp-bg {
    background-color: #7d7d7d;
}
.modal {
    /*display: none;  Hidden by default */
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100000000;
    padding-top: 10%; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    font-family: auto!important;
}


.modal-content {
    position: relative;
    background: #fff;
    margin: auto;
    padding: 0;
    border: 5px solid #000000;
    width: 30%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}


@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}


.close {
    color: #000000;
    float: right;
    font-size: 28px;
    /*font-weight: bold;*/
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background: #fff;
    color: white;
}

.modal-body {
    padding: 20px 16px;
}
.modal-footer {
    padding: 2px 16px;
    background: #fff;
    color: black;
}
@media screen and (max-width: 1220px){
.modal-content {
    width: 50%;
}
.modal {
    /*padding-top: 40%;*/
}
}
@media screen and (max-width: 640px){
.modal-content {
    width: 90%;
}
}
.news-list-item__col .shadow {
	display: block;
    background: rgba(0,0,0,.3);
	/*background-color:rgba(0,0,0,.3);*/

}
.news-list-img.small_main:after{
/*    content: '';
    background: rgba(0,0,0,.3);
    width: 100%;
    height: -webkit-fill-available;
    top: 0;
    left: 0;
    position: absolute;*/
}