/*! normalize.css v8.0.1 */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0;
    border: 0
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

* {
    margin: 0;
    padding: 0;
    outline: none
}

html {
    height: 100%
}

body {
    font: 12px/16px "Montserrat", Arial, Helvetica, sans-serif;
    width: 100%;
    background: #fff;
    height: 100%;
    min-width: 320px;
    color: #272D39;
}

body.noscroll {
    overflow-y: hidden
}

body.menuopened {
    overflow: hidden
}

a {
    color: #272D39;
    outline: none
}

a:hover {
    text-decoration: none
}

img {
    border: 0
}

p {
    margin: 0 0 20px 0
}

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clear {
    display: inline-block
}

.clear {
    display: block
}

.clearboth {
    clear: both
}

table {
    border-collapse: collapse
}

table tr td {
    vertical-align: top
}

ul {
    list-style: none
}

form *,
*:focus {
    outline: none !important
}

.page {
    min-width: 320px;
    overflow: hidden
}

.img-mini img {
    width: 100%;
    height: 100%;
    border-radius: 10px 0 0 10px;
}
.img-mini{
    width: 105px;
    position: absolute;
    margin-left: -110px;
    margin-top: -5px;
    opacity: 0.8;
}
.item-n {
    background: -webkit-linear-gradient(178deg, #0097e51a,#ffffff);
    background: linear-gradient(178deg, #0097e51a,#ffffff);
    padding: 5px;
    border-radius: 0px 0px 0 10px;
    position: relative;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0
}

.width {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 45px;
    padding-right: 45px;
}

.flex {
    display: flex
}

.antiwidth {
    position: relative;
    left: calc((1280px - 100vw) / 2);
    width: 100vw;
}

.top_banner_place {
    height: 120px;
}

.top_banner {
    background: #0097E5; /* #C4C4C4 */
    width: 100%;
    height: 126px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 200;
    text-align: center;
}

.top_banner a,
.top_banner a:hover {
    text-decoration: none !important;
    display: block;
}

@media (max-width:1200px) {
    .top_banner_place {
        display: none
    }
}

.top_efir {
    background: #0097E5;
    color: #fff;
    position: relative;
    height: 40px;
    transition-duration: .5s
}

.top_efir a {
    color: #fff;
    text-decoration: none;
}

.top_efir .rest {
    position: absolute;
    bottom: 40px;
    transition-duration: .5s;
    padding-top: 11px;
    padding-bottom: 40px;
    width: 100%;
    z-index: 100;
    background: #0097E5
}

.top_efir .rest .width {
    display: flex;
}

.top_efir.opened .rest {
    bottom: 0;
}

.top_efir .rest .block {
    width: 25%;
    font-size: 14px;
    line-height: 17px;
}

.top_efir .rest .block.list {
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.top_efir .rest .block.list a,
.top_efir .rest .info a {
    font-weight: 900;
    margin-left: 20px;
}

.top_efir .rest .lbl {
    margin-bottom: 13px
}

.top_efir .rest .block.list p {
    margin-bottom: 0
}

.top_efir .rest .block.list p:not(:last-child) {
    margin-bottom: 18px;
}

.top_efir strong {
    font-weight: 900;
    margin-left: 20px;
}

.top_efir .vis {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 17px;
    display: flex
}

.top_efir .vis .block {
    width: 50%;
    padding-top: 6px;
    padding-bottom: 7px;
}

.top_efir .vis .block span {
    margin-right: 20px;
}

.top_efir .vis .later {
    padding-left: 60px;
}

.top_efir .vis .play {
    position: relative;
    width: 25px;
    display: inline-block;
    height: 18px;
    vertical-align: top;
}

.top_efir .vis .play:before {
    position: absolute;
    content: '';
    left: 0;
    top: -5px;
    width: 25px;
    height: 25px;
    background: url(../i/i_play.svg)
}

.top_efir .rest .video {
    position: relative;
    display: table
}

.top_efir .rest .video img {
    display: block;
}

.top_efir .rest .video a:before {
    position: absolute;
    content: '';
    left: calc(50% - 25px);
    bottom: calc(50% - 25px);
    width: 50px;
    height: 50px;
    background: url(../i/i_play.svg) 0 50% no-repeat;
    background-size: 100% 100%;
}

.top_efir .rest .video a:hover:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.3
}

.top_efir .opener {
    width: 26px;
    height: 26px;
    border: 2px solid #fff;
    display: block;
    position: absolute;
    bottom: 5px;
    left: calc(50% - 15px);
    cursor: pointer;
    z-index: 150;
    transition-duration: border-color 1.3s
}

.top_efir .opener:hover {
    background: #fff
}

.top_efir .opener:before {
    position: absolute;
    content: '';
    left: 5px;
    top: 0;
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.0711 7.07107L8 14.1421L0.928932 7.07107' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A") 0 50% no-repeat;
}

.top_efir .opener:hover:before {
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.0711 7.07107L8 14.1421L0.928932 7.07107' stroke='%230097E5' stroke-width='2'/%3E%3C/svg%3E%0A") 0 50% no-repeat;
}

.top_efir.opened .opener:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    left: 1px;
    top: 6px;
}

.header {
    margin-bottom: 27px;
    position: relative;
}

.header .flex {
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative
}

.header .logo {
    margin-right: 55px;
    max-width: 200px;
    /* position: relative;
    top: -10px; */
}

.header img {
    width: 100%;
}

.topmenu1 {
    order: 1;
    flex-grow: 1
}

.topmenu1 ul {
    display: flex;
    font-weight: 900;
}

.topmenu1 ul li:not(:last-child) {
    margin-right: 43px;
}

.topmenu1 ul>li {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
}

.topmenu1 ul>li a {
    text-decoration: none;
    cursor: pointer
}

.topmenu1 ul>li a:hover,
.topmenu1 ul>li:hover a {
    color: #DD003B
}

.topmenu1 ul>li:hover ul,
.topmenu2 ul>li:hover ul {
    display: block;
}

.topmenu1 ul>li.parent {
    position: relative;
}

.topmenu1 ul>li.parent a {
    padding-right: 28px;
}

.topmenu1 ul>li.parent>a:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.1424 7.07107L8.07129 14.1421L1.00022 7.07107' stroke='%23272D39' stroke-width='2'/%3E%3C/svg%3E%0A");
    transition-duration: .3s;
    margin-top: -2px
}

.header:not(.opened) .topmenu1 ul>li.parent:hover>a:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    margin-top: 3px;
}

.head_r {
    order: 2;
    display: flex;
    align-items: center;
}

.t_weather {
    margin-right: 40px;
}

.t_weather_in p span {
    display: flex;
    align-items: center;
}

.t_weather span img {
    display: block;
    width:50px;
}

.t_weather p {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #272D39;
    margin: 0 0 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-around
}

#menuopener {
    display: none;
}

#search_open {
    display: block;
    width: 32px;
    height: 40px;
    background: url(../i/i_search.svg) 0 50% no-repeat;
    cursor: pointer;
}

#search_form {
    position: absolute;
    display: none;
    background: #fff;
    right: 45px;
    top: 20px;
    width: calc(100% - 235px - 90px);
    height: 40px;
    z-index: 200;
    transition-duration: .3s
}

