@font-face {
    font-family: "AvenirNextCyr-Heavy";
    src: url("fonts/AvenirNextCyr-Heavy.eot");
    src: local("AvenirNextCyr-Heavy"),
    url("fonts/AvenirNextCyr-Heavy.woff2") format("woff2"),
    url("fonts/AvenirNextCyr-Heavy.woff") format("woff"),
    url("fonts/AvenirNextCyr-Heavy.ttf") format("truetype"),
    url("fonts/AvenirNextCyr-Heavy.svg") format("svg");
    font-display: swap;
}
@font-face {
    font-family: "HelveticaNeue-Light";
    src: url("fonts/HelveticaNeue-Light.eot");
    src: local("HelveticaNeue-Light"),
    url("fonts/HelveticaNeue-Light.woff") format("woff"),
    url("fonts/HelveticaNeue-Light.ttf") format("truetype"),
    url("fonts/HelveticaNeue-Light.svg") format("svg");
    font-display: swap;
}
@font-face {
    font-family: "HelveticaNeue-Medium";
    src: url("fonts/HelveticaNeue-Medium.eot");
    src: local("HelveticaNeue-Medium"),
    url("fonts/HelveticaNeue-Medium.woff") format("woff"),
    url("fonts/HelveticaNeue-Medium.ttf") format("truetype"),
    url("fonts/HelveticaNeue-Medium.svg") format("svg");
    font-display: swap;
}

*:not(table td) {
    margin: 0;
    padding: 0;
    outline: none;
}
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    height: 100%;
}
body {
    background: #fff;
    height: 100%;
    font-family: "Helvetica Neue", helvetica, tahoma, sans-serif;
    -webkit-font-smoothing: antialiased;
}
body.show-menu {
    overflow: hidden;
}
ul {
    list-style: none;
}
img {
    border: 0;
    vertical-align: top;
}
section h1,
h2 {
    font-weight: 500;
    font-size: 22px;
    text-transform: uppercase;
}
div.news-details h1 {
    text-transform: none;
}
p {
    margin: 10px 0;
}
section {
    padding: 15px 0;
}
section h1,
section h2 {
    margin: 0 0 15px;
    padding: 10px 0 0;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
fieldset {
    border: none;
}
button,
input[type="submit"] {
    background: none;
    border: none;
    padding: 0;
}

.wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.hidden {
    display: none;
}
.invisible {
    height: 0 !important;
    overflow: hidden !important;
}
.center {
    text-align: center;
}

.grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
}
.grid.left {
    justify-content: flex-start;
}
.col1 {
    width: 100%;
}
.col2 {
    width: 49%;
}
.col3 {
    width: 32%;
}
.col4 {
    width: 23.5%;
}

.container {
    min-height: 100%;
    padding: 60px 0 152px;
    position: relative;
}
.container.bg {
    background: #474956;
}
.header {
    height: 60px;
    background: #474956;
    padding: 15px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30;
}
.header .wrapper {
    display: flex;
    justify-content: space-between;
}
.top-header {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.logo {
    height: 30px;
    font: 24px/30px "AvenirNextCyr-Heavy";
    color: #fff;
    text-transform: uppercase;
    z-index: 30;
}
.logo:hover {
    text-decoration: none;
}
.logo span {
    color: #f34f55;
}
.top-nav {
    float: right;
}
.top-actions {
    white-space: nowrap;
}
.top-actions > li {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 25px;
    position: relative;
}
.top-actions > li:nth-child(1) {
    width: 81px;
    min-height: 30px;
}
.top-menu {
    display: none;
}
.btn-top-search {
    float: right;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0 0 0 30px;
    overflow: hidden;
    position: relative;
    z-index: 30;
    transition: opacity .3s ease 0s;
}
.btn-top-search:hover {
    opacity: .8;
}
.btn-top-search:before {
    content: "";
    display: block;
    width: 19px;
    height: 19px;
    background: url(../img/sprite-icons.png?v=16) no-repeat 0 -26px;
    position: absolute;
    top: 6px;
    left: 6px;
}
.btn-fb {
    display: block;
    width: 30px;
    height: 30px;
    background: #1b7de5;
    border-radius: 15px;
    padding: 0 0 0 30px;
    overflow: hidden;
    position: relative;
    transition: background-color .3s ease 0s;
}
.btn-fb:hover {
    background: #0c6ed6;
}
.btn-fb:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url(../img/sprite-icons.png?v=16) no-repeat -26px -22px;
    position: absolute;
    top: 4px;
    left: 4px;
}
.btn-tg {
    display: block;
    width: 30px;
    height: 30px;
    background: #2aabee;
    border-radius: 15px;
    padding: 0 0 0 30px;
    overflow: hidden;
    position: relative;
    transition: background-color .3s ease 0s;
}
.btn-tg:hover {
    background: #1599de;
}
.btn-tg:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url(../img/sprite-icons.png?v=16) no-repeat -26px -44px;
    position: absolute;
    top: 4px;
    left: 4px;
}
.btn-login {
    display: block;
    height: 30px;
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    background: #f34f54;
    border-radius: 15px;
    padding: 4px 12px 4px 34px;
    position: relative;
    transition: background-color .3s ease 0s;
}
.btn-login:hover {
    background: #e23e43;
    text-decoration: none;
}
.btn-login:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url(../img/sprite-icons.png?v=16) no-repeat -26px 0px;
    position: absolute;
    top: 4px;
    left: 4px;
}

