@font-face {
    font-family: Inter-Regular;
    src: url(../libs/fonts/Inter-Regular.ttf)
}

@font-face {
    font-family: Inter-Black;
    src: url(../libs/fonts/Inter-Black.ttf)
}

@font-face {
    font-family: Inter-Bold;
    src: url(../libs/fonts/Inter-Bold.ttf)
}

@font-face {
    font-family: Inter-ExtraBold;
    src: url(../libs/fonts/Inter-ExtraBold.ttf)
}

@font-face {
    font-family: Inter-ExtraLight;
    src: url(../libs/fonts/Inter-ExtraLight.ttf)
}

@font-face {
    font-family: Inter-Light;
    src: url(../libs/fonts/Inter-Light.ttf)
}

@font-face {
    font-family: Inter-Medium;
    src: url(../libs/fonts/Inter-Medium.ttf)
}

@font-face {
    font-family: Inter-SemiBold;
    src: url(../libs/fonts/Inter-SemiBold.ttf)
}

@font-face {
    font-family: Inter-Thin;
    src: url(../libs/fonts/Inter-Thin.ttf)
}

@font-face {
    font-family: Montserrat-Bold;
    src: url(../libs/fonts/Montserrat-Bold.ttf)
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

body {
    line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

nav ol,
nav ul {
    list-style-type: none
}

nav ol li {
    font-size: 20px;
    line-height: 30px;
    font-family: Inter-Regular, sans-serif;
    color: rgba(0, 0, 0, .85)
}

nav ol {
    list-style: none;
    counter-reset: li
}

nav ol li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px
}

nav ol li:before {
    counter-increment: li;
    content: counters(li, ".") ". "" ";
    margin-right: 23px;
    position: absolute;
    left: 5px;
    top: 0;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: #1eb0ee;
    font-family: Lora-Bold, sans-serif
}

.content-wrap-inside nav ul {
    list-style-type: none;
    margin-bottom: 20px;
    margin-top: -10px
}

.content-wrap-inside nav ul span {
    font-size: 28px;
    line-height: 38px;
    color: #000;
    font-family: Inter-Bold, sans-serif;
    display: inline-block;
    margin-bottom: 15px
}

.content-wrap-inside nav ul li {
    font-size: 20px;
    line-height: 30px;
    color: rgba(0, 0, 0, .85);
    margin-bottom: 10px;
    font-family: Inter-Regular, sans-serif;
    position: relative;
    padding-left: 20px
}

.content-wrap-inside nav ul li:before {
    content: url(/user/img/t.svg);
    padding-right: 20px;
    color: #1fb0ef;
    font-size: 15px;
    width: 10px;
    height: 10px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

html {
    overflow-x: hidden
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.container {
    width: 100%;
    max-width: 1320px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:1100px) {
    .container {
        max-width: 1320px
    }
}

body {
    font-family: Inter-Regular, sans-serif;
    color: #111;
    font-size: 22px;
    line-height: 28px;
    background-color: #fff;
    position: relative
}

a {
    color: #111;
    font-size: 22px;
    line-height: 28px;
    display: inline;
    text-decoration: none;
    font-family: Inter-Bold, sans-serif
}

p {
    font-size: 20px;
    line-height: 30px;
    color: #333;
    font-family: Inter-Regular, sans-serif;
    margin-bottom: 20px
}

p strong,
p strong a {
    font-family: Inter-Bold, sans-serif
}

p a {
    display: inline;
    font-size: 20px;
    line-height: 30px;
    font-family: Inter-Regular, sans-serif
}

p a:hover {
    color: #ff5353 !important
}

.news ul li,
ol li,
ol li a,
ul li a {
    font-size: 20px;
    line-height: 30px;
    color: #333;
    font-family: Inter-Regular, sans-serif
}

.news ul li,
ol li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 23px
}

.news ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ff5353;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 14px
}

ol,
ul {
    margin-bottom: 30px
}

li,
ol,
ul {
    list-style: none
}

.news ol {
    counter-reset: li
}

.news ol li:before {
    counter-increment: li;
    content: counters(li, ".") ". "" ";
    margin-right: 23px;
    position: relative;
    font-family: Inter-SemiBold, sans-serif;
    left: 0;
    top: 0;
    font-size: 20px;
    line-height: 30px;
    color: #ff0000
}

h1 {
    font-size: 36px;
    line-height: 44px;
    color: #333;
    margin-bottom: 10px;
    font-family: Inter-Bold, sans-serif
}

h2 {
    font-family: Inter-Bold, sans-serif;
    font-size: 26px;
    line-height: 36px;
    color: #333;
    margin-bottom: 20px
}

h3 {
    font-size: 28px;
    font-family: Inter-Bold, sans-serif;
    line-height: 38px;
    margin-bottom: 15px
}

h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    font-family: Inter-Bold, sans-serif
}

h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 25px
}

h6 {
    font-size: 17px;
    font-weight: 700;
    line-height: 30px
}

@media (max-width:1070px) {
    h1 {
        font-size: 28px;
        line-height: 34px
    }
}

@media (max-width:768px) {
    h1 {
        font-size: 30px;
        line-height: 38px
    }
/*header{
    top :-100%;
    transition: .3s;
}
header.show{
    top: 0;
}*/
    h2 {
        font-size: 32px;
        line-height: 42px
    }
}

@media (max-width:650px) {
    p {
        margin-bottom: 12px
    }


    ol,
    ul {
        margin-bottom: 12px
    }

    h1 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 10px
    }

    h2 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 12px
    }

    h3 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 15px
    }

    h4 {
        font-size: 18px;
        line-height: 30px
    }

    h5 {
        font-size: 14px
    }

    h6 {
        font-size: 14px
    }
}

.container-wrap {
    padding: 0 15px
}

.theme-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 29px;
    margin-top: 18px;
    margin-bottom: 10px
}

.theme-box .swiper-container {
    height: 34px
}

.theme-box .swiper-button-prev img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.theme-box .swiper-button-next,
.theme-box .swiper-button-prev {
    margin-top: auto;
    top: auto
}

