html,
body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0
}

* {
    font-family: 'Roboto Slab', serif;
    outline: none;
    vertical-align: top;
    box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 !important
}

.teatrBoxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start
}

.tBox:hover h1 {
    color: #fff
}

.tBox:hover {
    background: #b00000 !important;
    border: 1px solid #b00000;
    color: #fff !important
}

.tBox {
    margin: 10px;
    width: 30%;
    color: #000 !important;
    line-height: 1.4;
    text-align: left !important;
    padding: 20px;
    text-decoration: none;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 90%;
    margin-top: 20px
}

.tGreyBox h1 {
    color: #b00000;
    font-size: 120%
}

.desc {
    background: #eaeaea;
    border-radius: 10px;
    padding: 40px;
    font-size: 90%;
    line-height: 1.6;
    margin-top: 50px
}

.desc p {
    margin-bottom: 40px
}

.banner {
    height: 502px;
    background: url(../images/banner_bg.png) no-repeat center;
    background-size: auto 100%
}

.inbannerimg {
    width: 47%;
    height: 502px;
    object-fit: cover;
    background-size: cover !important;
    -webkit-border-radius: 10px;
    -webkit-border-bottom-left-radius: 70px;
    -moz-border-radius: 10px;
    -moz-border-radius-bottomleft: 70px;
    border-radius: 10px;
    border-bottom-left-radius: 70px
}

header a {
    white-space: nowrap !important
}

.banneralone {
    cursor: pointer;
    color: #000;
    text-decoration: none
}

.banneralone h1 {
    width: 65%;
    flex-basis: 65%;
    position: relative;
    text-align: right;
    margin-right: -30px !important;
    z-index: 100;
    display: flex;
    padding: 40px;
    padding-left: calc(20% - 40px);
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    background: #e6e6e6;
    background: linear-gradient(90deg, rgba(230, 230, 230, 0) 0%, rgba(230, 230, 230, 0) 60%, rgba(230, 230, 230, 1) 61%, rgba(230, 230, 230, 1) 100%);
    font-size: 2vw
}

.header_top {
    background: #b90000;
    display: flex;
    padding: 0 30px;
    height: 78px;
    justify-content: space-between;
    align-content: center;
    align-items: center
}

.tab_gr {
    margin-left: -100px;
    display: flex
}

.tabs {
    cursor: pointer;
    padding: 10px 45px;
    margin: 0 4px;
    transition: .3s;
    background: rgba(255, 255, 255, 0.2);
    margin-top: 20px;
    padding-bottom: 20px;
    font-size: 130%;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff
}

.active_tab {
    background: #fff;
    color: #000;
    margin-top: 10px !important;
    padding-top: 20px
}

.l_Menu a {
    color: #fff;
    text-decoration: none;
    margin-right: 15px
}

.sel {
    opacity: .6
}

.searchform input[type=text]:focus {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 1)
}

.searchform input[type=text] {
    padding: 14px 22px;
    border: 1px solid rgba(255, 255, 255, 0);
    color: #fff;
    transition: .3s;
    border-radius: 100px;
    width: 300px;
    background: rgba(255, 255, 255, 0.2)
}

.searchform input[type=text]::placeholder {
    color: #fff;
    opacity: .4
}

.searchform input[type=text]:-ms-input-placeholder {
    color: #fff
}

.searchform input[type=text]::-ms-input-placeholder {
    color: #fff
}

.search_icon {
    position: absolute;
    right: 15px;
    height: 43px;
    cursor: pointer;
    background: url(../images/search_icon.png) no-repeat center;
    text-indent: -9999px;
    border: none;
    background-size: 100%;
    width: 20px
}

.searchform {
    position: relative
}

header {
    padding: 20px 30px;
    display: flex;
    justify-content: space-between
}

nav ul {
    list-style: none;
    display: flex
}

header nav a {
    color: #000;
    text-decoration: none;
    margin: 0 30px;
    font-size: 110%
}

header nav li:last-child a {
    margin-right: 0 !important
}

header nav li:first-child a {
    margin-left: 0 !important
}

.logo {
    text-indent: -9999px;
    background: url(../images/logo.png) no-repeat left center;
    background-size: contain;
    width: 170px;
    height: 128px
}

.infotab_header {
    background: #970000
}

.infotab {
    background: #970000 !important;
    color: #fff
}

.infotab_header nav a {
    color: #fff !important
}

.infotab_header .logo {
    background: url(../images/logo_w.png) no-repeat left center;
    background-size: contain
    
}

.bx-controls-direction a:first-child {
    margin-top: -40px;
    background: url(../images/arrow-left.png) no-repeat center;
    background-size: 100%
}