#search_form.opened {
    display: block;
}

#search_form input[type="text"] {
    width: 500px;
    background: #fff;
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    margin-top: 7px;
    border: 0;
    padding-left: 10px;
}

#search_form .line {
    position: absolute;
    left: 0;
    top: 7px;
    width: 1px;
    height: 25px;
    background: #000
}

#search_form input[type=text]:not(:placeholder-shown)~.line {
    display: none;
}

#search_form .button {
    width: 32px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 43px;
    background: url(../i/i_search.svg) 0 50% no-repeat;
    border: 0;
    vertical-align: middle;
    cursor: pointer;
}

#search_close {
    width: 23px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAXCAYAAADgKtSgAAABVElEQVR4AWM4duIMY3xKXsvhYydD////z0AN3NzaM3H+4pV6DBs2b49iYGD4LySp/v/8xcu2lBqcmlm8HWSeu2/EDYaXL1/JxCXnAgUY/0vI6/47B7SAAoO3ggyWVjb8u3P3gUB0CXIswNR//hJYP0iCEgsw9V1A6AMReC0gz2CE4QQtIN1ghOEkWUDYYAQm2ssXLl21gYtnleAxGIGJjixVbYu/x06c9iyrbJpL2GCE4QRxXlH1Ki5B+f9iMlr/+UVV/uuZOD4BGmxDSB/R6djE0u0tp4Dcf2Yuif8r1mwqhIlT7vJCNJeborqcymGOmYooSy0X0VMLYQuIznnkZDSSDCbVAqINJscCCgwmbAGlBuPQDy3PX756LROXhFQTXaBSTbQHWBNt2LQtCmSwkKTG//MXqFeHeoDqUGDGYIyJz+w4dOREGLVq/4amzqnz5i8zBABpqWBJzLwKPwAAAABJRU5ErkJggg==") 0 50% no-repeat
}

.moremenu_wrap {
    float: left;
    margin: 0 0 0 21px;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

#topmenu_toggle {
    display: block;
    border: 0 !important;
    line-height: 30px;
    margin: 0 !important;
}

#topmenu_toggle a {
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    vertical-align: middle;
    letter-spacing: 0.15em;
    cursor: pointer;
    padding-left: 20px;
}

#topmenu_toggle.moremenu_opened a {
    color: #DD003B
}

.moremenu {
    position: absolute;
    display: none;
    z-index: 333;
    right: 0;
    padding: 30px 35px 25px 35px;
    background: #FFF;
    box-shadow: 0px 10px 10px rgba(39, 45, 57, 0.3);
    margin-top: 0;
    font-weight: 700;
    width: 278px;
}

.moremenu.active {
    display: block
}

@media (min-width:1200px) {
    .moremenu:hover {
        display: block;
    }
    #topmenu_toggle:hover+.moremenu {
        display: block
    }
    #topmenu_toggle a:hover {
        color: #DD003B
    }
}

.topmenu2 {
    /*background: #8D96B2 */
    background: #0097E5;
}

.topmenu2 .inner {
    position: relative
}

#topmenu2ul {
    font-weight: 700;
    height: 50px;
    overflow: hidden;
}

.topmenu2 ul#topmenu2ul li {
    float: left;
}

.topmenu2 ul#topmenu2ul li:not(:last-child) {
    margin-right: 45px;
}

.topmenu2 ul#topmenu2ul>li {
    font-size: 16px;
    line-height: 20px;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}

.topmenu2 ul#topmenu2ul>li a {
    text-decoration: none;
    color: #fff;
    display: block;
    line-height: 20px;
}

.topmenu2 ul>li>a:hover {
    opacity: 0.6;
}

.topmenu2 ul>li.parent:hover>a {
    opacity: 1;
    color: #DD003B
}

.topmenu2 ul>li.parent {
    padding-left: 20px;
    margin-left: -20px;
}

.header .topmenu1 ul ul,
.header .topmenu2 ul ul {
    display: none;
    position: absolute;
    z-index: 333;
    margin-left: -35px;
    padding: 30px 35px 25px 35px;
    background: #FFF;
    box-shadow: 0px 10px 10px rgba(39, 45, 57, 0.3);
    margin-top: -5px;
}

.header .topmenu1 ul ul li,
.header .topmenu2 ul ul li,
.moremenu li {
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 16px;
    line-height: 20px;
    text-transform: none;
    padding-top: 0;
    padding-bottom: 0
}

.header .topmenu1 ul ul li a,
.header .topmenu2 ul ul li a,
.moremenu li a {
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    color: #272D39;
    opacity: 1 !important;
    text-decoration: none;
    margin-right: 0
}

.header .topmenu1 ul ul li a:hover,
.header .topmenu2 ul ul li a:hover,
.moremenu li a:hover {
    color: #DD003B
}

.header .topmenu2 ul ul {
    width: 315px;
    left: auto;
    right: 0;
    top: 36px;
    margin-top: 0
}

.path {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 66px;
    color: #8D96B2
}

.path a {
    color: #8D96B2;
    text-decoration: none;
}

.path span {
    opacity: 0.5
}

h1 {
    font-weight: 900;
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 0.02em;
    color: #272D39;
    margin: 0 0 12px 0
}

.home_main {
    padding-top: 10px;
    margin-bottom: 80px;
}

.content p.ttl {
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    margin-bottom: 22px;
    text-transform: uppercase
}

.h_side {
    width: 22.65%;
    min-width: 272px;
    margin-right: 40px;
    will-change: transform;
}

.h_side .date {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #DD003B;
    margin-bottom: 19px;
}

.news_list .item {
    margin-bottom: 31px;
    display: block;
    text-decoration: none;
    ;
    font-family: "Roboto", Arial, sans-serif;
}

.news_list .item:hover {
    color: #8D96B2
}

.news_list .item .info {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 3px;
    display: block;
    color: #8D96B2
}

.news_list .item .text {
    display: block;
    font-size: 18px;
    line-height: 25px;
}

.h_side .btn {
    margin-top: 44px;
}

.btn {
    font-size: 14px;
    line-height: 20px;
    padding: 15px 20px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    cursor: pointer;
    text-decoration: none;
    max-width: 290px;
    transition-duration: .3s;
    letter-spacing: 0.1em;
    border: 0
}

.btn.gray {
    background: rgba(39, 45, 57, 1);
    color: #fff;
}

.btn.gray:hover {
    background: rgba(39, 45, 57, 0.8)
}

.btn.red {
    background: rgba(221, 0, 59, 1);
    color: #fff;
}

.btn.red:hover {
    background: rgba(221, 0, 59, 0.8)
}

.btn.white {
    background: rgba(255, 255, 255, 1);
    color: #DD003B;
}

.btn.white:hover {
    background: rgba(255, 255, 255, 0.8)
}

.btn.black {
    background: rgba(0, 0, 0, 1);
    color: #fff;
}

.btn.black:hover {
    background: rgba(0, 0, 0, 0.8)
}

.btn.center {
    margin-left: auto;
    margin-right: auto;
}

.h_main {
    flex-grow: 1;
    margin-bottom: 80px;
}

