/* news */
.main-news {
    margin-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
}

.news-item {
    margin-top: 50px;
}

.news-item p {
    /*display: flex;*/
}


.news-item a {
    color: #000 !important;
}

@media(max-width: 1023px) {
    .main-news {
        margin-top: 50px;
    }
    .news-item {
        margin-top: 10px;
    }
}

.news_list1_item {
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px #dcdcdc solid;
}

.news_list1_item:last-child {
    margin-bottom: 0;
}

/* .news_list1_item:nth-child(1) {
    margin-top: 0;
    padding-top: 0;
    border: 0;
  } */

.news_list1_item_section {
    display: flex;
    flex-wrap: nowrap;
}

.news_list1_item_section_box1 {
    width: 540px;
    margin-right: 45px;
}

.news_list1_item_section_box2 {
    display: flex;
    flex-direction: column;
    flex: 1;

    padding-top: 15px;
}

.news_list1_item_photo {
    display: block;
    padding-top: 66%;
    position: relative;
}

.news_list1_item_photo_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /*border-radius:15px;*/
}

.news_list1_item_photo img {
    display: none;
}

.news_list1_item_name {
    font-size: 30px;
    line-height: 1.3;
    text-transform: uppercase;
}

.news_list1_item_name a {
    color: #000;
    text-decoration: none;
    background-image: linear-gradient(to bottom, #e3e0e0, #787876);
    background-position: 0 1.08em;
    /*background-position:bottom left;*/
    background-repeat: repeat-x;
    /*background-size:10% 20px;*/
    background-size: 50% 2px;
    transition: background-size 0.07s ease 0s;
}

.news_list1_item_name a:hover {
    color: #000;
    text-decoration: none;
    background-size: 0px 0px;
}

.news_list1_item_anons {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.75;
    color: rgba(0, 0, 0, 0.5);
}

.news_list1_item_dop {
    margin-top: auto
}

.news_list1_item_dop_item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}

.news_list1_item_dop_item:last-child {
    margin: 0;
}

.news_list1_item_date {
    padding-left: 27px;
    padding-top: 1px;
    position: relative;
    font-size: 15px;
    line-height: 1;
    color: #7d7d7d;
}

.news_list1_item_date:after {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 1;
    background-image: url(/modul/news/img/news_list1_date2.svg?rand=2);
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
}

.news_list1_item_sea_count {
    padding-left: 32px;
    position: relative;
    font-size: 15px;
    line-height: 1;
    color: #7d7d7d;
}

.news_list1_item_sea_count:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: url(/modul/news/img/news_list1_sea_count2.svg?rand=2);
    background-repeat: no-repeat;
    width: 21px;
    height: 15px;
}

.news__list2_photo {
    float: left;
    width: 200px;
    overflow: hidden;
    text-align: center;
}

.news__list2_photo img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.news__list2_bl {
    margin-left: 200px;
    padding-left: 28px;
}

.news__list2_name a {
    display: block;
    font-size: 19px;
    line-height: 1.3;
    color: #000;
    font-weight: normal;
    text-decoration: none;
}

.news__list2_name a:hover {
    text-decoration: underline;
}

.news__list2_textma {
    margin-top: 8px;
}

.news__list2_textma a {
    display: block;
    font-size: 16px;
    line-height: 1.3;
    color: #414040;
    text-decoration: none;
}

.news__list2_date {
    font-size: 14px;
    color: #666;
    padding-top: 10px;
}

.news__list2_hr {
    line-height: 1px;
    height: 1px;
    background: #ccc;
    margin-top: 15px;
    margin-bottom: 15px;
}

.news__list2_block.photo_no .news__list2_bl {
    margin-left: 0;
}

.news__list3_item {
    float: left;
    text-decoration: none !important;
    vertical-align: top;
    width: 31%;
    padding: 0;
    color: #000;
    margin-right: 3%;
    margin-bottom: 35px;
}

.news__list3_item:nth-child(3n) {
    margin-right: 0;
}

.news__list3_item:nth-child(3n+1) {
    clear: left;
}

.news__list3_photo {
    text-decoration: none;
    padding-top: 65%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.news__list3_photo:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0;
    transition: all 0.25s ease-out 0.1s;
}

.news__list3_date {
    font-size: 16px;
    line-height: 1;
    color: #6c6c6c;
    margin: 33px 0 0 0;
}

.news__list3_name {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    text-transform: uppercase;
    min-height: 75px;
}

.news__list3_gorline {
    line-height: 1px;
    height: 1px;
    background: #b7b7b7;
    margin: 12px 0 15px 0;
}