.channel-tg {
    display: inline-block;
    width: 99.8%;
    color: #000000;
    background: #ffffff;
    font-size: 12px;
    text-align: center;
    border: 2px solid#f34f54;
    border-radius: 2px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
    padding: 10px 40px 10px 40px;
    position: fixed;
    left: 50%;
    bottom: 2px;
    z-index: 31;
    transform: translateX(-50%);
}
.channel-tg a {
    height: 40px;
    line-height: 38px;
    display: inline-block;
    font-weight: 500;
    white-space: nowrap;
    color: #f34f54;
    padding: 0;
}
.channel-tg .close {
    display: inline-block;
    width: 17px;
    height: 17px;
    vertical-align: top;
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
}
.channel-tg .close:after,
.channel-tg .close:before {
    content: "";
    display: block;
    width: 17px;
    height: 2px;
    background: #f34f54;
    border-radius: 2px;
    position: absolute;
    top: 7px;
}
.channel-tg .close:after {
    transform: rotate(-45deg);
}
.channel-tg .close:before {
    transform: rotate(45deg);
}

.acceptCookie {
    background-color: #f34f54;
    margin: 0 auto;
    padding: 8px;
    font-size: 14px;
    color: #ffffff;
    font-family: "Helvetica Neue", helvetica, tahoma, sans-serif;
    cursor: pointer;
    transition: .3s all;
}

.acceptCookie:hover {
    background-color: #d3262c;
}

.hamburger {
    display: none;
    padding: 5px;
    cursor: pointer;
    transition: opacity,filter .15s linear 0s;
}
.hamburger-box {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: top;
    position: relative;
}
.hamburger-inner {
    display: block;
    width: 15px;
    height: 3px;
    margin-top: -1px;
    position: absolute;
    left: 0;
    top: 50%;
}
.hamburger-inner:before,
.hamburger-inner:after {
    content: "";
    display: block;
    width: 20px;
    height: 3px;
    position: absolute;
    transition: transform .15s ease;
}
.hamburger-inner,
.hamburger-inner:before,
.hamburger-inner:after {
    background-color: #fff;
    border-radius: 2px;
    transition: all .3s ease;
}
.hamburger-inner:before {
    top: -7px;
}
.hamburger-inner:after {
    bottom: -7px;
}
.hamburger:hover .hamburger-inner {
    opacity: .8;
}
body.show-menu .hamburger-inner {
    background: transparent;
}
body.show-menu .hamburger-inner:before {
    transform: translate3d(0,7px,0) rotate(-45deg) scaleX(1);
}
body.show-menu .hamburger-inner:after {
    transform: translate3d(0,-7px,0) rotate(45deg) scaleX(1);
}

.languages {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    width: 56px;
    height: 30px;
    background: #474956;
    border-radius: 10px;
    padding: 2px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 25px;
    transition: height .2s ease;
}
.languages:hover {
    height: 134px;
    /*background: #64677e;*/
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
}
.languages li {
    width: 100%;
    order: 2;
}
.languages .active {
    order: 1;
}
.languages a {
    display: block;
    height: 26px;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 8px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.languages a:hover {
    background: #f34f54;
}
.languages .active a:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    top: 6px;
    transform: translate3d(2px, 0, 0) rotate(-45deg) scale(0.6);
}