.h_main p.ttl {
    margin-bottom: 25px;
}

.h_main .h_lead {
    position: relative;
    height: 100%;
    will-change: transform;
}

.h_main .h_lead .info {
    padding-left: 70px;
}

.h_main .h_lead .item {
    margin-bottom: 47px;
}

p.cats {
    margin-bottom: 13px;
    font-family: "Roboto", Arial, sans-serif;
}

p.cats a {
    display: inline-block;
    margin-right: 17px;
    font-size: 12px;
    line-height: 14px;
    color: #0097E5;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.03em;
}

p.cats a.tag {
    color: #8D96B2
}

p.cats a:hover {
    color: #DD003B
}

.h_main .h_lead h2 {
    font-weight: 900;
    font-size: 26px;
    line-height: 35px;
    letter-spacing: 0.01em;
    margin-bottom: 14px;
}

.h_main .h_lead h2 a {
    color: #272D39;
    text-decoration: none;
    display: block;
}

.h_main .h_lead h2 a:hover,
.h_main .h_lead .item:hover h2 a {
    color: #8D96B2;
}

.h_main .img,
.h_main .video {
    margin-bottom: 14px;
}

.h_main .img img,
.h_main .video img {
    max-width: 100%;
    display: block;
}

.h_main .h_lead .video a,
.h_main .img a,
.h_main .h_rest .video a {
    display: block;
    position: relative
}

.h_main .h_lead .video a:before {
    position: absolute;
    content: '';
    left: 70px;
    bottom: 25px;
    width: 50px;
    height: 50px;
    background: url(../i/i_play.svg) 0 50% no-repeat;
    background-size: 100% 100%
}

.h_main .h_rest .video a:before {
    position: absolute;
    content: '';
    left: 15px;
    bottom: 15px;
    width: 40px;
    height: 40px;
    background: url(../i/i_play.svg) 0 50% no-repeat;
    background-size: 100% 100%
}


/*
.h_main .h_lead .video a:hover:after, .h_main .img a:hover:after, .h_main .h_rest .video a:hover:after, .h_main .h_lead .item:hover .img a:after, .h_main .h_lead .item:hover .video a:after{position:absolute;content:'';left:0;bottom:0;width:100%;height:100%; background: #fff; opacity: 0.3 }
*/

.date_views {
    font-size: 14px;
    line-height: 16px;
    display: block;
    color: #8D96B2;
    font-family: "Roboto", Arial, sans-serif;
    margin-bottom: 0
}

.date_views span {
    margin-right: 15px;
}

.date_views span.views {
    padding-left: 23px;
    background: url("data:image/svg+xml,%3Csvg fill='none' height='10' viewBox='0 0 20 10' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%238d96b2' stroke-width='2'%3E%3Cpath d='m18.7397 6.55054s-2.8114-5-8.86985-5c-6.0584 0-8.86985 5-8.86985 5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m12.4181 5.55054c0 1.77295-1.2501 3-2.54789 3-1.29783 0-2.54794-1.22705-2.54794-3 0-1.77296 1.25011-3 2.54794-3 1.29779 0 2.54789 1.22704 2.54789 3z'/%3E%3C/g%3E%3C/svg%3E") 0 50% no-repeat;
}

.h_main .h_rest {
    margin-left: 40px;
    width: 290px;
    min-width: 290px;
    padding-top: 49px;
    height: 100%;
    position: relative;
    will-change: transform;
}

.categories .date_views span.views {
    background: url("data:image/svg+xml,%3Csvg fill='none' height='10' viewBox='0 0 20 10' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%230097E5' stroke-width='2'%3E%3Cpath d='m18.7397 6.55054s-2.8114-5-8.86985-5c-6.0584 0-8.86985 5-8.86985 5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m12.4181 5.55054c0 1.77295-1.2501 3-2.54789 3-1.29783 0-2.54794-1.22705-2.54794-3 0-1.77296 1.25011-3 2.54794-3 1.29779 0 2.54789 1.22704 2.54789 3z'/%3E%3C/g%3E%3C/svg%3E") 0 50% no-repeat;
}

.h_main .h_rest .item {
    margin-bottom: 47px;
}

.h_main .h_rest h3,
.novost .text .floatarticle h3 {
    font-weight: 900;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.02em;
    margin-bottom: 15px;
    font-family: "Montserrat", Arial, sans-serif;
}

.h_main .h_rest h3 a,
.novost .text .floatarticle h3 a {
    text-decoration: none;
    color: #272D39;
    display: block;
}

.h_main .h_rest h3 a:hover,
.novost .text .floatarticle h3 a:hover {
    color: #8D96B2;
}

.h_main .h_rest .item:hover h3 a {
    color: #8D96B2
}

.big_banner {
    margin-bottom: 96px;
}

.big_banner .bg {
    background-size: cover;
    position: relative;
}

.big_banner .bg:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
}

.big_banner .width {
    position: relative;
    z-index: 100
}

.big_banner .block {
    padding-top: 40px;
    display: flex;
    color: #fff;
    text-decoration: none;
}

.big_banner .block .logo {
    margin-right: 11.1%
}

.big_banner .block .text {
    padding-top: 18px;
}