.bx-controls-direction a:last-child {
    margin-top: 40px;
    background: url(../images/arrow_right.png) no-repeat center;
    background-size: 100%
}

.bx-controls-direction a {
    width: 50px;
    height: 100px;
    text-indent: -9999px;
    background: #ccc
}

.bx-controls-direction {
    position: absolute;
    height: 502px;
    left: 0;
    width: 200px;
    display: flex;
    margin-top: -502px;
    z-index: 100;
    justify-content: center;
    align-items: center
}

.information div {
    padding-left: 20px;
    margin-right: 20px
}

.information {
    display: flex;
    position: absolute;
    bottom: 40px;
    font-size: 80%;
    left: 40px
}

.banner_body {
    display: flex;
    align-items: center
}

.banneralone {
    height: 502px;
    overflow: hidden;
    position: absolute
}

.section {
    background: url(../images/section_icon.png) no-repeat center left;
    background-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    white-space: nowrap
}

.date {
    background: url(../images/date_icon.png) no-repeat center left;
    background-size: 12px;
    color: rgba(0, 0, 0, 0.2)
}

.banner_c {
    -webkit-border-radius: 10px;
    -webkit-border-top-right-radius: 70px;
    -moz-border-radius: 10px;
    -moz-border-radius-topright: 70px;
    border-radius: 10px;
    border-top-right-radius: 70px;
    overflow: hidden
}

.f_sect {
    margin-top: 50px;
    display: flex;
    justify-content: center
}

.lft {
    margin: 30px;
    flex-basis: 65%
}

.today_block {
    border-radius: 10px;
    padding: 30px;
    margin: 30px 30px 30px 0;
    flex-basis: 35%
}

.bnr img {
    width: 100%;
    height: auto
}

.grayblock {
    border-radius: 10px;
    background: #f1f1f1;
    position: relative;
    min-height: 400px
}

.grayblock:after {
    content: '';
    height: 10px;
    width: 90%;
    left: 5%;
    background: #ccc;
    position: absolute;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    bottom: -10px
}

.news_ma {
    padding: 50px;
    margin-top: 15px
}

.grayblock h1 {
    font-size: 140%;
    margin-bottom: 20px !important;
    font-weight: 500
}

.t_nf {
    padding: 40px;
    text-align: center;
    background: #ccc;
    margin-top: 20px;
    border-radius: 10px
}

.news_alone {
    text-decoration: none;
    color: #000
}

.news_alone img {
    width: 100%;
    height: 230px;
    object-fit: cover
}

.news_ma_body {
    display: flex;
    position: relative;
    justify-content: space-between
}

.news_alone {
    flex-basis: 47%;
    padding: 30px 0
}

.news_alone h2 {
    color: #b90000;
    margin: 30px 0 !important;
    display: block;
    font-weight: 400
}

.all_news_button {
    position: absolute;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    bottom: -75px;
    z-index: 1;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    border-radius: 100px;
    text-decoration: none;
    background: #b90000
}

.h_l {
    height: 400px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: row;
    background: url(../images/h_l_3.png) no-repeat center right, url(../images/h_l_1.png) no-repeat center left, url(../images/h_l_2.png) repeat-x center left;
    background-size: auto 100%
}

.nnM {
    background: #b90000;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 140px;
    transform: translateY(100px);
    padding: 10px;
    width: 140px;
    margin: 0 50px;
    text-align: center
}

.b_num {
    font-size: 500%;
    font-weight: 200;
    color: #fff
}

.t_num {
    font-size: 80%;
    color: rgba(255, 255, 255, 0.8);
    text-align: center
}

.nn_block {
    flex-basis: calc(50% - 15px);
    margin-bottom: 60px;
    display: flex;
    border-radius: 10px;
    background: #e7e7e7
}

.btm_blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    margin: 30px;
    align-items: flex-start
}

.left_block {
    background: #f1f1f1;
    border-radius: 10px;
    flex-basis: 60%;
    padding: 30px;
    border-radius: 10px
}

.right_block {
    border-radius: 10px;
    flex-basis: 40%
}

.right_block ul li a {
    color: #b00000;
    text-decoration: none;
    display: block;
    padding: 25px
}

.right_block ul li:hover {
    background: #cecece
}

.right_block ul li {
    transition: .3s;
    min-height: 170px;
    font-size: 110%
}

.right_block ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.nn_block2 {
    display: flex;
    background: #e7e7e7;
    border-radius: 10px
}

.newslist ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.newslist {
    padding: 30px 50px;
    background: #ddd
}