.nav-menu {
    margin: 20px 0 0;
    position: relative;
}
.menu {
    height: 30px;
    font-size: 0;
    line-height: 30px;
    white-space: nowrap;
}
.menu li {
    display: inline-block;
    margin: 0 18px 0 0;
}
.menu li:last-child {
    margin: 0;
}
.menu a {
    font-weight: 500;
    font-size: 15px;
}
.menu .active {
    display: block;
    height: 30px;
    font-size: 15px;
    line-height: 29px;
    color: #fff;
    text-decoration: none;
    background: #f34f54;
    border-radius: 15px;
    margin: 0 -10px;
    padding: 0 12px;
    transition: background-color .3s ease 0s;
}
.menu li:first-child .active {
    margin-left: 0;
}
.menu li:last-child .active {
    margin-right: 0;
}
.menu-arrow {
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    z-index: -1;
}
.menu-arrow:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-left: 3px solid #000;
    border-bottom: 3px solid #000;
}
.menu-arrow.left {
    left: 0;
    background: linear-gradient(to right, #fff, #fff 50%, rgba(255,255,255,0) 100%);
}
.menu-arrow.left:before {
    transform: translate3d(2px,7px,0) rotate(45deg) scale(0.6);
}
.menu-arrow.right {
    right: 0;
    background: linear-gradient(to left, #fff, #fff 50%, rgba(255,255,255,0) 100%);
}
.menu-arrow.right:before {
    transform: translate3d(13px,7px,0) rotate(-135deg) scale(0.6);
}
.menu-arrow.show {
    opacity: 1;
    z-index: 0;
}
.menu-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.menu-wrapper::-webkit-scrollbar {
    display: none;
}
.submenu {
    font-size: 0;
    margin: 25px 0 0;
}
.submenu li {
    display: inline-block;
    margin-left: 10px;
}
.submenu li:first-child {
    margin-left: 0;
}
.submenu a {
    display: block;
    height: 30px;
    font-size: 15px;
    line-height: 27px;
    border: 1px solid #d2d2d2;
    border-radius: 15px;
    padding: 0 15px;
    transition: background-color .3s ease 0s;
}
.submenu a:hover {
    border: 1px solid #999;
    text-decoration: none;
}
.submenu .active,
.submenu .active:hover {
    color: #fff;
    text-decoration: none;
    background: #f34f54;
    border-color: #f34f54;
}

.breadcrumbs {
    font-size: 0;
    margin: 20px 0 0;
}
.breadcrumbs li {
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    color: #9da3b6;
}
.breadcrumbs li:after {
    content: "\203A";
    font: 14px tahoma;
    padding: 0 7px 0 4px;
}
.breadcrumbs li:last-child {
    padding: 0;
}
.breadcrumbs li:last-child:after {
    content: none;
}
.breadcrumbs a {
    color: #4489fe;
}

.date {
    width: 110px;
    height: 24px;
    line-height: 24px;
    margin: 12px 0 0;
    position: relative;
    /*overflow: hidden;*/
}
.date:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url(../img/sprite-icons.png?v=16) no-repeat 0 -45px;
    position: absolute;
    top: 4px;
    left: 4px;
    transition: opacity .3s ease;
}
.date .selected {
    width: 100%;
    height: 100%;
    font-weight: 500;
    font-size: 15px;
    font-family: inherit;
    color: #000;
    text-align: center;
    vertical-align: top;
    background: transparent;
    border: 0;
    padding: 0 0 0 30px;
    cursor: pointer;
}

.more {
    text-align: center;
    margin: 15px 0 10px;
}

a.full-news-link,
.load-more,
.btn-more {
    display: inline-block;
    height: 34px;
    font-size: 15px;
    line-height: 26px;
    color: #fff;
    background: #f34f54;
    border-radius: 17px;
    padding: 4px 12px 4px 38px;
    position: relative;
    cursor: pointer;
    transition: background-color .3s ease 0s;
}
a.full-news-link:hover,
.load-more:hover,
.btn-more:hover {
    background: #e23e43;
    text-decoration: none;
}
.load-more:before,
.btn-more:before {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    background: url(../img/sprite-icons.png?v=16) no-repeat 0 0;
    position: absolute;
    top: 4px;
    left: 4px;
}
a.full-news-link {
    padding: 4px 12px;
}

.top-search {
    width: 100%;
    height: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
}
.top-search-form {
    background: #373840;
}
.top-search-form fieldset {
    padding-right: 120px;
}
.top-search-field {
    width: 100%;
    font-size: 18px;
    font-family: inherit;
    line-height: 24px;
    color: #fff;
    background: none;
    border: none;
    padding: 18px 20px 18px 90px;
}
.btn-top-search-submit {
    display: block;
    width: 60px;
    height: 60px;
    background: #f34f54;
    padding: 0 0 0 60px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    transition: background-color .3s ease 0s;
}
.btn-top-search-submit:hover {
    background: #e23e43;
}
.btn-top-search-submit:before {
    content: "";
    display: block;
    width: 19px;
    height: 19px;
    background: url(../img/sprite-icons.png?v=16) no-repeat 0 -26px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.btn-top-search-close {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 60px;
    cursor: pointer;
    transition: opacity .3s ease 0s;
}
.btn-top-search-close:hover {
    opacity: .8;
}
.btn-top-search-close:before,
.btn-top-search-close:after {
    content: "";
    display: block;
    width: 28px;
    height: 3px;
    background: #9ea5bf;
    border-radius: 2px;
    position: absolute;
}
.btn-top-search-close:before {
    transform: translate3d(16px,28px,0) rotate(-45deg) scaleX(.8);
}
.btn-top-search-close:after {
    transform: translate3d(16px,28px,0) rotate(45deg) scaleX(.8);
}

.s-gray {
    background: #ebeef4;
}

.teasers {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
}
.teasers li {
    width: 23.5%;
    margin: 15px 0;
}
.teasers time {
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    vertical-align: top;
    color: #9da3b6;
}
.teasers time + img {
    margin: 0 0 0 20px;
}
.teasers .content {
    font-size: 0;
}
.teasers .info {
    overflow: hidden;
}
.teasers .info .source {
    display: block;
    font-size: 13px;
    line-height: 18px;
    color: #9da3b6;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.teasers .media img {
    width: 100%;
}
.teasers .title a,
.teasers .description a {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
}

.t0 .content {
    border-left: 4px solid #474956;
    margin: 15px 0 0;
    padding: 0 0 0 25px;
}
.t0 .title a {
    max-height: 81px;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    margin: 15px 0 0;
}
.t0 .description a {
    max-height: 60px;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    margin: 15px 0 0;
}

.t1 .title a {
    max-height: 60px;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    margin: 10px 0 0;
}
.t1 .content {
    padding: 12px 0 0;
}

.t2 article {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.t2 .media {
    width: 45%;
}
.t2 .media img {
    border: 2px solid #fff;
    border-radius: 4px;
}
.t2 .content {
    width: 50%;
}
.t2 .title a {
    max-height: 80px;
    -webkit-line-clamp: 4;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    margin: 10px 0 0;
}

.t3 article {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.t3 .media {
    width: 48.649%;
}
.t3 .media img {
    border: 2px solid #fff;
    border-radius: 4px;
}
.t3 .content {
    width: 48.551%;
}
.t3 .title a {
    max-height: 60px;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    margin: 10px 0 0;
}
.t3 .description a {
    max-height: 60px;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    margin: 10px 0 0;
}

.carousel {
    overflow: hidden;
}
.news-carousel {
    width: 100%;
    font-size: 0;
    white-space: nowrap;
    transition: margin-left .3s ease-in-out 0s;
}
.news-carousel li {
    display: inline-block;
    width: 100%;
}
.news-carousel .teasers {
    white-space: normal;
}

.links {
    padding: 10px 0;
}
.links li {
    padding: 5px 0;
}
.links .content {
    padding: 0 10px 0 88px;
}
.links .info {
    float: left;
    display: block;
    font-size: 0;
    line-height: 20px;
    margin: 0 0 0 -88px;
}
.links .info time {
    font-size: 13px;
    color: #9da3b6;
    vertical-align: middle;
}
.links .info img {
    margin: 0 0 0 20px;
    vertical-align: middle;
}
.links .title {
    line-height: 0;
}
.links .title a {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;

}

.arrows-pagination {
    font-size: 0;
    margin-left: 25px;
    padding: 9px 0 0;
}
.arrows-pagination li {
    display: inline-block;
}
.arrows-pagination button {
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #d2d2d2;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    transition: border-color .3s ease 0s;
}
.arrows-pagination button:hover {
    border-color: #999;
}
.arrows-pagination .next {
    margin-left: 15px;
}
.arrows-pagination button:before {
    content: '';
    display: block;
    width: 13px;
    height: 7px;
    background: #f34f54;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: background-color .3s ease 0s;
}
.arrows-pagination .prev:before {
    margin-left: 2px;
}
.arrows-pagination .next:before {
    margin-left: -2px;
}
.arrows-pagination button:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-bottom: 9px solid #f34f54;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: border-bottom-color .3s ease 0s;
}
.arrows-pagination .prev:after {
    transform: translate(-80%, -50%) rotate(-90deg);
}
.arrows-pagination .next:after {
    transform: translate(-20%, -50%) rotate(90deg);
}
.arrows-pagination button:hover:before {
    background-color: #e23e43;
}
.arrows-pagination button:hover:after {
    border-bottom-color: #e23e43;
}
.arrows-pagination .disabled,
.arrows-pagination .disabled:hover {
    border-color: #e8e8e8;
    cursor: default;
}
.arrows-pagination .disabled:before,
.arrows-pagination .disabled:hover:before {
    background-color: #d2d2d2;
}
.arrows-pagination .disabled:after,
.arrows-pagination .disabled:hover:after {
    border-bottom-color: #d2d2d2;
}

.points-pagination {
    display: inline-block;
    font-size: 0;
    white-space: nowrap;
    border: 1px solid #ccc;
    border-radius: 22px;
    margin: 10px 0 20px 50%;
    transform: translateX(-50%);
    padding: 4px 6px;
}
.points-pagination li {
    display: inline-block;
    padding: 3px;
}
.points-pagination button {
    display: block;
    padding: 3px;
    cursor: pointer;
}
.points-pagination button:before {
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    background: #d2d2d5;
    border-radius: 50%;
    transition: all .3s ease 0s;
}
.points-pagination button:hover:before {
    background: #888;
}
.points-pagination button.active:before {
    background: #f34f54;
    transform: scale(1.25);
}

.tags {
    margin: 20px 0;
}
.tags ul {
    font-size: 0;
    margin: 0 -5px;
}
.tags li {
    display: inline-block;
    margin: 5px
}
.tags a {
    display: block;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #474956;
    white-space: nowrap;
    background: #f2f2f2;
    border-radius: 15px;
    padding: 0 15px;
    transition: background-color .3s ease 0s;
}
.tags a:hover {
    background: #d2d2d2;
    text-decoration: none;
}

.news-nav {
    font-size: 0;
    padding: 9px 0 20px;
}
.news-nav li {
    display: inline-block;
    height: 30px;
    font-weight: 500;
    font-size: 15px;
    line-height: 27px;
    border: 1px solid #d2d2d2;
    border-radius: 15px;
    margin-left: 40px;
    padding: 0 15px;
    cursor: pointer;
    transition: background-color .3s ease 0s;
}
.news-nav li:hover {
    border: 1px solid #999;
    text-decoration: none;
}
.news-nav li:first-child {
    margin-left: 0;
}
.news-nav li.active,
.news-nav li.active:hover {
    color: #fff;
    text-decoration: none;
    background: #f34f54;
    border-color: #f34f54;
    cursor: default;
}

.s-main .col2:first-child {
    order: 2;
}
.s-main .col2:last-child {
    order: 1;
}
.s-main .teasers.t0 li {
    width: 100%;
}
.s-main .teasers.t0 .content {
    border-left-color: #f34f55;
}

.s-tomorrow time {
    margin: 0;
}
.s-tomorrow .teasers li {
    width: 32%;
}

.col2 .teasers li,
.s-region .col2 .teasers li {
    width: 47.959%;
}

.col2 .teasers li article div.media a {
  display: block;
}

.s-showbiz-old .teasers li,
.s-local .col2 .t0 li {
    width: 100%;
}
.s-showbiz-old .teasers.t0 .content {
    border-left-color: #00e300;
}

.s-sport .teasers li,
.s-news-other .teasers li,
.s-local .col2 .t1 li {
    width: 49%;
}

.s-lifestyle .teasers.t0 li {
    width: 100%;
}
.s-lifestyle .teasers.t0 .content {
    border-left-color: #fbe973;
}
.s-lifestyle .col2 .teasers.t1 li {
    width: 47.959%;
}

.s-search .teasers li {
    width: 49%;
}
.s-search time {
    margin: 0;
}
.s-search .media {
    width: 30%;
}
.s-search .content {
    width: 67%;
}
.s-search .content:first-child {
    width: 100%;
}
.s-search .info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.s-search .title a,
.s-search .description a {
    font-size: 15px;
    line-height: 20px;
    margin: 8px 0 0;
}
.s-search .title a {
    font-weight: 500;
}
.s-search .match {
    font-weight: 700;
}
.s-search .category {
    font-size: 0;
    margin: 20px 0 0;
}
.s-search .category:first-child {
    margin: 0;
}
.s-search .category h3 {
    display: inline-block;
    font-size: 20px;
    line-height: 28px;
    color: #f34f54;
    vertical-align: middle;
}
.s-search .category .btn-more {
    display: inline-block;
    height: 28px;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    vertical-align: middle;
    background: #f34f54;
    border-radius: 14px;
    margin: 0 0 0 15px;
    padding: 4px 12px;
    cursor: pointer;
    transition: background-color .3s ease 0s;
}
.s-search .category .btn-more:before {
    content: none;
}
.s-search .category .btn-more:hover {
    background: #e23e43;
    text-decoration: none;
}
.s-search .category .teasers {
    margin: 0 0 10px
}
.s-search .category .teasers li {
    margin: 15px 0 0;
}

.s-archive .teasers li {
    width: 100%;
}
.s-archive .t3 .media {
    width: 18%;
}
.s-archive .t3 .media img {
    border: none;
    border-radius: 0;
}
.s-archive .t3 .content {
    width: 80%;
}
.s-archive .t3 .content .title a {
    max-height: 66px;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
}
.s-archive .t3 .content .description {
    font-size: 16px;
    line-height: 22px;
}

.s-articles .t3 .media {
    width: 12%;
}
.s-articles .t3 .media img {
    border: none;
    border-radius: 0;
}
.s-articles .t3 .content {
    width: 86%;
}
.s-articles .t3 .content .title a {
    max-height: 66px;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
}
.s-articles .t3 .content .description {
    font-size: 16px;
    line-height: 22px;
}

.s-article {
    line-height: 25px;
}
.s-article h1 {
    font-weight: 500;
    line-height: 30px;
    margin: 0 0 15px;
}
.s-article img {
    display: block;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 0 25px !important;
}
.s-article p {
    margin: 20px 0;
}
.s-article ul {
    list-style: inside;
    padding: 0 0 0 15px ;
}
.s-article ol {
    padding: 0 0 0 30px;
}
.s-article a {
    color: #4489fe;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}
.s-article a:hover {
    text-decoration: none;
}
.s-article div.col2 {
  position: relative;
}

.s-persons {
    position: relative;
    background: #fff;
    margin: 0 0 40px;
    padding: 20px 0;
}
.s-persons:after {
    content: '';
    height: 50px;
    border-radius: 100%;
    box-shadow: 0 0 40px rgba(0, 0, 0, .3);
    position: absolute;
    bottom: 0;
    left: 5%;
    right: 5%;
    z-index: -1;
}
.persons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 15px 0;
    overflow: hidden;
}
.persons li {
    width: 32%;
    margin: -1px 0 1px;
    padding: 0 1%;
}
.persons article {
    min-height: 70px;
    font-size: 0;
    border-top: 1px solid #f6f6f6;
    padding: 10px 0 10px 65px;
}
.persons .media {
    display: inline-block;
    width: 50px;
    vertical-align: middle;
    border-radius: 50%;
    margin: 0 15px 0 -65px;
    overflow: hidden;
}
.persons .content {
    display: inline-block;
    vertical-align: middle;
}
.persons .title {
    font-weight: normal;
    font-size: 18px;
}
.persons .mentions {
    font-size: 15px;
    color: #9da2b7;
    margin: 5px 0 0;
}

.news-details {
    line-height: 25px;
    overflow: hidden;
}
.news-details h1 {
    font-weight: 500;
    line-height: 30px;
    margin: 0 0 15px;
}
.news-details img {
    display: block;
    width: 100%;
    margin: 0 0 25px;
}
.news-details p {
    margin: 20px 0;
}
.news-details .info {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    color: #9da3b6;
    margin: 15px 0;
}
.news-details .info a {
    color: #9da3b6;
}
.news-history {
    margin: 25px 0 0;
}
.news-history .b-calendar {
    border: 1px solid #d2d2d2;
    border-radius: 5px;
}
.news-history .date-now {
    display: flex;
    flex-direction: column;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.news-history .hasDatepicker {
    padding: 10px 10px 10px 0;
}
.news-history .ui-datepicker-header {
    position: relative;
    padding-bottom: 10px;
}
.news-history .ui-datepicker-prev {
    position: absolute;
    left: 0;
}
.news-history .ui-datepicker-next {
    position: absolute;
    right: 0;
}
.news-history .ui-datepicker-title {
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0 40px;
}
.news-history .ui-datepicker-month {
    font-weight: 600;
}
.news-history .ui-datepicker-prev:before,
.news-history .ui-datepicker-next:before {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
}
.news-history .ui-datepicker-prev:before {
    content: "\2190";
}
.news-history .ui-datepicker-next:before {
    content: "\2192";
}
.news-history .ui-datepicker-prev,
.news-history .ui-datepicker-next {
    cursor: pointer;
}
.news-history .ui-state-disabled {
    color: #d2d2d2;
    cursor: default;
}

.news-history .ui-icon-circle-triangle-w,
.news-history .ui-icon-circle-triangle-e {
    display: none;
}
.news-history .ui-datepicker-calendar {
    width: 100%;
}
.news-history .ui-datepicker-calendar th,
.news-history .ui-datepicker-calendar td {
    width: 14.2857%;
    text-align: center;
    padding: 3px;
}
.news-history .ui-datepicker-calendar th {
    font-weight: 400;
    padding-bottom: 10px;
}
.news-history .ui-state-default {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 28px;
    color: #d2d2d2;
    border: 1px solid transparent;
    border-radius: 50%;
    transition: border-color .3s ease 0s;
}
.news-history a.ui-state-default {
    color: #000;
    border-color: #d2d2d2;
}
.news-history a.ui-state-hover {
    border-color: #999;
    text-decoration: none;
}
.news-history a.ui-state-highlight {
    color: #f34f54;
    border-color: #999;
}
.news-history a.ui-state-active {
    color: #fff;
    background: #f34f54;
    border-color: #f34f54;
}

.b-search {
    margin: 10px 0;
}
.b-search-form fieldset {
    padding-right: 130px;
}
.b-search-field {
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    background: none;
    border: 1px solid #d2d2d2;
    border-radius: 23px;
    padding: 12px 15px;
    transition: border-color .3s ease 0s;
}
.b-search-field:focus {
    border-color: #999;
}
.btn-search-submit {
    float: right;
    display: block;
    width: 117px;
    height: 46px;
    font-size: 16px;
    color: #fff;
    background: #f34f54;
    border-radius: 23px;
    margin-right: -130px;
    cursor: pointer;
    transition: background-color .3s ease 0s;
}
.btn-search-submit:hover {
    background: #e23e43;
}
.b-search-result-text {
    margin: 20px 0;
}
.b-source-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 22px;
    margin: 20px 0;
}
.b-source-info .logo {
    width: 14.7%;
    height: auto;
}
.b-source-info .logo img {
    width: 100%;
}
.b-source-info .description {
    width: 83.3%;
}

.s-contacts h3 {
    font-weight: 500;
    font-size: 18px;
    margin: 15px 0 10px;
}
.s-contacts .managers .name {
    font-weight: 500;
    font-size: 16px;
}
.s-contacts .managers .contacts li {
    padding: 10px 0 0;
}

.s-terms {
    font-size: 16px;
    line-height: 25px;
}
.s-terms h1 {
    margin: 0 0 15px;
}
.s-terms h3 {
    font-weight: 500;
    margin: 20px 0 10px;
}
.s-terms ul {
    margin: 10px 0;
}
.s-terms ol {
    margin: 10px 0;
    padding: 0 0 0 27px;
}
.s-terms ol > li {
    padding: 3px 0 3px 6px;
}
.s-terms ul > li {
    padding: 3px 0 3px 10px;
}
.s-terms ul > li:before {
    content: '- ';
    display: inline;
    margin-right: 7px;
}
.s-terms .last-updated {
    font-size: 13px;
    color: #9da3b6;
}

.s-404 {
    font-size: 16px;
    text-align: center;
}
.bg .s-404 {
    color: #fff;
}
.s-404 p {
    margin: 20px 0;
}
.s-404 img {
    width: 80%;
    max-width: 480px;
}
.s-404 a {
    display: inline-block;
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    text-decoration: none;
    background: #f34f54;
    padding: 4px 12px;
    border-radius: 15px;
    transition: background-color .3s ease 0s;
}
.s-404 a:hover {
    background: #e23e43;
}

.s-503 {
    text-align: center;
}
.s-503 img {
    width: 80%;
    max-width: 480px;
}

.footer {
    background: #474956;
    padding: 20px 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
}
.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 0px;
}
.footer-info,
.footer-links {
    width: 23.5%;
}
.footer-info .copyright {
    font-size: 13px;
    color: #888;
    margin: 10px 0 0;
}
.footer-links li {
    padding: 5px 0;
}

.footer-links .fa-facebook {
  color: rgb(168, 168, 168);
}
.footer-links a {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
}
.link-fb,
.link-tg {
    padding-left: 24px;
    position: relative;
}
.link-fb:before,
.link-tg:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url(../img/sprite-icons.png?v=16) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
.link-fb:before {
    background-position: -28px -24px;
}
.link-tg:before {
    background-position: -28px -46px;
}

/* Resize images for 4:3 */
.s-region .col2 {
    order: 1;
}
.s-region .col2:first-child {
    order: 2;
}
.s-region .col1 {
    order: 3;
}

ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none!important;
}
#stop-war {
    width: 90px;
    height: 90px;
    background: url('https://stfalcon.github.io/stopwar/img/stop-war-in-ukraine.png?v=16');
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and (min-resolution: 144dpi) {
    .date:before,
    .btn-top-search:before,
    .btn-top-search-submit:before,
    .btn-fb:before,
    .btn-tg:before,
    .btn-login:before,
    .btn-more:before,
    .link-fb:before,
    .link-tg:before,
    .channel-tg a:after {
        background-image: url(../img/sprite-icons@2x.png?v=16);
        background-size: 48px 66px;
    }
}

@media only screen and (max-width: 768px) {
    .container {
        padding: 50px 0 95px;
    }
    .header {
        height: 50px;
        padding: 10px 0;
    }
    .header .logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .top-header {
        padding: 10px;
        background: #474956;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 30;
    }
    .top-nav {
        position: fixed;
        top: 50px;
        left: 0;
        right: 0;
        bottom: 100%;
        z-index: 20;
        transition: background .3s ease;
    }
    body.show-menu .top-nav {
        background: rgba(0,0,0,.2);
        bottom: 0;
    }
    .top-nav-wrapper {
        transform: translateY(-100%);
        transition: transform .3s ease;
    }
    body.show-menu .top-nav-wrapper {
        transform: translateY(0);
    }
    .top-actions {
        display: flex;
        justify-content: space-between;
        background: #474956;
        padding: 20px 15px 15px;
        position: relative;
    }
    .top-actions li {
        padding: 0;
    }
    .top-actions > li:nth-child(1) {
        width: auto;
    }
    .top-menu {
        display: block;
        text-align: left;
        background: #474956;
        transition: box-shadow .3s ease;
        padding: 0 25px 35px;
    }
    hr {
      background-color: #ccc;
      border: 0;
      height: 1px;
      margin-bottom: 0.5em;
      margin-top: 0.5em;
      width: 30%;
    }
    body.show-menu .top-menu {
        box-shadow: 0 0 20px 10px rgba(51, 54, 74, .7);
    }
    .top-menu a {
        display: inline-block;
        color: #fff;
        text-decoration: none;
        padding: 5px 0;
        font-size: 19px;
        font-weight: 300;
    }
    .top-menu a:hover {
        background: #f34f54;
    }
    .top-search-form fieldset {
        padding-right: 100px;
    }
    .top-search-field {
        font-size: 16px;
        padding: 13px 15px 13px 72px;
    }
    .btn-top-search-close {
        width: 50px;
        height: 50px;
        right: 50px;
    }
    .btn-top-search-submit {
        width: 50px;
        height: 50px;
        padding: 0 0 0 50px;
    }
    .btn-top-search-close:before {
        transform: translate3d(11px,23px,0) rotate(-45deg) scaleX(.8);
    }
    .btn-top-search-close:after {
        transform: translate3d(11px,23px,0) rotate(45deg) scaleX(.8);
    }

    .languages {
        display: block;
        width: auto;
        font-size: 0;
        border: none;
        border-radius: 4px;
        padding: 0;
        position: static;
    }
    .languages:hover {
        height: auto;
        background: none;
        box-shadow: none;
        padding: 0;
    }
    .languages li {
        display: inline-block;
        width: auto;
        vertical-align: left;
        margin: 0;
    }
    .languages li:first-child {
        border: 0;
    }
    .languages a {
        height: 28px;
        line-height: 28px;
        border-radius: 0;
        padding: 0 10px;
    }
    .languages .active,
    .languages a:hover {
    }
    .languages .active a:after {
        content: none;
    }

    .hamburger {
        display: inline-block;
    }
    .sidebar {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 100;
        visibility: hidden;
        transition: visibility .2s ease;
    }
    /*
    .sidebar .wrapper {
        height: 100%;
        padding: 0;
    }
    */
    .sidebar .wrapper {
        background: rgba(0, 0, 0, 0.5);
        padding: 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        transition-property: opacity;
        transition-duration: 200ms;
    }
    .sidebar .nav-menu {
        width: 250px;
        background: #fff;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        transform: translate3d(-100%, 0, 0);
        transition-duration: 200ms;
        transition-property: transform;
    }
    .sidebar .menu li {
        display: list-item;
        margin: 0;
        border-bottom: 1px dotted #ccc;
    }
    .sidebar .menu a {
        display: block;
        height: 40px;
        font-weight: 400;
        font-size: 14px;
        line-height: 40px;
        padding: 0 15px;
        /*font: 200 14px/40px "Helvetica Neue";*/
    }
    .sidebar.show {
        visibility: visible;
    }
    .sidebar.show .wrapper {
        opacity: 1;
    }
    .sidebar.show .nav-menu {
        transform: translate3d(0, 0, 0);
    }

    .s-main .col2:first-child {
        order: 1;
    }

    .col2,
    .s-showbiz-old .col4,
    .s-search .teasers li {
        width: 100%;
    }
    .s-region .col1 li,
    .s-lifestyle .col1 li {
        width: 47.959%;
    }
    .s-main .col1 li,
    .s-showbiz .teasers li,
    .s-showbiz-old .col4 .teasers li,
    .s-local .col1 li,
    .s-tomorrow .teasers li,
    .s-other .teasers li,
    .s-search-other .teasers li,
    .persons li {
        width: 49%;
    }

    .s-showbiz-old .col4 {
        order: 2;
    }
    .s-showbiz-old .col2 {
        order: 1;
    }

    .s-showbiz-old .col2:first-child {
        margin-top: 10px;
    }
    .s-showbiz-old .col2:last-child {
        margin-bottom: 10px;
    }
    .s-showbiz-old .col2 .links {
        padding: 0;
    }

    .b-source-info .logo {
        width: 30%;
    }
    .b-source-info .description {
        width: 67%;
    }

    .s-archive .t3 .media {
        width: 33%;
    }
    .s-archive .t3 .content {
        width: 64%;
    }

    .s-articles .t3 .media {
        width: 25%;
    }
    .s-articles .t3 .content {
        width: 72%;
    }

    .news-nav {
        display: flex;
        justify-content: center;
        padding: 20px 0 10px;
    }

    .tags ul {
        text-align: center;
    }

    .news-history .b-calendar .col2 {
        width: 49%;
    }
    .news-history .date-now {
        padding: 0;
    }
    .news-history .hasDatepicker {
        padding: 10px 10px 10px 0;
    }

    div.container {
      padding-bottom: 0 !important;
    }

    footer {
      position: relative !important;
    }

    body.show-menu .footer {
        z-index: 29;
    }
    .footer-info {
        width: 100%;
        text-align: center;
    }
    .footer-links {
        display: block;
        margin: 0;
    }

    #stop-war {
        left: -9px;
        top: -9px;
        transform: scale(0.8);
    }
    .top-header {
        padding-left: 70px;
    }
}