.big_banner .block .ttl {
    font-weight: 900;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.big_banner .block .desc {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
    min-height: 48px
}

.big_banner .block .accent {
    font-weight: bold;
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 15px
}

.big_banner span {
    display: block;
}

.big_banner .list {
    display: flex;
    padding-top: 80px;
    margin-left: -43px;
    margin-right: -30px;
}

.big_banner .item {
    width: 33.3%;
    padding-left: 43px;
    padding-right: 30px;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    padding-bottom: 31px;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
    transition-duration: .3s
}

.big_banner .item:hover {
    color: rgba(255, 255, 255, 0.6)
}

.big_banner .item:not(:last-child) {
    border-right: 1px solid #fff
}

.big_banner .list .date {
    display: block;
    margin-bottom: 10px
}

.novost_wrap {
    margin-bottom: 54px;
}

.novost_wrap .h_side {
    padding-top: 37px;
    height: 100%;
    position: relative
}

.novost {
    margin-right: 11.71%;
    max-width: 65.64%;
}

.novost .text h2 {
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin: 47px 0 24px 0;
    font-family: "Montserrat", Arial, sans-serif;
}

.novost p {
    margin-bottom: 20px
}

.novost p.cats {
    line-height: 14px;
}

.novost .text {
    margin-bottom: 87px;
    font-size: 18px;
    line-height: 30px;
    font-family: "Roboto", Arial, sans-serif
}

.novost .text a {
    color: #0097E5
}

.novost .pic {
    display: flex;
    margin-bottom: 39px;
    margin-top: 50px;
}

.novost .pic .img {
    max-width: 510px;
}

.novost .pic .img img {
    max-width: 100%;
    display: block;
}

.novost .pic .label {
    padding-left: 40px;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #272D39;
}

.novost .pic .label p {
    margin-bottom: 9px;
}

.novost .pic .label span {
    font-size: 14px;
    line-height: 16px;
    color: #8D96B2
}

.novost .lead {
    font-size: 28px;
    line-height: 45px;
    margin-bottom: 27px;
    font-family: "Montserrat", Arial, sans-serif;
}

.novost .pic.big {
    display: block;
    margin-bottom: 15px;
}

.novost .pic.big .img {
    max-width: none
}

.novost .pic.big .label {
    padding: 18px 0 0 0;
    text-align: right
}

.novost .pic.big .label p {
    margin-bottom: 20px
}

.novost blockquote {
    font-size: 28px;
    line-height: 45px;
    font-family: "Montserrat", Arial, sans-serif;
    margin: 53px 0 39px 110px;
    border-top: 4px solid #0097E5;
    border-bottom: 1px solid #0097E5;
}

.novost blockquote>div {
    padding: 30px 0 38px 0;
}

.floatarticle {
    float: left;
    width: 290px;
    margin-right: 39px;
    padding-top: 7px;
    margin-bottom: 20px;
}

.floatarticle .img img {
    max-width: 100%
}

.novost .date_views {
    padding-top: 2px;
    margin-bottom: 0
}

.novost .related {
    padding-left: 110px;
    margin-bottom: -34px;
}

.novost .related .ttl {
    margin-bottom: 32px;
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #0097E5;
}

.novost .related h2 {
    margin-bottom: 15px;
    font-weight: 900;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #272D39;
}

.novost .related h2 a {
    text-decoration: none;
}

.novost .related h2 a:hover {
    color: #8D96B2;
}

.novost .related .item {
    margin-bottom: 34px;
}

.novost p.cats {
    margin-bottom: 7px;
}

.novost .novost_info {
    display: flex;
    margin-bottom: 36px
}

.novost_info .share {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 0;
    font-family: "Roboto", Arial, sans-serif
}

.novost_info .share a {
    color: #0097E5;
    text-decoration: none;
    display: block;
    padding-right: 25px;
    position: relative
}

.novost_info .share a:before {
    position: absolute;
    content: '';
    transition-duration: .25s;
    right: 2px;
    bottom: 7px;
    width: 11px;
    height: 12px;
    background: url("data:image/svg+xml,%3Csvg fill='none' height='12' viewBox='0 0 11 12' width='11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m4 11c0 .5523.44772 1 1 1s1-.4477 1-1zm0-10v10h2v-10z' fill='%230097e5'/%3E%3Cpath d='m9.48535 5.24268-4.24264-4.24265-4.24264 4.24265' stroke='%230097e5' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E") 0 0 no-repeat;
}

.novost_info .share a:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 3px;
    width: 15px;
    height: 2px;
    background: #0097E5
}

.novost_info .share a:hover:before {
    bottom: 12px
}

.novost ul,
.novost ol {
    margin-bottom: 20px
}

.novost ul li {
    padding-left: 30px;
    position: relative
}

.novost ol li {
    list-style-position: inside
}

.novost ul li::before {
    position: absolute;
    content: '';
    left: 0;
    top: 15px;
    width: 20px;
    height: 1px;
    background: #272D39
}

.novost ul li:not(:last-child),
.novost ol li:not(:last-child) {
    margin-bottom: 15px;
}

.efir_page {
    padding-top: 11px;
    margin-bottom: 11px
}

.efir_now {
    margin-bottom: 190px;
}

.efir_now .video {}

.efir_now .video img {
    max-width: 100%;
    display: block
}

.efir_now .timeline {
    display: flex;
    justify-content: space-between;
    padding-top: 33px;
    font-size: 14px;
    line-height: 17px;
}

.efir_now .timeline .item {}

.efir_now .timeline .item:not(:last-child) {
    margin-right: 92px;
}

.efir_now .time {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 4px;
    position: relative
}

.efir_now .title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0
}

.efir_now .time .online {
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    position: absolute;
    bottom: 4px;
    white-space: nowrap;
    padding-left: 15px;
    margin-left: 9px;
}

.efir_now .time .online:before {
    position: absolute;
    content: '';
    left: 0;
    top: 3px;
    width: 10px;
    height: 10px;
    background: #DD003B;
    border-radius: 100%;
}

.efir_now .item.past {
    color: #8D96B2
}

.efir_now .timeline .item.now {
    font-weight: 900;
    margin-right: 123px
}

.efir_now .item.now .title {
    letter-spacing: 0.01em
}

.efir_list .ttl {
    color: #DD003B;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 25px;
}

.efir_list .flex {
    flex-wrap: wrap;
    margin: 0 -20px;
}

.efir_list .item {
    width: calc(33.3% - 40px);
    margin: 0 20px 77px 20px;
}

.efir_list .item .video {
    margin-bottom: 23px;
}

.efir_list .item .video img {
    max-width: 100%;
    display: block;
}

.efir_list .item .cats {
    margin-bottom: 4px;
}

.efir_list .item .ttl {
    font-weight: 900;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.01em;
    color: #272D39;
    text-transform: none;
    margin-bottom: 15px;
}

.efir_list .item .ttl a {
    text-decoration: none;
    display: block
}

.efir_list .item .ttl a:hover,
.efir_list .item:hover .ttl a {
    color: #8D96B2
}

.widearrow {
    width: 51px;
    height: 15px;
    cursor: pointer;
    overflow: hidden
}

.widearrow i {
    position: relative;
    display: block;
    left: 0;
    top: 0;
    width: 51px;
    height: 15px;
    background: url("data:image/svg+xml,%3Csvg width='51' height='16' viewBox='0 0 51 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50 7.99976L1.46031e-06 7.99975' stroke='white'/%3E%3Cpath d='M43.0711 0.928688L50.1421 7.99976L43.0711 15.0708' stroke='white'/%3E%3C/svg%3E%0A") 0 0 no-repeat;
}