.news__list3_textma {
    font-size: 16px;
    line-height: 1.4;
    color: #4f4f4f;
}

.news__list3_item:hover .news__list3_name {
    text-decoration: underline;
}

.news__list3_item:hover .news__list3_photo:after {
    opacity: 0.3;
}

.news__news_view__action_title_span {
    font-size:60px;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    font-family: proximanovalight;
}

.news__news_view__action_anons {
    margin-top: 25px;
    font-size: 25px;
    line-height: 1.3;
    font-family: proximanovaregular;
}

.news__view_action_photo-basic {
    margin-top: 33px;
    text-align: center;
}

.news__view_action_photo-basic img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    /*border-radius:15px;*/
}

.news__news_view__action_description {
    margin-top: 100px;
    margin-bottom: 20px;
    text-align: justify;
}

.news__news_view__action_photo_preview {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 50px;
}

.news__otherlist1 {
    margin-top: 80px;
    font-size: 15px;
    line-height: 1.4;
}

.news__otherlist1 table {
    width: 100%;
}

.news__otherlist1 table td {
    vertical-align: top;
    padding: 3px;
}

.news__otherlist1 .td1 {
    width: 130px;
    text-align: right;
    color: #666;
}

.news__otherlist1.td1 .date {
    white-space: nowrap;
}

.news__otherlist1 .td2 {
    padding-left: 20px;
}

.news__otherlist1 .hr {
    background: #848484;
    line-height: 1px;
    height: 1px;
    margin-bottom: 30px;
}

.news__otherlist1_name {
    font-size: 16px;
    line-height: 1.2;
}

.news__otherlist1_name a {
    text-decoration: underline;
    color: #000;
}

.news__otherlist1_name a:hover {
    text-decoration: none;
    color: #000;
}

.news__otherlist1_item.active .news__otherlist1_name {
    opacity: 0.9;
}

.news__otherlist1_item.active .news__otherlist1_name a {
    text-decoration: none !important;
    color: #333;
}

.news__news_view__action_theme_column {
    display: flex;
    flex-wrap: nowrap;
    min-height: 300px;
    position: relative;
}

.news__news_content {
    display: flex;
    flex-direction: column;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.news__news_view__action_theme_column_box1 {
    width: 275px;
    position: relative;
    padding-right: 50px;
}

.news__news_view__action_theme_column_box1:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 1px;
    height: 100%;
    max-height: 350px;
    background: #c7c7c7;
}

.news__news_view__action_theme_column_box2 {
    flex: 1;
    /* padding-left: 50px; */
    max-width: 100%;
}

.news__bottom-info {
    display: flex;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #848484;
}

@media(max-width: 1023px) {
    .news__bottom-info {
        flex-wrap: wrap;
    }
}

.news__news_view__action_date {
    padding-left: 27px;
    position: relative;
    font-size: 17px;
    line-height: 1;
    color: #000;
}

.news__news_view__action_date:after {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 1;
    background-image: url(/modul/news/img/news_list1_date2.svg?rand=2);
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
}

.news__news_view__action_sea_count {
    margin-left: 40px;
    /* margin-top: 20px; */
    padding-left: 30px;
    position: relative;
    font-size: 17px;
    line-height: 1;
    color: #000;
}

.news__news_view__action_sea_count:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: url(/modul/news/img/news_list1_sea_count2.svg?rand=2);
    background-repeat: no-repeat;
    width: 21px;
    height: 15px;
}

.news__news_view__action_category {
    display: flex;
    margin-left: 40px;
}

@media(max-width: 1023px) {
    .news__news_view__action_date {
        order: 1;
        margin-bottom: 20px;
    }
    .news__news_view__action_sea_count {
        order: 2;
        margin-top: 0;
        margin-left: 30px;
        margin-bottom: 20px;
    }
    .news__news_view__action_category {
        order: 3;
        /* width: 100%; */
        margin-left: 15px;
        margin-bottom: 20px;
        /* margin-top: 20px; */
    }
}

.news__news_view__action_category_title {
    font-size: 16px;
    line-height: 1;
    color: #000;
}

.news__news_view__action_category_content {
    margin-left: 10px;
    /* margin-top: 4px; */
    line-height: 1;
    margin-top: -1px;
}

.news__news_view__action_category_content a {
    font-size: 16px;
    color: #000;
    line-height: 1;
    text-decoration: underline;
}

.news__news_view__action_category_content a:hover {
    text-decoration: none;
}

.news__list_route_union {
    max-width: 100%;
}