@media only screen and (max-width: 600px) {
    .s-tomorrow .teasers li,
    .s-sport .teasers li,
    .s-news-other .teasers li,
    .news-history .b-calendar .col2 {
        width: 100%;
    }

    .news-history .date-now {
        padding: 10px;
    }
    .news-history .hasDatepicker {
        max-width: 400px;
        margin: 0 auto;
        padding: 10px;
    }

    .b-source-info {
        display: block;
    }
    .b-source-info .logo {
        float: left;
        margin: 0 20px 20px 0;
    }
    .b-source-info .description {
        width: 100%;
    }

    .s-archive .t3 li {
        margin: 10px 0;
    }
    .s-archive .t3 .content .description {
        display: none;
    }

    .s-articles .t3 li {
        margin: 10px 0;
    }
    .s-articles .t3 .content .description {
        display: none;
    }

    .footer-links {
        width: 100%;
    }
    .footer-links {
        text-align: left;
        margin: 15px auto;
    }
}

@media only screen and (max-width: 480px) {
    h2 {
        font-size: 20px;
    }

    .container {
        padding-bottom: 55px;
    }

    section h2 {
        font-size: 18px;
    }

    #carousel .grid {
        justify-content: space-between;
    }
    #carousel .arrows-pagination {
        margin-left: 0;
    }
    #carousel .arrows-pagination button {
        width: 26px;
        height: 26px;
    }
    #carousel .arrows-pagination button:before {
        width: 11px;
        height: 6px;
    }
    #carousel .arrows-pagination button:after {
        border-width: 8px;
        border-top-width: 0;
    }
    #carousel .arrows-pagination .next {
        margin-left: 10px;
    }

    .s-other .teasers li,
    .s-news-other .teasers li,
    .persons li {
        width: 100%;
    }

    .links .content {
        padding-left: 52px;
    }
    .links .info {
        margin: 0 0 0 -52px;
    }
    .links .info img {
        /* display: none; */
      margin-right: 10px;
    }
    .popular-news-list.links .content {
      padding-left: 0;
    }

    .footer-info .logo {
        display: block;
        margin-bottom: 10px;
    }
    .footer-info .copyright {
        margin: 0;
    }
}