.widearrow.prev {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.widearrow.slick-disabled {
    opacity: 0.5;
    cursor: default;
}

@media (min-width:1200px) {
    .widearrow:not(.slick-disabled):hover i,
    .big_banner .block:hover .widearrow i {
        animation: arrowgrow2 2s infinite;
    }
}

@keyframes arrowgrow2 {
    0% {
        left: 0;
        width: 51px;
        height: 15px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
    45% {
        left: 69px;
        opacity: 1;
    }
    46% {
        opacity: 0;
    }
    49% {
        left: 0;
        opacity: 0;
    }
    50% {
        left: 0;
        opacity: 1;
        clip-path: polygon(0 0, 0 45%, 0 57%, 0 57%);
    }
    77% {
        left: 0;
        clip-path: polygon(0 45%, 100% 45%, 100% 57%, 0 57%);
    }
    95% {
        left: 0;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
    100% {
        left: 0;
        width: 51px;
        height: 15px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}

.categories {
    display: flex;
    margin-bottom: 90px;
}

.categories h3,
.skoro h3 {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 24px;
    color: #DD003B;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-weight: 900;
    z-index: 100;
    position: relative;
}

.categories h3 a,
.skoro h3 a {
    color: #DD003B !important;
    text-decoration: none;
}

.bg-skoro {
    position: absolute;
    left: -50px;
    top: -30px;
    width: 100%;
    height: 100%;
    background-color: #0097e51f;
    padding: 50px 50px 20px 50px;
    z-index: 0;
}

.categories .col {
    width: calc(33.3% - 27px);
}

.categories .col:not(:last-child) {
    margin-right: 40px
}

.categories .item {
    display: block;
    font-family: "Roboto", Arial, sans-serif;
    margin-bottom: 20px;
    cursor: pointer;
    text-decoration: none;
}

.categories .item:hover {
    color: #8D96B2
}

.categories .item:hover .img:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.3
}

.categories .item .img {
    position: relative;
    display: block;
}

.categories .item .img img {
    max-width: 100%;
    display: block;
    margin-bottom: 22px;
    width: 100%
}

.categories .item .ttl {
    font-size: 18px;
    line-height: 25px;
}

.categories .item.lead .ttl {
    font-weight: bold
}

.categories .date_views {
    margin-bottom: 3px
}

#catplace4 {
    margin-top: 90px;
}

.skoro {
    margin-bottom: 90px;
    position: relative;
}

.skoro_nav {
    position: absolute;
    right: 0;
    top: -1px;
}

.carousel {
    display: flex;
}

.skoro .item {
    width: 33.3%;
    margin-right: 20px;
    margin-left: 20px;
}

.skoro .item .img {
    margin-bottom: 24px;
}

.skoro .item .img img {
    max-width: 100%
}

.skoro .item .time {
    margin-bottom: 4px;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #0097E5;
}

.skoro .item .ttl {
    font-weight: 900;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.01em;
}

.skoro .item a {
    display: block;
    text-decoration: none
}

.skoro .item a span {
    display: block;
}

.skoro .item a:hover .ttl {
    color: #8D96B2
}

.skoro .item a:hover img {
    opacity: 0.7
}

.banner.hor {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 95px
}

.banner.blue {
    background: #0097E5;
    color: #fff
}

.banner_vert {
    margin-top: 49px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(163.33deg, #DD003B 30.6%, #0097E5 95.82%);
    padding: 77px 70px 86px 70px;
    color: #fff;
    height: calc(100% - 85px);
    box-sizing: border-box
}

.banner_vert .bottom img {
    margin-bottom: 9px;
    display: block;
}

.banner_vert .bottom {
    padding-top: 30px;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.banner_vert_placeholder {
    margin-bottom: 72px;
}

.banner_vert .big {
    font-weight: 900;
    font-size: 45px;
    line-height: 60px;
    letter-spacing: 0.02em;
    margin-bottom: 53px;
}

.banner.hor .block {
    display: flex;
    padding-right: 85px;
    align-items: center;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.banner.hor .block .logo img {
    display: block;
    max-width: 100%
}

.banner.hor .block .text {
    margin-left: 8.1%;
    margin-top: -12px;
    width: 45.3%
}

.banner.hor .block .text h2 {
    font-weight: 900;
    font-size: 48px;
    line-height: 59px;
    letter-spacing: 0.02em;
    margin-bottom: 8px;
}

.banner.hor .block .text .desc {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 45px;
    font-weight: 500
}

.banner.hor .block .text .desc p:not(:last-child) {
    margin-bottom: 15px
}

.banner_flat {
    min-height: 300px;
    background: #C4C4C4;
    margin-bottom: 11px;
}

.banner_flat img {
    max-width: 100%;
    display: block;
}

.advertisement {
    width: 958px;
    left: 20px;
    position: relative;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: row;
    flex-direction: row;
}

.advertisement__square {
    cursor: pointer;
    outline: 0!important;
    width: 32%;
}

.advertisement__img--square {
    border: 0 solid #8fc0d2;
    height: 250px;
    width: 300px;
}

.advertisement__img,
.advertisement__img--square {
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    overflow: hidden;
}

.news {
    padding-top: 39px;
}

.news_content {
    padding-bottom: 72px;
    flex-grow: 1
}


}
.news_content h1 {
    margin-bottom: 27px;
    font-weight: 900;
    font-size: 30px;
    line-height: 37px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #0097E5;
}
.news .filter {
    margin-bottom: 80px;
    display: flex
}
.news .filter .cat_select {
    width: calc(33.3% - 27px);
    height: 50px;
    margin-right: 40px;
    font-family: "Roboto", Arial, sans-serif
}
.news .filter .date_select {
    width: calc(33.3% - 27px);
    margin-right: 40px;
    height: 50px;
}
.news .filter #datepicker {
    font-size: 18px;
    width: 100%;
    box-sizing: border-box;
    color: #272D39;
    line-height: 50px;
    height: 50px;
    border: 1px solid #000;
    font-family: "Roboto", Arial, sans-serif;
    padding: 0 15px;
    background: url("data:image/svg+xml,%3Csvg fill='none' height='30' viewBox='0 0 30 30' width='30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m.5.5h29v29h-29z' stroke='%23272d39'/%3E%3Cg fill='%23272d39'%3E%3Cpath d='m0 0h30v5h-30z'/%3E%3Cpath d='m5 10h5v5h-5z'/%3E%3Cpath d='m15 10h5v5h-5z'/%3E%3Cpath d='m20 20h5v5h-5z'/%3E%3C/g%3E%3C/svg%3E") calc(100% - 9px) 9px no-repeat;
}
@media (min-width:1200px) {
    .news .filter #datepicker:hover {
        background: url("data:image/svg+xml,%3Csvg fill='none' height='30' viewBox='0 0 30 30' width='30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m.5.5h29v29h-29z' stroke='%23DD003B'/%3E%3Cg fill='%23DD003B'%3E%3Cpath d='m0 0h30v5h-30z'/%3E%3Cpath d='m5 10h5v5h-5z'/%3E%3Cpath d='m15 10h5v5h-5z'/%3E%3Cpath d='m20 20h5v5h-5z'/%3E%3C/g%3E%3C/svg%3E") calc(100% - 9px) 9px no-repeat;
    }
}
.news .filter #datepicker::-webkit-input-placeholder {
    color: #8D96B2;
}
.news .filter #datepicker::-moz-placeholder {
    color: #8D96B2;
}
.news .filter #datepicker:-ms-input-placeholder {
    color: #8D96B2;
}
.news .filter #datepicker:-moz-placeholder {
    color: #8D96B2;
}
.news .filter a.btn {
    width: calc(33.3% - 27px);
    height: 50px;
    box-sizing: border-box
}
.hidden {
    display: none;
}
.custom-select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 18px;
    color: #8D96B2;
    line-height: 50px;
    height: 50px;
    width: 100%;
    position: relative;
}
.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 15px;
    border: 1px solid #000;
}
.select-styled.choosen {
    color: #272D39
}
.select-styled:after {
    content: "";
    width: 10px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 23px;
    right: 16px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.select-styled:before {
    content: "";
    width: 2px;
    height: 10px;
    background: #000;
    position: absolute;
    top: 19px;
    right: 14px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.select-styled:active,
.select-styled.active {
    background: #fff;
}
.select-styled:active:after,
.select-styled.active:after {
    top: 22px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #DD003B
}
.select-styled:active:before,
.select-styled.active:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #DD003B;
}
.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    top: 49px;
    z-index: 999;
    margin: 0 0;
    padding: 10px 0 5px 0;
    list-style: none;
    background-color: white;
    border: 1px solid #000;
}
.select-options li {
    margin: 0 0;
    padding: 0 20px;
    color: #272D39;
    font-size: 16px;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.select-options li:hover {
    color: #DD003B
}
.select-options li.active-option {
    display: none
}
.news_content .item {
    display: flex;
    margin-bottom: 50px;
}
.news_content .item .img {
    width: 400px;
    margin-right: 40px;
    min-width: 400px;
}
.news_content .item .img img {
    display: block;
    max-width: 100%;
    width: 100%
}
.news_content .item .img a {
    position: relative;
    display: block
}

/*
.news_content .item .img a:hover:after{position:absolute;content:'';left:0;bottom:0;width:100%;height:100%; background: #fff; opacity: 0.3 }*/
.news_content .item a {
    text-decoration: none;
}
.news_content .item h2 {
    font-weight: 900;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-decoration: none;
    margin-bottom: 11px;
}
.news_content .item h2 a {
    display: block;
}
.news_content .item h2 a:hover,
.news_content .item:hover h2 a {
    color: #8D96B2
}
.news_content .item .text {
    font-size: 16px;
    line-height: 25px;
}
.news_content .item .info:first-child {
    padding-left: 110px
}
.news_content p.cats {
    margin-bottom: 13px;
}
.news_side {
    width: 290px;
    min-width: 290px;
    margin-left: 40px;
    padding-top: 10px;
    position: relative
}
.news_side .item {
    margin-bottom: 47px;
}
.news_side .item .img,
.news_side .item .video {
    margin-bottom: 14px;
}
.news_side .item .img img,
.news_side .item .video img {
    max-width: 100%;
    display: block;
}
.news_side .item .video a:before,
.efir_list .item .video a:before {
    position: absolute;
    content: '';
    left: 15px;
    bottom: 15px;
    width: 40px;
    height: 40px;
    background: url(../i/i_play.svg) 0 50% no-repeat;
    background-size: 100% 100%
}
.news_side .item .img a,
.news_side .item .video a,
.efir_list .item .video a {
    position: relative;
    display: block
}

/*
.news_side .item .img a:hover:after,.news_side .item .video a:hover:after, .efir_list .item .video a:hover:after{position:absolute;content:'';left:0;bottom:0;width:100%;height:100%; background: #fff; opacity: 0.3 }
*/
.news_side .item h3 {
    font-weight: 900;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.02em;
    margin-bottom: 15px;
    font-family: "Montserrat", Arial, sans-serif;
}
.news_side .item h3 a {
    text-decoration: none;
    color: #272D39;
    display: block;
}
.news_side .item h3 a:hover,
.news_side .item:hover h3 a {
    color: #8D96B2;
}
.footer {
    padding-top: 85px;
}
.footer .row:first-child,
.footer .row.btns {
    display: flex;
    justify-content: space-between
}
.flogo {
    margin-bottom: 49px;
    display: flex;
    align-items: center;
}
.flogo img {
    width: 290px;
}
.flogo .lbl {
    width: 103px;
    margin-left: 25px;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #8D96B2;
}
.footer .age {
    font-size: 40px;
    line-height: 49px;
    color: #DD003B;
}
.fmenu1 {
    font-size: 16px;
    line-height: 20px;
    color: #272D39;
}
.fmenu1 ul {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    margin-bottom: 16px;
}
.fmenu1 a {
    text-decoration: none;
    display: block;
    padding: 5px 0
}
.fmenu1 a:hover {
    color: #DD003B
}
.fmenu2 {
    font-weight: 900;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #272D39;
    margin-bottom: 50px;
}
.fmenu2 ul {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 18px;
    border-top: 1px solid #8D96B2;
    border-bottom: 1px solid #8D96B2
}
.fmenu2 a {
    color: #272D39;
    text-decoration: none;
    display: block;
    padding: 5px 0
}
.fmenu2 a:hover {
    color: #DD003B
}
.footer .row.btns {
    margin-bottom: 93px;
    align-items: center;
}
.footer .social {
    font-size: 0
}
.footer .social a {
    display: inline-block;
    margin-right: 29px;
}
.footer .social a:not(:hover) svg path {
    fill: #8D96B2
}
.footer .social a:not(:hover):last-child svg g > [filter="url(#filter1_d_923_32857)"] path {
    fill: #fdfdfd
}
.footer .social a:not(:hover):last-child svg g > [filter="url(#filter0_d_923_32857)"] path {
    fill: red
}

.footer .social a svg {
    display: block;
}
.footer .apps {
    vertical-align: top;
    height: 100%;
    font-size: 0
}
.footer .apps .btn {
    display: inline-block;
    vertical-align: top;
    margin-top: 3px
}
.footer .apps .app {
    margin-right: 35px
}
.fbottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 23px;
    font-size: 16px;
    line-height: 25px;
    font-family: "Roboto", Arial, sans-serif;
}
.fbottom .ladamedia {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    font-family: "Montserrat", Arial, sans-serif;
}
.fbottom .ladamedia .lbl {
    font-size: 16px;
    line-height: 20px;
    color: #272D39;
    width: 116px;
    margin-left: 22px
}
.fbottom .creator {
    color: #DD003B
}
.fbottom .creator a {
    color: #DD003B
}
@media (max-width: 1380px) {
    .antiwidth {
        width: auto;
        position: static;
        margin-left: -45px;
        margin-right: -45px
    }
    
    .banner.hor .block .text h2 {
        font-size: 40px;
        line-height: 49px;
    }
    
    .banner_vert {
        padding-left: 50px;
        padding-right: 50px;
    }
    
    .topmenu1 ul li:not(:last-child) {
        margin-right: 33px
    }
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}
.slick-list:focus {
    outline: none
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}
.slick-track:after {
    clear: both
}
.slick-loading .slick-track {
    visibility: hidden
}
.slick-slide {
    display: none;
    float: left;
    /* height: 100%; */
    
    min-height: 1px
}
.slick-slide img {
    display: block;
    width: 100%
}
.slick-slide.slick-loading img {
    display: none
}
.slick-slide.dragging img {
    pointer-events: none
}
.slick-initialized .slick-slide {
    display: block
}
.slick-loading .slick-slide {
    visibility: hidden
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}
.slick-arrow.slick-hidden {
    display: none
}
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0px;
    right: 0;
    display: block;
    width: 26px;
    height: 26px;
    padding: 0;
    cursor: pointer;
    z-index: 100;
    color: transparent;
    border: none;
    outline: none;
    border: 2px solid #DD003B;
    background: #fff
}
.slick-next::before {
    position: absolute;
    content: '';
    left: 3px;
    top: 5px;
    width: 20px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.07107 0.928932L14.1421 8L7.07107 15.0711' stroke='%23DD003B' stroke-width='2'/%3E%3C/svg%3E%0A") 0 0 no-repeat;
}
.slick-prev::before {
    position: absolute;
    content: '';
    left: 3px;
    top: 5px;
    width: 20px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.07107 0.928932L14.1421 8L7.07107 15.0711' stroke='%23DD003B' stroke-width='2'/%3E%3C/svg%3E%0A") 0 0 no-repeat;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.slick-prev {
    right: 40px
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
    opacity: 0.5;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
    opacity: 0.5;
    cursor: default
}
.skoro .slick-list {
    margin-left: -20px;
    margin-right: -20px;
}
.popup_layout,
.popup_layout_fixed {
    display: none;
    position: fixed;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.32);
    z-index: 300;
}
.popup,
.reg_popup  {
    position: relative;
    padding: 50px 110px;
    width: 620px;
    left: 50%;
    top: 0;
    margin: 80px 0 30px -420px;
    z-index: 500;
    background: #fff;
    box-shadow: 0px 10px 10px rgba(39, 45, 57, 0.3);
}
.popup .flex,
.reg_popup .flex {
    margin: 0 -20px;
}
.popup .flex div,
.reg_popup .flex div {
    width: 50%;
    margin: 0 20px;
}
.popup .form,
.reg_popup .form {
    display: flex;
    align-items: center;
    align-content: center;
    min-height: 425px;
}
.popup .form form,
.reg_popup .form form {
    flex-grow: 1
}
.popup input.text,
.popup textarea,
.reg_popup input.text,
.reg_popup textarea {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #8D96B2;
    margin-bottom: 39px;
    padding: 10px 15px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    border: 1px solid #272D39;
    color: #272D39
}
.popup textarea,
.reg_popup textarea {
    margin-bottom: 35px;
    height: 160px
}
.popup input.text.error,
.popup textarea.error,
.reg_popup input.text.error,
.reg_popup textarea.error {
    border-color: #DD003B
}
.popup input.text::-webkit-input-placeholder,
.popup textarea::-webkit-input-placeholder,
.reg_popup input.text::-webkit-input-placeholder,
.reg_popup textarea::-webkit-input-placeholder {
    color: #8D96B2;
}
.popup input.text::-moz-placeholder,
.popup textarea::-moz-placeholder,
.reg_popup input.text::-moz-placeholder,
.reg_popup textarea::-moz-placeholder  {
    color: #8D96B2;
}
.popup input.text:-ms-input-placeholder,
.popup textarea:-ms-input-placeholder,
.reg_popup input.text:-ms-input-placeholder,
.reg_popup textarea:-ms-input-placeholder {
    color: #8D96B2;
}
.popup input.text:-moz-placeholder,
.popup textarea:-moz-placeholder,
.reg_popup input.text:-moz-placeholder,
.reg_popup textarea:-moz-placeholder  {
    color: #8D96B2;
}
.popup .btn,
.reg_popup .btn {
    width: 290px;
    display: block;
    margin: 0 auto
}
.popup h2,
.reg_popup h2  {
    text-align: center;
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #272D39;
    margin-bottom: 50px;
}
.popup h2:before,
.reg_popup h2:before  {
    display: none
}
.close_popup {
    position: absolute;
    right: 2px;
    top: 0;
    cursor: pointer;
    z-index: 550;
    width: 35px;
    height: 35px;
    background: url("data:image/svg+xml,%3Csvg width='43' height='43' viewBox='0 0 43 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6064 31.8198L31.8196 10.6066' stroke='%238D96B2' stroke-width='2'/%3E%3Cpath d='M31.8193 31.8198L10.6061 10.6066' stroke='%238D96B2' stroke-width='2'/%3E%3C/svg%3E%0A") 50% 50% no-repeat
}
.close_popup:hover {
    background: url("data:image/svg+xml,%3Csvg width='43' height='43' viewBox='0 0 43 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6064 31.8198L31.8196 10.6066' stroke='%23DD003B' stroke-width='2'/%3E%3Cpath d='M31.8193 31.8198L10.6061 10.6066' stroke='%23DD003B' stroke-width='2'/%3E%3C/svg%3E%0A") 50% 50% no-repeat
}
.popup_layout_fixed {
    overflow-y: auto;
    box-sizing: border-box;
    z-index: 600
}
#formresult {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    display: none
}
#formresult .title {
    font-weight: bold;
    font-size: 26px;
    line-height: 36px;
}
#formresult .small {
    margin-bottom: 0
}
.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
    /* support: IE8 */
}
.ui-front {
    z-index: 100;
}
.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}
.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}
.ui-datepicker {
    width: 289px;
    padding: 25px 15px;
    display: none;
    background: #fff;
    border: 1px solid #000;
    box-sizing: border-box;
    font-family: "Roboto", Arial, sans-serif;
    margin-top: -1px;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
    margin-bottom: 16px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 20px;
    height: 30px;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev {
    background: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 443.52 443.52' viewBox='0 0 443.52 443.52' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m143.492 221.863 192.734-192.734c6.663-6.664 6.663-17.468 0-24.132-6.665-6.662-17.468-6.662-24.132 0l-204.8 204.8c-6.662 6.664-6.662 17.468 0 24.132l204.8 204.8c6.78 6.548 17.584 6.36 24.132-.42 6.387-6.614 6.387-17.099 0-23.712z'/%3E%3C/svg%3E") 0 50% no-repeat;
    background-size: auto 20px;
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
    background: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 443.52 443.52' viewBox='0 0 443.52 443.52' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m336.226 209.591-204.8-204.8c-6.78-6.548-17.584-6.36-24.132.42-6.388 6.614-6.388 17.099 0 23.712l192.734 192.734-192.734 192.734c-6.663 6.664-6.663 17.468 0 24.132 6.665 6.663 17.468 6.663 24.132 0l204.8-204.8c6.663-6.665 6.663-17.468 0-24.132z'/%3E%3C/svg%3E") 0 50% no-repeat;
    background-size: auto 20px;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 26px;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    color: #0097E5;
    height: 30px;
    line-height: 30px;
    border: 1px solid #000;
}
.ui-datepicker-month {
    margin-right: 14px;
    width: 100px;
}
.ui-datepicker select.ui-datepicker-year {
    width: 86px;
}
.ui-datepicker table {
    width: 100%;
    font-size: 16px;
    border-collapse: collapse;
    margin: 0;
}
.ui-datepicker table thead {
    display: none
}
.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}
.ui-datepicker td {
    border: 0;
    padding: 5px 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
    color: #0097E5;
}
.ui-datepicker td:nth-child(6) a,
.ui-datepicker td:nth-child(7) a {
    color: #DD003B
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

/* Icons */
.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em;
}
#submit-news {
    margin-bottom: 30px;
}
#submit-news input[type='file'] {
    display: none;
}
#submit-news .dz-default.dz-message {
    display: block;
    background: url(/i/icon_file_select.svg) left center no-repeat;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    color: #272D39;
    padding-left: 36px;
    margin-bottom: 2px;
    cursor: pointer;
}
#submit-news .dropzone__footer {
    padding-left: 35px;
}
#submit-news .dropzone__footer span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #8D96B2;
}
.label_link {
    background: url(/i/icon_link.svg) left center no-repeat;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    color: #272D39;
    padding-left: 36px;
    margin-bottom: 12px;
    display: block;
}
.grecaptcha-badge {
    display: none!important;
}
.moveup {
    width: 50px;
    height: 50px;
    display: none;
    border-radius: 100%;
    position: fixed;
    right: 12px;
    bottom: 20px;
    z-index: 301;
    cursor: pointer;
}
.moveup span {
    background: url(/i/arrow_up.svg) center no-repeat;
    width: 50px;
    height: 50px;
    display: block;
    position: relative;
}
.slick-slide img {
    display: block;
    width: 100%;
}
.slider-wrap {
    position: relative;
    display: block;
}
.slick-dots {
    position: absolute;
    bottom: 5px;
    display: block;
    width: 100%;
    padding: 0!important;
    margin: 0!important;
    list-style: none;
    text-align: center;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li {
    padding: 0;
    padding-left: 10px!important;
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px!important;
    cursor: pointer;
}
.slick-dots li::before {
    content: none!important;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 40px!important;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .75!important;
    color: #8D96B2!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: 1!important;
    color: #DD003B!important;
}
.slick-dotted.slick-slider {
    margin-bottom: 0px!important;
}
.gal {
    margin-bottom: 20px;
    display: block;
    position: relative;
    width: 100%;
}
.gal .label {
    padding: 18px 0 0 0;
    text-align: right;
}
.gal .label {
    padding-left: 40px;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #272D39;
}
.gal .label span {
    font-size: 14px;
    line-height: 16px;
    color: #8D96B2;
}
.gal .slick-prev,
.gal .slick-next {
    font-size: 0!important;
    line-height: 0!important;
    position: absolute!important;
    top: 50%!important;
    display: block!important;
    width: 26px!important;
    height: 26px!important;
    padding: 0!important;
    cursor: pointer!important;
    z-index: 100!important;
    color: transparent!important;
    border: none!important;
    outline: none!important;
    border: 2px solid #DD003B!important;
    background: #fff!important;
    margin-top: -13px;
}
.gal .slick-prev::before {
    position: absolute!important;
    content: ''!important;
    left: 3px!important;
    top: 5px!important;
    width: 20px!important;
    height: 16px!important;
    background: url(data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.07107 0.928932L14.1421 8L7.07107 15.0711' stroke='%23DD003B' stroke-width='2'/%3E%3C/svg%3E%0A) 0 0 no-repeat!important;
    transform: rotate( 180deg)!important;
    -webkit-transform: rotate( 180deg)!important;
    -moz-transform: rotate(180deg)!important;
    -ms-transform: rotate(180deg)!important;
    -o-transform: rotate(180deg)!important;
}
.gal .slick-next::before {
    position: absolute!important;
    content: ''!important;
    left: 3px!important;
    top: 5px!important;
    width: 20px!important;
    height: 16px!important;
    background: url(data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.07107 0.928932L14.1421 8L7.07107 15.0711' stroke='%23DD003B' stroke-width='2'/%3E%3C/svg%3E%0A) 0 0 no-repeat!important;
}
.gal .slick-next {
    right: -40px!important;
}
.gal .slick-prev {
    left: -40px!important;
}
.slider-container {
    max-width: 100vw;
    width: 100%;
    overflow: hidden;
}
.randSnowBg {
    position: absolute;
    width: 100px;
    opacity: 0.7;
}
.randSnowBg img {
    z-index: 0;
    width: 100%;
}
.left-social {
    position: fixed;
    display: flex;
    list-style: none;
    margin-top: 0.25rem;
    margin-bottom: 1rem;
    padding-left: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    padding-left: 0;
    z-index: 100;
}
.left-social>a {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}
.left-social a {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 2.5rem;
    height: 2.5rem;
    opacity: 0.5;
}
.left-social a:hover {
    background-color: #f5f5f5;
    border-radius: 50%;
    /* box-shadow: 1px 0px 5px; */
    
    opacity: 1;
    padding-left: 15px;
    -webkit-transition: opacity .3s, padding-left .6s;
    -moz-transition: opacity .3s, padding-left .6s;
    -ms-transition: opacity .3s, padding-left .6s;
}
.left-social a::before {
    content: "";
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    left: .65rem;
    top: .65rem;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}
@media all and (max-width:400px) {
    .left-social {
        position: static;
        display: flex;
        list-style: none;
        margin-top: 0.25rem;
        margin-bottom: 1rem;
        padding-left: 0;
        flex-direction: row;
        width: 40px;
        flex-wrap: nowrap;
        align-items: center;
        margin: 0 auto;
    }
    
    .left-social a:hover {
        background-color: #f5f5f5;
        border-radius: 50%;
        /* box-shadow: 1px 0px 5px; */
        zoom: 1;
        opacity: 1;
        padding-left: 0;
        -webkit-transition: opacity .3s;
        -moz-transition: opacity .3s;
        -ms-transition: opacity .3s;
    }
}

.link__news {
    margin-bottom: 20px;
    background: linear-gradient(0deg, #0084c926,#0097e517, #4791ff1c);
    border-radius: 5px;
    display: grid;
    grid-auto-rows: 35px;
    align-items: center;
    font-size: 14px;
    justify-content: start;
}
.link__news span{
    /* text-decoration-line: underline; */	
}
.link__news .text__news{
    grid-column-start: 1;
    grid-column-end: 12;
    grid-row-start: 1;
    grid-row-end: 1;
    margin:0 15px 0 15px;
    color: #383838;
}
.link__news img {
    width: 100%;
    opacity: 0.7;
}
.link__news .ico__news {
    grid-row-start: 2;
    
    margin-left: 15px;
    width: 30px;
}
.link__news .ico__news:first-child {
    margin-left: 5px;
}
.link__news img:hover{
    opacity: 1;
}

.item__tvpro{
    font-size: 20px !important;
    font-weight: 700;
    border-bottom: 6px solid lightgray;
}
.item__tvpro:hover{
    border-bottom: 6px solid #dd003b ;
}
.list__tvpro{
    text-align: center;
}


.advertisement_rek {
    top: 20px;
    position: relative;
    margin-bottom: 30px;
    display: flex;
    height: 100%;
}
.advertisement_i_rek {
    width: 45%;
    margin-right: 35px;
    height: 320px;
}
.advertisement_i_rek::before{
    content: 'Реклама';
}
.advertisement_i_rek-text,
.advertisement_i_rek-text-un {
    width: 100%;
    margin-right: 35px;
    /* height: 320px; */
}
.advertisement_i_rek-text img,
.advertisement_i_rek-text-un img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.advertisement_i_rek-text2 {
    width: 100%;
}

.advertisement_i_rek-text::before,
.advertisement_i_rek-text2::before{
    content: 'Реклама';
}
.advertisement_i_rek:last-child {
    margin-right: 0;
}
.img__rek {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

@media screen and (min-width: 890px) and (max-width:1190px) {
    .advertisement_rek {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        
        height: auto;
    }

    .advertisement_i_rek {
        width: 40%;
        margin: 15px;
        height: 250px;
    }

}
@media screen and (min-width: 450px) and (max-width:885px) {
    .advertisement_rek {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap;
        height: auto;
    }

    .advertisement_i_rek {
        width: 45%;
        margin: 15px;
        height: auto;
    }

}
@media screen and (max-width: 449px) {
    .advertisement_rek {
        display: flex;
        align-items: stretch;
        flex-wrap: wrap;
        justify-content: center;
    }

    .advertisement_i_rek {
        width: 90%;
        margin: 15px;
        height: 100%;
    }
    .advertisement_i_rek:last-child {
        margin-right: 15px;
    }

}