.newslist h2 {
    font-weight: 200;
    margin: 20px 0 !important
}

.newslist a {
    color: #000;
    text-decoration: none;
    display: block;
    margin-bottom: 15px;
    font-size: 90%
}

.n_time {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 80%;
    padding: 3px 5px;
    border-radius: 10px
}

.blnk {
    flex-direction: column;
    background-color: #fff !important
}

.links {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.links a img {
    width: 100%
}

.links a {
    display: block;
    flex-basis: 23%;
    margin: 10px 20px
}

footer {
    padding: 50px 30px;
    background: rgba(151, 0, 0, 1);
    background: -moz-linear-gradient(top, rgba(151, 0, 0, 1) 0%, rgba(184, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(151, 0, 0, 1)), color-stop(100%, rgba(184, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(151, 0, 0, 1) 0%, rgba(184, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(151, 0, 0, 1) 0%, rgba(184, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(151, 0, 0, 1) 0%, rgba(184, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(151, 0, 0, 1) 0%, rgba(184, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#970000', endColorstr='#b80000', GradientType=0);
    min-height: 200px
}

.copy {
    flex-basis: 400px
}

.footer_logo img {
    width: 100%
}

.footer_logo {
    margin-bottom: 50px;
    width: 240px
}

.copyright {
    opacity: .5;
    font-size: 90%;
    color: #fff;
    padding-left: 47px;
    line-height: 1.2
}

.nav ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.nav ul li a {
    color: #fff;
    margin: 10px 0;
    display: block;
    text-decoration: none
}

.calendar header {
    padding: inherit;
    display: inherit;
    justify-content: inherit
}

.nav ul li {
    font-size: 100%
}

.entonee img {
    width: 100%;
    height: auto
}

.entonee:hover {
    opacity: 1
}

.entonee {
    transition: .3s;
    margin-top: 60px;
    width: 140px;
    margin-right: 100px;
    opacity: .4
}

.loader {
    height: 310px
}

.mxw {
    width: 100%;
    max-width: 1400px;
    margin: auto
}

footer .mxw {
    display: flex;
    justify-content: space-between
}

.sub a {
    display: block;
    margin: 0 !important;
    color: #b00000;
    padding: 10px 15px;
    transition: .1s
}

.sub a:hover {
    background: #b00000;
    color: #fff
}

.sub a:first-child {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.sub a:last-child {
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px
}

.sub {
    border-radius: 10px;
    padding: 0;
    height: 0;
    opacity: 0;
    transition: .4s;
    overflow: hidden;
    position: absolute;
    -webkit-box-shadow: 0 10px 56px -32px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0 10px 56px -32px rgba(0, 0, 0, 0.65);
    box-shadow: 0 10px 56px -32px rgba(0, 0, 0, 0.65);
    background: #fff;
    z-index: 100000
}

.l_Menu ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0
}

.has_sub:hover .sub {
    display: block !important;
    height: 205px;
    overflow: hidden;
    margin-top: 124px;
    opacity: 1
}

.l_Menu li {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center
}

.newstab_header .infotab_nav {
    display: none
}

.newstab_header .newstab_nav {
    display: block
}

.infotab_header .infotab_nav {
    display: block
}

.infotab_header .newstab_nav {
    display: none
}

.content {
    padding: 50px;
    position: relative;
    min-height: 500px
}

.content:before {
    z-index: -1;
    background: #ddd;
    background: linear-gradient(180deg, rgba(221, 221, 221, 1) 0%, rgba(255, 255, 255, 1) 100%);
    width: 100%;
    height: 300px;
    top: 0;
    left: 0;
    position: absolute;
    content: ''
}

.title {
    padding-right: 60px;
    font-size: 300% !important;
    margin-bottom: 50px
}

.title,
.newscontent {
    width: 70%
}

.hdr {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center
}

.img,
.lenta {
    width: 30%
}

.img img {
    width: 100%; 
    object-fit: cover;
    border-radius: 20px !important
}

.newsbody {
    display: flex;
    justify-content: center;
    align-items: flex-start
}

.inline {
    position: inherit !important
}

.line {
    margin-right: 20px;
    width: 140px;
    height: 1px;
    background: #444
}

.stat {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 50px
}

.body {
    padding-top: 30px;
    line-height: 2.2;
    font-size: 120%;
    font-weight: 400;
    text-align: justify;
    padding-right: 50px;
    color: #444
}

.body a {
    color: #b90000
}

.body p {
    margin-bottom: 30px
}

.lenta {
    margin-bottom: 50px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 30px;
    margin-top: 50px
}

.ndate {
    display: inline-block;
    flex-basis: 200px;
    font-size: 80%;
    margin-right: 20px
}

.highlight {
    background: red;
    color: #fff;
    padding: 2px
}

.nllist {
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc
}

.nllist a {
    flex-basis: calc(100% - 200px)
}

.sticky {
    position: sticky;
    top: 50px
}

.stuffBig {
    padding-right: 10px;
    width: 30%;
    position: sticky;
    height: calc(100vh - 150px);
    top: 100px
}

.stuff {
    display: flex;
    justify-content: center
}

.stuffSmall {
    width: 70%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap
}

.position {
    font-size: 80%;
    color: #b00000;
    margin-top: 10px !important
}

.each:hover .eachPosition {
    color: #b00000
}

.eachPosition {
    font-size: 80%;
    height: 30px !important
}

.each {
    margin-bottom: 50px;
    cursor: pointer;
    flex-basis: 25%;
    padding: 0 10px
}

.aboutPerson {
    font-size: 80%
}

.stuffBig img {
    border-radius: 10px;
    object-fit: cover;
    object-position: 0 -30px;
    height: 300px;
    width: 100%
}

.each img {
    border-radius: 10px;
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top
}

.regHeader {
    flex-basis: 100% !important;
    font-size: 500%;
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
    border-bottom: 1px solid #ccc;
    background: -webkit-linear-gradient(right, #ccc, #f9f9f900);
    background: -o-linear-gradient(right, #ccc, #f9f9f900);
    background: -moz-linear-gradient(right, #ccc, #f9f9f900);
    background: linear-gradient(to right, #ccc, #f9f9f900);
    -webkit-background-clip: text;
    width: 50%;
    -webkit-text-fill-color: transparent
}

.views {
    margin-bottom: 20px;
    background: #eaeaea;
    font-size: 80%;
    font-weight: 700;
    padding: 20px;
    border-radius: 10px
}

.mobile_menu {
    display: none
}

.menu_over {
    display: none
}


.banner_size {
    margin-bottom: 12px;
    margin-top: 30px;
    display: block;
}

.banner_size img {
    object-fit: cover;
    height: 210px;
    -webkit-border-radius: 10px;
    -webkit-border-top-left-radius: 70px;
    -moz-border-radius: 10px;
    -moz-border-radius-topleft: 70px;
    border-radius: 10px;
    border-top-left-radius: 70px;
    width: 100%;
    object-position: left bottom;
}

.today_block_2 {
    flex-basis: 35%
}

.today_block {
    margin: 0 !important;
    flex-basis: 100%;
}

.list {
    display: flex;
    flex-wrap: wrap;
}

.vote {
    padding: 10px;
    flex-basis: 33%;
    height: 20vw;
    margin-bottom: 80px;
}

.votenum {
    padding: 20px;
    text-align: center;
    background: #eaeaea;
}

.disabled {
    cursor: not-allowed;
    opacity: 0.2;
}

.mus {
    list-style: none;
    display: flex;
    padding: 0px;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0px;
}

.votebtn {
    background: #444;
    color: white !important;
    padding: 10px;
    display: block;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;

}

.mus li {
    width: 30%;
    margin: 10px;
    margin-bottom: 130px;
    flex-basis: 30%;
    text-align: center;
}

.mus li a {
    text-decoration: none;
}

iframe {
    height: 200px;
}

.mus li h1 {
    font-size: 100%;
    font-weight: lighter;
} 

.sh_image {
    width: 100%;
    height: 200px;
    object-fit: contain;
    margin: 10px;
}

.information_ext p {
    margin: 0px;
    padding: 0px;
    margin-bottom: 12px;
    font-size: 86%;
    text-align: center;
}

.list_w h3 {
    color: #b90000;
}

.prize ul li {
    flex-basis: 33%;
    text-align: center !important;
    padding: 20px;
    margin: 10px;
    background: #eaeaea;
}

.prize li i {
    color: #929292;
    font-style: normal;
    font-size: 60%;
    display: block;
}

.prize li b {
    display: block;
    color: #b90000;
    font-size: 90%;
    line-height: 1;
}

.prize ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

.list_w h2 {
    font-size: 200%;
    padding-bottom: 20px;
    margin: 50px 0px !important;
    border-bottom: 1px solid #ccc;
}

.list_w h2,
.list_w h3 {
    text-align: center;
    font-weight: normal;
    display: block !important;
}

.information_ext,
.center {
    font-size: 100%;
    text-align: center;
    flex-direction: column;
    background: #eaeaea;
    padding: 46px;
    margin: 20px 26px;
}