@media only screen and (max-width: 320px) {
    .top-actions {
        padding-left: 10px;
        padding-right: 10px;
    }
    .languages a {
        padding: 0 7px;
    }
    .channel-tg a {
        font-weight: normal;
    }
    .teasers time + img {
        margin: 0 0 0 15px;
    }
}


.calendar {
    width: 260px;
    font-size: 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 7px 29px rgba(100, 100, 111, 0.2);
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 50;
    overflow: hidden;
}
.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    background: #373840;
    color: #fff;
    padding: 8px;
}
.calendar-body {
    padding: 10px;
}
.calendar-week-day {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    padding: 0 0 5px;
}
.calendar-week-day div {
    display: grid;
    font-weight: 500;
    place-items: center;
    color: #ccc;
}
.calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    color: #000;
}
.calendar-days div {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    padding: 5px;
    border-radius: 50%;

}
.calendar-days div.inactive {
    color: #aaa;
    background: transparent;
    cursor: default;
}
.calendar-days div.today {
    font-weight: 600;
    color: #444;
    background: #fff0c3;
}
.calendar-days div.curr-date,
.calendar-days div.curr-date:hover {
    background: #f34f54;
    color: #fff;
    border-radius: 50%;
}
.calendar-days div.curr-date span {
    display: none;
}
.calendar-day {
    cursor: pointer;
}
.calendar-day:hover {
    background: #eee;
}
.month-picker {
    padding: 3px 7px;
    border-radius: 10px;
    cursor: pointer;
}
.month-picker:hover {
    background: #157efb;
}
.year-picker {
    display: flex;
    align-items: center;
}
.year-picker div {
    margin: 0 0 0 10px;
}
.year-change {
    height: 30px;
    width: 30px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}
