/***
    The new CSS reset - version 1.5.1 (last updated 1.3.2022)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
*:where(:not(iframe, canvas, img, svg, video):not(svg *, symbol *)) {
    all: unset;
    display: revert;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

i, em {
    font-style: italic;
}

a, button {
    cursor: revert;
}

table {
    border-collapse: collapse;
}

textarea {
    white-space: revert;
}

meter {
    -webkit-appearance: revert;
    appearance: revert;
}

::placeholder {
    color: unset;
}

:where([hidden]) {
    display: none;
}

:where([contenteditable]) {
    -moz-user-modify: read-write;
    -webkit-user-modify: read-write;
    overflow-wrap: break-word;
    -webkit-line-break: after-white-space;
}

:where([draggable="true"]) {
    -webkit-user-drag: element;
}

/* end css reset */

/*@font-face {*/
/*    font-family: 'Avenir Next';*/
/*    src: local('Avenir Next Regular'), local('Avenir-Next-Regular'),*/
/*    url('/assets/core/theme/css/fonts/AvenirNextCyr-Regular.woff2') format('woff2'),*/
/*    url('/assets/core/theme/css/fonts/AvenirNextCyr-Regular.woff') format('woff'),*/
/*    url('/assets/core/theme/css/fonts/AvenirNextCyr-Regular.ttf') format('truetype');*/
/*    font-weight: 400;*/
/*    font-style: normal;*/
/*}*/


:root {
    --font-main: "Roboto", sans-serif;
    --indent-main: 20px;
    --indent-container: 40px;
    --color-main: #000;
    --color-secondary: #f1f1f1;
    --color-additional: #a7a7a7;
    --color-border: #c1272d;
    --size-border: 3px;
    --size-border-secondary: 2px;

    /*--color: #000106;*/
    /*--back: #ecf0f2;*/
    /*--light-back: #f7f9fa;*/
    /*--dark-back: #dae4e9;*/
    /*--primary: #3271a8;*/
    /*--primary-light: #2f7cbf;*/
    /*--primary-dark: #236dad;*/
    /*--secondary: #9e9fa0;*/
    /*--error: #ea3c3c;*/
    /*--disabled: #ecf0f2;*/
    /*--disabled-text: #a1a1a1*/
}

/*@font-face {*/
/*    font-family: 'Avenir Next Cyr';*/
/*    src: url('AvenirNextCyr-Bold.eot');*/
/*    src: local('Avenir Next Cyr Bold'), local('AvenirNextCyr-Bold'),*/
/*    url('AvenirNextCyr-Bold.eot?#iefix') format('embedded-opentype'),*/
/*    url('AvenirNextCyr-Bold.woff2') format('woff2'),*/
/*    url('AvenirNextCyr-Bold.woff') format('woff'),*/
/*    url('AvenirNextCyr-Bold.ttf') format('truetype');*/
/*    font-weight: bold;*/
/*    font-style: normal;*/
/*}*/

body {
    background: #E5E5E5;
}

body * {
    font-family: var(--font-main, "Roboto") !important;
    letter-spacing: 0.03em;
}

h1, h2, h3 {
    font-weight: bold;
    color: #000;
    line-height: 1.2;
}

h1 {
    font-size: 2em;
}

h1.title {
    font-size: 1.8em;
}

h2, .main-h3 {
    font-size: 1.2em;
}
h2.tv_news {
    font-size: 1.8em;
    margin-bottom: 10px;
    line-height: 1.4;
}
.main-h2 {
    font-size: 1.1em;
}
ul, ol {
    list-style: none;
}

form {
    margin: var(--indent-main, 20px) 0;
}

.form-group {
    display: flex;
}