.news_photo_album_list1 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -11px;
    margin-right: -11px;
}

.news_photo_album_list1_item {
    width: 33.33%;
    padding: 11px;
}

.news_photo_album_list1_item_inner {
    display: block;
    text-decoration: none !important;
    position: relative;
    overflow: hidden;
}

.news_photo_album_list1_item_photo {
    padding-top: 67%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
}

.news_photo_album_list1_item_bg {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    transition: all 0.2s ease-in 0s;
    border-radius: 10px;
    background: rgba(117, 66, 144, 0.9);
    background: -moz-linear-gradient(45deg, rgba(117, 66, 144, 0.9) 9%, rgba(117, 66, 144, 0.81) 20%, rgba(117, 66, 144, 0.75) 27%, rgba(117, 66, 144, 0.2) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(9%, rgba(117, 66, 144, 0.9)), color-stop(20%, rgba(117, 66, 144, 0.81)), color-stop(27%, rgba(117, 66, 144, 0.75)), color-stop(100%, rgba(117, 66, 144, 0.2)));
    background: -webkit-linear-gradient(45deg, rgba(117, 66, 144, 0.9) 9%, rgba(117, 66, 144, 0.81) 20%, rgba(117, 66, 144, 0.75) 27%, rgba(117, 66, 144, 0.2) 100%);
    background: -o-linear-gradient(45deg, rgba(117, 66, 144, 0.9) 9%, rgba(117, 66, 144, 0.81) 20%, rgba(117, 66, 144, 0.75) 27%, rgba(117, 66, 144, 0.2) 100%);
    background: -ms-linear-gradient(45deg, rgba(117, 66, 144, 0.9) 9%, rgba(117, 66, 144, 0.81) 20%, rgba(117, 66, 144, 0.75) 27%, rgba(117, 66, 144, 0.2) 100%);
    background: linear-gradient(45deg, rgba(117, 66, 144, 0.9) 9%, rgba(117, 66, 144, 0.81) 20%, rgba(117, 66, 144, 0.75) 27%, rgba(117, 66, 144, 0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#754290', endColorstr='#754290', GradientType=1);
}

.news_photo_album_list1_item_zoom {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    width: 47px;
    height: 47px;
    background-image: url(/file/i_pic/news_photo_album_list1_zoom.svg?rand=2);
    background-repeat: no-repeat;
    transition: all 0.1s ease-in 0s;
    -webkit-transform: translateX(-51%) translateY(-50%);
    -moz-transform: translateX(-51%) translateY(-50%);
    -ms-transform: translateX(-51%) translateY(-50%);
    -o-transform: translateX(-51%) translateY(-50%);
    transform: translateX(-51%) translateY(-50%);
}

/* .news_photo_album_list1_item_inner:hover .news_photo_album_list1_item_bg {
    visibility: visible;
    opacity: 1;
  }
  
  .news_photo_album_list1_item_inner:hover .news_photo_album_list1_item_zoom {
    visibility: visible;
    opacity: 1;
  } */

@media (max-width: 1365px) {

    .news_list1_item_name {
        font-size: 30px;
    }
}

@media(max-width: 1279px) {
    .news_list1_item_section_box1 {
        width: 450px;
    }

    .news_list1_item_name {
        font-size: 21px;
    }

    .news_list1_item_anons {
        font-size: 14px;
    }
}

@media (max-width: 1023px) {
    .news_list1_item_section_box1 {
        width: 250px;
    }

    .news_list1_item_section_box2 {
        padding: 0;
    }

    .news_list1_item_anons {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .news_list1_item_dop {
        margin-top: 20px;
    }

    .news__news_view__action {
        max-width: 720px;
        margin: 0 auto;
    }

    .news__news_view__action_theme_column_box1 {
        width: 220px;
        padding-right: 25px;
    }

    .news__news_view__action_theme_column {
        display: block;
    }

    .news__news_view__action_theme_column_box1 {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    
    .news__news_view__action_title_span {
        font-size: 28.5px;
        line-height: 1.2;
    }

    .news__news_view__action_theme_column_box2 {
        width: 100%;
        margin: 0;
        padding: 0;
        margin-top: 20px;
    }

    .news__news_view__action_theme_column_box1:after {
        display: none;
    }

    .news__news_view__action_description {
        text-align: left;
    }

    .news__news_view__action_theme_column_box1 {
        display: none;
    }

    .news__news_view__action_theme_column_box2 {
        margin-top: 0;
    }

    .news__news_view__action_param_dbl {
        margin-top: 20px;
        display: block !important;
    }

    .news_list1_item_name {
        font-size: 19px;
    }

    .news__list3_item {
        width: 100%;
        display: block;
        float: none;
        margin: 0;
        margin-top: 25px;
    }

    .news__list3_item:nth-child(1) {
        margin: 0;
    }

    .news__list3_date {
        margin-top: 15px;
    }

    .news__list3_name {
        margin-top: 15px;
    }

    .news__list3_name {
        min-height: auto;
    }

    .news__list3_gorline {
        margin-top: 25px;
    }
}

@media (max-width: 767px) {
    .news_list1 {
        max-width: 500px;
        margin: 0 auto;
    }

    .news_list1_item_section {
        display: block;
    }

    .news_list1_item_section_box1 {
        width: 100%;
        margin: 0;
        padding: 0;
        margin-bottom: 12px;
    }

    .news_list1_item_section_box2 {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .news_list1_item_dop {
        margin-top: 10px;
    }

    .news_list1_item_date {
        font-size: 13px;
    }

    .news_list1_item_sea_count {
        font-size: 13px;
    }

    .news_list1_item_name {
        font-size: 19px;
    }

    .news__otherlist1 {
        font-size: 14px;
    }

    .news_photo_album_list1 {
        margin-left: -6px;
        margin-right: -6px;
    }

    .news_photo_album_list1_item {
        padding: 6px;
    }

    .news__otherlist1 table tr {
        display: block;
        margin-bottom: 12px;
    }

    .news__otherlist1 table td {
        display: block;
    }

    .news__otherlist1 table .td1,
    .news__otherlist1 table .td2 {
        padding: 0;
    }

    .news__otherlist1 table .td1 {
        text-align: left;
        font-size: 11px;
    }

    .news__otherlist1_name {
        font-size: 14px;
        padding-top: 2px;
    }

    .news__otherlist1 .hr {
        margin-bottom: 15px;
    }

    .news_list1_item_dop_item {
        margin-right: 25px;
    }
}

@media (max-width: 479px) {

    .news_list1_item {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .news_list1_item_dop {
        display: flex;
        align-items: center;
    }

    .news__list2_photo {
        float: none;
        width: auto;
    }

    .news__list2_bl {
        overflow: visible;
        padding: 0;
        margin-top: 10px;
    }

    .news__list2_name {
        text-align: center;
    }

    .news__list2_name a {
        font-size: 17px;
    }

    .news__list2_date {
        font-size: 12px;
        text-align: right;
        margin-top: 5px;
        padding: 0;
    }

    .news__list2_textma a {
        font-size: 15px;
    }

    .news__news_view__action_anons {
        margin-top: 20px;
        font-size: 16px;
        line-height: 1.4;
    }

    .news__news_view__action_description {
        margin-top: 30px;
    }

    .news__otherlist1 {
        margin-top: 50px;
    }

    .news__view_action_photo-basic {
        margin-top: 25px;
    }

    .news__news_view__action_date {
        font-size: 13px;
        padding-left: 24px;
    }

    .news__news_view__action_sea_count {
        /* margin-top: 10px; */
        margin-left: 15px;
        font-size: 13px;
        padding-left: 24px;
    }

    .news__news_view__action_category {
        /* margin-top: 10px; */
        /* line-height: 1.2; */
    }

    .news__news_view__action_category_title {
        font-size: 13px;
        display: inline;
    }

    .news__news_view__action_category_content {
        display: inline;
        /* margin: 0; */
        margin-left: 5px;
        /* line-height: 1.2; */
    }

    .news__news_view__action_category_content a {
        font-size: 14px;
        /* line-height: 1.2; */
    }

    .news_list1_item_photo {
        padding-top: 55%;
    }

    .news_list1_item_name {
        font-size: 17px;
    }
}

@media (max-width: 359px) {
    .news_list1_item_name {
        font-size: 16px;
    }
}



/* news li-milne */
.news__block {
    max-width: 1790px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 60px;
}

@media(max-width: 1023px) {
    .news__block {
        margin-top: 20px;
    }
}

.news__item {
    position: relative;
    display: flex;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #000;
}

.news__item:first-child {
    border-top: 1px solid #000;
}

.news__photo {
    max-width: 350px;
    width: 100%;
    flex: none;
}

.news__photo img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.news__content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.news__top {
    display: flex;
    width: 100%;
    padding-left: 70px;
    padding-top: 35px;
}

.news__title {
    flex: none;
    max-width: 530px;
    margin-right: 30px;
    padding-bottom: 80px;
    font-size: 34px;
    font-family: "proximanovalight";
    color: rgb(0, 0, 0);
    line-height: 1.088;
}

.news__title a {
    text-decoration: none;
    color: #000;
}

.news__title a span {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    background-position: 0 1.1em;
    background-repeat: repeat-x;
    background-size: 1px 1px;
    transition: background-image 0.3s;
}

.news__title a:hover span {
    background-image: linear-gradient(to bottom, rgba(206, 200, 196, 0.7), rgba(206, 200, 196, 0.7));
}

.news__text {
    max-width: 520px;
    margin-left: auto;
    margin-right: 70px;
    font-size: 18px;
    font-family: "proximanovalight";
    color: rgb(0, 0, 0);
    line-height: 1.766;

}

.news__info {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 35px;
    height: 55px;
}

.news__date {
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 30px;
    background: #000000;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 34px;
    font-family: "proximanovalight";
    color: rgb(255, 255, 255);
    line-height: 1.9;
}

.news__date span {
    font-size: 19px;
    align-self: flex-end;
}

.news__cat a {
    font-size: 18px;
    font-family: "proximanovalight";
    color: rgb(0, 0, 0);
    line-height: 1.766;
    text-decoration: none;
}

.news__cat a:hover {
    color: rgba(0, 0, 0, 0.75)
}

.news_button {
    margin-top: 70px;
    margin-left: 370px;
}

.news_button a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 5px;
    padding-left: 55px;
    width: 368px;
    height: 55px;
    background: transparent;
    border: 2px solid #000;
    font-size: 13px;
    font-family: "proximanovaregular";
    color: #000;
    text-transform: uppercase;
    line-height: 1.676;
    letter-spacing: 2.8px;
    text-decoration: none;
    transition: 1s;
    overflow: hidden;
}

.news_button a::before {
    content: '';
    position: absolute;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    transition: 1s;
}

.news_button a:hover {
    color: #fff;
}

.news_button a:hover::before {
    right: 0;
}

.news_button a span {
    position: relative;
}

@media(max-width: 1900px) {
    .news__text {
        margin-right: 0;
    }
}

@media(max-width: 1599px) {
    .news__title {
        font-size: 30px;
        max-width: 470px;
    }
}

@media(max-width: 1535px) {
    .news__text {
        font-size: 16px;
    }
}

@media(max-width: 1439px) {
    .news__top {
        padding-left: 30px;
    }

    .news__title {
        font-size: 27px;
        max-width: 450px;
        margin-right: 20px;
    }
}

@media(max-width: 1365px) {
    .news__title {
        font-size: 24px;
        max-width: 400px;
    }

    .news__date {
        font-size: 24px;
    }

    .news__date span {
        font-size: 15px;
        align-self: flex-end;
        line-height: 2.5;
    }

    .news__cat a {
        font-size: 16px;
    }

    .news__text {
        font-size: 15px;
    }
}

@media(max-width: 1279px) {
    .news__top {
        flex-direction: column;
        padding-top: 10px;
    }

    .news__title {
        padding-bottom: 30px;
    }

    .news__text {
        margin-left: 0;
        margin-bottom: 30px;
    }

    .news__info {
        position: static;
        height: 40px;
        margin-left: 30px;
    }

    .news__date span {
        line-height: 1.9;
    }
}

@media(max-width: 1023px) {
    .news__photo {
        max-width: 200px;
    }
    .news__top {
        padding-top: 0px;
    }

    .news__title {
        padding-bottom: 20px;
        font-size: 22px;
    }

    .news__date {
        font-size: 17px;
        line-height: 1.5;
    }
    .news__date span {
        font-size: 17px;
        line-height: 1.5;
        align-self: center;
    }

    .news_button {
        margin-left: auto;
        margin-right: auto;
    }

    .news_button a {
        display: flex;
        justify-content: center;
        width: 270px;
        height: 48px;
        font-size: 12px;
        letter-spacing: 2px;
        padding-left: 0;
        text-align: center;
    }
}

@media(max-width: 767px) {
    .news__item {        
        padding-left: 0px;
        padding-right: 0px;
        flex-direction: column;
    }

    .news__photo {
        max-width: 350px;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    .news__title {
        font-size: 21px;
        margin-right: 0;
        line-height: 1.4;
    }

    .news__top {
        padding-left: 0;
    }

    .news__info {
        height: 35px;
        margin-left: 0;
    }

    .news__date {
        font-size: 16px;
    }

    .news__date span {
        font-size: 16px;
    }

    .news__cat a {
        font-size: 15px;
    }
}