#map {
    width: 100%;
    height: 740px;
}

.all_content_info {
    width: 290px;
    background: transparent;
    height: 366px;
    max-height: 366px;
}

.all_content_info > img{
    display: none;
}

.pin__popup{
    bottom: 0;
}

.cgallery{
    margin: 20px 0;
}
.cgallery__item{
    max-width: 475px;
}
.cgallery__item img{
    max-width: 100%;
}

@media screen and (min-width: 1160px){
    .article--new{
        margin-bottom: 0;
        padding-bottom: 0;
        padding-top: 48px;
        background: #fff;
    }

    .article--new .publish__date{
        padding-top: 0;
    }

    .article__intro *{
        text-align: left;
    }

    .article__cgrid{
        display: grid;
        max-width: 100%;
        grid-template-columns: minmax(0,1fr) minmax(0,4fr);
        grid-gap: 32px;
    }

    .article__intro{
        order: 2;
    }

    .article__img{
        order: 1;
        margin-top: 0;
        border-radius: 0;
        position: relative;
    }

    .article__img img{
        position: absolute;
        left: 0;
        right: 0;
    }

    .static--new{
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .static--new .static__inside {
        padding-top: 0;
    }

    .static--new .static__container{
        max-width: 100%;
    }

    .static--new p,
    .static--new ul li,
    .static--new ol li{
        font-size: 18px;
    }
}

@media screen and (max-width: 992px){
    .static__container p,
    .static__container li{
        line-height: 30px;
    }
}

.popup__gallery .swiper-slide{
    background: transparent;
}

.modal{
    background: hsl(0deg 0% 13.95% / 95%);
}

@media screen and (min-width: 992px) {
    .static--new .popup__gallery-item {
        width: calc(25% - 20px);
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 20px;
    }
}