.form-group label, button, .btn {
    padding: 5px 0;
    background: var(--color-border, #c1272d);
    color: #fff;
    width: 150px;
    text-align: center;
}

.form-group label {
    order: 1;
}

.form-group input {
    order: 0;
    width: 300px;
    padding: 5px;
    border: 1px solid var(--color-additional, #a7a7a7);
    border-right: none;
    background: var(--color-secondary, #f1f1f1);
    opacity: 0.7;
}

.form-group, button, .btn {
    margin-bottom: var(--indent-main, 20px);
}

button {
    cursor: pointer;
}

button:hover, .btn:hover {
    filter:brightness(90%);
}

.form-error {
    border: 1px solid var(--color-border, #c1272d);
    color: var(--color-border, #c1272d);
    padding: var(--indent-main, 20px);
    margin-top: var(--indent-main, 20px);
}

/*h1, h2 {*/
/*    font-weight: 750;*/
/*    font-size: 32px;*/
/*    line-height: 120%;*/
/*    text-transform: uppercase;*/
/*    color: #000000;*/
/*    padding-bottom: 10px;*/
/*    border-bottom: 3px solid #C1272D;*/
/*}*/

/*h2 {*/
/*    font-size: 28px;*/
/*}*/

.container {
    /*width: 1366px;*/
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    padding-left: var(--indent-container, 20px);
    padding-right: var(--indent-container, 20px);
}

.news-text strong {
    font-weight: 700;
}

.news-text p, .news-text div {
    margin-top: var(--indent-main, 20px);
}

.banner2 {
    text-align: center;
}

/*ul li::marker {*/
/*    color: red;*/
/*    font-weight: bold;*/
/*}*/

/*ul.list {*/
/*    list-style: disc;*/
/*}*/

/*.news-text li {*/
/*    font-weight: bold;*/
/*    color: red;*/
/*}*/

/*ul.list-number li {*/
/*    list-style: auto;*/
/*}*/

/*ul.list-ok li {*/
/*    list-style-type: '✓';*/
/*    padding-inline-start: 1ch;*/
/*}*/

/*.news-text h1, h2, h3, h4, h5 {*/
/*    font-weight: bold;*/
/*}*/

.m-t {
    margin-top: var(--indent-main, 20px);
}

.m-b {
    margin-bottom: var(--indent-main, 20px);
}

.p-t {
    padding-top: var(--indent-main, 20px);
}

.p-b {
    padding-bottom: var(--indent-main, 20px);
}

.b-t {
    border-top: 1px solid var(--color-secondary, #f1f1f1);
}

.b-b {
    border-bottom: 1px solid var(--color-secondary, #f1f1f1);
}

.col-2, .col-3, .col-4 {
    display: grid;
}

.col-2 {
    grid-template-columns: repeat(2, 50%);
}

.col-3 {
    grid-template-columns: repeat(3, calc(100% / 3));
}

.col-4 {
    grid-template-columns: repeat(4, 25%);
}

.col-2 > *, .col-3 > *, .col-4 > * {
    position: relative;
    /*padding: 0 var(--indent-main, 20px);*/
}

.text-center {
    text-align: center;
}

/*.col-2 > div:not(:last-child), .col-3 > div:not(:last-child), .col-4 > div:not(:last-child) {*/
/*    border-right: 1px solid var(--color-secondary, #f1f1f1);*/
/*}*/

/*.col-2 > *:before, .col-3 > *:before, .col-4 > *:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    top: calc(0px - var(--indent-main, 20px));*/
/*    margin-bottom: 20px;*/
/*    border-top: 1px solid var(--color-secondary, #f1f1f1);*/
/*}*/

.col-2 > *:nth-child(even), .col-3 > *:not(:nth-child(3n+1)), .col-4 > *:not(:nth-child(4n+1)) {
    padding-left: var(--indent-main, 20px);
}

/*.col-2 > *:not(:first-child), .col-3 > *:not(:first-child), .col-4 > *:not(:first-child) {*/
/*    padding-left: var(--indent-main, 20px);*/
/*}*/

.col-border-r > *:not(:last-child) {
    padding-right: var(--indent-main, 20px);
    border-right: 1px solid var(--color-secondary, #f1f1f1);
}

.col-border-t {
    margin-top: var(--indent-main, 20px);
    padding-bottom: var(--indent-main, 20px);
}

.col-border-t > *:before {
    content: "";
    position: absolute;
    width: 100%;
    top: calc(0px - var(--indent-main, 20px));
    left: 0;
    margin-bottom: 20px;
    border-top: 1px solid var(--color-secondary, #f1f1f1);
}

.col-flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.col-flex > * {
    padding: 10px;
}

.header {
    background: white;
    width: 100%;
    /*left: 0px;*/
    /*top: 0px;*/
    /*border-radius: 0px;*/
    border-bottom: var(--size-border, 3px) solid var(--color-border, #C1272D);
}

.c-top-menu__fix {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    border-bottom: 1px solid var(--color-border, #C1272D);
    z-index: 999;
    width: 100%;
}

.top-menu, .top-menu__main, .main-menu {
    display: flex;
    justify-content: space-between;
    list-style: none;
    transition: 0.05s;
}

.top-menu > li, .main-menu > li {
    display: block;
    /*padding: 0px 15px;*/
}

.top-menu {
    position: relative;
    padding: calc(var(--indent-main, 20px) / 2) 0;
}

.top-menu__main {
    position: relative;
    top: 0;
}

.top-menu > li:first-child, ul.top_menu li {
    transition: 0.1s;
}

/*.c-top-menu__fix-min .top-menu {*/
/*    padding: calc(var(--indent-main, 20px) / 4) 0;*/
/*}*/

/*.c-top-menu__fix-min .top-menu > li:first-child {*/
/*    position: relative;*/
/*    transform: scale(.60);*/
/*}*/

/*.c-top-menu__fix-min ul.top_menu li {*/
/*    font-size: 14px;*/
/*}*/

/*.c-top-menu__fix-min .top-menu__main {*/
/*    top: 5px;*/
/*}*/

.main-menu {
    padding: calc(var(--indent-main, 20px) / 2) 0;
}

.top-menu > li:not(:nth-child(1)) {
    padding-top: 10px;
}

.top-menu > li:nth-child(2) {
    width: 100%;
    margin-left: var(--indent-container, 40px);
}

hr.hr-line-top-menu {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    background: var(--color-secondary, #f1f1f1);
}

/* Hamburger */

.hamburger {
    position: relative;
    display: none;
}

.hamburger, .hamburger:before, .hamburger:after {
    width: 25px;
    height: 3px;
    border-radius: 10px;
    background: #000;
    transition: 0.3s;
    z-index: 9999;
}

.hamburger:before, .hamburger:after {
    content: " ";
    position: absolute;
}

.hamburger:before {
    top: 8px;
}

.hamburger:after {
    top: 16px;
}

.header.menu-active .hamburger {
    /*position: fixed;*/
    background: none;
    /*right: var(--indent-main, 20px);*/
}

.header.menu-active .hamburger:before {
    transform: rotate(45deg);

}

.header.menu-active .hamburger:after {
    transform: rotate(-45deg);
    top: 8px;
}

/* */

.cdr-name {
    padding-bottom: var(--indent-main, 20px);
    margin-bottom: var(--indent-main, 20px);
    border-bottom: var(--size-border, 3px) solid var(--color-border);
    text-transform: uppercase;
}

/*.top-menu {*/
/*    width: 1366px;*/
/*    position: relative;*/
/*    margin: 0 auto;*/
/*    height: 74px;*/
/*    padding: 0px 20px 0px 20px;*/
/*}*/

/*.main-menu {*/
/*    width: 1366px;*/
/*    position: relative;*/
/*    margin: 0 auto;*/
/*    height: 48px;*/
/*    padding: 0px 20px 0px 20px;*/
/*}*/

img.logo {
    height: 35px;
    width: auto;
}

ul.top_menu {
    display: flex;
}

ul.top_menu li {
    margin-right: var(--indent-container, 40px);
    font-weight: 600;
    font-size: 17px;
}

ul.top_menu a:hover, ul.main_menu a:hover, .user-menu a:hover {
    color: var(--color-border);
}

/*img.lupe {*/
/*    float: right;*/
/*    position: relative;*/
/*    top: 3px;*/
/*}*/

.header .icons {
    display: flex;
}

.header .icons > *:not(:last-child) {
    margin-right: var(--indent-main, 20px);
}

img.search, i.user {
    width: 18px;
    height: 18px;
    display: inline-block;
    background-size: contain;
    /*margin-right: var(--indent-main, 20px);*/
    background-repeat: no-repeat;
}

i.user {
    background-image: url("/assets/theme/img/icons/user.svg");
}

.user-menu {
    position: relative;
    display: flex;
}

/*.user-menu:hover > ul {*/
/*    display: block;*/
/*}*/

.user-menu .user-menu_dropdown {
    display: none;
    position: absolute;
    left: -112px;
    top: 10px;
    width: 150px;
    z-index: 100;
    padding-top: 15px;
}

.user-menu:hover .user-menu_dropdown {
    display: block;
}

.user-menu ul {
    border: 1px solid var(--color-secondary, #f1f1f1);
    border-radius: 10px;
    padding: 10px 20px;
    background: white;
    /*position: absolute;*/
    /*display: none;*/
    /*left: -110px;*/
    /*top: 25px;*/
    /*width: 150px;*/
    /*z-index: 100;*/
}
.user-menu ul::before, .user-menu ul::after {
    content: '';
    position: absolute;
    right: 19px;
    top: -5px;
    border: 10px solid transparent;
    border-bottom: 10px solid var(--color-secondary, #f1f1f1);
}
.user-menu ul::after {
    border-bottom: 10px solid white;
    top: -2px;
}

.user-menu ul li:not(:last-child) {
    padding-bottom: 10px;
}

.top-menu__main-menu .user-menu__fix {
    display: none;
}

/*hr.hr-line {*/
/*    height: 1px;*/
/*    background: #f1f1f1;*/
/*    position: relative;*/
/*    top: 75px;*/
/*}*/

ul.main_menu {
    position: relative;
    display: flex;
}

ul.main_menu li:not(:last-child) {
    margin-right: var(--indent-container, 40px);
}

.top-social {
    display: flex;
}

.top-social a {
    margin: 0px 0px 0px 15px;
    border: none;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 10px;
    position: relative;
    transition: all .3s;
}

.top-social a img {
    width: 16px;
    z-index: 1;
}

.top-social a:hover:before {
    content: ' ';
    width: 28px;
    height: 28px;
    position: absolute;
    top: -4px;
    left: -4px;
    background: #fff;
    border-radius: 50%;
    z-index: 1;
}

.top-social a:hover:after {
    content: ' ';
    opacity: 0.6;
    width: 30px;
    height: 30px;
    position: absolute;
    border-radius: 50%;
}

.top-social a.tik-tok:hover:after {
    background: #000000;
}

.top-social a.telegram:hover:after {
    background: #2F89CE;
}

.top-social a.ok:hover:after {
    background: #F79A38;
}

.top-social a.vk:hover:after {
    background: #7294C7;
}

a.ok {
    /*position: relative;*/
    /*top: 1px;*/
}

.main-content {
    background: white;
    margin-top: var(--indent-main, 20px);
    margin-left: auto;
    margin-right: auto;;
    padding: var(--indent-container, 40px);
}

/*.news-list, .news-list-section {*/
/*    padding: 30px 15px 15px 25px;*/
/*}*/

.load-more {
    text-align: center;
}

/*.news-list-section {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(3, 1fr);*/
/*    !*margin-top: 10px;*!*/
/*    padding-top: 20px;*/
/*    !*border-top: 3px solid #C1272D;*!*/
/*}*/

.load-more a {
    padding: 10px 10px 10px 10px;
    background: black;
    color: white;
    font-weight: 500;
    font-size: 23px;
    line-height: 140%;
}

.news-list-col {
    /*padding: 0px 10px 0px 5px;*/
}

.first-news {
    padding: 0px var(--indent-main, 20px) 0px 0px;
    border-right: 1px solid var(--color-secondary, #f1f1f1);
    width: 70%;
}

.first-news h3, h3.fav-h3 {
    font-size: 2em;
    margin-bottom: var(--indent-main, 20px);
}

.first-news img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top;
}

.other-news {
    padding: var(--indent-main, 20px) 0px;
    border-bottom: 1px solid var(--color-secondary, #f1f1f1);
}

.other-news a:hover h3, .news-item a:hover h3 {
    color: #424242;
}

.first-block .news-list {
    padding: 0 var(--indent-main, 20px);
}

.news-list .other-news:first-child {
    padding-top: 0;
}


.news-list .other-news:last-child {
    border: none;
    padding-bottom: 0;
}

h2.other-news-name {
    /*font-family: 'Avenir Next Cyr';*/
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    line-height: 140%;
}
h2.right-sidebar {
    padding-bottom: var(--indent-main, 20px);
    margin-bottom: var(--indent-main, 20px);
    border-bottom: var(--size-border, 2px) solid var(--color-border);
    text-transform: uppercase;
}
.news-item a {
    overflow: hidden;
}

.news-info {
    display: flex;
    margin-bottom: calc(var(--indent-main, 20px) / 2);
    justify-content: space-between

}

/*.right-sidebar-item {*/
/*padding: var(--indent-main, 20px);*/
/*    padding: 25px 10px 15px 0px;*/
/*    border-bottom: 1px solid #f1f1f1;*/
/*    margin: 0px 0px 0px 12px;*/
/*}*/

/*.news-item h2 {*/
/*    font-size: 40px;*/
/*    font-weight: 750;*/
/*    line-height: 140%;*/
/*    letter-spacing: 0em;*/
/*    text-align: left;*/
/*    border-bottom: none;*/
/*}*/

.news-date, .news-author {
    position: relative;
    /*color: var(--color-additional, #a7a7a7);*/
    font-size: 0.8em;
}

/*.news-date {*/
/*    color: var(--color-additional, #a7a7a7);*/
/*}*/

/*.sections-name:before {*/
/*    content: "";*/
/*    display: inline-block;*/
/*    margin: -2px 7px -2px 3px;*/
/*    width: 15px;*/
/*    height: 16px;*/
/*    background-image: url(/assets/core/theme/img/section_icon.png);*/
/*    background-position: center;*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*}*/

/*.news-item h2 {*/
/*    margin-bottom: 15px;*/
/*}*/

.sections-name {
    font-size: 0.8em;
    display: flex;
}

.sections-i {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
    background: #2881c4;
    position: relative;
}

.sections-i:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.first-block {

    /*border-bottom: 1px solid #f1f1f1;*/
    display: flex;
}

.first-block > * {
    margin-bottom: var(--indent-main, 20px);
}

.first-block .news-list {
    width: 30%;
}

.second-other-news {
    border-bottom: 1px solid var(--color-secondary, #f1f1f1);
    padding-bottom: var(--indent-main, 20px);
}

.second-news-item img {
    width: 100%;
}

/*p.news-date {*/
/*    font-size: 14px;*/
/*    position: relative;*/
/*    color: var(--color-secondary, #f1f1f1);*/
/*}*/

.second-news-date {
    color: var(--color-additional, #a7a7a7);
    position: relative;
}

/*.news-list-more-col {*/
/*padding: 20px 15px 0px 0px;*/
/*border-right: 1px solid #f1f1f1;*/
/*margin: 10px -10px 10px 0px;*/
/*}*/

/*.news-more-col {*/
/*margin: 10px;*/
/*padding: 10px 10px 0px 10px;*/
/*}*/

.news-right-sidebar hr {
    margin: var(--indent-main, 20px) 0;
    height: 1px;
    background: var(--color-secondary, #f1f1f1);
}

.right-sidebar-f {
    position: sticky;
    top: 60px;
}

.news-more-col h2, h2.news-right-sidebar {
    text-transform: uppercase;
}

/*.news-more-col .news-list, .news-right-sidebar .news-list {*/
/*    margin-top: 10px;*/
/*    border-top: 3px solid #C1272D;*/
/*}*/


.second-block {
    margin-top: var(--indent-main, 20px);
    /*    padding: 10px 10px 20px 0px;*/
    /*    border-top: 1px solid var(--color-secondary, #f1f1f1);*/
}

.second-block img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top;
}

.news-item .news-item__image {
    margin-bottom: var(--indent-main, 20px);
}


/*.second-news-list {*/
/*margin-bottom: var(--indent-main, 20px);*/
/*}*/

/*h2.main-h2 {*/
/*    font-size: 24px;*/
/*    font-weight: bold;*/
/*    border-bottom: none;*/
/*}*/

.banner1 {
    width: fit-content;
    margin: 0 auto;
}

/*.popular-news {*/
/*    !*display: grid;*!*/
/*    !*grid-template-columns: repeat(3, 1fr);*!*/
/*    padding-top: var(--indent-main, 20px);*/
/*    !*margin-top: var(--indent-main, 20px);*!*/
/*    !*border-top: var(--size-border-secondary, 2px) solid var(--color-border, #c1272d);*!*/
/*}*/

.popular-news news-item {

}

/*h3.fav-h3 {*/
/*    font-size: 40px;*/
/*    font-weight: 750;*/
/*}*/

.fav-w {
    padding: var(--indent-main, 20px) 0;
    margin: var(--indent-main, 20px) 0;
    border-top: 1px solid var(--color-secondary, #f1f1f1);
    /*position: relative;*/
    /*border-bottom: 1px solid var(--color-secondary, #f1f1f1);*/
}

.popular-other-news {
    /*border-bottom: 1px solid #f1f1f1;*/
    /*padding: 10px 10px 34px 10px;*/
}

.o-news {
    /*display: grid;*/
    /*grid-template-columns: repeat(3, 1fr);*/
    /*margin: 20px 0px 20px 0px;*/
}

/*.o-col1 {*/
/*    width: 450px;*/
/*    margin-right: 20px;*/
/*    margin-left: 20px;*/
/*}*/

/*.col2 {*/
/*    margin: 0px 0px 0px 30px;*/
/*}*/

/*.o-col2 {*/
/*    width: 511px;*/
/*    padding-left: 20px;*/
/*    border-left: 1px solid #f1f1f1;*/
/*    padding-right: 20px;*/
/*    border-right: 1px solid #f1f1f1;*/
/*}*/

/*.o-other-news {*/
/*    border-bottom: 1px solid #f1f1f1;*/
/*    padding: 7px 0px 31px 0px;*/
/*}*/

/*.o-col3 {*/
/*    text-align: center;*/
/*}*/

/*.o-col3 {*/
/*    width: 300px;*/
/*}*/

/*.o-col2 img {*/
/*    position: relative;*/
/*    top: 73px;*/
/*}*/

/*h2.o-main-h2 {*/
/*    font-style: normal;*/
/*    font-weight: 600;*/
/*    font-size: 24px;*/
/*    line-height: 120%;*/
/*    padding: 20px 0px 0px 0px;*/
/*}*/

/*.o-col2 img {*/
/*    position: relative;*/
/*    top: 55px;*/
/*}*/

/*.second-news-date.onews {*/
/*    left: 260px;*/
/*}*/


.bottom-block {
    position: relative;
    /*padding: 20px 10px 50px 10px;*/
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /*border-top: 1px solid #f1f1f1;*/
}

.bottom-newsinfo {
    display: flex;
}

.news-date.bottom {
    left: 420px;
    position: relative;
    color: #f1f1f1;
}

ol.list-number {
    list-style: auto;
}

/*h2.bottom-h2 {*/
/*    position: relative;*/
/*    font-weight: 600;*/
/*    font-size: 24px;*/
/*    line-height: 120%;*/
/*    top: 15px;*/
/*}*/

.news-info-bottom {
    position: relative;
    top: 10px;
    justify-content: space-between;
}

/*.col1 {*/
/*    padding: 0px 25px 0px 0px;*/
/*}*/

footer {
    position: relative;
    margin: 0 auto;
    background: white;
    margin-top: 20px;
    border-top: 3px solid var(--color-border, #C1272D);
}

footer .container > * {
    padding: 20px 15px;
}

footer .container > *:not(:last-child) {
    border-bottom: 1px solid #f1f1f1;
}

footer .col-2 > *, footer .col-3 > *, footer .col-4 > *, footer .col-flex > * {
    padding: 0 10px 10px 0;
    border-right: none;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer ul li, footer .footer_read li {
    padding: 0 10px 10px 0;
}

footer h3 {
    margin-bottom: 10px;
}

/*.footer {*/
/*    width: 1366px;*/
/*    margin: 0 auto;*/
/*}*/

/*.footer-top {*/
/*    display: flex;*/
/*    border-bottom: 1px solid #f1f1f1;*/
/*    height: 100px;*/
/*}*/

p.podpiska {
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    left: 1.67%;
    top: 30px;
    position: relative;
}

form.form-podpiska {
    position: relative;
    left: 55px;
    top: 25px;
}

input.bottom-input-email {
    border: 1px solid #f1f1f1;
    width: 620px;
    height: 50px;
}

button.bottom-input-button {
    background: #C1272D;
    color: white;
    padding: 12px 20px 13px 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
}

.footer-row1 {
    /*    position: relative;*/
    /*    padding: 20px 10px 10px 20px;*/
    font-size: 1.3em;
    /*    font-weight: 700;*/
    /*    display: flex;*/
    color: #424242;
    justify-content: center;
    text-align: center;
    /*   align-items: center;*/
}

.footer-row1 > div {
    width: 100%;
}

.footer-row2 {
    /*display: flex;*/
    /*font-weight: 400;*/
    /*font-size: 1em;*/
    /*line-height: 140%;*/
    /*color: #424242;*/
    /*border-bottom: 2px solid #f1f1f1;*/
    /*padding: 0px 0px 15px 0px;*/
    font-size: 0.8em;
    color: #686868;
}

.footer-row3 {
    font-size: 0.9em;
}

.footer-row4 {
    font-size: 0.8em;
}

/*.footer-row-col1, .footer-row-col2, .footer-row-col3, .footer-row-col4 {*/
/*    width: 25%;*/
/*}*/

/*.footer-row3-col1, .footer-row3-col2, .footer-row3-col3, .footer-row3-col4, .footer-row3-col5 {*/
/*    width: 20%;*/
/*}*/

input.bottom-input-email::placeholder {
    font-size: 20px;
    padding: 10px 10px 10px 40px;
    color: #f1f1f1;
}

/*.footer-row-col1.first, .footer-row3-col1.first {*/
/*    padding: 0px 0px 0px 22px;*/
/*}*/

.footer-row3, .footer-row4 {
    /*    display: flex;*/
    /*    font-weight: 400;*/
    /*    padding: 20px 0px 20px 0px;*/
    /*    font-size: 16px;*/
    /*    line-height: 160%;*/
    /*    border-bottom: 1px solid #f1f1f1;*/
    /* color: #a7a7a7;*/
}

.footer-copyright p {
    font-size: 0.8em;
    line-height: 140%;
    /*color: #f1f1f1;*/
    text-align: center;
}

.footer-copyright {
    /*padding: 20px 10px 20px 10px;*/
    /*border-bottom: 1px solid #f1f1f1;*/
}

.footer-copyright3 {
    /*display: flex;*/
    /*position: relative;*/
    /*padding: 20px 0px 20px 0px;*/

}

/*.footer-copyright3-col1.first, .footer-copyright3-col2, .footer-copyright3-col3 {*/
/*    width: 33.3%;*/
/*    text-align: center;*/
/*}*/

/* Article content */

.right-sidebar-banner {
    text-align: center;
    position: relative;
    top: 30px;
    display: revert;
    border-bottom: 2px solid #f1f1f1;
    padding: 0px 0px 25px 0px;
}

.ra-col1, .ra-col2, .ra-col3, .ra-col4 {
    width: 25%;
}

.also-row {
    margin: 20px 0px 0px 0px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.read-also {
    margin-top: var(--indent-main, 20px);
    border-top: 1px solid #f1f1f1;
}

.read-also h2 {
    padding: var(--indent-main,20px) 0;
}

.read-also h3 {
    font-weight: unset;
}

.read-also ul {
    padding: 0;
}

.read-also a {
    border: none;
}

.also-item {
    margin: 10px 10px 10px 15px;
}

.also-item h2, .news-list-main-item h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 130%;
}

.news-list-item:not(:first-child), .news-list-main-item:not(:first-child) {
    border-top: 1px solid #f1f1f1;
    margin: 5px 0px 0px 0px;
    padding: 20px 0px 20px 0px;
}

.news-list-main-item img {
    width: 100%;
}

.news-tags-wrapper {
    border-top: 1px solid #f1f1f1;
    padding: 20px 0px 20px 0px;
    border-bottom: 1px solid #f1f1f1;
}

ul.tags {
    display: inline-flex;
}

ul.tags li {
    margin: 0px 0px 0px 20px;
    color: #f1f1f1;
}

ul.tags a:hover {
    color: #424242;
}

.news-social-icons {
    padding: 20px 0px 20px 0px;
    border-bottom: 1px solid #f1f1f1;
    width: 100%;
}

.news-social-icons ul {
    display: inline-flex;
}

.news-social-icons li {
    margin: 0px 0px 0px 30px;
}

.news-social-icons img {
    border: 1px solid #f1f1f1;
    padding: 10px 10px 10px 10px;
    border-radius: 20px;
}

.news-social-icons img:hover {
    background: red;
    border: 2px solid #C1272D;
}

.read-more {
    width: 1366px;
    background: white;
    margin: 0 auto;
    margin-top: 20px;
    border-bottom: 2px solid #f1f1f1;
    padding: 20px 20px 40px 40px;
}

.nf-wrapper {
    width: 100%;
    display: inline-flex;
}

.nf-wrapper img {
    float: right;
    width: 100%;


}

.nf-wrapper h1 {
    max-width: 620px;
    height: 168px;
    left: 160px;
    top: 80px;
    position: relative;
    font-style: normal;
    font-weight: bold;
    font-size: 70px;
    line-height: 120%;
}

.nf-wrapper h2 {
    max-width: 510px;
    height: 56px;
    left: 164px;
    position: relative;
    top: 100px;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 140%;
    color: #424242;
}

.nf-wrapper a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 34px 13px;
    position: relative;
    width: 290px;
    height: 50px;
    left: 217px;
    color: white;
    top: 150px;
    background: #C1272D;
}


.nf-col1 {
    width: 40%;
}

.nf-col2 {
    width: 60%;
}

/* Pagination */

.pagination {
    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center;
}

.pagination li {
    padding: 10px;
    margin: 5px;
}

.pagination li:hover {
    color: var(--color-border, #C1272D);
}

.pagination li.active {
    background: var(--color-border, #C1272D);
    color: #fff;
    border-radius: 5px;
    pointer-events: none;
}

/* */

.pi--item {
    overflow: hidden;
}

.user-description, .user-news {
    margin-top: var(--indent-main, 20px);
}

.news-list-section {
    margin-bottom: calc(var(--indent-main, 20px) * 2)
}

.news-list-more {
    margin-top: calc(var(--indent-main, 20px) * 2);
}


/* Endless news */
.next-news-row {
    position: relative;
    text-align: center;
    padding: var(--indent-container, 40px) 0;
}

.next-news-link {
    margin: 0 auto;
    color: #fff;
    background: var(--color-border, #c1272d);
    text-align: center;
    padding: calc(var(--indent-main, 20px) / 2);
    cursor: pointer;
    max-width: 300px;
    margin-top: var(--indent-main, 20px);
}


.next-news-row span {
    padding: 0 var(--indent-main, 20px);
    background: #E5E5E5;
}

.next-news-row:after {
    content: '';
    position: absolute;
    border-top: var(--size-border, 2px) solid var(--color-border, #c1272d);
    width: 100%;
    z-index: -1;
    left: 0;
    top: 48px;
}

/**/

/* Ads */
[data-ads] iframe {
    width: 100%;
}
[data-ads].loaded.loading, [data-ads]:not(.loaded) {
    height: 100%;
    max-height: 300px;
    position: relative;
}
[data-ads].loaded.loading:before, [data-ads]:not(.loaded):before {
    background: #E5E5E5;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: 'Загрузка...';
    text-align: center;
    font-size: 14px;
}
/* */

.counters a {
    display: inline-block;
    padding: 0 5px;
}

@media (max-width: 1024px) {

    .header {
        /*padding: 0 var(--indent-main, 20px);*/
    }

    .header .hamburger {
        display: block;
    }

    /* scrollable menu */

    .header .main-menu {
        position: relative;
        overflow-x: auto;
        margin-bottom: calc(var(--indent-main, 20px) / 2);
    }

    .header .main-menu::-webkit-scrollbar {
        width: 10px;
        height: 3px;
    }

    .header .main-menu::-webkit-scrollbar-track {
        background-color: var(--color-secondary, #f1f1f1);
        border-radius: 100px;
    }

    .header .main-menu::-webkit-scrollbar-thumb {
        background-color: var(--color-border, #c1272d);
        border-radius: 100px;
    }

    /* */

    .header .main-menu li {
        width: auto;
        white-space: nowrap;
    }

    .top-menu__main {
        justify-content: end;
    }

    .top-menu__main-menu {
        position: fixed;
        width: 300px;
        height: 100%;
        background: white;
        right: -100%;
        top: 40px;
        z-index: 101;
        padding: var(--indent-main, 20px);
        transition: 0.2s;
        overflow-y: auto;
    }

    .top-menu__main-menu:before {
        content: "";
        width: 100%;
        height: 100%;
        position: fixed;
        right: 100%;
        display: block;
        background: #000;
        opacity: 0.6;
        transition: 0.4s;
        margin-top: calc(0px - var(--indent-main, 20px));
    }

    .header.menu-active .top-menu__main-menu {
        right: 0;
    }

    .header.menu-active .top-menu__main-menu:before {
        /*    content: "";*/
        /*    width: 100%;*/
        /*    height: 100%;*/
        /*    position: fixed;*/
        right: 300px;
        /*    top: 0;*/
        /*    display: block;*/
        /*    background: #000;*/
        /*    opacity: 0.6;*/
        /*    transition: 0.5s;*/
    }

    .top-social {
        position: fixed;
        right: -100%;
        width: 300px;
        bottom: 80px;
        transition: 0.7s
    }

    .header.menu-active .top-social {
        right: 0;
        z-index: 9999;
    }

    .top-menu__main-menu .user-menu__fix {
        display: block;
    }

    /*.header.menu-active .top-menu {*/
    /*    top: 0;*/
    /*    background: white;*/
    /*    border-bottom: var(--size-border, 3px) solid var(--color-border, #c1272d);*/
    /*    width: 100%;*/
    /*    padding: var(--indent-main, 20px);*/
    /*    z-index: 102;*/
    /*}*/

    /*.header.menu-active .top-menu {*/
    /*    position: fixed;*/
    /*}*/



    ul.top_menu {
        display: inline-block;
    }

    ul.top_menu li {
        padding: var(--indent-main, 20px) 0;
    }


    .col-2 > *:nth-child(even), .col-4 > *:nth-child(even) {
        padding: 0 var(--indent-main, 20px);
    }

    .col-2 > *:nth-child(even), .col-3 > *:nth-child(even), .col-4 > *:nth-child(even) {
        border-right: none;
    }

    .col-3, .col-4 {
        display: flex;
        flex-wrap: wrap;
        /*grid-template-columns: repeat(2, 1fr);*/
        /*position: relative;*/
    }

    .col-3 > *, .col-4 > * {
        width: 50%;
        padding-bottom: var(--indent-main, 20px);
        margin-bottom: var(--indent-main, 20px);
    }

    .col-3 > *:nth-child(3n) {
        width: 100%;
        padding-left: 0;
    }

    .col-4 > *:nth-child(3n) {
        padding-left: 0;
    }

    .col-4 > *:nth-child(1), .col-4 > *:nth-child(2) {
        margin-bottom: calc(var(--indent-main, 20px) * 2);
    }

    .first-news img {
        height: 300px;
    }

    .first-news h3, h3.fav-h3 {
        font-size: 1.6em;
    }

    .col-border-t {
        padding-bottom: 0;
    }

    .fav-w, .bottom-block {
        margin-top: 0;
    }


    .footer-row1 {
        flex-wrap:wrap;
    }

    .footer-row1 > *:first-child {
        width: 100%;
    }

    .footer-row4 > *:not(:first-child) {
        width: 50%;
    }


    ul.partners > * {
        width: auto;
        padding-left: 0 !important;
        padding-right: var(--indent-main, 20px);
        margin-bottom: 0 !important;
    }

    /*.col-4 > * {*/
    /*    margin-top: 20px;*/
    /*    position: relative;*/
    /*    !*margin: 0;*!*/
    /*    !*border-top: 1px solid #f1f1f1;*!*/
    /*}*/
    /*.col-4 > *:before {*/
    /*    content: "";*/
    /*    position: absolute;*/
    /*    top: -10px;*/
    /*    width: calc(100% + 1px);*/
    /*    !*height: 1px;*!*/
    /*    display: block;*/
    /*    !*background: red;*!*/
    /*    margin: 0;*/
    /*    left: 0;*/
    /*    border-top: 1px solid #f1f1f1;*/
    /*    !*background: #f1f1f1;*!*/
    /*}*/

    .news-list-section, .news-list-more {
        margin-bottom: 0px;
    }

}


/* Passive */

.pi_top {
    min-height: 100px;
}




.pi_bottom_fix {
    z-index: 999;
    position: fixed !important;
    bottom: -100%;
    left: 0;
    transition: 0.4s;
    width: 100%;
    max-height: 300px;
}

.pi_bottom_fix.active {
    bottom: 0;
}

.pi_bottom_fix .container {
    position: relative;
}

.pi_bottom_fix .container > * {
    background: white;
}

.pi_bottom_fix-close {
    z-index: 999;
    position: absolute;
    top: -30px;
    right: 50px;
    width: 30px !important;
    max-width: 30px;
    height: 30px;
    background: #000 !important;
    opacity: 0.6;
    cursor: pointer;
}

.pi_bottom_fix-close:hover {
    opacity: 0.8;
}

.pi_bottom_fix-close::before, .pi_bottom_fix-close::after {
    content: '';
    width: 20px;
    height: 2px;
    background: #fff;
    border-radius: 3px;
    position: absolute;
    left: 5px;
    top: 13px
}

.pi_bottom_fix-close::before {
    transform: rotate(45deg);
}

.pi_bottom_fix-close::after {
    transform: rotate(-45deg);
}

/* */

@media (max-width: 800px) {

    .header, .c-top-menu__fix {
        padding: 0 var(--indent-main, 20px);
    }

    .container {
        padding: 0;
    }

    .main-content {
        padding: var(--indent-main, 20px);
    }

    .pi_bottom_fix-close {
        right: 20px;
    }

}

@media (max-width: 764px) {
    body, .next-news-row span {
        background: white;
    }

    h1 {
        font-size: 1.6em;
    }

    .top-menu__user-name {
        display: none;
    }

    .col-2 {
        display: flex;
        flex-wrap: wrap;
    }

    .col-2 > *, .col-3 > *, .col-4 > * {
        width: 100%;
        border-right: none;
        padding-left: 0 !important;
        padding-right: 0 !important;
        /*padding-bottom: var(--indent-main, 20px);*/
    }

    .col-2 > *:not(:last-child), .col-3 > *:not(:last-child), .col-4 > *:not(:last-child) {
        margin-bottom: var(--indent-main, 20px);
    }

    .col-2 > *:last-child, .col-3 > *:last-child, .col-4 > *:last-child {
        margin-bottom: 0 !important;
    }

    .col-border-r > * {
        border-right: none !important;
    }

    .first-block {
        flex-wrap: wrap;
    }

    .first-block > *, .first-block .news-list {
        width: 100%;
        padding: 0;
    }

    .first-news img {
        height: auto;
    }


    .first-news {
        border-right: none;
        padding-bottom: var(--indent-main, 20px);
        padding-right: 0;
        border-bottom: 1px solid var(--color-secondary, #f1f1f1);
    }

    .second-news-list {
        margin-bottom: calc(var(--indent-main, 20px) * 2);
    }

    .bottom-block {
        margin-top: var(--indent-main, 20px);
    }

    .news-item {
        padding-bottom: var(--indent-main, 20px);
    }

    .fav-w {
        margin-bottom: 0;
    }

    h3.fav-h3 {
        font-size: 1.3em;
    }

    .footer-row4 {
        flex-wrap: wrap;
    }

    .footer-row1 > *, .footer-row4 > * {
        width: 100% !important;
        text-align: center;
    }

    .partners li:not(:last-child) {
        margin-right: var(--indent-main, 20px);
    }

    .pagination li:not(:last-child) {
        padding: 2px;
    }

    .sections-name, .news-date, .news-author, .footer-row2, .footer-row3, .footer-row4, .footer-copyright p {
        font-size: 12px;
    }

    .popular-news > * {
        margin-bottom: 0px !important;
    }

    .second-news-list .news-list .other-news:last-child,
    .popular-news .news-list .other-news:last-child {
        border-bottom: 1px solid var(--color-secondary,#f1f1f1);
        padding-bottom: var(--indent-main, 20px);
    }

    .second-block .fav-w,
    .popular-news .fav-w {
        padding-bottom: 0px;
    }

    .pi_top {
        min-height: 130px;
        margin: 0 !important;
    }

}

@media (max-width: 320px) {
    .top-menu {
        display: block;
    }

    .top-menu li {
        width: 100%;
    }

    .top-menu > li:first-child {
        text-align: center;
    }

    .top-menu > li:nth-child(2) {
        margin-left: 0;
        margin-top: 10px;
    }

    .top-menu__main {
        justify-content: center;
    }

    .first-news h3, h3.fav-h3 {
        font-size: 1.2em;
    }

}

/* @media (min-width: 1000px) and (max-width: 1920px) */


/*@media (min-width: 768px) and (max-width: 1000px) {*/
/*    .header {*/

/*        height: 123px;*/
/*        width: 1000px;*/
/*        left: 0px;*/
/*        top: 0px;*/
/*        border-radius: 0px;*/
/*    }*/

/*    .popular-news {*/
/*        display: flex;*/
/*        padding-top: 20px;*/

/*    }*/


/*    .p-col2 {*/
/*        width: 310px;*/
/*        border-left: 1px solid #f1f1f1;*/
/*        padding: 10px 10px 10px 10px;*/
/*        border-right: 1px solid #f1f1f1;*/
/*        margin-right: 30px;*/
/*    }*/

/*    .popular-other-news {*/
/*        border-bottom: 1px solid #f1f1f1;*/
/*        padding: 10px 10px 5px 10px;*/
/*    }*/

/*    .main-menu {*/
/*        width: 100%;*/
/*    }*/

/*    .container {*/
/*        max-width: 940px;*/
/*        margin: 0 auto;*/
/*    }*/

/*    .main-content {*/
/*        width: 100%;*/
/*    }*/

/*    .first-news {*/
/*        width: 577px;*/
/*    }*/

/*    .news-item img {*/
/*        width: 100%;*/
/*        margin: 70px 10px 10px 10px;*/
/*    }*/

/*    .news-item h2 {*/
/*        position: relative;*/
/*        top: 50px;*/
/*    }*/

/*    .first-news > .news-info {*/
/*        position: relative;*/
/*        top: 20px;*/
/*    }*/

/*    .second-news-list {*/
/*        display: grid;*/
/*        grid-template-columns: repeat(2, 0.3fr);*/
/*    }*/

/*    .second-news-item, .second-news-item, .second-news-item img {*/
/*        width: unset;*/
/*    }*/

/*    .second-news-list {*/
/*        margin-bottom: 40px;*/
/*    }*/

/*    .second-news-item {*/
/*        width: 458px;*/
/*    }*/

/*    .second-news-item img {*/
/*        width: 100%;*/
/*    }*/

/*    .second-news-item.popular img {*/
/*        position: relative;*/
/*        top: 50px;*/
/*    }*/

/*    .f-col1 img {*/
/*        width: 100%;*/
/*    }*/

/*    .fav-w {*/
/*        display: grid;*/
/*        grid-template-columns: repeat(2, 0.5fr);*/
/*        padding: 20px 0px 20px 0px;*/
/*        margin-top: 20px;*/
/*        width: 95%;*/
/*        border-top: 1px solid #f1f1f1;*/
/*        position: relative;*/
/*        border-bottom: 1px solid #f1f1f1;*/

/*    }*/

/*    .o-news-item img {*/
/*        width: 100%;*/
/*        position: relative;*/
/*        top: 110px;*/
/*    }*/

/*    .o-news {*/
/*        display: flex;*/
/*        margin: 20px 0px 20px 0px;*/
/*    }*/

/*    .o-col2 {*/
/*        width: 330px;*/
/*    }*/

/*    .o-col1 {*/
/*        width: 255px;*/
/*    }*/

/*    h2.fav-h2 {*/
/*        font-size: 30px;*/
/*    }*/

/*    h2.cdr-name {*/
/*        width: 68%;*/
/*    }*/

/*    h2.o-main-h2 {*/
/*        padding: 40px 0px 0px 0px;*/
/*    }*/

/*    .o-col3 {*/
/*        padding: 40px 0px 0px 0px;*/
/*    }*/

/*    .col1 {*/
/*        padding: 0px 25px 0px 0px;*/
/*        width: 95%;*/
/*    }*/

/*    .col2 {*/
/*        padding: 0px 25px 0px 0px;*/
/*        width: 95%;*/
/*    }*/

/*    .bottom-block {*/
/*        grid-template-columns: repeat(2, 1fr);*/
/*        width: 97%;*/
/*    }*/

/*    .col1 img, .col2 img {*/
/*        width: 100%;*/
/*    }*/

/*    .footer {*/
/*        max-width: 100%;*/
/*        padding: 10px 10px 10px 10px;*/
/*    }*/

/*    p.podpiska {*/
/*        font-size: 20px;*/
/*        padding: 10px 10px 10px 10px;*/
/*    }*/

/*    input.bottom-input-email {*/
/*        width: 400px;*/
/*    }*/

/*    .footer-row1 {*/
/*        font-size: 16px;*/
/*    }*/

/*    .footer-copyright p {*/
/*        padding: 10px 10px 10px 13px;*/
/*    }*/

/*    .top-menu {*/
/*        width: unset;*/
/*    }*/
/*}*/


/*@media (min-width: 480px) and (max-width: 768px) {*/
/*    .header {*/

/*        height: 123px;*/
/*        width: 100%;*/
/*        left: 0px;*/
/*        top: 0px;*/
/*        border-radius: 0px;*/

/*    }*/

/*    .main-content {*/
/*        width: 100%;*/
/*    }*/

/*    .first-news img {*/
/*        width: 240px;*/
/*    }*/

/*    .first-news {*/
/*        width: 50%;*/
/*        height: 488px;*/
/*    }*/

/*    .news-item h2 {*/
/*        font-size: 25px;*/
/*    }*/

/*    .other-news {*/
/*        width: 48%;*/
/*    }*/

/*    h2.other-news-name {*/
/*        font-size: 16px;*/
/*    }*/

/*    .first-news img {*/
/*        width: 350px;*/
/*        position: relative;*/
/*        top: 70px;*/
/*    }*/

/*    .news-item h2 {*/
/*        line-height: 30px;*/
/*    }*/

/*    .second-news-list {*/
/*        display: grid;*/
/*        grid-template-columns: repeat(2, 0.3fr);*/
/*    }*/

/*    .p-col2 {*/
/*        width: 400px;*/
/*    }*/

/*    .popular-news {*/
/*        display: grid;*/
/*        grid-template-columns: repeat(2, 0.1fr);*/
/*    }*/

/*    .second-news-item {*/
/*        width: 365px;*/
/*    }*/

/*    .fav-w {*/
/*        margin-top: 65px;*/
/*    }*/

/*    .fav-w {*/
/*        width: 77%;*/
/*    }*/

/*    h2.fav-h2 {*/
/*        font-size: 24px;*/
/*    }*/

/*    !* Удалить потом *!*/
/*    ul.top_menu {*/
/*        overflow: hidden;*/
/*    }*/

/*    !* /Удалить потом *!*/


/*}*/


/*@media (min-width: 360px) and (max-width: 480px) {*/
/*    .header {*/

/*        height: 123px;*/
/*        width: 480px;*/
/*        left: 0px;*/
/*        top: 0px;*/
/*        border-radius: 0px;*/
/*    }*/
/*}*/


/*@media (max-width: 360px) {*/
/*    .header {*/

/*        height: 123px;*/
/*        width: 360px;*/
/*        left: 0px;*/
/*        top: 0px;*/
/*        border-radius: 0px;*/

/*    }*/
/*}*/

/* Стили для вреза новости */

.news-insert-content {
    max-width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-start;
    margin: 0px !important;
}
.news-insert-content * {
    border-bottom: none !important;
}
h3.news-insert-title {
    font-size: 14px!important;
    margin: 0px !important;
    padding-top: 5px;
}
.news-insert-block {
    border-top: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
}
.news-insert-title {
    font-size: 1.1em;
    font-weight: bold;
    color: var(--color-border, #c1272d);
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.news-insert-link {
  
}

.news-insert-link:hover {
    opacity: 0.8;
}

.news-insert-news-title {
   
}
a.news-insert-link {
    width: 70%;
}

.news-insert-image {
    width: 250px;
    margin: 5px 0px 5px 0px!important;
}

.news-insert-image-link {
  
}

.news-insert-image-link:hover {
    opacity: 0.9;
}

.news-insert-img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}
.news-text h4 {
    font-size: 22px!important;
    line-height: 130%;
    margin-top: 20px;
    padding-left: 20px;
  
}

.news-insert-image-link:hover .news-insert-img {
    transform: scale(1.02);
}


/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .news-insert-block {
        margin: 20px 0;
        padding: 15px;
    }
    .news-insert-content {
        max-width: 100%;
        display: flex;    ;
        flex-wrap: nowrap;
        flex-direction: column;
    }
    
    .news-insert-title {
        font-size: 1em;
    }
    
    .news-insert-news-title {
        font-size: 1.1em;
    }
    
    .news-text h4 {
        font-size: 20px !important;
        line-height: 130%;
        margin-top: 0px!important;
        padding-left: 0px;
    }
    .news-insert-image {
        width: 100%;
    }
    a.news-insert-link {
        width: 100%;
    }
    .news-insert-img {
        max-width: 100%;
        height: auto;
    }
}