.head {
    padding-top: 32px;
    background-image: url("/images/head.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.head__center {
    text-align: center;
    padding-top: 65px;
    padding-bottom: 65px;
    background-color: hsla(0,0%,100%,.75)
}

.head__title {
    display: inline-block;
    font-size: 4.2rem;
    line-height: 1.14;
    color: #000
}

.filters {
    background-color: #f6f3f2
}

.filters__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 0
}

.filters__date,.filters__search {
    width: 352px;
    margin-right: 32px
}

.filters__date {
    position: relative;
    margin-right: 64px
}

.filters__button {
    width: 188px
}

.filters__button .df-button {
    display: block;
    width: 100%;
    text-align: center
}

.filters__clear {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    padding: 0;
    margin: 0;
    background-color: transparent;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.filters__clear svg * {
    fill: #000
}

.filters__clear:not(.active) {
    cursor: default;
    pointer-hnd-cards: none;
    opacity: .5
}

.filters__clear:hover {
    opacity: .7
}

.body {
    padding-top: 48px
}

.hnd-card {
    position: relative;
    display: block;
    font-size: 1.6rem;
    line-height: 1.5;
    padding-bottom: 50px
}

.hnd-card__img {
    margin-bottom: 12px;
    object-fit: cover;
    width: 100%;
}

.hnd-card__date {
    color: #666;
    margin-bottom: 10px
}

.hnd-card__text {
    color: #000;
    font-weight: 500
}

.pagination {
    padding-top: 29px;
    padding-bottom: 91px;
    overflow: hidden
}

.pagination__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.back {
    padding-top: 25px;
    background-color: #f6f3f2
}

.max-width,.news-content h1,.news-content h2,.news-content .breadcrumbs, .content_area {
    width: 69%
}

.breadcrumbs {
    margin-left: auto;
    margin-right: auto
}

.news-content {
    color: #000
}

.news-content__top {
    padding-top: 36px;
    padding-bottom: 10px;
    background-color: #f6f3f2
}

.news-content__bottom {
    padding-top: 50px;
    width: 65%;
    margin: 1.5rem auto;
}

.news-content__all {
    padding-bottom: 80px;
    margin-top: 30px;
}

.news-content__all a {
    display: inline-block
}

.news-content__all .news-content__center {
    text-align: center
}

.news-content h1 {
    display: block;
    margin: 0 auto;
    font-size: 4.2rem;
    line-height: 1.14;
    font-weight: 500;
}

.news-content h2 {
    margin: 0 auto;
    color: #666;
    font-weight: 400;
    margin-top: 7px
}

.news-content h2 {
    display: block;
    font-size: 1.6rem;
    line-height: 1.5
}

.news-content img {
    display: block;
    max-width: 83%;
    margin: 70px auto;
}

.news-content h1 {
    margin: 70px auto;
}

.news-content p {
    display: block;
    font-size: 1.6rem
}

.news-content p.disclamer {
    position: relative;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 54px;
    margin-bottom: 75px;
    padding-left: 32px
}

.news-content p.disclamer:before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    width: 16px;
    height: 16px;
    background-color: #c4c4c4;
    border-radius: 50%;
    background-image: url("/images/icons/star.svg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 69%
}

/*video*/

.content_wrap .content_area {
    padding: 0;
    width: 100%;
    display: inline-block;
}
.area-contents {
    padding: 0 0 50px;
}
.area-contents p{
    margin: 0 0 18px;
}

@media only screen and (max-width: 1262px) {
    .head {
        padding-top:45px
    }

    .head__center {
        padding-top: 60px;
        padding-bottom: 56px
    }

    .head__title {
        font-size: 30px;
        line-height: 36px
    }

    .filters__center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 32px
    }

    .filters__date,.filters__search {
        margin-right: 0;
        width: calc(50% - 16px)
    }

    .filters__search {
        margin-right: 16px
    }

    .filters__date {
        margin-left: 16px
    }

    .filters__button {
        width: 208px;
        margin-top: 32px
    }

    .body {
        padding-top: 40px
    }

    .pagination {
        padding-bottom: 59px
    }

    .max-width,.news-content h1,.news-content h2,.news-content .breadcrumbs, .content_area {
        width: 75%;
    }

    .news-content__top {
        padding-bottom: 0
    }

    .news-content__top img {
        margin-bottom: 0
    }

    .news-content__all {
        padding-bottom: 64px
    }

    .news-content h1 {
        font-size: 3rem;
    }

    .news-content h2 {
        margin-top: 19px
    }

    .news-content img, .news-content h1 {
        max-width: 100%;
        margin-top: 46px
    }

    .news-content__bottom {
        width: 74%
    }

    .news-content p.disclamer {
        margin-bottom: 49px
    }


}
@media only screen and (min-width: 126px) {
    .hnd-card__img {
        height: 10.9vw;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1261px) {
    .hnd-card__img {
        height: 25.6vw;
    }
}

@media only screen and (max-width: 767px) {
    .head {
        padding-top:33px
    }

    .head__center {
        padding-top: 40px;
        padding-bottom: 46px
    }

    .head__title {
        font-size: 26px;
        line-height: 40px
    }

    .filters__center {
        padding-top: 24px
    }

    .filters__button,.filters__date,.filters__search {
        width: 100%;
        margin: 0;
        margin-bottom: 16px
    }

    .filters__button {
        margin-bottom: 0
    }

    .filters .df-button,.filters .df-datepicker__body,.filters .df-search-simple__body {
        padding: 12px 16px
    }

    .body {
        padding-top: 24px
    }

    .max-width,.news-content h1,.news-content h2,.news-content .breadcrumbs, .content_area {
        width: 100%
    }

    .back {
        padding-top: 15px
    }

    .hnd-card {
        padding-bottom: 30px
    }

    .news-content {
        position: relative
    }

    .news-content__bottom {
        padding-top: 25px
    }

    .news-content__all {
        padding-bottom: 48px
    }

    .news-content h1 {
        font-size: 2rem
    }

    .news-content h2 {
        margin-top: 19px
    }

    .news-content img {
        max-width: calc(100% + 32px);
        min-width: 100%;
        margin-left: -16px;
        margin-right: -16px;
        margin-bottom: 42px
    }
    .news-content h1 {
        margin-bottom: 42px;
        margin-top: 0;
    }

    .news-content__top {
        padding-top: 27px
    }

    .news-content__top img {
        margin-bottom: 0
    }

    .news-content__bottom {
        width: 100%
    }

    .news-content p.disclamer {
        margin-top: 28px;
        margin-bottom: 43px
    }

    .news-content .df-button {
        width: 100%;
        max-width: 400px;
        text-align: center;
        padding-top: 12px;
        padding-bottom: 12px
    }

    .hnd-card__img {
        height: 54vw;
    }
}