.blog{padding:47px 0}
.carousel-item:before{
    background-image: none;
}
.carousel .item>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
}
.popup_modal {
    position: fixed;
    z-index: 999;
    padding-top: 40px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    line-height:1;
}
.popup_close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    width: 100%;
    text-align: right;
    height:25px;
}

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