.theme-box .swiper-button-prev.theme-arrow {
    right: auto;
    left: -1px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 22px;
    background: -webkit-linear-gradient(180.02deg, #fff 96.68%, rgba(255, 255, 255, 0) 94.05%);
    background: -o-linear-gradient(180.02deg, #fff 96.68%, rgba(255, 255, 255, 0) 94.05%);
    background: linear-gradient(269.98deg, #fff 96.68%, rgba(255, 255, 255, 0) 94.05%)
}

.theme-box .swiper-button-prev.theme-arrow:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 0
}

.theme-box .swiper-button-prev.swiper-button-disabled {
    opacity: 0
}

.theme-box .theme-arrow:after {
    display: none
}

.header-menu__item ul li a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.footer .header-menu {
    z-index: 2 !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.header {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 9
}

.container:not(:first-child) {
    padding-top: 195px
}

.search-btn-mob {
    display: none
}

.theme-box__item {
    font-family: Inter-Regular, sans-serif;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .08em;
    text-transform: capitalize;
    color: #000;
    white-space: nowrap;
    -webkit-background-size: cover;
    background-size: cover;
    background: #f5f9fd;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    padding: 6px 12px;
    margin-right: 10px
}

.theme-box__item:hover {
    background: #ff0000;
    color: #fff
}

.theme-box__item:last-child {
    margin-right: 0
}

.theme-box__item.active {
    background: #0088f0;
    -webkit-box-shadow: 0 2px 6px rgba(0, 136, 240, .2);
    box-shadow: 0 2px 6px rgba(0, 136, 240, .2);
    color: #fff
}

.theme-box__item.active:hover {
    background: #ff0000
}

.theme-box .swiper-slide {
    width: auto !important
}

.swiper-button-next.theme-arrow,
.swiper-button-prev.theme-arrow,
.theme-arrow,
.theme-arrow1,
.theme-arrow2,
.theme-arrow3,
.theme-arrow4,
.theme-arrow5,
.theme-arrow6,
.theme-arrow7,
.theme-arrow8,
.theme-arrow_ {
    background: -webkit-linear-gradient(180.02deg, #fff 16.68%, rgba(255, 255, 255, 0) 94.05%);
    background: -o-linear-gradient(180.02deg, #fff 16.68%, rgba(255, 255, 255, 0) 94.05%);
    background: linear-gradient(269.98deg, #fff 16.68%, rgba(255, 255, 255, 0) 94.05%);
    -webkit-border-radius: 1px;
    border-radius: 1px;
    position: absolute;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 70px;
    height: 33px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    cursor: pointer
}

.header_rubric {
    position: relative
}

.header_rubric ul {
    margin-bottom: 0 !important
}

.header_rubric nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 10px
}
.art-icons .news-photo{
    width: 16px;
    height: 16px;
}
.header_rubric__link {
    font-family: Inter-SemiBold, sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #333
}

.header_rubric__link:hover {
    color: #ff0000
}

header .container {
    position: relative
}

.menu-rubric {
    display: none;
    position: absolute;
    top: 48px;
    right: 0;
    padding: 24px;
    z-index: -12;
    background: #fff;
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 15px rgba(0, 0, 0, .15);
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.menu-rubric ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.menu-rubric li {
    margin-bottom: 12px;
    font-family: Inter-SemiBold, sans-serif;
    font-size: 18px;
    line-height: 23px;
    color: #333
}

.menu-rubric li a {
    font-family: Inter-SemiBold, sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #000
}
.news-tegs__link.select .select__dropdown {
    width: 125px;
    left: -27px;
}
.menu-rubric li a:hover {
    color: #ff0000
}
.news-tegs.video-tegs{
    flex-wrap: nowrap;
font-size: 12px !important; 
}
.news-tegs.video-tegs::-webkit-scrollbar{
    display: none;
}
.news-tegs.video-tegs a{
    white-space: nowrap;
}
.rubric-box .swiper-slide {
    width: auto !important
}

.header .rubric-box-slider {
    display: none
}

.rubric-box__item {
    font-family: Inter-SemiBold, sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #333
}

.facebook-h,
.flipboard-h,
.rss-h,
.telegram-h,
.tik-h,
.twitter-h,
.viber-h,
.youtube-h {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.facebook-h:before,
.flipboard-h:before,
.rss-h:before,
.telegram-h:before,
.tik-h:before,
.twitter-h:before,
.viber-h:before,
.youtube-h:before {
    content: '';
    width: 25px;
    height: 25px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 7px;
    -webkit-background-size: cover;
    background-size: cover
}

.facebook-h:hover,
.flipboard-h:hover,
.rss-h:hover,
.telegram-h:hover,
.tik-h:hover,
.twitter-h:hover,
.viber-h:hover,
.youtube-h:hover {
    opacity: .85
}

.email-box {
    margin-bottom: 35px
}

.email-box a {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.email-box a:before {
    content: '';
    width: 20px;
    height: 22px;
    display: inline-block;
    margin-right: 5px;
    background: url(/user/img/Line.svg);
    -webkit-background-size: cover;
    background-size: cover
}

.app-box li {
    margin-bottom: 12px !important
}

.contacts-box {
    margin-bottom: 12px
}

.contacts-box li:first-child a {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 0
}

.contacts-box li:first-child a:before {
    content: '';
    width: 20px;
    height: 22px;
    display: inline-block;
    margin-right: 3px;
    background: url(/user/img/tel.svg);
    -webkit-background-size: cover;
    background-size: cover
}

.contacts-box li a {
    margin-left: 25px
}

.contacts-box li {
    margin-bottom: 4px !important
}

.contacts-h {
    font-size: 16px !important;
    line-height: 23px
}

.youtube-h:before {
    background: url(/user/img/youtube_.svg)
}

.facebook-h:before {
    background: url(/user/img/facebook_.svg)
}

.twitter-h:before {
    background: url(/user/img/twitter.svg)
}

.flipboard-h:before {
    background: url(/user/img/flipboard.svg)
}

.rss-h:before {
    background: url(/user/img/rss.svg)
}

.telegram-h:before {
    background: url(/user/img/telegramm_.svg)
}

.viber-h:before {
    background: url(/user/img/viber_.svg)
}

.tik-h:before {
    background: url(/user/img/tik.svg) no-repeat;
    z-index: 1;
    -webkit-background-size: 70% 70%;
    background-size: 70%;
    background-position-x: 5px;
    background-position-y: 3px
}

.tik-h:after {
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    background: #000;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden
}

.header-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    background: #fff;
    width: 100%;
    top: 68px;
    display: none;
    z-index: 99
}

.header-menu__title {
    font-family: Inter-SemiBold, sans-serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #c2c2c2;
    display: block;
    margin-bottom: 22px
}

.header-menu__item {
    width: 18%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 145px
}

.header-menu__item ul li {
    margin-bottom: 20px;
    font-family: Inter-Regular, sans-serif;
    font-size: 18px;
    line-height: 23px;
    color: #333
}

.header-menu__item ul li a {
    font-family: Inter-Regular, sans-serif;
    font-size: 18px;
    line-height: 23px;
    color: #333
}

.header-menu__item ul li a.bold {
    font-family: Inter-SemiBold, sans-serif
}

.languages-change {
    z-index: 999 !important
}

.header_rubric__link.active {
    color: #ff0000
}

.languages.active .languages-change {
    display: block;
    padding: 6px 6.5px 6px;
    -webkit-box-shadow: 0 1px 8px 0 rgba(34, 60, 80, .2);
    box-shadow: 0 1px 8px 0 rgba(34, 60, 80, .2)
}
.languages-change a{
    font-size: 14px !important;
    font-family: Inter-Regular, sans-serif;
}
.languages-change a:hover{
    color: #ff0000;
}
.header-menu__title-box {
    position: relative
}

.header-menu__title-box .header-menu__title {
    background: #fff;
    padding-right: 5px
}

.header-menu__title-box:after {
    content: '';
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 7px;
    left: 0;
    height: 1px;
    background: 0 0;
    border-bottom: 1px dashed rgba(0, 0, 0, .2);
    z-index: -1;
    vertical-align: middle
}

.header-menu__item .hide-desctop {
    display: none
}

.menu-mob:hover {
    background-image: url(/user/img/gumburger-hover.svg);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat
}

.menu-mob:hover img {
    opacity: 0
}

.menu-mob .open {
    display: none
}

.menu-mob.active:hover .open {
    background-image: url(/user/img/close_hover.svg);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    width: 26px;
    height: 26px
}

.menu-mob.active:hover {
    background-image: none
}

.menu-mob.active img {
    display: none
}

.menu-mob.active .open {
    display: block
}

.menu-mob.active .open img {
    display: block;
    width: 26px;
    height: 26px
}

.header-menu__item .header-menu__item {
    display: none
}

header .header-menu {
    width: -webkit-calc(100% - 30px) !important;
    width: calc(100% - 30px) !important
}

.header-menu.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 25px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
}

.header-menu.active .email-h {
    font-size: 16px
}

.header-menu.active .header-menu__title {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.header-menu.active .header-menu__item {
    width: 15%
}

.menu-rubric.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 12;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.menu-show {
    outline: 0;
    background: 0 0;
    border: none;
    cursor: pointer;
    width: 40px;
    height: 28px
}

.menu-show:hover {
    background: url(/user/img/group1-hover.svg);
    background-repeat: no-repeat;
    background-position-y: 13px;
    background-position-x: 6px
}

.menu-show:hover img {
    display: none
}

.header_rubric ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.header_rubric ul li {
    margin-right: 24px
}

.header__top {
    margin: 5px 0 0 -50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header__top .logo {
    margin-right: 40px;
    padding-top: 12px
}

.languages {
    display: inline-block;
    position: relative;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    width: 35px;
    margin-right: 35px
}

.enter {
    outline: 0;
    border: none;
    background: 0 0;
    cursor: pointer;
    font-family: Inter-Medium, sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #333
}

.enter:hover {
    color: #ff0000
}

.languages-change,
.languages-select {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 6px 8px 6px 0;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    font-family: Inter-Medium, sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #333
}

.languages:hover>div {
    color: #ff0000
}

.languages:hover:after {
    border: solid #ff0000;
    border-width: 0 1px 1px 0
}

.languages-change {
    position: absolute;
    top: 35px;
    left: 0;
    text-align: center;
    background: #fff;
    z-index: 9;
    display: none
}

.languages:after {
    content: '';
    border: solid rgba(0, 0, 0, .9);
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    top: 11px;
    right: 2px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.temperature {
    font-family: Inter-Medium, sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #333;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px;
   
}

.temperature img {
    margin-right: 3px;
    width: 23px
}

.temperature:hover {
    background-image: url(/user/img/temp_hover.svg);
    background-position-y: 2px;
    background-repeat: no-repeat
}

.temperature:hover img {
    opacity: 0
}

.search-btn {
    background: 0 0;
    outline: 0;
    border: none;
    cursor: pointer;
    margin-top: 5px;
    margin-right: 32px;
    width: 18px;
    padding: 0;
    min-width: 18px;
    height: 23px
}

.search-btn:hover {
    background-image: url(/user/img/Shape_hover.svg);
    background-repeat: no-repeat;
    background-position-y: 1px
}

.search-btn:hover img {
    opacity: 0
}

.search-btn img {
    width: 100%
}

.menu-mob {
    width: 28px;
    height: 23px;
    margin-right: 30px;
    cursor: pointer
}

.menu-mob img {
    width: 100%
}

menu-mob.active:hover {
    background: 0 0
}

.course {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.course__item {
    font-family: Inter-Medium, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #a7a7a7;
}

.course__item:hover {
    color: #ff0000
}

.course__item:hover:after {
    background: url(/user/img/arrow-h-hover.svg) !important
}

.course__item.dollar {
    margin-right: 40px;
    position: relative
}

.course__item.dollar:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 7px;
    position: absolute;
    top: 7px;
    right: -10px;
    background: url(/user/img/arrow-h.svg)
}

.course__item.euro {
    margin-right: 30px;
    position: relative
}

.course__item.euro:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 7px;
    position: absolute;
    top: 7px;
    right: -10px;
    background: url(/user/img/arrow-h.svg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

@media screen and (max-width:1250px) {
    .header .rubric-box {
        display: block
    }

    .header .rubric-box .theme-arrow,
    .header .rubric-box .theme-arrow_ {
        top: 0;
        right: -1px
    }

    .header .header_rubric {
        display: none
    }

    .theme-box.english .theme-arrow {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .header .rubric-box-slider {
        display: block
    }

    .rubric-box .theme-box {
        margin: 15px 0
    }

    .theme-box {
        margin-top: 20px
    }
}

.footer .contacts-box a:hover,
.footer .email-box a:hover,
.footer .header-menu__item a:hover {
    color: #ff0000
}

.footer .header-menu.english {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer .header-menu__item.english {
    width: 100%
}

.footer .app-box.app-box-hide-desc {
    display: none;
    padding-top: 15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer .app-box.app-box-hide-desc .app-box__in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.footer .app-box.app-box-hide-desc .app-box__in a:first-child {
    margin-right: 15px
}

.footer .app-box.app-box-hide-desc .app-box__title {
    display: block;
    margin-bottom: 5px;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #c2c2c2;
    font-family: Inter-Medium, sans-serif
}

.footer .contacts-h-title {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #c2c2c2;
    display: inline-block;
    margin-bottom: 5px;
    font-family: Inter-Medium, sans-serif
}

.footer .regulations {
    display: inline-block
}

.footer .header-menu__item {
    width: 15%;
    margin-right: 10px
}

.footer .header-menu__item .header-menu__item {
    display: none
}

.footer .header-menu__item .header-menu__item.show-tablet {
    display: none
}

.footer .header-menu__item a {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__designed {
    font-family: Inter-Bold, sans-serif;
    font-size: 12px;
    line-height: 24px;
    color: rgba(29, 29, 29, .4);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -8px
}

.footer__designed img {
    margin-left: 5px
}

.footer__des {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 9px
}

.footer__des span {
    margin-right: 13px
}

.footer__bottom {
    width: 70%;
    margin-bottom: 19px;
    padding-top: 23px
}

.footer__bottom span {
    font-family: Inter-Regular, sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #ababab;
    display: block;
    margin-bottom: 10px
}

.footer-contact {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 27px 0;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    border-top: 1px dashed rgba(0, 0, 0, .2);
    border-bottom: 1px dashed rgba(0, 0, 0, .2)
}

.footer-contact__left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 55%
}

.footer .contacts-h-mob {
    display: none
}

.footer .contacts-h-mob.before:before {
    content: '';
    margin-bottom: -5px;
    width: 20px;
    height: 22px;
    display: inline-block;
    margin-right: 3px;
    background: url(/user/img/tel.svg);
    -webkit-background-size: cover;
    background-size: cover
}

.footer .contacts-h-mob.before+.contacts-h-mob {
    padding-left: 23px !important;
    margin-bottom: 5px !important
}

.footer .back {
    font-family: Inter-Medium, sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    color: #ff0000;
    position: absolute;
    right: 0;
    cursor: pointer
}

.footer .back span {
    margin-left: 11px;
    width: 30px;
    height: 30px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #ff0000;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.footer .contacts-box,
.footer .email-box {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin-bottom: 0
}

.footer .contacts-box a,
.footer .contacts-box div,
.footer .contacts-box li,
.footer .email-box a,
.footer .email-box div,
.footer .email-box li {
    padding: 0 !important;
    margin: 0 !important
}

.footer .contacts-h,
.footer .email-h {
    font-family: Inter-Regular, sans-serif;
    font-size: 20px !important;
    line-height: 24px;
    color: #333;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.footer .header-menu {
    position: relative;
    opacity: 1;
    top: 0;
    z-index: 99;
    padding-top: 30px;
    border-top: 1px dashed rgba(0, 0, 0, .2)
}

.footer .header-menu a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.footer .header-menu a,
.footer .header-menu li {
    font-size: 16px;
    line-height: 19px;
    font-family: Inter-SemiBold, sans-serif
}

.footer .app-box {
    margin-bottom: 30px
}

.regulations {
    font-family: Inter-Regular, sans-serif !important;
    font-size: 14px !important;
    line-height: 21px !important;
    color: #868686;
    margin-bottom: 15px
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    -webkit-scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: '';
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    -moz-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: -webkit-calc(var(--swiper-navigation-size)/ 44 * 27);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: -webkit-calc(0px - (var(--swiper-navigation-size)/ 2));
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s transform, .2s top;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s transform, .2s left;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s transform, .2s right;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition-property: opacity, height, -webkit-transform;
    transition-property: opacity, height, -webkit-transform;
    -o-transition-property: transform, opacity, height;
    transition-property: transform, opacity, height;
    transition-property: transform, opacity, height, -webkit-transform
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.bulvar {
    background: -webkit-gradient(linear, left bottom, left top, from(#fff7fb), to(#fff7fb));
    background: -webkit-linear-gradient(bottom, #fff7fb, #fff7fb);
    background: -o-linear-gradient(bottom, #fff7fb, #fff7fb);
    background: linear-gradient(0deg, #fff7fb, #fff7fb)
}

.bulvar .header_rubric {
    margin-bottom: 15px
}

.bulvar .menu-rubric.active {
    background: -webkit-gradient(linear, left bottom, left top, from(#fff7fb), to(#fff7fb));
    background: -webkit-linear-gradient(bottom, #fff7fb, #fff7fb);
    background: -o-linear-gradient(bottom, #fff7fb, #fff7fb);
    background: linear-gradient(0deg, #fff7fb, #fff7fb)
}

.bulvar .content-btn.facebook:hover {
    color: #fff !important;
    border: transparent !important
}





.bulvar .content-link-ua:hover,
.bulvar .news p a:hover,
.bulvar .popular-list__text:hover .popular-list__link {
    color: #e07 !important
}

.bulvar .content-tile:hover .content-tile__link {
    color: #e07 !important
}

.bulvar .footer .contacts-box a:hover,
.bulvar .footer .email-box a:hover,
.bulvar .footer .header-menu__item a:hover,
.bulvar .header-menu__item ul li a:hover,
.bulvar .menu-rubric li a:hover {
    color: #e07
}

.bulvar .course__item:hover,
.bulvar .enter:hover,
.bulvar .publication-list__text:hover .publication-list__link {
    color: #e07
}

.bulvar .content-btn:hover {
    color: #e07 !important;
    border: 1px solid #e07 !important
}

.bulvar .breadcrumb li a:hover {
    color: #e07 !important
}

.bulvar .news-tegs__link.active {
    border: 1px solid #e07 !important;
    color: #e07 !important
}

.bulvar .news-tegs__link.active:hover {
    background: 0 0 !important
}

.bulvar .header_rubric__link:hover,
.bulvar .news-tegs__link:hover {
    color: #e07 !important
}

.bulvar .news-video-bl__img:before {
    display: none
}

.bulvar .theme-box.tegs-rubric~.content-title .content-title__link {
    background: -webkit-gradient(linear, left bottom, left top, from(#fff7fb), to(#fff7fb));
    background: -webkit-linear-gradient(bottom, #fff7fb, #fff7fb);
    background: -o-linear-gradient(bottom, #fff7fb, #fff7fb);
    background: linear-gradient(0deg, #fff7fb, #fff7fb)
}

.bulvar .theme-box.tegs-rubric~.content-title:after {
    content: '';
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 14px;
    left: 0;
    height: 1px;
    background: 0 0;
    border-bottom: 1px dashed rgba(0, 0, 0, .2);
    z-index: -1;
    vertical-align: middle
}

.bulvar .comments-box textarea {
    background: -webkit-gradient(linear, left bottom, left top, from(#fff7fb), to(#fff7fb));
    background: -webkit-linear-gradient(bottom, #fff7fb, #fff7fb);
    background: -o-linear-gradient(bottom, #fff7fb, #fff7fb);
    background: linear-gradient(0deg, #fff7fb, #fff7fb)
}

.bulvar .news-slider-box.fixed-width .content-title:after {
    display: block
}

.bulvar .news-slider-box.fixed-width .content-title__link {
    background: -webkit-gradient(linear, left bottom, left top, from(#fff7fb), to(#fff7fb));
    background: -webkit-linear-gradient(bottom, #fff7fb, #fff7fb);
    background: -o-linear-gradient(bottom, #fff7fb, #fff7fb);
    background: linear-gradient(0deg, #fff7fb, #fff7fb)
}

.bulvar .theme-arrow {
    background: -webkit-linear-gradient(180.02deg, #fff7fb 16.68%, rgba(255, 247, 251, 0) 94.05%);
    background: -o-linear-gradient(180.02deg, #fff7fb 16.68%, rgba(255, 247, 251, 0) 94.05%);
    background: linear-gradient(269.98deg, #fff7fb 16.68%, rgba(255, 247, 251, 0) 94.05%)
}

.bulvar .content__news .list-title {
    color: #e07
}

.bulvar .popular-list__text:before,.for-bulvar .popular-list__text:before{
    color: #e07 !important
}

.bulvar .container-inside .news-tegs__link {
    background: #f5f9fd !important
}

.bulvar .news-picture {
    margin-bottom: 0
}

.bulvar .advertising-news-250.hide-desc,
.bulvar .advertising-news-600.hide-desc {
    display: none
}

.bulvar .content-btn.publication-hide {
    width: 100%;
    border: 1px solid #ff5353
}

.bulvar .news-tegs__link.active:hover {
    color: #fff
}

.bulvar .container:not(:first-child) {
    padding-top: 100px
}
/*.bulvar .content__flex{
    margin-top: 40px;
}*/

.bulvar .header-menu__title-box .header-menu__title {
    background: -webkit-gradient(linear, left bottom, left top, from(#fff7fb), to(#fff7fb));
    background: -webkit-linear-gradient(bottom, #fff7fb, #fff7fb);
    background: -o-linear-gradient(bottom, #fff7fb, #fff7fb);
    background: linear-gradient(0deg, #fff7fb, #fff7fb)
}

.bulvar .header-menu.active {
    background: -webkit-gradient(linear, left bottom, left top, from(#fff7fb), to(#fff7fb));
    background: -webkit-linear-gradient(bottom, #fff7fb, #fff7fb);
    background: -o-linear-gradient(bottom, #fff7fb, #fff7fb);
    background: linear-gradient(0deg, #fff7fb, #fff7fb);
    top: 95px
}

.bulvar header {
    margin-bottom: -15px;
    background: -webkit-gradient(linear, left bottom, left top, from(#fff7fb), to(#fff7fb));
    background: -webkit-linear-gradient(bottom, #fff7fb, #fff7fb);
    background: -o-linear-gradient(bottom, #fff7fb, #fff7fb);
    background: linear-gradient(0deg, #fff7fb, #fff7fb)
}

.bulvar .header__top {
    margin: 15px 0 10px 0
}

.bulvar .news-bl-right {
    display: none
}

.bulvar .news-tegs__link {
    background: 0 0 !important;
    padding: 4px 12px
}

.bulvar .news-tegs__link.chilli {
    position: relative;
    padding: 4px 30px 4px 12px
}

.bulvar .news-tegs__link.chilli:after {
    content: '';
    display: inline-block;
    width: 19px;
    height: 19px;
    position: absolute;
    top: 3px;
    right: 9px;
    -webkit-background-size: cover;
    background-size: cover;
    background: url(/user/img/chilli.svg)
}

.bulvar .header__top .logo {
    padding-top: 0
}

.bulvar .publication-list__item {
    padding-bottom: 0;
    border-bottom: none
}

.bulvar footer .header-menu {
    background: -webkit-gradient(linear, left bottom, left top, from(#fff7fb), to(#fff7fb));
    background: -webkit-linear-gradient(bottom, #fff7fb, #fff7fb);
    background: -o-linear-gradient(bottom, #fff7fb, #fff7fb);
    background: linear-gradient(0deg, #fff7fb, #fff7fb)
}

.bulvar .news-tegs.video-tegs {
    width: 100%
}

.bulvar .content-title:after {
    display: none
}

.bulvar .content-title__link {
    background: 0 0
}

.tiktok {
    display: none
}

.content-tile.top:hover .content-tile__img {
    opacity: 1
}

.search-top .news-tegs__link {
    font-family: Inter-Regular, sans-serif !important
}

.video-block.video-bl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.video-block.video-bl .content-tile__rubric {
    display: none
}

.video-block.video-bl .content-tile.big {
    width: 31.5%;
    max-width: 300px
}

.video-block.video-bl .content-tile.big .content-tile__link,
.video-block.video-bl .content-tile.big .content-tile__text {
    font-size: 16px;
    line-height: 22px
}

.select__toggle {
    white-space: nowrap
}

.calendar__day-text,
.calendar__month,
.calendar__year {
    border: none !important
}

.calendar__day-selected .calendar__day-text {
    background: #ff0000 !important
}

.header-menu__item ul li a:hover {
    color: #ff0000
}

.content-tiles.spec-project.hide-desc {
    display: none
}

.interview-hide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.interview-hide .content-title__link {
    white-space: nowrap
}

.interview-hide:after {
    border: 1px dashed #fff;
    z-index: 1 !important;
    width: 65% !important;
    right: 0 !important;
    left: auto !important;
    position: relative !important
}

.header-menu.inside {
    width: 100vw !important;
    left: -webkit-calc(-50vw + 50%);
    left: calc(-50vw + 50%)
}

.header-menu.inside .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.news-picture.hover:hover {
    opacity: .85;
    cursor: pointer
}

.publication.info .publication-popular .content-tile__link {
    font-size: 18px;
    line-height: 130.02%
}

.publication.info .publication-all .content-tile__link {
    font-size: 24px;
    line-height: 32px
}

.interview-bl-hide {
    display: none
}

.container-inside .content__tabs.news-rubric~.content-btn.publication-hide.vid {
    display: none !important
}

.container-inside .content__tabs.news-rubric .content-news__rubric {
    text-transform: uppercase
}

.interview-top .content-title__link {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: .08em
}

.public .publication-popular .publication-popular-box .content-tile__link,
.public .publication-popular .publication-popular-box .content-tile__text {
    font-size: 20px;
    line-height: 26px
}

.public .publication-all .publication-all-box .content-tile__link,
.public .publication-all .publication-all-box .content-tile__text {
    font-size: 24px;
    line-height: 32px
}

.theme-arrow1:hover:after,
.theme-arrow2:hover:after,
.theme-arrow3:hover:after,
.theme-arrow4:hover:after,
.theme-arrow5:hover:after,
.theme-arrow6:hover:after,
.theme-arrow7:hover:after,
.theme-arrow8:hover:after,
.theme-arrow:hover:after,
.theme-arrow_:hover:after {
    content: '';
    background: url(/user/img/arrow-right2_hover.svg) no-repeat !important;
    width: 8px;
    height: 12px;
    display: block;
    position: absolute;
    top: 11px;
    right: 0;
    -webkit-background-size: cover;
    background-size: cover
}

.theme-arrow1:hover img,
.theme-arrow2:hover img,
.theme-arrow3:hover img,
.theme-arrow4:hover img,
.theme-arrow5:hover img,
.theme-arrow6:hover img,
.theme-arrow7:hover img,
.theme-arrow8:hover img,
.theme-arrow:hover img,
.theme-arrow_:hover img {
    opacity: 0
}

.header-menu.active {
    height: 92vh;
    overflow-y: auto
}

.header-menu.active .content-btn.hide-desc {
    display: none
}

.content-tile__rubric:hover {
    color: #ff0000
}

.header-menu__item.show-mobile_ {
    display: none
}

.bulvar-back {
    position: absolute;
    left: 15px;
    padding-left: 15px;
    font-size: 15px;
    line-height: 18px;
    font-family: Inter-Medium, sans-serif;
    color: #333
}

.bulvar-back:hover {
    color: #e07
}

.bulvar-back:before {
    position: absolute;
    content: '';
    width: 4.5px;
    display: block;
    height: 9px;
    left: 0;
    top: 5px;
    background: url(/user/img/arrow-left-b.svg);
    -webkit-background-size: cover;
    background-size: cover
}

.video-icon {
    width: 12px;
    height: 14px;
    display: inline-block
}

.video-icon img {
    width: 100%;
    margin-bottom: -2px
}

.content-tile.spec-project .content-tile__img {
    display: block;
    -webkit-border-radius: 5000px;
    border-radius: 5000px;
    overflow: hidden
}

.content-tile.spec-project .content-tile__bottom,
.content-tile.spec-project .content-tile__text {
    padding: 0 10px
}

.boulevard-block .content-message,
.boulevard-block .views {
    display: none
}

.boulevard-block .popular .views {
    display: block
}

.boulevard-block .publication-popular-box {
    margin-bottom: 5px
}

.boulevard-block .popular-box .content-tile__link,
.boulevard-block .popular-box .content-tile__text {
    font-size: 20px;
    line-height: 26px
}

.boulevard-block .popular-box {
    margin-bottom: 10px
}

.boulevard-block .popular .content-tile {
    width: 23%;
    margin-right: 0;
    margin-bottom: 23px
}

.boulevard-block .publication-popular .content-tile {
    margin-bottom: 20px
}

.boulevard-block .publication-popular .publication-popular-box .content-tile__link,
.boulevard-block .publication-popular .publication-popular-box .content-tile__text {
    font-size: 20px;
    line-height: 24px
}

.boulevard-block .publication-all {
    margin-bottom: 10px
}

.boulevard-block .publication-all .content-tile {
    margin-bottom: 20px
}

.boulevard-block .publication-all .content-tile__link,
.boulevard-block .publication-all .content-tile__text {
    font-size: 24px;
    line-height: 32px
}

.content__flex-main.news.margin .content__news.news-bl {
    margin-top: 30px
}

.interview-block.heroes.author .publication-popular-box {
    margin-bottom: 0
}

.interview-block.heroes.author .content-tile__link,
.interview-block.heroes.author .content-tile__text {
    font-size: 18px;
    line-height: 23px !important
}

.interview-block.heroes.author .content-tile__rubric {
    display: block;
    margin-bottom: 4px;
    margin-top: 5px;
    font-size: 12px;
    line-height: 15px
}

.news-photo-red {
    width: 14px;
    height: 13px;
    display: inline-block
}

.news-photo-red img {
    width: 100%
}

.news-box-list.photo-list .content-news__item {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px dashed rgba(51, 51, 51, .2)
}

.news-box-list.photo-list .content-news__link {
    line-height: 23px
}

.news-box-list.photo-list .content-tile__date {
    margin-top: 5px
}

.video-bl .content-tile__img {
    display: block;
    position: relative
}

.content__news .spec-project .content-tile__bottom,
.content__news .spec-project .content-tile__text {
    padding: 0 10px
}

.spec-project .content-tile__img {
    -webkit-border-radius: 500px;
    border-radius: 500px;
    overflow: hidden;
    display: block
}

.publication.spec-project .content-btn.publication-hide {
    width: 100%;
    border: 1px solid #ff5353
}

.publication.spec-project .content-tile__link,
.publication.spec-project .content-tile__text {
    font-size: 26px;
    line-height: 34px
}

.publication.spec-project .content-tile__link {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.video-bl .content-tile__img:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35px;
    height: 40px;
    margin-left: -17px;
    margin-top: -20px;
    background: url(/user/img/video-icon.svg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.social-bl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.social-bl a {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 15px;
    -webkit-background-size: cover;
    background-size: cover
}

.social-bl a:hover {
    opacity: .85
}

.social-bl a:last-child {
    margin-right: 0
}

.social-bl .facebook-author {
    background: url(/user/img/facebook_1_.svg) no-repeat
}

.social-bl .instagram-author {
    background: url(/user/img/instagram_1_.svg) no-repeat
}

.social-bl .youtube-author {
    background: url(/user/img/youtube_1_.svg) no-repeat
}

.social-bl .tictoc-author {
    background: url(/user/img/tik-tok_1_.svg) no-repeat
}

.heroes-box.author {
    margin-bottom: 0
}

.heroes-box.author .heroes-box__photo {
    width: 260px;
    min-width: 260px;
    height: 260px
}

.heroes-box.author .heroes-box__title {
    font-size: 36px;
    line-height: 44px;
    font-family: Inter-Bold, sans-serif;
    color: #000
}

.heroes-box.author .heroes-box__text-in {
    margin-bottom: 30px
}

.heroes-box.author .heroes-box__position {
    font-size: 24px;
    line-height: 29px;
    color: #a7a7a7;
    margin-bottom: 24px
}

.content.content__flex.content-full .content__base {
    width: 100%;
    margin-right: 0
}

.profile {
    max-width: 550px;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 34px
}

.profile__img-bl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px
}

.profile__img-bl>span {
    font-size: 20px;
    line-height: 26px;
    font-family: Inter-Regular, sans-serif;
    color: #000;
    min-width: 90px;
    margin-right: 10px
}

.profile__btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 45px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.profile__btn {
    border: 1px solid rgba(0, 0, 0, .3);
    width: 100%;
    max-width: 190px;
    height: 38px;
    outline: 0;
    background: 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 500px;
    border-radius: 500px;
    font-size: 14px;
    line-height: 18px;
    color: #333;
    margin-right: 10px;
    cursor: pointer;
    font-family: Inter-SemiBold, sans-serif
}

.profile__btn:hover {
    color: #ff0000;
    border: 1px solid #ff0000
}

.profile__btn:last-child {
    margin-right: 0
}

.profile__btn.red {
    background: #ff0000;
    color: #fff;
    border: 1px solid #ff0000
}

.profile__btn.red:hover {
    background: #fff;
    color: #ff0000
}

.profile__img {
    width: 190px;
    height: 190px;
    min-width: 190px;
    margin-right: 180px
}

.profile__img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    display: block
}

.profile__change-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 8px;
    margin-bottom: 24px
}

.profile__change-btns a {
    font-size: 16px;
    line-height: 21px;
    font-family: Inter-Regular, sans-serif;
    color: #2f89ce
}

.profile__change-btns a.profile__del {
    color: #ce2f2f
}

.profile__input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px
}

.profile__input input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, .3);
    font-family: Inter-Regular, sans-serif
}

.profile__input input::-moz-placeholder {
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, .3);
    font-family: Inter-Regular, sans-serif
}

.profile__input input:-ms-input-placeholder {
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, .3);
    font-family: Inter-Regular, sans-serif
}

.profile__input input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, .3);
    font-family: Inter-Regular, sans-serif
}

.profile__input input::placeholder {
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, .3);
    font-family: Inter-Regular, sans-serif
}

.profile__input input {
    border: 1px solid rgba(0, 0, 0, .3);
    padding: 4px 8px;
    width: 100%;
    max-width: 370px;
    height: 39px
}

.profile__input>span {
    font-size: 20px;
    line-height: 26px;
    font-family: Inter-Regular, sans-serif;
    color: #000;
    min-width: 90px;
    margin-right: 10px
}

.search-wrapper {
    max-width: 1070px;
    width: 100%;
    margin: 0 auto
}

.news-tegs__link.calendar {
    position: relative
}

.news-tegs__link.calendar img {
    margin-right: 5px;
    margin-bottom: -2px
}

.news-tegs__link.calendar:hover img {
    opacity: 0
}

.news-tegs__link.calendar:hover:before {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 7px;
    left: 12px;
    background: url(/user/img/calendar1_hover.svg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.interview-form.font input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 20px;
    font-family: Inter-Medium, sans-serif;
    color: #000
}

.interview-form.font input::-moz-placeholder {
    font-size: 16px;
    line-height: 20px;
    font-family: Inter-Medium, sans-serif;
    color: #000
}

.interview-form.font input:-ms-input-placeholder {
    font-size: 16px;
    line-height: 20px;
    font-family: Inter-Medium, sans-serif;
    color: #000
}

.interview-form.font input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 20px;
    font-family: Inter-Medium, sans-serif;
    color: #000
}

.interview-form.font input::placeholder {
    font-size: 16px;
    line-height: 20px;
    font-family: Inter-Medium, sans-serif;
    color: #000
}

.search-found {
    margin-top: 10px
}

.author-box.contacts~.vacancies.advertising {
    width: 100%
}

.search-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.search-dropdown__btn {
    font-size: 16px;
    line-height: 19px;
    font-family: Inter-Regular, sans-serif;
    color: #333;
    position: relative;
    cursor: pointer
}

.search-dropdown__btn:hover {
    color: #ff0000
}

.search-dropdown__btn:after {
    content: '';
    width: 9px;
    height: 4.5px;
    display: inline-block;
    margin-left: 6px;
    margin-bottom: 3px;
    background: url(/user/img/search-arrow.svg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.search-dropdown__btn:first-child {
    margin-right: 30px
}

.search-top {
    position: relative
}

.search-top .search-dropdown {
    margin-top: -10px
}

.search-found,
.search-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.search-found {
    margin-bottom: 34px
}

.search-found__bl {
    font-size: 16px;
    line-height: 19px;
    color: #333;
    font-family: Inter-SemiBold, sans-serif
}

.search-box .content-tile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px
}

.search-box .content-tile__date {
    font-size: 12px;
    line-height: 15px;
    font-family: Inter-Regular, sans-serif;
    color: #9a9a9a
}

.search-box .content-tile__about {
    font-size: 16px;
    line-height: 21px;
    font-family: Inter-Regular, sans-serif;
    margin-bottom: 10px;
    margin-top: 4px
}

.search-box .content-tile__about span {
    color: #ff0000
}

.search-box .content-tile__link {
    font-size: 28px;
    line-height: 36px
}

.search-box .content-tile__link span {
    color: #ff0000
}

.search-box .content-tile__rubric {
    font-size: 16px;
    line-height: 19px;
    display: block;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 6px
}

.search-box .content-tile__img {
    max-width: 410px;
    width: 45%;
    margin-right: 24px
}

.search-box .content-tile__text {
    width: 65%
}

.vacancies~.comments-block {
    margin-bottom: 30px
}

.content-btn.contact {
    max-width: 330px;
    margin: 30px auto
}

.footer .contacts-box ul,
.footer .email-box ul {
    margin-bottom: 0
}

.english .publication .content-tile {
    display: block !important
}

.english-menu {
    margin-bottom: 20px
}

.english-menu li {
    margin-right: 24px
}

.english-menu li a {
    font-size: 18px;
    line-height: 22px;
    font-family: Inter-ExtraBold, sans-serif;
    color: #000
}

.english-menu li a:hover {
    color: #ff0000
}

.header-menu__item.english {
    width: 100%;
    padding: 27px 0;
    margin-right: 0;
    border-top: 1px dashed rgba(0, 0, 0, .2)
}

.header-menu__item.english:first-child {
    padding-top: 0;
    border-top: none
}

.header-menu__item.english .app-box li {
    margin-bottom: -10px !important
}

.header-menu__item.english ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.header-menu__item.english ul a {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header-menu__item.english ul li {
    margin-right: 23px;
    margin-bottom: 10px
}

.legal__item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #c4c4c4
}

.legal__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.legal__link {
    font-size: 24px;
    line-height: 32px;
    color: #000;
    font-family: Inter-Bold, sans-serif
}

.legal__link:hover {
    color: #ff0000
}

.legal__comment {
    font-size: 16px;
    line-height: 21px;
    font-family: Inter-Regular, sans-serif;
    color: #000;
    padding-left: 25px;
    display: block;
    margin-top: 5px;
    position: relative
}

.legal__comment:before {
    content: '';
    width: 18px;
    height: 18px;
    background-image: url(/user/img/comment.png);
    display: inline-block;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 0;
    margin-bottom: 1px;
    position: absolute;
    top: 1px;
    left: 0
}

.vacancies.advertising {
    margin-bottom: 310px
}

.vacancies__title {
    font-size: 20px;
    line-height: 26px;
    font-family: Inter-ExtraBold, sans-serif;
    margin-bottom: 20px;
    text-transform: uppercase
}

.vacancies__question {
    font-size: 20px;
    line-height: 24px;
    font-family: Inter-ExtraBold, sans-serif;
    color: #000;
    margin-bottom: 16px
}

.vacancies__contact,
.vacancies__email {
    position: relative;
    font-size: 20px;
    line-height: 26px;
    font-family: Inter-Regular, sans-serif;
    color: #000;
    display: block;
    margin-bottom: 8px
}

.vacancies__contact:hover,
.vacancies__email:hover {
    color: #ff0000
}

.vacancies__contact:before,
.vacancies__email:before {
    content: '';
    width: 20px;
    height: 22px;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: -3px;
    background: url(/user/img/tel.svg);
    -webkit-background-size: cover;
    background-size: cover
}

.vacancies__email {
    margin-bottom: 30px
}

.vacancies__email:before {
    background: url(/user/img/Line.svg);
    margin-bottom: -5px
}

.interview-top {
    background-image: url(/user/img/interview-bgc.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    margin-bottom: 20px;
    position: relative;
    margin-top: 5px;
    padding: 30px;
    width: 100vw;
    left: -webkit-calc(-50vw + 50%);
    left: calc(-50vw + 50%)
}

.interview-top__title {
    font-size: 34px;
    line-height: 41px;
    font-family: Inter-Bold, sans-serif;
    color: #fff
}

.interview-top__title:hover {
    color: #ff0000
}

.interview-top__about {
    font-size: 24px;
    line-height: 29px;
    font-family: Inter-Medium, sans-serif;
    color: #fff;
    margin-top: 18px
}

.interview-top .content-tile__date {
    font-size: 18px;
    line-height: 17px;
    color: #fff;
    display: block;
    margin-bottom: 12px;
    margin-top: 30px
}

.interview-top__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.interview-top__item {
    width: 48%
}

.interview-top__item img {
    width: 100%;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.interview-top__img {
    position: relative;
    display: block
}

.interview-top__img:hover {
    opacity: .85
}

.interview-top__img:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 56px;
    height: 56px;
    margin-left: -28px;
    margin-top: -28px;
    background: url(/user/img/video_bottom.svg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.interview-top .content-title__link {
    color: #fff;
    background: 0 0
}

.interview-top .content-title {
    margin-bottom: 15px
}

.video-block {
    width: 100%;
    margin-bottom: 30px
}

.theme-box.tegs-rubric {
    display: none;
    margin-top: -10px
}

.popular-block {
    margin-bottom: 35px
}

.main-popular .popular-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-left: 115px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 30px
}

.main-popular .popular-list__item:hover .popular-list__img {
    opacity: .85
}

.main-popular .popular-list__bottom .popular-list__rubric {
    display: none
}

.main-popular .content-message {
    font-size: 14px;
    line-height: 21px;
    font-family: Inter-Medium, sans-serif;
    color: #9a9a9a
}

.main-popular .content-message:before {
    top: 5px;
    width: 15px;
    height: 13px;
    background: url(/user/img/mess1.svg)
}

.main-popular .popular-list__rubric {
    font-size: 11px;
    line-height: 13px;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-family: Inter-Regular, sans-serif;
    color: #888;
    margin-bottom: 8px;
    display: block
}

.main-popular .content-tile__date {
    font-size: 14px;
    line-height: 21px;
    font-family: Inter-Regular, sans-serif;
    color: rgba(0, 0, 0, .4)
}

.main-popular .popular-list__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.main-popular .popular-list__link,
.main-popular .popular-list__text {
    font-size: 22px;
    line-height: 30px
}

.main-popular .popular-list__text {
    padding-left: 20px;
    width: 65%
}

.main-popular .popular-list__img {
    width: 58%;
    max-width: 310px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    min-width: 262px
}

.main-popular .popular-list__img img {
    width: 100%
}

.main-popular .popular-list__text:before {
    display: none
}

.main-popular .popular-list__item:before {
    counter-increment: li;
    content: counters(li, ".") " "" ";
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -60px;
    font-size: 70px;
    line-height: 100px;
    text-transform: uppercase;
    color: #ff0000;
    font-family: Inter-Bold, sans-serif
}

.theme-box .news-tegs__link {
    border: 1px solid rgba(0, 0, 0, .35);
    background: #fff;
    font-family: Inter-Medium, sans-serif;
    font-size: 16px;
    line-height: 19px;
    padding: 5px 19px;
    text-transform: inherit;
    margin-right: 5px
}

.theme-box .news-tegs__link:last-child {
    margin-right: 0
}

.theme-box .news-tegs__link.active {
    color: #ff5353;
    border: 1px solid #ff5353
}

.news-rubric .content-news__bottom {
    display: none;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-top: 5px
}


.content__tabs.news-rubric~.content-btn {
    margin-bottom: 19px !important
}

.content__tabs.news-rubric .content-news__item {
    margin-bottom: 12px !important
}

.content-news__date-lk {
    font-size: 18px;
    line-height: 22px;
    color: #333;
    font-family: Inter-SemiBold, sans-serif;
    display: inline-block;
    margin-bottom: 40px
}

.content-news__date-lk:hover {
    color: #ff0000
}

.content-news__date-lk img {
    margin-right: 11.5px
}

.content-news__item>.content-news__info .content-news__rubric {
    margin-top: 10px
}

.date-calendar {
    position: absolute;
    top: 9px;
    display: block !important;
    right: 0;
    font-size: 14px;
    line-height: 17px;
    color: #333;
    cursor: default;
    font-family: Inter-SemiBold, sans-serif
}

.date-calendar img {
    margin-right: 4px;
    width: 16px;
    height: 16px;
    margin-bottom: -2px
}

.content__tabs.news-rubric {
    position: relative;
    margin-bottom: 40px
}

.content__tabs.news-rubric input[type=radio]:checked+label {
    color: #ff0000
}

.content__tabs.news-rubric label {
    margin-bottom: 0;
    font-size: 14px;
    
}
.content__tabs.news-rubric a{
    margin-right: 15px
}
.content__tabs.news-rubric label:last-child {
    margin-right: 0
}

.content__tabs.news-rubric .content-news__rubric {
    font-size: 11px;
    line-height: 13px;
    letter-spacing: .12em
}

.content__tabs.news-rubric .content-news__time-before {
    position: absolute;
    font-size: 16px;
    line-height: 19px;
    left: 0;
    font-family: Inter-Regular, sans-serif;
    top: 50%;
    margin-top: -15px;
    color: #888
}

.content__tabs.news-rubric .content-news-inside {
    margin-top: -5px
}

.content__tabs.news-rubric .content-news__link,
.content__tabs.news-rubric .content-news__text {
    font-size: 20px;
    line-height: 26px
}

.content__tabs.news-rubric .content-news__img img {
    width: 130px;
    height: auto;
    margin-right: 12px;
}

.content__tabs.news-rubric .content-news__info:after {
    display: none
}

.content__tabs.news-rubric .content-news__item {
    padding-bottom: 12px;
    margin-bottom: 12px;
    position: relative;
    padding-left: 62px;
    border-bottom: 1px dashed rgba(0, 0, 0, .15)
}

.content__tabs.news-rubric .content-news__item:first-child {
    padding-top: 12px;
    border-top: 1px dashed rgba(0, 0, 0, .15)
}

.content__tabs.news-rubric .content-news__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.content-tile__img {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden
}

.vid-icon {
    background: url(/user/img/photo.svg);
    width: 28.57px;
    height: 26.4px;
    display: inline-block;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: -3px
}

.content-btn.publication-btn img {
    margin-left: 6px;
    margin-bottom: -3px
}

.photo-box {
    margin-bottom: 40px
}

.photo-box .content-message {
    font-size: 12px;
    line-height: 15px
}

.photo-box .content-message:after {
    top: 1px;
    left: -20px;
    width: 15.5px;
    height: 13px;
    -o-object-fit: cover;
    object-fit: cover;
    background: url(/user/img/mess1.svg);
    background-repeat: no-repeat
}

.photo-box__number {
    position: absolute;
    left: 50px;
    top: 18px;
    font-size: 20px;
    line-height: 24px;
    font-family: Inter-Medium, sans-serif;
    color: #fff
}

.photo-box .content-tile__img {
    position: relative;
    display: block
}

.photo-box .content-tile__img:before {
    content: '';
    position: absolute;
    top: 16px;
    left: 12px;
    width: 28px;
    height: 28px;
    background: url(/user/img/photo-before.svg)
}

.photo-box .content-message,
.photo-box .content-tile__rubric {
    display: none
}

.photo-box .content-tile__link,
.photo-box .content-tile__text {
    font-size: 28px;
    line-height: 36px
}

.photo-box .content-tile {
    margin-bottom: 30px
}

.photo-box .content-btn,
.publication .content-btn {
    width: 299px;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, .15);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto
}
.publication.spec-project{
    margin-top: 0;
}
.publication.spec-project .content__flex-main.news.margin .content__news.news-bl{
    margin-top: 0;
}
.photo-box .content-btn:hover,
.publication .content-btn:hover {
    border: 1px solid #ff0000
}

.publication {
    margin-top: -10px;
    margin-bottom: 20px
}

.publication .content-tile__rubric {
    display: none
}

.publication-hide {
    display: none !important
}
    @media (min-width:1200px){
.publication .content-tile.hide-desc {
    display: none
}
}
.languages-select img{
    width: 20px;
}
.publication-all {
    width: 100%
}

.publication-all .content-btn {
    width: 299px;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, .15);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto
}

.publication-all .content-btn:hover {
    border: 1px solid #ff0000
}

.publication-all-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.publication-all-box .content-message,
.publication-all-box .views {
    display: none
}

.publication-all-box .content-tile {
    margin-bottom: 30px;
    width: 49%;
    max-width: 465px
}

.publication-all-box .content-tile .content-tile__bottom {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.publication-all-box .content-tile .content-message {
    font-size: 12px;
    line-height: 15px
}

.publication-all-box .content-tile .content-message:before {
    top: 1px;
    left: -20px;
    width: 15.5px;
    height: 13px;
    -o-object-fit: cover;
    object-fit: cover;
    background: url(/user/img/mess1.svg);
    background-repeat: no-repeat
}

.publication-all-box .content-tile__link,
.publication-all-box .content-tile__text {
    font-size: 16px;
    line-height: 20px
}

.publication-popular-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 35px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.publication-popular-box .content-tile {
    width: 32%;
    max-width: 300px
}

.publication-popular-box .content-tile:last-child {
    margin-right: 0
}

.publication-popular-box .content-tile .content-tile__bottom {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.publication-popular-box .content-tile .content-message {
    font-size: 12px;
    line-height: 15px
}

.publication-popular-box .content-tile .content-message:before {
    top: 1px;
    left: -20px;
    width: 15.5px;
    height: 13px;
    -o-object-fit: cover;
    object-fit: cover;
    background: url(/user/img/mess1.svg);
    background-repeat: no-repeat
}

.publication-popular-box .content-tile .content-tile__link,
.publication-popular-box .content-tile .content-tile__text {
    font-size: 16px;
    line-height: 20px;
    color: #333;
    font-family: Inter-Bold, sans-serif
}

.popular-list {
    counter-reset: li
}

.popular-list__item {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px dashed rgba(51, 51, 51, .2)
}

.popular-list__item .views {
    display: block;
    margin-bottom: 3px;
    font-family: Inter-Regular, sans-serif
}

.popular-list__item:last-child {
    border: none
}

.popular-list__text:hover .popular-list__link {
    color: #ff0000
}

.popular-list__link,
.popular-list__text {
    font-size: 16px;
    line-height: 23px;
    color: #333;
    font-family: Inter-Bold, sans-serif
}

.popular-list__text {
    padding-left: 40px;
    position: relative
}

.popular-list__text:before {
    counter-increment: li;
    content: counter(li);
    position: absolute;
    left: 0;
    top: -6px;
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
    color: #ff0000;
    font-family: Inter-Bold, sans-serif
}

.content__flex-main.news.news-small .comments-block {
    margin-bottom: 30px
}

.info-box {
    padding: 48px 74px 60px;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #333;
    font-family: Inter-Bold, sans-serif;
    background: #f2f6fb;
    margin-bottom: 20px
}

blockquote {
    padding: 25px 0 34px;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #333;
    font-family: Inter-SemiBold, sans-serif;
    border-top: 1px dashed rgba(0, 0, 0, .3);
    position: relative;
    margin-top: 35px
}

blockquote:before {
    content: '';
    display: block;
    position: absolute;
    top: -16px;
    z-index: 1 !important;
    left: 50%;
    margin-left: -20px;
    width: 40.5px;
    height: 30px;
    background: url(/user/img/blockquote_red.svg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

blockquote:after {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    top: -16px;
    z-index: 0;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 30px
}

.news-picture {
    width: 100%;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 30px
}

.news-picture__about {
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    color: #333;
    font-family: Inter-Regular, sans-serif
}

.publication-list__item:nth-of-type(7) {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.publication-list {
    margin-bottom: 28px
}

.publication-list .content-btn {
    border: 1px solid rgba(0, 0, 0, .15)
}

.publication-list .content-btn {
    border: 1px solid rgba(0, 0, 0, .15)
}

.publication-list .content-btn:hover {
    border: 1px solid #ff0000
}

.publication-list__item {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px dashed rgba(51, 51, 51, .2)
}

.publication-list__text:hover .publication-list__link {
    color: #ff0000
}

.publication-list__link,
.publication-list__text {
    font-size: 16px;
    line-height: 23px;
    font-family: Inter-Regular, sans-serif
}

.publication-list__text {
    margin-bottom: 5px
}

.publication-list__date {
    display: block;
    font-size: 12px !important;
    line-height: 15px;
    color: #858585;
    opacity: .6;
    font-family: Inter-Regular, sans-serif
}

.news-box-list {
    margin-bottom: 28px
}

.news-box-list .content-news {
    margin-top: -5px;
    margin-bottom: 30px;
}

.news-box-list .content-btn {
    border: 1px solid rgba(0, 0, 0, .15)
}

.news-box-list .content-btn:hover {
    border: 1px solid #ff0000
}

.list-title {
    font-size: 16px !important;
    line-height: 22px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #ff0000;
    font-family: Inter-Bold, sans-serif !important;
    display: inline-block;
    margin-bottom: 15px
}

.list-title.color-black {
    color: #333
}

.comments-answers {
    margin-bottom: 35px
}

.comments-answers__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    border-bottom: 1px dashed rgba(0, 0, 0, .2)
}

.comments-answers__item.inside {
    padding-left: 50px
}

.comments-answers__item.inside:last-child {
    border-bottom: none
}

.comments-answers__img {
    width: 40px;
    height: 40px;
    min-width: 40px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px
}

.comments-answers__img img {
    width: 100%
}

.comments-answers__date {
    font-family: Inter-Regular, sans-serif;
    font-size: 12px;
    line-height: 15px;
    color: #aeaeae;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.comments-answers__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.comments-answers__text {
    font-family: Inter-Regular, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, .85);
    margin-bottom: 12px
}

.comments-answers__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px
}

.comments-answers__likes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.comments-answers__dlike,
.comments-answers__like {
    position: relative;
    padding-left: 23px;
    cursor: pointer
}

.comments-answers__dlike:before,
.comments-answers__like:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    display: block;
    -webkit-background-size: cover;
    background-size: cover
}

.comments-answers__like {
    margin-right: 23px
}

.comments-answers__like:before {
    background: url(/user/img/like-ans.svg) no-repeat
}

.comments-answers__like:hover:before {
    background: url(/user/img/like-ans_hover.svg) no-repeat
}

.comments-answers__dlike:before {
    top: 5px;
    background: url(/user/img/dlike-ans.svg) no-repeat
}

.comments-answers__dlike:hover:before {
    top: 5px;
    background: url(/user/img/dlike-ans_hover.svg) no-repeat
}

.comments-answers__answer,
.comments-answers__dlike,
.comments-answers__like {
    font-family: Inter-Regular, sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: rgba(0, 0, 0, .5)
}

.comments-answers__answer {
    cursor: pointer
}

.comments-answers__answer:hover {
    color: #ff0000
}

.comments-answers__name {
    font-family: Inter-SemiBold, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #000
}

.comments-answers__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-top: 10px
}

.content-btn.comments-btn {
    height: 44px;
    border: 1px solid rgba(0, 0, 0, .15);
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px
}

.content-btn.comments-btn:hover {
    border: 1px solid #ff0000
}

.comments-block {
    margin-bottom: 50px
}

.news-slider-box.video .content-tile__img {
    position: relative
}

.news-slider-box.video .content-tile__img:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 56px;
    height: 56px;
    margin-left: -28px;
    margin-top: -28px;
    background: url(/user/img/video_bottom.svg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.news-slider-box {
    width: 100%;
    position: relative;
    margin-bottom: 10px
}

.news-slider-box .swiper-button-next,
.news-slider-box .swiper-button-next1,
.news-slider-box .swiper-button-next2,
.news-slider-box .swiper-button-next3,
.news-slider-box .swiper-button-prev,
.news-slider-box .swiper-button-prev1,
.news-slider-box .swiper-button-prev2,
.news-slider-box .swiper-button-prev3 {
    background: url(/user/img/arrow-news.svg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 8px;
    height: 14px;
    position: absolute;
    cursor: pointer;
    top: 29px;
    right: 0;
    z-index: 1
}

.news-slider-box .swiper-button-next1.swiper-button-disabled,
.news-slider-box .swiper-button-next2.swiper-button-disabled,
.news-slider-box .swiper-button-next3.swiper-button-disabled,
.news-slider-box .swiper-button-prev1.swiper-button-disabled,
.news-slider-box .swiper-button-prev2.swiper-button-disabled,
.news-slider-box .swiper-button-prev3.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.news-slider-box .swiper-button-next1,
.news-slider-box .swiper-button-next2,
.news-slider-box .swiper-button-next3,
.news-slider-box .swiper-button-prev1,
.news-slider-box .swiper-button-prev2,
.news-slider-box .swiper-button-prev3 {
    top: 7px
}

.news-slider-box .swiper-button-prev,
.news-slider-box .swiper-button-prev1,
.news-slider-box .swiper-button-prev2,
.news-slider-box .swiper-button-prev3 {
    right: 30px;
    left: auto;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.news-slider-box .swiper-button-prev1:after,
.news-slider-box .swiper-button-prev2:after,
.news-slider-box .swiper-button-prev3:after,
.news-slider-box .swiper-button-prev:after {
    content: ''
}

.news-slider-box .swiper-button-next1:after,
.news-slider-box .swiper-button-next2:after,
.news-slider-box .swiper-button-next3:after,
.news-slider-box .swiper-button-next:after {
    content: ''
}

.news-slider-box .content-title__link {
    color: #333
}

.news-slider-box .content-title {
    margin-bottom: 15px
}

.news-slider-box .content-title:after {
    width: 95%
}

.news-slider-box .content-tile.big .content-tile__link,
.news-slider-box .content-tile.big .content-tile__text {
    font-size: 18px;
    line-height: 23px
}

.news-slider-box .swiper-slide .content-tile {
    width: 100%
}

.news-slider-box.fixed-width .swiper-slide {
    width: 300px !important
}

.heroes-box {
    margin-bottom: 45px
}

.heroes-box__about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 48px;
    padding-top: 10px
}

.heroes-box__title {
    font-size: 36px;
    line-height: 44px;
    font-family: Inter-Bold, sans-serif;
    color: #000;
    display: inline-block;
    margin-bottom: 10px
}

.heroes-box__position {
    font-size: 18px;
    line-height: 22px;
    color: #a7a7a7;
    font-family: Inter-Medium, sans-serif;
    margin-bottom: 16px
}

.heroes-box__read {
    font-size: 20px;
    line-height: 28px;
    font-family: Inter-Regular, sans-serif;
    color: #2f89ce;
    display: inline-block
}

.heroes-box__text-in {
    font-size: 20px;
    line-height: 28px;
    font-family: Inter-Regular, sans-serif;
    color: #000;
    margin-bottom: 5px
}

.heroes-box__photo {
    width: 278px;
    margin-right: 34px;
    min-width: 278px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    height: 278px;
}

.heroes-box__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.heroes-box__photo.bgc {
    background: #ff0000
}

.heroes-box__video {
    position: relative;
    margin-bottom: 43px
}

.heroes-box__video:hover {
    opacity: .85
}

.heroes-box__video img {
    width: 100%
}

.heroes-box__video:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(/user/img/youtube_1.svg);
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-top: -45px;
    -webkit-background-size: cover;
    background-size: cover;
    cursor: pointer
}

.heroes-box__rubric {
    font-size: 16px;
    line-height: 19px;
    font-family: Inter-Medium, sans-serif;
    color: #a7a7a7;
    margin-bottom: 10px
}

.heroes-box__title {
    font-size: 34px;
    line-height: 41px;
    font-family: Inter-Regular, sans-serif;
    color: #000
}

.heroes-box__title:hover {
    color: #ff0000
}

.heroes-box__date {
    font-size: 16px;
    line-height: 19px;
    font-family: Inter-Medium, sans-serif;
    color: #a7a7a7;
    margin-top: 10px;
    display: block
}

.picture {
    width: 100%;
    margin-bottom: 25px
}

.picture img {
    width: 100%
}

.heroes .interview-block-in .content-tile {
    margin-bottom: 30px
}

.heroes .publication-btn {
    max-width: 330px;
    margin: 0 auto;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid rgba(0, 0, 0, .15)
}

.heroes .publication-btn:hover {
    border: 1px solid #ff0000
}

.interview-form.right .interview-form-btn {
    right: 0
}

.interview-form.right input {
    padding: 11px 10px 11px 0
}

.interview-form.left .interview-form-btn {
    right: auto;
    left: 0
}

.interview-form.right input {
    font-size: 16px
}

.content-tile.top .content-tile__text {
    margin-top: -31px
}

.content-tile.top .content-tile__link {
    background: #fff
}

.interview-block.heroes .content-btn.publication-btn {
    margin-bottom: 25px
}

.interview-form {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 20px
}

.interview-form-btn {
    border: none;
    outline: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    background: 0 0
}

.interview-form input {
    background: #fff;
    width: 100%;
    outline: 0;
    border: none;
    padding: 11px 10px 11px 38px;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    position: relative;
    -webkit-border-radius: inherit;
    border-radius: inherit
}

.content-btn.publication-btn.vid {
    width: 300px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid rgba(0, 0, 0, .35)
}

.content-btn.publication-btn.vid:hover {
    border: 1px solid #ff0000
}

.theme-box.tegs-rubric .news-tegs__link:hover {
    background: #fff;
    color: #ff0000;
    border: 1px solid #ff0000
}

.news-tegs__link.select {
    width: auto;
    background: #fff
}

.news-tegs__link.select .select__dropdown {
    max-height: 365px;
    top: 38px
}

.news-tegs__link.select .select__options {
    padding: 24px
}

.news-tegs__link.select .select__options li {
    margin-bottom: 5px
}

.news-tegs.video-tegs {
    margin-bottom: 14px
}

.news-tegs.video-tegs a,
.news-tegs.video-tegs span {
    border: 1px solid #e2e2e2;
    background: #fff;
    font-family: Inter-Medium, sans-serif;
    font-size: 16px;
    line-height: 19px;
    text-transform: inherit;
    letter-spacing: 0
}

.news-tegs.video-tegs button {
    font-family: Inter-Medium, sans-serif;
    font-size: 16px;
    line-height: 19px;
    text-transform: inherit
}

.news-tegs.video-tegs a.active,
.news-tegs.video-tegs a:hover,
.news-tegs.video-tegs span.active,
.news-tegs.video-tegs span:hover {
    color: #ff0000;
    border: 1px solid #ff0000
}

.news-tegs.video-tegs a.active button,
.news-tegs.video-tegs a:hover button,
.news-tegs.video-tegs span.active button,
.news-tegs.video-tegs span:hover button {
    color: #ff0000
}
.news-tegs__link .select__dropdown .select__options a{
    border: unset;
}
.news-tegs__link .select__dropdown .select__options li{
    margin-bottom: 12px !important;
}
.news-tegs__link .select__dropdown .select__options a:hover, .news-tegs__link .select__dropdown .select__options a.active{
    border: unset;
}
.news-slider-box.video-bl .content-tile__img {
    position: relative
}

.news-slider-box.video-bl {
    width: 100%;
    position: relative
}

.news-slider-box.video-bl .content-tile.big .content-tile__link,
.news-slider-box.video-bl .content-tile.big .content-tile__text {
    font-size: 16px;
    line-height: 22px
}

.news-slider-box.video-bl .content-tile__img:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35px;
    height: 40px;
    margin-left: -17px;
    margin-top: -20px;
    background: url(/user/img/video-icon.svg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.content-btn.facebook {
    height: 44px;
    background: #4e6297;
    border: none;
    color: #fff;
    line-height: 20px
}

.content-btn.facebook img {
    margin-right: 7px
}

.content-btn.facebook:hover {
    color: #fff;
    opacity: .9
}

.news-picture-describe {
    font-size: 14px;
    line-height: 17px;
    font-family: Inter-Regular, sans-serif;
    color: #919191;
    display: block;
    margin-bottom: 35px
}

.rubric-advertising {
    max-width: 748px;
    margin: 0 auto 20px
}

.interview-block-in {
    width: 100%
}

.interview-block-in.hide-desc {
    display: none
}

.vid-red {
    width: 12px;
    height: 12px
}

.vid-red img {
    margin-bottom: -2px
}

.publication-popular-box .content-tile .views {
    font-size: 12px !important;
    line-height: 15px
}

.interview-block {
    width: 100%
}

.interview-block .content-message,
.interview-block .content-tile__rubric,
.interview-block .views {
    display: none
}

.interview-block .publication-popular-box .content-tile .content-tile__link,
.interview-block .publication-popular-box .content-tile .content-tile__text {
    line-height: 21px
}

.interview-block .content-tile.hide-desc {
    display: none
}

.interview-block-in.margin {
    margin-bottom: 12px
}

.interview-theme {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.interview-theme__item {
    font-size: 16px;
    width: 24%;
    line-height: 22px;
    text-align: center;
    color: #333;
    font-family: Inter-Medium, sans-serif;
    padding: 15px 36.5px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f5f9fd;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    margin-bottom: 18px
}

.interview-block-in {
    margin-bottom: 30px
}

.interview-block-in .author-box__item {
    width: 160px
}

.interview-block-in .author-box__img {
    width: 160px;
    height: 160px
}

.title-bl {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: #333;
    font-family: Inter-Bold, sans-serif;
    margin-bottom: 15px
}

.rubric-box {
  
}

.rubric-box .publication-popular-box {
    margin-bottom: 13px
}

.rubric-box .content-tile {
    width: 32%;
    max-width: 300px;
    margin-bottom: 30px
}

.rubric-box .content-tile .content-tile__rubric {
    display: none
}

.rubric-box .content-tile .content-tile__link,
.rubric-box .content-tile .content-tile__text {
    font-size: 18px;
    line-height: 130.02%
}

.advertising-news {
    margin-bottom: 30px;
    width: 100%
}

.advertising-news img {
    width: 100%
}

.float-box {
    max-width: 250px;
    width: 100%;
    margin-right: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.float-box .content-title {
    margin-bottom: 10px
}

.float-box .content-title__link {
    font-size: 16px;
    line-height: 130%;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #ff0000
}

.float-box__top {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.float-box__position {
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #919191;
    font-family: Inter-Regular, sans-serif
}

.float-box__name {
    font-size: 15px;
    line-height: 19px;
    color: #333;
    font-family: Inter-SemiBold, sans-serif;
    display: inline-block;
    margin-bottom: 2px
}

.float-box__name:hover {
    color: #ff0000
}

.float-box__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.float-box__text {
    font-size: 16px;
    line-height: 22px;
    color: #333;
    font-family: Inter-Regular, sans-serif;
    margin-bottom: 7px;
    display: inline-block
}

.float-box__rubrick {
    font-size: 11px;
    line-height: 13px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #888;
    font-family: Inter-Regular, sans-serif
}

.float-box__rubrick:hover {
    color: #ff0000
}

.float-box__date {
    font-size: 12px;
    line-height: 15px;
    font-family: Inter-Regular, sans-serif;
    color: #9a9a9a;
    margin-right: 10px
}

.float-box__about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.float-box__img {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 6px
}

.float-box__img img {
    width: 100%
}

.comments-box {
    margin-bottom: 35px
}

.comments-box__number {
    font-size: 18px;
    line-height: 23px;
    text-transform: capitalize;
    color: #333;
    font-family: Inter-Medium, sans-serif;
    margin-bottom: 15px;
    display: block
}

.comments-box__symbols {
    font-size: 14px;
    line-height: 21px;
    font-family: Inter-Regular, sans-serif;
    color: #333
}

.comments-box__btn {
    border: 1px solid rgba(0, 0, 0, .15);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 190px;
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .02em;
    color: #333;
    font-family: Inter-SemiBold, sans-serif;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    outline: 0;
    background: 0 0;
    text-align: center
}

.comments-box__btn:hover {
    color: #ff0000;
    border: 1px solid #ff0000
}

.comments-box__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.comments-box__ban {
    font-size: 14px;
    line-height: 20px;
    color: #8f8f8f;
    display: block;
    font-family: Inter-Regular, sans-serif;
    margin-bottom: 0
}

.comments-box textarea {
    background: #fff;
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 10px 15px;
    font-size: 16px;
    width: 100%;
    resize: none;
    height: 90px;
    margin-bottom: 12px;
    line-height: 24px;
    color: rgba(0, 0, 0, .3);
    font-family: Inter-Regular, sans-serif
}

.comments-box__img {
    width: 40px;
    min-width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 9px
}

.comments-box__img img {
    width: 100%
}

.comments-box__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.comments-box__club {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 23px
}

.comments-box__club a {
    font-size: 16px;
    line-height: 22px;
    color: #2f89ce
}

.like-news {
    margin-bottom: 35px
}

.like-news__title {
    font-family: Inter-Medium, sans-serif;
    font-size: 24px;
    line-height: 23px;
    color: #000;
    margin-bottom: 20px
}

.like-news__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.like-news__item {
    font-size: 24px;
    line-height: 23px;
    text-transform: capitalize;
    color: #000;
    padding-left: 40px;
    position: relative
}

.like-news__item:before {
    content: '';
    width: 32px;
    height: 32px;
    -webkit-background-size: cover;
    background-size: cover;
    display: block;
    position: absolute;
    top: -7px;
    left: -2px
}

.like-news__item:first-child {
    margin-right: 24px
}

.like-news__item.like:before {
    background: url(/user/img/like__.svg)
}

.like-news__item.dlike:before {
    background: url(/user/img/dlike__.svg);
    top: 0
}

.share-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

.share-box .social-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.share-box__title {
    margin-right: 13px;
    font-size: 17px;
    line-height: 130%;
    text-transform: capitalize;
    color: #333;
    font-family: Inter-Medium, sans-serif
}

.news-tegs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.news-tegs__link {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: .08em;
    /*text-transform: uppercase;*/
    color: #000;
    margin-right: 6px;
    padding: 6px 12px;
    background: #f5f9fd;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    font-family: Inter-Regular, sans-serif;
    margin-bottom: 10px
}

.news-tegs__link:last-child {
    margin-right: 0
}

.news-tegs__link:hover {
    color: #fff;
    background: #ff0000
}

.float-box.left {
    float: left
}

.news-theme .content-title__link {
    font-size: 16px;
    line-height: 130%;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #333
}

.news-theme ul {
    margin-bottom: 20px
}

.news-theme li:before {
    background: #333 !important
}

.news-theme li a {
    color: #2f89ce
}

.news-theme li a:hover, .blue-links a:hover, .ct-header a:hover {
    color: #ff0000 !important
}

.news p a, .blue-links a{
    color: #2f89ce;
    text-decoration: none;
    font-family: Inter-Regular, sans-serif;
}

.content-message {
    margin-right: 37px !important
}

.content-link-ua, .content-link-ru {
    display: inline-block;
    font-size: 16px;
    line-height: 19px;
    color: #2f89ce;
    font-family: Inter-Medium, sans-serif;
    position: relative;
    left: 23px
}

.content-link-ua:hover {
    color: #ff0000
}

.content-link-ua:hover:before {
    background: url(/user/img/ua_hover.svg)
}

.content-link-ua:before {
    content: '';
    display: inline-block;
    width: 19px;
    height: 18px;
    left: -23px;
    -webkit-background-size: cover;
    background-size: cover;
    background: url(/user/img/ua.svg);
    background-size: cover;
    margin-right: 5px;
    position: absolute
}

.content__base-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 18px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.content__base-info .content-date {
    margin-right: 20px
}

.content-date,
.content-message {
    font-size: 16px;
    line-height: 19px;
    color: #9a9a9a;
    font-family: Inter-Regular, sans-serif;
    margin-right: 20px
}

.content-message {
    font-family: Inter-Medium, sans-serif;
    position: relative;
    left: 23px
}

.content-message:before {
    content: '';
    display: inline-block;
    width: 19px;
    position: absolute;
    height: 16px;
    -webkit-background-size: cover;
    background-size: cover;
    background: url(/user/img/mes.svg);
    margin-right: 5px;
    left: -23px
}

.content__flex {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.news-picture picture {
    display: block
}

.news-picture img {
    width: 100%
}

.container-inside {
    max-width: 780px;
    width: 100%;
    margin: 0 auto
}

.content__flex-main {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.content-two .content__news {
    margin-right: 0;
    max-width: 300px
}

.content.content-two .content__base {
    margin-right: 30px
}

.author.author-main .author-box__item {
    margin-right: 2%
}

.author.author-main .author-box__item:last-child {
    margin-right: 0
}

.content-tile:hover .content-tile__img {
    opacity: .85
}

.content-tile:hover .content-tile__link {
    color: #ff0000 !important
}

.content-rubric__news .content-tile__link:hover {
    color: #ff0000
}

.content-btn.viber:hover {
    background: #ff0000
}

.author-box__item:hover .author-box__img {
    opacity: .85
}

.author-box__item:hover .author-box__name {
    color: #ff0000
}

.last-blogs-box__item:hover .last-blogs-box__img {
    opacity: .85
}

.last-blogs-box__item:hover .last-blogs-box__name {
    color: #ff0000
}

.content__tabs label:hover {
    color: #ff0000 !important
}

.content-btn:hover {
    color: #ff0000
}

.content-news__item:hover .content-news__link {
    color: #ff0000
}

.content-news__item:hover .content-news__img {
    opacity: .85
}

.blogs-box__item:hover .blogs-box__img {
    opacity: .85
}

.blogs-box__item:hover .blogs-box__name {
    color: #ff0000
}

.blogs-box__about,
.blogs-box__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.interview-box__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 49%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 630px
}

.popular .swiper-slide,
.popular-mob .swiper-slide {
    width: 220px !important
}

.popular .content-tile,
.popular-mob .content-tile {
    width: 100%
}

.popular .top-slider__box .swiper-slide,
.popular-mob .top-slider__box .swiper-slide {
    width: 220px !important
}

.boulevard .swiper-slide,
.top-slider__box .swiper-slide {
    width: 240px !important
}

.boulevard .content-tile,
.top-slider__box .content-tile {
    width: 100%
}

.content-tile__text {
    margin-bottom: 0
}

.main-content__rubric .main-content__news {
    padding-top: 1px
}

.main-content__rubric .content-tiles+.content-tiles .content-tile__link,
.main-content__rubric .content-tiles+.content-tiles .content-tile__text {
    font-size: 16px;
    line-height: 21px
}

.content__news .content-tiles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: none;
    margin: 0;
    padding: 0
}

.content__news .content-tiles .content-tile__rubric {
    background: #ededed;
    color: #333;
    font-family: Inter-Bold, sans-serif;
    padding: 1px 2px
}

.content__news .content-tiles .content-tile {
    margin-bottom: 30px
}

.content__news .content-tiles .content-tile__link,
.content__news .content-tiles .content-tile__text {
    font-size: 18px;
    line-height: 23px
}

section {
    width: 100%
}

.content-btn.telegram,
.content-btn.viber {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 46px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    border: none;
    font-family: Inter-SemiBold, sans-serif
}

.content-btn.telegram img,
.content-btn.viber img {
    margin-right: 5px
}

.content-btn.telegram {
    background: #25a4e3;
    max-width: 290px;
    min-width: 290px;
    margin-top: -2px
}

.content-btn.telegram:hover {
    background: #ff0000
}

.news-video-bl {
    display: block;
    width: 100%;
    margin-bottom: 10px
}

.news-video-bl__img {
    position: relative;
    cursor: pointer
}

.news-video-bl__img img {
    width: 100%
}

.news-video-bl__img:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(/user/img/youtube_1.svg);
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-top: -40px;
    -webkit-background-size: cover;
    background-size: cover
}

.content-btn.viber {
    max-width: 219px;
    min-width: 219px;
    background: #7c529e;
    margin-top: 0
}

.new {
    font-family: Inter-Medium, sans-serif;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #fff;
    background: #ff0000;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 3px 5px
}

.content-rubric {
    margin-bottom: 28px
}

.content-rubric .content-tile.big .content-tile__link {
    font-size: 24px;
    line-height: 29px
}

.content-rubric__news {
    border-left: 1px dashed rgba(0, 0, 0, .15);
    padding-left: 20px;
    width: 47%;
    max-width: 427px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.content-rubric__item {
    padding-bottom: 9px;
    margin-bottom: 9px;
    border-bottom: 1px dashed rgba(0, 0, 0, .15)
}

.content-rubric__item:last-child {
    border: none
}

.content-rubric__item .content-tile__link,
.content-rubric__item .content-tile__text {
    font-size: 17px;
    line-height: 23px;
    color: #333
}

.content-rubric__item .content-tile__text {
    margin-bottom: 5px
}

.content-rubric__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.content-rubric .content-tile {
    width: 55%;
    max-width: 520px;
    margin-right: 14px
}

.content-rubric .content-title {
    margin-bottom: 15px;
    width: 100%
}

.content-rubric__tegs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 19px
}

.content-rubric__tegs a {
    font-family: Inter-Medium, sans-serif;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #333;
    padding: 4px 10px;
    background: #f5f9fd;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    margin-right: 15px;
    letter-spacing: 0
}

.content-rubric__tegs a:hover {
    color: #fff;
    background: #ff0000
}

.content-rubric__tegs a:last-child {
    margin-right: 0
}

.content-rubric__tegs a.active {
    background: 0 0;
    font-family: Inter-Bold, sans-serif;
    padding: 4px 0 4px 0
}

.content-rubric__tegs a.active:hover {
    color: #ff0000
}

.content-rubrics {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px
}

.content-rubrics .content__news {
    max-width: 300px
}

.content-rubrics .content-rubrics-box {
    width: 75%;
    margin-right: 30px
}

.recent-events.viber:after {
    content: '';
    display: block;
    background: url(/user/img/viber-31.svg);
    width: 135px;
    height: 65px;
    position: absolute;
    top: 48px;
    right: 45px
}

.recent-events.telegram {
    margin-bottom: 27px
}

.recent-events.telegram:after {
    content: '';
    display: block;
    background: url(/user/img/telegram-11.svg);
    width: 75px;
    height: 75px;
    position: absolute;
    top: 56px;
    right: 98px
}

.recent-events {
    margin-bottom: 46px;
    background: #f7f7f8;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 47px 63px 0 63px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.recent-events__title {
    font-family: Inter-SemiBold, sans-serif;
    font-size: 36px;
    line-height: 49px;
    letter-spacing: -.165px;
    color: #333;
    display: inline-block;
    margin-bottom: 15px
}

.recent-events__subtitle {
    font-size: 20px;
    line-height: 135.02%;
    letter-spacing: -.165px;
    color: #5e5e5e;
    margin-bottom: 25px
}

.recent-events__text {
    width: 45%;
    padding-bottom: 32px;
    margin-right: 95px
}

.recent-events__img {
    width: 39%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -90px
}

.recent-events__img img {
    width: 100%
}

.live-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 110px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.live-box .content-tile__text {
    margin-bottom: 4px
}

.live-box__item {
    width: 49%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.live-box__item .content-title {
    width: 100%;
    margin-bottom: 20px
}

.live-box__item .content-tile__link,
.live-box__item .content-tile__text {
    font-size: 17px;
    line-height: 23px
}

.live-box__item .content-tile {
    width: 32%;
    max-width: 200px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.boulevard {
    background: -webkit-gradient(linear, left bottom, left top, from(#fff7fb), to(#fff7fb));
    background: -webkit-linear-gradient(bottom, #fff7fb, #fff7fb);
    background: -o-linear-gradient(bottom, #fff7fb, #fff7fb);
    background: linear-gradient(0deg, #fff7fb, #fff7fb);
    width: 100vw;
    padding-top: 30px;
    margin-bottom: 48px;
    padding-bottom: 0;
    position: relative;
    margin-left: -webkit-calc(-50vw + 50%);
    margin-left: calc(-50vw + 50%);
    margin-right: -webkit-calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%)
}

.boulevard .popular-box .content-tile {
    margin-bottom: 30px
}

.boulevard .popular-box {
    margin-bottom: -3px
}

.boulevard .container {
    padding: 0 10px 0 10px;
    max-width: 1305px
}

.boulevard-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 45px
}

.boulevard-box .content-tile.medium {
    max-width: inherit;
    margin-bottom: 30px;
    width: 23.4%;
    margin-right: 13px
}

.boulevard-box .content-tile.medium .content-tile__date {
    margin-top: 6px
}

.boulevard .popular-box .content-tile__link,
.boulevard .popular-box .content-tile__text {
    font-size: 14px;
    line-height: 20px
}

.boulevard .content-title__link {
    background: -webkit-gradient(linear, left bottom, left top, from(#fff7fb), to(#fff7fb));
    background: -webkit-linear-gradient(bottom, #fff7fb, #fff7fb);
    background: -o-linear-gradient(bottom, #fff7fb, #fff7fb);
    background: linear-gradient(0deg, #fff7fb, #fff7fb)
}

.boulevard .content-title {
    margin-bottom: 20px
}

.boulevard .content-title:after {
    left: auto;
    right: 0;
    z-index: 0;
    top: 18px;
    width: -webkit-calc(100% - 114px);
    width: calc(100% - 114px)
}

.interview {
    margin-bottom: 40px
}

.interview .content-tile.big .content-tile__text {
    width: 98%
}

.interview .content-title {
    margin-bottom: 13px
}

.interview .content-tile.medium .content-tile__link,
.interview .content-tile.medium .content-tile__text {
    font-size: 16px;
    line-height: 22px
}

.interview .content-tile.medium .content-tile__text {
    margin-bottom: 6px
}

.interview .content-tile.big .content-tile__link {
    font-family: Inter-Bold, sans-serif;
    font-size: 26px;
    line-height: 34px;
    color: #333
}

.interview .content-tile.big {
    width: 100%;
    margin-bottom: 30px
}

.interview .content-tile.big .content-tile__date {
    font-size: 16px;
    line-height: 19px
}

.interview .content-tile.medium {
    width: 48%;
    max-width: 300px
}

.interview-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.interview-box__item {
    width: 49%;
    max-width: 630px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.last-blogs .content-title {
    margin-bottom: 25px
}

.last-blogs-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 48px
}

.last-blogs-box__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px
}

.last-blogs-box__item {
    width: 24%;
    max-width: 300px
}

.last-blogs-box__about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.last-blogs-box__name {
    font-family: Inter-Bold, sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #333;
    display: inline-block;
    margin-bottom: 4px
}

.last-blogs-box__link,
.last-blogs-box__text {
    font-size: 17px;
    line-height: 23px;
    color: #333;
    width: 95%;
    font-family: Inter-Bold, sans-serif
}

.last-blogs-box__position {
    font-size: 12px;
    line-height: 16px;
    color: #919191;
    display: block
}

.last-blogs-box__img {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    min-width: 60px;
    margin-right: 8px
}

.last-blogs-box__img img {
    width: 100%
}

.blogs {
    margin-bottom: 46px
}

.blogs .content-title {
    margin-bottom: 25px
}

.blogs-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.blogs-box__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 23%;
    position: relative
}

.blogs-box__item:before {
    content: '';
    width: 54.64px;
    height: 45px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-background-size: cover;
    background-size: cover;
    background: url(/user/img/quotes.svg)
}

.blogs-box__img {
    display: block;
    width: 220px;
    height: 220px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 12px;
    position: relative;
    background: #ff0000
}

.blogs-box__img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.blogs-box__name {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    color: #333;
    margin-bottom: 10px;
    display: inline-block;
    word-wrap: break-word;
    width: 100%
}

.blogs-box__position {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #919191;
    margin-bottom: 10px
}

.blogs-box__text {
    font-size: 18px;
    line-height: 25px;
    color: #333;
    text-align: left
}

.author {
    margin-bottom: 45px
}

.author__title {
    font-family: Inter-Bold, sans-serif;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #202020;
    margin-bottom: 20px;
    display: inline-block
}

.author-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.author-box__item {
    width: 130px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.author-box__img {
    width: 130px;
    height: 130px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 9px
}

.author-box__img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.author-box__position {
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #919191;
    font-family: inherit;
    margin-top: 7px
}

.author-box__name {
    font-family: Inter-Bold, sans-serif;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #333;
    width: 80%
}

.size-picture .author-box__item {
    width: 150px
}

.size-picture .author-box__img {
    width: 150px;
    height: 150px
}

.popular__title {
    font-family: Inter-Bold, sans-serif;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #202020;
    margin-bottom: 25px;
    display: block
}

.popular-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 9px
}

.popular-box .content-tile {
    width: 18%;
    margin-right: 19px;
    max-width: 220px;
    margin-bottom: 39px
}

.popular-box .content-tile:nth-of-type(10),
.popular-box .content-tile:nth-of-type(5) {
    margin-right: 0
}

.popular-box .content-tile__link,
.popular-box .content-tile__text {
    font-size: 16px;
    line-height: 23px
}

.popular-box .content-tile__img,
.popular-box .content-tile__img img {
    display: block
}

.popular-box .content-tile__img {
    margin-bottom: 9px
}

.views {
    font-size: 14px !important;
    line-height: 21px;
    display: block;
    color: rgba(0, 0, 0, .4)
}
.for-bulvar .list-title{
    color: #e07 !important;
}
.views:before {
    content: '';
    display: inline-block;
    width: 15.07px;
    height: 10px;
    margin-right: 3px;
    background: url(/user/img/views.svg);
    -webkit-background-size: cover;
    background-size: cover
}

.content-tiles {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px dashed rgba(0, 0, 0, .2);
    margin-bottom: 15px
}

.advertising-news-250,
.advertising-news-600 {
    margin-bottom: 30px
}

.advertising-news-250 img,
.advertising-news-600 img {
    width: 100%;
    display: block
}

.content-tile.medium {
    width: 49%;
    max-width: 290px
}

.content-tile.medium .content-tile__link,
.content-tile.medium .content-tile__text {
    font-size: 18px;
    line-height: 23px
}

.content-tile.medium:first-child {
    margin-right: 15px
}

.content__base .content__main {
    width: 67%;
    max-width: 630px;
    margin-right: 30px
}

.content__news {
    position: relative;
    width: 32%;
    max-width: 330px
}

.content__base .content__news {
    max-width: 300px;
    width: 34%;
    min-width: 300px
}

.content__base {
    width: 74.5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
}

.g-bl {
    width: 16px;
    height: 16px;
    padding-left: 1px;
    background: #ff0000;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-family: Montserrat-Bold, sans-serif;
    font-weight: 700;
    font-size: 12px !important;
    line-height: 12px;
    margin-left: 3px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff;
    vertical-align: middle;
}

.content-btn {
    border: 1px solid #ff0000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    height: 40px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Inter-SemiBold, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #333;
    width: 100%;
    margin-top: 10px
}

.content-tile {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 100%
}

.content-tile-live {
    color: #ff0000;
    font-family: Inter-Bold, sans-serif;
    font-size: 22px;
    line-height: 28px;
    display: inline-block;
    margin-right: 5px
}

.content-tile__date {
    font-size: 12px;
    line-height: 15px;
    color: #9a9a9a;
    display: block
}

.content-tile__img img {
    width: 100%
}

.content-tile__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 7px
}

.content-tile__rubric {
    font-size: 11px;
    line-height: 13px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #888;
    font-family: Inter-Regular, sans-serif
}

.content-tile.medium .content-tile__img {
    display: block;
    margin-bottom: 3px
}

.content-tile.small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 11px;
    border-bottom: 1px dashed rgba(0, 0, 0, .2);
    margin-bottom: 12px
}

.content-tile.small:last-child {
    border: none;
    padding-bottom: 14px
}

.content-tile.small .content-tile__img {
    width: 100px;
    min-width: 100px;
    height: 60px;
    margin-right: 10px
}

.content-tile.small .content-tile__img img {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.content-tile.small .content-tile__date {
    display: inline-block;
    margin-right: 12px
}

.content-tile.small .content-tile__link,
.content-tile.small .content-tile__text {
    font-family: Inter-Bold, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #333
}

.content-tile.small .g-bl {
    padding-left: 1px;
    margin-left: 0
}

.content-tile.small .content-tile__text {
    margin-bottom: 5px
}

.main-content__rubric .content-tile.big {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed rgba(0, 0, 0, .2)
}

.content-tile__date {
    margin-right: 10px
}

.content-tile.big {
    margin-bottom: 20px
}

.content-tile.big .content-tile__bottom {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.content-tile.big .content-tile__text {
    margin-bottom: 7px
}

.content-tile.big .content-tile__link {
    font-family: Inter-Bold, sans-serif;
    font-size: 22px;
    line-height: 28px;
    color: #333
}

.content-tile.big .content-tile__img {
    width: 100%;
    margin-bottom: 8px;
    display: block;
    max-height: 344px;
    object-fit: cover;
}

.content-tile.big .content-tile__img img {
    width: 100%;
    display: block;
    
}

.content-news .g-bl {
    margin-left: 2px
}

.news-photo {
    width: 14.29px;
    height: 13.2px;
    vertical-align: middle;
    display: inline-block;
}

.news-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-video {
    vertical-align: middle
}

.news-video img {
    display: inline-block;
    margin-bottom: -1px
}

aside.content__news {
    margin-right: 34.5px
}

.main-content__news {
    padding-top: 5px;
    padding-bottom: 1px
}

.desctop-hide {
    display: none
}

.content-news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 9px
}

.content__tabs input[type=radio],
.content__tabs1 input[type=radio] {
    display: none
}

.content__tabs input[type=radio]:checked+label,
.content__tabs1 input[type=radio]:checked+label {
    color: #cdcdcd
}

.content__tabs #tab-btn-11:checked~#content-11,
.content__tabs #tab-btn-12:checked~#content-12,
.content__tabs #tab-btn-13:checked~#content-13,
.content__tabs #content-1,
.content__tabs #content-2,
.content__tabs #content-3,
.content__tabs1 #tab-btn-11:checked~#content-11,
.content__tabs1 #tab-btn-12:checked~#content-12,
.content__tabs1 #tab-btn-13:checked~#content-13,
.content__tabs1 #tab-btn-1:checked~#content-1,
.content__tabs1 #tab-btn-2:checked~#content-2,
.content__tabs1 #tab-btn-3:checked~#content-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
.content__tabs .tabForActive.active{
    color: #838383 !important;
}

.content__tabs1>div,
.content__tabs>div {
    display: none
}

.content__tabs label,
.content__tabs1 label,
.content__tabs #tab-btn-1,
.content__tabs #tab-btn-2,
.content__tabs #tab-btn-3
 {
    font-family: Inter-Bold, sans-serif;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    position: relative;
    top: 1px;
    font-size: 12px;
    line-height: 23px;
    color: #d3d3d3;;
    margin-right: 1px;
    letter-spacing: .1em;
    text-transform: uppercase
}
.content__tabs #tab-btn-1,
.content__tabs #tab-btn-2,
.content__tabs #tab-btn-3{
    margin-right: 15px;
}
.content__tabs label:hover,
.content__tabs1 label:hover {
    color: #cdcdcd
}
.content__tabs .main-tab-btn{
    margin-right: 5px !important;
    font-size: 10px !important;
}
@media screen and (min-width: 1450px){

    .content__tabs .main-tab-btn{
    margin-right: 5px !important;
    font-size: 11px !important;
}
}
.content-news-inside .content-news__info:after {
    top: 11px
}

.content-news-inside .content-news__info {
    margin-bottom: 0;
    margin-top: -2px
}

.content-news__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 7px
}

.content-news__item.picture .content-news__text {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.content-news__item.after .content-news__time {
    padding-right: 15px
}

.content-news__item.after .content-news__time:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 11px;
    position: absolute;
    top: 3px;
    right: 3px;
    background-image: url(/user/img/news-after.svg)
}

.content-news__item.bold .content-news__link {
    font-family: Inter-Bold, sans-serif;
    line-height: 19px
}

.content-news__info {
    position: relative;
    margin-bottom: 3px;
    display: inherit
}

.content-news__info:after {
    content: '';
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 8px;
    left: 0;
    height: 1px;
    background: 0 0;
    border-bottom: 1px dashed rgba(0, 0, 0, .2);
    z-index: -1;
    vertical-align: middle
}

.content-news__rubric,
.content-news__time {
    font-family: Inter-Regular, sans-serif;
    font-style: normal;
    font-size: 12px !important;
    line-height: 15px;
    color: #c1c1c1;
    background: #fff;
    padding: 0 6px 0 0;
    position: relative
}

.content-news__rubric:hover {
    color: #ff0000
}

.content-news__img img {
    width: 70px;
    height: 58px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 8px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: -5px;
    margin-top: 4.5px;
}

.content-news__text {
    font-size: 16px;
    line-height: 19px
}

.content-news__link {
    font-family: Inter-Regular, sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    color: #333
}

.content-title {
    margin-bottom: 10px;
    position: relative;
    width: 100%
}

.content-title__link {
    font-family: Inter-Bold, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #ff0000;
    background: #fff;
    padding: 0 9px 0 0
}

.content-title:after {
    content: '';
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 14px;
    left: 0;
    height: 1px;
    background: 0 0;
    border-bottom: 1px dashed rgba(0, 0, 0, .2);
    z-index: -1;
    vertical-align: middle
}

aside.content__news .content-title {
    margin-bottom: 3px
}

.content__flex-main {
    margin-bottom: 10px
}

.popular .content-title {
    margin-bottom: 25px
}

.popular-box,
.popular-mob .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 48px;
    counter-reset: li
}

.popular-box {
    margin-bottom: 9px
}

.popular-mob .swiper-wrapper {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.boulevard .popular .content-tile__img,
.popular-box .content-tile__img,
.popular-mob .content-tile__img {
    position: relative
}

.popular .content-tile .content-tile__img,
.popular .swiper-slide .content-tile__img,
.popular-mob .content-tile .content-tile__img,
.popular-mob .swiper-slide .content-tile__img {
    height: 120px;
    display: block
}

.popular .content-tile .content-tile__img img,
.popular .swiper-slide .content-tile__img img,
.popular-mob .content-tile .content-tile__img img,
.popular-mob .swiper-slide .content-tile__img img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%
}

.popular .content-tile .content-tile__img:before,
.popular .swiper-slide .content-tile__img:before,
.popular-mob .content-tile .content-tile__img:before,
.popular-mob .swiper-slide .content-tile__img:before {
    position: absolute;
    content: '';
    left: -7px;
    width: 105px;
    top: -22px;
    height: 145px;
    -webkit-background-size: cover;
    background-size: cover
}

.popular .content-tile:first-child .content-tile__img:before,
.popular .swiper-slide:first-child .content-tile__img:before,
.popular-mob .content-tile:first-child .content-tile__img:before,
.popular-mob .swiper-slide:first-child .content-tile__img:before {
    top: 0;
    height: 100%;
    left: -7px;
    width: 82px;
    background: url(/user/img/1.svg)
}

.popular .swiper-slide:first-child .content-tile__img,
.popular-mob .swiper-slide:first-child .content-tile__img {
    margin-bottom: 9px
}

.popular .content-tile:nth-of-type(2) .content-tile__img:before,
.popular .swiper-slide:nth-of-type(2) .content-tile__img:before,
.popular-mob .content-tile:nth-of-type(2) .content-tile__img:before,
.popular-mob .swiper-slide:nth-of-type(2) .content-tile__img:before {
    background: url(/user/img/2_.svg)
}

.popular .content-tile:nth-of-type(3) .content-tile__img:before,
.popular .swiper-slide:nth-of-type(3) .content-tile__img:before,
.popular-mob .content-tile:nth-of-type(3) .content-tile__img:before,
.popular-mob .swiper-slide:nth-of-type(3) .content-tile__img:before {
    background: url(/user/img/3.svg)
}

.popular .content-tile:nth-of-type(4) .content-tile__img:before,
.popular .swiper-slide:nth-of-type(4) .content-tile__img:before,
.popular-mob .content-tile:nth-of-type(4) .content-tile__img:before,
.popular-mob .swiper-slide:nth-of-type(4) .content-tile__img:before {
    background: url(/user/img/4.svg)
}

.popular .content-tile:nth-of-type(5) .content-tile__img:before,
.popular .swiper-slide:nth-of-type(5) .content-tile__img:before,
.popular-mob .content-tile:nth-of-type(5) .content-tile__img:before,
.popular-mob .swiper-slide:nth-of-type(5) .content-tile__img:before {
    background: url(/user/img/5_.svg)
}

.popular .content-tile:nth-of-type(6) .content-tile__img:before,
.popular .swiper-slide:nth-of-type(6) .content-tile__img:before,
.popular-mob .content-tile:nth-of-type(6) .content-tile__img:before,
.popular-mob .swiper-slide:nth-of-type(6) .content-tile__img:before {
    background: url(/user/img/6_.svg)
}

.popular .content-tile:nth-of-type(7) .content-tile__img:before,
.popular .swiper-slide:nth-of-type(7) .content-tile__img:before,
.popular-mob .content-tile:nth-of-type(7) .content-tile__img:before,
.popular-mob .swiper-slide:nth-of-type(7) .content-tile__img:before {
    background: url(/user/img/7_.svg)
}

.popular .content-tile:nth-of-type(8) .content-tile__img:before,
.popular .swiper-slide:nth-of-type(8) .content-tile__img:before,
.popular-mob .content-tile:nth-of-type(8) .content-tile__img:before,
.popular-mob .swiper-slide:nth-of-type(8) .content-tile__img:before {
    background: url(/user/img/8_.svg)
}

.popular .content-tile:nth-of-type(9) .content-tile__img:before,
.popular .swiper-slide:nth-of-type(9) .content-tile__img:before,
.popular-mob .content-tile:nth-of-type(9) .content-tile__img:before,
.popular-mob .swiper-slide:nth-of-type(9) .content-tile__img:before {
    background: url(/user/img/9_.svg)
}

.popular .content-tile:nth-of-type(10) .content-tile__img:before,
.popular .swiper-slide:nth-of-type(10) .content-tile__img:before,
.popular-mob .content-tile:nth-of-type(10) .content-tile__img:before,
.popular-mob .swiper-slide:nth-of-type(10) .content-tile__img:before {
    width: 175px;
    background: url(/user/img/10_.svg)
}

.popular .swiper-slide:nth-of-type(10) .content-tile__img,
.popular .swiper-slide:nth-of-type(2) .content-tile__img,
.popular .swiper-slide:nth-of-type(3) .content-tile__img,
.popular .swiper-slide:nth-of-type(4) .content-tile__img,
.popular .swiper-slide:nth-of-type(5) .content-tile__img,
.popular .swiper-slide:nth-of-type(6) .content-tile__img,
.popular .swiper-slide:nth-of-type(7) .content-tile__img,
.popular .swiper-slide:nth-of-type(8) .content-tile__img,
.popular .swiper-slide:nth-of-type(9) .content-tile__img,
.popular-mob .swiper-slide:nth-of-type(10) .content-tile__img,
.popular-mob .swiper-slide:nth-of-type(2) .content-tile__img,
.popular-mob .swiper-slide:nth-of-type(3) .content-tile__img,
.popular-mob .swiper-slide:nth-of-type(4) .content-tile__img,
.popular-mob .swiper-slide:nth-of-type(5) .content-tile__img,
.popular-mob .swiper-slide:nth-of-type(6) .content-tile__img,
.popular-mob .swiper-slide:nth-of-type(7) .content-tile__img,
.popular-mob .swiper-slide:nth-of-type(8) .content-tile__img,
.popular-mob .swiper-slide:nth-of-type(9) .content-tile__img {
    margin-bottom: 9px
}

.popular .swiper-slide:nth-of-type(10) .content-tile__img:before,
.popular .swiper-slide:nth-of-type(2) .content-tile__img:before,
.popular .swiper-slide:nth-of-type(3) .content-tile__img:before,
.popular .swiper-slide:nth-of-type(4) .content-tile__img:before,
.popular .swiper-slide:nth-of-type(5) .content-tile__img:before,
.popular .swiper-slide:nth-of-type(6) .content-tile__img:before,
.popular .swiper-slide:nth-of-type(7) .content-tile__img:before,
.popular .swiper-slide:nth-of-type(8) .content-tile__img:before,
.popular .swiper-slide:nth-of-type(9) .content-tile__img:before,
.popular-mob .swiper-slide:nth-of-type(10) .content-tile__img:before,
.popular-mob .swiper-slide:nth-of-type(2) .content-tile__img:before,
.popular-mob .swiper-slide:nth-of-type(3) .content-tile__img:before,
.popular-mob .swiper-slide:nth-of-type(4) .content-tile__img:before,
.popular-mob .swiper-slide:nth-of-type(5) .content-tile__img:before,
.popular-mob .swiper-slide:nth-of-type(6) .content-tile__img:before,
.popular-mob .swiper-slide:nth-of-type(7) .content-tile__img:before,
.popular-mob .swiper-slide:nth-of-type(8) .content-tile__img:before,
.popular-mob .swiper-slide:nth-of-type(9) .content-tile__img:before {
    width: 105px;
    top: -22px;
    height: 145px
}

.boulevard .content-tile:first-child .content-tile__img:before,
.boulevard .swiper-slide:first-child .content-tile__img:before,
.bulvar .content-tile:first-child .content-tile__img:before,
.bulvar .swiper-slide:first-child .content-tile__img:before {
    background: url(/user/img/1b.svg)
}

.boulevard .swiper-slide:first-child .content-tile__img,
.bulvar .swiper-slide:first-child .content-tile__img {
    margin-bottom: 9px
}

.boulevard .swiper-slide:nth-of-type(2) .content-tile__img,
.boulevard .swiper-slide:nth-of-type(3) .content-tile__img,
.boulevard .swiper-slide:nth-of-type(4) .content-tile__img,
.boulevard .swiper-slide:nth-of-type(5) .content-tile__img,
.bulvar .swiper-slide:nth-of-type(2) .content-tile__img,
.bulvar .swiper-slide:nth-of-type(3) .content-tile__img,
.bulvar .swiper-slide:nth-of-type(4) .content-tile__img,
.bulvar .swiper-slide:nth-of-type(5) .content-tile__img {
    margin-bottom: 9px
}

.boulevard .swiper-slide:nth-of-type(2) .content-tile__img:before,
.boulevard .swiper-slide:nth-of-type(3) .content-tile__img:before,
.boulevard .swiper-slide:nth-of-type(4) .content-tile__img:before,
.boulevard .swiper-slide:nth-of-type(5) .content-tile__img:before,
.bulvar .swiper-slide:nth-of-type(2) .content-tile__img:before,
.bulvar .swiper-slide:nth-of-type(3) .content-tile__img:before,
.bulvar .swiper-slide:nth-of-type(4) .content-tile__img:before,
.bulvar .swiper-slide:nth-of-type(5) .content-tile__img:before {
    width: 105px;
    top: -22px;
    height: 145px
}

.boulevard .content-tile:nth-of-type(2) .content-tile__img:before,
.boulevard .swiper-slide:nth-of-type(2) .content-tile__img:before,
.bulvar .content-tile:nth-of-type(2) .content-tile__img:before,
.bulvar .swiper-slide:nth-of-type(2) .content-tile__img:before {
    background: url(/user/img/2b.svg)
}

.boulevard .content-tile:nth-of-type(3) .content-tile__img:before,
.boulevard .swiper-slide:nth-of-type(3) .content-tile__img:before,
.bulvar .content-tile:nth-of-type(3) .content-tile__img:before,
.bulvar .swiper-slide:nth-of-type(3) .content-tile__img:before {
    background: url(/user/img/3b.svg)
}

.boulevard .content-tile:nth-of-type(4) .content-tile__img:before,
.boulevard .swiper-slide:nth-of-type(4) .content-tile__img:before,
.bulvar .content-tile:nth-of-type(4) .content-tile__img:before,
.bulvar .swiper-slide:nth-of-type(4) .content-tile__img:before {
    background: url(/user/img/4b.svg)
}

.boulevard .content-tile:nth-of-type(5) .content-tile__img:before,
.boulevard .swiper-slide:nth-of-type(5) .content-tile__img:before,
.bulvar .content-tile:nth-of-type(5) .content-tile__img:before,
.bulvar .swiper-slide:nth-of-type(5) .content-tile__img:before {
    background: url(/user/img/5b.svg)
}

.boulevard .content-tile:nth-of-type(6) .content-tile__img:before,
.boulevard .swiper-slide:nth-of-type(6) .content-tile__img:before,
.bulvar .content-tile:nth-of-type(6) .content-tile__img:before,
.bulvar .swiper-slide:nth-of-type(6) .content-tile__img:before {
    background: url(/user/img/6b.svg);
    top: 0
}

.boulevard .content-tile:nth-of-type(7) .content-tile__img:before,
.boulevard .swiper-slide:nth-of-type(7) .content-tile__img:before,
.bulvar .content-tile:nth-of-type(7) .content-tile__img:before,
.bulvar .swiper-slide:nth-of-type(7) .content-tile__img:before {
    background: url(/user/img/7b.svg);
    top: 0
}

.boulevard .content-tile:nth-of-type(8) .content-tile__img:before,
.boulevard .swiper-slide:nth-of-type(8) .content-tile__img:before,
.bulvar .content-tile:nth-of-type(8) .content-tile__img:before,
.bulvar .swiper-slide:nth-of-type(8) .content-tile__img:before {
    background: url(/user/img/8b.svg);
    top: 0
}

.popular-mob .content-tile__img:before {
    left: -13px;
    bottom: 50px;
    font-size: 47vw
}

.boulevard-main {
    display: none
}

.boulevard-main .content-news__info:after {
    z-index: 0
}

.boulevard-main .content-news__link {
    line-height: 20px
}

.boulevard-main .content-news__time {
    background: -webkit-gradient(linear, left bottom, left top, from(#fff7fb), to(#fff7fb));
    background: -webkit-linear-gradient(bottom, #fff7fb, #fff7fb);
    background: -o-linear-gradient(bottom, #fff7fb, #fff7fb);
    background: linear-gradient(0deg, #fff7fb, #fff7fb);
    z-index: 1
}

.boulevard-main__title {
    font-family: Inter-Bold, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .08em;
    color: #202020;
    margin-bottom: 10px;
    margin-top: 20px;
    display: inline-block
}

.content-tile.small.hide-desc {
    display: none
}

.blogs.blogs-main.hide-desc {
    display: none
}

.boulevard-box .content-tile {
    width: 23%;
    margin-right: 25px
}

.boulevard-box .content-tile:nth-of-type(4),
.boulevard-box .content-tile:nth-of-type(8) {
    margin-right: 0
}

.main-slider {
    display: none
}

.interview-box-hidden {
    display: none
}

.interview-box-hidden .content-tile {
    margin-right: 15px
}

.interview-box-hidden .content-tile:last-child {
    margin-right: 0
}

.interview-box__item.hide-desc,
.live-box-mob,
.rubric-sl {
    display: none
}

.interview-block-in .author-box {
    display: grid;
    grid-column-gap: 3%;
    grid-template-columns: repeat(auto-fit, minmax(15%, 1fr))
}

.interview-block-in .author-box .author-box__item {
    width: 100%;
    max-width: 160px
}

.interview-block-in .author-box .author-box__img {
    width: 100%;
    height: auto
}

.author-box__item.author-hide {
    display: none
}

.interview-tegs {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-bottom: 0 !important
}

.content-title.advertising-hide-desc {
    display: none
}

.content-title__link.color-black {
    color: #202020;
    line-height: 22px
}

.flex {
    display: flex;
    flex-direction: column
}

.map {
    padding-top: 80px;
    padding-bottom: 110px
}

.map__image img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 690px
}

.map__form .search-form button {
    cursor: pointer;
    height: 100%;
    width: 80px;
    background: 0 0;
    border: none;
    outline: 0;
    position: absolute;
    right: 0;
    top: 0
}

.map__form {
    max-width: 613px;
    background: #fff;
    color: #444;
    margin: 0 auto;
    box-shadow: 0 1px 15px rgba(205, 222, 239, .5);
    -webkit-box-shadow: 0 1px 15px rgba(205, 222, 239, .5);
    -webkit-border-radius: 12px;
    border-radius: 12px
}

.map__form .search-form input {
    border: none;
    outline: 0;
    padding: 0;
    font-size: 44px;
    line-height: 30px;
    width: inherit
}

.map h5,
.map p {
    text-align: center;
    display: block
}

.map h5 {
    line-height: unset;
    line-height: normal;
    font-size: 54px;
    font-weight: 400;
    margin-top: 50px;
    margin-bottom: 0
}

.map p {
    display: block;
    font-size: 26px;
    margin-top: 26px;
    color: #868686;
    margin-bottom: 40px
}

.news-context .content-title__link {
    color: #000
}

.context p {
    display: block;
    font-size: 20px;
    padding-left: 22px;
    position: relative;
}

.context p::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    height: 10px;
    width: 10px;
    background: #ff0000;
    top: 10px;
    border-radius: 50%
}

@media screen and (max-width:1024px) {
    .map p {
        font-size: 24px
    }
}

@media screen and (max-width:768px) {
    .map h5 {
        font-size: 46px
    }
.header .rubric-box-slider, .losses-wrap-slider{
    display: none !important;
}
    .map__image img {
        max-width: 588px
    }

    .map {
        padding-top: 40px
    }
}

@media screen and (max-width:414px) {
    .map h5 {
        font-size: 40px;
        line-height: 48px;
        margin-top: 0
    }
    .header .rubric-box{
        margin-bottom: 0 !important;
    }
    .content__news.news-bl .popular-list{
        width: 100% !important;
    }
.losses-wrap .losses{
    gap: 5px !important;
}
    .map h5 span {
        width: 100%;
        display: block
    }

    .map p {
        font-size: 16px;
        margin-bottom: 26px
    }

    .map__image {
        order: 1
    }

    .map {
        padding-top: 21px;
        padding-bottom: 146px
    }

    .map__item {
        margin-bottom: 70px
    }

    .map__form .search-form input {
        font-size: 28px;
        line-height: 40px
    }

    .map__image img {
        width: 100%;
        position: absolute;
        left: 0
    }
}

@media screen and (max-width:1440px) {
    .content__flex-main {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media screen and (max-width:1368px) {
    .content__base .content__main {
        margin-right: 24px
    }

    .content-title.advertising-hide-mobile {
        display: none
    }

    .content-title.advertising-hide-desc {
        display: block;
        margin-bottom: 15px
    }

    .vacancies.advertising {
        margin-bottom: 30px
    }

    .publication-all-box .content-tile {
        width: 48%
    }

    .publication-popular-box .content-tile {
        width: 31%
    }

    aside.content__news {
        margin-right: 24px;
        max-width: 300px;
        min-width: 300px
    }
}

@media screen and (max-width:1290px) {
    .recent-events.viber:after {
        right: auto;
        bottom: 18px;
        top: auto;
        left: 422px
    }

    .content__flex-main.news.padding .content__base {
        width: 65.5%
    }

    .author.author-main .author-box__item:last-child {
        display: none
    }

    header .header-menu .header-menu__item {
        width: 19%;
        margin-right: 10px
    }

    header .header-menu .header-menu__item .email-box {
        margin-bottom: 5px
    }

    .header-menu__item.hide-mobile {
        display: none
    }

    .header-menu__item .hide-desctop {
        display: block;
        margin-bottom: 25px
    }

    .header-menu__item .hide-desctop:last-child {
        margin-bottom: 0;
        border-bottom: none;
        margin-top: 25px
    }

    .recent-events {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .recent-events__img {
        width: auto;
        margin-right: -40px
    }
}

@media screen and (max-width:1070px) and (min-width:910px) {
    .boulevard-block .popular .content-tile:first-child .content-tile__img:before {
        width: 105px;
        top: auto;
        height: 168px;
        bottom: -1px;
        left: -10px;
        -webkit-background-size: cover;
        background-size: cover
    }

    .boulevard-block .popular .content-tile:nth-of-type(2) .content-tile__img:before {
        width: 146px;
        top: -30px;
        height: 197px;
        bottom: -1px;
        left: -10px;
        -webkit-background-size: cover;
        background-size: cover
    }

    .boulevard-block .popular .content-tile:nth-of-type(3) .content-tile__img:before {
        width: 149px;
        top: -28px;
        height: 197px;
        bottom: -7px;
        left: -10px;
        -webkit-background-size: cover;
        background-size: cover
    }

    .boulevard-block .popular .content-tile:nth-of-type(4) .content-tile__img:before {
        width: 157px;
        top: -29px;
        height: 199px;
        bottom: -7px;
        left: -10px;
        -webkit-background-size: cover;
        background-size: cover
    }

    .boulevard-block .popular .content-tile:nth-of-type(5) .content-tile__img:before {
        width: 149px;
        top: -29px;
        height: 199px;
        bottom: -7px;
        left: -10px;
        -webkit-background-size: cover;
        background-size: cover
    }

    .boulevard-block .popular .content-tile:nth-of-type(6) .content-tile__img:before {
        width: 154px;
        top: -30px;
        height: 199px;
        bottom: -7px;
        left: -10px;
        -webkit-background-size: cover;
        background-size: cover
    }

    .bulvar .content-tile:nth-of-type(6) .content-tile__img:before {
        width: 142px !important;
        top: -1px !important;
        height: 171px !important
    }
}

@media screen and (max-width:1070px) {
    .content__tabs label {
        font-size: 11px
    }

    .video-block.video-bl .content-tile.big .content-tile__link,
    .video-block.video-bl .content-tile.big .content-tile__text {
        font-size: 20px;
        line-height: 26px
    }

    .video-block.video-bl .content-tile.big .content-tile__date {
        display: inline
    }

    .publication.spec-project .publication-all-box .content-tile {
        display: block !important
    }

    .publication.info .publication-popular .content-tile__link {
        font-size: 20px;
        line-height: 26px
    }

    .publication.info .publication-all .content-tile__link {
        font-size: 20px;
        line-height: 26px
    }

    .interview-bl-hide {
        display: block;
        width: 100%
    }

    .interview-block .interview-form,
    .interview-block .news-tegs {
        display: none !important
    }

    .bulvar .container:not(:first-child) {
        padding-top: 123px
    }

    .english .publication-all-box .content-tile__link,
    .english .publication-all-box .content-tile__text {
        font-size: 20px !important;
        line-height: 26px !important
    }

    .public .publication-all .publication-all-box .content-tile__link,
    .public .publication-all .publication-all-box .content-tile__text {
        font-size: 20px;
        line-height: 26px
    }

    .publication-all.boulevard-date .views {
        display: none
    }

    .publication-popular.boulevard-date .content-message,
    .publication-popular.boulevard-date .views {
        display: inline-block
    }

    .bulvar .breadcrumb {
        margin-bottom: 30px
    }

    .bulvar .news-tegs.video-tegs {
        display: none
    }

    .boulevard-block .popular .content-tile {
        width: 48%;
        max-width: 465px
    }

    .boulevard-block .popular .content-tile .content-tile__img {
        height: 167px
    }

    .boulevard-block .popular .content-tile:nth-of-type(7),
    .boulevard-block .popular .content-tile:nth-of-type(8) {
        display: none !important
    }

    .publication-all.hide-mobile,
    .publication-popular.hide-mobile {
        display: none
    }

    .boulevard-block .publication-all .content-tile__link,
    .boulevard-block .publication-all .content-tile__text,
    .boulevard-block .publication-popular .publication-popular-box .content-tile__link,
    .boulevard-block .publication-popular .publication-popular-box .content-tile__text {
        font-size: 20px;
        line-height: 26px
    }

    .bulvar .course {
        margin-left: 27%
    }

    .boulevard-block .content-tile.hide-mobile {
        display: none
    }

    .publication.spec-project .content-tile__link,
    .publication.spec-project .content-tile__text {
        font-size: 20px;
        line-height: 26px
    }

    .interview-top .content-tile__date {
        margin-top: 0
    }

    .interview-top__title {
        font-size: 27px;
        line-height: 33px
    }

    .interview-block-in.hide-desc .content-tile__rubric {
        display: none
    }

    .interview-block-in .content-message,
    .interview-block-in .views {
        display: inline
    }

    .interview-block-in .publication-popular-box .content-tile {
        width: 47%
    }
    .all-materials__block-right{
        display: none;
    }

    .interview-block-in .author-box {
        grid-template-columns: repeat(auto-fit, minmax(12%, 1fr))
    }

    .interview-block-in .content-tile__link,
    .interview-block-in .content-tile__text {
        font-size: 18px
    }

    .interview-block-in.hide-desc .publication-popular-box .content-tile {
        width: 32%
    }

    .interview-block-in.hide-desc {
        display: block
    }

    .interview-block .content-tile.hide-desc {
        display: block
    }

    .main-popular .popular-list__link,
    .main-popular .popular-list__text {
        font-size: 20px;
        line-height: 26px
    }

    .content-news__date-lk {

    }

    .content__tabs.news-rubric label,
    .date-calendar {
        display: none !important
    }

    .content__tabs.news-rubric .content-news__item:first-child {
        padding-top: 0;
        border-top: none
    }

    .content__tabs.news-rubric .content-news__item:nth-of-type(13),
    .content__tabs.news-rubric .content-news__item:nth-of-type(14),
    .content__tabs.news-rubric .content-news__item:nth-of-type(15),
    .content__tabs.news-rubric .content-news__item:nth-of-type(16),
    .content__tabs.news-rubric .content-news__item:nth-of-type(17) {
        display: none
    }

    .content__tabs.news-rubric {
        margin-bottom: 12px
    }

    .content__tabs.news-rubric~.content-btn {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        margin-bottom: 40px
    }

    .content__tabs.news-rubric {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .rubric-advertising {
        display: none
    }

    .content-title.before {
        margin-bottom: 10px !important
    }

    .content-title.before:after {
        display: none
    }

    .news-slider-box.video-bl .content-tile.big .content-tile__link,
    .news-slider-box.video-bl .content-tile.big .content-tile__text {
        font-size: 20px;
        line-height: 26px
    }

    .content__flex-main.news.padding .content__news {
        margin-top: -50px !important
    }

    .news-slider-box.video-bl .content-tile.big .content-tile__date {
        display: inline-block
    }

    .news-tegs.video-tegs {
        display: none
    }

    .news-slider-box.video-bl {
        display: block
    }

    .news-slider-box.video-bl .content-title:after {
        width: 92%
    }

    .photo-box .content-message {
        display: inline-block
    }

    .photo-box .content-tile__link,
    .photo-box .content-tile__text {
        font-size: 20px;
        line-height: 130.02%
    }

    .publication-all-box .content-message,
    .publication-all-box .views {
        display: inline-block
    }

    .publication-all-box .content-tile:nth-of-type(5),
    .publication-all-box .content-tile:nth-of-type(6),
    .publication-all-box .content-tile:nth-of-type(7),
    .publication-all-box .content-tile:nth-of-type(8) {
        display: none
    }

    .publication-popular-box .content-tile .content-tile__link,
    .publication-popular-box .content-tile .content-tile__text {
        font-size: 20px;
        line-height: 26px !important
    }

    .publication-all-box .content-tile__link,
    .publication-all-box .content-tile__text {
        font-size: 20px;
        line-height: 26px
    }

    .publication-popular-box .content-tile {
        max-width: 100%
    }

    .publication-popular-box {
        margin-bottom: 0
    }

/*    .publication .content-tile.hide-desc {
        display: block
    }*/

    .publication-popular-box .content-tile {
        width: 47%;
        margin-bottom: 24px
    }



/*    .news-slider-box {
        display: none
    }*/

    .comments-block {
        margin-bottom: 0
    }

    .float-box {
        display: none
    }

    .news-theme li a {
        font-size: 18px;
        line-height: 24px
    }

    .author-main.size-picture .author-box__item:nth-of-type(6) {
        display: none
    }

    .header-menu__item.footer-hide-mob {
        display: none
    }

    .footer .header-menu__item {
        width: 18%
    }

    .footer .header-menu__item .header-menu__item {
        display: block
    }

    .live-box__item .content-tile:last-child {
        display: none
    }

    header .header-menu .header-menu__item {
        width: 22%
    }

    header .header-menu {
        width: 98%
    }

    .content__tabs {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .boulevard-box .content-tile.medium {
        width: 31.8%
    }

    .content-rubrics .content-rubrics-box {
        width: 100%;
        margin-right: 0
    }

    .content-rubric__news {
        max-width: 475px
    }

    .content-rubrics .content__news {
        display: none
    }

    .content-rubric .content-tile {
        max-width: 550px
    }

    .content-rubric {
        margin-bottom: 15px
    }

    .recent-events.telegram:after {
        top: auto;
        bottom: 25px;
        left: 440px
    }

    .content-news__item.bold .content-news__link {
        line-height: 19px
    }

    .boulevard-box .content-tile {
        width: 30%;
        margin-right: 24px
    }

    .boulevard-box .content-tile:nth-of-type(4),
    .boulevard-box .content-tile:nth-of-type(8) {
        margin-right: 13px
    }

    .boulevard-box .content-tile:nth-of-type(3),
    .boulevard-box .content-tile:nth-of-type(6) {
        margin-right: 0
    }

    .content-tile.small .content-tile__img {
        width: 78px;
        min-width: 78px;
        height: 47px
    }

    .main-content__rubric .content-tile.big {
        padding-bottom: 13px;
        margin-bottom: 13px
    }

    .content-tile.small {
        padding-bottom: 13px;
        margin-bottom: 13px
    }

    .content-tile.big .content-tile__text {
        margin-bottom: 0
    }

    .content-tile.big .content-tile__rubric {
        display: none
    }

    .content-tile.big .content-tile__link,
    .content-tile.big .content-tile__text {
        font-size: 20px;
        line-height: 24px
    }

    .content-tile.big .content-tile__date {
        display: none
    }

    .popular-box {
        margin-bottom: 34px
    }

    .boulevard {
        margin-bottom: 35px
    }

    .boulevard .content-tile.medium .content-tile__link,
    .boulevard .content-tile.medium .content-tile__text {
        font-size: 16px;
        line-height: 22px
    }

    .live-box .content-tile {
        width: 48%;
        max-width: 100%
    }

    .live-box .content-tile:last-child {
        display: none
    }

    .popular .popular-box .content-tile {
        display: none
    }

    .popular .popular-box .content-tile:nth-of-type(1),
    .popular .popular-box .content-tile:nth-of-type(2),
    .popular .popular-box .content-tile:nth-of-type(3),
    .popular .popular-box .content-tile:nth-of-type(4),
    .popular .popular-box .content-tile:nth-of-type(5),
    .popular .popular-box .content-tile:nth-of-type(6),
    .popular .popular-box .content-tile:nth-of-type(7),
    .popular .popular-box .content-tile:nth-of-type(8) {
        display: block
    }

    .popular-box .content-tile:nth-of-type(4),
    .popular-box .content-tile:nth-of-type(8) {
        margin-right: 0
    }

    .popular-box .content-tile:nth-of-type(5) {
        margin-right: 19px
    }

    .boulevard .popular .popular-box .content-tile {
        display: none
    }

    .boulevard .popular .popular-box .content-tile:nth-of-type(1),
    .boulevard .popular .popular-box .content-tile:nth-of-type(2),
    .boulevard .popular .popular-box .content-tile:nth-of-type(3),
    .boulevard .popular .popular-box .content-tile:nth-of-type(4) {
        display: block
    }

    .boulevard-box .content-tile.medium {
        margin-bottom: 18px;
        display: none
    }

    .boulevard-box .content-tile.medium:nth-of-type(1),
    .boulevard-box .content-tile.medium:nth-of-type(2),
    .boulevard-box .content-tile.medium:nth-of-type(3),
    .boulevard-box .content-tile.medium:nth-of-type(4),
    .boulevard-box .content-tile.medium:nth-of-type(5),
    .boulevard-box .content-tile.medium:nth-of-type(6) {
        display: block
    }

    .blogs.blogs-main.hide-desc {
        margin-bottom: 34px;
        display: block
    }

    .blogs.blogs-main.hide-desc .blogs-box__item {
        width: 30%
    }

    .blogs.blogs-main.hide-desc .blogs-box__name {
        font-size: 24px
    }

    .blogs.blogs-main.hide-desc .blogs-box__text {
        font-size: 16px;
        line-height: 21px
    }

    .blogs-main {
        display: none
    }

    .interview {
        margin-bottom: 34px
    }

    .author-main .author,
    .last-blogs .author {
        margin-bottom: 35px
    }

    .author-main .author-box__item,
    .last-blogs .author-box__item {
        display: none
    }

    .author-main .author-box__item:nth-of-type(1),
    .author-main .author-box__item:nth-of-type(2),
    .author-main .author-box__item:nth-of-type(3),
    .author-main .author-box__item:nth-of-type(4),
    .author-main .author-box__item:nth-of-type(5),
    .author-main .author-box__item:nth-of-type(6),
    .last-blogs .author-box__item:nth-of-type(1),
    .last-blogs .author-box__item:nth-of-type(2),
    .last-blogs .author-box__item:nth-of-type(3),
    .last-blogs .author-box__item:nth-of-type(4),
    .last-blogs .author-box__item:nth-of-type(5),
    .last-blogs .author-box__item:nth-of-type(6) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .last-blogs,
    .last-blogs-box {
        margin-bottom: 34px
    }

    .last-blogs .last-blogs-box__item {
        width: 35%;
        max-width: 308px
    }

    .last-blogs .last-blogs-box__item:last-child {
        display: none
    }

    .content__news .advertising-news-600:last-child {
        margin-bottom: 9px
    }

    .popular-box .content-tile {
        width: 23%;
        max-width: 225px
    }

    .popular-box .content-tile:nth-of-type(10),
    .popular-box .content-tile:nth-of-type(9) {
        display: none
    }

    .content-tiles {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .main-content__rubric .content-tiles {
        display: none
    }

    .content-tile.small.hide-desc {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }


     .content-news__item  {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.author-mob .swiper-slide {
    width: 130px !important
}

.last-blogs-box {
    margin-bottom: 41px
}

.interview-hide-desc {
    display: none
}

.advertising-news.hidden-desctop,
.comments-block.hidden-desctop {
    display: none
}

.contacts {
    display: grid;
    grid-column-gap: 3%;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(20%, 1fr))
}

.contacts .author-box__item {
    width: 100%;
    max-width: 217px;
    margin-bottom: 30px
}

.contacts .author-box__position {
    margin-top: 5px
}

.contacts .author-box__img {
   overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}

.contacts .author-box__img img {
    position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contacts .author-box__email {
    font-size: 14px;
    line-height: 17px;
    font-family: Inter-Regular, sans-serif;
    text-align: center;
    color: #2f89ce;
    word-wrap: break-word;
    margin-top: 4px;
    display: block;
    width: 96%
}

.theme-box.english .theme-arrow {
    display: none
}

.english .content__base {
    margin-top: 10px
}

.english .publication-all-box .content-tile__link,
.english .publication-all-box .content-tile__text {
    font-size: 24px;
    line-height: 32px
}

@media screen and (max-width:1070px) and (min-width:910px) {
    .live-box .content-tile.hide-media {
        display: none
    }
}

@media screen and (max-width:910px) {
    .content__flex-main {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .publication.spec-project .publication-all-box .content-tile:nth-of-type(5),
    .publication.spec-project .publication-all-box .content-tile:nth-of-type(6) {
        display: none !important
    }

    .public.public .publication-all-box .content-tile:nth-of-type(5),
    .public.public .publication-all-box .content-tile:nth-of-type(6) {
        display: block
    }

 

    .header .rubric-box {
        margin-bottom: 15px
    }

    .content-tiles.hide-mobile {
        display: none
    }

    .news-bl-left {
        width: 63%;
        margin-right: 24px
    }

    .bulvar .popular-list.hide-mob {
        width: 100% !important;
        margin-right: 0 !important
    }

    .bulvar .news-bl-right {
        display: block;
        width: 50%;
        max-width: 300px
    }

    .publication-all.hide-mobile-bl,
    .publication-popular.hide-mobile-bl {
        display: none
    }

    .hide-mobile-bl {
        display: none
    }

    .boulevard-block .popular-box .content-tile__link,
    .boulevard-block .popular-box .content-tile__text {
        font-size: 16px;
        line-height: 23px
    }

    .boulevard-block .popular .content-tile {
        width: 30%
    }

    .boulevard-block .popular .content-tile .content-tile__img {
        height: 120px;
        position: relative
    }

    .bulvar .header__top .logo {
        width: auto
    }

    .advertising-news.hidden-desctop,
    .comments-block.hidden-desctop {
        display: block
    }

    .contacts .author-box__item:nth-of-type(5) {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .interview-theme__item {
        width: 31.2%;
        margin-right: 18px;
        margin-bottom: 18px
    }

    .interview-theme__item:nth-of-type(3n) {
        margin-right: 0
    }

    .video-block .swiper-button-prev,
    .video-block .swiper-button-prev1,
    .video-block .swiper-button-prev2,
    .video-block .swiper-button-prev3 {
        display: none
    }

    .interview-theme {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .interview-block-in.hide-desc .publication-popular-box .content-tile {
        width: 48.5%
    }

    .interview-block-in.hide-desc .publication-popular-box .content-tile:last-child {
        display: none
    }

    .interview-block-in .vid-red {
        display: none
    }

    .content__flex-main.news.padding .content__base {
        width: 100%
    }

    .news-slider-box.video-bl .swiper-slide {
        width: 300px !important
    }

    .content__flex-main.news.padding .content__news {
        margin-top: 34px !important
    }

    .news-picture__about {
        font-size: 20px
    }

    .content__news.news-bl {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 34px;
        max-width: 100%;
        width: 100%
    }

    .content__news.news-bl .popular-list {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 68%;
        margin-right: 25px
    }

    .content__news.news-bl .advertising-news-600 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        max-width: 300px
    }

    .content__flex-main.news .content__base {
        margin-right: 0
    }

    .container-inside {
        max-width: 100%
    }

    .live-box {
        margin-bottom: 30px
    }

    .footer .footer-contact__left {
        width: 65%
    }

    .footer .contacts-h,
    .footer .email-h {
        font-size: 16px !important;
        line-height: 24px
    }

    .footer .header-menu__item .header-menu__item.show-tablet {
        display: block
    }

    .footer .header-menu__item.footer-hide-tablet {
        display: none
    }

    .close-search {
        top: 24.5px;
        right: 24.5px;
        width: 19px;
        height: 19px
    }

    .close-search img {
        width: 100%
    }

    .header-menu__item.mobile-hide {
        display: none
    }

    header .header-menu__item {
        width: 30% !important
    }

    header .header-menu__item .header-menu__item {
        display: block;
        width: 100% !important
    }

    header .header-menu__item .header-menu__item .hide-desctop {
        display: block
    }

    .header-menu {
        top: 55px
    }

    .content__base .content__news.desctop-hide {
        display: block;
        width: 100%;
        max-width: 100%;
        min-width: 100%
    }

    aside.content__news {
        display: none
    }

    .course__item.dollar,
    .course__item.euro,
    .header__top .logo,
    .languages,
    .temperature {
        margin-right: 18px
    }

    .menu-mob,
    .search-btn {
        margin-right: 19px
    }

    .recent-events {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .recent-events__img {
        margin: 0 auto;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }

    .header__top .logo {
        width: 165px
    }

    .header__top .logo a,
    .header__top .logo img {
        width: 100%
    }

    .recent-events__text {
        width: 75%;
        margin-right: 0
    }

    .recent-events.viber:after {
        left: auto;
        right: 30px
    }

    .live-box {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .live-box .content-tile {
        width: 32%;
        max-width: 100%
    }

    .live-box .content-tile:last-child {
        display: block
    }

    .live-box__item {
        width: 100%
    }

    .live-box__item:first-child {
        margin-bottom: 30px
    }

    .boulevard .popular .popular-box .content-tile:nth-of-type(4) {
        display: none
    }

    .author-main .author-box__item:nth-of-type(6) {
        display: none
    }

    .author-main .author-box__item:nth-of-type(4) {
        margin-right: 0
    }

    .content__base {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        max-width: 100%;
        margin-right: 0
    }

    .last-blogs .last-blogs-box__item {
        margin-right: 24px
    }

    .author-box__item:nth-of-type(5),
    .last-blogs .author-box__item:nth-of-type(6) {
        display: none !important
    }

    .author-box__img,
    .size-picture .author-box__img {
        /*width: 165px;
        height: 165px*/
    }

    .author-main .author-box__item:nth-of-type(5) {
        display: none !important
    }

    .author-box__item {
        width: 165px
    }

    .author-box__item {
        margin-right: 24px
    }

    aside.content__news {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        max-width: 350px;
        min-width: 350px
    }

    .popular-box .content-tile:nth-of-type(4) {
        margin-right: 19px
    }

    .popular-box .content-tile:nth-of-type(3),
    .popular-box .content-tile:nth-of-type(6) {
        margin-right: 0
    }

    .popular-box .content-tile {
        width: 30%
    }

    .popular-box .content-tile:nth-of-type(7),
    .popular-box .content-tile:nth-of-type(8) {
        display: none !important
    }

    .content__base .content__news {
        max-width: 350px;
        width: 34%;
        min-width: 350px
    }

    .content__base .content__flex-main {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

@media screen and (max-width:850px) {
    .interview-top__box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .interview-top {
        padding: 0
    }

    .bulvar .course {
        margin-left: 37%
    }

    .content-title.interview-hide-desc {
        margin-bottom: 10px
    }

    .interview-hide-desc {
        display: block
    }

    .interview-top__img {
        margin-bottom: 20px
    }

    .interview-top .container {
        padding: 30px 15px
    }

    .interview-hide {
        display: none
    }

    .interview-top__item {
        width: 100%
    }

    .interview-top__item:first-child {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .interview-top__item:last-child {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

@media screen and (max-width:768px) {
    .content__news {
        width: 100%;
        max-width: 100%;
        margin-right: 0 !important
    }

    .video-block.video-bl .content-tile.big {
        width: 48%;
        max-width: inherit
    }

    .rubric-box.rubric-bl .content-tile:nth-of-type(10),
    .rubric-box.rubric-bl .content-tile:nth-of-type(11),
    .rubric-box.rubric-bl .content-tile:nth-of-type(12),
    .rubric-box.rubric-bl .content-tile:nth-of-type(13),
    .rubric-box.rubric-bl .content-tile:nth-of-type(8),
    .rubric-box.rubric-bl .content-tile:nth-of-type(9) {
        display: none
    }

    .bulvar .publication-all .content-message,
    .bulvar .publication-popular .content-message {
        display: inline-block
    }

    .publication-popular.boulevard-date .views {
        display: none
    }

    .bulvar .news-tegs.video-tegs {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .bulvar .breadcrumb {
        margin-bottom: 14px
    }

    .heroes-box.author .heroes-box__photo {
        width: 200px;
        min-width: 200px;
        height: 200px
    }

    .social-bl {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .search-box .content-tile__link {
        font-size: 24px;
        line-height: 32px
    }

    .heroes-box.author .heroes-box__position,
    .heroes-box__position {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
        text-align: center
    }

    .heroes-box {
        margin-bottom: 24px
    }

    .picture {
        margin-bottom: 15px
    }

    .heroes-box__rubric {
        font-size: 14px;
        line-height: 17px
    }

    .heroes-box__date {
        font-size: 14px;
        line-height: 15px
    }

    .heroes-box__about {
        margin-bottom: 20px
    }

    .heroes-box__video {
        margin-bottom: 20px
    }

    .heroes-box__read,
    .heroes-box__text-in {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px
    }

    .heroes-box__photo {
        width: 200px;
        height: 200px;
        margin-right: 20px;
        min-width: 200px
    }

    .heroes-box.author .heroes-box__title,
    .heroes-box__title {
        font-size: 28px;
        line-height: 32px;
        display: inherit;
        text-align: center
    }

    .interview-block-in .content-message {
        display: none
    }

    .interview-block-in .author-box .author-box__item:last-child {
        display: none
    }

    .interview-box__bottom {
        display: none
    }

    .blogs-box__img {
        height: 165px;
        width: 165px
    }

    .header-menu__item:last-child {
        width: 100%
    }

    .interview-box__item .content-tile.medium {
        display: none
    }

    .interview-box-hidden {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

@media screen and (max-width:760px) {
    .search-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .search-top .search-dropdown {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 15px
    }

    .search-top .news-tegs {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .bulvar-back {
        display: none
    }

    .bulvar .course {
        margin-left: 0
    }

    .search-found {
        margin-bottom: 30px
    }

    .author-main .author-box__item:nth-of-type(4) {
        display: none
    }

    .author-main .author-box__item:nth-of-type(3) {
        margin-right: 0
    }

    .last-blogs .author-box__item:nth-of-type(4) {
        display: none
    }

    .last-blogs .author-box__item:nth-of-type(3) {
        margin-right: 0
    }
}

@media screen and (max-width:710px) {

    .course,
    .enter,
    .search-btn,
    .temperature {
        display: none
    }

    .bulvar .container:not(:first-child) {
        padding-top: 98px
    }

    .bulvar .header__top {
        margin: 15px 0 0 0
    }

    .header__top {
        margin: 5px 0 0 0
    }

    .rubric-box .theme-box {
        margin: 13px 0
    }

    .menu-mob {
        width: 26px;
        height: 22px
    }

    .header__top {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media screen and (max-width:650px) {

    .content__base .content__main,
    .content__base .content__news {
        display: none
    }

    .search-found .select {
        width: auto
    }

    .news-picture.margin {
        margin-bottom: 18px
    }

    .tiktok {
        display: inline-block;
        margin-bottom: 0 !important
    }

    .footer .tiktok {
        display: inherit
    }

    .news-picture {
        margin-bottom: 0
    }

    .bulvar .container:not(:first-child) {
        padding-top: 75px
    }

    .header-menu.active {
        padding-top: 0
    }

    .header-menu.active .content-btn.hide-desc {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 15px auto 0;
        padding: 0 30px;
        border: 1px solid rgba(0, 0, 0, .2)
    }

    .header-menu__item.show-mobile_ {
        display: block;
        width: 100% !important
    }

    .live-box__item:first-child {
        margin-bottom: 0
    }

    .main-slider .content-tile__rubric {
        display: inline !important
    }

    .top-slider__box {
        margin-bottom: 25px
    }

    .bulvar p {
        font-size: 20px;
        line-height: 30px
    }

    .bulvar .content__news.news-bl {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .boulevard-block .popular .content-tile {
        width: 100%
    }

    .bulvar .breadcrumb {
        margin-top: 20px
    }

    .boulevard-block {
        width: 100%
    }

    .boulevard-block .main-slider .content-tile .content-tile__link,
    .boulevard-block .main-slider .content-tile .content-tile__text {
        line-height: 23px
    }

    .boulevard-block .popular .popular-box,
    .boulevard-block .popular .popular__title {
        display: none
    }

    .footer .header-menu__item.english {
        border: none;
        padding: 0
    }

    .header-menu__item.english ul.app-box {
        padding-bottom: 20px !important
    }

    .english .content__news {
        display: none
    }

    .title-bl {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: .08em
    }

    .interview-theme {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: scroll;
        margin-bottom: -20px
    }

    .interview-theme .interview-theme__item {
        white-space: nowrap;
        width: auto;
        margin-right: 18px !important
    }

    .interview-theme::-webkit-scrollbar {
        width: 0
    }

    .interview-theme {
        -ms-overflow-style: none
    }

    .interview-theme {
        overflow: -moz-scrollbars-none
    }

    .content__news.interview {
        display: none
    }

    .main-popular .popular-list__bottom .popular-list__rubric {
        display: inline-block
    }

    .main-popular .popular-list__item {
        margin-bottom: 15px
    }

    .news-picture__about {
        font-size: 16px
    }

    .main-popular .content-tile__date {
        font-size: 12px;
        line-height: 15px
    }

    .main-popular .popular-list__img {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        margin-bottom: 4px
    }

    .main-popular .content-message,
    .main-popular .popular-list__rubric,
    .popular-list__item .views {
        display: none
    }

    .main-popular .popular-list__text {
        padding-left: 0;
        width: 100%
    }

    .main-popular .popular-list__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0
    }

    .main-popular .popular-list__item:before {
        display: none
    }

    .news-slider-box .content-title:after {
        width: 89%
    }

    .news-slider-box.show-mobile {
        display: block
    }

    blockquote {
        font-size: 22px;
        line-height: 30px
    }

    .info-box {
        padding: 20px;
        font-size: 22px;
        line-height: 30px
    }

    .comments-answers {
        margin-bottom: 15px
    }

    .comments-box__ban,
    .comments-box__symbols {
        margin-bottom: 12px
    }

    .comments-answers__item {
        border-bottom: none;
        margin-bottom: 4px
    }

    .comments-answers__text {
        font-size: 14px;
        line-height: 20px
    }

    .comments-box {
        margin-bottom: 18px;
        padding-bottom: 24px;
        border-bottom: 1px dashed rgba(0, 0, 0, .2)
    }

    .comments-box__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .comments-box__club {
        line-height: 21px
    }

    .like-news {
        margin-bottom: 26px
    }

    .share-box {
        margin-bottom: 24px
    }

    .like-news__title {
        font-size: 20px;
        line-height: 26px
    }

    .breadcrumb+.content-title {
        margin-bottom: 20px
    }

    .advertising-news {
        margin-bottom: 24px
    }

    .news-picture-describe {
        margin-bottom: 10px;
    }
    .ph-source.news-picture-describe{
        margin-bottom: 21px;
        color: #000;
        font-size: 16px;
    }

    .content-link-ua {
        display: block;
        width: 90%;
        margin-top: 12px
    }

    .content-link-ru {
        display: block;
        width: 90%;
        margin-top: 12px
    }

    .comments-block {
        margin-bottom: 12px
    }

/*    .content__news.news-bl {
        display: none
    }*/

    .search-btn-mob {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
        width: 100%;
        padding-left: 0;
        font-weight: 500;
        font-size: 16px;
        line-height: 21px;
        font-family: Inter-Regular, sans-serif;
        color: #333
    }

    .search-btn-mob img {
        width: 14px;
        height: 14px;
        margin-top: 4px;
        margin-right: 7px
    }

    .footer .app-box.app-box-hide-desc {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .footer .footer-contact {
        padding: 5px 0 10px
    }

    .footer .header-menu__item {
        width: 45%;
        padding-right: 0
    }

    .footer .header-menu__item:nth-of-type(3),
    .footer .header-menu__item:nth-of-type(4) {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0
    }

    .footer .header-menu__item .header-menu__item {
        display: none !important
    }

    .header-menu__title-box:after {
        display: none
    }

    header .header-menu {
        width: -webkit-calc(100% - 30px) !important;
        width: calc(100% - 30px) !important
    }

    header .header-menu__item ul li a {
        font-size: 18px;
        line-height: 21px
    }

    header .header-menu__title {
        padding-bottom: 10px;
        margin-bottom: 10px;
        width: 100% !important;
        border-bottom: 1px dashed rgba(0, 0, 0, .2)
    }

    header .header-menu__item.mobile-hide {
        display: block
    }

    header .app-box {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none
    }

    header .app-box li {
        border-bottom: none !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important
    }

    header .contacts-box li {
        border-bottom: none !important
    }

    header .contacts-box li:first-child {
        padding-bottom: 0 !important
    }

    header .header-menu__item {
        margin-right: 0 !important;
        padding-right: 0 !important;
        padding-top: 15px
    }

    header .header-menu__item:first-child {
        padding-top: 20px
    }

    header .header-menu__item .header-menu__item {
        display: none
    }

    header .header-menu__item ul li {
        padding-bottom: 13px;
        margin-bottom: 13px;
        border-bottom: 1px dashed rgba(0, 0, 0, .2)
    }

    header .header-menu__item ul li:last-child {
        border-bottom: none;
        padding: 0
    }

    header .header-menu {
        width: 100%
    }

    header .header-menu__item {
        width: 100% !important
    }

    .header-menu__item ul li,
    .header-menu__title {
        margin-bottom: 12px
    }

    .back {
        display: none
    }

    .boulevard .popular .main-slider {
        margin-bottom: 0
    }

    .main-slider .content-tile.big {
        margin-bottom: 0
    }

    .content__base .content__news.desctop-hide {
        display: none
    }

    .rubric-box__item {
        font-size: 16px
    }

    .content__tabs {
        display: block
    }

    aside.content__news {
        display: block
    }

    .blogs-box__about .blogs-box__name {
        text-align: left
    }

    .blogs.blogs-main.hide-desc {
        display: none
    }

    .boulevard .main-slider {
        margin-bottom: 30px
    }

    .footer .header-menu__item:last-child {
        border-bottom: none;
        margin-bottom: 15px
    }

    .regulations {
        font-size: 12px !important;
        line-height: 18px !important;
        margin-bottom: 8px
    }

    .footer .app-box {
        margin-bottom: 12px
    }

    .app-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 8px !important;
        margin-bottom: 8px;
        border-bottom: 1px dashed rgba(0, 0, 0, .2)
    }

    .app-box li:first-child {
        margin-right: 30px
    }

    .footer__bottom {
        width: 100%
    }

    .contacts-h-mob {
        display: block !important
    }

    .contacts-h-desc {
        display: none !important
    }

    .boulevard-main {
        display: block
    }

    .blogs .content-title {
        margin-bottom: 15px
    }

    .live-box {
        margin-bottom: 0
    }

    .recent-events__subtitle,
    .recent-events__text,
    .recent-events__title {
        text-align: center
    }

    .recent-events__text {
        width: 100%
    }

    .recent-events.viber:after {
        display: none
    }

    .recent-events__title {
        font-size: 26px;
        line-height: 32px;
        letter-spacing: -.165px;
        margin-bottom: 16px
    }

    .content-btn.viber {
        margin-top: 0;
        max-width: 100%;
        min-width: 100%
    }

    .recent-events__subtitle {
        font-size: 16px;
        line-height: 135.02%;
        margin-bottom: 26px
    }

    .recent-events {
        position: relative;
        width: 100vw;
        margin-left: -webkit-calc(-50vw + 50%);
        margin-left: calc(-50vw + 50%);
        margin-right: -webkit-calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
        padding: 29px 19px 0 19px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 30px
    }

    .content-rubric__news {
        margin-left: 0;
        padding-left: 0;
        border-left: none;
        width: 100%;
        max-width: 100%
    }

    .content-rubric .content-tile.big .content-tile__link,
    .content-rubric .content-tile.big .content-tile__text,
    .content-rubric__item .content-tile__link,
    .content-rubric__item .content-tile__text {
        font-size: 16px;
        line-height: 21px
    }

    .content-rubric__tegs {
        display: none
    }

    .content-rubric:last-child {
        margin-bottom: 0
    }

    .recent-events__text {
        padding-bottom: 26px
    }

    .footer .header-menu a,
    .footer .header-menu li {
        font-size: 14px;
        line-height: 21px
    }

    .header-menu__item {
        width: 49.8%;
        padding-right: 10px;
        margin-bottom: 20px;
        border-bottom: 1px dashed rgba(0, 0, 0, .2)
    }

    .content-rubrics {
        margin-bottom: 30px
    }

    .recent-events.telegram:after {
        display: none
    }

    .content-btn.telegram {
        margin-top: 0;
        max-width: 100%;
        min-width: 100%
    }

    .rubric-sl {
        display: block;
        margin-top: -5px;
        margin-bottom: 16px;
        position: relative
    }

    .rubric-sl .theme-arrow,
    .rubric-sl .theme-arrow1,
    .rubric-sl .theme-arrow2,
    .rubric-sl .theme-arrow3,
    .rubric-sl .theme-arrow4,
    .rubric-sl .theme-arrow5,
    .rubric-sl .theme-arrow6,
    .rubric-sl .theme-arrow7,
    .rubric-sl .theme-arrow8,
    .rubric-sl .theme-arrow_ {
        top: 0
    }

    .rubric-sl .theme-box__item {
        font-family: Inter-Medium, sans-serif;
        font-size: 14px;
        line-height: 17px;
        text-transform: uppercase;
        color: #333;
        padding: 4px 10px;
        background: #f5f9fd;
        -webkit-border-radius: 100px;
        border-radius: 100px
    }

    .rubric-sl .theme-box__item.active {
        background: 0 0;
        font-family: Inter-Bold, sans-serif;
        padding: 4px 0 4px 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .footer-contact {
        padding: 15px 0 20px
    }

    .footer .contacts-h,
    .footer .email-h {
        font-size: 16px;
        line-height: 23px
    }

    .footer-contact__left {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .content-rubric {
        margin-bottom: 30px
    }

    .content-rubric__item:last-child {
        padding-bottom: 0;
        margin-bottom: 0
    }

    .content-rubric .content-tile.big .content-tile__date {
        display: block
    }

    .content-rubric .content-tile.big .content-tile__text {
        margin-bottom: 5px
    }

    .content-rubric .content-tile {
        max-width: 100%;
        width: 100%;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px dashed rgba(0, 0, 0, .15)
    }

    .content-rubric__main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .content-rubric .content-title {
        margin-bottom: 12px
    }

    .live-box-mob {
        display: block;
        margin-bottom: 30px
    }

    .live-box-mob .content-news {
        margin-top: 0
    }

    .interview-box__item.hide-desc {
        display: block
    }

    .interview-box__item.hide-desc .content-tile.big {
        margin-bottom: 10px
    }

    .live-box__item .content-tile {
        display: none !important
    }

    .boulevard {
        padding-bottom: 18px
    }

    .boulevard .main-slider .popular__title {
        margin-bottom: 15px
    }

    .boulevard .popular>.popular__title {
        display: none
    }

    .boulevard .popular .popular-box {
        display: none
    }

    .boulevard .content-tile {
        width: 100%;
        max-width: 100%
    }

    .boulevard .boulevard-box {
        display: none
    }

    .interview {
        margin-bottom: 10px
    }

    .interview .interview-box__item {
        width: 100%
    }

    .interview .interview-box__item .content-tile.big .content-tile__date {
        display: block;
        font-size: 12px;
        line-height: 15px
    }

    .interview .interview-box-hidden {
        display: none
    }

    .interview .content-tile.big .content-tile__link,
    .interview .content-tile.big .content-tile__text {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 5px
    }

    .interview .new {
        display: none
    }

    .interview .content-title {
        margin-bottom: 15px
    }

    .popular-box,
    .popular-mob .swiper-wrapper {
        margin-bottom: 10px
    }

    .author-mob {
        margin-bottom: 30px
    }

    .author-mob .author-box__item {
        width: 130px
    }

    .author-mob .author-box__img {
        /*width: 130px;
        height: 130px*/
    }

    .blogs-main .blogs-box__about {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .blogs-main .blogs-box__item:before {
        display: none
    }

    .blogs-main .blogs-box__position {
        font-size: 12px;
        line-height: 16px
    }

    .blogs-main .blogs-box__name {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 3px
    }

    .blogs-main .blogs-box__item {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .blogs-main .blogs-box__item {
        padding-bottom: 14px;
        margin-bottom: 11px;
        border-bottom: 1px dashed rgba(0, 0, 0, .2)
    }

    .blogs-main .blogs-box__item:last-child {
        border: none;
        margin-bottom: 0;
        padding-bottom: 0
    }

    .blogs-main .blogs-box__text {
        font-size: 15px;
        line-height: 20px
    }

    .blogs-main .blogs-box__top {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .blogs-main .blogs-box__img {
        margin-right: 10px;
        width: 60px;
            max-width: 60px;
    min-width: 60px;
        height: 60px;
        margin-bottom: 7px
    }

    aside.content__news {
        max-width: 100%;
        min-width: 100%;
        margin-bottom: 30px
    }

    .last-blogs,
    .popular-main {
        display: none
    }

    .author.author-main {
        display: none
    }

    .blogs.blogs-main {
        display: block;
        margin-bottom: 30px
    }

    .blogs.blogs-main .blogs-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .blogs.blogs-main .blogs-box__item {
        width: 100%
    }

    .publication-mob {
        margin-bottom: 30px
    }

    .publication-mob .content-tile.border {
        padding-top: 8px;
        margin-top: 10px;
        border-top: 1px dashed rgba(0, 0, 0, .15)
    }

    .publication-mob .content-tile.border .content-tile__text {
        margin-bottom: 5px
    }

    .content__flex-main {
        margin-bottom: 0
    }

    .popular .content-title {
        margin-bottom: 10px
    }

    .content-title__link {
        font-size: 16px
    }

    .content-news-inside .content-news__info {
        margin-bottom: 2px
    }

    .content-news__item {
        margin-bottom: 7px
    }

    .content-news__img img {
        margin-right: 5px
    }

    .content__tabs label {
        font-size: 12px
    }

    .content-news-inside {
        width: 100%
    }

    .main-slider {
        display: block;
        width: 100%
    }

    .main-slider .content-tile .content-tile__link,
    .main-slider .content-tile .content-tile__text {
        font-size: 16px;
        line-height: 21px
    }

    .main-slider .content-tile__date {
        display: inline !important;
        margin-right: 5px !important
    }

    .content-title.hide-box {
        display: none
    }
}

@media screen and (max-width:567px) {
    .content-title.before:after {
        display: block
    }

    .content__tabs.news-rubric .content-news__text {
        font-size: 16px;
        line-height: 21px
    }

    .content__tabs.news-rubric.rubric-block .content-news__item {
        margin-bottom: 10px !important;
        padding-bottom: 14px
    }

    .news-rubric.rubric-block .content-news__img {
        display: none !important
    }

    .video-block.video-bl .content-tile.big {
        display: none
    }

    .video-block.video-bl .content-tile.big:nth-of-type(1),
    .video-block.video-bl .content-tile.big:nth-of-type(2),
    .video-block.video-bl .content-tile.big:nth-of-type(3),
    .video-block.video-bl .content-tile.big:nth-of-type(4),
    .video-block.video-bl .content-tile.big:nth-of-type(5),
    .video-block.video-bl .content-tile.big:nth-of-type(6) {
        display: block
    }

    .content-tile.big .content-tile__rubric {
        display: none
    }

    .video-block.video-bl .content-tile.big .content-tile__rubric {
        display: inline
    }

    .video-block.video-bl .content-tile.big .content-tile__link {
        font-size: 16px;
        line-height: 21px
    }

    .video-block.video-bl .content-tile.big {
        width: 100%
    }

    .content__tabs.news-rubric~.content-btn {
        margin-bottom: 35px !important
    }

    .footer .header-menu__item:nth-of-type(1) {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .footer .header-menu__item:nth-of-type(2) {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .footer .header-menu__item:nth-of-type(3) {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .footer .header-menu__item:nth-of-type(4) {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .footer .header-menu__item:nth-of-type(6) {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
        width: 100%;
        border-top: 1px dashed rgba(0, 0, 0, .2);
        padding-top: 20px;
        margin-top: 10px
    }

    .content-tiles.spec-project.hide-desc {
        display: block;
        border-bottom: none
    }

    .content-tiles.spec-project.hide-desc .content-tile__link {
        font-size: 18px;
        line-height: 23px
    }

    .content-tiles.spec-project.hide-desc .content-tile {
        margin-bottom: 20px
    }

    .content-tiles.spec-project.hide-desc .content-tile:last-child {
        margin-bottom: 0
    }

    .content-tiles.spec-project.hide-desc .content-tile__bottom,
    .content-tiles.spec-project.hide-desc .content-tile__text {
        width: 90%;
        margin: 7px auto 0
    }

    .content-tiles.spec-project.hide-desc .content-tile__rubric {
        background: #ededed;
        color: #333;
        font-family: Inter-Bold, sans-serif;
        padding: 1px 2px
    }

    .publication.spec-project .publication-all-box .content-tile:nth-of-type(4) {
        display: none !important
    }

    .publication.info .publication-popular .content-tile__link {
        font-size: 16px;
        line-height: 21px
    }

    .publication.info .publication-all .content-tile__link {
        font-size: 16px;
        line-height: 21px
    }

    .popular-list.main-popular .popular-list__item:last-child {
        display: none
    }

    .container-inside .content__tabs.news-rubric~.content-btn.publication-hide.vid {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }



    .rubric-box.rubric-bl .content-tile:nth-of-type(7) {
        display: none
    }

    .news-slider-box.video-bl .swiper-slide {
        width: 220px !important
    }

    .public.public .publication-all-box .content-tile:nth-of-type(5),
    .public.public .publication-all-box .content-tile:nth-of-type(6) {
        display: none
    }

    .content-rubric__item:nth-of-type(3) {
        display: none
    }

    .main-slider.author-mob .top-slider__box {
        margin-bottom: 0
    }

    .footer__des {
        display: block
    }

    .english .publication-all-box .content-tile__link,
    .english .publication-all-box .content-tile__text {
        font-size: 16px !important;
        line-height: 21px !important
    }

    .main-popular .popular-list__link,
    .main-popular .popular-list__text {
        font-size: 16px;
        line-height: 21px
    }

    .public .publication-all .publication-all-box .content-tile__link,
    .public .publication-all .publication-all-box .content-tile__text {
        font-size: 16px;
        line-height: 21px
    }

    .public .publication-popular .publication-popular-box .content-tile__link,
    .public .publication-popular .publication-popular-box .content-tile__text {
        font-size: 16px;
        line-height: 21px
    }

    .news-slider-box.fixed-width .swiper-slide {
        width: 220px !important
    }

/*    .news-slider-box.fixed-width {
        display: none
    }*/

    .news-slider-box.news-slider-show.fixed-width {
        display: block
    }

    .container-inside .content__tabs.news-rubric {
        margin-top: 0
    }

    .bulvar .popular-list.hide-mob {
        display: none
    }

    .bulvar .advertising-news-250.hide-mob,
    .bulvar .advertising-news-600.hide-mob {
        display: none
    }

    .bulvar .advertising-news-250.hide-desc,
    .bulvar .advertising-news-600.hide-desc {
        display: block;
        max-width: 300px;
        margin: 0 auto 30px
    }

    .bulvar .content__news .content-tiles .content-tile {
        margin-bottom: 20px
    }

    .bulvar .content__news.news-bl {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 15px !important
    }

    .bulvar .content__news.news-bl .news-bl-left,
    .bulvar .content__news.news-bl .news-bl-right {
        width: 100%;
        max-width: 100%;
        margin-right: 0
    }

    .bulvar .content__news.news-bl .news-bl-left {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .bulvar .content__news.news-bl .news-bl-right {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .bulvar .publication-all .content-message,
    .bulvar .publication-all .views,
    .bulvar .publication-popular .content-message,
    .bulvar .publication-popular .views {
        display: none !important
    }

    .bulvar .theme-box.tegs-rubric {
        margin-top: -5px;
        margin-bottom: 17px
    }

    .bulvar .rubric-box {
        margin-bottom: 0
    }

    .bulvar .news-tegs.video-tegs {
        display: none
    }

    .boulevard-block .main-slider .content-tile .content-tile__link,
    .boulevard-block .main-slider .content-tile .content-tile__text {
        line-height: 21px
    }

    .bulvar .publication-all,
    .bulvar .publication-popular {
        margin-bottom: -10px
    }

    .bulvar .publication .content-tile {
        margin-bottom: 24px
    }

    .bulvar .publication .content-message,
    .bulvar .publication .views {
        display: block
    }

    .bulvar .popular__title {
        color: #e07;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 12px
    }

    .boulevard-block .publication-all .content-tile__link,
    .boulevard-block .publication-all .content-tile__text,
    .boulevard-block .publication-popular .publication-popular-box .content-tile__link,
    .boulevard-block .publication-popular .publication-popular-box .content-tile__text {
        font-size: 16px;
        line-height: 21px !important
    }

    .publication.spec-project .content-tile__link,
    .publication.spec-project .content-tile__text {
        font-size: 16px;
        line-height: 21px
    }

    .publication.spec-project .content-tile__text {
        width: 90%;
        margin: 0 auto
    }

    .publication.spec-project .content-tile__bottom {
        width: 90%;
        margin: 7px auto 0 auto
    }

    .heroes-box.author .heroes-box__photo {
        margin-right: 0;
        margin-bottom: 10px
    }

    .interview-block.heroes.author .content-tile__link,
    .interview-block.heroes.author .content-tile__text {
        font-size: 16px;
        line-height: 21px !important
    }

    .search-top .interview-tegs {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .search-box .content-tile__img {
        max-width: 100%;
        width: 100%;
        margin-right: 0;
        margin-bottom: 7px
    }

    .search-box .content-tile__text {
        width: 100%
    }

    .search-box .content-tile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 24px
    }

    .heroes-box__about {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .heroes .content-btn.publication-btn {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        margin-bottom: 30px
    }

    .header-menu__item.english .app-box li {
        margin-bottom: 0 !important
    }

    .english .publication-all-box .content-tile__link,
    .english .publication-all-box .content-tile__text {
        font-size: 16px;
        line-height: 21px
    }

    .contacts {
        grid-template-columns: repeat(auto-fit, minmax(33%, 1fr))
    }

    .legal__link {
        font-size: 20px;
        line-height: 26px
    }

    .vacancies__contact,
    .vacancies__email {
        font-size: 16px;
        line-height: 22px
    }

    .vacancies__question {
        font-size: 16px;
        line-height: 21px
    }

    .vacancies__title {
        margin-bottom: 12px
    }

    .interview-top {
        margin-bottom: 30px
    }

    .interview-top__img {
        margin-bottom: 10px
    }

    .interview-top .container {
        padding: 15px
    }

    .interview-top__about {
        font-size: 16px;
        line-height: 19px;
        margin-top: 8px
    }

    .interview-top__title {
        font-size: 18px;
        line-height: 22px
    }

    .interview-top__item .content-title__link {
        font-size: 17px;
        line-height: 34px
    }

    .interview-block-in.hide-desc .content-tile__rubric {
        display: inline
    }

    .interview-block-in.hide-desc .publication-popular-box .content-tile {
        width: 100%
    }

    .interview-block-in.hide-desc .publication-popular-box .content-tile:last-child {
        display: block
    }

    .interview-block-in .views {
        display: none
    }

    .interview-block-in .author-box .author-box__item {
        max-width: 130px;
        min-width: 130px
    }

    .interview-block-in .author-box {
        overflow-x: scroll;
        margin-bottom: -20px;
        grid-auto-flow: column;
        grid-template-columns: repeat(auto-fit, 130px);
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none
    }

    .interview-block-in .author-box::-webkit-scrollbar {
        width: 0
    }

    .interview-block-in .author-box .author-box__item {
        margin-right: auto !important
    }

    .interview-block-in .author-box .author-box__img {
        margin-bottom: 0
    }

    .interview-block-in .author-box__item:nth-of-type(5),
    .interview-block-in .author-box__item:nth-of-type(6) {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .interview-block-in {
        margin-bottom: 25px
    }

    .interview-block-in .publication-popular-box .content-tile:last-child {
        margin-bottom: 0
    }

    .interview-block-in .publication-popular-box .content-tile {
        width: 100%
    }

    .interview-block-in .content-tile__rubric {
        display: inline
    }

    .interview-tegs {
        display: none !important
    }

    .theme-box.tegs-rubric {
        display: block;
        width: 100%;
        margin-bottom: 10px
    }

    .news-rubric .content-news__bottom {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .content__tabs.news-rubric {
        margin-top: -20px
    }

    .content__tabs.news-rubric .content-news__item.picture .content-news__text {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .content__tabs.news-rubric .content-news__rubric {
        display: none
    }

    .content__tabs.news-rubric .content-news__link {
        font-size: 16px;
        line-height: 21px
    }

    .content__tabs.news-rubric .content-news-inside {
        margin-top: 0
    }

    .content__tabs.news-rubric .content-news__item.picture .content-news__img {
        display: block;
        width: 100%;
        margin-bottom: 4px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        overflow: hidden
    }

    .content__tabs.news-rubric .content-news__item.picture .content-news__img img {
        width: 100%;
        height: auto
    }

    .content__tabs.news-rubric .content-news__item {
        padding-left: 0
    }

    .content__tabs.news-rubric .content-news__time-before {
        display: none
    }

    .rubric-box .content-message {
        display: none
    }

    .rubric-box .content-tile .content-tile__rubric {
        display: inline-block
    }

    .news-slider-box.video-bl .content-tile.big .content-tile__link,
    .news-slider-box.video-bl .content-tile.big .content-tile__text {
        font-size: 16px;
        line-height: 21px
    }

    .content-title.before {
        margin-bottom: 10px !important
    }

    .content__flex-main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .photo-box .content-tile__link,
    .photo-box .content-tile__text {
        font-size: 16px;
        line-height: 21px
    }

    .photo-box .content-btn.publication-hide {
        margin-top: 60px
    }

    .photo-box {
        margin-bottom: 35px
    }

    .photo-box .content-tile {
        margin-bottom: 17px
    }

    .photo-box .content-message {
        display: none
    }

    .photo-box .vid-icon {
        display: none
    }

    .photo-box .content-tile__rubric {
        display: inline-block
    }

    .recent-events__img {
        width: 100%
    }

    .publication .content-message,
    .publication .views {
        display: none
    }

    .publication .content-tile__rubric {
        display: inline
    }

  /*  .content-btn.publication-hide {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
*/
    .content-btn.publication-btn {
        display: none !important
    }

    .publication .content-tile {
        margin-bottom: 24px
    }

    .publication-all-box .content-tile__link,
    .publication-all-box .content-tile__text,
    .publication-popular-box .content-tile .content-tile__link,
    .publication-popular-box .content-tile .content-tile__text {
        font-size: 16px;
        line-height: 21px !important
    }

    .publication-popular-box .content-tile {
        width: 100%
    }

    .publication-all-box .content-tile {
        width: 100%;
        max-width: 100%
    }

    .publication-all-box .content-tile:nth-of-type(5) {
        display: block
    }
}

.popup-box {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 8010;
    position: fixed;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
    overflow: auto;
    overflow-y: scroll;
    height: auto
}

.popup-search {
    display: none
}

.popup-box.active {
    display: block
}

.popup-search.active {
    display: block
}

.popup-box_wrap {
    background: #fff;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 10px 25px 0;
    box-shadow: 0 10px 25px 0;
    padding: 30px 70px 30px 70px;
    width: 97%;
    height: auto;
    position: absolute;
    opacity: 1;
    overflow: visible;
    left: 50%;
    top: 50%;
    z-index: 9999;
    max-width: 550px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.popup-search.active .popup-box_wrap {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0;
    max-width: 613px
}

.popup-search .popup-box_wrap {
    top: 36%
}

.search-form-top {
    background: #fff;
    margin-top: 10px;
    padding: 19px 30px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 89px;
    max-width: 613px;
    width: 100%;
    position: relative
}

.search-form__title {
    font-size: 34px;
    background: 0 0;
    line-height: 41px;
    font-family: Inter-Bold, sans-serif;
    color: #fff
}

.popup-search .search-form input {
    border: none;
    outline: 0;
    padding: 0;
    font-size: 44px;
    line-height: 30px;
    width: inherit
}

.popup-search .search-form input::-webkit-input-placeholder {
    font-size: 44px;
    line-height: 30px
}

.popup-search .search-form input::-moz-placeholder {
    font-size: 44px;
    line-height: 30px
}

.popup-search .search-form input:-ms-input-placeholder {
    font-size: 44px;
    line-height: 30px
}

.popup-search .search-form input::-ms-input-placeholder {
    font-size: 44px;
    line-height: 30px
}

.popup-search .search-form input::placeholder {
    font-size: 44px;
    line-height: 30px
}

.search-form input {
    caret-color: #c4c4c4;
    color: #c4c4c4
}

.popup-search .search-form button {
    cursor: pointer;
    height: 100%;
    width: 80px;
    background: 0 0;
    border: none;
    outline: 0;
    position: absolute;
    right: 0;
    top: 0
}

.close-search {
    position: absolute;
    top: 75px;
    right: 75px;
    cursor: pointer;
    width: 30px;
    height: 30px
}

.close-search img {
    width: 100%
}

.popup-close {
    background: url(/user/img/close1.svg);
    width: 24px;
    height: 24px;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 13px;
    right: 13px
}

.popup-switch {
    height: 48px;
    background: #eaeaea;
    -webkit-border-radius: 52000px;
    border-radius: 52000px;
    padding: 6px 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px
}

.popup-switch a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Inter-Regular, sans-serif;
    padding: 0 10px
}

.popup-switch a,
.popup-switch a.active {
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #050038;
    height: 36px
}

.popup-switch a.active {
    width: 99px;
    background: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.registration .popup-box_form.form-in {
    width: 100%
}

.registration .popup-box__reg,
.registration .popup-box__reg a {
    text-align: center;
    font-size: 16px;
    line-height: 21px;
    font-family: Inter-Regular, sans-serif;
    color: #000
}

.registration .popup-box__reg a,
.registration .popup-box__reg a a {
    color: #2f89ce
}

.registration .popup-box__reg {
    margin-top: 20px
}

.registration .popup-box__bottom,
.registration .popup-box__bottom a {
    font-size: 16px;
    line-height: 19px;
    font-family: Inter-Regular, sans-serif
}

.registration .popup-box__bottom a,
.registration .popup-box__bottom a a {
    color: #2f89ce
}

.registration button {
    margin-top: 10px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border: none;
    outline: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ff5353;
    -webkit-border-radius: 500px;
    border-radius: 500px;
    margin-bottom: 12px;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-family: Inter-Medium, sans-serif
}

.registration .form__field input {
    height: 39px;
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 10px;
    width: 100%
}

.registration .form__field input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 24px;
    font-family: Inter-Regular, sans-serif;
    color: rgba(0, 0, 0, .3);
    text-align: left;
    padding: 5px 10px
}

.registration .form__field input::-moz-placeholder {
    font-size: 16px;
    line-height: 24px;
    font-family: Inter-Regular, sans-serif;
    color: rgba(0, 0, 0, .3);
    text-align: left;
    padding: 5px 10px
}

.registration .form__field input:-ms-input-placeholder {
    font-size: 16px;
    line-height: 24px;
    font-family: Inter-Regular, sans-serif;
    color: rgba(0, 0, 0, .3);
    text-align: left;
    padding: 5px 10px
}

.registration .form__field input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 24px;
    font-family: Inter-Regular, sans-serif;
    color: rgba(0, 0, 0, .3);
    text-align: left;
    padding: 5px 10px
}

.registration .form__field input::placeholder {
    font-size: 16px;
    line-height: 24px;
    font-family: Inter-Regular, sans-serif;
    color: rgba(0, 0, 0, .3);
    text-align: left;
    padding: 5px 10px
}

.registration .form__field .form__error {
    display: none
}

.registration .popup-box_wrap {
    padding: 30px;
    max-width: 400px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.registration .btn-enter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px;
    width: 100%
}

.registration .btn-enter__item {
    border: 1px solid #eaeaea;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    width: 32%;
    height: 50px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 7px
}

.registration .btn-enter__item:last-child {
    margin-right: 0
}

.registration .title-top {
    font-family: Inter-Medium, sans-serif;
    font-size: 26px;
    line-height: 31px;
    color: #000;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: auto
}

.registration .title-top__in {
    font-size: 16px;
    line-height: 19px;
    font-family: Inter-Regular, sans-serif;
    color: #a3a3a3;
    margin-bottom: 10px
}

.registration .title-top span {
    font-family: Inter-Bold, sans-serif;
    font-size: 26px;
    line-height: 31px;
    color: #ff0000
}

.room-enter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.room-enter__name {
    font-family: Inter-Medium, sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #333;
    margin-right: 11px
}

.room-enter__cab {
    font-size: 14px;
    font-family: Inter-Medium, sans-serif;
    line-height: 20px;
    letter-spacing: .08em;
    color: #2f89ce;
    display: inline-block
}

.room-enter .exit {
    padding-right: 8px;
    margin-right: 8px;
    border-right: 1px solid #2f89ce
}

.breadcrumb {
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 0;
    margin-bottom: 15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.breadcrumb li {
    list-style-type: none;
    margin-right: 8px;
    letter-spacing: .73px;
    position: relative;
    padding-left: 0;
    line-height: 10px;
    margin-top: 0;
    margin-bottom: 2px
}

.breadcrumb li:after {
    content: '';
    width: 7px;
    height: 9px;
    background-image: url(/user/img/bread_.svg);
    display: inline-block;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 0;
    margin-bottom: 1px
}

.breadcrumb li a {
    font-size: 16px;
    font-family: Inter-Regular, sans-serif;
    line-height: 22px;
    color: #333
}

.breadcrumb li a:hover {
    color: #ff5353 !important
}

.breadcrumb li:last-child:after {
    display: none
}

.breadcrumb li:last-child a {
    color: #868686
}

.breadcrumb+.content-title {
    margin-bottom: 20px
}

.breadcrumb+.content-title .content-title__link {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #333;
    font-family: Inter-Bold, sans-serif
}

@media screen and (max-width:910px) {
    .close-search {
        top: 24.5px;
        right: 24.5px;
        width: 19px;
        height: 19px
    }

    .popup-search .popup-box_wrap {
        top: 30%
    }
}

@media screen and (max-width:567px) {
    .search-form__title {
        font-size: 24px;
        line-height: 39px
    }

    .popup-search .search-form input {
        font-size: 30px;
        line-height: 20px
    }

    .search-form-top {
        padding: 5px 10px
    }

    .search-form-top {
        height: 52px
    }
}

.select {
    position: relative;
    width: 126px
}

.select__toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    line-height: 19px;
    font-family: Inter-Regular, sans-serif;
    color: #333;
    position: relative;
    background: 0 0;
    border: none;
    margin-right: 0;
    margin-left: auto
}

.select__dropdown ul li {
    font-size: 16px;
    line-height: 19px;
    font-family: Inter-Regular, sans-serif;
    color: #333;
    padding-left: 0
}

.select__dropdown ul {
    padding: 10px
}

.select__toggle::after {
    content: '';
    width: 9px;
    height: 4.5px;
    display: inline-block;
    margin-left: 6px;
    margin-top: 4px;
    margin-bottom: 3px;
    background: url(/user/img/search-arrow.svg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.select__toggle:focus {
    outline: 0
}

.select_show .select__toggle::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.select__dropdown {
    display: none;
    position: absolute;
    top: 1.5rem;
    left: 0;
    right: 0;
    max-height: 10rem;
    overflow-y: auto;
    z-index: 2;
    background: #fff;
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 15px rgba(0, 0, 0, .15);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index: 5;
}

.select_show .select__dropdown {
    display: block
}

.select_show .select__backdrop {
    display: block
}

.select__options {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 19px;
    font-family: Inter-Regular, sans-serif;
    color: #333
}

.select__options:before {
    display: none
}

.select__dropdown ul li:before {
    display: none
}

.select__option_selected {
    background-color: #e1f5fe;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.select__option_selected::after {
    content: '';
    width: .75rem;
    height: .75rem;
    color: #0277bd;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" height="100" width="100" class="svg-inline--fa fa-check fa-w-16" data-icon="check" data-prefix="fas" aria-hidden="true"%3E%3Cpath d="M33.964 85.547l-32.5-32.251a4.935 4.935 0 010-7.017l7.071-7.017a5.027 5.027 0 017.071 0L37.5 60.987l46.894-46.534a5.028 5.028 0 017.07 0l7.072 7.017a4.935 4.935 0 010 7.017l-57.5 57.06a5.027 5.027 0 01-7.072 0z" fill="%230277bd"/%3E%3C/svg%3E')
}

.select__option:hover {
    background-color: #f5f5f5;
    cursor: pointer;
    -webkit-transition: .2s background-color ease-in-out;
    -o-transition: .2s background-color ease-in-out;
    transition: .2s background-color ease-in-out
}

.calendar_ {
    width: 100%;
    max-width: 300px;
    position: absolute;
    top: 45px;
    display: none
}

.select__option:hover {
    background: 0 0;
    color: #ff5353
}

.calendar_.active {
    display: block;
    z-index: 9
}

.calendar__day-box {
    background-color: #ff0000 !important
}

.calendar__monthyear span {
    font-family: Inter-Bold, sans-serif
}

.color-calendar .calendar__days {
    grid-template-rows: repeat(6, minmax(30px, 36px)) !important;
    font-family: Inter-Regular, sans-serif !important
}

.color-calendar .calendar__weekdays .calendar__weekday {
    height: 30px !important
}

@media screen and (max-width:760px) {
    .calendar_ {
        top: 60px
    }
}

@media screen and (max-width:500px) {
    .calendar_ {
        top: 112px
    }
}
.tegs-page{
	padding-bottom: 80px;
}
.tegs-page .container-inside {
    margin: 0
}

.tegs-page .container-inside {
    max-width: unset
}

.tegs-page .content-title__link {
    color: #000;
    padding: 0 18px 0 0
}

.tegs-flex {
    display: flex;
    justify-content: space-between
}

.tegs-page__content__item {
    max-width: 766px
}

.tegs-page__content__item__img {
    display: block;
    width: 310px;
    min-width: 310px;
    max-width: 310px;
    height: 170px
}

.tegs-page__content__item__text {
    flex-direction: column;
    width: 456px;
    padding-left: 20px
}

.tegs-page__content__item__text__title a {
    font-size: 11px;
    color: #888;
    display: block;
    line-height: 14px;
    font-family: Inter-Regular, sans-serif;
    letter-spacing: 1.3px
}

.tegs-page__content__item__text__about {
    font-size: 24px;
    line-height: 26px;
    min-height: 120px;
   	padding-bottom: 5px;
    font-weight: 700
}

.tegs-page__content__item__text__date {
    max-width: 261px;
    line-height: 14px
}

.tegs-page__content__item__text__date span {
    font-size: 14px;
    color: #888;
    position: relative
}

.tegs-page__date__comments::before,
.tegs-page__date__views::before {
    content: '';
    display: block;
    background: url(/user/img/tegs-comments.svg) no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.tegs-page__date__comments::before {
    right: 12px;
    height: 15px;
    width: 16.6px
}

.tegs-page__date__views::before {
    height: 11px;
    width: 16px;
    background: url(/user/img/tegs-views.svg) no-repeat;
    right: 0px;
    left: -22px;
}

.tegs-page__content__item:hover .tegs-page__content__item__img {
    opacity: .85
}

.tegs-page__content__item:hover .tegs-page__content__item__text__about,
.tegs-page__content__item__text__title a:hover {
    color: #ff0000
}

.tegs-page__title-mob {
    display: none
}

.tegs-page__title-desc,
.tegs-page__title-mob {
    margin-bottom: 32px
}

.tegs-page__title-desc a {
    color: #000
}

.tegs-page .container-inside {
    padding-left: 80px
}

.tegs-page__content__item:not(:last-child) {
    margin-bottom: 24px
}

.tegs-page .content-btn {
    border: 1px solid rgba(0, 0, 0, .35);
    max-width: 300px;
    margin: 0 auto;
    display: block;
    text-align: center;
    height: unset;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 22px
}

.tegs-page__btn-more:hover {
    border: 1px solid #ff0000
}

.tegs-page__content__item__img {
    overflow: hidden
}

.tegs-page__content__item__img img {
    width: 100%;
    object-fit: cover
}

@media screen and (max-width:1190px) {
    .tegs-page__title-desc {
        display: none
    }

    .tegs-page__title-mob {
        display: block
    }

    .tegs-page .container-inside {
        padding-left: 0
    }

    .tegs-page .content-title:after {
        width: calc(100% - 36px)
    }

    .tegs-page__content__item__text__about {
        font-size: 20px
    }

    .tegs-page__content__item__img {
        width: 200px;
        min-width: 200px;
        max-width: 200px;
        height: 130px
    }

    .tegs-page__content__item {
        max-width: 640px
    }

    .tegs-page__content__item__text__about {
        min-height: 78px
    }
}

@media screen and (max-width:910px) {
    .content__base {
        order: 1
    }

    .advertising-news-600 {
        order: 2
    }

    .tegs-page .content-title:after {
        width: 100%
    }

    .tegs-page__content__item {
        max-width: unset;
        width: 100%
    }

    .tegs-page__content__item__text {
        width: 470px;
        padding-left: unset
    }

    .tegs-page__content__item__img {
        width: 230px;
        min-width: 230px;
        max-width: 230px
    }

    .tegs-page__content__item__text__about br {
        display: none
    }

    .container {
        max-width: 750px
    }

    .tegs-page__content__item__text__date {
        max-width: 250px
    }

    .advertising-news-600 {
        margin-top: 34px
    }
}

@media screen and (max-width:740px) {
    .tegs-page__content__item {
        flex-direction: column
    }

    .tegs-page__content__item__img {
        width: 100%;
        max-width: unset;
        min-width: unset;
        height: 300px
    }

    .tegs-page__content__item__text__title {
        margin-top: 5px;
        margin-bottom: 5px
    }

    .tegs-page__content__item__text {
        width: 100%
    }

    .tegs-page__content__item__text__about {
        height: unset;
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 5px
    }

.tegs-page{
	padding-bottom: 35px;
}
.content__news.news-bl{
    flex-direction: column;
}
.content__news.news-bl .advertising-news-600{
    max-width: unset !important;
}
}

@media screen and (max-width:360px) {
    .tegs-page__content__item__img {
        height: 193px
    }
}
.main-tab-btn:hover, .tabForActive:hover{
    color: #ff0000 !important;
}



.materil-author a{
    text-decoration: none;
}
.author-container-first{
    gap: 1em;
}
.materil-author a:hover{
    color: #ff0000 !important;
}
.btn-new:hover{
    border: 1px solid #ff0000;
}
.materil-author-container{
    max-width: 1329px;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.materil-author, .materil-author p, .materil-author span{
    font-family: Inter-Regular;
    font-size: 20px;
}
.materil-author-flex{
    display: flex;
    justify-content: space-between;
}
.materil-author-first{
    padding-top: 68px;
}
.materil-author__main-img{
    border-radius: 50%;
    background: #ff0000;
    height: fit-content;
}
.materil-author__main-img img{
    max-width: 330px;
    display: block;
    width: 100%;
}
.materil-author__main-block{
    max-width: 850px;
    width: 100%;
    margin-right: 76px;
}
.materil-author__name{
    margin-bottom: 10px;
}
.materil-author__name p{
    font-family: Inter-Bold;
    font-size: 36px;
    text-transform: uppercase;
}
.materil-author__status{
    margin-bottom: 24px;
}
.materil-author__status p{
    font-family: Inter-Medium;
    font-size: 24px;
    color: #A7A7A7;
}
.materil-author__social{
    max-width: 245px;
    width: 100%;
    margin-top: 34px;
}
.materil-author__social a{
    display: block;
    width: 50px;
    height: 50px;
}
.materil-author__facebook{
    background: url(/user/img/materil-author__facebook.svg) no-repeat;
    background-size: cover;
}
.materil-author__instagram{
    background: url(/user/img/materil-author__instagram.svg) no-repeat;
    background-size: cover;
}
.materil-author__youtube{
    background: url(/user/img/materil-author__youtube.svg) no-repeat;
    background-size: cover;
}
.materil-author__tiktok{
    background: url(/user/img/materil-author__tiktok.svg) no-repeat;
    background-size: cover;
}
/*.materil-author-second{
    padding-top: 50px;
}*/
.all-materials-title{
    position: relative;
}
.all-materials-title p{
    display: block;
    width: fit-content;
    text-transform: uppercase;
     font-family: Inter-SemiBold;
     font-size: 16px;
     letter-spacing: 0.08em;
     color: #202020;
}
.all-materials-title:before{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
    top: 50%;
    -moz-transform: translateY(-50%) ;
-webkit-transform: translateY(-50%) ;
-o-transform: translateY(-50%) ;
-ms-transform: translateY(-50%) ;
transform: translateY(-50%) ;
border-top: 1px dashed rgba(0, 0, 0, 0.2);
z-index: -1;
}
.all-materials-title p{
        background: #fff;
    display: block;
    padding-right: 10px;
}
.all-materials__block{
    margin-top: 30px;
}
.all-materials__block-left{
    max-width: 960px;
    width: 100%;
}
.all-materials__block-left__item{
            
            width: 100%;
            
        }
        .all-materials__block-left__item:not(:first-child){
            position: relative;
            margin-top: 40px;
        }
        .all-materials__block-right__item:not(:first-child){
            position: relative;
            margin-top: 24px;
        }

        .all-materials__block-left__item:not(:first-child):before, .all-materials__block-right__item:not(:first-child):before, 
        .all-materials__block-right__more-btn:before{
            content: '';
            display: block;
    position: absolute;
    left: 0;
    width: 100%;
    max-width: 960px;
    top: -20px;
border: 1px dashed rgba(0, 0, 0, 0.2);
        }
        .all-materials__block-right__item:not(:first-child):before{
            top: -12px;
        }
        
        .materil-author-second .all-materials__block-left__item a{
            font-family: Inter-Bold;
            font-size: 24px;
            line-height: 32px;
            color: #333333;
            text-decoration: none;
            margin-bottom: 17.5px;
            display: block;
            max-width: 767px;
            width: 100%;
        }
        .all-materials__block-left__details{
            max-width: 260px;
            width: 100%;
        }
        .materil-author-second .all-materials__block-left__details span, .top-theme .date{
            font-size: 14px;
            line-height: 21px;
            color: rgba(0, 0, 0, 0.4);
        }
        .all-materials__block-left__details .materials-comments, .all-materials__block-left__details .materials-views{
            position: relative;
            padding-left: 19px;
        }
        .all-materials__block-left__details .materials-comments:before, .all-materials__block-left__details .materials-views:before{
            content: '';
            display: block;
            width: 16.61px;
            height: 14px;
            position: absolute;
            top: 50%;
            left: -3px;
            -moz-transform: translateY(-50%) ;
-webkit-transform: translateY(-50%) ;
-o-transform: translateY(-50%) ;
-ms-transform: translateY(-50%) ;
transform: translateY(-50%) ;
            background: url(/user/img/materials-comments.svg) no-repeat;
            background-size: cover;
        }
        .all-materials__block-left__details .materials-views:before{
            background: url(/user/img/materials-views.svg) no-repeat;
            background-size: contain;
            left: -3px;
        }
        .all-materials__block-right{
            width: 301px;
        }
        .all-materials__block-right__title{
            margin-bottom: 15px;
             
        }
        .all-materials__block-right__title p, .all-materials__block-right__title a{
            font-family: Inter-Bold;
             font-size: 16px;
            line-height: 22px;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            color: #ff0000;
        }
        .all-materials__block-right__item a{
            color: #333333;
            text-decoration: none;
            font-size: 16px;
            line-height: 23px;
            display: block;
            margin-bottom: 5px;
        }
        .all-materials-right-title-img, .all-materials-right-title-img-photo{
            display: inline-block;
            position: relative;
            height: 16.05px;
            width: 16.11px;
            
        }
        .all-materials-right-title-img:before , .all-materials-right-title-img-photo:before{
            content: '';
            display: block;
            position: absolute;
            height: 16.05px;
            width: 16.11px;
            background: url(/user/img/all-materials-right-title.svg) no-repeat;
                background-size: contain;
    top: 3px;
    left: 5px;
        }
        .all-materials-right-title-img-photo:before{
            background: url(/user/img/all-materials-right-title-img-photo.svg) no-repeat;
                background-size: contain;
        }
        .all-materials__block-right__more-btn{
            position: relative;
    display: block;
    padding-top: 11px;
    padding-bottom: 11px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    border-radius: 100px;
    font-family: Inter-SemiBold;
    text-decoration: none;
    color: #333333;
    margin-top: 27px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}
.all-materials__block-right__title-photo{
            margin-bottom: 19px;
        }
        .all-materials__block-right .all-materials__block-left__details .date, .top-theme .date{
            font-size: 12px;
        }
        .all-materials__block-right__item .materil-author-flex a{
            width: 222px;
        }
        .all-materials__block-right__photo-img{
            margin-top: 4px;
        }
.all-materials__block-right__title-photo{
    margin-top: 14px;
}
.all-materials__block-right__photo-img, .all-materials__block-right__photo-img img{
    width: 70px;
    height: 58px;
}
.material-load-more{
    max-width: 301px;
    width: 100%;
    margin: 0 auto;
    margin-top: 55px;
    display: block;
}
.material-load-more:before{
    display: none;
}
.material-load-more span:first-child{
    padding-right: 23px;
}
.material-load-more span:last-child{
    position: relative;
}
.material-load-more span:last-child:before{
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: -17px;
    width: 18px;
    height: 16px;
    background: url(/user/img/material-load-more.svg) no-repeat;
    background-size: contain;
    background-position: center;
}


.top-theme{
            padding-top: 25px;
        }
        .top-theme a{
            text-decoration: none;
        }
        .top-theme .material-load-more span:last-child:before{
            top: 0;
        }
        .top-theme-title{
            font-family: Inter-Bold;
            font-size: 18px;
            line-height: 24px;
        }
        .all-theme__block{
            margin-top: 20px;
            align-items: flex-start;
        }
        .top-theme .all-materials-title p:before{
            width: 91%;
        }
        .all-theme__block-left__item:nth-child(n+3){
            margin-top: 47px;
        }
        .all-theme__block-left__item img{
            max-width: 465px;
            width: 100%;
            height: 310px;
            object-fit: cover;
            display: block;
            margin-bottom: 8px;
        }
        .all-theme__block-left__title p{
            font-family: Inter-Bold;
            font-size: 24px;
            text-transform: uppercase;
            line-height: 32px;
            color: #333333;
        }
        .all-theme__block-left{
            flex-wrap: wrap;
            gap: 30px;
        }
        .top-theme aside.content__news{
            margin-right: 0;
        }
        .top-theme .content__news{
            width: 100%;
        }
        @media (max-width:1262px){
.all-theme__block-left__item{
    width: 48.5%
}
.all-theme__block{
    gap: 1em;
}
.top-theme .all-materials-title p:before{
                width: 87%
            }
        }
        @media (max-width:1100px){
            .all-theme__block-left__item img{
                height: 250px
            }
            .top-theme aside.content__news{
                flex-direction: column;
                margin-top: 0;
            }
            .top-theme .advertising-news-600{
                margin-top: 0
            }
            .top-theme .content__news.news-bl .popular-list{
                width: 100%;
                margin-right: 0px;
            }
            .top-theme aside.content__news{
                min-width: unset;
            }
        }
        @media (max-width:860px){
            .all-theme__block-left__item img{
                height: 200px;
            }
            .all-theme__block-left__title p{
                font-size: 20px;
            }
            .top-theme .all-materials-title p:before{
                width: 75%
            }
        }
            @media (max-width:768px){
                .all-theme__block-left__item img {
    height: 160px;
}

.material-load-more{
    max-width: 330px;
}
            }
        
        @media (max-width:686px){
            .all-theme__block-left__item{
                width: 100%;
            }
                .all-theme__block-left__item img {
    height: 193px;
}
            .all-theme__block-left__item:nth-child(n+3){
                margin-top: unset;
            }
            .all-theme__block-left__item:not(:first-child){
                margin-top: 18px
            }
            .all-theme__block{
                margin-top: 18px
            }
            .all-theme__block-left__title p{
                font-size: 16px;
                line-height: 24px;
            }
            

        }
        @media (max-width:645px){
            .all-materials__block-right{
                display: none
            }
            .all-materials__block-left, .all-theme__block-left__item img{
                max-width: unset;
            }
            .top-theme .all-materials-title p:before{
                width: 63% !important;
            }
/*            .all-materials__block.all-theme__block.materil-author-flex.top-theme-block div .top-theme-block__item:nth-child(-n+3) {
    margin-top: 20px !important;
}
                    .top-theme .all-materials__block.all-theme__block.materil-author-flex.top-theme-block div .top-theme-block__item:nth-child(-n+2){
    margin-top: 20px !important;
}
                   .top-theme .all-materials__block.all-theme__block.materil-author-flex.top-theme-block div .top-theme-block__item:nth-child(-n+1){
    margin-top: 0px !important;
}*/
.all-theme__block-left{
    gap: 20px;
}
        }
        @media (max-width:1240px){

        .all-materials-title p:before{
            width: 73%;
        }
        .all-materials__block{
            gap: 1.5em;
        }
        .materil-author-second .all-materials__block-right__item .materil-author-flex{
            gap: 0.5em;
        }
    }
    @media (max-width:900px){
        .all-materials-title p:before{
            width: calc(100% - 250px);
        }
    }
    
        @media (max-width:640px){
            .author-container-first{
                flex-wrap: wrap;
                gap: 2.5em;
            }
            .materil-author__main-img{
                margin: 0 auto;
            }
            .materil-author__main-block{
                max-width: unset;
                margin: 0;
            }
            .materil-author, .materil-author p, .materil-author span{
                font-size: 16px;
            }
            .materil-author__name p{
                font-size: 24px;
            }
            .materil-author__status p{
                font-size: 18px;
                line-height: 24px;
            }
            .materil-author__status{
                margin-bottom: 15px
            }
            .materil-author-second .all-materials__block-left__item a{
                font-size: 16px;
                line-height: 22px;
                margin-bottom: 7px;
            }
            .materil-author-second .all-materials__block{
                margin-top: 15px
            }
        }
    .material-load-more:hover > span{
        color: #ff0000;
    }
    .top-theme-block__item{
            max-width: 300px;
            width: 100%;
        }
        .top-theme-block__item-img{
            margin-bottom: 8px;
        }
        .top-theme-block__item-img img{
            width: 100%;
            display: block;
            height: 171px;
            object-fit: cover;
        }
        .top-theme-block__item p{
            font-size: 16px;
            line-height: 22px;
            color: #333333;
            font-family: Inter-Bold;
        }
        .top-theme-block__item a{
            margin-bottom: 8px;
            display: block;
        }
        p.top-theme-title-desc{
            max-width: 830px;
            width: 100%;
            font-size: 20px;
            line-height: 30px;
        }
        .top-theme-page .all-materials-title p:before{
            width: calc(100% - 200px);
        }
        .top-theme-block__item a:hover > p{
            color: #ff0000;
        }
        @media (max-width:1250px){
        .top-theme-block__item{
            max-width: unset;
            width: 32%;
        }
    }
    @media (max-width:900px){
        .top-theme-block__item{
            max-width: unset;
            width: 47%;
        }
        .all-materials__block.all-theme__block.materil-author-flex.top-theme-block div .top-theme-block__item:nth-child(-n+4){
    margin-top: 30px !important;
}
        .all-materials__block.all-theme__block.materil-author-flex.top-theme-block div .top-theme-block__item:nth-child(-n+2){
    margin-top: 0px !important;
}

    }
        @media (max-width:480px){
            p.top-theme-title-desc{
                font-size: 16px;
                line-height: 21px;
            }
            .top-theme-block__item-img img{
                height: 193px;
            }
            .top-theme-block__item{
                margin-top: 20px;
                width: 100%;
            }
            .top-theme-block__item p{
                line-height: 21px;
            }
            .material-load-more{
                margin-top: 20px;
            }
            .top-theme-block{
                margin-top: 10px
            }
        }


        .special-project13 .content-tile__img{
                border-radius: 500px;
                overflow: hidden;
            }
            .social-project-redactor{
                margin-top: 36px;
                max-width: 230px;
                margin-right: auto;
                gap: 10px;
            }
            .social-project-redactor__text.materil-author-flex{
                flex-direction: column;
                justify-content: space-evenly;
            }
            .social-project-redactor__text{
                max-width: 160px;
                width: 100%;
            }
            .social-project-redactor__text p{
                font-family: Inter-SemiBold;
                font-size: 18px;
line-height: 27px;
color: #000;
            }
            .social-project-redactor__text span{
                font-size: 16px;
line-height: 20px;
color: #8F8F8F;
            }
            .social-project-redactor-img{
                width: 60px;
                height: 60px;
                border-radius: 50%;
                overflow: hidden;
            }
            .social-project-redactor-img img{
                width: 100%;
                height: 100%;
                object-fit: cover;
                display: block;
            }
            .special-project12-social__block{
                max-width: 280px;
                width: 100%;
                gap: 13px;
                margin-right: auto;
            }
            .special-project12-social__text{
                align-self: center;
            }
            .special-project12-social__text p{
                white-space: nowrap;
                font-family: Inter-Medium;
                font-size: 17px;
                text-transform: capitalize;
                line-height: 22px;
                color: #333;
            }
            .special-project12-social__item{
                gap: 15px;
            }
            .special-project-facebook, .special-project-twitter, .special-project-telegram, .special-project-viber{
                height: 30px;
                width: 30px;
                background: url(../img/s-facebook.svg) no-repeat;
                background-size: cover;
                background-position: center;
            }
            .special-project-twitter{
                background: url(../img/s-twitter.svg) no-repeat;
                background-size: cover;
                background-position: center;
            }
            .special-project-telegram{
                background: url(../img/s-telegram.svg) no-repeat;
                background-size: cover;
                background-position: center;
            }
            .special-project-viber{
                background: url(../img/s-viber.svg) no-repeat;
                background-size: cover;
                background-position: center;
            }
            .special-project12 .special-project__video{
                height: 210px;
            }
            .special-project12 .special-project10__pre-title{
                margin-top: 10px;
                margin-bottom: 8px;
                
            }
        
            .special-project12__text{
                font-size: 18px;
line-height: 27px;
color: #333;
            }
            .special-project11__video-bock.materil-author-flex, .special-project12__block.materil-author-flex{
                gap: 25px;
            }
            .special-project11__video-bock-text{
                max-width: 374px;
                width: 100%;
            }
            .special-project11__video-bock-text p{
                font-size: 18px;
line-height: 27px;
color: #333;
            }
            .special-project11__video-bock{
                margin-top: 20px;
                
                width: 100%;
            }
            .special-project11__video-bock-item{
                max-width: 600px;
                width: 100%;
            }
            .special-project11__video-bock-item .special-project__video{
                height: 335px;
            }
            .special-project11__video-bock-item .special-project__video:before, .special-project12__block-item .special-project__video:before{
                width: 60px;
                height: 42px;
            }
            .special-project10-val p{
                text-transform: unset;
                width: unset;
                letter-spacing: unset;
                font-size: 20px;
                line-height: 30px;
                font-family: Inter-Medium;
            }
            .all-materials-title p:before{
                width: calc(100% - 150px);
            }
            .special-project10__text{
                margin-top: 15px;
                margin-bottom: 25px;
            }
            .special-project__video{
                width: 100%;
                height: 558px;
                position: relative;
                cursor: pointer;
            }
            .special-project__video:before{
                content: '';
                position: absolute;
                display: block;
                width: 80px;
                height: 56px;
                top: 50%;
                left: 50%;
                -moz-transform: translateX(-50%) translateY(-50%) ;
-webkit-transform: translateX(-50%) translateY(-50%) ;
-o-transform: translateX(-50%) translateY(-50%) ;
-ms-transform: translateX(-50%) translateY(-50%) ;
transform: translateX(-50%) translateY(-50%) ;
background: url(../img/special-play.svg) no-repeat;
background-size: cover;
background-position: center;
            }
            .special-project__video img{
                width: 100%;
                height: 100%;
                display: block;
                object-fit: cover;
            }
            .special-project-big-img__footer{
                background: rgba(0, 0, 0, 0.06);
                width: 100%;
                padding-top: 16px;
                padding-bottom: 16px;
            }
            .special-project-big-img__footer span{
                display: block;
                font-size: 18px;
                line-height: 27px;
                max-width: 1000px;
                width: 100%;
                margin: 0 auto;
                text-align: left;
                color: #333;
            }
            .special-project-big-img{
                width: 100%;
                
                position: relative;
            }
            .special-project-big-img:before{
                content: '';
                display: block;
                padding-top: 55.81%;;
            }
            .special-project-big-img img{
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                display: block;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
            .special-project-big-img__sign{
                content: '';
                display: block;
                position: absolute;
                max-width: 1000px;
                width: 100%;
                padding-top: 16px;
                padding-bottom: 16px;
                left: 50%;
                -moz-transform: translateX(-50%) ;
                -webkit-transform: translateX(-50%) ;
                -o-transform: translateX(-50%) ;
                -ms-transform: translateX(-50%) ;
                transform: translateX(-50%) ;
                background: rgba(0, 0, 0, 0.6);
                bottom: 50px;
            }
            .special-project-big-img__sign span{
                text-align: center;
                color: #fff;
                font-family: Inter-Medium;
                line-height: 27px;
                display: block;
                font-size: 18px;
            }
            .special-project-quote__img-wrapper{
                width: 100%;
                position: relative;
            }
            .special-project-quote__img{
                width: 40px;
                height: 30px;
                margin: 0 auto;
                margin-top: 30px;
                margin-bottom: 15px;
                background: url(../img/s-q.svg) no-repeat;
                background-size: cover;
                background-position: center;
                
            }
            .special-project-quote__img-wrapper:before{
                content: '';
    display: block;
    position: absolute;
    right: 0;
    width: calc(50% - 45px);
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px dashed rgba(0, 0, 0, 0.2);
            }
            .special-project-quote__img-wrapper:after{
                content: '';
    display: block;
    position: absolute;
    left: 0;
    width: calc(50% - 45px);
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px dashed rgba(0, 0, 0, 0.2);
            }
            .special-project7 .special-project-text{
                margin-top: 20px;
            }
            .special-project7__answer span{
                display: block;
                margin-top: 25px;
                margin-bottom: 10px;
                font-size: 16px;
line-height: 22px;
letter-spacing: 0.08em;
text-transform: uppercase;
color: #333333;
            }
            
            .special-project7__block{
                margin-top: 41px;
                gap: 12px;
                justify-content: flex-start;
            }
            .special-project7__block-item{

            }
            .special-project7__block-item.active a, .special-project7__block-item a:hover{
                background: #0088F0;
                color: #fff;
            }
            .special-project7__block-item a{
                display: block;
                font-size: 16px;
                line-height: 22px;
                padding-right: 20px;
                padding-left: 20px;
                max-width: 168px;
                font-family: Inter-Regular;
                height: 56px;
                background: #F5F9FD;
                border-radius: 100px;
                display: flex;
                align-items: center;
                transition: .3s;
            }
            .special-project-h3{
                
margin-bottom: 20px;
            }
            .special-project-h3 h3{
                margin-bottom: 0;
                font-family: Inter-Bold;
                font-size: 32px;
line-height: 40px;
text-align: center;
            }
            .special-project-sign{
                margin-top: 6px;
                max-width: 790px;
            }
            .special-project-sign span{
                font-size: 18px;
line-height: 27px;
color: #333;
            }
            .special-project5 .longread__photo-signature{
                position: absolute;
                top: -50px;
            }
            .longread-chapter2-slider:before{
                content: '';
    display: block;
    position: absolute;
    right: 0;
    width: calc(100% - 200px);
    top: -35px;
    
    border: 1px dashed rgba(0, 0, 0, 0.2);
            }
            .special-project5 .longread__photo-signature span{
                color: #333;
                font-family: Inter-Bold;
                font-size: 20px;
line-height: 30px;
            }
            .special-project5 .materil-author-container{
                overflow: hidden;
            }
            .longread-chapter2-slider{
                width: 100%;
                height: 558px;

                position: relative;
                margin-top: 50px;
            }
            .longread-chapter2__slider-swiper__button-prev, .longread-chapter2__slider-swiper__button-next{
                height: 40px;
    width: 23px;
    background: url(../img/longread-swiper-arrow-left.svg) no-repeat;
    background-size: cover;
    border-radius: 50%;
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 33px;
    cursor: pointer;
            }
            .longread-chapter2__slider-swiper__button-next{
                background: url(../img/longread-swiper-arrow-right.svg) no-repeat;
                background-size: cover;
                left: unset;
    right: 33px;
            }
            .longread-chapter2-slider img{
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
            .special-project4 .special-project-item__img{
                margin-top: 0;
                position: relative;
                width: 100%;
            }
            .special-project4 .special-project-item__img:before{
                content: '';
                display: block;
                    padding-top: 67.023%;
            }

            .special-project1 .materil-author-container{
                max-width: 1078px !important;
            }
            .special-project-item__title{
                font-size: 20px;
                line-height: 30px;
                color: #333;
                font-family: Inter-Bold;
            }
            .special-project-item{
                width: 31.4%;
            }
            .special-project .special-project-item .special-project-text{
                margin-top: 8px;
            }
            .special-project .special-project-item .special-project-text p{
                font-size: 18px;
                line-height: 27px;
            }
            .special-project-item__img{
                margin-top: 10px;
            }
            .special-project-item__img img{
                width: 100%;
                height: 100%;
                object-fit: cover;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
            }
            .special-project4 .materil-author-flex{
                gap: 30px;
            }
            .special-project__img-block-sign{
                margin-top: 6px;
            }
            .special-project__img-block-sign span{
                font-size: 18px;
                line-height: 27px;
                color: #333;
            }
            .special-project__img-block{
                width: 100%;
                position: relative;
            }
            .special-project__img-block:before{
                content: '';
                display: block;
                padding-top: 55.8%;
            }
            .special-project__img-block img{
                width: 100%;
                display: block;
                height: 100%;
                object-fit: cover;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
            }
            .special-project:not(:first-child){
                padding-top: 50px;
            }
            .special-project .pre-title h4{
                font-family: Inter-Bold;
                font-size: 20px;
                line-height: 30px;
                color: #333;
                margin-bottom: 10px;
            }
            .special-project .special-project-text p, .special-project .special-project-text p a{
                font-family: Inter-Regular;
                font-size: 20px;
                line-height: 30px;
                color: #333;
            }
            .special-blue-underline{
                color: #2f89ce;
            }
            .special-project .special-project-text p:nth-child(n+2){
                margin-top: 20px;
            }
            .special-project1__text p{
                text-align: center;
                font-size: 18px;
                line-height: 27px;
            }
            .special-project1 .all-materials__block-left__details{
                max-width: fit-content;
                 margin: 0 auto;
                 padding-top: 30px;
            }
            .special-project1 .all-materials__block-left__details span{
                font-family: Inter-Regular;
                font-size: 18px;
                line-height: 22px;
                color: rgba(255, 255, 255, 0.7);
            }
            .special-project1{
                padding-bottom: 61px;
            }
            .special-project .materil-author-container{
                max-width: 1030px;
            }
            .special-project1__title h1{
                color: #fff;
                font-size: 50px;
                line-height: 60px;
                font-family: Inter-Bold;
                text-align: center;
                padding-top: 36px;
                padding-bottom: 24px;
                margin-bottom: 0;
            }
            .special-project1 p, .special-project1 span{
                font-family: Inter-Regular;
                color: #fff;
            }
            .special-project1-val{
                padding-top: 25px;
                padding-left: 25px;
                padding-right: 25px;
            }
            .special-project1-val p{
                font-family: Inter-Bold;
                font-size: 18px;
                line-height: 24px;
                color: #fff;
                position: relative;
                width: 100%;
            }
            .special-project1 .all-materials-title p:before{
                border: 1px dashed #fff;
                width: calc(100% - 200px);
            }
            .special-project1{
                position: relative;
                z-index: 1;
            }
            .special-project1-img{
                position: absolute;
                width: 100%;
                height: 100%;
                
                z-index: -1;
            }
            .special-project1-img img{
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
            .special-project7__answer .special-project-text{
                margin-top: 0;
            }
            .special-project7__answer .special-project-text p, .special-project-quote .special-project-text p, 
            .special-project .special-project10__pre-title p, .special-project12__pre-title p{
                font-family: Inter-Bold;
            }
            .special-project-quote .special-project-text{
                margin-top: 15px;
            }
            .special-project.special-project8{
                padding-top: 60px;
            }
            .special-project.special-project9, .special-project.special-project10{
                padding-top: 40px;
            }
            .special-project.special-project11, .special-project.special-project12 .special-project.special-project12{
                padding-top: 35px;
            }
            @media (max-width:900px){
                .longread-chapter2-slider{
                    height: 410px;
                }
                .special-project-big-img__footer span{
                    padding-left: 15px
                }
                .special-project__video{
                    height: 410px;
                }
                .special-project11__video-bock-item .special-project__video{
                height: 246px;
            }
            .special-project12 .special-project__video{
                height: 151px
            }
            .special-project__video:before{
                width: 60px;
    height: 42px;
            }
            .special-project11__video-bock-item .special-project__video:before, .special-project12__block-item .special-project__video:before{
                width: 40px;
    height: 32px;
}
            }
            
            @media (max-width:600px){
.special-project1__title h1{
    font-size: 28px;
line-height: 34px;
text-align: left
}
.special-project1-val{
    padding-left: 15px;
    padding-right: 15px;
}
.special-project1 .all-materials-title p:before{
    width: calc(100% - 153px);
    border: 1px dashed rgba(255, 255, 255, 0.4);
}
.special-project1 .all-materials__block-left__details{
    margin: 0;
    margin-right: auto;
}
.special-project1 .all-materials__block-left__details span{
    font-size: 14px;
line-height: 20px;
}
.special-project1__text p{
    font-size: 16px;
line-height: 22px;
text-align: left
}
section.special-project:not(:first-child){
    padding-top: 35px
}
.special-project .special-project-text p:nth-child(n+2){
    margin-top: 12px
}
.special-project4 .materil-author-flex{
    flex-direction: column;
    gap: 35px;
}
.special-project-item{
    width: 100%
}
.longread-chapter2-slider{
    height: 184px
}
.longread-chapter2__slider-swiper__button-prev, .longread-chapter2__slider-swiper__button-next{
        height: 19px;
    width: 12px;
    background: url(/user/img/longread-swiper-arrow-left.svg) no-repeat;
    background-size: contain;
    left: 11px;
}
.longread-chapter2__slider-swiper__button-next{
        background: url(/user/img/longread-swiper-arrow-right.svg) no-repeat;
    background-size: contain;
    right: 11px;
    left: unset
}
.special-project-sign span{
    font-size: 16px;
    line-height: 22px;
}
.special-project-h3 h3{
    font-size: 32px;
line-height: 40px;
}
.special-project7 .special-project-h3 h3{
    font-size: 26px;
line-height: 36px;
}
.special-project7__block{
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}
.special-project7__block-item a {
    max-width: unset;
    width: 100%;
    display: block;
    height: unset;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
}
.special-project7__block{
    margin-top: 20px;
}
.special-project7__answer span{
    margin-bottom: 5px;
}
.special-project-quote__img{
    margin-top: 20px;
    margin-bottom: 10px;
}.special-project-big-img__sign{
    padding-top: 10px;
    padding-bottom: 10px;
    bottom: 12px;
}
.special-project-big-img__sign span, .special-project-big-img__footer span{
    font-size: 14px;
line-height: 22px;
}
.special-project-big-img__footer{
    padding-top: 10px;
    padding-bottom: 10px;
}
.special-project.special-project9, .special-project.special-project10{
    padding-top: 20px !important;
}
.special-project10__text{
    margin-top: 10px;
    margin-bottom: 20px;
}
.special-project__video{
    height: 184px
}
.special-project__video, .special-project__video, .special-project__video{
    height: 184px !important;
}
.special-project__video:before{
    width: 50px;
    height: 35px;
}
.special-project11__video-bock, .special-project12__block.materil-author-flex{
    flex-direction: column;
}
.special-project12__block.materil-author-flex{
    gap: 35px;
}
.special-project.special-project12{
    padding-top: 20px
}
.social-project-redactor{
    margin-top: 23px
}
            }
            .questions__block .content-title:after{
            display: none;
        }
        .questions__block .content__news{
            width: 100%;
            max-width: unset;
        }
        .questions__block1-3__votes-button{
            display: block;
            color: #333;
            font-size: 16px;
            line-height: 24px;
            margin-top: 17px;
            position: relative;
             width: fit-content;
        }
        .questions__block1-3__votes-button:before{
            content: '';
            display: block;
            position: absolute;
            right: -15px;
            top: 55%;
            height: 12px;
            width: 7px;
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            background: url(../img/q-votes-arr.svg) no-repeat;
            background-size: contain;
            background-position: center;
        }
        .questions__block1-3__votes{
            margin-top: 15px;
        }
        .questions__block1-3__votes span{
            font-size: 14px;
line-height: 16px;
color: #838383;
        }

        .questions__block1-3.show-percent-bar .questions__block1-3__wrapper-item p{
            padding-left: 0;
        }
        .questions__block1-3.show-percent-bar .questions__block1-3__wrapper-item p:before, .questions__block1-3.show-percent-bar .questions__block1-3__wrapper-item p:after, .questions__block1-3.show-percent-bar .questions__block1-3__button{
            display: none;
        }
        .questions__block1-3.show-percent-bar .questions__progress-bar, .questions__block1-3.show-percent-bar .questions__block1-3__votes, 
        .questions__block1-3.show-percent-bar .questions__block1-3__votes-button{
            display: block;
        }
        .questions__progress-bar{
            height: 15px;
            margin-top: 10px;
            background: #EBEBEB;
            border-radius: 50px;
            position: relative;
        }
        .questions__progress-bar-fill{
            height: inherit;
            width: 35%;
            border-radius: 50px;
            background: #ff0000;
        }
        .questions__progress-bar__percent{
            position: absolute;
            top: -30px;
            right: 0;
        }
        .questions__progress-bar__percent span{
            font-size: 18px;
            line-height: 26px;
            color: #333;
        }
        .questions__block-wrapper2{
            max-width: 770px;
            width: 100%;
            margin: 0 auto;
        }
        .questions__block1-4{
            padding-top: 40px;
        }
       
        .questions__block1-3__button{
            margin-top: 20px;
            border: 1px solid rgba(0, 0, 0, 0.15);
            border-radius: 100px;
            max-width: 186px;
            width: 100%;
            text-align: center;
            padding-top: 11px;
            padding-bottom: 11px;
            background: #fff;
        }
        .questions__block1-3__button span{
            font-size: 14px;
            line-height: 18px;
            font-family: Inter-SemiBold;
            color: #333;
            display: block;
        }
        .questions__block1-3__wrapper-item p{
            display: block;
            font-size: 18px;
            line-height: 26px;
            color: #333;
            padding-left: 0px;
            position: relative;
            
            width: 100%;
    
        }
        .questions__block1-3 .questions__block1-3__wrapper-item p{
            width: calc(100% - 40px);
        }
        
        .questions__block1-3__wrapper-item, .questions__block1-3__button{
            cursor: pointer;
        }
        .questions__block1-3__wrapper-item:not(:first-child) p{
            margin-top: 15px;
        }
        .questions__block1-3-pre-title{
            margin-top: 10px;
            margin-bottom: 15px;
        }
        .questions__block1-3{
                        margin: 0 auto;
            background: #FFFFFF;
            border: 1px dashed rgba(0, 0, 0, 0.2);
            border-radius: 6px;
            padding-top: 24px;
            padding-left: 31px;
            padding-bottom: 25px;
            padding-right: 37px;
            margin-top: 40px;
            max-width: 790px;
            width: 100%;

        }
        .questions__block1-3-title p{
            font-size: 16px;
            line-height: 22px;
            font-family: Inter-Bold;
            letter-spacing: 0.1em;
            color: #ff0000;
        }
        .questions__block1-3-pre-title p{
            font-family: Inter-SemiBold;
            font-size: 20px;
line-height: 30px;
color: rgba(0, 0, 0, 0.87);


        }
        .questions__block1-2-title p{
            font-size: 26px;
            line-height: 36px;
            font-family: Inter-Bold;
        }
        .questions__block1-2 .special-project-text p{
            margin-top: 20px;
        } 
        .questions__block-text1{
            margin-top: 34px;
            margin-bottom: 20px;
        }
        .special-project-text.bold p, .special-project1__text.bold span{
            font-family: Inter-Bold;
            font-size: 20px;
            line-height: 30px;
        } 
        .questions__block-main__img-sign span{
            font-size: 14px;
line-height: 17px;
color: #919191;
display: block;
        }
        .questions__block-main__img{
            margin-top: 18px;
        }
        .questions__block-main__img:before{
                padding-top: 55.834%;
        }
        .questions__block-pre__title h1{
            font-size: 36px;
             font-family: Inter-Bold;
             color: #333333;
            line-height: 44px;
        }
        .questions__block-left-col__top-wrapper{
            max-width: 800px;
            width: 100%;
            margin: 0 auto;
            margin-top: 25px;
        }
        .questions__block-left-col{
            max-width: 960px;
            width: 100%;
        }
        .questions__block-wrapper.materil-author-flex{
            gap: 30px;
        }
        .questions__block .all-materials__block-left__details span{
            color:#9A9A9A;
            font-size: 16px;
            line-height: 19px;
        }
        .questions__block .all-materials__block-left__details a{
            font-family: Inter-Medium;
            font-size: 16px;
            line-height: 19px;
            position: relative;
            display: block;
        }
        .questions__block .all-materials__block-left__details a:before{
            content: '';
            display: block;
            width: 18px;
            height: 18px;
            position: absolute;
            left: -20px;
            top: 50%;
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            background: url(../img/q-ua.svg) no-repeat;
            background-size: contain;
            background-position: center;
        }
        .questions__block .all-materials__block-left__details{
            gap: 20px;
            max-width: 615px;
            width: 100%;
        }
        @media screen and (max-width: 645px){
            .questions__block-wrapper.materil-author-flex{
                gap: unset;
            }
            .questions__block1-3__button{
        max-width: 280px;
        width: 100%;
        margin: 0 auto;
        margin-top: 20px;
        display: block
}
        }
        @media screen and (max-width: 960px){
.questions__block .content__news.news-bl {
    display: block
}
.questions__block .all-materials__block-left__details{
    flex-wrap: wrap;
    max-width: 242px;
    width: 100%;
    gap: 12px;
}
.questions__block .all-materials__block-left__details a{
    width: 100%;
    font-size: 16px;
    line-height: 19px;
    padding-left: 25px
}
.questions__block .all-materials__block-left__details span{
    font-size: 16px;
    line-height: 19px;
}
.questions__block .all-materials__block-left__details span:not(:first-child){
    margin-right: auto;
}
.questions__block .all-materials__block-left__details a:before{
    left: 0;
    top: 29%;
}
.questions__block-pre__title h1{
    font-size: 24px;
line-height: 32px;
}
.special-project-text.bold p, .special-project1__text.bold span, .questions__block1-2-title p{
    font-size: 20px;
line-height: 26px;
}
.questions__block-text1 {
    margin-top: 21px;
    margin-bottom: 12px;
}
.questions__block1-2 .special-project-text p{
    margin-top: 12px
}
.questions__block1-3{
    margin-top: 12px
}
.questions__block1-3-pre-title p{
    font-size: 18px;
line-height: 26px;
}
.questions__block1-3__wrapper-item p{
    font-size: 16px;
line-height: 20px;
max-width: unset;

}
.questions__progress-bar__percent span{
    font-size: 16px;
line-height: 20px;
}
.questions__block1-4{
    padding-top: 12px
}
.questions__block1-3{
    padding-top: 18px;
    padding-left: 24px;
    padding-right: 16px;
    padding-bottom: 28px;
}

}


.questions__block2 .questions__block1-3{
                margin-top: 25px;
            }
            .questions__block2 .content-btn{
                margin-top: 40px !important;

            }
        .questions__block2 .special-project13{
            padding-top: 80px;
        }
        @media (max-width:600px){
            .questions__block2 .questions__block1-3{
                margin-top: 20px;
            }
            .questions__block2 .content-btn{
                margin-top: 34px !important;

            }
        }
.container-inside p img{
    display: block;
    width: 100%;
    object-fit: contain;
    height: auto;
}
.fb_iframe_widget iframe, .fb_iframe_widget_fluid span{
    width: 100% !important;
}
p videos iframe{
    width: 100% !important;
}
@media (max-width:600px){
    p videos iframe{
   height: 200px !important;
}
}

main.specproject{
    padding-top: 169px;
}
@media (max-width:800px){
    main.specproject{
    padding-top: 166px;
}
}

@media (max-width:450px){
    main.specproject{
    padding-top: 139px;
}
.search-wrapper {
    max-width: 1070px;
    width: 100%;
    margin: 0 auto;
}
}

.pagination li:before{
    display: none !important;
}
.pagination li{
    padding-left: 0 !important;
    margin: 0 !important;
    cursor: pointer;
}
.pagination{
    display: flex;
    gap: 20px;
}
.icon_arrow {
    border: solid #111;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
}
.pagination_item.pagination_item_active a{
    color: #ed393a;
}
.icon_arrow_right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: relative;
    left: -2px;
    top: -2px;
}
.pagination_item a{
    font-family: Inter-Bold;
}
.icon_arrow_left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    position: relative;
    left: 2px;
    top: -2px;
}
.news-tegs__link, .interview-form-btn{
    cursor: pointer;
}

.select__dropdown{
    width: calc(100% + 20px);
}
.search-dropdown .select__dropdown .select__options{
        overflow-x: hidden;
}
.text-hidden{
    display: none;
}
.heroes-box__read{
    cursor: pointer;
}
.heroes .interview-block-in .content-tile:last-child{
    margin-right: auto;
}
.interview-top{
    position: relative;
}
.interview-top:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    backdrop-filter: blur(9px);
        border-radius: 24px;
}
.interview-top:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 30%);
    border-radius: 24px;
    z-index: 5;
}
.interview-top>.container{
    position: relative;
    z-index: 7;
}
.new-materials .materil-author-container{
    padding: 0;
}
.new-materials .content__news{
    max-width: 300px ;
}
.news-tegs-margin{
    margin-top: 15px;
}
/*.content__flex-main.news .content__base span.content-btn{
    margin-bottom: 80px;
}*/
.content-news__item.picture .content-news__text{
    display: block;
}
.content-news__item.picture .content-news__img{
    float: left;
}
.social-project-redactor__text a{
    font-family: Inter-SemiBold;
    font-size: 18px;
    line-height: 27px;
    color: #000;
}
.top-theme.top-theme-page .materil-author-container{
         padding-left: 0; 
    padding-right: 0;
        max-width: 100%;
}

.all-flex-centre{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.all-flex-centre .content-btn{
    align-self: center;
    max-width: 300px;
    width: 100%;
}
section.top-theme.top-theme-page{
    padding-bottom: 90px;
}
.tegs-page__content ~ .content-btn{
    margin-top: 40px;
}
@media screen and (max-width: 567px){

.all-flex-centre{
    gap: 34px;
}
section.top-theme.top-theme-page{
    padding-bottom: 35px
}
.content-btn.publication-btn {
    display: flex !important;
}
.tegs-page__content ~ .content-btn{
    margin-top: 34px;
}
.tegs-page__content__item__img{
    height: auto;
}
.content__flex-main.news.margin .content-btn.publication-btn{
    display: flex !important;
}
}
.news-video-bl .news-video-bl__img iframe{
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 550px;
}
.news-video-bl__img:before{
    display: none;
}
@media (max-width:1100px){
    .news-video-bl .news-video-bl__img iframe{
        height: 420px;
    }
}
@media (max-width:600px){
.news-video-bl .news-video-bl__img iframe{
        height: 325px;
    }
}
@media (max-width:500px){
    .news-video-bl .news-video-bl__img iframe{
        height: 220px;
    }
}
.ct-header{
        font-family: Inter-Bold;
        margin-bottom: 20px;
}
.ct-header p, .ct-header p a{
     font-family: Inter-Bold;
         font-size: 22px;
    line-height: 28px;
}
.ct-header a{
    color: #2f89ce;
}

.post_photo img, .news-context img{
    display: block;
    object-fit: cover;
}

 .news-picture-describe {
        margin-bottom: 10px;
    }
    .ph-source.news-picture-describe{
        margin-bottom: 21px;
        color: #000;
        font-size: 16px;
        font-style: italic;
    }
.content-link-ru{
    display: block;
    position: relative;
    padding-left: 25px;
    left: unset;
}
.content-link-ru:before{
    content: 'RU';
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
width: 19px;
height: 18px;
font-size: 8px;
color: rgb(47, 137, 206);
border-radius: 50%;
border: 1px solid rgb(47, 137, 206);
    font-family: Inter-Regular, sans-serif;
    line-height: 16px;
    text-align: center;
}
.content-link-ru:hover:before{
    color: #ff0000;
    border: 1px solid #ff0000;
}
.content-link-ru:hover{
    color: #ff0000;
}
.publication-popular-box{
    gap: 30px;
}
.ct-header + p + img{
    width: 100%;
    object-fit: contain;
}
.header_rubric__link{
        font-size: 18px;
}
.header_rubric ul li{
        margin-right: 16px;
}
.header_rubric__link {
    font-size: 17px;
}

@media (max-width:500px) {
   footer .header-menu__item:nth-child(1),footer .header-menu__item:nth-child(2),footer  .header-menu__item:nth-child(3) {
    display: none;
   }
}
.social-project-redactor-name span{
    font-size: 14px;
    font-family: Inter-Regular, sans-serif;
    color: #000000;
line-height: 20px;
}
.social-project-redactor-name{
    display: flex;
    flex-direction: column;
}
.social-project-redactor-name a{
     white-space: nowrap;
}

   .losses-wrap {
    width: fit-content;
    flex-direction: column;
    gap: 5px;
}

.losses-wrap .title {
    font-family: Inter-Bold, sans-serif;
    font-size: 12px;
    line-height: 23px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #EF3A3A;
    align-self: flex-start;
}

.losses-wrap .losses {
    width: 100%;
    gap: 15px;
}

.item-l-wrap {
    align-items: flex-start !important;
    gap: 5px;
    align-self: flex-start;
}

.item-l-wrap span {
    font-size: 18px;
    line-height: 22px;
    font-family: Inter-Bold, sans-serif;
    color: #000000;
    white-space: nowrap;
}
.top-wrapper-item, .losses-wrap, .item-lw, .theme-box, .theme-box-slider{
    width: 100%;
}
.theme-box-slider{
    box-sizing: border-box;
    max-width: 870px;
width: 100%;
overflow: hidden;
}
.item-l {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 2px;
    display: flex;
}

.item-l p {
    font-size: 9px;
    line-height: 11px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #000000;
    margin: 0;
}

.item-l-wrap .item-l:first-child {
    align-self: flex-start;
}

.flex2{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-wrapper{
    gap: 40px;
}
.theme-box{
    margin-top: 0 !important;
}
/*.container > .content__flex{
    margin-top: 50px;
}*/
.top-wrapper{
    margin-top: 10px;
}
@media (max-width:1100px){
    .top-wrapper{
        flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    }
    .item-l p{
    font-size: 7px;
}
.item-l-wrap span{
    font-size: 15px;
}
.item-l-wrap:first-child img{
    max-width: 12px;
}
.item-l-wrap:nth-child(2) img{
    max-width: 24px;
}
.item-l-wrap:nth-child(3) img{
    max-width: 21px;
}
.item-l-wrap:nth-child(4) img{
    max-width: 20px;
}
.item-l-wrap{
    align-self: flex-start !important;
}
.item-l:first-child{
    display: flex;
        align-self: flex-start;
}
.item-l:last-child{
    display: flex;
        align-self: flex-start;
}
}

.float-box__box{
    margin-bottom: 10px;
}
.special-project1__text h2{
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #fff;
}
@media (max-width:1000px){
.container:not(:first-child) {
            padding-top: 150px;
    }
    header.show + script +  .container:not(:first-child) {
            padding-top: 60px;
    }
    header{
        height: auto;
       transition-delay: height .5s;
    }
    header.show{
        height: 60px;
    }
    header .rubric-box{
         transform: translateY(0);
         transition: .5s;
    }
    header.show .rubric-box{
        transform: translateY(-150%);
    }
}

@media (max-width:350px){
        .container:not(:first-child) {
            padding-top: 150px;
    }
}

@media (min-width:768px) {
.unique-one{
    max-height: 2405px;
    overflow-y: auto;
    padding-right: 5px;
}

.unique-one::-webkit-scrollbar {
  width: 3px;               /* ширина всей полосы прокрутки */
}


.unique-one::-webkit-scrollbar-track {
  background: none;        /* цвет зоны отслеживания */
}

.unique-one::-webkit-scrollbar-thumb {
  background-color: #d2d2d2;  
  width: 1px;  /* цвет бегунка */
  border-radius: 20px;       /* округлось бегунка */
  /* отступ вокруг бегунка */
}
}
.info-box{
    font-family: Inter-Bold;
    padding: 35px;
    text-align: left;
    font-size: 18px;
    line-height: 28px;

}
.info-box-title{
    position: relative;
    display: block;
     color: #EF3A3A;
    letter-spacing: 0.08em;
    font-size: 16px;
line-height: 130%;
font-family: Inter-Bold;
text-transform: uppercase;
margin-bottom: 20px;


}
.info-box-title:before{
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 100px);
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px dashed rgba(0, 0, 0, 0.2);
}
.all__top-show__block .content-tile__img div{
                        display: block;
                        position: absolute;
                        left: 0;
                        top: 14px;
                        width: 80px;
                        height: 50px;
                        background: #EF3A3A;
                        border-radius: 0px 1px 1px 0px;
                        font-size: 24px;
line-height: 50px;
text-align: center;
font-family: Inter-Bold;
color: #fff;
                      }
                      .all__top-show__block{
                        margin-top: 30px;
                      }
                      .all__top-show__block-title{
                        width: fit-content;
                      }
                      .all__top-show__block-wrap{
                        width: 100%;
                      }
                      .all__top-show__block .content-tile__link span{
                        height: 16px;
                        width: 16px;
                        border-radius: 50%;
                        background: #EF3A3A;
                        font-size: 12px;
                        line-height: 16px;
                        color: #fff;
                        background-size: cover;
                        display: inline-block;
                         vertical-align:  middle;
                         font-family: 'Montserrat-Bold', sans-serif;
                         text-align: center;
                      }
                      .top-show-flex{
                        display: flex;
                        justify-content: space-between;
                        align-items: center;
                      }
                      .all__top-show__right-col a{
                        font-size: 14px;
                        line-height: 150%;
                        text-decoration-line: underline;
                        color: #EF3A3A;
                        font-family: Inter-Medium;
                      }
                      .all__top-show__block-title{
                        gap: 17px;
                      }
                      .top-show-title{
                        font-size: 24px;
                        line-height: 150%;
                          color: #000000; 
                          font-family: Inter-Bold;
                          margin-bottom: 30px;
                      }
      

                      .all__top-show__left-col{

                      }
                      .top-show__block img{
                        width: 100%;
                      }
                      .top-show__block{
                        position: relative;
                      }
/*                      .top-show__block:before{
                        content: '';
                        display: block;
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        width: 80px;
                        height: 95px;
                        background: url(/user/img/video-icon.svg) no-repeat;
                        background-size: cover;
                         -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
                      }*/
                      .top-show__block-wrap-signit{
                        font-size: 14px;
line-height: 17px;
color: #919191;
font-family: Inter-Regular;
margin-top: 5px;
                      }
                      @media (max-width:1040px) {
                        .all__top-show__block .video-block .content-tile{
                          width: 48.5% !important;
                        }
                        .all__top-show__block .video-block .content-tile:nth-child(3){
                          display: none !important;
                        }
                      }
                       @media (max-width:450px) {
                        .bulvar .logo img{
    max-width: 75px !important;
    width: 100%;
}
                        .all__top-show__block .video-block .content-tile:nth-child(2){
                          display: none !important;
                        }
                        .all__top-show__block .video-block .content-tile{
                          width: 100% !important;
                        }
                        .top-show__block:before{
width: 44px;
    height: 50px;
    background-size: contain;
                        }
                       }
.icon-vid, .icon-pub, .icon-iview, .icon-blog{
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    height: 14px;
    width: 14px;
}
.icon-vid{
        background: url(/user/img/vide.svg) no-repeat;
    background-size: contain;
}
.icon-pub{
        background: url(/user/img/publ.svg) no-repeat;
    background-size: contain;
}
.icon-iview{
        background: url(/user/img/interv.svg) no-repeat;
    background-size: contain;
}
.icon-blog{
        background: url(/user/img/bl.svg) no-repeat;
    background-size: contain;
}
.bulvar .logo img{
    max-width: 110px;
    width: 100%;
}
.boulevard .content-title__link img{
    max-width: 100px;
    width: 100%;
}
     @media (max-width:760px) {
        .bulvar-back{
            display: none !important;
        }
     }
.bulvar-back {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
header .logo img{
    max-width: 228px;
    width: 100%;
}
.list-title{
    position: relative;
}
.g-blm{
    position: absolute;
    top: 2px;
    right: -20px;
}
    .interview-block-in.blog-art .content-news__link{
        font-family: Inter-Bold;
color: #333333;
font-weight: 700;
font-size: 24px;
line-height: 32px;
    }
    .interview-block-in.blog-art .blog-data{
        display: flex;
        gap: 20px;
    }
.interview-block-in.blog-art .blog-data *{
    font-size: 14px;
line-height: 21px;
font-family: Inter-Regular;
color: rgba(0, 0, 0, 0.4);
}
.interview-block-in.blog-art .blog-data .content-news__bottom{
    display: flex;
    gap: 20px;
}
.interview-block-in.blog-art .blog-data .content-tile__views{
    position: relative;
    padding-left: 20px;
}
.interview-block-in.blog-art .blog-data .content-tile__views:before{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 17px;
    height: 12px;
    background: url(/user/img/bv.svg) no-repeat;
}
.interview-block-in.blog-art .publication-popular-box{
    gap: unset;

}

.interview-block-in.blog-art .publication-popular-box .content-news__item{
    margin: 0;    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px dashed rgba(51, 51, 51, 0.2);
}

.materials__block-left__item{
    max-width: 300px;
    width: 100%;
}
.materials__block-left__item .img{
    width: 220px;
    height: 220px;
    margin: 0 auto;
    border-radius: 100%;
    background: #EF3A3A;
    position: relative;
    overflow: hidden;
}
.materials__block-left__item .block-w{
    position: relative;
}
.materials__block-left__item .block-w:before{
    content: '';
    display: block;
    position: absolute;
    width: 54px;
    height: 45px;
    background: url(/user/img/nmq.svg) no-repeat;
    z-index: -1;
    left: 35px;
}
.new-materials .all-materials__block-left{
    max-width: 960px;
    width: 100%;
}
.new-materials .all-materials__block{
    gap: 30px;
}
.materials__block-left__item .img img, .new-material-current-letter-result-item .img img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.new-material-name{
    text-align: center;
    font-family: Inter-Bold;
    font-weight: 700;
font-size: 28px;
line-height: 34px;
color: #333333;
width: min-content;
margin: 0 auto;
margin-top: 13px;
margin-bottom: 10px;
}
.new-material-status{
    font-weight: 400;
font-size: 14px;
line-height: 18px;
color: #919191;
text-align: center !important;
margin-bottom: 10px;
}
.new-material-about{
    font-family: Inter-Bold;
    font-weight: 700;
font-size: 18px;
color: #333333;
line-height: 25px;
}
.materials__block-left__item{
    display: flex;
    flex-direction: column;
    height: fit-content;
}
.new-materials .all-materials__block-left-top{
    justify-content: space-between;
    flex-direction: initial;
    flex-wrap: wrap;
    row-gap: 50px;
}
.all-materials__block-left-bottom .inp{
    position: relative;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-left: 33px;
}
.all-materials__block-left-bottom{
    margin-top: 75px;
}
.all-materials__block-left-bottom .inp:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    background: url(/user/img/inps.svg) no-repeat;
}
.all-materials__block-left-bottom .inp input{
    border: 0;
    width: 100%;
    color: #919191;
    font-size: 16px;
line-height: 19px;
}
.new-material-letters{
    margin-top: 12px;
    flex-direction: initial;
    width: fit-content;
    flex-wrap: wrap;
    row-gap: 15px;
    gap: 15px;
}
.new-material-letters div{
    font-size: 16px;
line-height: 19px;
font-weight: 500;
color: #333333;
cursor: pointer;
text-transform: uppercase;
}

.new-material-letters div.selected{
    color: #EF3A3A;
}
.new-material-letters div.all{
    text-transform: unset;
}
.new-material-letters div.inactive{
    color: #C2C2C2;
}
.new-material-current-letter{
    text-transform: uppercase;
    font-size: 18px;
line-height: 24px;;
    font-family: Inter-Bold;
    font-weight: 700;
    color: #202020;
    position: relative;
}
.block-w2 .new-material-status{
    text-align: left;

}

.new-material-current-letter{
    margin-top: 25px;
}
.new-material-current-letter:before{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    width: calc(100% - 25px);
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px dashed rgba(0, 0, 0, 0.2);
}
.new-material-current-letter-result{
    margin-top: 15px;
    gap: 25px;
}
.new-material-current-letter-result-item{
    flex-direction: initial;
    justify-content: space-between;
    width: fit-content;
    gap: 15px;
}
.new-material-current-letter-result-item .img{
    border-radius: 100%;
        background: #EF3A3A;
        width: 90px;
        height: 90px;
        overflow: hidden;
}
.new-material-current-letter-result-item .name{
    font-size: 20px;
        font-family: Inter-Bold;
    font-weight: 700;
    color: #333333;
line-height: 30px;
}

.new-material-current-letter-result-item .about{
    max-width: 660px;
    width: 100%;
    color: #333333;
    font-size: 16px;
line-height: 22px;
}
.new-material-current-letter-result-item .block-w{
    justify-content: space-evenly;
}
.new-material-current-letter-result{
    margin-bottom: 30px;
}



@media (max-width: 900px){
    .materials__block-left__item .block-w:before{
        display: none;
    }
    .new-materials .content-btn{
        display: flex !important;
        margin-bottom: 40px !important;
    }
.materials__block-left__item .img{
    min-width: 60px;
    width: 60px;
    height: 60px;
}
.new-material-name{
    font-size: 14px;
line-height: 21px;
margin: 0
}
.new-material-status{
    font-size: 12px;
line-height: 16px;
margin: 0;
font-family: Inter-Regular !important;
}
.new-material-about{
    font-size: 15px;
line-height: 20px;
}
.materials__block-left__item{
    max-width: unset;
}
.materials__block-left__item .block-w{
        display: flex;
    margin-right: auto;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 7px
}
.materials__block-left__item .block-w2{
        display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.new-material-current-letter-result-item .img{
    min-width: 60px;
    width: 60px;
    height: 60px;
}
}



.new-materials aside.content__news{
    margin-right: 0;
}
.new-materials .letters-list a{
    display: block;
    margin-bottom: 25px;
}
.new-materials .new-material-current-letter{
    margin-bottom: 15px;
}
.new-material-current-letter-result-item .about{
    font-family: Inter-Regular !important;
}


.on-article .heroes-box__title{
    text-align: left !important;

}
.on-article .heroes-box__text-in p{
    color: #A7A7A7;
    font-size: 24px;
line-height: 29px;
font-family: Inter-Regular;
}

.on-article .content-btn{
    border: 1px solid rgba(0, 0, 0, 0.15);
    width: 300px !important;
}

.on-article .content-btn:hover{
    border: 1px solid #ff0000;
}
.on-article .heroes-box__position{
    margin-bottom: 0 !important;
}
.on-article{
    max-width: 780px;
    width: 100%;
    margin: 0 auto;
}
.on-article .content-btn.blog-mob{
        display: none !important;
    }

@media (max-width: 600px){
    .on-article .content-btn{
        display: flex !important;
    }
    .on-article .content-btn{
        display: none !important;
    }
    .on-article .content-btn.blog-mob{
        display: flex !important;
    }
}
@media screen and (max-width: 567px){
.on-article .heroes-box__about {
    justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-direction: initial;
    flex-direction: initial;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.heroes-box.author .heroes-box__photo{

    width: 100px;
    min-width: 100px;
    height: 100px;


}
.on-article .heroes-box__title{
    font-size: 16px !important;
line-height: 24px !important;
margin-bottom: 4px;
}
.on-article .heroes-box__text-in p{
    font-size: 14px;
line-height: 20px;
}
.on-article .heroes-box__text{
    width: calc(100% - 130px);
}
.on-article .content-btn.blog-mob{
    margin: 0 auto;
    margin-top: 14px;
    max-width: 330px;
    width: 100% !important;
}
}



.vid-ico{
    position: absolute;
    width: 130px;
    height: 130px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(/user/img/play.svg) no-repeat;
    background-size: cover;
}
.js-videos{
    position: relative;
}
.icon-add{
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
.icon-add-pl{
    background: url(/user/img/pl-i.svg) no-repeat;
    background-size: contain;
}
.vid-ico-min{
    width: 30px;
    height: 30px;
    background: url(/user/img/icon11.svg) no-repeat;
        background-size: contain;
}
.icon-add-text{
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 3px;
    padding-right: 3px;
    display: inline-block;
    font-family: Inter-Regular, sans-serif;
    font-style: normal;
    font-size: 12px;
    line-height: 16px;
    border-radius: 10px;
    color: red;
    background: #f2f2f2;
}
.icon-add-p{
    background: url(/user/img/p-i.svg) no-repeat;
    background-size: contain;
}
.icon-add-bl{
    background: url(/user/img/bl-i.svg) no-repeat;
    background-size: contain;
}
.icon-add-int{
    background: url(/user/img/int-i.svg) no-repeat;
    background-size: contain;
}

.icon-add-light{
    background: url(/user/img/light.svg) no-repeat;
    background-size: contain;
}
.top-show__block-wrap{
    width: 100%;
}
.all__top-show__block-title{
    margin-top: 35px;
}
.all__top-show__block-title .top-show-title{
    margin-bottom: 0;
}
/*.video-bl .content-tile__img:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35px;
    height: 40px;
    margin-left: -17px;
    margin-top: -20px;
    background: url(/user/img/video-icon.svg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;


*/
.top-show__block{
    cursor: pointer;
}
.all__top-show__block .video-block.video-bl a:before, .content-tile.big .content-tile__img:before{
    display: none;
}

.special-project-text p span img{
    margin-right: 10px;
}
.special-project-text img{
   display: block;
   max-width: 100%;
   object-fit: cover;
}
.special-project-text table{
    width: 100% !important;
}
.special-project .swiper-slide{
    width: 100% !important;
}
.special-project .swiper-slide img{
    width: 100% !important;
}
.inner_longread_gall_wrap{
    width: 100%;
    overflow: hidden;
}
.special-project .swiper-wrapper{
    width: 100% !important;
}

@media (max-width:700px){
    .special-project .materil-author-container{
        width: 100% !important;
    }
    .publication-all .content-btn{
        width: 100%;
    }
}
header .header-menu{
    width: 100vw !important;
    left: 0;
    padding-left: 20px;
    padding-right: 20px;
}
header .container{
    position: unset !important;
}
h1 .icon-pblc-art{
    margin-bottom: 0;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
.icon-pblc-art{
        width: 16px !important;
    height: 16px !important;
        background-size: 16px 16px !important; 
}
.before_interview_icon{
    width: 19px !important;
    height: 16px !important;
}
.top-theme-block__item-img img, .top-theme-block__item-img img, .content-tile__img img, .content-tile__img img, .content-tile__img img{
    border-radius: 3px;
}

/*.specproject .materil-author-container{
    background: #0009;
padding: 10px;
}*/
.special-project .special-project-text p a span{
color: #55ACE3 !important;
}
.special-project .special-project-text p a:hover span{
color: #EF3A3A !important;
}

[data-place="36"], [data-place="37"], [data-place="38"], [data-place="39"], [data-place="40"], [data-place="41"], [data-place="42"], [data-place="43"], [data-place="44"]
[data-place="45"], [data-place="46"], [data-place="47"],[data-place="49"],[data-place="50"],[data-place="51"],[data-place="52"]
,[data-place="53"],[data-place="55"],[data-place="56"],[data-place="57"],[data-place="48"],[data-place="59"],[data-place="60"]
,[data-place="61"],[data-place="62"],[data-place="63"],[data-place="64"],[data-place="65"],[data-place="66"], [data-place="67"]
, [data-place="68"], [data-place="69"], [data-place="70"], [data-place="71"], [data-place="72"], [data-place="73"], [data-place="75"]
, [data-place="76"], [data-place="77"], [data-place="78"], [data-place="79"], [data-place="81"], [data-place="160"], [data-place="161"]
, [data-place="162"], [data-place="163"], [data-place="165"], [data-place="43"], [data-place="44"], [data-place="46"], [data-place="47"]{
    display: none;
}

[data-place="115"], [data-place="116"], [data-place="117"], [data-place="118"], [data-place="119"], [data-place="120"], [data-place="121"], [data-place="122"], [data-place="123"]
[data-place="125"], [data-place="126"], [data-place="127"],[data-place="128"],[data-place="129"],[data-place="130"],[data-place="131"]
,[data-place="132"],[data-place="133"],[data-place="134"],[data-place="135"],[data-place="136"],[data-place="137"],[data-place="138"]
,[data-place="139"],[data-place="140"],[data-place="141"],[data-place="142"],[data-place="143"],[data-place="144"], [data-place="145"]
, [data-place="146"], [data-place="147"], [data-place="148"], [data-place="149"], [data-place="150"], [data-place="151"], [data-place="152"]
, [data-place="153"], [data-place="154"], [data-place="155"], [data-place="156"], [data-place="157"]{
    display: none;
}

@media (max-width: 1024px){
    [data-place="82"], [data-place="83"], [data-place="84"], [data-place="85"], [data-place="86"], [data-place="87"], [data-place="88"], [data-place="89"], [data-place="90"]
[data-place="91"], [data-place="92"], [data-place="93"],[data-place="94"],[data-place="95"],[data-place="96"],[data-place="97"]
,[data-place="98"],[data-place="99"],[data-place="100"],[data-place="101"],[data-place="102"],[data-place="103"],[data-place="104"]
,[data-place="105"],[data-place="106"],[data-place="107"],[data-place="108"],[data-place="109"],[data-place="110"], [data-place="111"]
, [data-place="112"], [data-place="113"], [data-place="114"], [data-place="124"]{
    display: none;
}
[data-place="115"], [data-place="116"], [data-place="117"], [data-place="118"], [data-place="119"], [data-place="120"], [data-place="121"], [data-place="122"], [data-place="123"]
[data-place="125"], [data-place="126"], [data-place="127"],[data-place="128"],[data-place="129"],[data-place="130"],[data-place="131"]
,[data-place="132"],[data-place="133"],[data-place="134"],[data-place="135"],[data-place="136"],[data-place="137"],[data-place="138"]
,[data-place="139"],[data-place="140"],[data-place="141"],[data-place="142"],[data-place="143"],[data-place="144"], [data-place="145"]
, [data-place="146"], [data-place="147"], [data-place="148"], [data-place="149"], [data-place="150"], [data-place="151"], [data-place="152"]
, [data-place="153"], [data-place="154"], [data-place="155"], [data-place="156"], [data-place="157"]{
    display: block;
}
.container:not(:first-child) {
    padding-top: 270px !important;
}
}
@media (max-width: 600px){
   [data-place="115"], [data-place="116"], [data-place="117"], [data-place="118"], [data-place="119"], [data-place="120"], [data-place="121"], [data-place="122"], [data-place="123"]
[data-place="125"], [data-place="126"], [data-place="127"],[data-place="128"],[data-place="129"],[data-place="130"],[data-place="131"]
,[data-place="132"],[data-place="133"],[data-place="134"],[data-place="135"],[data-place="136"],[data-place="137"],[data-place="138"]
,[data-place="139"],[data-place="140"],[data-place="141"],[data-place="142"],[data-place="143"],[data-place="144"], [data-place="145"]
, [data-place="146"], [data-place="147"], [data-place="148"], [data-place="149"], [data-place="150"], [data-place="151"], [data-place="152"]
, [data-place="153"], [data-place="154"], [data-place="155"], [data-place="156"], [data-place="157"]{
    display: none;
} 
[data-place="36"], [data-place="37"], [data-place="38"], [data-place="39"], [data-place="40"], [data-place="41"], [data-place="42"], [data-place="43"], [data-place="44"]
[data-place="45"], [data-place="46"], [data-place="47"],[data-place="49"],[data-place="50"],[data-place="51"],[data-place="52"]
,[data-place="53"],[data-place="55"],[data-place="56"],[data-place="57"],[data-place="48"],[data-place="59"],[data-place="60"]
,[data-place="61"],[data-place="62"],[data-place="63"],[data-place="64"],[data-place="65"],[data-place="66"], [data-place="67"]
, [data-place="68"], [data-place="69"], [data-place="70"], [data-place="71"], [data-place="72"], [data-place="73"], [data-place="75"]
, [data-place="76"], [data-place="77"], [data-place="78"], [data-place="79"], [data-place="81"], [data-place="160"], [data-place="161"]
, [data-place="162"], [data-place="163"], [data-place="165"], [data-place="166"],[data-place="43"], [data-place="44"], [data-place="46"], [data-place="47"]{
    display: block;
}
.container:not(:first-child) {
    padding-top: 150px !important;
}
}

.blogs.blogs-main.hide-desc .blogs-box {
justify-content: flex-start !important;
gap: 50px !important;
}