.year-change:hover {
    background: #157efb;
}
.year-change.inactive {
    background: transparent;
    opacity: .5;
    cursor: default;
}
.month-list {
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 10px;
    grid-template-columns: repeat(3, auto);
    gap: 5px;
    display: grid;
    transform: scale(1.5);
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.month-list.show {
    transform: scale(1);
    visibility: visible;
    pointer-events: visible;
    transition: all 0.2s ease-in-out;
}
.month-list > div {
    display: grid;
    place-items: center;
}
.month-list > div > div {
    width: 100%;
    padding: 5px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    color: #000;
}
.month-list > div > div:hover {
    color: #fff;
    background: #157efb;
}


div.archive-page {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

div.archive-additional {
  flex-basis: 39%;
}

div.archive-page div.news-history {
  margin-top: 15px;
}

div.archive-page div.news-history #datepicker {
  zoom: 0.8;
}

div.archive-content div.more {
  margin-bottom: 25px;
}

div.archive-page div.row-block {
	position: relative;
}

div.archive-page div.row-block div.date {
  position: absolute;
  right: 0;
}

div.mobile-calendar {
  display: none;
}

div.archive-page div.desktop-calendar {
  display: block;
}

.popular-news-list time {
  visibility: hidden;
}

p.page-info {
  border-left: solid 3px #9da3b6;
  padding: 15px 0 15px 10px;
  color: #9da3b6;
}

div.banner-cooperation {
  width: 100%;
}

div.banner-cooperation a.banner img {
  width: 100%;
  padding: 0 50px;
}

@media screen and (orientation: portrait) {
  div.archive-page div.desktop-calendar {
    display: none;
  }

  div.archive-page {
    flex-direction: column-reverse;
  }

  .footer-content {
    padding: 5px 0px;
  }

  .footer-links {
      width: 33%;
  }
  .footer-links {
      text-align: center;
      margin: 15px auto;
  }

  div.header-block {
    position: relative;
    width: 100%;
    background: #fff;
  }

  div.header-block div.mobile-calendar {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
  }

  div.header-block.fixed {
    position: fixed;
    z-index: 1;
    left: 0;
    padding: 0 15px;
    top: 50px;
  }

  div.header-block.fixed div.mobile-calendar {
    right: 15px;
  }

  .s-articles .teasers li {
    flex-basis: 100%;
  }

  .s-article div.grid {
    flex-direction: column-reverse;
  }
}

@media screen and (orientation: landscape) {
  div.archive-content {
    flex-basis: 59%;
    max-height: 73vh;
    overflow-x: hidden;
    overflow-y: auto;
  }

  div.article-page div.archive-content {
    max-height: 103vh;
  }

  #last-news-block > ul.links {
    max-height: 990px;
    overflow-x: hidden;
    overflow-y: scroll;
  }

  .s-articles .teasers li {
    flex-basis: 50%;
  }

  .s-articles .t3 .content .description {
    font-size: 15px;
  }

  div.banner-cooperation {
    max-width: 456px;
    padding: 30px 0;
  }

  div.banner-cooperation a.banner {
    display: block;
  }

  .s-article div.col1 {
    width: 59%;
    max-height: 70vh;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .s-article div.col2 {
    width: 39%;
  }
}
